#page-totem-vehicles .section-vehicles .loading-more--line_item, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-block::after, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-block::before, .modal-totem-filter, .card-block--image img, .card-block--image, .card-block::after, .card-block::before, .card-block, .card-link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#page-totem-vehicles .section-vehicles a.loading-more--line_item, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid a.card-block::after, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid a.card-block::before, a.modal-totem-filter, a.card-block--image, a.card-block::after, a.card-block::before, a.card-block, a.card-link {
  text-indent: -999px;
  overflow: hidden;
}

#page-totem-vehicles .section-vehicles button.loading-more--line_item, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid button.card-block::after, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid button.card-block::before, button.modal-totem-filter, button.card-block--image, button.card-block::after, button.card-block::before, button.card-block, button.card-link {
  text-indent: -999px;
  overflow: hidden;
}

.card {
  position: relative;
  width: 100%;
  height: 190rem;
  overflow: hidden;
}
.card::before {
  content: "";
  background-color: #f1c116;
  position: absolute;
  top: 0;
  left: 0;
  width: 23rem;
  height: 23rem;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  transform: translate(-12rem, -12rem);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
.card-link {
  z-index: 3;
}
.card-block {
  z-index: 1;
}
.card-block::before {
  content: "";
  background-image: linear-gradient(to bottom right, black -10.56%, rgba(0, 0, 0, 0) 66%);
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 3;
}
@media (max-width: 1023px) {
  .card-block::before {
    background-image: linear-gradient(to right, black -10.56%, rgba(0, 0, 0, 0) 80%);
  }
}
.card-block::after {
  content: "";
  background-image: linear-gradient(to bottom right, #f3b327 -10.56%, rgba(243, 179, 39, 0) 80%);
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 2;
}
.card-block--image {
  opacity: 0;
  display: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 1;
}
.card-block--image.active {
  opacity: 1;
  z-index: 2;
}
.card-block--image.active, .card-block--image.loaded {
  display: block;
}
.card-content {
  position: absolute;
  top: 22rem;
  left: 12rem;
  right: 12rem;
  z-index: 2;
}
.card-content--brand {
  color: white;
  font-size: 9rem;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.4em;
}
.card-content--title {
  color: white;
  font-size: 16rem;
  font-family: "Anton";
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5rem;
  width: 100%;
}
.card-content--armored {
  background-color: rgba(219, 219, 219, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 8rem;
  border-radius: 4px;
  backdrop-filter: blur(10px);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .card-content--armored {
    top: 45rem;
    bottom: unset;
  }
}
.card-content--armored span {
  color: white;
  font-size: 14rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-left: 6rem;
}
.card-content--features {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 18rem;
}
@media (max-width: 1023px) {
  .card-content--features {
    margin-top: 83rem;
  }
}
.card-content--features .feature {
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .card-content--features .feature {
    opacity: 1;
    transform: translateY(0);
  }
}
.card-content--features .feature:not(:last-child) {
  margin-right: 20rem;
}
.card-content--features .feature-label {
  color: white;
  font-size: 10rem;
  font-family: "Anton";
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.card-content--features .feature-value {
  color: white;
  font-size: 14rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-top: 8rem;
}
.card-content--features .feature-value small {
  font-size: 10rem;
}
.card-content--cta {
  margin-top: 25rem;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .card-content--cta {
    display: none;
  }
}
.card-content--cta a {
  width: 170rem;
}
@media (min-width: 1024px) {
  .card:hover::before {
    transform: translate(0, 0);
  }
  .card:hover .card-block::before {
    opacity: 0.5;
  }
  .card:hover .card-block::after {
    opacity: 1;
  }
  .card:hover .card-content--armored {
    opacity: 0;
  }
  .card:hover .card-content--features .feature {
    opacity: 1;
    transform: translateY(0);
  }
  .card:hover .card-content--features .feature:nth-child(2) {
    transition-delay: 0.1s;
  }
  .card:hover .card-content--features .feature:nth-child(3) {
    transition-delay: 0.2s;
  }
  .card:hover .card-content--cta {
    opacity: 1;
    transition-delay: 0.3s;
  }
  .card:hover .card-content--cta .button span {
    letter-spacing: 2rem;
    transition-delay: 0.2s;
  }
}

.general-scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.general-scroll span {
  color: #cccccc;
  font-size: 12rem;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 12rem;
  transform-origin: 50% 100%;
  transform: rotate(-90deg) translate(17rem, 5rem);
}

.modal-totem-filter {
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15rem;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition-property: opacity, visibility;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 150;
}
@media (max-height: 570px) {
  .modal-totem-filter {
    display: block;
    align-items: unset;
    justify-content: unset;
    overflow: auto;
    padding: 60rem 0 100rem;
  }
}
@media (max-width: 767px) {
  .modal-totem-filter {
    display: block;
    align-items: unset;
    justify-content: unset;
    overflow: auto;
    padding: 60rem 0 100rem;
  }
}
.modal-totem-filter.open {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal-totem-filter .wrapper {
  background-image: linear-gradient(to right bottom, white 50%, #c7c7c7);
  position: relative;
  width: 1200rem;
  padding: 50rem 60rem;
  border-radius: 12px;
}
@media (max-height: 570px) {
  .modal-totem-filter .wrapper {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .modal-totem-filter .wrapper {
    max-width: calc(100vw - 40rem);
    margin: 0 auto;
    padding: 30rem 25rem;
  }
}
.modal-totem-filter .wrapper-close {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40rem;
  right: 40rem;
  width: 44rem;
  height: 44rem;
  transition-property: background-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-totem-filter .wrapper-close svg path {
  fill: black;
  transition-property: fill;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-totem-filter .wrapper-title {
  text-align: center;
  color: black;
  font-family: "Anton";
  font-size: 52rem;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 120rem;
}
.modal-totem-filter .wrapper-brands {
  flex-grow: 1;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-totem-filter .wrapper-brands--title {
  color: rgba(0, 0, 0, 0.7);
  font-family: "Anton";
  font-size: 32px;
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  margin-bottom: 70rem;
}
.modal-totem-filter .wrapper-brands--listing {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  flex-grow: 1;
}
.modal-totem-filter .wrapper-brands--listing .item {
  position: relative;
  transition-property: background-color, border;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  margin-bottom: 60rem;
}
.modal-totem-filter .wrapper-brands--listing .item:not(:last-child) {
  margin-right: 59rem;
}
.modal-totem-filter .wrapper-brands--listing .item button {
  position: relative;
}
.modal-totem-filter .wrapper-brands--listing .item button img {
  max-width: 100rem;
  max-height: 76rem;
  display: inline-block;
}
.modal-totem-filter .wrapper-brands--listing .item::after {
  content: "";
  background-color: #f1c116;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  width: 35rem;
  height: 4rem;
  transform-origin: 0% 50%;
  transform: scaleX(0) translateX(-50%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-totem-filter .wrapper-brands--listing .item.active::after, .modal-totem-filter .wrapper-brands--listing .item:hover::after {
  transform: scaleX(1) translateX(-50%);
}
.modal-totem-filter .wrapper-brands .field-group {
  position: relative;
  width: 160rem;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group {
    width: 120rem;
  }
}
.modal-totem-filter .wrapper-brands .field-group .open-dropdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-totem-filter .wrapper-brands .field-group .open-dropdown span {
  color: #a1a1a1;
  font-family: "Anton";
  font-size: 14rem;
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .open-dropdown span {
    font-size: 12rem;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown {
  background-color: white;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  overflow: auto;
  max-height: 216px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(-5px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 6;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .dropdown {
    position: fixed;
    top: 100rem;
    left: 30rem;
    right: 30rem;
    min-width: unset;
    z-index: 200;
    overflow: unset;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown::-webkit-scrollbar {
  width: 4px;
}
.modal-totem-filter .wrapper-brands .field-group .dropdown::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-totem-filter .wrapper-brands .field-group .dropdown::-webkit-scrollbar-thumb {
  background-color: #f1c116;
}
.modal-totem-filter .wrapper-brands .field-group .dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #f1c116;
}
.modal-totem-filter .wrapper-brands .field-group .dropdown::before {
  content: "";
  pointer-events: none;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .dropdown::before {
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200vw;
    height: 200vh;
    z-index: -1;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul {
  position: relative;
  z-index: 2;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul {
    background-color: white;
    max-height: 50vh;
    overflow: auto;
  }
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul::-webkit-scrollbar {
    width: 4px;
  }
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul::-webkit-scrollbar-thumb {
    background-color: #f1c116;
  }
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul::-webkit-scrollbar-thumb:hover {
    background-color: #f1c116;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul li {
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul li:nth-child(1) a {
    height: 50px;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul li a {
  width: 100%;
  padding: 5px 70px 5px 10px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition-property: background-color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul li a span:nth-child(1):not(.empty) {
  display: inline-block;
  margin-right: 12rem;
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul li a span:nth-child(1):not(.empty) img {
  width: 35rem;
  height: unset;
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul li a span:nth-child(1):not(.empty) img {
    width: 60rem;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul li a span:nth-child(2) {
  color: black;
  font-size: 16px;
  font-weight: normal;
  transition-property: color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
@media (max-width: 1023px) {
  .modal-totem-filter .wrapper-brands .field-group .dropdown ul li a span:nth-child(2) {
    font-size: 18px;
  }
}
.modal-totem-filter .wrapper-brands .field-group .dropdown ul li:hover a, .modal-totem-filter .wrapper-brands .field-group .dropdown ul li.active a {
  background-color: rgba(241, 193, 22, 0.03);
  color: #f1c116;
}
.modal-totem-filter .wrapper-brands .field-group.active {
  z-index: 5;
}
.modal-totem-filter .wrapper-brands .field-group.active .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
.modal-totem-filter .wrapper-form {
  margin-top: 50rem;
}
@media (max-height: 650px) {
  .modal-totem-filter .wrapper-form {
    margin-top: 20rem;
  }
}
@media (max-width: 767px) {
  .modal-totem-filter .wrapper-form {
    margin-top: 30rem;
  }
}
.modal-totem-filter .wrapper-form > *:not(:last-child) {
  margin-bottom: 30rem;
}
.modal-totem-filter .wrapper-form .form-flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 80rem;
  grid-row-gap: 80rem;
}
@media (max-width: 767px) {
  .modal-totem-filter .wrapper-form .form-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
.modal-totem-filter .wrapper-form .field-group {
  position: relative;
}
.modal-totem-filter .wrapper-form .field-group::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #a3a3a3, rgba(0, 0, 0, 0));
  height: 2rem;
  z-index: 1;
}
.modal-totem-filter .wrapper-form .field-group .label {
  color: rgba(0, 0, 0, 0.4);
  font-size: 24rem;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.02em;
  margin-bottom: 10rem;
}
.modal-totem-filter .wrapper-form .field-group[data-type=text] {
  position: relative;
}
.modal-totem-filter .wrapper-form .field-group[data-type=text] .field {
  background-color: transparent;
  color: #f1c116;
  font-size: 32rem;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.02em;
  width: 100%;
  display: block;
  border: none;
  border-radius: 0px;
  padding-bottom: 10rem;
  -moz-appearance: textfield;
  font-family: "Anton";
}
.modal-totem-filter .wrapper-form .field-group[data-type=text] .field::-moz-placeholder {
  color: black;
}
.modal-totem-filter .wrapper-form .field-group[data-type=text] .field::placeholder {
  color: black;
}
.modal-totem-filter .wrapper-form .field-group[data-type=text] .field::-webkit-outer-spin-button, .modal-totem-filter .wrapper-form .field-group[data-type=text] .field::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] {
  position: relative;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select]::before {
  content: "";
  position: absolute;
  bottom: -20rem;
  left: 0;
  right: 0;
  background-image: linear-gradient(to right, #a3a3a3, rgba(0, 0, 0, 0));
  height: 2rem;
  z-index: 1;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .open-dropdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .open-dropdown span {
  color: #f1c116;
  font-size: 32rem;
  font-weight: normal;
  display: inline-block;
  font-family: "Anton";
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .open-dropdown svg {
  width: 15rem;
  height: unset;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown {
  background-color: white;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  min-width: 100%;
  overflow: auto;
  max-height: 245px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 6;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown::-webkit-scrollbar {
  width: 4px;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown::-webkit-scrollbar-thumb {
  background-color: #f1c116;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #f1c116;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown ul li {
  width: 100%;
  white-space: nowrap;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown ul li button {
  color: black;
  font-size: 22px;
  font-weight: normal;
  height: 50px;
  padding: 0 30px 0 10px;
  text-align: left;
  width: 100%;
  display: block;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown ul li:hover button, .modal-totem-filter .wrapper-form .field-group[data-type=select] .dropdown ul li.active button {
  background-color: rgba(241, 193, 22, 0.03);
  color: #f1c116;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select].active {
  z-index: 5;
}
.modal-totem-filter .wrapper-form .field-group[data-type=select].active .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
.modal-totem-filter .wrapper-form .form-submit {
  text-align: center;
  margin-top: 120rem;
}
.modal-totem-filter .wrapper-form .form-submit .button {
  width: 495rem;
  height: 90rem;
}
.modal-totem-filter .wrapper-form .form-submit .button::before {
  background-size: cover;
}
.modal-totem-filter .wrapper-form .form-submit .button span {
  font-size: 29rem;
}

#main-header-totem .flex-wrapper .right {
  display: none;
}

#page-totem-vehicles {
  background-color: #f9f9f9;
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
#page-totem-vehicles .container {
  position: relative;
  z-index: 2;
}
#page-totem-vehicles .section-vehicles {
  position: relative;
  overflow: hidden;
  pointer-events: initial;
  padding: 320rem 0 105rem;
  z-index: 2;
}
#page-totem-vehicles .section-vehicles .wrapper {
  margin-bottom: 90rem;
}
#page-totem-vehicles .section-vehicles .wrapper-title {
  color: black;
  font-family: "Anton";
  font-size: 52rem;
  font-weight: normal;
  text-transform: uppercase;
}
#page-totem-vehicles .section-vehicles .wrapper-title strong {
  color: #f1c116;
  font-weight: normal;
  font-family: "Anton";
}
#page-totem-vehicles .section-vehicles .headline {
  display: flex;
  margin-bottom: 65rem;
}
#page-totem-vehicles .section-vehicles .headline-search {
  position: relative;
  padding: 32rem;
  background-color: #ededed;
  width: 675rem;
  border-radius: 8px;
  flex-grow: 1;
  margin-right: 115rem;
  z-index: 2;
}
#page-totem-vehicles .section-vehicles .headline-search--title {
  color: #8b8b8b;
  font-family: "Anton";
  font-size: 28rem;
  text-transform: uppercase;
  font-weight: normal;
}
#page-totem-vehicles .section-vehicles .headline-search .field-group {
  margin-top: 50rem;
}
#page-totem-vehicles .section-vehicles .headline-search .field-group .field {
  background-color: transparent;
  color: black;
  font-size: 28rem;
  font-weight: normal;
  outline: none;
  border: none;
  width: 100%;
  border-radius: 0px;
}
#page-totem-vehicles .section-vehicles .headline-search .field-group .field::-moz-placeholder {
  color: #666666;
}
#page-totem-vehicles .section-vehicles .headline-search .field-group .field::placeholder {
  color: #666666;
}
#page-totem-vehicles .section-vehicles .headline-filter {
  background-color: #ededed;
  padding: 32rem;
  border-radius: 8px;
  width: 240rem;
  margin-right: 20rem;
  flex-shrink: 0;
}
#page-totem-vehicles .section-vehicles .headline-filter button {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#page-totem-vehicles .section-vehicles .headline-filter button span {
  color: #8b8b8b;
  font-size: 28rem;
  font-weight: normal;
  font-family: "Anton";
  text-transform: uppercase;
}
#page-totem-vehicles .section-vehicles .headline-filter button span:nth-child(2) {
  color: #666666;
  font-size: 28rem;
  font-weight: normal;
  font-family: "Inter";
  text-transform: capitalize;
  margin-top: 50rem;
}
#page-totem-vehicles .section-vehicles .headline-order {
  padding: 32rem;
  background-color: #ededed;
  width: 255rem;
  border-radius: 8px;
  flex-shrink: 0;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group {
  position: relative;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group .label {
  color: #8b8b8b;
  font-family: "Anton";
  font-size: 28rem;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  flex-shrink: 0;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group.not-empty .label {
  opacity: 1;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .open-dropdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50rem;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .open-dropdown span {
  color: #666666;
  font-size: 28rem;
  font-weight: normal;
  display: inline-block;
  text-align: left;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown {
  background-color: white;
  position: absolute;
  top: calc(100% + 55px);
  right: -32rem;
  min-width: 100%;
  overflow: auto;
  max-height: 300px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transform: translateY(5px);
  transition-property: opacity, transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 6;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown::-webkit-scrollbar {
  width: 4px;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown::-webkit-scrollbar-thumb {
  background-color: #f1c116;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #f1c116;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown ul li {
  width: 100%;
  white-space: nowrap;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown ul li button {
  color: black;
  font-size: 22px;
  font-weight: normal;
  height: 45px;
  padding: 0 30px 0 10px;
  text-align: left;
  width: 100%;
  display: block;
  transition-property: background-color, color;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown ul li:hover button, #page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select] .dropdown ul li.active button {
  background-color: rgba(241, 193, 22, 0.03);
  color: #f1c116;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select].active {
  z-index: 5;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=select].active .dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: initial;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=checkbox] button {
  position: relative;
  padding-left: 20rem;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=checkbox] button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 12rem;
  height: 12rem;
  border: 1px solid #a1a1a1;
  transition-property: border-color;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=checkbox] button::after {
  content: "";
  background-color: #f1c116;
  position: absolute;
  top: 3rem;
  left: 3rem;
  width: 8rem;
  height: 8rem;
  transform: scale(0);
  transition-property: transform;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=checkbox] button span {
  color: #a1a1a1;
  font-family: "Anton";
  font-size: 14rem;
  text-transform: uppercase;
  font-weight: normal;
  display: inline-block;
  letter-spacing: 0.05em;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=checkbox] button.active::before {
  border-color: black;
}
#page-totem-vehicles .section-vehicles .headline-order .field-group[data-type=checkbox] button.active::after {
  transform: scale(1);
}
#page-totem-vehicles .section-vehicles .flex-wrapper {
  position: relative;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles.hidden {
  display: none;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid-sk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30rem;
  grid-row-gap: 30rem;
  width: 100%;
}
@media (max-width: 1023px) {
  #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid-sk {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid-sk {
    grid-template-columns: repeat(1, 1fr);
  }
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .sk-item, #page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid-sk .sk-item {
  position: relative;
  width: 100%;
  height: 190rem;
  animation: skeleton 1s infinite;
}
@keyframes skeleton {
  0%, 100% {
    background: rgba(163, 161, 179, 0.1);
  }
  50% {
    background: rgba(163, 161, 179, 0.25);
  }
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card {
  height: 255rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-block::before {
  content: "";
  background-image: linear-gradient(to bottom right, black -10.56%, rgba(0, 0, 0, 0) 56%);
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  z-index: 3;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-block::after {
  content: "";
  background-image: linear-gradient(to top, black -10.56%, rgba(0, 0, 0, 0) 36%);
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  z-index: 3;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--brand {
  font-size: 14rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--title {
  font-size: 21rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--armored {
  position: absolute;
  top: 50rem;
  left: 0;
  bottom: unset;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--features {
  margin-top: 120rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--features .feature {
  opacity: 1;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--features .feature-label {
  font-size: 16rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--features .feature-value {
  font-size: 18rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card-content--cta {
  display: none;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover::before {
  display: none;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-block::before {
  opacity: 1;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-block::after {
  display: block;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-content--armored {
  opacity: 1;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-content--features .feature {
  opacity: 1;
  transform: translateY(10px);
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-content--features .feature:nth-child(2) {
  transition-delay: 0.1s;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-content--features .feature:nth-child(3) {
  transition-delay: 0.2s;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-content--cta {
  opacity: 1;
  transition-delay: 0.3s;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid .card:hover .card-content--cta .button span {
  letter-spacing: 2rem;
  transition-delay: 0.2s;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid.hidden {
  display: none;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid-sk {
  display: none;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .vehicles-grid-sk.active {
  display: grid;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .no-vehicles {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 60px;
  width: 100%;
  transition-property: opacity;
  transition-duration: 0.7s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-totem-vehicles .section-vehicles .flex-wrapper .no-vehicles--title {
  color: black;
  font-family: "Anton";
  font-size: 32rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 70px;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .no-vehicles--cta .button {
  width: 370rem;
  height: 88rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .no-vehicles--cta .button span {
  font-size: 28rem;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .no-vehicles--cta .button::before {
  background-size: cover;
}
#page-totem-vehicles .section-vehicles .flex-wrapper .no-vehicles.active {
  display: flex;
}
#page-totem-vehicles .section-vehicles .loading-more {
  margin-top: 70rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#page-totem-vehicles .section-vehicles .loading-more.hidden {
  display: none;
}
#page-totem-vehicles .section-vehicles .loading-more--line {
  background-color: rgba(0, 0, 0, 0.1);
  position: relative;
  width: 230rem;
  height: 3rem;
  margin-bottom: 20rem;
}
@keyframes loading_more {
  0% {
    transform-origin: 0% 50%;
    transform: scaleX(0);
  }
  50% {
    transform-origin: 0% 50%;
    transform: scaleX(1);
  }
  50.1% {
    transform-origin: 100% 50%;
    transform: scaleX(1);
  }
  100% {
    transform-origin: 100% 50%;
    transform: scaleX(0);
  }
}
#page-totem-vehicles .section-vehicles .loading-more--line_item {
  animation-name: loading_more;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#page-totem-vehicles .section-vehicles .loading-more--line_item:nth-child(1) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0s;
  z-index: 1;
}
#page-totem-vehicles .section-vehicles .loading-more--line_item:nth-child(2) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0.15s;
  z-index: 2;
}
#page-totem-vehicles .section-vehicles .loading-more--line_item:nth-child(3) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0.3s;
  z-index: 3;
}
#page-totem-vehicles .section-vehicles .loading-more--line_item:nth-child(4) {
  background-color: rgba(0, 0, 0, 0.2);
  animation-delay: 0.45s;
  z-index: 4;
}
#page-totem-vehicles .section-vehicles .loading-more--line_item:nth-child(5) {
  background-color: rgba(0, 0, 0, 0.3);
  animation-delay: 0.6s;
  z-index: 5;
}
#page-totem-vehicles .section-vehicles .loading-more--title {
  color: black;
  font-size: 20rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  font-family: "Anton";
  text-transform: uppercase;
}
/*# sourceMappingURL=totem-vehicles.min.css.map */
