@font-face {
  font-family: "FavoritStd-Regular, sans-serif";
  src: url(../fonts/FavoritStd-Regular.ttf);
}
@font-face {
  font-family: "FavoritStd-Medium, sans-serif ";
  src: url(../fonts/FavoritStd-Medium.ttf);
}
@font-face {
  font-family: "FavoritStd-LightItalic, sans-serif";
  src: url(../fonts/FavoritStd-LightItalic.ttf);
}
@font-face {
  font-family: "FavoritStd-Light, sans-serif";
  src: url(../fonts/FavoritStd-Light.ttf);
}
@font-face {
  font-family: "FavoritStd-Italic, sans-serif";
  src: url(../fonts/FavoritStd-Italic.ttf);
}
@font-face {
  font-family: "FavoritStd-Book, sans-serif";
  src: url(../fonts/FavoritStd-Book.ttf);
}
@font-face {
  font-family: "FavoritStd-Bold, sans-serif";
  src: url(../fonts/FavoritStd-Bold.ttf);
}
body {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 400;
  font-family: "FavoritStd-Regular, sans-serif";
  background-color: rgb(247, 247, 247);
}

.body-overflow {
  overflow: hidden;
}

main {
  padding-top: 120px;
}
@media (max-width: 992px) {
  main {
    padding-top: 100px;
  }
}

.vh-height {
  height: 100vh;
}

.container-big {
  max-width: 100%;
  padding: 0 40px;
}
@media (min-width: 1600px) {
  .container-big.container {
    max-width: 100%;
  }
}

.container {
  max-width: 100%;
  padding: 0 40px;
}
@media (min-width: 1600px) {
  .container {
    margin: 0 auto;
    max-width: 1440px;
  }
}

.navbar .container {
  display: block;
}

.nav-link {
  padding: 0;
}

