a {
  color: inherit;
}

.btn-success {
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-success:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(120, 202, 92, 0.5);
  box-shadow: 2px 2px 20px 0px rgba(120, 202, 92, 0.5);
}

:root {
  --font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --headings-font-family: "Outfit", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.site-footer {
  margin-top: 80px;
  padding: 80px 0 15px;
  background: #121212;
}
.site-footer h2 {
  margin-bottom: 20px;
  border: none;
  font-family: var(--headings-font-family);
  font-size: 18px;
  color: #fff;
  text-transform: capitalize;
}
.site-footer .block {
  margin: 0;
  padding: 0 12px;
  border: none;
}
.site-footer .content {
  color: #fff;
  line-height: 1.7em;
}
.site-footer .menu--contact-info .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.site-footer .menu--contact-info .nav .nav-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #fff;
}
.site-footer .menu--contact-info .nav .nav-link:hover {
  color: var(--bs-success);
}
.site-footer .menu--contact-info .nav .nav-link i {
  width: 1.25em;
  margin-right: 15px;
  color: var(--bs-success);
  text-align: center;
}
.site-footer .menu--social-network .nav-item + .nav-item {
  margin-left: 10px;
}
.site-footer .menu--social-network .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.site-footer .menu--social-network .nav-link:hover {
  background: #fff;
}
.site-footer .menu--social-network .nav-link i {
  color: var(--bs-success);
}

.site-footer__top .region .menu--contact-info {
  padding-left: 0;
}
@media all and (min-width: 992px) {
  .site-footer__top .region {
    width: calc(33.3333% - 20px) !important;
  }
  .site-footer__top .region + .region {
    margin-left: 30px;
  }
}
@media all and (max-width: 991px) {
  .site-footer__top .region {
    width: calc(50% - 10px);
    padding: 0;
  }
  .site-footer__top .region.region-footer-first {
    width: 100%;
    margin-bottom: 30px;
  }
  .site-footer__top .region.region-footer-second {
    margin-left: 0;
    padding: 0;
  }
}
@media all and (max-width: 850px) {
  .site-footer__top .region {
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 0 !important;
  }
}

.site-footer__bottom {
  width: 100%;
  margin-top: 60px;
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 0;
}
.site-footer__bottom .region-footer-fourth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 15px;
  font-size: 15px;
  color: #fff;
}
.site-footer__bottom .region-footer-fourth > * {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
}
.site-footer__bottom .region-footer-fourth a {
  padding: 0;
  color: #fff;
}
.site-footer__bottom .region-footer-fourth a:hover {
  color: var(--bs-success);
}
.site-footer__bottom .region-footer-fourth .menu--footer-system-menu {
  margin-left: auto;
}
.site-footer__bottom .region-footer-fourth .menu--footer-system-menu .nav-item + .nav-item {
  margin-left: 20px;
}
@media all and (max-width: 768px) {
  .site-footer__bottom .region-footer-fourth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .site-footer__bottom .menu--footer-system-menu {
    margin-top: 10px;
    margin-right: auto;
  }
}

.header {
  position: relative;
  z-index: 2;
}
.header .bg-black {
  background: #121212;
}

.navbar .block-system-branding-block {
  max-width: 155px;
}
.navbar .block-system-branding-block img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .navbar.navbar-expand-xl .offcanvas .offcanvas-body {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.navbar .navbar-toggler {
  padding-right: 0;
  border: none;
}

.node--type-car.node--view-mode-teaser {
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 6px;
  -webkit-box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
  box-shadow: 3px 3px 9px rgba(164, 164, 186, 0.2);
}
.node--type-car.node--view-mode-teaser .card-title {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  line-height: 26px;
}
.node--type-car.node--view-mode-teaser .card-title a {
  display: inline-block;
  text-decoration: none;
}
.node--type-car.node--view-mode-teaser .card-title .field {
  font-size: 20px;
}
.node--type-car.node--view-mode-teaser .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.7em;
}
.node--type-car.node--view-mode-teaser .field .field__label {
  font-weight: bold;
}
.node--type-car.node--view-mode-teaser .field .field__label::after {
  content: ":";
}
.node--type-car.node--view-mode-teaser .field--name-field-images {
  overflow: hidden;
  gap: 0;
  margin: 0;
}
.node--type-car.node--view-mode-teaser .field--name-field-images .field__item:not(:first-child) {
  display: none;
}
.node--type-car.node--view-mode-teaser .field--name-field-images .field__item,
.node--type-car.node--view-mode-teaser .field--name-field-images .field__item img {
  width: 100%;
  height: auto;
}
.node--type-car.node--view-mode-teaser .field--name-field-images a.photoswipe {
  position: relative;
  display: block;
}
.node--type-car.node--view-mode-teaser .field--name-field-images a.photoswipe:after {
  content: "\f31d";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 3px 10px 0;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.node--type-car.node--view-mode-teaser .field--name-field-price {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: var(--headings-font-family);
  font-size: 28px;
  font-weight: 600;
  margin: -5px 0 5px;
  color: #121212;
  text-align: center;
}
.node--type-car.node--view-mode-teaser .field--name-field-price::before {
  content: "$";
  margin-right: -8px;
}
@media all and (max-width: 992px) {
  .node--type-car.node--view-mode-teaser .card-body {
    padding: 0;
  }
  .node--type-car.node--view-mode-teaser .col-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .node--type-car.node--view-mode-teaser .col-cta {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }
  .node--type-car.node--view-mode-teaser .field--name-field-price {
    margin: 0;
  }
}
@media all and (max-width: 768px) {
  .node--type-car.node--view-mode-teaser .card-body {
    padding: 15px 0;
  }
  .node--type-car.node--view-mode-teaser .col-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.view-cars .item-list ul li {
  padding: 0;
}

.region-top-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  color: #fff;
}
.region-top-header > * {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: auto;
}
.region-top-header a {
  padding: 5px 0;
  color: #fff;
  text-decoration: none;
}
.region-top-header a:hover {
  color: var(--bs-success);
}
.region-top-header i {
  margin-right: 5px;
}
.region-top-header .menu--contact-info i {
  color: var(--bs-success);
}
.region-top-header .menu--social-network {
  margin-left: auto;
}
.region-top-header .nav {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.region-top-header .nav-item + .nav-item {
  margin-left: 25px;
}
.region-top-header .hide-on-header {
  display: none;
}
@media all and (max-width: 768px) {
  .region-top-header {
    font-size: 12px;
  }
  .region-top-header .link-text {
    font-size: 10px;
  }
}
@media all and (max-width: 575px) {
  .region-top-header {
    display: none;
  }
}

/* Swiper */
.swiper-container img,
.swiper-container .field--type-image,
.swiper-container .field--name-field-user-picture {
  margin: 0;
}

.swiper-pagination-bullet-active {
  background-color: var(--bs-success);
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--bs-success);
}

@media (min-width: 560px) {
  .swiper-container .node .field--type-image {
    margin: 0;
  }
}
.section-map {
  margin-bottom: 50px;
}