@keyframes mobile_menu_trigger_animation {
  0% {
    padding: 5px 3px;
  }
  100% {
    padding: 16px 3px;
  }
}
@keyframes mobile_menu_trigger_top_down_lines_animation {
  0% {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  40% {
    border-top-width: 3px;
    border-bottom-width: 3px;
  }
  50% {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  80% {
    transform: rotate(0);
    border-top-width: 1px;
    border-bottom-width: 1px;
  }
  100% {
    border-top-width: 1px;
    border-bottom-width: 1px;
    transform: rotate(45deg);
  }
}
@keyframes mobile_menu_trigger_center_line_animation {
  80% {
    height: 2px;
    transform: rotate(0);
  }
  100% {
    height: 2px;
    transform: rotate(-45deg);
    margin: -1px 0 0;
  }
}
.mobile-menu-opened {
  overflow: hidden;
}
.mobile-menu-opened .sticky-mobile-filter {
  display: none !important;
}
.mobile-menu-opened .header-classic .mobile-menu-trigger {
  opacity: 1;
  animation: mobile_menu_trigger_animation 0.5s forwards;
}
.mobile-menu-opened .header-classic .mobile-menu-trigger:before {
  animation: mobile_menu_trigger_top_down_lines_animation 0.5s forwards;
}
.mobile-menu-opened .header-classic .mobile-menu-trigger:after {
  animation: mobile_menu_trigger_center_line_animation 0.5s forwards;
}
.mobile-menu-opened .header-classic .sticky-mobile-filter {
  display: none !important;
}
.mobile-menu-opened .header-classic .header-nav {
  height: 100vh;
  padding: 60px 0 0;
}
.mobile-menu-opened .header-classic .header-container {
  position: fixed;
  width: 100%;
  top: 0;
}
.mobile-menu-opened.admin-bar .header-container {
  top: 32px;
}
@media (max-width: 782px) {
  .mobile-menu-opened.admin-bar .header-container {
    top: 46px;
  }
}
.mobile-menu-opened.admin-bar .header-nav {
  padding: 105px 0 0;
}
@media (min-width: 783px) {
  .mobile-menu-opened.admin-bar .header-nav {
    padding: 92px 0 0;
  }
}
.mobile-menu-opened.admin-bar.header-sticky .header-nav:after,
.mobile-menu-opened.admin-bar.header-sticky .header-container {
  top: 0;
}
.mobile-menu-opened.admin-bar.header-sticky .header-nav {
  padding: 60px 0 0;
}
@media (max-width: 600px) {
  .mobile-menu-opened.admin-bar.header-sticky .header-nav:after {
    top: 0;
  }
}

.mobile-menu-closed .header-classic .mobile-menu-trigger {
  animation: mobile_menu_trigger_animation 0.5s reverse forwards;
}
.mobile-menu-closed .header-classic .mobile-menu-trigger:before {
  animation: mobile_menu_trigger_top_down_lines_animation 0.5s reverse forwards;
}
.mobile-menu-closed .header-classic .mobile-menu-trigger:after {
  animation: mobile_menu_trigger_center_line_animation 0.5s reverse forwards;
}

.header-classic {
  position: relative;
  z-index: 50;
  background-color: var(--motors-bg-alpha-contrast);
}
.header-classic .header-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-classic .header-add-car-button,
.header-classic .header-profile-button,
.header-classic .header-profile-button-link,
.header-classic .header-compare-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-classic .header-add-car-button,
.header-classic .header-profile-button,
.header-classic .header-compare-button {
  margin: 0 15px;
}
.header-classic .header-add-car-button:last-child,
.header-classic .header-profile-button:last-child,
.header-classic .header-compare-button:last-child {
  margin-right: 0;
}
.header-classic .header-add-car-button:first-child,
.header-classic .header-profile-button:first-child,
.header-classic .header-compare-button:first-child {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .header-classic .header-add-car-button,
  .header-classic .header-profile-button,
  .header-classic .header-compare-button {
    margin: 0 10px;
  }
}
.header-classic .header-add-car-button,
.header-classic .header-profile-button-link,
.header-classic .header-compare-button {
  color: var(--motors-contrast-text-color);
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-classic .header-add-car-button:hover,
.header-classic .header-profile-button-link:hover,
.header-classic .header-compare-button:hover {
  color: var(--motors-accent-color);
}
.header-classic .header-add-car-button > span,
.header-classic .header-profile-button-link > span,
.header-classic .header-compare-button > span {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0 5px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header-classic .header-add-car-button > span,
  .header-classic .header-profile-button-link > span,
  .header-classic .header-compare-button > span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
  }
}
.header-classic .header-add-car-button.empty-text > span,
.header-classic .header-profile-button-link.empty-text > span,
.header-classic .header-compare-button.empty-text > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}
.header-classic .header-add-car-button.empty-icon > span,
.header-classic .header-profile-button-link.empty-icon > span,
.header-classic .header-compare-button.empty-icon > span {
  margin: 0;
}
.header-classic .header-add-car-button:before,
.header-classic .header-profile-button-link:before,
.header-classic .header-compare-button:before {
  font-size: 16px;
}
.header-classic .header-profile-button-link {
  font-size: 18px;
}
.header-classic .header-profile-button {
  position: relative;
}
.header-classic .header-profile-button .lOffer-account-dropdown {
  right: 0;
}
@media (min-width: 1025px) {
  .header-classic .header-profile-button:hover .lOffer-account-dropdown {
    display: block;
    visibility: visible;
  }
}
.header-classic .header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -5px;
}
.header-classic .header-socials a {
  color: var(--motors-contrast-text-color);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 14px;
  border-radius: 50%;
  transition: 0.1s;
  opacity: 0.6;
}
.header-classic .header-socials a:hover {
  opacity: 1;
}
@media (max-width: 1024px) {
  .header-classic .header-compare-button.empty-icon:before,
  .header-classic .header-profile-button-link.empty-icon:before,
  .header-classic .header-add-car-button.empty-icon:before {
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }
  .header-classic .header-add-car-button.empty-icon:before {
    content: "\e981";
    font-family: "motors-icons";
  }
  .header-classic .header-profile-button-link.empty-icon:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
  }
  .header-classic .header-compare-button.empty-icon:before {
    content: "\e97f";
    font-family: "motors-icons";
  }
}
.header-classic .header-logo-link h1 {
  font-size: 20px;
  color: var(--motors-contrast-text-color);
}
.header-classic .header-container {
  max-width: 1152px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: space-between;
  margin: 0 auto;
  min-height: 70px;
  max-height: 70px;
  position: relative;
  z-index: 10;
}
.header-classic .header-main-phone {
  font-weight: bold;
  color: var(--motors-contrast-text-color);
  font-size: 14px;
  margin: 0 0 0 15px;
}
@media (max-width: 1024px) {
  .header-classic .mobile-menu-trigger {
    position: relative;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    padding: 5px 3px;
    margin: 0 0 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
    opacity: 0.7;
  }
  .header-classic .mobile-menu-trigger:before {
    content: "";
    border-top: 3px solid var(--motors-contrast-text-color);
    border-bottom: 3px solid var(--motors-contrast-text-color);
    width: 100%;
    height: 100%;
    display: block;
    transition: 1s;
  }
  .header-classic .mobile-menu-trigger:after {
    content: "";
    height: 3px;
    position: absolute;
    top: 50%;
    left: 3px;
    right: 3px;
    transform: translateY(-50%);
    background-color: var(--motors-contrast-text-color);
    transition: 1s;
  }
  .header-classic .sub-menu {
    padding: 0;
    display: none;
  }
  .header-classic .header-nav {
    height: 0;
    position: fixed;
    width: 100%;
    overflow: auto;
    background-color: var(--motors-bg-contrast);
    transition: 0.3s;
    left: 0;
    top: 0;
    z-index: -1;
  }
  .header-classic .header-nav:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    background-color: var(--motors-bg-contrast);
    height: 60px;
  }
  .header-classic .header-menu {
    padding: 0;
    background-color: var(--motors-accent-color);
    margin: 0;
  }
  .header-classic .header-menu > .menu-item > a {
    background-color: var(--motors-accent-color);
    color: var(--motors-text-color);
  }
  .header-classic .header-menu > .menu-item > .sub-menu > .menu-item:first-child > a {
    border: none;
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item:not(:first-child) a {
    padding: 15px;
  }
  .header-classic .header-menu .menu-item {
    display: block;
  }
  .header-classic .header-menu .menu-item a {
    display: block;
    padding: 18px 15px 15px;
    border-top: 1px solid var(--motors-contrast-text-lowalpha-color);
    color: var(--motors-contrast-text-color);
  }
  .header-classic .header-menu .sub-menu {
    padding: 0 15px;
    background-color: var(--motors-bg-contrast);
  }
  .header-classic .header-menu .sub-menu .menu-item a {
    border-top: 1px solid var(--motors-contrast-text-lowalpha-color);
  }
  .header-classic .header-menu .menu-item-has-children {
    position: relative;
  }
  .header-classic .header-menu .menu-item-has-children:before {
    content: "";
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-classic .header-menu .menu-item-has-children:after {
    content: "";
    border-right: 2px solid var(--motors-contrast-text-color);
    border-bottom: 2px solid var(--motors-contrast-text-color);
    height: 11px;
    width: 11px;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 22px;
    right: 20px;
    transition: 0.2s;
  }
  .header-classic .header-menu .menu-item-has-children.opened:after {
    transform: rotate(45deg);
    top: 20px;
  }
  .header-classic .header-menu .menu-item-has-children.opened > .sub-menu {
    display: block;
  }
  .header-classic .header-container .header-logo-link h1 {
    font-size: 12px;
  }
  .header-classic .header-socials,
  .header-classic .header-main-phone {
    display: none;
  }
  .header-classic .header-container {
    max-height: 60px;
    min-height: 60px;
  }
}
@media (min-width: 1025px) {
  .header-classic .header-nav {
    flex: 1;
  }
  .header-classic .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .header-classic .header-menu ul {
    display: block;
    padding: 0;
  }
  .header-classic .header-menu .menu-item {
    position: relative;
    display: block;
    transition: 0.1s;
  }
  .header-classic .header-menu .menu-item a {
    display: block;
    padding: 10px 20px;
    transition: 0.1s;
    color: var(--motors-contrast-text-color);
  }
  .header-classic .header-menu > .menu-item {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
  }
  .header-classic .header-menu > .menu-item.menu-item-has-children {
    align-items: center;
  }
  .header-classic .header-menu > .menu-item.menu-item-has-children > a:after {
    content: "";
    border-right: 2px solid var(--motors-contrast-text-color);
    border-bottom: 2px solid var(--motors-contrast-text-color);
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: block;
    margin: -6px 0 0 8px;
  }
  .header-classic .header-menu > .menu-item > a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    white-space: nowrap;
  }
  .header-classic .header-menu > .menu-item:hover:before {
    color: var(--motors-accent-color);
  }
  .header-classic .header-menu > .menu-item:hover > a {
    border-bottom-color: var(--motors-accent-color);
  }
  .header-classic .header-menu > .menu-item:hover > a:after {
    border-color: var(--motors-contrast-text-color);
  }
  .header-classic .header-menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0;
  }
  .header-classic .header-menu > .menu-item:hover > .sub-menu:before {
    height: 5px;
  }
  .header-classic .header-menu > .menu-item .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    background-color: var(--motors-bg-color);
    color: var(--motors-text-color);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  .header-classic .header-menu > .menu-item .sub-menu a {
    min-width: 250px;
    max-width: 250px;
    color: var(--motors-text-color);
  }
  .header-classic .header-menu > .menu-item .sub-menu a:after, .header-classic .header-menu > .menu-item .sub-menu a:before {
    content: "";
    display: inline-block;
    width: 10px;
  }
  .header-classic .header-menu > .menu-item .sub-menu:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    transform: translateY(-100%);
    left: 0;
    transition: 0.3s;
  }
  .header-classic .header-menu > .menu-item .sub-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--motors-border-color);
  }
  .header-classic .header-menu > .menu-item .sub-menu .menu-item:hover > a {
    background-color: var(--motors-accent-color);
    color: var(--motors-contrast-text-color);
  }
  .header-classic .header-menu > .menu-item > .sub-menu {
    opacity: 0;
    pointer-events: none;
    margin: -15px 0 0;
    top: 100%;
    left: 0;
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item-has-children:after {
    content: "";
    border-right: 2px solid var(--motors-text-color);
    border-bottom: 2px solid var(--motors-text-color);
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 15px;
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item-has-children .sub-menu:before {
    content: "";
    width: 15px;
    height: 100%;
    position: absolute;
    display: block;
    left: 0;
    transform: translateX(-100%);
    transition: 0.3s;
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item-has-children:hover:after {
    border-color: var(--motors-contrast-text-color);
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item-has-children:hover:before {
    width: 5px;
  }
  .header-classic .header-menu > .menu-item > .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0 0 0 5px;
  }
}

.header-sticky-enabled .header-classic {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  transition: 1s;
}
@media (max-width: 782px) {
  .header-sticky-enabled.admin-bar .header-classic {
    top: 0;
  }
}
.header-sticky-enabled.header-sticky.header-sticky-prepare-slidedown .header-classic {
  transform: translateY(-100%) !important;
  transition: 0s;
}
.header-sticky-enabled.header-sticky .header-classic {
  position: fixed;
  transform: translateY(0);
}
.header-sticky-enabled.header-sticky.admin-bar .header-classic {
  top: 32px;
}
@media (max-width: 782px) {
  .header-sticky-enabled.header-sticky.admin-bar .header-classic {
    top: 46px;
  }
}
@media (max-width: 600px) {
  .header-sticky-enabled.header-sticky.admin-bar .header-classic {
    top: 0;
  }
}

body.admin-bar .header-classic .header-nav:after {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .header-classic .header-nav:after {
    top: 45px;
  }
}
@media (max-width: 600px) {
  body.admin-bar.header-sticky .header-classic .header-nav:after,
  body.admin-bar.header-sticky .header-classic {
    top: 0;
  }
}