footer {
  z-index: 6;
  position: relative;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

.text-info {
  color: rgb(41, 197, 232) !important;
}

.text-primary {
  color: rgb(104, 130, 231) !important;
}

.text-success {
  color: rgb(21, 219, 65) !important;
}

.bg-dark {
  background-color: rgb(24, 24, 24) !important;
}

.bg-light {
  background-color: rgb(242, 242, 242) !important;
}

.button-v2 {
  align-items: center;
  background: linear-gradient(270deg, #fff 50%, #000 0) 100%;
  background-position: 100% 100%;
  background-size: 300% 200%;
  border: 2px solid #c2c2c2;
  border-radius: 58px;
  color: #181818;
  cursor: pointer;
  display: flex;
  font-weight: 350;
  height: 100%;
  justify-content: center;
  max-height: 48px;
  padding: 14px 30px;
  position: relative;
  transition: 0.4s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.button-v2:hover {
  background-origin: border-box;
  background-position: 0 100%;
  border-color: #000;
  color: #fff;
}

.button-v2-black {
  background: linear-gradient(270deg, #000 50%, #fff 0) 100%;
  background-origin: border-box;
  background-size: 300% 200%;
  border-color: #000;
  color: #fff;
  max-height: 48px;
  transition: 0.4s ease-out;
}
.button-v2-black:hover {
  background-position: 0 100%;
  color: #000;
}

.button-white:hover {
  border-color: #fff;
}

.navbar {
  padding: 27px 0;
}
.navbar .wrapper-main-navigation {
  padding-bottom: 30px;
}
.navbar .main-navigation {
  background-color: transparent;
  bottom: 0;
  color: #000;
  display: flex;
  font-weight: 400;
  height: 100%;
  left: 0;
  opacity: 1;
  padding: 0 60px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 25;
}
.navbar .main-navigation .extra-item-menu {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  padding-left: 20px;
}
.navbar .main-navigation .extra-item-menu::before {
  display: none;
}
.navbar .main-navigation .extra-item-menu .nav-link {
  font-weight: 600;
}
.navbar .main-navigation .extra-item-menu .nav-link::before {
  left: 20px;
}
.navbar .nav {
  flex-wrap: nowrap;
}
.navbar .nav .nav-item {
  position: relative;
}
.navbar .nav .nav-item::before {
  background-color: #000;
  bottom: -4px;
  content: "";
  height: 3px;
  left: 0;
  max-height: 3px;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 30px;
}
.navbar .nav .nav-item.has-children:after {
  background: #000;
  content: "";
  height: calc(100% + 65px);
  left: -10px;
  opacity: 0.2;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 1px;
}
.navbar .nav .nav-item.has-children:hover {
  cursor: pointer;
}
.navbar .nav .nav-item.has-children:hover::after {
  transform: scaleY(1);
}
.navbar .nav .nav-item .main-navigation-children {
  display: block;
  height: auto;
  left: 0;
  overflow: hidden;
  padding-left: 0;
  padding-top: 25px;
  perspective: 1000px;
  position: absolute;
  top: 0;
  width: 150px;
}
.navbar .nav .nav-item .main-navigation-children li {
  display: none;
  margin: 10px 0;
  opacity: 0;
}
.navbar .nav .nav-item .main-navigation-children li:first-child, .navbar .nav .nav-item .main-navigation-children li:nth-child(2) {
  -webkit-animation: rotateX 0.3s ease-in-out 60ms forwards;
  -moz-animation: rotateX 0.3s ease-in-out 60ms forwards;
  animation: rotateX 0.3s ease-in-out 60ms forwards;
  transform-origin: top center;
}
.navbar .nav .nav-item .main-navigation-children li a {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0.8;
  padding-right: 20px;
  text-decoration: none;
}
.navbar .nav .nav-item:hover::before {
  transform: scaleX(1);
}
.navbar .nav .nav-item:hover .main-navigation-children li {
  display: block;
}
.navbar .nav .nav-item .nav-link i {
  padding-right: 7px;
  font-size: 14px;
}
.navbar .nav .nav-link {
  margin-bottom: 0;
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0.8;
  padding-right: 20px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-family: Arial, sans-serif !important;
  white-space: nowrap;
}
.navbar .nav .nav-link .nav-arrow-down {
  border: 40px solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 8px;
  opacity: 0.3;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.navbar-brand {
  margin-right: 0;
}

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
.navbar-toggler:focus {
  box-shadow: none !important;
}

.hamburger {
  padding: 12px 0 12px 10px;
}
.hamburger .hamburger-box .hamburger-inner {
  width: 31px;
  height: 2px;
}
.hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner::after {
  width: 31px;
  height: 2px;
}
.hamburger .hamburger-box .hamburger-inner:before {
  top: -7px;
}
.hamburger.hamburger--collapse .hamburger-inner:after {
  top: -14px;
}
.hamburger.hamburger--collapse.is-active {
  width: 38px;
}
.hamburger.hamburger--collapse.is-active .hamburger-inner {
  width: 20px;
}
.hamburger.hamburger--collapse.is-active .hamburger-inner:before, .hamburger.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  width: 20px;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}

.navbar-collapse {
  width: calc(100% + 80px);
  margin-left: -40px;
  background-color: rgb(247, 247, 247);
  padding: 0 40px;
  position: relative;
  z-index: 9;
}
.navbar-collapse .wrapper-submenu {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 99;
}

.first-column {
  width: 393px;
  padding: 28px;
  margin: 16px 0;
}
.first-column .nav-link {
  background-color: transparent;
  font-family: "FavoritStd-Light, sans-serif";
  border: unset;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 24px;
  opacity: 0.3;
  padding: 10px 0;
}
.first-column .nav-link:hover, .first-column .nav-link.active {
  opacity: 1;
}
.first-column .nav-link:hover .arrow-right, .first-column .nav-link.active .arrow-right {
  opacity: 1;
}
.first-column .arrow-right {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 5px;
  opacity: 0.3;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.first-column .navbar-nav {
  margin-bottom: 60px;
}
.first-column .submenu-btn-bottom {
  color: #000;
  text-decoration: none;
  line-height: 18px;
  opacity: 0.8;
}
.first-column .submenu-btn-bottom img {
  margin-right: 6px;
  width: 32px;
  height: auto;
}
.first-column .submenu-btn-bottom:hover {
  opacity: 1;
}

.second-column {
  width: 320px;
  padding: 28px;
  margin: 16px 0;
  border-left: 1px solid rgba(0, 0, 0, 0.102);
}
.second-column .modele-submenu .category-top {
  gap: 10px;
  margin: 20px 0;
}
.second-column .modele-submenu .category-top img {
  width: 24px;
  height: auto;
}
.second-column .modele-submenu .category-top .category-title {
  font-size: 18px;
  line-height: 16px;
  font-weight: 400;
}
.second-column .nav-link {
  background-color: transparent;
  font-family: "FavoritStd-Light, sans-serif";
  border: unset;
  color: #000;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: -1px;
  line-height: 24px;
  opacity: 0.3;
  padding: 6px 0;
}
.second-column .nav-link:hover {
  opacity: 1;
}

.third-column {
  width: 661px;
  margin: 16px 0;
}
.third-column .wrapper-all-models {
  height: 100%;
}
.third-column .wrapper-all-models .individual-model {
  max-width: 548px;
}
.third-column .wrapper-all-models .individual-model .wrapper-individual-buttons {
  padding-top: 16px;
  gap: 20px;
}
.third-column .wrapper-all-models .individual-model .wrapper-individual-buttons a[data-display=""] {
  display: none;
}

.first-column .mobile-submenu {
  padding: 8px;
  margin-bottom: 0;
  display: none;
}
.first-column .mobile-submenu .nav-item {
  padding-left: 10px;
  border-top: none;
}
.first-column .mobile-submenu .nav-item:last-child {
  border-bottom: none;
}
.first-column .mobile-submenu .nav-item .nav-link {
  font-size: 24px;
  line-height: 28px;
  padding: 12px 8px 12px 0;
}
.first-column .mobile-submenu .nav-item img {
  max-width: 24px;
  height: auto;
}

@media (max-width: 1261px) {
  .navbar .main-navigation {
    padding: 0 26px;
  }
  .navbar .main-navigation .navbar .nav .nav-link {
    padding-right: 15px;
  }
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px 15px 15px;
  }
  .navbar-collapse .wrapper-submenu {
    background-color: rgb(247, 247, 247);
  }
  .navbar-brand {
    padding: 0;
  }
  .navbar-brand img {
    max-width: 45px;
  }
  .navbar {
    padding-bottom: 0;
    background-color: rgb(247, 247, 247);
  }
  .navbar .main-navigation {
    display: none;
  }
  .navbar .second-column,
  .navbar .third-column {
    display: none;
  }
  .navbar .wrapper-main-navigation {
    padding-bottom: 5px;
  }
  .navbar .hamburger {
    padding: 6px 0 6px 6px;
  }
  .first-column {
    width: 100%;
    padding: 30px 0 20px 0;
  }
  .first-column .nav-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .first-column .nav-item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .first-column .nav-item .nav-link {
    opacity: 1;
    padding: 20px 0;
    font-size: 28px;
    line-height: 28px;
  }
  .first-column .arrow-right {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    opacity: 1;
  }
  .first-column .mobile-submenu.show {
    display: block;
  }
  .first-column .mobile-submenu.dropdown-menu {
    background: transparent;
    border: none;
    margin-top: -20px;
  }
  .first-column .show .arrow-right {
    transform: rotate(-132deg);
    -webkit-transform: rotate(-132deg);
  }
}
@media (max-width: 992px) {
  .navbar-collapse.show::after {
    height: 1000px;
  }
}
.footer-top {
  padding-top: 60px;
}
.footer-top .footer-logo {
  margin-bottom: 60px;
}
.footer-top .wrapper-address {
  margin-bottom: 74px;
}
.footer-top .wrapper-address .address-title {
  font-family: "FavoritStd-Book, sans-serif";
  color: rgb(24, 24, 24);
  font-size: 20px;
  font-weight: 350;
  line-height: 28px;
  margin-bottom: 15px;
}
.footer-top .wrapper-address address {
  color: rgb(108, 108, 108);
  font-size: 14px;
  font-weight: 350;
  line-height: 20px;
}
.footer-top .social-media {
  list-style: none;
  gap: 30px;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-top .social-media a {
  text-decoration: none;
  color: rgb(162, 162, 162);
}
.footer-top .social-media a i {
  font-size: 20px;
}
.footer-top .social-media a:hover {
  color: #000;
}
.footer-top .footer-menu .menu-title {
  color: rgb(108, 108, 108);
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 12px;
  font-weight: 350;
  letter-spacing: 1px;
  line-height: 16px;
  padding-bottom: 28px;
  text-transform: uppercase;
}
.footer-top .footer-menu .nav-item {
  list-style: none;
  margin: 0;
  padding-bottom: 12px;
  position: relative;
}
.footer-top .footer-menu .nav-item .nav-link {
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 16px;
  line-height: 24px;
}
.footer-top .footer-menu .nav-item:before {
  background-color: rgb(24, 24, 24);
  bottom: 6px;
  content: "";
  height: 3px;
  left: 0;
  max-height: 3px;
  opacity: 0.6;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 30px;
}
.footer-top .footer-menu .nav-item:hover:before {
  transform: scaleX(1);
}
.footer-top .footer-body {
  padding-bottom: 60px;
}

.footer-bottom {
  padding: 30px 0;
}
.footer-bottom .copyright {
  max-width: 450px;
}
.footer-bottom .copyright span {
  font-family: "FavoritStd-Book, sans-serif";
  color: rgb(24, 24, 24);
}
.footer-bottom .copyright a {
  color: rgb(108, 108, 108);
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  display: block;
}
.footer-bottom .legals {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.footer-bottom .legals img {
  width: 150px;
  height: auto;
}

@media (min-width: 1600px) {
  footer .container {
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media (max-width: 767px) {
  .footer-top {
    padding-top: 30px;
  }
  .footer-top .footer-logo {
    margin-bottom: 30px;
  }
  .footer-top .wrapper-address {
    margin-bottom: 35px;
  }
  .footer-top .footer-body {
    padding-bottom: 30px;
  }
  .footer-top .footer-body .footer-menu {
    padding-top: 30px;
  }
  .footer-top .footer-body .footer-menu .menu-title {
    padding-bottom: 20px;
  }
  .footer-bottom .legals {
    padding-top: 20px;
  }
}
.wrapper-hero-slider {
  padding-bottom: 50px;
}
.wrapper-hero-slider .hero-slider {
  margin-left: -94px;
}
.wrapper-hero-slider .slide {
  margin: 0 16px;
  opacity: 0.6;
}
.wrapper-hero-slider .slide .wrapper-inner-slide {
  padding: 32px;
  height: 620px;
}
.wrapper-hero-slider .slide img {
  object-fit: cover;
  border-radius: 10px;
}
.wrapper-hero-slider .slide .gradient-overlay {
  background: linear-gradient(111.37deg, #000 -12.32%, transparent 42.36%);
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  width: 100%;
}
.wrapper-hero-slider .slide .mask {
  background: linear-gradient(190.37deg, #000 -12.32%, transparent 50.36%);
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.wrapper-hero-slider .slide .slide-title {
  font-family: "FavoritStd-Light, sans-serif";
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
  color: rgb(247, 247, 247);
  padding-bottom: 8px;
}
.wrapper-hero-slider .slide .slide-subtitle {
  font-family: "FavoritStd-Light, sans-serif";
  font-size: 38px;
  line-height: 40px;
  font-weight: 300;
  color: rgb(247, 247, 247);
  opacity: 0.7;
}
.wrapper-hero-slider .slide .top-content {
  z-index: 2;
}
.wrapper-hero-slider .slide .top-content .right img {
  max-width: 100px;
  margin-bottom: 12px;
}
.wrapper-hero-slider .slide .bottom-content {
  z-index: 2;
}
.wrapper-hero-slider .slide .bottom-content .left .description {
  max-width: 500px;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  padding-bottom: 16px;
}
.wrapper-hero-slider .slide .bottom-content .left .ctas {
  gap: 15px;
  padding-bottom: 24px;
}
.wrapper-hero-slider .slide .bottom-content .left .ctas .button-v2 {
  border: 1px solid #fff;
  padding: 12px 30px;
}
.wrapper-hero-slider .slide .bottom-content .right .wrapper-text {
  max-width: 410px;
  padding-bottom: 25px;
}
.wrapper-hero-slider .slide .bottom-content .right .wrapper-text .certificate-description {
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
  opacity: 0.8;
  margin-bottom: 0;
}
.wrapper-hero-slider .slide.slick-current {
  opacity: 1;
}
.wrapper-hero-slider .slick-dots {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  gap: 5px;
}
.wrapper-hero-slider .slick-dots li {
  overflow: hidden;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.wrapper-hero-slider .slick-dots li button {
  text-indent: 500px;
  border: none;
  background: #fff;
  opacity: 0.3;
}
.wrapper-hero-slider .slick-dots .slick-active button {
  opacity: 1;
}
@media (min-width: 1430px) {
  .wrapper-hero-slider .slide .wrapper-inner-slide {
    height: 825px;
  }
}
@media (max-width: 991px) {
  .wrapper-hero-slider .hero-slider {
    margin-left: -44px;
  }
  .wrapper-hero-slider .slide .wrapper-inner-slide {
    height: 750px;
  }
  .wrapper-hero-slider .slick-dots {
    bottom: 25px;
  }
}
@media (max-width: 767px) {
  .wrapper-hero-slider .hero-slider {
    margin-left: -14px;
  }
  .wrapper-hero-slider .slide .slide-title {
    font-size: 32px;
    line-height: 32px;
  }
  .wrapper-hero-slider .slide .slide-subtitle {
    font-size: 28px;
    line-height: 28px;
  }
  .wrapper-hero-slider .slide .wrapper-inner-slide {
    height: 700px;
  }
  .wrapper-hero-slider .slide .top-content .right img {
    max-width: 60px;
  }
  .wrapper-hero-slider .slide .bottom-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 576px) {
  .wrapper-hero-slider .hero-slider {
    margin-left: 0;
  }
  .wrapper-hero-slider .slide .wrapper-inner-slide {
    height: 640px;
  }
  .wrapper-hero-slider .slide .bottom-content .left .ctas {
    flex-direction: column;
  }
  .wrapper-hero-slider .slide .bottom-content .left .ctas a {
    width: 100%;
  }
}

.modele-tabs {
  padding-top: 30px;
}
.modele-tabs .nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
  transition: color 0.5s;
  font-family: "FavoritStd-Light, sans-serif";
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  display: block;
  padding: 8px 16px;
}
.modele-tabs .nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.8);
  border-color: transparent;
}
.modele-tabs .nav .nav-link.active {
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent;
  border-color: transparent;
}
.modele-tabs .nav .nav-link img {
  width: 30px;
  margin-right: 5px;
}
.modele-tabs .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 0.25rem;
  text-decoration: none;
}
.modele-tabs .card:hover .card-image {
  transform: scale(1.05);
}
.modele-tabs .card-top {
  color: rgb(41, 197, 232);
}
.modele-tabs .card-top img {
  width: 20px;
}
.modele-tabs .card-image {
  max-width: 320px;
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  transition: transform 0.3s ease-out;
}
.modele-tabs .card-body {
  flex: 1 1 auto;
  padding: 20px;
  min-height: 180px;
  position: relative;
}
.modele-tabs .card-body .card-title {
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 24px;
  line-height: 28px;
  color: #000;
  margin-bottom: 0;
}
.modele-tabs .card-body .card-text {
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 16px;
  line-height: 24px;
  color: rgb(108, 108, 108);
}
.modele-tabs .card-body .button-v2 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
@media (max-width: 1130px) {
  .modele-tabs .card-body {
    min-height: 220px;
  }
}
@media (max-width: 767px) {
  .modele-tabs .nav .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
  .modele-tabs .nav .nav-link img {
    width: 20px;
  }
  .modele-tabs .card-body {
    min-height: auto;
  }
  .modele-tabs .card-body .button-v2 {
    position: static;
  }
}

.about {
  padding: 48px 0;
}
.about .section-title {
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.3;
  text-transform: uppercase;
  padding: 0 0 10px 16px;
}
.about .nav-link {
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.5s;
  font-family: "FavoritStd-Light, sans-serif";
  font-size: 22px;
  font-weight: 300;
  line-height: 32px;
  padding: 8px 16px;
}
.about .nav-link.active, .about .nav-link:hover {
  color: rgb(24, 24, 24);
  background-color: transparent;
}
.about .card {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 4px;
}
.about .card-about img {
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
}
.about .card-about .card-title {
  font-family: "FavoritStd-Light, sans-serif";
  font-weight: 300;
  font-size: 30px;
}
@media (max-width: 768px) {
  .about .nav-link {
    font-size: 16px;
    line-height: 22px;
  }
}

.tehnologie {
  padding: 48px 0;
}
.tehnologie .inner-tehnologie {
  padding-bottom: 80px;
}
.tehnologie .inner-tehnologie .chapter-title {
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.3;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.tehnologie .inner-tehnologie .section-title {
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 60px;
  line-height: 68px;
  padding-bottom: 40px;
}
.tehnologie .inner-tehnologie .section-description {
  font-family: "FavoritStd-Light, sans-serif";
  color: rgb(24, 24, 24);
  font-size: 28px;
  line-height: 36px;
  max-width: 50%;
}
.tehnologie .text-image {
  border-radius: 10px;
  background-color: rgb(24, 24, 24);
}
.tehnologie .text-image .content-side {
  padding: 40px;
}
.tehnologie .text-image .content-side-title {
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 20px;
}
.tehnologie .text-image .title-mobile {
  display: none;
}
.tehnologie .text-image .content-side-description {
  font-family: "FavoritStd-Light, sans-serif";
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
}
.tehnologie .text-image .button-v2-black {
  border: 1px solid #fff;
}
.tehnologie .text-image .image-side {
  position: relative;
}
.tehnologie .text-image .image-side img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  min-height: 700px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (max-width: 767px) {
  .tehnologie .inner-tehnologie {
    padding-bottom: 32px;
  }
  .tehnologie .inner-tehnologie .section-title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .tehnologie .inner-tehnologie .section-description {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    color: rgb(24, 24, 24);
    opacity: 0.7;
  }
  .tehnologie .text-image {
    background-color: #000;
  }
  .tehnologie .text-image .content-side-title {
    display: none;
  }
  .tehnologie .text-image .title-mobile {
    display: block;
    position: absolute;
    font-family: "FavoritStd-Book, sans-serif";
    font-size: 24px;
    line-height: 36px;
    top: 40px;
    left: 20px;
  }
  .tehnologie .text-image .content-side-description {
    font-size: 16px;
    line-height: 20px;
  }
  .tehnologie .text-image .image-side img {
    border-top-left-radius: 10px;
    min-height: 600px;
  }
}

.avantaje {
  padding: 100px 0;
}
.avantaje .inner-avantaje {
  gap: 40px;
}
.avantaje .avantaje-info {
  gap: 15px;
}
.avantaje .avantaje-info img {
  margin-right: 10px;
}
.avantaje .avantaje-info span {
  max-width: 210px;
  font-size: 19px;
  line-height: 24px;
  color: #000;
  font-family: "FavoritStd-Light, sans-serif";
}
@media (max-width: 991px) {
  .avantaje .avantaje-info {
    flex-direction: column;
  }
  .avantaje .avantaje-info span {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .avantaje .inner-avantaje {
    gap: 30px;
  }
}
@media (max-width: 576px) {
  .avantaje .inner-avantaje {
    flex-direction: column;
    gap: 40px;
  }
}

.contact-banner {
  min-height: 550px;
  background: linear-gradient(90deg, rgba(29, 29, 29, 0.9) 0%, rgba(29, 29, 29, 0.1) 70.83%), url(../images/cars/Contact-blockfea2.jpg) right/cover;
}
.contact-banner .inner-banner {
  padding: 200px 0 0 200px;
}
.contact-banner .banner-title {
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-banner .banner-subtitle {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.contact-banner .button-v2-black {
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
  .contact-banner {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .contact-banner {
    min-height: 350px;
  }
  .contact-banner .inner-banner {
    padding: 150px 0 0 75px;
  }
}
@media (max-width: 576px) {
  .contact-banner {
    background-position: center center;
  }
  .contact-banner .inner-banner {
    padding: 140px 0 0 0;
  }
}

.blog {
  padding: 100px 0 70px 0;
}
.blog .inner-blog {
  padding-bottom: 80px;
}
.blog .inner-blog .chapter-title {
  color: rgb(24, 24, 24);
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.3;
  padding-bottom: 40px;
  text-transform: uppercase;
}
.blog .inner-blog .section-title {
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 60px;
  line-height: 68px;
  padding-bottom: 40px;
}
.blog .inner-blog .section-description {
  font-family: "FavoritStd-Light, sans-serif";
  color: rgb(24, 24, 24);
  font-size: 28px;
  line-height: 36px;
  max-width: 50%;
}
.blog .blog-title {
  font-size: 26px;
  line-height: 30px;
  font-family: "FavoritStd-Bold, sans-serif";
  margin-bottom: 40px;
}
.blog .wrapper-cards {
  margin: 0 auto;
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
.blog .blog-card {
  border-radius: 10px;
  flex: 0 0 31.33%;
}
.blog .blog-card .card-image {
  text-align: center;
}
.blog .blog-card .card-image img {
  width: 600px;
  height: 260px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.blog .blog-card .card-body {
  padding: 15px;
}
.blog .blog-card .card-title {
  color: rgb(24, 24, 24);
  text-decoration: none;
  font-size: 24px;
  line-height: 30px;
  opacity: 0.5;
}
.blog .blog-card .card-title:hover {
  opacity: 1;
}
.blog .blog-card .card-text {
  margin: 15px 0;
  font-size: 17px;
  line-height: 26px;
  font-family: "FavoritStd-Light, sans-serif";
  color: rgb(83, 83, 83);
  min-height: 50px;
}
.blog .blog-card .button-v2-transparent {
  border: 1px solid #000;
  font-size: 14px;
  padding: 8px 20px;
}
.blog .bottom-button {
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1400px) {
  .blog .wrapper-cards {
    flex-direction: column;
  }
  .blog .blog-card {
    display: flex;
    width: 100%;
  }
  .blog .blog-card .card-image {
    width: 70%;
  }
  .blog .blog-card .card-image img {
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
  }
  .blog .blog-card .card-body {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .blog .blog-card {
    flex-direction: column;
    width: 80%;
    align-self: center;
  }
  .blog .blog-card .card-image {
    width: 100%;
  }
  .blog .blog-card .card-image img {
    width: 100%;
    height: auto;
    object-fit: unset;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
@media (max-width: 767px) {
  .blog .inner-blog {
    padding-bottom: 32px;
  }
  .blog .inner-blog .section-title {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .blog .inner-blog .section-description {
    font-size: 16px;
    line-height: 20px;
    max-width: 100%;
    color: rgb(24, 24, 24);
    opacity: 0.7;
  }
}
@media (max-width: 576px) {
  .blog .blog-card {
    width: 100%;
  }
}

.banner {
  position: relative;
  background-image: url("../images/promotii-page-header.webp");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  height: 350px;
}
.banner .section-title {
  position: absolute;
  bottom: 16%;
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 50px;
  line-height: 50px;
}
@media (max-width: 991px) {
  .banner {
    height: 250px;
  }
  .banner .section-title {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 576px) {
  .banner {
    height: 200px;
  }
  .banner .section-title {
    font-size: 20px;
    line-height: 20px;
  }
}

.dual-grid {
  padding: 80px 0;
}
.dual-grid .text-block {
  margin-bottom: 80px;
}
.dual-grid .chapter-title {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.3;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.dual-grid .section-title {
  color: #181818;
  font-family: "FavoritStd-Book, sans-serif";
  font-size: 40px;
  line-height: 50px;
}
.dual-grid .card-promotie {
  margin-bottom: 40px;
  max-width: 570px;
}
.dual-grid .card-promotie .card-top {
  position: relative;
  margin-bottom: 30px;
}
.dual-grid .card-promotie .card-top img {
  border-radius: 10px;
}
.dual-grid .card-promotie .card-top .label {
  position: absolute;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-family: "FavoritStd-Bold, sans-serif";
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px;
}
.dual-grid .card-promotie .card-top .model {
  bottom: 20px;
  right: 0;
}
.dual-grid .card-promotie .card-top .category {
  top: 20px;
  left: 0;
}
.dual-grid .card-promotie .card-description {
  text-decoration: none;
  color: rgb(24, 24, 24);
  margin: 16px 0 35px 0;
  display: block;
  opacity: 0.5;
}
.dual-grid .card-promotie .card-description:hover {
  opacity: 1;
}
.dual-grid .card-promotie .disclamer {
  font-size: 14px;
  line-height: 16px;
  color: rgb(24, 24, 24);
  opacity: 0.5;
  margin: 14px 0;
  display: block;
}
.dual-grid .card-promotie .price {
  font-size: 18px;
  line-height: 21px;
  padding: 14px 20px;
}
.dual-grid .card-promotie .button-v2 {
  width: 100%;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .dual-grid .card-promotie {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .dual-grid .text-block {
    margin-bottom: 40px;
  }
  .dual-grid .section-title {
    font-size: 32px;
    line-height: 40px;
  }
}

.top-bar-filter {
  padding: 10px 0;
}
.top-bar-filter .container {
  padding-bottom: 0;
}
.top-bar-filter .filters-bar .btn-filter {
  border: transparent;
  border-radius: 4px;
}
.top-bar-filter .filters-bar .btn-filter.show {
  color: #fff;
  background-position: 0 100%;
}
.top-bar-filter .filters-bar .btn-filter.show .nav-arrow-down {
  border-color: #fff;
}
.top-bar-filter .filters-bar .btn-filter .nav-arrow-down {
  border: 40px solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  margin-bottom: 3px;
  margin-left: 10px;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.4s ease-in-out;
}
.top-bar-filter .filters-bar .btn-filter:hover .nav-arrow-down {
  border-color: #fff;
}
.top-bar-filter .filters-bar .navbar-nav {
  gap: 10px;
}
.top-bar-filter .filters-bar .dropdown-filter {
  background-color: #fff;
  max-width: 340px;
  width: 280px;
  padding: 20px;
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 3;
  inset: 0 auto auto auto !important;
}
.top-bar-filter .filters-bar .dropdown-filter::before, .top-bar-filter .filters-bar .dropdown-filter::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -9px;
  left: 10px;
  border-style: solid;
  border-width: 0 8px 8px 8px;
  border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
}
.top-bar-filter .filters-bar .dropdown-filter::after {
  top: -7px;
  border-color: transparent transparent #fff transparent;
}
.top-bar-filter .filters-bar .dropdown-filter.show {
  background-position: 0 100%;
  transform: translate(0px, 40px) !important;
}
.top-bar-filter .filters-bar .dropdown-filter .title {
  font-size: 21px;
  line-height: 24px;
  font-family: "FavoritStd-Bold, sans-serif";
  margin-bottom: 7px;
}
.top-bar-filter .filters-bar .dropdown-filter input[type=search] {
  border: none;
  padding: 8px 15px;
  border-bottom: 1px solid rgb(222, 226, 230);
  background-image: url("../images/badges/search.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 15px 15px;
}
.top-bar-filter .filters-bar .dropdown-filter input[type=search]::placeholder {
  font-size: 16px;
  line-height: 18px;
  opacity: 0.5;
}
.top-bar-filter .filters-bar .dropdown-filter input[type=search]:focus-visible {
  outline: none;
  border-bottom: 1px solid rgb(24, 24, 24);
}
.top-bar-filter .filters-bar .dropdown-filter .options-list {
  list-style: none;
  padding: 20px 0;
  overflow: auto;
  gap: 10px;
}
.top-bar-filter .filters-bar .dropdown-filter .options-list .wrapper-input {
  gap: 10px;
}
.top-bar-filter .filters-bar .dropdown-filter .options-list .wrapper-input input[type=checkbox] {
  width: 22px;
  height: 22px;
  cursor: pointer;
  cursor: hand;
}
.top-bar-filter .filters-bar .dropdown-filter .options-list .wrapper-input label {
  font-size: 14px;
  line-height: 16px;
  display: block;
  width: 100%;
  cursor: pointer;
  cursor: hand;
}
.top-bar-filter .filters-bar .reset-filter {
  font-size: 14px;
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Regular, sans-serif";
}
.top-bar-filter .filters-bar .button-v2 {
  padding: 4px 22px;
}
@media (max-width: 991px) {
  .top-bar-filter {
    padding: 0;
  }
  .top-bar-filter .filters-bar .navbar-nav {
    gap: 0;
  }
  .top-bar-filter .filters-bar .dropdown-filter {
    inset: -12px auto auto auto !important;
  }
  .top-bar-filter .filters-bar .dropdown-filter.show {
    transform: translate(0px, 51px) !important;
  }
  .top-bar-filter .nav-item {
    width: 100%;
  }
  .top-bar-filter .nav-item .btn-filter {
    width: auto;
    display: flex;
    justify-content: space-between;
  }
}

.open-filter {
  overflow: hidden;
}
.open-filter .filters-bar {
  display: block !important;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
}
.open-filter .top-bar-filter .filters-bar .button-v2 {
  padding: 13px 13px;
}
.open-filter .top-bar-filter .filters-bar .dropdown-filter .button-v2 {
  padding: 2px 13px;
}
.open-filter .navbar-nav {
  padding: 0 16px;
}
.open-filter .navbar-nav .nav-item {
  border-bottom: 1px solid #000;
}
.open-filter .filter-title-tablet {
  padding: 16px;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}
.open-filter .filter-title-tablet h5 {
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 8px;
}
.open-filter .filter-title-tablet .btn-close-filter {
  width: 39px;
  height: 39px;
  background: none;
  border: 1px solid #000;
  border-radius: 50%;
}
.open-filter .filter-bottom-buttons {
  padding: 16px 16px;
}
.open-filter .filter-bottom-buttons .button-v2 {
  padding: 13px 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 16px;
}
.open-filter .filter-bottom-buttons .button-v2 i {
  margin: 0 5px;
}
.open-filter .top-bar-filter .filters-bar .dropdown-filter {
  inset: -2px auto auto auto !important;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .open-filter .nav-item .btn-filter {
    width: 100%;
  }
}

.stock .top-stock-results {
  padding: 20px 0;
  align-items: center;
}
.stock .numar-rezultate {
  font-size: 16px;
  line-height: 18px;
}
.stock .sort-btn span {
  margin-right: 10px;
}
.stock .sort-btn .btn {
  border-radius: 50px;
  border: 2px solid #c2c2c2;
}
.stock .sort-btn .btn-filter {
  width: 165px;
}
.stock .sort-btn .btn-filter span {
  margin-right: 0;
}
.stock .valuta {
  position: relative;
}
.stock .valuta .btn-light:hover {
  background-color: transparent;
}
.stock .valuta img {
  width: 25px;
}
.stock .valuta .dropdown-menu {
  min-width: fill-available;
}
.stock .valuta .dropdown-item {
  padding: 1px 11px;
}
@media (max-width: 991px) {
  .stock .btn-open-filter {
    padding: 6px 12px;
    border-radius: 50px;
    border: 2px solid #c2c2c2;
  }
  .stock .btn {
    padding: 6px 12px;
  }
  .stock .sort-btn .dropdown {
    width: 100%;
  }
  .stock .sort-btn .dropdown .dropdown-menu {
    width: 100%;
  }
  .stock .sort-btn .btn-filter {
    width: 100%;
  }
  .stock .valuta .btn-light {
    min-width: 100px;
  }
}
@media (max-width: 576px) {
  .stock .top-stock-results {
    flex-direction: row;
    align-items: flex-start;
    padding: 10px 0;
  }
  .stock .top-stock-results .numar-rezultate {
    font-size: 14px;
    line-height: 20px;
  }
  .stock .btn {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 14px;
  }
  .stock .btn-open-filter {
    width: 30%;
  }
  .stock .sort-btn {
    width: 70%;
  }
  .stock .sort-btn .btn-filter {
    padding: 5px 10px;
  }
  .stock .dropdown-toggle::after {
    display: none;
  }
  .stock .valuta {
    margin-left: 4px !important;
  }
}

.product {
  position: relative;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 30px;
  padding: 20px 15px;
}
.product .product-name {
  font-size: 22px;
  line-height: 26px;
  color: rgb(24, 24, 24);
  display: block;
  text-decoration: none;
  opacity: 0.6;
}
.product .product-name:hover {
  opacity: 1;
}
.product .facilities {
  font-size: 12px;
  line-height: 15px;
}
.product .product-flag {
  font-size: 13px;
  line-height: 13px;
  border-radius: 4px 15px 15px 4px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  left: -10px;
  padding: 5px 10px;
  position: absolute;
  top: 80px;
  background-color: #fff;
}
.product .body-second-tag {
  font-family: "FavoritStd-Bold, sans-serif";
}
.product .body-second-tag span {
  font-size: 13px;
  line-height: 16px;
  font-family: "FavoritStd-Regular, sans-serif";
}
.product .price {
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 24px;
  line-height: 24px;
}
.product .button-v2 {
  padding: 4px 22px;
}
.product .small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 15px;
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.pagination .page-item {
  width: 40px;
  height: 40px;
  border: 1px solid rgb(24, 24, 24);
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-item:not(:first-child) .page-link {
  margin-left: 0;
}
.pagination .page-item .page-link {
  color: rgb(24, 24, 24);
  background: transparent;
  border-radius: 50%;
  border: none;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item .page-link:hover {
  color: #fff;
  background-color: rgb(24, 24, 24);
}
.pagination .page-item.arrows {
  border: none;
}
.pagination .page-item.arrows .page-link {
  color: rgb(24, 24, 24);
  border: none;
}
.pagination .page-item.arrows .page-link:hover {
  border-color: transparent;
  color: #fff;
}
.pagination .page-item.active, .pagination .page-item:hover {
  background-color: rgb(24, 24, 24);
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  color: #fff;
}
.pagination .dots {
  background-color: transparent;
  border: none;
}
.pagination .dots .page-link {
  pointer-events: none;
}
.pagination .dots .page-link:hover {
  color: rgb(24, 24, 24);
  background-color: transparent;
}
.pagination .dots:hover {
  color: rgb(24, 24, 24);
  background-color: transparent;
}
.pagination .dots:hover .page-link {
  color: rgb(24, 24, 24);
}

.wrapper-single-product {
  padding-bottom: 32px;
  gap: 24px;
}
.wrapper-single-product .left-side {
  width: 60%;
}
.wrapper-single-product .left-side .image-box {
  margin-bottom: 25px;
}
.wrapper-single-product .left-side .image-box .product-top-slider {
  margin-bottom: 20px;
}
.wrapper-single-product .left-side .image-box .slick-slide {
  padding: 0 5px;
}
.wrapper-single-product .left-side .image-box .more-images {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.6) 73%);
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-single-product .left-side .share-listing {
  padding: 24px 0;
}
.wrapper-single-product .left-side .share-listing a {
  text-decoration: none;
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Bold, sans-serif";
}
.wrapper-single-product .left-side .share-listing a i {
  font-size: 20px;
}
.wrapper-single-product .left-side .share-listing .share-options {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 15px;
}
.wrapper-single-product .left-side .share-listing .share-options i {
  font-size: 20px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.wrapper-single-product .left-side .share-listing .share-options i:hover {
  opacity: 1;
}
.wrapper-single-product .left-side .inventory-details-wrapper {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion {
  font-size: 14px;
  line-height: 16px;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-item:not(:first-child) {
  border: none;
  border-top: 1px solid #bababa;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-button {
  display: flex;
  justify-content: space-between;
  padding: 16px 20px;
  background-color: transparent;
  color: rgb(24, 24, 24);
  box-shadow: none;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-button:focus {
  box-shadow: none;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-button::after {
  display: none;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-button svg {
  flex-basis: 20px;
  min-width: 20px;
  border: 1px solid rgb(24, 24, 24);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px;
  color: #002c5e;
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-button[aria-expanded=true] svg {
  transform: rotate(0deg);
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-body {
  gap: 10px;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-body span {
  display: flex;
  width: 50%;
  font-family: "FavoritStd-Regular, sans-serif";
  line-height: 20px;
  align-items: center;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-body span i {
  margin-right: 5px;
}
.wrapper-single-product .left-side .inventory-details-wrapper .accordion-body p {
  font-size: 14px;
  line-height: 20px;
  font-family: "FavoritStd-Regular, sans-serif";
}
.wrapper-single-product .left-side .inventory-details-wrapper .car-detail {
  font-size: 14px;
  line-height: 18px;
  font-family: "FavoritStd-Regular, sans-serif";
}
.wrapper-single-product .car-price {
  padding: 30px 30px 15px 30px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.wrapper-single-product .car-price .top {
  padding-bottom: 40px;
  font-family: "FavoritStd-Bold, sans-serif";
  margin-bottom: 10px;
}
.wrapper-single-product .car-price .top .title,
.wrapper-single-product .car-price .top .price {
  font-family: "FavoritStd-Bold, sans-serif";
  margin-bottom: 10px;
}
.wrapper-single-product .car-price .top .price-details {
  font-family: "FavoritStd-Regular, sans-serif";
}
.wrapper-single-product .car-price .bottom {
  margin-top: 15px;
  padding: 10px 0 0 0;
}
.wrapper-single-product .car-price .bottom a {
  font-size: 16px;
  line-height: 18px;
  color: rgb(24, 24, 24);
  text-decoration: none;
  color: rgb(24, 24, 24);
}
.wrapper-single-product .car-price .bottom a i {
  margin-right: 5px;
}
.wrapper-single-product .right-side {
  width: 40%;
}
.wrapper-single-product .right-side .consultant {
  padding: 24px 32px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  gap: 16px;
}
.wrapper-single-product .right-side .consultant .consultant-data-wrapper {
  gap: 16px;
  align-items: center;
}
.wrapper-single-product .right-side .consultant .consultant-image {
  min-width: fit-content;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: block;
  border: 2px solid rgba(0, 0, 0, 0.1);
}
.wrapper-single-product .right-side .consultant .consultant-image img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  object-fit: contain;
}
.wrapper-single-product .right-side .consultant .consultant-data .name {
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 25px;
  line-height: 28px;
  word-wrap: break-word;
}
.wrapper-single-product .right-side .consultant .consultant-data .title {
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.wrapper-single-product .right-side .consultant .consultant-data .address {
  font-family: "FavoritStd-Regular, sans-serif";
  font-size: 14px;
  line-height: 18px;
  word-wrap: break-word;
}
.wrapper-single-product .right-side .button-v2 {
  margin-top: 5px;
}
.wrapper-single-product .right-side .button-v2.small {
  padding: 7px 15px;
}
.wrapper-single-product .right-side .button-v2.small i {
  margin-right: 5px;
}
@media (max-width: 992px) {
  .wrapper-single-product {
    flex-direction: column;
  }
  .wrapper-single-product .left-side {
    max-width: fit-content;
    width: 100%;
  }
  .wrapper-single-product .right-side {
    max-width: fit-content;
    width: 100%;
    margin: 0 auto;
  }
  .wrapper-single-product .right-side .contact-form-wrapper .name-form {
    justify-content: start;
  }
  .wrapper-single-product .right-side .contact-form-wrapper .name-form .form-floating {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .wrapper-single-product .left-side .inventory-details-wrapper {
    padding-right: 0;
  }
  .wrapper-single-product .left-side .image-box .more-images {
    display: none;
  }
  .wrapper-single-product .right-side .car-price {
    padding: 20px 20px 10px 20px;
  }
  .wrapper-single-product .right-side .consultant {
    padding: 20px 20px 10px 20px;
  }
  .wrapper-single-product .right-side .contact-form-wrapper {
    padding: 20px 20px 10px 20px;
  }
}

.contact-form-wrapper {
  padding: 24px 32px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.contact-form-wrapper .title {
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 30px;
  line-height: 35px;
}
.contact-form-wrapper .subtitle {
  margin-bottom: 24px;
}
.contact-form-wrapper .name-form {
  gap: 16px;
  width: 100%;
  justify-content: space-evenly;
}
.contact-form-wrapper .form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}
.contact-form-wrapper .form-control.textarea {
  height: 100px;
}
.contact-form-wrapper .gdpr {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 24px;
}
.contact-form-wrapper .gdpr div {
  align-items: start;
  gap: 8px;
  width: 100%;
  line-height: 16px;
}
.contact-form-wrapper .gdpr div a {
  color: rgb(24, 24, 24);
}
.contact-form-wrapper .gdpr input[type=checkbox] {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  cursor: pointer;
}
.contact-form-wrapper .submit-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .contact-form-wrapper .name-form {
    justify-content: start;
  }
  .contact-form-wrapper .name-form .form-floating {
    width: 50%;
  }
}
@media (max-width: 576px) {
  .contact-form-wrapper {
    padding: 20px 20px 10px 20px;
  }
}

.wrapper-more-cars {
  overflow: hidden;
  padding: 30px 0 40px 0;
}
.wrapper-more-cars .wrapper-slider-cars {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.wrapper-more-cars .title {
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 30px;
}
.wrapper-more-cars .product {
  margin: 0 20px;
}
.wrapper-more-cars .slick-list {
  padding: 0 10px !important;
}
.wrapper-more-cars .slick-arrow {
  position: absolute;
  top: -50px;
  opacity: 0.5;
  cursor: pointer;
}
.wrapper-more-cars .slick-arrow svg {
  width: 32px;
  height: 32px;
  flex-basis: 1.25rem;
  border: 1px solid rgb(24, 24, 24);
  border-radius: 50%;
  padding: 8px;
  fill: rgb(24, 24, 24);
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper-more-cars .slick-arrow:hover {
  opacity: 1;
}
.wrapper-more-cars .slick-arrow.prev-arrow {
  right: 90px;
  rotate: 90deg;
}
.wrapper-more-cars .slick-arrow.next-arrow {
  right: 30px;
  rotate: -90deg;
}

.model-header .wrapper-model-header {
  background-color: #000;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.model-header .wrapper-model-header .wrapper-image img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.model-header .wrapper-model-header .header-content {
  padding: 0 70px 0 140px;
  position: absolute;
  bottom: 100px;
  color: #fff;
  justify-content: space-between;
  z-index: 3;
  align-items: end;
  width: 100%;
}
.model-header .wrapper-model-header .model-title {
  font-size: 69px;
  line-height: 86px;
  font-weight: 700;
}
.model-header .wrapper-model-header .mode-subtitle {
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
  margin-bottom: 20px;
}
.model-header .wrapper-model-header .model-subtitle-info {
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.model-header .wrapper-model-header .blocks-info {
  margin-top: 40px;
  gap: 60px;
}
.model-header .wrapper-model-header .info-block-wrapper {
  margin-bottom: 16px;
}
.model-header .wrapper-model-header .info-block-wrapper .title-info {
  font-size: 24px;
  line-height: 27px;
  font-weight: 500;
}
.model-header .wrapper-model-header .info-block-wrapper .block-info {
  font-size: 18px;
  line-height: 21px;
  font-weight: 300;
  margin-top: 2px;
  opacity: 0.6;
}
.model-header .wrapper-model-header .model-cta {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 20px;
}
.model-header .wrapper-model-header .price-disclaimer {
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  margin-top: 5px;
}
.model-header .wrapper-model-header .badge {
  position: absolute;
  right: 40px;
  top: 180px;
  width: 110px;
}
.model-header .wrapper-model-header .gradient-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.853), transparent);
  bottom: 0;
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
}
.model-header .wrapper-model-header .wrapper-arrow svg {
  bottom: 40px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  position: absolute;
}
.model-header .wrapper-model-header .button-v2 {
  width: max-content;
}
.model-header .wrapper-model-header .button-v2-black {
  border-color: #c2c2c2;
}
.model-header .intro-text-holder {
  padding: 80px 70px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.model-header .intro-text-holder p {
  max-width: 1000px;
  text-align: center;
  margin: 18px auto;
}
@media (max-width: 1200px) {
  .model-header .wrapper-model-header .header-content {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .model-header .wrapper-model-header .model-title {
    font-size: 50px;
    line-height: 60px;
  }
  .model-header .wrapper-model-header .model-subtitle {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .model-header .wrapper-model-header .model-subtitle-info {
    font-size: 19px;
    line-height: 22px;
  }
  .model-header .wrapper-model-header .blocks-info {
    margin-top: 10px;
  }
  .model-header .wrapper-model-header .header-content {
    flex-direction: column;
    align-items: start;
    bottom: 0;
    position: relative;
    margin-top: -50%;
  }
  .model-header .wrapper-model-header .blocks-info {
    margin-top: 20px;
    gap: 30px;
  }
  .model-header .wrapper-model-header .model-cta {
    align-items: start;
    gap: 10px;
    margin: 20px 0;
  }
  .model-header .wrapper-model-header .badge {
    right: 40px;
    top: 40px;
    width: 75px;
  }
}
@media (max-width: 767px) {
  .model-header .wrapper-model-header .header-content {
    margin-top: -50%;
  }
  .model-header .wrapper-model-header .blocks-info {
    flex-wrap: wrap;
  }
  .model-header .wrapper-model-header .wrapper-arrow {
    display: none;
  }
}
@media (max-width: 576px) {
  .model-header .container {
    padding: 0;
  }
  .model-header .wrapper-model-header .wrapper-image img {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .model-header .wrapper-model-header .badge {
    left: 40px;
    top: 40px;
  }
  .model-header .wrapper-model-header .model-title {
    font-size: 32px;
    line-height: 40px;
  }
  .model-header .wrapper-model-header .info-block-wrapper .title-info {
    font-size: 18px;
    line-height: 20px;
  }
  .model-header .wrapper-model-header .info-block-wrapper .block-info {
    font-size: 13px;
    line-height: 14px;
  }
  .model-header .intro-text-holder {
    padding: 40px 30px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}

.image-banner {
  padding-top: 120px;
}
.image-banner .wrapper-image img {
  width: fill-available;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .image-banner {
    padding-top: 0;
  }
  .image-banner .wrapper-image img {
    border-radius: 0;
  }
}
@media (max-width: 576px) {
  .image-banner .container {
    padding: 0;
  }
}

.inner-image-text-cta {
  padding: 80px 70px;
}
.inner-image-text-cta .text h6 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: rgb(24, 24, 24);
  opacity: 0.3;
  margin-bottom: 10px;
}
.inner-image-text-cta .text h2 {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.inner-image-text-cta .text p {
  max-width: 600px;
  opacity: 0.7;
  margin-bottom: 16px;
}
.inner-image-text-cta .text .details {
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.inner-image-text-cta .text .details .item .top {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  opacity: 0.8;
}
.inner-image-text-cta .text .details .item .bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.4;
}
.inner-image-text-cta .cta {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: self-end;
  justify-content: end;
}
@media (max-width: 767px) {
  .inner-image-text-cta {
    padding: 40px 0;
  }
  .inner-image-text-cta .cta {
    justify-content: start;
  }
}
@media (max-width: 576px) {
  .inner-image-text-cta .text .details {
    gap: 30px;
  }
}

.video-block .video {
  aspect-ratio: 16/9;
}
.video-block .video iframe {
  border-radius: 8px;
  height: 100% !important;
  width: 100%;
}
@media (max-width: 576px) {
  .video-block {
    padding-bottom: 20px;
  }
  .video-block .video iframe {
    border-radius: 0;
  }
}

.text-image {
  padding-bottom: 100px;
}
.text-image .text {
  padding: 80px 80px 80px 120px;
  position: absolute;
  max-width: 533px;
  margin-top: 65px;
  margin-left: 85px;
  background-color: #fff;
}
.text-image .text::before {
  background-color: hsla(0, 0%, 100%, 0.2);
  content: "";
  height: calc(100% + 30px);
  left: 0;
  position: absolute;
  top: -30px;
  width: calc(100% + 30px);
}
.text-image .text .subtitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: rgb(24, 24, 24);
  opacity: 0.3;
  margin-bottom: 10px;
}
.text-image .text .title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text-image .text p {
  max-width: 600px;
  opacity: 0.7;
  margin-bottom: 16px;
}
.text-image .text .details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.text-image .text .details .item .top {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  opacity: 0.8;
}
.text-image .text .details .item .bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.4;
}
.text-image.reverse .text {
  padding: 80px 120px 80px 80px;
  margin-top: 65px;
  margin-left: -100px;
  background-color: #fff;
}
.text-image.reverse .text::before {
  width: calc(100% + 60px);
  left: -30px;
}
.text-image .wrapper-image img {
  border-radius: 10px;
}
@media (max-width: 1400px) {
  .text-image .text {
    padding: 40px 70px 30px 120px;
    max-width: 500px;
    margin-top: 29px;
    margin-left: -67px;
  }
  .text-image.reverse .text {
    padding: 30px 80px 30px 40px;
    margin-top: 40px;
    margin-left: -122px;
    max-width: 483px;
  }
}
@media (max-width: 1200px) {
  .text-image .order-1 {
    order: 2 !important;
  }
  .text-image .order-2 {
    order: 1 !important;
  }
  .text-image .text {
    position: relative;
    margin: -50px auto 0 auto;
    max-width: 90%;
    padding: 40px 70px 30px 30px;
  }
  .text-image .text:before {
    left: -30px;
    width: calc(100% + 60px);
  }
  .text-image.reverse .order-1 {
    order: 1 !important;
  }
  .text-image.reverse .order-2 {
    order: 2 !important;
  }
  .text-image.reverse .text {
    padding: 30px 80px 30px 40px;
    margin: -50px auto 0 auto;
    max-width: 90%;
  }
  .text-image.reverse .text:before {
    left: -30px;
    width: calc(100% + 60px);
  }
}
@media (max-width: 576px) {
  .text-image {
    padding-bottom: 20px;
  }
  .text-image .text {
    padding: 30px 20px 30px 20px;
  }
  .text-image .text:before {
    display: none;
  }
  .text-image .wrapper-image img {
    border-radius: 0;
  }
  .text-image.reverse .text {
    padding: 30px 20px 30px 20px;
  }
}

.banner-text .inner-banner-text {
  position: relative;
}
.banner-text .inner-banner-text img {
  border-radius: 10px;
  width: fill-available;
}
.banner-text .wrapper-text {
  position: absolute;
  bottom: 140px;
  left: 140px;
  gap: 60px;
  flex-wrap: wrap;
}
.banner-text .item .top {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
}
.banner-text .item .bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .banner-text .wrapper-text {
    bottom: 70px;
    left: 70px;
  }
}
@media (max-width: 992px) {
  .banner-text .wrapper-text {
    bottom: 20px;
    left: 20px;
    gap: 20px;
  }
  .banner-text .item .top {
    font-size: 14px;
    line-height: 16px;
  }
  .banner-text .item .bottom {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 576px) {
  .banner-text .container {
    padding: 0;
  }
  .banner-text .inner-banner-text img {
    border-radius: 0;
  }
  .banner-text .wrapper-text {
    gap: 10px;
  }
}

.compare-wrapper {
  padding-bottom: 60px;
  padding-top: 60px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .compare-wrapper {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.compare-wrapper-inner {
  max-width: 1200px;
}

.car-card {
  max-width: 530px;
}

.car-card:first-child {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .car-card:first-child {
    margin-bottom: 0;
    margin-right: 100px;
  }
}
.car-intro {
  margin-bottom: 25px;
}

.car-intro .top {
  color: #181818;
  font-size: 1.25em;
  font-weight: 400;
  opacity: 0.6;
}

.car-intro .bottom {
  color: #181818;
  font-size: 2.5em;
  margin-top: 5px;
  font-weight: 700;
}

.car-card .space-padding {
  color: #181818;
  line-height: 1.125;
  min-height: 21px;
}

.car-card .car-list {
  min-height: 240px;
  padding-left: 2px;
  margin-bottom: auto;
}

.car-card .car-list ul {
  margin: 0;
  padding-left: 15px;
  margin-right: 10px;
}

.car-card .car-list ul li {
  color: #181818;
  font-weight: 400;
  line-height: 1.24;
  margin-bottom: 7px;
}

@media (max-width: 576px) {
  .compare-wrapper .car-card .space-padding {
    display: none;
  }
  .compare-wrapper .car-intro .bottom {
    line-height: 50px;
  }
}
.scrollspy {
  position: fixed;
  left: 80px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease-in-out;
  z-index: 3;
}
.scrollspy a {
  color: transparent;
  text-decoration: none;
  font-size: 10px;
  font-family: "FavoritStd-Bold, sans-serif";
  transition: 0.2s ease-in-out;
}
.scrollspy a::before {
  content: "";
  width: 2px;
  height: 20px;
  left: -10px;
  background-color: rgb(24, 24, 24);
  position: absolute;
  opacity: 0.6;
}
.scrollspy a:hover {
  color: rgb(24, 24, 24);
}
.scrollspy a:hover:before {
  width: 4px;
  opacity: 1;
}
.scrollspy .active {
  color: rgb(24, 24, 24);
}
.scrollspy .active:before {
  width: 4px;
  opacity: 1;
}
@media (max-width: 767px) {
  .scrollspy {
    display: none;
  }
}

.text-image-simple {
  padding-bottom: 80px;
}
.text-image-simple .text {
  padding: 80px 50px 0 70px;
}
.text-image-simple .subtitle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: rgb(24, 24, 24);
  opacity: 0.3;
  margin-bottom: 10px;
}
.text-image-simple .title {
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;
  margin-bottom: 10px;
}
.text-image-simple p {
  max-width: 600px;
  opacity: 0.7;
  margin-bottom: 16px;
}
.text-image-simple .details {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.text-image-simple .details .item .top {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  opacity: 0.8;
}
.text-image-simple .details .item .bottom {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-top: 4px;
  opacity: 0.4;
}
.text-image-simple .wrapper-image img {
  border-radius: 10px;
}
.text-image-simple .video {
  width: 100%;
}
.text-image-simple .video iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.text-image-simple.slider .slick-dots {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 5px;
}
.text-image-simple.slider .slick-dots li {
  overflow: hidden;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.text-image-simple.slider .slick-dots li button {
  text-indent: 500px;
  border: none;
  background: #fff;
  opacity: 0.3;
}
.text-image-simple.slider .slick-dots .slick-active button {
  opacity: 1;
}
@media (max-width: 1200px) {
  .text-image-simple .text {
    padding: 40px 40px 0 30px;
  }
}
@media (max-width: 992px) {
  .text-image-simple .text {
    padding: 40px 50px 10px 50px;
  }
}
@media (max-width: 576px) {
  .text-image-simple .text {
    padding: 40px 20px 10px 20px;
  }
  .text-image-simple .wrapper-image img {
    border-radius: 0;
  }
}

.banner-text-top .inner-banner-text {
  position: relative;
}
.banner-text-top .inner-banner-text img {
  border-radius: 10px;
  width: fill-available;
}
.banner-text-top .wrapper-text {
  position: absolute;
  bottom: 120px;
  left: 32px;
  z-index: 2;
}
.banner-text-top .item .top {
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
  font-family: "FavoritStd-Light, sans-serif";
  opacity: 0.7;
}
.banner-text-top .item .bottom {
  font-size: 42px;
  line-height: 44px;
  font-weight: 300;
  font-family: "FavoritStd-Light, sans-serif";
  color: rgb(247, 247, 247);
}
.banner-text-top .gradient-overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.853), transparent);
  bottom: 0;
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%;
  border-radius: 10px;
}

.intro .intro-text-holder {
  padding: 80px 0;
}
.intro .intro-text-holder p {
  color: rgb(24, 24, 24);
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  max-width: 800px;
  margin: auto;
}
@media (max-width: 576px) {
  .intro .intro-text-holder {
    padding: 40px 0;
  }
}

.contact-page .contact-map {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.contact-page .contact-address-program {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.contact-page .contact-form {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.contact-page .contact-form .contact-form-wrapper {
  border: none;
}
.contact-page .contact-form-wrapper {
  max-width: 50%;
  margin: 20px auto;
  padding: 24px 0;
}
.contact-page .contact-form-wrapper .form-floating {
  width: fill-available;
}
.contact-page .wrapper-cta {
  gap: 5px;
  justify-content: flex-end;
}
.contact-page .button-v2 i {
  margin-right: 5px;
}
@media (max-width: 992px) {
  .contact-page .contact-form-wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .contact-page .wrapper-cta {
    justify-content: flex-start;
  }
}
@media (max-width: 576px) {
  .contact-page .wrapper-cta {
    flex-direction: column;
  }
  .contact-page .wrapper-cta a {
    width: 100%;
  }
}

.order-page {
  font-family: "FavoritStd-Regular, sans-serif";
}
.order-page .add-button {
  background: transparent;
  border: none;
}
.order-page .accordion-button {
  font-family: "FavoritStd-Regular, sans-serif";
}

.noutati .title {
  font-size: 50px;
  line-height: 51px;
  font-weight: 300;
  padding: 32px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .noutati .title {
    font-size: 32px;
    line-height: 32px;
  }
}

.card.card-event {
  border: none;
  padding-bottom: 48px;
}
.card.card-event .bagde {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  background-color: #000;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 12px;
}
.card.card-event .card-body {
  padding: 16px 0;
}
.card.card-event .time {
  font-size: 14px;
  line-height: 16px;
  font-family: "FavoritStd-Italic, sans-serif";
  font-weight: 300;
  color: rgb(108, 108, 108);
}
.card.card-event .card-title {
  font-size: 28px;
  line-height: 35px;
  font-weight: 300;
  padding-top: 16px 0;
}

.share-social-media {
  margin-top: 24px;
  padding: 24px 32px;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.share-social-media .share-options {
  list-style: none;
  margin-bottom: 15px;
  padding-left: 0;
  gap: 25px;
  justify-content: center;
}
.share-social-media .share-options a {
  text-decoration: none;
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Bold, sans-serif";
}
.share-social-media .share-options a i {
  font-size: 20px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.share-social-media .share-options a i:hover {
  opacity: 1;
}

.video-block-history .history-video {
  border-radius: 10px;
  max-height: calc(100vh - 150px);
  margin-bottom: 120px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
@media (max-width: 767px) {
  .video-block-history .history-video {
    margin-bottom: 60px;
  }
}

.history-column-text {
  padding-bottom: 100px;
}
.history-column-text h1 {
  margin-bottom: 32px;
}
.history-column-text p {
  font-size: 18px;
  line-height: 24px;
  color: rgb(24, 24, 24);
  opacity: 0.7;
}
.history-column-text .p-big {
  font-size: 22px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 32px;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .history-column-text {
    padding-bottom: 60px;
  }
}

.history-image-text {
  padding-bottom: 120px;
}
.history-image-text .wrapper-image {
  position: relative;
  height: fit-content;
}
.history-image-text img {
  border-radius: 10px;
  object-fit: cover;
  width: fill-available;
}
.history-image-text .image-overlay {
  position: absolute;
  background: linear-gradient(180deg, transparent, #000);
  border-radius: 10px;
  bottom: 0;
  left: 0;
  height: 140px;
  width: 100%;
}
.history-image-text .image-year {
  position: absolute;
  font-size: 100px;
  line-height: 108px;
  font-weight: 500;
  right: 15px;
  bottom: 0;
  color: #fff;
}
.history-image-text .wrapper-item-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: center;
  height: 100%;
}
.history-image-text .item-title {
  font-size: 36px;
  line-height: 40px;
  font-family: "FavoritStd-Bold, sans-serif";
  font-weight: 700;
  color: rgb(24, 24, 24);
}
.history-image-text .item-subtitle {
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  color: rgb(24, 24, 24);
  margin-bottom: 16px;
}
.history-image-text .item-text {
  font-size: 18px;
  line-height: 24px;
  color: rgb(24, 24, 24);
  opacity: 0.7;
}
@media (max-width: 992px) {
  .history-image-text .image-year {
    font-size: 75px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .history-image-text {
    padding-bottom: 60px;
  }
  .history-image-text .wrapper-item-text {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .history-image-text {
    padding-bottom: 40px;
  }
  .history-image-text .wrapper-item-text {
    margin-top: 30px;
  }
  .history-image-text .image-year {
    font-size: 50px;
    line-height: 53px;
  }
}

.history-contact-banner .inner-banner {
  border-radius: 10px;
  padding: 200px 0 0 200px;
  min-height: 550px;
  background: linear-gradient(90deg, rgba(29, 29, 29, 0.9) 0%, rgba(29, 29, 29, 0.1) 70.83%), url(../images/cars/Contact-blockfea2.jpg) right/cover;
}
.history-contact-banner .banner-title {
  font-family: "FavoritStd-Bold, sans-serif";
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.history-contact-banner .banner-subtitle {
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 20px;
}
.history-contact-banner .button-v2-black {
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
  .history-contact-banner .inner-banner {
    min-height: 400px;
  }
}
@media (max-width: 767px) {
  .history-contact-banner .inner-banner {
    padding: 150px 0 0 75px;
    min-height: 350px;
  }
}
@media (max-width: 576px) {
  .history-contact-banner .inner-banner {
    padding: 140px 0 0 15px;
    background-position: center center;
  }
}

.news-details {
  position: relative;
}
.news-details .blurred-bg-container {
  height: 800px;
  width: 100%;
  overflow: hidden;
  position: absolute;
}
.news-details .blurred-bg-container .blurred-bg {
  filter: blur(40px);
  -webkit-filter: blur(40px);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 120%;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
  height: 906px;
}
.news-details .wrapper-top-image {
  max-height: 600px;
}
.news-details .wrapper-top-image .wrapper-btns {
  bottom: 50px;
  left: 50px;
  display: flex;
  gap: 15px;
}
.news-details article {
  padding: 50px 75px;
  z-index: 2;
}
.news-details article h1 {
  font-size: 44px;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 20px;
  max-width: 996px;
}
.news-details article .date {
  font-size: 14px;
  line-height: 15px;
  font-family: "FavoritStd-Italic, sans-serif";
  color: rgb(108, 108, 108);
  margin-bottom: 5px;
}
.news-details article p {
  font-weight: 300;
  margin-bottom: 24px;
  max-width: 996px;
  color: rgb(83, 83, 83);
  font-family: "FavoritStd-Light, sans-serif";
}
.news-details article .p-bold {
  font-family: "FavoritStd-Bold, sans-serif";
}
.news-details article img {
  width: 85%;
  margin-bottom: 16px;
}
.news-details article h2 {
  font-weight: 300;
  margin-bottom: 5px;
}
.news-details article a {
  color: rgb(24, 24, 24);
}
.news-details article a:hover {
  text-decoration: none;
}
.news-details article .share-listing {
  padding: 24px 0;
  gap: 30px;
}
.news-details article .share-listing .share-options {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  gap: 20px;
}
.news-details article .share-listing .share-options a {
  text-decoration: none;
  color: rgb(24, 24, 24);
  font-family: "FavoritStd-Bold, sans-serif";
}
.news-details article .share-listing .share-options i {
  font-size: 20px;
  opacity: 0.5;
  transition: 0.3s ease-in-out;
}
.news-details article .share-listing .share-options i:hover {
  opacity: 1;
}
@media (max-width: 1200px) {
  .news-details .blurred-bg-container {
    height: 600px;
  }
  .news-details .wrapper-top-image {
    max-height: 400px;
  }
}
@media (max-width: 992px) {
  .news-details .blurred-bg-container {
    height: 480px;
  }
  .news-details .wrapper-top-image {
    max-height: 370px;
  }
}
@media (max-width: 767px) {
  .news-details .wrapper-top-image .wrapper-btns {
    bottom: 25px;
    left: 25px;
  }
  .news-details .blurred-bg-container {
    height: 360px;
  }
  .news-details .wrapper-top-image {
    max-height: 300px;
  }
  .news-details article {
    padding: 25px 35px;
  }
  .news-details article img {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .news-details .blurred-bg-container {
    height: 240px;
  }
  .news-details .button-v2 {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 14px;
  }
  .news-details .wrapper-top-image .wrapper-btns {
    bottom: 20px;
    left: 20px;
  }
  .news-details article {
    padding: 20px 20px;
  }
  .news-details article h1 {
    font-size: 32px;
    line-height: 32px;
  }
}

.recent-blogs {
  padding: 60px 0 50px 0;
}
.recent-blogs h2 {
  text-align: center;
  padding-bottom: 60px;
}
.recent-blogs .card {
  border: none;
  background: transparent;
  padding-bottom: 30px;
}
.recent-blogs .card-image {
  margin-bottom: 20px;
}
.recent-blogs .date {
  font-size: 14px;
  line-height: 15px;
  font-family: "FavoritStd-Italic, sans-serif";
  color: rgb(108, 108, 108);
  margin-bottom: 5px;
}
.recent-blogs h3 {
  font-weight: 500;
  color: #000;
}
@media (max-width: 576px) {
  .recent-blogs {
    padding: 30px 0 25px 0;
  }
  .recent-blogs h2 {
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  header {
    overflow: hidden;
  }
  .first-column .navbar-nav {
    overflow-y: auto;
    height: calc(100svh - 110px);
  }
}

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