@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-focus .mobile-menu-trigger {
  opacity: 1;
  animation: mobile_menu_trigger_animation 0.5s forwards;
}
.mobile-menu-opened .header-focus .mobile-menu-trigger:before {
  animation: mobile_menu_trigger_top_down_lines_animation 0.5s forwards;
}
.mobile-menu-opened .header-focus .mobile-menu-trigger:after {
  animation: mobile_menu_trigger_center_line_animation 0.5s forwards;
}
.mobile-menu-opened .header-focus .sticky-mobile-filter {
  display: none !important;
}
.mobile-menu-opened .header-focus .header-nav {
  height: 100vh;
  padding: 60px 0 0;
}
.mobile-menu-opened .header-focus .header-container {
  position: fixed;
  width: 100%;
}
.mobile-menu-opened .header-focus.admin-bar .header-nav {
  padding: 60px 0 46px;
}

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

.header-contacts-opened .header-focus .header-contacts-trigger {
  max-height: 48px;
  min-height: 48px;
  background-color: var(--motors-accent-color);
  border-radius: 4px 4px 0 0;
  font-size: 16px;
  padding: 15px 0;
}
.header-contacts-opened .header-focus .header-contacts {
  pointer-events: auto;
  opacity: 1;
}

.header-focus {
  position: relative;
  z-index: 50;
  background-color: var(--motors-bg-contrast);
}
.header-focus .header-actions {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.header-focus .header-add-car-button,
.header-focus .header-profile-button,
.header-focus .header-profile-button-link,
.header-focus .header-compare-button {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.header-focus .header-add-car-button,
.header-focus .header-profile-button-link,
.header-focus .header-compare-button {
  color: var(--motors-text-color);
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-focus .header-add-car-button:hover,
.header-focus .header-profile-button-link:hover,
.header-focus .header-compare-button:hover {
  color: var(--motors-accent-color);
}
.header-focus .header-add-car-button > span,
.header-focus .header-profile-button-link > span,
.header-focus .header-compare-button > span {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 0 7px;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .header-focus .header-add-car-button > span,
  .header-focus .header-profile-button-link > span,
  .header-focus .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-focus .header-add-car-button.empty-text > span,
.header-focus .header-profile-button-link.empty-text > span,
.header-focus .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-focus .header-add-car-button.empty-icon > span,
.header-focus .header-profile-button-link.empty-icon > span,
.header-focus .header-compare-button.empty-icon > span {
  margin: 0;
}
.header-focus .header-add-car-button:before,
.header-focus .header-profile-button-link:before,
.header-focus .header-compare-button:before {
  font-size: 16px;
}
.header-focus .header-add-car-button,
.header-focus .header-compare-button {
  font-size: 16px;
}
.header-focus .header-profile-button-link {
  font-size: 18px;
}
.header-focus .header-contacts-trigger {
  font-size: 32px;
  color: var(--motors-contrast-text-color);
  display: none;
  align-items: center;
  margin: 0 10px;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
}
.header-focus .header-profile-button {
  position: relative;
}
.header-focus .header-profile-button .lOffer-account-dropdown {
  right: 0;
}
@media (min-width: 1025px) {
  .header-focus .header-profile-button:hover .lOffer-account-dropdown {
    opacity: 1;
    display: block;
    visibility: visible;
    margin: 0;
  }
}
.header-focus .header-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -4px 0 60px;
}
.header-focus .header-socials.header-socials-small {
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 3px 0;
  max-width: 200px;
  margin: 0 -4px 0 20px;
}
.header-focus .header-socials.header-socials-small a {
  width: 25px;
  height: 25px;
  margin: 3px;
}
.header-focus .header-socials a {
  color: var(--motors-contrast-text-color);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.1s;
  background-color: var(--motors-contrast-text-lowestalpha-color);
}
.header-focus .header-socials a:hover {
  background-color: var(--motors-accent-color);
}
.header-focus .header-compare-button.empty-icon:before,
.header-focus .header-profile-button-link.empty-icon:before,
.header-focus .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;
}
@media (max-width: 1024px) {
  .header-focus .header-compare-button.empty-icon:before,
  .header-focus .header-profile-button-link.empty-icon:before,
  .header-focus .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-focus .header-add-car-button.empty-icon:before {
    content: "\e981";
    font-family: "motors-icons";
  }
  .header-focus .header-profile-button-link.empty-icon:before {
    content: "\f2bd";
    font-family: "Font Awesome 6 Free";
  }
  .header-focus .header-compare-button.empty-icon:before {
    content: "\e97f";
    font-family: "motors-icons";
  }
  .header-focus .header-contacts-trigger {
    display: flex;
  }
}
.header-focus .header-logo-link {
  margin: 0 auto 0 0;
}
.header-focus .header-logo-link h1 {
  font-size: 20px;
}
.header-focus .header-container {
  max-width: 1152px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  justify-content: flex-end;
  margin: 0 auto;
  min-height: 100px;
  max-height: 100px;
  position: relative;
  z-index: 10;
}
.header-focus .header-container .header-actions {
  display: none;
}
.header-focus .header-contacts {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.header-focus .header-address {
  max-width: 210px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--motors-contrast-text-color);
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
.header-focus .header-address:before {
  color: var(--motors-accent-color);
  margin: 0 6px 0 0;
  font-size: 32px;
}
.header-focus .header-main-phone {
  max-width: 205px;
  text-transform: uppercase;
  font-size: 12px;
  color: var(--motors-contrast-text-color);
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
.header-focus .header-main-phone:before {
  color: var(--motors-accent-color);
  margin: 0 6px 0 0;
  font-size: 32px;
}
.header-focus .header-main-phone-column {
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1em;
}
.header-focus .header-main-phone-label {
  display: block;
  font-size: 11px;
  color: var(--motors-accent-color);
  text-transform: uppercase;
}
.header-focus .header-phones {
  margin: 0 0 0 30px;
}
.header-focus .header-phone {
  display: block;
  color: var(--motors-contrast-text-color);
  font-weight: bold;
}
.header-focus .header-phone-label {
  text-transform: uppercase;
  font-size: 11px;
  color: var(--motors-accent-color);
  margin: 0 3px 0 0;
}
@media (max-width: 1024px) {
  .header-focus .mobile-menu-trigger {
    position: relative;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    padding: 5px 3px;
    margin: 0 0 0 10px;
    display: none;
    align-items: center;
    justify-content: center;
    transition: 1s;
    opacity: 0.7;
  }
  .header-focus .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-focus .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-focus .sub-menu {
    padding: 0;
    display: none;
  }
  .header-focus .header-nav {
    height: 0;
    position: fixed;
    width: 100%;
    overflow: auto;
    background-color: var(--motors-bg-contrast);
    transition: 0.3s;
  }
  .header-focus .header-menu {
    padding: 0;
    background-color: var(--motors-accent-color);
    margin: 0;
  }
  .header-focus .header-menu > .menu-item > a {
    background-color: var(--motors-accent-color);
    color: var(--motors-text-color);
  }
  .header-focus .header-menu > .menu-item > .sub-menu > .menu-item:first-child > a {
    border: none;
  }
  .header-focus .header-menu > .menu-item > .sub-menu .menu-item:not(:first-child) a {
    padding: 15px;
  }
  .header-focus .header-menu .menu-item {
    display: block;
  }
  .header-focus .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-focus .header-menu .sub-menu {
    padding: 0 15px;
    background-color: var(--motors-bg-contrast);
  }
  .header-focus .header-menu .sub-menu .menu-item a {
    border-top: 1px solid var(--motors-contrast-text-lowalpha-color);
  }
  .header-focus .header-menu .menu-item-has-children {
    position: relative;
  }
  .header-focus .header-menu .menu-item-has-children:before {
    content: "";
    width: 45px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header-focus .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-focus .header-menu .menu-item-has-children.opened:after {
    transform: rotate(45deg);
    top: 20px;
  }
  .header-focus .header-menu .menu-item-has-children.opened > .sub-menu {
    display: block;
  }
  .header-focus .header-container {
    max-height: 60px;
    min-height: 60px;
    border-bottom: 1px solid var(--motors-border-color);
  }
  .header-focus .header-container .header-logo-link h1 {
    font-size: 12px;
  }
  .header-focus .header-container .header-actions {
    display: flex;
  }
  .header-focus .header-nav .header-actions {
    display: none;
  }
  .header-focus .mobile-menu-trigger {
    display: flex;
  }
  .header-focus .header-socials {
    display: none;
  }
  .header-focus .header-contacts {
    position: absolute;
    max-width: 270px;
    min-width: 270px;
    display: block;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    margin: -6px 0 0;
    padding: 15px;
    background: var(--motors-bg-contrast);
    border-radius: 4px;
  }
  .header-focus .header-contacts > * {
    margin: 0 0 15px;
  }
  .header-focus .header-contacts > *:last-child {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .header-focus .header-nav {
    position: absolute;
    width: 100%;
    left: 0;
    background-color: var(--motors-bg-highalpha-color);
    transition: 0.5s;
  }
  .header-focus .header-nav-container {
    max-width: 1152px;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    justify-content: space-between;
  }
  .header-focus .header-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    transition: 0.5s;
  }
  .header-focus .header-menu ul {
    display: block;
    padding: 0;
  }
  .header-focus .header-menu .menu-item {
    position: relative;
    display: block;
    transition: 0.1s;
  }
  .header-focus .header-menu .menu-item a {
    display: block;
    padding: 10px 20px;
    transition: 0.1s;
  }
  .header-focus .header-menu > .menu-item.menu-item-has-children {
    align-items: center;
  }
  .header-focus .header-menu > .menu-item.menu-item-has-children > a: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;
    margin: -6px 0 0 8px;
  }
  .header-focus .header-menu > .menu-item > a {
    text-transform: uppercase;
    color: var(--motors-text-color);
    font-weight: bold;
    font-size: 14px;
    margin: 0 20px;
    height: 50px;
    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-focus .header-menu > .menu-item.current-menu-item, .header-focus .header-menu > .menu-item:hover {
    background-color: var(--motors-accent-color);
  }
  .header-focus .header-menu > .menu-item.current-menu-item > a, .header-focus .header-menu > .menu-item:hover > a {
    color: var(--motors-contrast-text-color);
  }
  .header-focus .header-menu > .menu-item.current-menu-item.menu-item-has-children > a:after, .header-focus .header-menu > .menu-item:hover.menu-item-has-children > a:after {
    border-color: var(--motors-contrast-text-color);
  }
  .header-focus .header-menu > .menu-item:hover > .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 5px 0 0;
  }
  .header-focus .header-menu > .menu-item:hover > .sub-menu:before {
    height: 5px;
  }
  .header-focus .header-menu > .menu-item .sub-menu {
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    position: absolute;
    background-color: var(--motors-bg-highestalpha-contrast);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  .header-focus .header-menu > .menu-item .sub-menu a {
    border-left: 4px solid transparent;
    min-width: 250px;
    max-width: 250px;
    color: var(--motors-contrast-text-color);
  }
  .header-focus .header-menu > .menu-item .sub-menu a:after, .header-focus .header-menu > .menu-item .sub-menu a:before {
    content: "";
    display: inline-block;
    width: 10px;
  }
  .header-focus .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-focus .header-menu > .menu-item .sub-menu .menu-item:not(:last-child) {
    border-bottom: 1px solid var(--motors-border-color);
  }
  .header-focus .header-menu > .menu-item .sub-menu .menu-item:hover > a {
    background-color: var(--motors-bg-contrast);
    border-color: var(--motors-accent-color);
  }
  .header-focus .header-menu > .menu-item > .sub-menu {
    opacity: 0;
    pointer-events: none;
    margin: 15px 0 0;
    top: 100%;
    left: 0;
  }
  .header-focus .header-menu > .menu-item > .sub-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);
    width: 8px;
    height: 8px;
    transform: rotate(-45deg);
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .header-focus .header-menu > .menu-item > .sub-menu .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    margin: 0 0 0 15px;
  }
  .header-focus .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-focus .header-menu > .menu-item > .sub-menu .menu-item-has-children:hover:before {
    width: 5px;
  }
  .header-focus .header-menu > .menu-item > .sub-menu .menu-item-has-children:hover .sub-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0 0 0 5px;
  }
}

@media (min-width: 1025px) {
  .header-sticky.admin-bar .header-nav {
    top: 32px;
  }
}
.header-sticky .header-nav {
  position: fixed;
  top: 0;
}

.header-sticky-enabled .header-focus {
  width: 100%;
  left: 0;
  top: 0;
}
.header-sticky-enabled.admin-bar.mobile-menu-opened .header-focus .header-nav {
  padding-bottom: 46px;
}

@media (max-width: 1024px) {
  .header-sticky-enabled .header-focus {
    width: 100%;
    left: 0;
    top: 0;
    transition: 1s;
  }
  .header-sticky-enabled.header-sticky.admin-bar .header-focus {
    top: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 782px) {
  .header-sticky-enabled.header-sticky.admin-bar .header-focus {
    top: 45px;
  }
}
@media (max-width: 1024px) {
  .header-sticky-enabled.header-sticky.header-sticky-prepare-slidedown .header-focus {
    transform: translateY(-100%) !important;
    transition: 0s;
  }
  .header-sticky-enabled.header-sticky .header-focus {
    position: fixed;
    transform: translateY(0);
  }
  .header-sticky-enabled.admin-bar .header-focus .header-nav:after {
    top: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 782px) {
  .header-sticky-enabled.admin-bar .header-focus .header-nav:after {
    top: 45px;
  }
}
@media (max-width: 1024px) and (max-width: 600px) {
  .header-sticky-enabled.admin-bar.header-sticky .header-focus .header-nav:after,
  .header-sticky-enabled.admin-bar.header-sticky .header-focus {
    top: 0;
  }
}
@media (min-width: 1025px) {
  body:not(.home):not(.page) .mst-wrapper-inner > .container > .page-content > p:first-child,
  body:not(.home):not(.page) .mst-wrapper-inner > .container > .page-content:first-child,
  body:not(.home):not(.page) .mst-wrapper-inner > .container > h1:first-child {
    padding-top: 50px;
  }
  body:not(.home).page .mst-wrapper-inner > .container > .page-content > p:first-child {
    padding-top: 50px;
  }
  body:not(.home).page .mst-wrapper-inner > .container > .page-content > .elementor > .elementor-section > .elementor-container {
    padding-top: 50px;
  }
  body:not(.home) #main > .elementor > .elementor-section > .elementor-container {
    padding-top: 50px;
  }
  body.archive.author .stm-user-public-profile > *:first-child,
  body.archive.author .stm-user-private-main > *:first-child,
  body.archive.author .stm-user-top {
    margin-top: 50px;
  }
  body.archive.author .archive-listing-page {
    padding: 0;
  }
  body.archive.author .stm-user-private-main > *:first-child {
    padding: 2px 0;
  }
}