@charset "UTF-8";
@font-face {
  font-family: FontRegular;
  src: url("../../fonts/Inter-Regular.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontMedium;
  src: url("../../fonts/Inter-Medium.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontItalic;
  src: url("../../fonts/Inter-Italic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontSemiBold;
  src: url("../../fonts/Inter-SemiBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBold;
  src: url("../../fonts/Inter-Bold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBoldItalic;
  src: url("../../fonts/Inter-BoldItalic.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontExtraBold;
  src: url("../../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-display: block;
}
@font-face {
  font-family: FontBlack;
  src: url("../../fonts/Inter-Black.ttf") format("truetype");
  font-display: block;
}
.font-regular {
  font-family: FontRegular;
}

.font-medium {
  font-family: FontMedium;
}

.font-italic {
  font-family: FontItalic;
}

.font-semi-bold {
  font-family: FontSemiBold;
}

.font-bold {
  font-family: FontBold;
}

.font-bold-italic {
  font-family: FontBoldItalic;
}

.font-extra-bold {
  font-family: FontExtraBold;
}

.font-black {
  font-family: FontBlack;
}

strong,
b {
  font-family: FontBold;
}

i,
em {
  font-family: FontItalic;
}

strong i,
strong em,
b i,
b em,
i strong,
i b,
em strong,
em b {
  font-family: FontBoldItalic;
}

.white {
  color: #ffffff !important;
}

.yellow {
  color: #ebbc00 !important;
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 782px) {
  .body-with-admin-bar .header {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  .body-with-admin-bar #wpadminbar {
    position: fixed !important;
  }
}

* {
  font-family: FontRegular, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: FontRegular;
  color: #25272d;
  font-size: 18px;
  transition: all 0.2s linear;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background-color: #25272d;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: none;
}
a::before, a::after {
  transition: all 0.2s linear;
}

.main-container {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1440px;
}

.btn {
  font-size: 16px;
  font-family: FontSemiBold;
  width: fit-content;
  padding: 21px 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
}
@media screen and (max-width: 1366px) {
  .btn {
    font-size: 16px;
    padding: 20px 36px;
  }
}
@media screen and (max-width: 1024px) {
  .btn {
    font-size: 15px;
    padding: 18px 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
    padding: 16px 26px;
  }
}
.btn-yellow-default {
  background-color: #ebbc00;
  color: #25272d;
}
.btn-yellow-default:hover {
  background-color: #25272d;
  color: #ffffff;
}
.btn-yellow-extra {
  background-color: #ebbc00;
  color: #25272d;
}
.btn-yellow-extra:hover {
  background-color: #ffffff;
  color: #25272d;
}
.btn-black-default {
  background-color: #25272d;
  color: #ffffff;
}
.btn-black-default:hover {
  background-color: #ebbc00;
  color: #25272d;
}
.btn-black-extra {
  background-color: #25272d;
  color: #ffffff;
}
.btn-black-extra:hover {
  background-color: #ffffff;
  color: #25272d;
}
.btn-green {
  background-color: #23c72e;
  color: #ffffff;
}
.btn-green:hover {
  background-color: rgb(31.1858974359, 177.3141025641, 40.9871794872);
  color: #ffffff;
}
.btn-small {
  padding: 12px 24.5px;
}
@media screen and (max-width: 1366px) {
  .btn-small {
    padding: 10px 22px;
  }
}
@media screen and (max-width: 767px) {
  .btn-small {
    padding: 10px 18px;
  }
}
.btn-thin {
  padding: 14px 38px;
}
.btn:hover .btn-icon path, .btn:hover .btn-search path {
  fill: #ffffff;
}

.phone-icon, .slick-arrow-icon, .topbar-icon, .btn-search, .leasing-icon, .social-media-icon, .contact-icon, .select-arrow, .btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.phone-icon svg, .slick-arrow-icon svg, .topbar-icon svg, .btn-search svg, .leasing-icon svg, .social-media-icon svg, .contact-icon svg, .select-arrow svg, .btn-icon svg {
  width: 100%;
  height: 100%;
}
.phone-icon svg path, .slick-arrow-icon svg path, .topbar-icon svg path, .btn-search svg path, .leasing-icon svg path, .social-media-icon svg path, .contact-icon svg path, .select-arrow svg path, .btn-icon svg path {
  transition: all 0.2s linear;
}

.btn-icon {
  width: 16px;
  height: 12px;
}
.btn-icon path {
  fill: #25272d;
}

.select-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 12px;
  height: 8px;
}
.select-arrow path {
  fill: #7a7c83;
}

.social-media-icon, .contact-icon {
  width: 32px;
  height: 32px;
}
.social-media-icon path, .contact-icon path {
  fill: #25272d;
}
.social-media-icon:hover path, .contact-icon:hover path {
  fill: #ebbc00;
}

.contact-icon {
  flex-shrink: 0;
  background-color: #ebbc00;
  border-radius: 50%;
  width: 42px;
  height: 42px;
}
.contact-icon svg {
  max-width: 19px;
  max-height: 22px;
}
.contact-icon svg path {
  fill: #ffffff;
}
.contact-icon:hover path {
  fill: #ffffff;
}

.leasing-icon {
  width: 14px;
  height: 10px;
}
.leasing-icon path {
  fill: #25272d;
}

.btn-search {
  width: 25px;
  height: 25px;
}
.btn-search path {
  fill: #25272d;
}

.topbar-icon {
  width: 17px;
  height: 20px;
}
.topbar-icon path {
  fill: #ebbc00;
}
@media screen and (max-width: 767px) {
  .topbar-icon {
    width: 24px !important;
    height: 24px !important;
  }
  .topbar-icon:hover path {
    fill: #25272d;
  }
}

.slick-arrow-icon {
  width: 21px !important;
  height: 15px !important;
}
.slick-arrow-icon path {
  fill: #25272d !important;
}

.phone-icon {
  width: 54px;
  height: 54px;
}

.link {
  font-size: 16px;
  font-family: FontMedium;
  width: fit-content;
  color: #25272d;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  flex-shrink: 0;
}
.link.filter {
  color: #7a7c83;
  text-decoration-thickness: 2px;
}
.link.filter:hover {
  color: #25272d;
}
.link.thin {
  font-size: 13px;
  font-family: FontRegular;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.link.thin:hover {
  color: rgb(13.987804878, 14.743902439, 17.012195122);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.link:hover {
  color: #ebbc00;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.link.yellow {
  color: #ebbc00;
}
.link.yellow:hover {
  color: #ffffff !important;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.leasing-link {
  font-family: FontBold;
  font-size: 12px;
  color: #25272d;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
  white-space: nowrap;
}
.leasing-link svg {
  width: 14px;
  height: 16px;
}
.leasing-link svg path {
  fill: #25272d;
  transition: fill 0.2s linear;
}
.leasing-link:hover {
  color: #ebbc00;
}
.leasing-link:hover svg path {
  fill: #ffffff;
}

.car-label {
  font-size: 13px;
  padding: 1px 7px;
  font-family: FontRegular;
  border-radius: 5px;
  white-space: nowrap;
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 16px;
  z-index: 3;
  color: #ffffff;
}

.car-label {
  background-color: #25272d;
}
.car-label--yellow {
  background-color: #ebbc00;
  color: #25272d;
}
.car-label--blue {
  background-color: #1a46c9;
}
.car-label--red {
  background-color: #d31518;
}
.car-label--aqua {
  background-color: #00c8eb;
  color: #25272d;
}

.car-sold-badge {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px 34px;
  transform: translate(-50%, -50%) rotate(-20deg);
  background-color: #d31518;
  color: #ffffff;
  font-family: FontBold;
  font-size: 16px;
  z-index: 3;
  text-transform: uppercase;
  pointer-events: none;
}

.last-child-without-margin > *:last-child {
  margin-bottom: 0 !important;
}

.d-none {
  display: none !important;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px) scale(1);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes scaleUp {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-10px);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadeSlideDown {
  0% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeSlideUp {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-20px);
    opacity: 0;
  }
}
@keyframes arrowHoverMotion {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  40% {
    transform: translateX(4px) rotate(-12deg);
  }
  70% {
    transform: translateX(3px) rotate(-6deg);
  }
  100% {
    transform: translateX(4px) rotate(-8deg);
  }
}
.fade-in,
.slide-in-up,
.slide-in-left,
.slide-in-right,
.scale-up,
.bounce,
.rotate {
  opacity: 0;
}

.fade-in.show {
  animation: fadeIn 1s ease-in-out forwards;
}

.slide-in-up.show {
  animation: slideInUp 0.5s ease-in-out forwards;
  will-change: transform, opacity;
}

.slide-in-left.show {
  animation: slideInLeft 0.5s ease-out forwards;
}

.slide-in-right.show {
  animation: slideInRight 0.5s ease-out forwards;
}

.scale-up.show {
  animation: scaleUp 1s ease-in-out forwards;
}

.fade-slide-down {
  animation: fadeSlideDown 0.3s ease-out forwards;
}

.fade-slide-up {
  animation: fadeSlideUp 0.3s ease-out forwards;
}

.bounce.show {
  animation: bounce 1s ease-in-out forwards;
}

.rotate.show {
  animation: rotate 1s linear infinite;
}

.catalog-loader-overlay {
  position: absolute;
  top: 3%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  z-index: 10;
  display: flex;
  justify-content: center;
}
.catalog-loader-overlay .spinner {
  width: 68px;
  height: 68px;
  border: 5px solid rgba(235, 188, 0, 0.4);
  border-top-color: #ebbc00;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
}

.submit-btn {
  position: relative;
}
.submit-btn .btn-text {
  font-family: FontSemiBold;
  font-size: 16px;
  color: #ffffff;
}
.submit-btn .btn-loader {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(235, 188, 0, 0.4);
  border-top-color: #ebbc00;
  border-radius: 50%;
  animation: rotate 0.8s linear infinite;
  display: none;
}
.submit-btn.loading .btn-text {
  display: none;
}
.submit-btn.loading .btn-loader {
  display: block;
}
.submit-btn:hover .btn-text {
  color: #25272d !important;
}

@media (max-width: 1024px) {
  .catalog-loader-overlay {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .catalog-loader-overlay {
    top: 80px;
  }
}
.main-header {
  width: 100%;
  position: relative;
  background-color: #ffffff;
  transition: box-shadow 0.3s ease;
  z-index: 1002;
}
.main-header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1002;
}
.main-header .header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0px 16px;
  min-height: 90px;
}
.main-header .header-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-header .header-right.animated {
  animation: fadeSlideDown 0.4s ease-out;
}
.main-header .logo {
  margin-right: 16px;
  display: flex;
  align-items: center;
  height: 90px;
}
.main-header .logo img {
  max-width: 100%;
  max-height: 70px;
  object-fit: contain;
  display: block;
}
.main-header .logo .logo-desktop {
  display: block;
}
.main-header .logo .logo-mobile {
  display: none;
}
.main-header .main-nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 35px;
}
.main-header .main-nav ul li {
  list-style: none;
}
.main-header .main-nav ul li a {
  position: relative;
  color: #25272d;
  font-size: 16px;
  font-family: FontMedium;
}
.main-header .main-nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ebbc00;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.main-header .main-nav ul li a:hover {
  color: rgb(13.987804878, 14.743902439, 17.012195122);
}
.main-header .main-nav ul li a:hover::after {
  width: 100%;
}
.main-header .main-nav ul li.current-menu-item a {
  color: rgb(13.987804878, 14.743902439, 17.012195122);
}
.main-header .main-nav ul li.current-menu-item a::after {
  width: 100%;
}

.burger-cta-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.burger-cta-wrap .cta-button {
  display: flex;
}

.header-info-wrapper {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: 42px;
}

@media screen and (max-width: 1366px) {
  .main-header .header-inner {
    padding: 0px 16px;
  }
  .main-header .main-nav ul {
    gap: 24px;
  }
  .main-header .main-nav ul a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px) {
  .main-header {
    position: relative;
  }
  .main-header .header-inner {
    justify-content: flex-start;
    min-height: 65px;
    margin-left: auto;
  }
  .main-header .cta-button {
    margin-left: auto;
    margin-right: 16px;
  }
  .main-header .main-nav ul {
    flex-direction: column;
    gap: 32px;
    padding-top: 48px;
    padding-bottom: 64px;
  }
  .main-header .main-nav ul li a {
    font-size: 20px;
  }
  .main-header .burger {
    display: flex;
  }
  .header-info-wrapper {
    gap: 39px;
  }
}
@media screen and (max-width: 767px) {
  .main-header .header-inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px 16px;
  }
  .main-header .logo .logo-desktop {
    display: none;
  }
  .main-header .logo .logo-mobile {
    display: block;
  }
}
body.menu-open {
  overflow: hidden;
  position: relative;
  width: 100%;
}

body.menu-open.hide-top-bar .top-bar {
  display: none !important;
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 18, 28, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 900;
}

body.menu-open .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 6px;
  width: 38px;
  cursor: pointer;
  z-index: 1100;
}
.burger span {
  height: 3px;
  background-color: #25272d;
  border-radius: 2px;
  transition: all 0.2s linear;
  transform-origin: center;
}
.burger span:nth-child(1) {
  width: 29px;
  align-self: flex-end;
}
.burger span:nth-child(2) {
  width: 38px;
  align-self: flex-end;
}
.burger span:nth-child(3) {
  width: 19px;
  align-self: flex-end;
}
.burger.active span:nth-child(1) {
  width: 38px;
  transform: rotate(45deg) translate(8px, 7px);
}
.burger.active span:nth-child(2) {
  opacity: 0;
}
.burger.active span:nth-child(3) {
  width: 38px;
  transform: rotate(-45deg) translate(5px, -5px);
}

@media screen and (max-width: 1024px) {
  .burger {
    display: flex;
  }
  .header-right {
    opacity: 0;
    transform: translateY(-20px);
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    overflow-y: auto;
  }
  .header-right::-webkit-scrollbar {
    width: 0;
  }
  .header-right::-webkit-scrollbar-track, .header-right::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .header-right.hidden {
    display: none;
  }
  .header-right.active {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.footer {
  background-color: #ffffff;
  padding: 46px 0 31px;
}

.footer-top-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 46px;
  align-items: center;
}

.footer-company {
  font-size: 14px;
  line-height: 25px;
  color: #7f8589;
}

.footer-phone:hover {
  color: #ebbc00;
}

.footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin-left: auto;
}

.footer-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-links ul {
  display: flex;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links li {
  display: flex;
}
.footer-links li.current-menu-item a,
.footer-links li a:hover {
  color: #ebbc00;
}
.footer-links a {
  font-size: 14px;
  line-height: 25px;
  color: #7f8589;
}

.footer-bottom-row {
  width: 100%;
}

.footer-copyright {
  font-size: 12px;
  line-height: 25px;
  color: #7f8589;
}

.footer-separator {
  border: none;
  background-color: #dedcd4;
  width: 100%;
  height: 1px;
  margin-top: 42px;
  margin-bottom: 28px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
}

.footer-disclaimer {
  width: 100%;
  max-width: 781px;
  font-size: 12px;
  line-height: 20px;
  color: #7f8589;
}

.footer-credits {
  margin-left: auto;
  color: #25272d;
}
.footer-credits .footer-credits-text {
  font-family: FontSemiBold;
  font-size: 12px;
  margin-bottom: 5px;
}
.footer-credits .footer-logo-link img {
  width: 94px;
  height: auto;
  display: block;
}

@media screen and (max-width: 1440px) {
  .footer {
    padding: 40px 0 28px;
  }
  .footer-separator {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .footer .footer-disclaimer {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .footer-top-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
  }
  .footer-info,
  .footer-social,
  .footer-links {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .footer-links ul {
    gap: 10px;
  }
  .footer-links li a {
    font-size: 13px;
    line-height: 22px;
  }
  .footer-social {
    gap: 16px;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-credits {
    margin-top: 10px;
    margin: 0 auto;
    text-align: center;
  }
  .footer-credits .footer-credits-text {
    margin-bottom: 4px;
  }
  .footer-credits .credits-logo {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
  }
  .footer-separator {
    margin-top: 16px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 28px 0 20px;
  }
  .footer-top-row {
    flex-direction: column;
    align-items: center;
  }
  .footer-company,
  .footer-copyright {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
  }
  .footer-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-links a {
    font-size: 12px;
    line-height: 22px;
  }
  .footer-social {
    justify-content: center;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-disclaimer {
    font-size: 11px;
    line-height: 18px;
  }
  .footer-credits {
    margin-top: 16px;
  }
}
.desktop-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .desktop-only {
    display: none !important;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 1024px) {
  .mobile-only {
    display: block !important;
    text-align: center;
  }
}

.top-bar {
  z-index: 1001;
  background-color: #ffffff;
  color: #000;
  position: relative;
  min-height: 37px;
  border-bottom: 1px solid #e3e5ea;
}
.top-bar .top-bar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
}
.top-bar .announcement {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
}
.top-bar .announcement .dot {
  width: 14px;
  height: 14px;
  background-color: #d31518;
  border-radius: 50%;
}
.top-bar .announcement .text {
  font-family: FontMedium;
  font-size: 13px;
}
.top-bar .announcement .link {
  color: #1a46c9;
  font-size: 13px;
  font-family: FontMedium;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.top-bar .announcement .link:hover {
  color: #25272d;
}
.top-bar .contact-info {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 32px;
}
.top-bar .contact-info a {
  font-family: FontMedium;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8f9198;
  text-decoration: none;
}
.top-bar .contact-info a span {
  font-family: FontMedium;
}
.top-bar .contact-info a:hover {
  color: #25272d;
}
.top-bar .contact-info .buj .mobile {
  display: none;
}
.top-bar .contact-info .buj .desktop {
  display: inline;
}
.top-bar .contact-info .show-mobile-only {
  display: none;
}

.top-bar.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
}

@media screen and (max-width: 1366px) {
  .top-bar .top-bar-inner {
    padding: 0 16px;
  }
  .top-bar .contact-info {
    gap: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .top-bar .top-bar-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 8px 16px 0;
  }
  .top-bar .announcement,
  .top-bar .contact-info {
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-bar .top-bar-inner {
    padding: 0;
  }
  .top-bar .top-bar-inner .announcement {
    display: none;
  }
  .top-bar .top-bar-inner .contact-info {
    width: 100%;
    justify-content: space-between;
    gap: 24px;
    padding: 8px 18px;
  }
  .top-bar .top-bar-inner .contact-info .show-mobile-only {
    display: flex;
    order: 3;
    gap: 16px;
    margin: 0 auto;
  }
  .top-bar .top-bar-inner .contact-info .show-mobile-only .address-icon {
    display: inline-flex;
    max-width: 22px;
    height: auto;
  }
  .top-bar .top-bar-inner .contact-info .show-mobile-only .address-icon svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .top-bar .top-bar-inner .contact-info a .topbar-icon {
    display: none;
  }
  .top-bar .top-bar-inner .contact-info .email {
    display: none;
  }
  .top-bar .top-bar-inner .contact-info .language {
    order: 1;
  }
  .top-bar .top-bar-inner .contact-info .phone {
    order: 4;
    color: #25272d;
  }
  .top-bar .top-bar-inner .contact-info .buj {
    order: 2;
  }
  .top-bar .top-bar-inner .contact-info .buj .mobile {
    display: inline;
  }
  .top-bar .top-bar-inner .contact-info .buj .desktop {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-bar,
  #header {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 999;
  }
  .top-bar {
    top: 0;
    z-index: 998;
  }
  body.admin-bar #header {
    top: 46px;
  }
  body:not(.admin-bar) #header {
    top: 37px;
  }
}
.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  border: none;
}
.language-switcher .dd-options {
  width: auto !important;
  min-width: 80%;
  text-align: center;
  background: #ffffff;
  border: none;
  box-shadow: none !important;
  border-radius: 6px;
  transform: translateX(8px);
  margin: 0 !important;
}
.language-switcher .dd-option {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  background: #e3e5ea;
  transition: background-color 0.3s ease-in-out;
  padding: 5px 0;
  border: none !important;
}
.language-switcher .dd-option:hover {
  background-color: #ebbc00;
}
.language-switcher .dd-option img {
  width: 16px;
  height: 16px;
}
.language-switcher .dd-container {
  position: relative;
}
.language-switcher .dd-select {
  border: none;
  transition: background-color 0.3s ease-in-out;
}
.language-switcher .dd-selected {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  padding-right: 6px;
  transition: none;
  position: relative;
}
.language-switcher .dd-selected:hover {
  background: transparent !important;
}
.language-switcher .dd-container.active .dd-selected {
  background: transparent !important;
}
.language-switcher .dd-selected::after {
  content: "";
  background: url("../../images/arrow-down.svg") no-repeat center;
  background-size: contain;
  width: 5px;
  height: 6.66px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.language-switcher .dd-select .dd-pointer {
  display: none;
}
.language-switcher .dd-option-selected {
  display: none !important;
}
.language-switcher .dd-selected img {
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.language-switcher .dd-option-image,
.language-switcher .dd-selected-image {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .language-switcher .dd-selected {
    padding: 0;
    padding-right: 8px;
  }
  .language-switcher .dd-options {
    transform: translateX(0);
    margin-top: 5px !important;
  }
}
.top-bar,
.contact-info,
.language-switcher {
  overflow: visible !important;
  z-index: 1100 !important;
}

.wysiwyg-styles p {
  color: var(--wysiwyg-p-color, #25272d);
  line-height: 26px;
  font-size: 16px;
  font-family: FontRegular;
  margin-bottom: 26px;
}
.wysiwyg-styles h2,
.wysiwyg-styles h3 {
  color: var(--wysiwyg-heading-color, #25272d);
  font-family: FontSemiBold;
  margin-bottom: 19px;
  line-height: 30px;
}
.wysiwyg-styles h2 {
  font-size: 25px;
}
.wysiwyg-styles h3 {
  font-size: 20px;
}
.wysiwyg-styles > img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.wysiwyg-styles p img {
  height: auto;
  max-width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.wysiwyg-styles ul {
  padding-left: 20px;
  margin-bottom: 26px;
  list-style-type: disc;
}
.wysiwyg-styles ul li {
  color: var(--wysiwyg-p-color, #4c4f58);
  line-height: 26px;
  font-size: 16px;
  font-family: FontRegular;
  margin-bottom: 6px;
}
.wysiwyg-styles ul li:last-child {
  margin-bottom: 0;
}
.wysiwyg-styles a {
  color: #4c4f58;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.wysiwyg-styles a:hover {
  color: rgb(52.3658536585, 54.4329268293, 60.6341463415);
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:last-child > img {
  margin-bottom: 0 !important;
}

.video-wysiwyg {
  clear: both;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 41px;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .wysiwyg-styles p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .wysiwyg-styles h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .wysiwyg-styles h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .wysiwyg-styles p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px;
  }
  .wysiwyg-styles h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .wysiwyg-styles h3 {
    font-size: 20px;
    line-height: 25px;
  }
}
.features-block {
  background: #f5f3eb;
  padding-top: 76px;
  padding-bottom: 84px;
  --wysiwyg-p-color: #4c4f58;
}
.features-block .main-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.features-block .features-left {
  width: calc(100% - 1136px - 52px);
  margin-right: 44px;
}
.features-block .features-left .benefits-title {
  font-size: 25px;
  line-height: 30px;
  font-family: FontSemiBold;
  margin-bottom: 24px;
}
.features-block .benefits-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex: 1;
  justify-content: flex-start;
}
.features-block .benefits-card {
  width: calc((100% - 36px) / 4);
  padding: 45px 25px 35px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.features-block .benefits-card .benefits-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  align-items: center;
}
.features-block .benefits-card:hover {
  box-shadow: 0 8px 20px rgba(235, 188, 0, 0.5);
}
.features-block .benefits-card:hover .arrow {
  transform: translateX(8px) rotate(-8deg);
}
.features-block .benefits-card .arrow {
  margin-top: auto;
  transition: transform 0.3s ease;
}
.features-block .benefits-card .card-icon {
  width: 94px;
  height: 54px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.features-block .benefits-card .card-icon .blob {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 94px;
  height: 47px;
  background: #ebbc00;
  z-index: 1;
  transform: translate(-50%, 0);
  clip-path: path("M15.1846 46.9991C30.6738 46.9869 46.1626 46.9009 61.6518 46.8659C69.4182 46.8485 77.1847 46.8436 84.9511 46.8671C87.103 46.8736 89.2551 46.888 91.407 46.9011C96.8633 35.1506 94.8027 23.2838 74.5537 14.5493C50.424 4.14099 13.5096 -11.7573 1.78337 13.6852C-2.12457 22.1643 0.295909 37.5436 9.97767 46.9991C11.7134 47.0001 13.4491 47.0005 15.1846 46.9991Z");
}
.features-block .benefits-card .card-icon img {
  width: 54px;
  height: 54px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: contain;
}
.features-block .benefits-card .card-body {
  margin-bottom: 20px;
}
.features-block .benefits-card .card-title {
  font-size: 18px;
  line-height: 25px;
  font-family: FontSemiBold;
  text-align: center;
  max-width: 200px;
  margin: 0 auto 10px;
}
.features-block .benefits-card .card-text {
  font-family: FontRegular;
  font-size: 16px;
  line-height: 26px;
  color: #4c4f58;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .features-block .features-left {
    width: calc(100% - 1136px + 24px);
  }
  .features-block .benefits-card {
    width: calc((100% - 36px) / 4);
  }
}
@media screen and (max-width: 1366px) {
  .features-block .main-container {
    flex-direction: column;
    align-items: center;
  }
  .features-block .features-left {
    width: 100%;
    margin: 0 0 32px 0;
    text-align: center;
  }
  .features-block .features-left .benefits-title {
    margin-bottom: 32px;
  }
  .features-block .benefits-card {
    width: calc((100% - 36px) / 4);
  }
  .features-block .benefits-card .card-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .features-block {
    padding-top: 56px;
    padding-bottom: 64px;
  }
  .features-block .main-container {
    flex-wrap: wrap;
  }
  .features-block .features-left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  .features-block .features-left .benefits-title {
    margin-bottom: 22px;
  }
  .features-block .benefits-grid {
    justify-content: center;
  }
  .features-block .benefits-card {
    width: calc((100% - 12px) / 2);
    padding: 32px 16px 24px;
  }
  .features-block .benefits-card .card-icon {
    margin-bottom: 24px;
    width: 80px;
    height: 44px;
  }
  .features-block .benefits-card .card-icon img {
    width: 48px;
    height: 48px;
    top: -2px;
  }
  .features-block .benefits-card .card-title {
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .features-block .features-left .benefits-title {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .features-block .benefits-card {
    padding: 28px 16px 20px;
  }
  .features-block .benefits-card .card-title {
    font-size: 17px;
    line-height: 23px;
    margin-bottom: 16px;
  }
  .features-block .benefits-card .card-text {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 500px) {
  .features-block .benefits-card {
    width: 100%;
  }
}
.latest-cars-block {
  padding: 84px 0;
  background-color: #ffffff;
  --wysiwyg-p-color: #4c4f58;
}
.latest-cars-block .latest-cars-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 27px;
}
.latest-cars-block .latest-cars-header .latest-cars-heading {
  display: flex;
  align-items: center;
  gap: 13px;
}
.latest-cars-block .latest-cars-header .latest-cars-heading .promotional-icon {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.latest-cars-block .latest-cars-header .latest-cars-heading .promotional-icon img {
  width: 100%;
  height: auto;
  display: block;
}
.latest-cars-block .latest-cars-header .latest-cars-heading .section-title {
  font-size: 25px;
  line-height: 30px;
  font-family: FontMedium;
  color: #25272d;
  margin: 0;
}
.latest-cars-block .latest-cars-description-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  margin-bottom: 45px;
}
.latest-cars-block .cars-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 45px;
  margin-bottom: 45px;
}
.latest-cars-block .car-card {
  width: calc((100% - 120px) / 4);
}
.latest-cars-block .catalog-button {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .latest-cars-block .cars-grid {
    gap: 24px;
    row-gap: 32px;
  }
  .latest-cars-block .car-card {
    width: calc((100% - 72px) / 4);
  }
}
@media screen and (max-width: 1280px) {
  .latest-cars-block .cars-grid {
    gap: 18px;
    row-gap: 18px;
  }
  .latest-cars-block .car-card {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .latest-cars-block {
    padding: 64px 0;
  }
  .latest-cars-block .latest-cars-description-row {
    margin-bottom: 28px;
  }
  .latest-cars-block .cars-grid {
    gap: 16px;
    row-gap: 16px;
    margin-bottom: 32px;
  }
  .latest-cars-block .car-card {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .latest-cars-block {
    padding: 48px 0;
  }
  .latest-cars-block .latest-cars-description-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 24px;
  }
  .latest-cars-block .cars-grid {
    row-gap: 32px;
  }
  .latest-cars-block .car-card {
    width: 100%;
  }
}
.wysiwyg-light {
  --wysiwyg-p-color: #eee9d7;
  --wysiwyg-heading-color: #ffffff;
  --wysiwyg-p-line-height: 26px;
}

.wysiwyg-dark {
  --wysiwyg-p-color: #4c4f58;
  --wysiwyg-heading-color: #25272d;
  --wysiwyg-p-line-height: 22px;
}

.article-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.2s linear;
  cursor: pointer;
}
.article-card:hover {
  box-shadow: 0 8px 20px rgba(235, 188, 0, 0.5);
}
.article-card .article-img {
  position: relative;
  overflow: hidden;
}
.article-card .article-img::before {
  content: "";
  display: block;
  padding-top: 92%;
}
.article-card .article-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.article-card .article-img .article-badge {
  position: absolute;
  bottom: 15px;
  left: 32px;
  background: #ebbc00;
  color: #25272d;
  padding: 1px 7px;
  font-size: 13px;
  border-radius: 5px;
}
.article-card .article-content {
  padding: 25px 32px 31px;
}
.article-card .article-content .read-more {
  color: #ebbc00;
  font-size: 16px;
  line-height: 22px;
}

.articles-block {
  background: #25272d;
  padding: 77px 0 90px;
}
.articles-block .articles-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 43px;
}
.articles-block .articles-wrapper .articles-left {
  width: 100%;
  max-width: 277px;
}
.articles-block .articles-wrapper .articles-left .articles-title {
  font-size: 25px;
  line-height: 30px;
  font-family: FontSemiBold;
  color: #ffffff;
  margin-bottom: 24px;
}
.articles-block .articles-wrapper .articles-left .wysiwyg-light {
  margin-bottom: 64px;
}
.articles-block .articles-wrapper .articles-right {
  display: flex;
  flex-wrap: wrap;
  gap: 33px;
}
.articles-block .articles-wrapper .articles-right .article-card {
  width: 100%;
  max-width: 338px;
}

.articles-block--only-cards {
  background-color: #f5f3eb;
  margin-bottom: 45px;
}
.articles-block--only-cards .articles-wrapper .articles-right {
  display: flex;
  column-gap: 43px;
  row-gap: 39px;
  flex-wrap: wrap;
}
.articles-block--only-cards .articles-wrapper .articles-right .article-card {
  width: calc((100% - 86px) / 3);
  max-width: none;
}
.articles-block--only-cards .articles-wrapper .articles-right .article-card .article-img::before {
  padding-top: 98%;
}

@media screen and (max-width: 1440px) {
  .articles-block {
    padding: 67px 0 80px;
  }
  .articles-block .articles-wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .articles-block .articles-wrapper .articles-left {
    text-align: center;
    width: 100%;
    max-width: none;
  }
  .articles-block .articles-wrapper .articles-left .wysiwyg-light {
    margin-bottom: 48px;
  }
  .articles-block .articles-wrapper .articles-right {
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 16px;
  }
  .article-card .article-content {
    padding: 25px 16px;
  }
  .articles-block--only-cards .articles-wrapper .articles-right {
    column-gap: 16px;
    row-gap: 32px;
  }
  .articles-block--only-cards .articles-wrapper .articles-right .article-card {
    width: calc((100% - 32px) / 3);
    max-width: none;
  }
}
@media screen and (max-width: 1366px) {
  .articles-block {
    padding: 64px 0 75px;
  }
  .articles-block .articles-wrapper .articles-left .articles-title {
    margin-bottom: 20px;
  }
  .articles-block .articles-wrapper .articles-right .article-card {
    max-width: none;
    width: calc((100% - 48px) / 3);
  }
  .articles-block--only-cards {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .articles-block {
    padding: 54px 0 70px;
  }
  .articles-block .articles-wrapper .articles-left .articles-title {
    margin-bottom: 18px;
  }
  .articles-block .articles-wrapper .articles-left .wysiwyg-light {
    margin-bottom: 32px;
  }
  .articles-block .articles-wrapper .articles-right {
    gap: 24px;
  }
  .articles-block .articles-wrapper .articles-right .article-card {
    max-width: none;
  }
  .articles-block--only-cards .articles-wrapper .articles-right .article-card {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .articles-block {
    padding: 40px 0 60px;
  }
  .articles-block .articles-wrapper .articles-right .article-card {
    width: calc((100% - 24px) / 2);
  }
  .article-content .read-more {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (min-width: 640px) and (max-width: 767px) {
  .articles-block .articles-wrapper .articles-right .article-card:nth-last-of-type(1):nth-of-type(odd) {
    width: 100%;
  }
  .articles-block .articles-wrapper .articles-right .article-card:nth-last-of-type(1):nth-of-type(odd) .article-img::before {
    padding-top: 50%;
  }
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .articles-block--only-cards .articles-wrapper .articles-right .article-card:nth-last-of-type(1):nth-of-type(odd) {
    width: 100%;
  }
  .articles-block--only-cards .articles-wrapper .articles-right .article-card:nth-last-of-type(1):nth-of-type(odd) .article-img::before {
    padding-top: 50%;
  }
}
@media screen and (max-width: 640px) {
  .articles-block .articles-wrapper .articles-right .article-card {
    width: 100%;
  }
  .articles-block--only-cards .articles-wrapper .articles-right .article-card {
    width: 100%;
  }
}
.faq-block {
  background: #f5f3eb;
  padding: 84px 0;
}
.faq-block .wysiwyg-styles p {
  color: #4c4f58;
}
.faq-block .content-wrapper {
  margin-bottom: 38px;
}
.faq-block .faq-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.faq-block .faq-left {
  flex: 1;
  max-width: 490px;
}
.faq-block .faq-left .logo-wrapper {
  max-width: 294px;
  display: flex;
  justify-content: flex-start;
}
.faq-block .faq-left .faq-logo {
  width: 100%;
  max-height: 150px;
  object-fit: contain;
  display: block;
  object-position: left center;
  margin-bottom: 32px;
}
.faq-block .faq-left--no-logo {
  display: flex;
  align-items: flex-start;
}
.faq-block .faq-left--centered {
  align-items: flex-start;
  margin-top: auto;
  margin-bottom: auto;
}
.faq-block .faq-left--about .wysiwyg-dark {
  --wysiwyg-heading-color: #64666d;
}
.faq-block .faq-left--about .faq-tabs {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  margin-bottom: 59px;
}
.faq-block .faq-left--about .faq-tab {
  display: block;
}
.faq-block .faq-left--about .faq-tab span {
  display: inline-block;
  cursor: pointer;
  font-family: FontSemiBold;
  font-size: 20px;
  line-height: 30px;
  color: #64666D;
  transition: all 0.2s linear;
}
.faq-block .faq-left--about .faq-tab span:hover {
  color: #ebbc00;
}
.faq-block .faq-left--about .faq-tab.is-active span {
  color: #25272d;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ebbc00;
}
.faq-block .faq-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.faq-block .faq-right .faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.faq-block .faq-right .faq-item {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.faq-block .faq-right .faq-item .faq-question {
  width: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 22px;
  font-family: FontSemiBold;
  color: #111b20;
  background: #ffffff;
  gap: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: color 0.3s ease;
}
.faq-block .faq-right .faq-item .faq-question:hover {
  color: rgb(209.5, 167.6, 0);
}
.faq-block .faq-right .faq-item .faq-question .faq-icon {
  width: 35px;
  height: 35px;
  border: 2px solid #ebbc00;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}
.faq-block .faq-right .faq-item .faq-question .faq-icon::before, .faq-block .faq-right .faq-item .faq-question .faq-icon::after {
  content: "";
  position: absolute;
  background-color: #ebbc00;
  top: 50%;
  left: 50%;
  transition: transform 0.3s ease;
  transform-origin: center;
}
.faq-block .faq-right .faq-item .faq-question .faq-icon::before {
  width: 2px;
  height: 16px;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-block .faq-right .faq-item .faq-question .faq-icon::after {
  width: 16px;
  height: 2px;
  transform: translate(-50%, -50%) rotate(0deg);
}
.faq-block .faq-right .faq-item .faq-answer {
  display: none;
  padding: 0 24px 22px;
  font-size: 15px;
  line-height: 24px;
  font-family: FontRegular;
  color: #4c4f58;
}
.faq-block .faq-right .faq-item.open .faq-icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.faq-block .faq-right .faq-item.open .faq-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1366px) {
  .faq-block {
    padding: 74px 0;
  }
  .faq-block .faq-left .faq-logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  .faq-block {
    padding: 64px 0;
  }
  .faq-block .content-wrapper {
    margin-bottom: 28px;
  }
  .faq-block .faq-left .faq-logo {
    max-width: 250px;
  }
  .faq-block .faq-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .faq-block .faq-left,
  .faq-block .faq-right {
    max-width: 100%;
  }
  .faq-block .faq-left--centered {
    padding-top: 0;
    transform: none;
  }
  .faq-block .faq-left--about .faq-tabs {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .faq-block {
    padding: 54px 0;
  }
  .faq-block .content-wrapper {
    margin-bottom: 22px;
  }
  .faq-block .faq-left .faq-logo {
    max-width: 230px;
  }
  .faq-block .faq-right .faq-item .faq-question {
    font-size: 15px;
    line-height: 20px;
  }
}
@media screen and (max-width: 480px) {
  .faq-block {
    padding: 44px 0;
  }
  .faq-block .faq-left .faq-logo {
    max-width: 210px;
  }
  .faq-block .faq-wrapper {
    flex-direction: column;
  }
  .faq-block .faq-left,
  .faq-block .faq-right {
    max-width: 100%;
  }
}
.breadcrumb-row {
  background-color: #f5f3eb;
  padding: 20px 0 0 0;
}
.breadcrumb-row.breadcrumb-row--no-bg {
  background-color: transparent !important;
}
.breadcrumb-row .breadcrumb-start {
  font-family: FontMedium;
  font-size: 12px;
  color: #7a7c83;
}
.breadcrumb-row .breadcrumb-start:hover {
  color: #ebbc00;
}
.breadcrumb-row .breadcrumb-separator {
  margin: 0 13px;
  color: #ebbc00;
  position: relative;
  top: 1px;
}
.breadcrumb-row .breadcrumb-current {
  font-size: 12px;
  color: #42454d;
  font-family: FontMedium;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.breadcrumb-in-calculator {
  position: absolute;
  top: 0;
  left: calc((100vw - 1440px + 32px) / 2);
}
.breadcrumb-in-calculator .breadcrumb-row .main-container {
  padding: 0;
}

.breadcrumb-in-banner .breadcrumb-row {
  background-color: transparent;
}

@media screen and (max-width: 1440px) {
  .breadcrumb-in-calculator {
    left: 16px;
  }
}
.common-input-styling {
  font-size: 0;
}
.common-input-styling > input, .common-input-styling > textarea {
  font-size: 16px;
  line-height: 22px;
  border: solid 1px #ffffff;
  color: #25272d;
  background-color: #ffffff;
  -webkit-appearance: none;
  padding: 14px 23px 14px 23px;
  border-radius: 10px;
  width: 100%;
  outline: none !important;
  transition: all 0.2s linear;
}
.common-input-styling > input[type=number], .common-input-styling > textarea[type=number] {
  -moz-appearance: textfield;
}
.common-input-styling > input[type=number]::-webkit-inner-spin-button, .common-input-styling > input[type=number]::-webkit-outer-spin-button, .common-input-styling > textarea[type=number]::-webkit-inner-spin-button, .common-input-styling > textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.common-input-styling > input:focus, .common-input-styling > textarea:focus {
  border: 1px solid #ebbc00;
}
.common-input-styling > input:focus::-webkit-input-placeholder, .common-input-styling > textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus::-moz-placeholder, .common-input-styling > textarea:focus::-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-moz-placeholder, .common-input-styling > textarea:focus:-moz-placeholder {
  opacity: 0;
}
.common-input-styling > input:focus:-ms-input-placeholder, .common-input-styling > textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
.common-input-styling > textarea {
  min-height: 123px;
  resize: none;
}
.common-input-styling > textarea::-webkit-scrollbar {
  width: 4px;
}
.common-input-styling > textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.common-input-styling > textarea::-webkit-scrollbar-thumb {
  background-color: #25272d;
}
.common-input-styling .price-input {
  border: 1px solid #e8e5db;
}
.common-input-styling .input-error:not(.formPhoneInput) {
  border: solid 1px #d31518;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
  color: #25272d !important;
}

.error-message {
  display: none;
  color: #d31518;
  font-size: 13px;
  font-family: FontMedium;
  margin-top: 4px;
}
.error-message.visible {
  display: block;
}

.common-input-styling.input-with-eur > input {
  padding-right: 54px;
}

.input-with-icon .input-icon-wrapper {
  position: relative;
}
.input-with-icon .input-icon-wrapper input {
  width: 100%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  color: #25272d;
  background: #ffffff;
  font-family: inherit;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 35px 14px 23px;
  outline: none;
  transition: all 0.2s linear;
}
.input-with-icon .input-icon-wrapper .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  width: 11px;
}
.input-with-icon .input-icon-wrapper .icon svg {
  width: 100%;
  height: auto;
  fill: #25272d;
  display: block;
}

.select-with-icon {
  position: relative;
}
.select-with-icon .icon {
  position: absolute;
  top: 35%;
  right: 17px;
  transform: translateY(-50%);
  transition: none;
  width: 11px !important;
  height: 8.26px !important;
  transition: none !important;
  pointer-events: none;
  z-index: 2;
}
.select-with-icon .icon svg {
  width: 11px !important;
  height: 8.26px !important;
  fill: #7a7c83;
  pointer-events: none;
  transition: none !important;
}

.form-consent .consent-label {
  display: flex;
  gap: 12px;
  color: #25272d;
}
.form-consent .consent-label input[type=checkbox] {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  appearance: none;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
}
.form-consent .consent-label input[type=checkbox]::after {
  content: "✓";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  font-size: 30px;
  color: #25272d;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}
.form-consent .consent-label input[type=checkbox]:checked::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.form-consent .consent-label input[type=checkbox].input-error {
  outline: 1px solid #d31518;
}
.form-consent .consent-label .consent-text-wrapper {
  display: flex;
  align-items: center;
}
.form-consent .consent-label .consent-text-wrapper .consent-text {
  font-family: FontRegular;
  font-size: 13px;
  line-height: 16px;
  color: #25272d;
}
.form-consent .consent-label .consent-text-wrapper .consent-text a {
  color: #25272d;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.form-consent .consent-label .consent-text-wrapper .consent-text a:hover {
  color: rgb(13.987804878, 14.743902439, 17.012195122);
}

.form-phone {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
}
.form-phone .phone-prefix {
  display: flex;
  align-items: center;
  padding-left: 23px;
  flex-shrink: 0;
}
.form-phone .phone-prefix .flag-icon {
  width: 20px;
  height: 20px;
  margin-left: 7px;
  margin-right: 9px;
}
.form-phone .phone-prefix .phone-code {
  font-size: 16px;
  font-family: FontMedium;
  color: #7a7c83;
}
.form-phone input[type=tel] {
  flex: 1;
  font-size: 16px;
  line-height: 22px;
  font-family: FontRegular;
  padding-left: 29px;
  outline: none;
  color: #25272d;
  background-color: transparent;
}
.form-phone input[type=tel]::placeholder {
  color: #7a7c83;
}

.custom-file-upload {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  color: #25272d;
  font-family: FontMedium;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  border: 1px dashed #25272d;
  padding: 33px 22px;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.2s linear;
}
.custom-file-upload:hover {
  background-color: rgba(255, 255, 255, 0.55);
}

input[type=file] {
  display: none;
}

.upload-preview-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.upload-preview-container .preview-item {
  position: relative;
  width: calc((100% - 50px) / 6);
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e8e5db;
}
.upload-preview-container .preview-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.upload-preview-container .preview-item .remove-preview {
  position: absolute;
  top: 5px;
  right: 5px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s linear;
}
.upload-preview-container .preview-item .remove-preview .close-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.upload-preview-container .preview-item .remove-preview .close-icon svg.close-x {
  transition: all 0.2s linear;
}
.upload-preview-container .preview-item .remove-preview:hover .close-x {
  transform: rotate(90deg);
}
.upload-preview-container .preview-item .remove-preview:hover {
  background: rgba(0, 0, 0, 0.8);
}

a.car-card {
  display: block;
}

.car-card {
  background-color: #ffffff;
  border-radius: 10px;
  position: relative;
  border: 1px solid #e8e5db;
}
.car-card:hover {
  box-shadow: 0 8px 20px rgba(235, 188, 0, 0.5);
}
.car-card .car-inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.car-card .car-main {
  display: flex;
  flex-direction: column;
}
.car-card .car-image {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.car-card .car-image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.car-card .car-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.car-card .car-image.sold::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(5, 5, 5, 0.5);
  z-index: 2;
  pointer-events: none;
}
.car-card .car-info {
  padding: 20px 32px;
}
.car-card .car-info .car-title {
  font-size: 17px;
  line-height: 25px;
  font-family: FontSemiBold;
  color: #25272d;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.car-card .car-info .car-pricing-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.car-card .car-info .car-pricing-wrapper .car-pricing-left {
  display: flex;
  flex-direction: column;
  font-family: FontMedium;
}
.car-card .car-info .car-pricing-wrapper .price-discounted {
  display: flex;
  flex-direction: column;
}
.car-card .car-info .car-pricing-wrapper .price-discounted .new-price {
  font-size: 16px;
  line-height: 20px;
  color: #d31518;
  font-family: FontMedium;
}
.car-card .car-info .car-pricing-wrapper .price-discounted .old-price {
  font-size: 14px;
  line-height: 18px;
  text-decoration: line-through;
  color: #b1b3b7;
  font-family: FontMedium;
}
.car-card .car-info .car-pricing-wrapper .car-price {
  font-size: 16px;
  line-height: 26px;
  font-family: FontMedium;
  color: #25272d;
  overflow-wrap: anywhere;
}
.car-card .car-info .car-pricing-wrapper .car-pricing-right .car-monthly {
  display: inline-block;
  font-size: 14px;
  background: #ebbc00;
  color: #25272d;
  padding: 6px 12px;
  border-radius: 10px;
  font-family: FontRegular;
  margin-left: 12px;
}
.car-card .car-info .car-pricing-wrapper .car-pricing-right .car-monthly .car-monthly-price {
  font-family: FontSemiBold;
}
.car-card .car-meta {
  padding: 16px 32px;
  font-size: 14px;
  line-height: 26px;
  color: #4c4f58;
  font-family: FontRegular;
  border-top: 1px solid #e8e5db;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

@media screen and (max-width: 1440px) {
  .car-card .car-info {
    padding: 20px 16px;
  }
  .car-card .car-meta {
    padding: 16px 16px;
  }
}
.car-card.row-style {
  display: flex;
  border: 1px solid #e8e5db;
  border-radius: 10px;
  width: 100%;
}
.car-card.row-style .car-gallery {
  display: flex;
  gap: 3px;
  position: relative;
}
.car-card.row-style .car-gallery .car-main-image {
  position: relative;
  width: 319px;
  height: 100%;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  overflow: hidden;
}
.car-card.row-style .car-gallery .car-main-image::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.car-card.row-style .car-gallery .car-main-image .main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car-card.row-style .car-gallery .car-main-image.sold::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(5, 5, 5, 0.5);
  z-index: 2;
  pointer-events: none;
}
.car-card.row-style .car-gallery .car-thumbnails {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.car-card.row-style .car-gallery .car-thumbnails .thumb-img {
  flex: 1;
  position: relative;
  width: 102px;
}
.car-card.row-style .car-gallery .car-thumbnails .thumb-img::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.car-card.row-style .car-gallery .car-thumbnails .thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.car-card.row-style .car-info {
  padding: 34px 31px;
  flex: 2;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e8e5db;
}
.car-card.row-style .car-info .car-info-wrapper {
  margin-bottom: 34px;
}
.car-card.row-style .car-info .car-title a {
  font-family: FontSemiBold;
  color: #25272d;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 7px;
}
.car-card.row-style .car-info .car-title a:hover {
  color: #ebbc00;
}
.car-card.row-style:hover {
  box-shadow: none;
}

.car-details {
  font-family: FontRegular;
  color: #4c4f58;
  font-size: 14px;
  line-height: 26px;
}

.car-pricing {
  padding: 30px 19px 20px 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.car-pricing .full-price {
  margin-bottom: 17px;
}
.car-pricing .full-price .label {
  font-family: FontMedium;
  font-size: 12px;
  line-height: 20px;
  color: #4c4f58;
}
.car-pricing .full-price .value {
  font-size: 16px;
  font-family: FontSemiBold;
  color: #25272d;
}
.car-pricing .full-price .value.discounted-price {
  color: #d31518;
}
.car-pricing .full-price .value.old-price {
  color: #b1b3b7;
  font-size: 14px;
  text-decoration: line-through;
}
.car-pricing .leasing-price {
  margin-bottom: 20px;
}
.car-pricing .leasing-price .label {
  font-family: FontMedium;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #4c4f58;
}
.car-pricing .leasing-price .car-monthly-wrapper {
  font-family: FontRegular;
  font-size: 14px;
  color: #25272d;
  padding: 6px 12px;
  background-color: #ebbc00;
  border-radius: 10px;
  display: inline-block;
}
.car-pricing .leasing-price .car-monthly-wrapper .car-monthly-price {
  font-family: FontSemiBold;
}
.car-pricing .leasing-link-wrapper .leasing-link-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #ebbc00;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.car-pricing .leasing-link-wrapper .leasing-circle {
  width: 26px;
  height: 26px;
  background-color: #ebbc00;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.car-pricing .leasing-link {
  flex-wrap: nowrap;
}

.car-card.row-style.no-pricing .car-info {
  border-right: 0px;
}

@media screen and (max-width: 1440px) {
  .car-card.row-style .car-info {
    padding: 34px 16px;
  }
  .car-card.row-style .car-pricing {
    padding: 30px 16px;
  }
}
@media screen and (max-width: 1024px) {
  .car-card.row-style .car-gallery .car-main-image {
    width: 270px;
  }
  .car-card.row-style .car-info {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 1023px) {
  .car-card.row-style {
    flex-direction: column;
  }
  .car-card.row-style .car-gallery {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }
  .car-card.row-style .car-gallery .car-main-image {
    width: 100%;
    border-radius: 9px 9px 0 0;
  }
  .car-card.row-style .car-gallery .car-thumbnails {
    flex-direction: row;
    column-gap: 3px;
  }
  .car-card.row-style .car-gallery .car-thumbnails .thumb-img {
    width: 100%;
  }
  .car-card.row-style .car-info {
    border-right: none;
    padding: 12px 16px;
  }
  .car-card.row-style .car-info .car-info-wrapper {
    margin-bottom: 24px;
  }
  .car-card.row-style .car-pricing {
    padding: 12px 16px;
    border-top: 1px solid #e8e5db;
  }
}
.discounted-sidebar {
  max-width: 328px;
}
.discounted-sidebar .cars-grid .car-card {
  margin-bottom: 27px;
}
.discounted-sidebar .view-more-discounted {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 39px;
}
.discounted-sidebar .calculator-right .calculator-ui-title {
  font-size: 18px;
  line-height: 22px;
}
.discounted-sidebar .recommended-articles-sidebar {
  margin-bottom: 55px;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article-link:hover {
  box-shadow: 0 8px 20px rgba(235, 188, 0, 0.5);
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article {
  display: flex;
  background-color: #ffffff;
  border-radius: 10px;
  align-items: stretch;
  overflow: hidden;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article .article-image {
  width: 100px;
  height: auto;
  flex-shrink: 0;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article .article-image img {
  display: block;
  width: 100%;
  min-height: 99px;
  height: 100%;
  object-fit: cover;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article .article-inner-content {
  display: flex;
  padding: 18px;
  align-items: center;
  flex: 1;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article .article-inner-content .article-text {
  font-size: 14px;
  line-height: 19px;
  font-family: FontRegular;
  color: #25272d;
}
.discounted-sidebar .recommended-articles-sidebar .recommended-article .article-inner-content .article-text .post-badge {
  margin-bottom: 9px;
}

@media screen and (max-width: 1440px) {
  .discounted-sidebar {
    flex-direction: row;
  }
  .discounted-sidebar .cars-grid .car-card {
    margin-bottom: 16px;
  }
  .discounted-sidebar .view-more-discounted {
    margin-bottom: 24px;
  }
  .discounted-sidebar .recommended-articles-sidebar .recommended-article .article-inner-content {
    padding: 18px 16px;
  }
}
@media screen and (max-width: 1280px) {
  .discounted-sidebar {
    width: 100%;
    max-width: none;
  }
  .discounted-sidebar .cars-grid {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
  }
  .discounted-sidebar .cars-grid .car-card {
    width: calc((100% - 32px) / 3);
    display: flex;
    flex-direction: column;
  }
  .discounted-sidebar .recommended-articles-sidebar .recommended-articles-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
  }
  .discounted-sidebar .recommended-articles-sidebar .recommended-articles-wrapper .recommended-article-link {
    width: calc((100% - 16px) / 2);
  }
  .discounted-sidebar .recommended-articles-sidebar .recommended-articles-wrapper .recommended-article-link:nth-child(odd):last-child {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .discounted-sidebar .cars-grid .car-card {
    width: calc((100% - 16px) / 2);
  }
  .discounted-sidebar .recommended-articles-sidebar .recommended-articles-wrapper {
    flex-direction: column;
  }
  .discounted-sidebar .recommended-articles-sidebar .recommended-articles-wrapper .recommended-article-link {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .discounted-sidebar .cars-grid .car-card {
    width: 100%;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .discounted-sidebar .cars-grid .car-card:nth-child(odd):last-child {
    width: 100%;
  }
  .discounted-sidebar .cars-grid .car-card:nth-child(odd):last-child .car-image::before {
    padding-top: 46%;
  }
}
.catalog-page .filters-section {
  background-color: #f5f3eb;
  padding: 20px 0 45px;
}
.catalog-page .filters-section .catalog-form {
  position: relative;
  z-index: 1;
}
.catalog-page .filters-section .catalog-form .filters-section-inputs-selects {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
  margin-bottom: 32px;
}
.catalog-page .filters-section .catalog-form .select-wrapper {
  width: 100%;
}
.catalog-page .filters-section .catalog-form .single-filter-wrapper {
  width: calc((100% - 48px) / 7.001);
}
.catalog-page .filters-section .catalog-form .single-filter-wrapper.double-width {
  width: calc((100% - 48px) / 7.001 * 2 + 8px);
}
.catalog-page .filters-section .catalog-form .clean-filters-wrapper .select-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
}
.catalog-page .filters-section .catalog-form .single-filter-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 12px;
}
.catalog-page .filters-section .catalog-form .single-filter-inner .select-inner,
.catalog-page .filters-section .catalog-form .single-filter-inner .input-inner {
  width: calc(50% - 8px);
}
.catalog-page .filters-section .catalog-form .single-filter-inner .input-inner .common-input-styling > input {
  padding: 12.5px 13.5px;
}
.catalog-page .filters-section .catalog-form select {
  opacity: 0;
}
.catalog-page .filters-section .catalog-form .selectize-control {
  position: relative;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input {
  cursor: pointer;
  padding: 14px 43px 14px 23px;
  border-radius: 10px;
  border: 1px solid #e8e5db !important;
  background-color: #ffffff !important;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  box-shadow: none !important;
  transition: all 0.2s linear !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input:focus {
  border-color: #ebbc00 !important;
  box-shadow: none !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input:after {
  display: none !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input input {
  outline: none !important;
  font-size: 16px;
  line-height: 22px;
  width: 100% !important;
  margin: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input .item {
  font-size: 16px;
  color: #25272d !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100% !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input .item ~ input {
  display: none !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-input.dropdown-active {
  border-radius: 10px 10px 0 0 !important;
  border: 1px solid #ebbc00 !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown {
  position: absolute !important;
  top: calc(100% - 1px) !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 10;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff !important;
  overflow: hidden !important;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid #ebbc00 !important;
  max-height: 250px;
  overflow-y: auto;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown .option {
  padding: 14px 23px;
  font-size: 16px;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown .option.active {
  background-color: #ebbc00 !important;
  color: #ffffff !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown-content {
  max-height: 250px !important;
  overflow-y: auto !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown-content::-webkit-scrollbar {
  width: 5px !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent !important;
}
.catalog-page .filters-section .catalog-form .selectize-control .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background-color: #7a7c83 !important;
}

.catalog-page .filters-section .catalog-form .single-filter-wrapper .select-wrapper .input-inner input[type=number] {
  border: 1px solid #e8e5db;
  transition: all 0.2s linear;
  -moz-appearance: textfield;
}
.catalog-page .filters-section .catalog-form .single-filter-wrapper .select-wrapper .input-inner input[type=number]::-webkit-inner-spin-button, .catalog-page .filters-section .catalog-form .single-filter-wrapper .select-wrapper .input-inner input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.catalog-page .filters-section .catalog-form .single-filter-wrapper .select-wrapper .input-inner input[type=number]:focus {
  border-color: #ebbc00;
}
.catalog-page .filters-section .catalog-form .single-filter-wrapper .select-wrapper .input-inner .input-icon-wrapper input {
  padding: 14px 50px 14px 23px;
}
.catalog-page .filters-section .catalog-form .single-filter-wrapper .select-wrapper .input-inner .input-icon-wrapper .icon {
  right: 33px;
}

@media screen and (max-width: 1280px) {
  .catalog-page .filters-section .catalog-form .single-filter-wrapper,
  .catalog-page .filters-section .catalog-form .single-filter-wrapper.double-width {
    width: calc((100% - 32px) / 3.001);
  }
}
@media screen and (max-width: 1024px) {
  .catalog-page .filters-section {
    padding: 20px 0 32px;
  }
  .catalog-page .filters-section .catalog-form .single-filter-wrapper,
  .catalog-page .filters-section .catalog-form .single-filter-wrapper.double-width {
    width: calc((100% - 16px) / 2.001);
  }
}
@media screen and (max-width: 767px) {
  .catalog-page .filters-section .catalog-form .single-filter-wrapper,
  .catalog-page .filters-section .catalog-form .single-filter-wrapper.double-width {
    width: 100%;
  }
}
.finance-form {
  width: 100%;
}
.finance-form .form-grid-layout {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}
.finance-form .form-grid-layout > .common-input-styling, .finance-form .form-grid-layout .form-phone-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.finance-form .form-grid-layout .form-row-2-cols {
  display: contents;
}
.finance-form .form-grid-layout .form-row-2-cols .common-input-styling {
  width: calc(50% - 10px);
}
.finance-form .input-with-icon .icon {
  right: 16px;
}

.finance-form .common-input-styling > input:focus,
.finance-form .common-input-styling > textarea:focus {
  border: solid 1px #ffffff;
}

.form-row-2-split {
  display: flex;
  gap: 15px;
}

.sellcar-form input, .sellcar-form textarea, .finance-form input, .finance-form textarea {
  border: solid 1px #ffffff;
}
.sellcar-form input:focus, .sellcar-form textarea:focus, .finance-form input:focus, .finance-form textarea:focus {
  border: solid 1px #ffffff !important;
}
.sellcar-form .form-grid-layout, .finance-form .form-grid-layout {
  column-gap: 16px;
  row-gap: 20px;
  margin-bottom: 23px;
}
.sellcar-form .form-grid-layout .form-row-2-cols .common-input-styling, .sellcar-form .form-grid-layout .form-row-2-cols .form-phone-wrapper, .finance-form .form-grid-layout .form-row-2-cols .common-input-styling, .finance-form .form-grid-layout .form-row-2-cols .form-phone-wrapper {
  width: calc(50% - 8px);
}
.sellcar-form .form-bottom-wrapper, .finance-form .form-bottom-wrapper {
  display: flex;
  flex-direction: column;
}
.sellcar-form .form-bottom-wrapper .form-consent, .finance-form .form-bottom-wrapper .form-consent {
  margin-bottom: 40px;
}
.sellcar-form .form-bottom-wrapper .form-consent .consent-inner-content, .finance-form .form-bottom-wrapper .form-consent .consent-inner-content {
  display: flex;
  flex-direction: column;
  margin-bottom: 11px;
}
.sellcar-form .form-bottom-wrapper .upload-wrapper, .finance-form .form-bottom-wrapper .upload-wrapper {
  margin-bottom: 44px;
}

@media screen and (max-width: 1366px) {
  .finance-form .form-grid-layout {
    column-gap: 16px;
  }
  .finance-form .form-grid-layout .common-input-styling,
  .finance-form .form-grid-layout .form-row-2-cols .common-input-styling, .finance-form .form-grid-layout .form-phone-wrapper {
    width: calc((100% - 32px) / 3);
  }
  .sellcar-form .form-grid-layout .common-input-styling,
  .sellcar-form .form-grid-layout .form-row-2-cols .common-input-styling, .sellcar-form .form-grid-layout .form-phone-wrapper {
    width: calc((100% - 16px) / 2);
  }
  .sellcar-form .form-grid-layout .full-width {
    width: 100% !important;
  }
}
.submit-message-wrapper {
  display: none;
  width: 100%;
}
.submit-message-wrapper .submit-success-message {
  padding: 20px 30px;
  background-color: rgba(40, 167, 69, 0.1);
  border: 1px solid #28a745;
  border-radius: 10px;
  text-align: center;
  width: 100%;
}
.submit-message-wrapper .submit-success-message .success-icon {
  max-width: 50px;
  height: auto;
  display: block;
  margin: 0 auto 10px;
  animation: bounce 0.6s ease;
}
.submit-message-wrapper .submit-success-message .success-title {
  font-size: 20px;
  font-family: FontSemiBold;
  color: #25272d;
  margin-bottom: 5px;
}
.submit-message-wrapper .submit-success-message .success-subtext {
  font-size: 16px;
  font-family: FontRegular;
  color: black;
}

@media screen and (max-width: 1024px) {
  .finance-form .form-grid-layout .common-input-styling,
  .finance-form .form-grid-layout .form-row-2-cols .common-input-styling, .finance-form .form-grid-layout .form-phone-wrapper {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .finance-form .form-grid-layout .common-input-styling,
  .finance-form .form-grid-layout .form-row-2-cols .common-input-styling {
    width: 100%;
  }
  .finance-form .form-grid-layout .common-input-styling,
  .finance-form .form-grid-layout .form-row-2-cols .common-input-styling, .finance-form .form-grid-layout .form-phone-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 1024px) {
  .upload-preview-container .preview-item {
    width: calc((100% - 40px) / 5);
  }
}
@media (max-width: 767px) {
  .upload-preview-container .preview-item {
    width: calc((100% - 30px) / 4);
  }
}
.form-phone {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #25272d;
  background-color: #ffffff;
  -webkit-appearance: none;
  padding: 13px 42px 13px 22px;
  border-radius: 10px;
  width: 100%;
  outline: none !important;
  transition: all 0.2s linear;
}
.form-phone .dd-container {
  border: none !important;
  margin-left: -23px !important;
}
.form-phone .dd-container .dd-select {
  position: relative;
  border: none !important;
  padding-right: 16px;
}
.form-phone .dd-container .dd-select .dd-selected {
  display: flex;
  align-items: center;
  border: none !important;
  flex-direction: row-reverse;
  background-image: none !important;
  background: none !important;
  padding: 0 !important;
  font-weight: normal !important;
}
.form-phone .dd-container .dd-select .dd-selected .dd-selected-text {
  order: 2;
  font-size: 16px;
  font-family: FontMedium;
  color: #7a7c83;
  margin-right: 7px !important;
  margin-bottom: 0 !important;
  cursor: pointer !important;
}
.form-phone .dd-container .dd-select .dd-selected .dd-selected-image {
  order: 1;
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  margin-right: 0;
  margin-left: 0;
}
.form-phone .dd-container .dd-select .dd-pointer {
  display: none !important;
}
.form-phone .dd-container .dd-select::after {
  content: "";
  background: url("../../images/arrow-down-gray.svg") no-repeat center;
  background-size: contain;
  width: 9.26px;
  height: 11px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-phone .dd-container .dd-options {
  width: fit-content !important;
  border: none !important;
  position: absolute !important;
  left: 55% !important;
  transform: translateX(-50%) !important;
  margin-top: 8px;
  z-index: 10;
  background: #ffffff;
  border-radius: 6px !important;
}
.form-phone .dd-container .dd-options .dd-option {
  padding: 8px 4px !important;
  display: flex;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  flex-direction: row-reverse;
  border: none !important;
  color: #7a7c83 !important;
  transition: all 0.2s linear !important;
}
.form-phone .dd-container .dd-options .dd-option:hover {
  background-color: #ebbc00;
}
.form-phone .dd-container .dd-options .dd-option:hover .dd-option-text {
  color: #25272d !important;
}
.form-phone .dd-container .dd-options .dd-option .dd-option-text {
  order: 2;
  font-size: 16px;
  line-height: 0 !important;
  font-family: FontMedium;
  margin-right: 8px;
  color: #7a7c83;
  margin-bottom: 0 !important;
  cursor: pointer !important;
}
.form-phone .dd-container .dd-options .dd-option .dd-option-image {
  order: 1;
  width: 20px !important;
  height: 20px !important;
  object-fit: cover;
  margin-right: 0;
  margin-left: 0;
}
.form-phone .dd-container .dd-options .dd-option-selected {
  display: none;
  border: none !important;
  background-color: #ffffff !important;
  padding: 0 !important;
}

.form-phone.input-error {
  border: 1px solid #d31518;
}

.form-phone {
  border: 1px solid #ffffff;
}

.form-phone:focus-within {
  border: 1px solid #ffffff;
}

.dd-options {
  max-height: 145px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ebbc00 transparent;
}
.dd-options::-webkit-scrollbar {
  width: 6px;
}
.dd-options::-webkit-scrollbar-track {
  background: transparent;
}
.dd-options::-webkit-scrollbar-thumb {
  background-color: #ebbc00;
  border-radius: 4px;
}

.car-slider-wrapper {
  padding-bottom: 77px;
}
.car-slider-wrapper .section-title {
  color: #25272d;
  font-family: FontSemiBold;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 14px;
}
.car-slider-wrapper .car-slider {
  position: relative;
  margin: 0 -20px;
}
.car-slider-wrapper .car-slider .slick-list {
  display: flex !important;
}
.car-slider-wrapper .car-slider .slick-track {
  display: flex !important;
}
.car-slider-wrapper .car-slider .slick-slide {
  padding: 24px 20px;
}
.car-slider-wrapper .car-slider .slick-slide > div {
  height: 100%;
  display: flex;
  flex-grow: 1;
}
.car-slider-wrapper .car-slider .slick-arrow-icon {
  width: 15px !important;
  height: 10px !important;
}
.car-slider-wrapper .car-slider .slick-prev,
.car-slider-wrapper .car-slider .slick-next {
  width: 26px !important;
  height: 26px !important;
}
.car-slider-wrapper .car-slider .slick-prev {
  left: -45px !important;
}
.car-slider-wrapper .car-slider .slick-next {
  right: -45px !important;
}

@media screen and (max-width: 1600px) {
  .car-slider-wrapper .car-slider .slick-prev,
  .car-slider-wrapper .car-slider .slick-next {
    top: 102% !important;
  }
  .car-slider-wrapper .car-slider .slick-prev {
    left: calc(50% - 40px) !important;
  }
  .car-slider-wrapper .car-slider .slick-next {
    left: calc(50% + 14px) !important;
  }
}
.slick-prev,
.slick-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
  width: 38px !important;
  height: 38px !important;
  background: #ebbc00 !important;
  border-radius: 50% !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}
.slick-prev:hover .slick-arrow-icon path,
.slick-next:hover .slick-arrow-icon path {
  fill: #ffffff !important;
}

.slick-prev {
  left: 9px !important;
}

.slick-next {
  right: 9px !important;
}

.fullscreen-slick .slick-prev,
.fullscreen-slick .slick-next {
  width: 52px !important;
  height: 52px !important;
}
.fullscreen-slick .slick-prev .slick-arrow-icon,
.fullscreen-slick .slick-next .slick-arrow-icon {
  width: 28px !important;
  height: 20px !important;
}

.banner {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 74px 0 86px;
  background: #25272d;
  --wysiwyg-p-color: #ffffff;
}
.banner .banner-bg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.banner .banner-bg .banner-video,
.banner .banner-bg .banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, #121A21 0%, rgba(12, 18, 28, 0.4) 100%);
  mix-blend-mode: multiply;
}
.banner .banner-content {
  max-width: 596px;
  width: 100%;
}
.banner .banner-content .banner-content-wrapper {
  margin-bottom: 57px;
}
.banner .banner-content .banner-title {
  font-size: 25px;
  line-height: 30px;
  font-family: FontSemiBold;
  color: #ffffff;
  margin-bottom: 22px;
}
.banner .banner-content .banner-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
}
.banner .banner-content .banner-contact .contact-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner .banner-content .banner-contact .contact-wrapper a {
  font-size: 17px;
  line-height: 25px;
  font-family: FontSemiBold;
  color: #ffffff;
}
.banner .banner-content .banner-contact .contact-wrapper a:hover {
  color: rgb(216.75, 216.75, 216.75);
}
.banner--financing .banner-content {
  max-width: 100%;
}
.banner--financing .banner-content .banner-title {
  font-size: 40px;
  line-height: 40px;
  font-family: FontSemiBold;
  color: #ffffff;
  margin-bottom: 45px;
}
.banner--financing .banner-content .financing-features {
  display: flex;
  flex-wrap: wrap;
  gap: 64px 88px;
  margin-bottom: 72px;
  justify-content: flex-start;
}
.banner--financing .banner-content .financing-features .feature {
  width: calc((100% - 352px) / 5);
  display: flex;
  flex-direction: column;
}
.banner--financing .banner-content .financing-features .feature-icon {
  margin-bottom: 11px;
}
.banner--financing .banner-content .financing-features .feature-icon img {
  width: 47px;
  height: 47px;
}
.banner--financing .banner-content .financing-features .feature-text {
  font-family: FontRegular;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.banner--top {
  --wysiwyg-p-color: #eee9d7;
}
.banner--top .banner-content {
  max-width: 1054px;
}
.banner--top .banner-content.has-breadcrumb {
  padding-top: 32px;
}
.banner--top .banner-bg::after {
  background: rgba(0, 0, 0, 0.8);
}
.banner--top.has-breadcrumb {
  padding-top: 0;
  padding-bottom: 62px;
}

@media (max-width: 767px) {
  .banner .banner-content {
    max-width: none;
  }
  .banner .banner-content .banner-contact {
    gap: 16px;
  }
  .banner--financing .banner-content .financing-features {
    gap: 20px;
  }
  .banner--financing .banner-content .financing-features .feature {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .banner--financing .banner-content .financing-features {
    margin-bottom: 52px;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 64px;
  }
  .banner--financing .banner-content .financing-features .feature {
    width: calc((100% - 128px) / 3);
  }
}
@media (max-width: 1024px) {
  .banner--financing .banner-content .banner-title {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (max-width: 767px) {
  .banner--financing .banner-content .financing-features {
    margin-bottom: 32px;
    flex-wrap: wrap;
    gap: 24px;
  }
  .banner--financing .banner-content .financing-features .feature {
    width: calc((100% - 24px) / 2);
  }
  .banner--financing .banner-content .banner-title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 480px) {
  .banner--financing .banner-content .financing-features {
    gap: 20px;
  }
  .banner--financing .banner-content .financing-features .feature {
    text-align: center;
    width: 100%;
  }
  .banner--financing .banner-content .button-wrapper {
    text-align: center;
  }
  .banner--financing .banner-content .banner-title {
    text-align: center;
  }
}
.calculator-block {
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #ebbc00;
  --wysiwyg-p-color: #ffffff;
}
.calculator-block--secondary .calculator-left .calculator-text h2.calculator-title {
  font-size: 30px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 26px;
}
.calculator-block .title-subtext-content {
  margin-bottom: 49px;
}
.calculator-block--secondary .title-subtext-content {
  margin-bottom: 16px;
}
.calculator-block .bg-media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.calculator-block .bg-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #121a21 0%, rgba(12, 18, 28, 0.4) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.calculator-block .calculator-content {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 2;
}
.calculator-block .calculator-left {
  position: relative;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 32px 0;
}
.calculator-block .calculator-left .calculator-text {
  position: relative;
  z-index: 2;
  color: #ffffff;
  margin-left: calc((100vw - 1440px + 32px) / 2);
  margin-right: auto;
}
.calculator-block .calculator-left .calculator-text .button-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.calculator-block .calculator-left .calculator-text.has-breadcrumb {
  padding-top: 63px;
}
.calculator-block .calculator-left .calculator-text .link {
  margin-top: 16px;
  display: inline-block;
}
.calculator-block .calculator-left .calculator-text .calculator-title {
  font-size: 40px;
  font-family: FontSemiBold;
  margin-bottom: 15px;
}
.calculator-block .calculator-left .calculator-text .calculator-title--secondary {
  max-width: 681px;
  width: 100%;
}
.calculator-block .calculator-left .calculator-text .calculator-title--primary {
  max-width: 325px;
}
.calculator-block .calculator-left .calculator-text .calculator-title--default {
  max-width: 575px;
}
.calculator-block .calculator-left .calculator-text .subtext-wrapper {
  width: 100%;
}
.calculator-block .calculator-left .calculator-text .subtext-wrapper--secondary {
  max-width: 569px;
}
.calculator-block .calculator-left .calculator-text .subtext-wrapper--primary {
  max-width: 552px;
}
.calculator-block .calculator-left .calculator-text .subtext-wrapper--financing {
  max-width: 539px;
}
.calculator-block .calculator-left .calculator-text .subtext-wrapper--default {
  max-width: 657px;
}
.calculator-block .calculator-left.no-bg {
  background-color: #f5f3eb;
}
.calculator-block .calculator-left.no-bg .bg-overlay {
  display: none;
}
.calculator-block .calculator-right {
  width: 35%;
  background-color: #ebbc00;
  display: flex;
  flex-direction: column;
  gap: 29px;
  margin-top: 52px;
  margin-bottom: 49px;
  margin-right: calc((100vw - 1440px + 32px) / 2);
  padding-left: 50px;
}
.calculator-block .calculator-right.no-padding {
  margin: 0;
  padding: 0;
}
.calculator-block .calculator-right.no-padding .right-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.calculator-block .calculator-right.no-padding .right-image-wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.calculator-block--right-only {
  border-radius: 10px;
}
.calculator-block--right-only .calculator-right {
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 30px 32px;
  box-shadow: none;
  background: #ebbc00;
}
.calculator-block--right-only .btn-black-extra {
  white-space: nowrap;
}
.calculator-block--default .calculator-left .calculator-text .calculator-title--default {
  font-size: 25px;
  line-height: 35px;
  font-family: FontSemiBold;
  color: #25272d;
  margin-bottom: 24px;
}
.calculator-block--default .title-subtext-content {
  margin-bottom: 41px;
}
.calculator-block--default .wysiwyg-styles p {
  color: #4c4f58;
}

.calculator-block--image-right .calculator-content {
  align-items: stretch;
}
.calculator-block--image-right .calculator-content .calculator-left {
  padding-top: 32px;
  padding-bottom: 65px;
}
.calculator-block--image-right .calculator-left {
  width: 55%;
}
.calculator-block--image-right .calculator-right {
  width: 45%;
  align-items: stretch;
}
.calculator-block--image-right .calculator-right.no-padding {
  padding: 0;
  margin-right: 0;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  padding-top: 32px;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(18, 26, 33, 0.7) 0%, rgba(12, 18, 28, 0.28) 100%);
  mix-blend-mode: multiply;
  z-index: 1;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text .image-overlay-text {
  position: relative;
  z-index: 2;
  margin-bottom: 73px;
  margin-left: 47px;
  margin-right: calc((100vw - 1440px + 32px) / 2);
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text .image-overlay-text .overlay-title {
  font-size: 16px;
  line-height: 26px;
  font-family: FontBold;
  color: #ebbc00;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text .image-overlay-text .overlay-description {
  font-size: 16px;
  line-height: 26px;
  font-family: FontRegular;
  font-style: italic;
  color: #ffffff;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text .image-overlay-text .overlay-description .highlight {
  color: #ebbc00;
  font-family: FontBold;
}
.calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text.no-overlay::after {
  display: none;
}
.calculator-block--image-right .calculator-title--default {
  max-width: 484px !important;
}

@media screen and (max-width: 1500px) {
  .calculator-block .calculator-right {
    margin-right: 16px;
    padding-left: 16px;
  }
  .calculator-block--right-only .calculator-right {
    margin-right: 0;
    padding-right: 16px;
  }
  .calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text .image-overlay-text {
    margin-right: 16px;
    margin-left: 16px;
  }
}
@media screen and (max-width: 1440px) {
  .calculator-block .calculator-left .calculator-text {
    margin-left: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .calculator-block {
    flex-direction: column;
  }
  .calculator-block .bg-media,
  .calculator-block .bg-overlay {
    width: 100%;
  }
  .calculator-block .calculator-content {
    flex-direction: column;
  }
  .calculator-block .calculator-left,
  .calculator-block .calculator-right {
    width: 100%;
    padding: 32px 16px;
  }
  .calculator-block .calculator-left .calculator-text,
  .calculator-block .calculator-right .calculator-text {
    margin: 0;
    text-align: center;
  }
  .calculator-block .calculator-left .calculator-text .button-wrapper,
  .calculator-block .calculator-right .calculator-text .button-wrapper {
    justify-content: center;
  }
  .calculator-block .calculator-right {
    margin: 0;
  }
  .calculator-title {
    max-width: none !important;
  }
  .subtext-wrapper {
    max-width: none !important;
  }
  .calculator-block--right-only {
    border-radius: 0;
    margin: 0 -16px;
  }
  .calculator-block--right-only .calculator-right {
    padding: 24px 16px !important;
  }
  .calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text .image-overlay-text {
    margin-bottom: 32px;
  }
  .calculator-block--image-right .calculator-title--default {
    max-width: none !important;
  }
  .calculator-block--image-right .calculator-right .right-image-wrapper.full-image-fill.with-text.no-content {
    padding-top: 0;
  }
  .calculator-block--image-right .subtext-wrapper--default {
    max-width: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .calculator-block .calculator-left .calculator-text .calculator-title--primary {
    font-size: 32px;
    line-height: 42px;
  }
  .calculator-block--image-right .calculator-content .calculator-left {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .calculator-block .title-subtext-content {
    margin-bottom: 24px;
  }
  .calculator-block .calculator-right label {
    font-size: 15px;
    line-height: 19px;
  }
}
.calculator-right .calculator-ui-title {
  font-size: 25px;
  line-height: 30px;
  font-family: FontSemiBold;
  color: #25272d;
}
.calculator-right label {
  font-size: 16px;
  line-height: 20px;
  font-family: FontSemiBold;
  color: #25272d;
  margin-bottom: 12px;
}
.calculator-right .range-wrapper {
  position: relative;
  width: 100%;
}
.calculator-right .range-wrapper .ui-slider-horizontal {
  height: 6px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  border: none;
}
.calculator-right .range-wrapper .ui-slider .ui-slider-handle {
  top: -8px;
  width: 20px;
  height: 20px;
  background-color: #25272d;
  border: 1px solid #ffffff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.calculator-right .range-wrapper .ui-slider .ui-slider-handle:focus, .calculator-right .range-wrapper .ui-slider .ui-slider-handle:focus-visible, .calculator-right .range-wrapper .ui-slider .ui-slider-handle:focus-within, .calculator-right .range-wrapper .ui-slider .ui-slider-handle:active {
  outline: none !important;
  background-color: #25272d !important;
}
.calculator-right .range-wrapper .ui-slider-range {
  background: #25272d;
  height: 6px;
  border-radius: 20px;
}
.calculator-right .range-wrapper .floating-output {
  position: absolute;
  top: -38px;
  left: 0;
  transform: translateX(-50%);
  background-color: #ffffff;
  color: #25272d;
  font-family: FontSemiBold;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 5px;
  pointer-events: none;
}
.calculator-right .range-wrapper .floating-output::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 10px;
  height: 5px;
  background: #ffffff;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.calculator-right .range-wrapper .range-max {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  font-size: 14px;
  font-family: FontRegular;
  color: #766b42;
}
.calculator-right .monthly-cost span {
  font-size: 16px;
  font-family: FontSemiBold;
  line-height: 22px;
}
.calculator-right .monthly-cost .note {
  font-size: 13px;
  font-family: FontRegular;
  line-height: 18px;
  color: #766b42;
}
.calculator-right .monthly-cost.monthly-cost--under-form span {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 7px;
}
.calculator-right .calc-cost-consent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.calculator-right.sliders-hidden {
  gap: 0;
}

.services, .services--cards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 65px;
}
.services .services-section-title, .services--cards .services-section-title {
  font-size: 25px;
  font-family: FontSemiBold;
  line-height: 30px;
  color: #25272d;
  margin-bottom: 33px;
}
.services .service-box, .services--cards .service-box {
  display: flex;
  flex-direction: column;
  background-color: #f5f3eb;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 49px 80px 43px 51px;
}
.services .service-box .title-container, .services--cards .service-box .title-container {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 47px;
  margin-bottom: 32px;
}
.services .service-box .title-container .card-icon, .services--cards .service-box .title-container .card-icon {
  position: relative;
  width: 94px;
  height: 47px;
  flex-shrink: 0;
}
.services .service-box .title-container .card-icon .blob, .services--cards .service-box .title-container .card-icon .blob {
  width: 100%;
  height: 100%;
}
.services .service-box .title-container .card-icon .blob svg, .services--cards .service-box .title-container .card-icon .blob svg {
  width: 100%;
  height: 100%;
  display: block;
}
.services .service-box .title-container .card-icon img, .services--cards .service-box .title-container .card-icon img {
  width: 49px;
  height: 49px;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 60%;
  transform: translate(-50%, 0);
  object-fit: contain;
}
.services .service-box .title-container .service-title, .services--cards .service-box .title-container .service-title {
  font-size: 18px;
  line-height: 25px;
  font-family: FontSemiBold;
  color: #25272d;
}

.services--rows {
  --wysiwyg-p-color: #4c4f58;
}
.services--rows .service-box .title-container {
  display: flex;
  align-items: stretch;
}
.services--rows .service-box .title-text-wrapper {
  display: flex;
  align-items: center;
}

.services--cards {
  display: block !important;
  --wysiwyg-p-color: #4c4f58;
}
.services--cards .service-item {
  max-width: 200px;
  margin: 0 auto;
}
.services--cards .service-box-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  align-items: stretch;
}
.services--cards .service-box-wrapper .service-box:nth-child(1) {
  background-color: #f5f3eb;
}
.services--cards .service-box-wrapper .service-box:nth-child(2) {
  background-color: #eeece2;
}
.services--cards .service-box-wrapper .service-box:nth-child(3) {
  background-color: #d5d2c3;
}
.services--cards .service-box-wrapper .service-box:nth-child(4) {
  background-color: #a29e91;
  --wysiwyg-p-color: #ffffff;
}
.services--cards .service-box-wrapper .service-box:nth-child(5) {
  background-color: #7d7863;
  --wysiwyg-p-color: #ffffff;
}
.services--cards .service-box {
  background-color: #f5f3eb;
  border-radius: 10px;
  padding: 52px 27px 36px;
  text-align: center;
  width: calc((100% - 136px) / 5);
  margin-bottom: 0;
}
.services--cards .service-box .title-container {
  flex-direction: column;
  margin-bottom: 20px;
}
.services--cards .service-box .title-container .card-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services--cards .service-box .title-container .card-icon .step-label {
  position: absolute;
  font-family: FontSemiBold;
  font-size: 18px;
  color: #25272d;
  z-index: 2;
  bottom: 0;
}
.services--cards .service-box .title-container .card-icon img {
  display: none;
}
.services--cards .service-box .title-container .service-title {
  display: none;
}

@media screen and (max-width: 1440px) {
  .services .service-box, .services--cards .service-box {
    padding: 49px 16px 43px 16px;
  }
  .services .service-box .title-container, .services--cards .service-box .title-container {
    gap: 16px;
  }
  .services--cards {
    display: block;
  }
  .services--cards .service-box-wrapper {
    gap: 16px;
  }
  .services--cards .service-box-wrapper .service-box {
    padding: 52px 16px 36px;
    width: calc((100% - 64px) / 5);
  }
  .services--cards .service-box-wrapper .service-box .service-description {
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .services--cards .service-box-wrapper .service-box {
    width: calc((100% - 16px) / 2);
    padding: 42px 16px 26px;
  }
  .services--cards .service-box-wrapper .service-box .title-container {
    margin-bottom: 16px;
  }
  .services--cards .service-box-wrapper .service-box:nth-last-child(1):nth-child(odd) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .services .service-box .title-container, .services--cards .service-box .title-container {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 500px) {
  .services--cards .service-box-wrapper {
    flex-direction: column;
    gap: 24px;
  }
  .services--cards .service-box-wrapper .service-box {
    width: 100%;
  }
}
.sell-car-section {
  padding-top: 51px;
  margin-bottom: 63px;
}
.sell-car-section .sell-car-inner-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
.sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper {
  width: 100%;
  max-width: 427px;
  padding-top: 56px;
}
.sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .sell-car-title {
  margin-bottom: 40px;
}
.sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .sell-car-title .title {
  font-size: 70px;
  line-height: 75px;
  font-family: FontSemiBold;
}
.sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .subtext-wrapper {
  margin-bottom: 44px;
  --wysiwyg-p-color: #4c4f58;
}
.sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .contact-buttons-wrapper {
  display: flex;
  gap: 14px;
  margin-bottom: 87px;
}
.sell-car-section .sell-car-inner-wrapper .form-inner {
  max-width: 827px;
  width: 100%;
  margin-left: auto;
  background-color: #ebbc00;
  padding: 45px 32px;
  border-radius: 10px;
}
.sell-car-section .sell-car-inner-wrapper .form-inner .form-title {
  font-size: 18px;
  line-height: 20px;
  font-family: FontSemiBold;
  color: #25272d;
  margin-bottom: 16px;
}

@media screen and (max-width: 1440px) {
  .sell-car-section .sell-car-inner-wrapper .form-inner {
    padding: 45px 16px;
  }
}
@media screen and (max-width: 1366px) {
  .sell-car-section {
    padding-top: 31px;
  }
  .sell-car-section .sell-car-inner-wrapper {
    flex-direction: column;
  }
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper {
    max-width: none;
    width: 100%;
    padding-top: 26px;
  }
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .sell-car-title {
    margin-bottom: 24px;
  }
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .sell-car-title .title {
    font-size: 50px;
    line-height: 55px;
  }
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .subtext-wrapper {
    margin-bottom: 24px;
  }
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .contact-buttons-wrapper {
    margin-bottom: 47px;
  }
  .sell-car-section .sell-car-inner-wrapper .form-inner {
    border-radius: 0;
    max-width: none;
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .sell-car-section .sell-car-inner-wrapper .form-inner.form-success {
    width: calc(100% + 32px);
  }
}
@media screen and (max-width: 1024px) {
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .sell-car-title .title {
    font-size: 44px;
    line-height: 49px;
  }
}
@media screen and (max-width: 767px) {
  .sell-car-section .sell-car-inner-wrapper .sell-car-left-wrapper .sell-car-title .title {
    font-size: 30px;
    line-height: 35px;
  }
}
.post-container {
  background-color: #ffffff;
  border-radius: 10px;
}
.post-container .post-inner-container {
  padding: 58px 49px 53px;
  margin-bottom: 48px;
}
.post-container .post-inner-container .post-content-wrapper {
  margin-bottom: 30px;
}
.post-container .post-inner-container .post-content-wrapper .gallery-heading-wrapper {
  margin-bottom: 25px;
}
.post-container .post-inner-container .post-image {
  position: relative;
  width: 100%;
  padding-top: 55.17%;
  border-radius: 10px;
}

.post-badge {
  display: flex;
  background: #ebbc00;
  color: #25272d;
  padding: 1px 7px;
  font-family: FontRegular;
  font-size: 13px;
  border-radius: 5px;
  width: fit-content;
  margin-bottom: 19px;
}

@media screen and (max-width: 1440px) {
  .post-container .post-inner-container {
    padding: 48px 16px 43px;
  }
}
@media screen and (max-width: 1024px) {
  .post-container .post-inner-container .post-title .title {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .post-container .post-inner-container {
    padding: 38px 16px 33px;
  }
}
.contacts-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 32px;
  width: 100%;
  --wysiwyg-p-color: #4c4f58;
}
.contacts-wrapper .contacts-container {
  padding-top: 53px;
}
.contacts-wrapper .contacts-container .subtext-wrapper {
  margin-bottom: 44px;
  max-width: 459px;
}
.contacts-wrapper .contacts-container .subtext-wrapper .contacts-title {
  margin-bottom: 24px;
}
.contacts-wrapper .contacts-container .subtext-wrapper .contacts-title .title {
  font-family: FontSemiBold;
  font-size: 25px;
  line-height: 35px;
  color: #25272d;
}
.contacts-wrapper .contacts-container .contacts-info {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-bottom: 85px;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact {
  display: flex;
  gap: 8px;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .icon-wrapper {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .text-wrapper {
  display: flex;
  align-items: center;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .contact-description {
  font-family: FontMedium;
  color: #25272d;
  font-size: 20px;
  word-break: break-word;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .contact-description a {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  word-break: break-word;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .contact-description a:hover {
  color: #ebbc00;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .contact-description.whatsapp-text {
  color: #1cb850;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .contact-description.whatsapp-text a {
  color: inherit;
}
.contacts-wrapper .contacts-container .contacts-info .single-contact .contact-description.whatsapp-text a:hover {
  color: rgb(21.2641509434, 139.7358490566, 60.7547169811);
}
.contacts-wrapper .image-container {
  max-width: 380px;
  width: 100%;
  flex-shrink: 0;
}
.contacts-wrapper .image-container img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 745px;
  object-fit: contain;
}

@media screen and (max-width: 1366px) {
  .contacts-wrapper .contacts-container {
    padding-top: 43px;
  }
  .contacts-wrapper .contacts-container .contacts-info {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .contacts-wrapper .contacts-container .subtext-wrapper {
    margin-bottom: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .contacts-wrapper .contacts-container {
    padding-top: 33px;
  }
  .contacts-wrapper .contacts-container .contacts-info {
    margin-bottom: 35px;
  }
}
.catalog-cars-heading {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 47px;
}
.catalog-cars-heading .catalog-title {
  font-size: 25px;
  line-height: 30px;
  font-family: FontSemiBold;
  color: #25272d;
  margin: 0;
}
.catalog-cars-heading .promotional-icon {
  line-height: 0;
  font-size: 0;
}
.catalog-cars-heading .catalog-heading-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.catalog-cars-heading .catalog-heading-inner .catalog-view-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
}
.catalog-cars-heading .catalog-heading-inner .catalog-view-toggle .view-toggle {
  font-size: 0;
  line-height: 0;
}
.catalog-cars-heading .catalog-heading-inner .catalog-view-toggle .view-toggle svg {
  opacity: 0.5;
  width: 30px;
  height: auto;
  transition: all 0.2s linear;
  fill: #ffffff;
}
.catalog-cars-heading .catalog-heading-inner .catalog-view-toggle .view-toggle:hover svg, .catalog-cars-heading .catalog-heading-inner .catalog-view-toggle .view-toggle.active svg {
  opacity: 1;
  fill: #ebbc00;
}

.no-cars {
  font-family: FontSemiBold;
  color: #25272d;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 32px;
}

.catalog-page .catalog-section {
  padding: 32px 0 0;
  display: flex;
  gap: 40px;
  align-items: flex-start;
  position: relative;
}
.catalog-page .cars-container {
  width: 100%;
  max-width: 1040px;
}

.no-results-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.no-results-wrapper .no-results-content {
  display: flex;
  align-items: center;
}
.no-results-wrapper .no-results-content .no-results-content-inner {
  width: 100%;
}
.no-results-wrapper .no-results-content .no-results-content-inner .no-results-subtitle {
  font-size: 26px;
  line-height: 36px;
}

@media screen and (max-width: 1440px) {
  .catalog-page .catalog-section {
    gap: 16px;
  }
}
@media screen and (max-width: 1280px) {
  .catalog-page .catalog-section {
    flex-direction: column;
    gap: 32px;
  }
  .catalog-page .catalog-section .cars-container {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 1024px) {
  .catalog-page .catalog-section .catalog-cars-heading {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .catalog-page .catalog-section {
    padding: 16px 0 0;
  }
}
.cars-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 29px;
  margin-bottom: 47px;
  width: 100%;
}

.cars-wrapper.view-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 45px;
  margin-bottom: 45px;
}
.cars-wrapper.view-grid > .car-card {
  width: calc((100% - 80px) / 3);
}
.cars-wrapper.view-grid > .pagination-wrapper {
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .cars-wrapper.view-grid {
    gap: 16px;
    row-gap: 32px;
    margin-bottom: 32px;
  }
  .cars-wrapper.view-grid .car-card {
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 1024px) {
  .cars-wrapper.view-grid .car-card {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .cars-wrapper.view-grid {
    flex-direction: column;
  }
  .cars-wrapper.view-grid .car-card {
    width: 100%;
  }
}
#fullscreen-image-viewer {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
}
#fullscreen-image-viewer .slick-prev,
#fullscreen-image-viewer .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #ebbc00;
  color: black;
  border: none;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#fullscreen-image-viewer .slick-prev:hover,
#fullscreen-image-viewer .slick-next:hover {
  background: rgb(184, 147.2, 0);
}
#fullscreen-image-viewer .slick-prev {
  left: 20px;
}
#fullscreen-image-viewer .slick-next {
  right: 20px;
}
#fullscreen-image-viewer .fullscreen-slick {
  width: 90vw;
  max-height: 90vh;
}
#fullscreen-image-viewer .fullscreen-slick .slick-track {
  display: flex;
  align-items: center;
}
#fullscreen-image-viewer .fullscreen-slick .slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#fullscreen-image-viewer .fullscreen-slick img {
  max-width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
}
#fullscreen-image-viewer .fullscreen-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 32px;
  background: none;
  border: none;
  color: #ffffff;
  cursor: pointer;
  z-index: 3;
  transition: color 0.3s ease;
}
#fullscreen-image-viewer .fullscreen-close:hover {
  color: #ebbc00;
}
#fullscreen-image-viewer .fullscreen-image-backdrop {
  position: absolute;
  inset: 0;
  z-index: 1;
}

@media (min-width: 1025px) {
  .no-scroll {
    overflow: hidden;
    padding-right: 8px;
  }
  .no-scroll .main-header.sticky {
    padding-right: 8px;
  }
}
.slick-prev:before,
.slick-next:before {
  display: none !important;
}

.map-section #map {
  min-height: 495px;
}

.error-center-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 50vh;
}
.error-center-content .error-title {
  font-size: 42px;
  line-height: 48px;
  color: #25272d;
  font-family: FontSemiBold;
  margin-bottom: 12px;
}

.pagination-wrapper {
  display: flex;
  justify-content: flex-start;
}
.pagination-wrapper ul {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.pagination-wrapper ul li {
  display: flex;
}
.pagination-wrapper ul li a,
.pagination-wrapper ul li span.current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background-color: #e8e5db;
  color: #25272d;
  font-family: FontSemiBold;
  font-size: 15px;
  text-align: center;
  line-height: 22px;
  text-decoration: none;
}
.pagination-wrapper ul li a:hover,
.pagination-wrapper ul li span.current:hover {
  background-color: #ebbc00;
  color: #25272d;
}
.pagination-wrapper ul li span.current {
  background-color: #ebbc00;
  color: #25272d;
}
.pagination-wrapper ul li span.dots {
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  padding: 0 8px;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  margin-bottom: 35px;
}
.gallery-images .gallery-single-image {
  width: calc(25% - 17.25px);
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s linear;
}
.gallery-images .gallery-single-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}
.gallery-images .gallery-single-image:hover {
  box-shadow: 0 8px 20px rgba(235, 188, 0, 0.5);
}
.gallery-images .gallery-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  pointer-events: none;
}
.gallery-images .gallery-more-text {
  position: absolute;
  bottom: 16px;
  right: 16px;
  color: white;
  font-size: 18px;
  font-family: FontSemiBold;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 10px;
  border-radius: 20px;
}
.gallery-images .overlay-mobile {
  opacity: 0;
}
.gallery-images .overlay-desktop {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .cars-wrapper {
    row-gap: 32px;
    margin-bottom: 32px;
  }
  .single-car-page .single-car-section-wrapper {
    gap: 16px !important;
  }
  .car-slider-wrapper .car-slider {
    margin: 0 -8px;
  }
  .car-slider-wrapper .car-slider .slick-slide {
    padding: 24px 8px;
  }
  .gallery-images {
    gap: 16px;
  }
  .gallery-images .gallery-single-image {
    width: calc(25% - 12px);
  }
}
@media screen and (max-width: 767px) {
  .gallery-images {
    margin-bottom: 24px;
  }
  .gallery-images .gallery-image-overlay .gallery-more-text {
    bottom: 6px;
    right: 6px;
  }
  .gallery-images .gallery-single-image {
    width: calc(50% - 8px);
  }
  .gallery-images .overlay-mobile {
    opacity: 1 !important;
  }
  .gallery-images .overlay-desktop {
    opacity: 0;
  }
  .gallery-images .image-mobile-hidden {
    display: none !important;
  }
}
.breadcrumb-blur-wrapper {
  position: relative;
}

.blurDiv {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, #f5f3eb, #ffffff);
  z-index: 0;
  pointer-events: none;
}

.single-car-page {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  --wysiwyg-p-color: #4c4f58;
}
.single-car-page .calculator-right .calculator-ui-title {
  font-size: 18px;
  line-height: 22px;
}
.single-car-page .bonuses-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-bottom: 31px;
}
.single-car-page .bonuses-wrapper .gift-wrapper {
  display: flex;
  align-items: center;
  border-radius: 3px;
  font-family: FontSemiBold;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  padding: 5px 14px;
  gap: 8px;
}
.single-car-page .bonuses-wrapper .gift-wrapper .gift-icon {
  display: flex;
  align-items: flex-start;
}
.single-car-page .bonuses-wrapper .gift-wrapper .gift-icon img {
  max-width: 20.17px;
  height: auto;
  max-height: 23px;
}
.single-car-page .bonuses-wrapper .gift-wrapper .gift-text {
  display: flex;
  align-items: center;
}
.single-car-page .bonuses-wrapper .seperator {
  font-family: FontSemiBold;
  font-size: 18px;
  line-height: 25px;
  color: #25272d;
  display: flex;
  align-items: center;
}
.single-car-page .single-car-section-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  margin-bottom: 45px;
}
.single-car-page .single-car-container {
  position: relative;
  width: 100%;
  max-width: 918px;
  background-color: #ffffff;
  border: solid 1px #e8e5db;
  border-radius: 10px;
  padding: 35px 19px 20px;
  margin-bottom: 23px;
}
.single-car-page .single-car-container .car-label {
  left: 47px;
}
.single-car-page .single-car-container .single-car-heading-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 32px;
  margin-bottom: 29px;
}
.single-car-page .single-car-container .single-car-heading-row .car-header {
  display: flex;
  align-items: center;
  margin-left: 26px;
}
.single-car-page .single-car-container .single-car-heading-row .car-header .car-name {
  font-size: 25px;
  line-height: 25px;
  font-family: FontSemiBold;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-full-price {
  flex-shrink: 0;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-full-price .label {
  font-family: FontMedium;
  font-size: 12px;
  line-height: 20px;
  color: #4c4f58;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-full-price .value {
  font-size: 16px;
  font-family: FontSemiBold;
  color: #25272d;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-full-price .value.discounted-price {
  color: #d31518;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-full-price .value.old-price {
  color: #b1b3b7;
  font-size: 14px;
  text-decoration: line-through;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-price-separator {
  width: 1px;
  height: 100%;
  background-color: #e8e5db;
  margin-left: 17px;
  margin-right: 27px;
  align-self: center;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-leasing-aligner {
  display: flex;
  justify-content: flex-start;
  width: 155px;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-leasing-price {
  width: 100%;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-leasing-price .label {
  font-family: FontMedium;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 4px;
  color: #4c4f58;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-leasing-price .car-monthly-wrapper {
  font-family: FontRegular;
  font-size: 14px;
  color: #25272d;
  padding: 6px 12px;
  background-color: #ebbc00;
  border-radius: 10px;
  display: inline-block;
}
.single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-leasing-price .car-monthly-wrapper .car-monthly-price {
  font-family: FontSemiBold;
}
.single-car-page .single-car-container .car-gallery-container {
  display: flex;
  gap: 13px;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image {
  cursor: pointer;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 3/2;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main {
  height: 100%;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main .slick-list,
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main .slick-track {
  height: 100% !important;
  display: flex !important;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main .slick-slide {
  height: 100% !important;
  display: flex !important;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main .slick-slide > div {
  height: 100%;
  width: 100%;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main .car-slider-slide {
  height: 100%;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .car-slider-main .car-slider-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.single-car-page .single-car-container .car-gallery-container .car-single-image .image-count-label {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: FontBold;
  font-size: 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  padding: 3px 15px;
}
.single-car-page .single-car-container .car-gallery-container .car-side-gallery {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 155px;
  gap: 8px;
}
.single-car-page .single-car-container .car-gallery-container .car-side-gallery #dynamic-thumbnails {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.single-car-page .single-car-container .car-gallery-container .car-side-gallery .car-single-side-gallery-image {
  cursor: pointer;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.single-car-page .single-car-container .car-gallery-container .car-side-gallery .car-single-side-gallery-image::before {
  content: "";
  display: block;
  padding-top: 67%;
}
.single-car-page .single-car-container .car-gallery-container .car-side-gallery .car-single-side-gallery-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-car-page .single-car-container .car-gallery-container .car-side-gallery .more-gallery-link {
  display: flex;
  justify-content: center;
}
.single-car-page .single-car-details {
  width: 100%;
  max-width: 918px;
  margin-bottom: 25px;
}
.single-car-page .single-car-details .single-car-details-list {
  border-bottom: 1px solid #e8e5db;
  padding-bottom: 23px;
}
.single-car-page .single-car-details .car-section-title {
  font-family: FontSemiBold;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 12px;
}
.single-car-page .single-car-details .car-general-info {
  margin-bottom: 23px;
}
.single-car-page .single-car-details .car-info-wrapper {
  border-bottom: 1px solid #e8e5db;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.single-car-page .car-detail-columns {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
}
.single-car-page .car-detail-columns ul {
  flex: 1;
  list-style: none;
  padding-left: 0;
}
.single-car-page .car-detail-columns ul li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 26px;
  font-family: FontRegular;
  color: #4c4f58;
}
.single-car-page .car-detail-columns ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #4c4f58;
  font-size: 18px;
  line-height: 22px;
}

@media screen and (max-width: 1440px) {
  .single-car-page .single-car-container {
    padding: 35px 16px 20px;
  }
  .single-car-page .single-car-container .car-label {
    left: 16px;
  }
  .single-car-page .single-car-container .single-car-heading-row .car-header {
    margin-left: 0;
  }
}
@media screen and (max-width: 1366px) {
  .single-car-page .single-car-section-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .single-car-page .single-car-container,
  .single-car-page .single-car-details,
  .single-car-page .car-calculator-wrapper {
    width: 100%;
    max-width: none;
  }
  .single-car-page .car-calculator-wrapper {
    width: 100%;
    max-width: none;
  }
  .single-car-page .car-calculator-wrapper .calculator-block {
    border-radius: 0;
    margin-left: -16px;
    margin-right: -16px;
  }
  .single-car-page .single-car-details .single-car-details-list {
    border-bottom: none;
  }
}
@media screen and (max-width: 1024px) {
  .single-car-page .single-car-container .single-car-heading-row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
    gap: 16px;
  }
  .single-car-page .single-car-container .single-car-heading-row .car-price-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
  }
  .single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-price-separator {
    margin: 0;
  }
  .single-car-page .single-car-container .single-car-heading-row .car-price-wrapper .car-leasing-aligner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .single-car-page .car-gallery-container {
    flex-direction: column;
  }
  .single-car-page .car-gallery-container .car-single-image {
    width: 100%;
  }
  .single-car-page .car-gallery-container .car-side-gallery {
    max-width: none !important;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 16px !important;
  }
  .single-car-page .car-gallery-container .car-side-gallery #dynamic-thumbnails {
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
  }
  .single-car-page .car-gallery-container .car-side-gallery .car-single-side-gallery-image {
    width: calc(25% - 6px);
  }
  .single-car-page .car-detail-columns {
    gap: 48px;
  }
}
.posts-page {
  background-color: #f5f3eb;
}
.posts-page .posts-section {
  margin-bottom: 55px;
}

.posts-content-layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  padding-top: 39px;
}
.posts-content-layout .articles-block-wrapper {
  width: 100%;
}
.posts-content-layout .catalog-cars-heading {
  margin-bottom: 31px;
}
.posts-content-layout .calculator-block--right-only {
  margin-bottom: 38px;
}

.post-title {
  margin-bottom: 27px;
}
.post-title .title {
  font-size: 35px;
  line-height: 40px;
  font-family: FontSemiBold;
  color: #25272d;
}

@media screen and (max-width: 1440px) {
  .posts-content-layout {
    gap: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .posts-content-layout {
    gap: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .posts-content-layout {
    flex-direction: column;
  }
}
.single-post-page {
  background-color: #f5f3eb;
}
.single-post-page .post-section-layout {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.single-post-page .post-wrapper {
  max-width: 1026px;
  width: 100%;
  padding-top: 48px;
}
.single-post-page .calculator-block--right-only {
  margin-bottom: 39px;
}
.single-post-page .catalog-cars-heading {
  margin-bottom: 31px;
}
.single-post-page .related-articles-title {
  font-family: FontSemiBold;
  font-size: 25px;
  line-height: 30px;
  color: #25272d;
  margin-bottom: 26px;
}
.single-post-page .related-articles-wrapper {
  margin-bottom: 74px;
}

@media screen and (max-width: 1440px) {
  .single-post-page .post-section-layout {
    gap: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .single-post-page .post-section-layout {
    flex-direction: column;
  }
  .single-post-page .post-wrapper {
    padding-top: 32px;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .single-post-page .related-articles-wrapper {
    margin-bottom: 44px;
  }
}
.apply-page .apply-wrapper {
  display: flex;
  gap: 48px;
  padding-bottom: 71px;
}
.apply-page .apply-wrapper .car-calculator-wrapper {
  max-width: 440px;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .apply-page .apply-wrapper {
    display: flex;
    gap: 24px;
  }
}
@media screen and (max-width: 1366px) {
  .apply-page .apply-wrapper .contacts-wrapper {
    flex: 1;
  }
  .apply-page .apply-wrapper .car-calculator-wrapper {
    max-width: none;
    flex: 2.5;
  }
  .apply-page .apply-wrapper .image-container {
    display: none;
  }
  .apply-page .finance-form .form-grid-layout {
    column-gap: 16px;
  }
  .apply-page .finance-form .form-grid-layout .common-input-styling,
  .apply-page .finance-form .form-grid-layout .form-row-2-cols .common-input-styling, .apply-page .finance-form .form-grid-layout .form-phone-wrapper {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 1280px) {
  .apply-page .apply-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .apply-page .finance-form .form-grid-layout .common-input-styling,
  .apply-page .finance-form .form-grid-layout .form-row-2-cols .common-input-styling, .apply-page .finance-form .form-grid-layout .form-phone-wrapper {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
