﻿@media only screen and (min-width: 1129px) {
  #app {
    position: relative;
    width: 100vw;
    max-width: 1920px;
    margin: 0 auto;
  }

  body {
    overflow-x: hidden;
  }

  body::-webkit-scrollbar,
  .forms-nav-holder::-webkit-scrollbar {
    width: 0.6em;
  }

  body::-webkit-scrollbar-track,
  .forms-nav-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  body::-webkit-scrollbar-thumb,
  .forms-nav-holder::-webkit-scrollbar-thumb {
    background-color: #111;
    outline: 1px solid slategrey;
  }

  .clearfix {
    clear: both;
  }

  .desktop-hidden {
    display: none !important;
  }

  .shadow-default {
    box-shadow: 6px 10px 44px 2px rgba(50, 0, 0, 0.33);
  }

  .shadow-light {
    box-shadow: 2px 8px 18px 0 rgba(70, 0, 0, 0.12);
  }

  .desktop1 {
    width: 7.5% !important;
  }
  .desktop2 {
    width: 16.6666% !important;
  }
  .desktop3 {
    width: 25% !important;
  }
  .desktop4 {
    width: 33.3333% !important;
  }
  .desktop5 {
    width: 41% !important;
  }
  .desktop6 {
    width: 50% !important;
  }
  .desktop7 {
    width: 58.3333% !important;
  }
  .desktop8 {
    width: 66.6666% !important;
  }
  .desktop9 {
    width: 75% !important;
  }
  .desktop10 {
    width: 83.3333% !important;
  }
  .desktop11 {
    width: 91.6666% !important;
  }
  .desktop12 {
    width: 100% !important;
  }

  .bg-white {
    background-color: #fff !important;
  }
  .bg-red {
    background-color: var(--red) !important;
  }
  .bg-primary {
    background-color: var(--primary) !important;
  }

  .mt-5,
  .mt-5-desktop {
    margin-top: 130px !important;
  }

  .mt-4,
  .mt-4-desktop {
    margin-top: 95px !important;
  }
  .mt-3,
  .mt-3-desktop {
    margin-top: 70px !important;
  }
  .mt-2,
  .mt-2-desktop {
    margin-top: 36px !important;
  }
  .mt-1,
  .mt-1-desktop {
    margin-top: 15px !important;
  }
  .mt-0,
  .mt-0-desktop {
    margin-top: 0 !important;
  }

  .mb-3,
  .mb-3-desktop {
    margin-bottom: 70px !important;
  }
  .mb-2,
  .mb-2-desktop {
    margin-bottom: 36px !important;
  }
  .mb-1,
  .mb-1-desktop {
    margin-bottom: 15px !important;
  }
  .mb-0,
  .mb-0-desktop {
    margin-bottom: 0 !important;
  }

  .mr-3,
  .mr-3-desktop {
    margin-right: 70px !important;
  }
  .mr-2,
  .mr-2-desktop {
    margin-right: 36px !important;
  }
  .mr-1,
  .mr-1-desktop {
    margin-right: 15px !important;
  }

  .ml-3,
  .ml-3-desktop {
    margin-left: 70px !important;
  }
  .ml-2,
  .ml-2-desktop {
    margin-left: 36px !important;
  }
  .ml-1,
  .ml-1-desktop {
    margin-left: 15px !important;
  }

  .my-3 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  .my-2 {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my-1 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }

  .mx-3,
  .mx-3-desktop {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  .mx-2,
  .mx-2-desktop {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx-1,
  .mx-1-desktop {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }

  .mx-auto,
  .mx-auto-desktop {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .py-1,
  .py-1-desktop {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .py-2,
  .py-2-desktop {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py-3,
  .py-3-desktop {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }

  .px-1,
  .px-1-desktop {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .px-2,
  .px-2-desktop {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px-3,
  .px-3-desktop {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .pt-1,
  .pt-1-desktop {
    padding-top: 15px !important;
  }
  .pt-2,
  .pt-2-desktop {
    padding-top: 36px !important;
  }
  .pt-3,
  .pt-3-desktop {
    padding-top: 70px !important;
  }

  .pb-1,
  .pb-1-desktop {
    padding-bottom: 15px !important;
  }
  .pb-2,
  .pb-2-desktop {
    padding-bottom: 36px !important;
  }
  .pb-3,
  .pb-3-desktop {
    padding-bottom: 70px !important;
  }

  .pr-1,
  .pr-1-desktop {
    padding-right: 15px !important;
  }
  .pr-2,
  .pr-2-desktop {
    padding-right: 36px !important;
  }
  .pr-3,
  .pr-3-desktop {
    padding-right: 70px !important;
  }

  .pl-1,
  .pl-1-desktop {
    padding-left: 15px !important;
  }
  .pl-2,
  .pl-2-desktop {
    padding-left: 36px !important;
  }
  .pl-3,
  .pl-3-desktop {
    padding-left: 70px !important;
  }
  .pl-9px {
    padding-left: 9px !important;
  }

  .letter-spaced {
    letter-spacing: 1px;
  }

  .flex-between,
  .flex-between-desktop {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .flex-around,
  .flex-around-desktop {
    display: flex;
    justify-content: space-evenly;
  }

  .flex-column {
    display: flex;
    flex-direction: column;
  }

  .flex-center,
  .flex-center-desktop {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flex-vertical-center {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .no-wrap,
  .no-wrap-desktop {
    flex-wrap: nowrap !important;
  }

  .pointer {
    cursor: pointer;
  }

  .container {
    position: relative;
    width: 85%;
    max-width: 1460px;
    margin: 0 auto;
  }

  .container-2 {
    position: relative;
    width: 1050px;
    margin: 0 auto;
  }

  .nav-bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
  }

  nav,
  .forms-nav-holder {
    position: fixed;
    width: 330px;
    height: 100vh;
    overflow: hidden;
    padding: 25px 35px;
    top: 0;
    right: 0;
    background-color: var(--primary);
    transition: transform 0.4s ease;
    z-index: 10000;
    -webkit-transform: translateX(330px);
    -moz-transform: translateX(330px);
    -o-transform: translateX(330px);
    transform: translateX(330px);
  }

  .forms-nav-holder {
    overflow: initial;
    overflow-x: hidden;
    background-color: #fff;
  }

  nav .btn-close {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #ffffff22;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.2s ease;
  }

  nav .btn-close:hover {
    background-color: #ffffff33;
  }

  nav.opened,
  .forms-nav-holder.opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding: 10px 0 10px 10px;
  }

  .nav-ul {
    list-style: none;
  }

  .nav-ul li a,
  .nav-ul li span {
    position: relative;
    width: 100%;
    line-height: 2.4em;
    letter-spacing: 1px;
    padding-left: 12px;
    display: block;
    width: 100%;
  }

  .nav-ul li a::after,
  .nav-ul li span::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    left: 11px;
    bottom: 0;
    transition: width 0.3s ease;
    z-index: 1;
  }

  .nav-ul li a:hover::after,
  .nav-ul li span:hover::after {
    width: 100%;
  }

  section {
    position: relative;
    width: 100vw;
    max-width: 1920px;
    top: 0;
    left: 0;
    margin: 0 auto;
    float: left;
  }

  .intro-swiper-container:not(.home),
  .intro-swiper-wrapper:not(.home) {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }

  .intro-item {
    position: relative;
    width: 100vw;
    overflow: hidden;
    border-radius: 0 !important;
  }

  .intro-item img {
    position: relative;
    width: 100%;
  }

  .intro-item-intern {
    position: relative;
    width: 100vw;
    height: 100%;
    overflow: hidden;
    border-radius: 0 !important;
  }

  .banner-text-holder {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    left: 0;
    right: 0;
  }

  .intro-img {
    position: absolute;
    top: 0;
    right: 0;
  }

  .title {
    font-family: fontRegular;
    position: relative;
    font-size: 3.6em;
    line-height: 1.2em;
    font-weight: lighter;
  }
  .title span {
    font-size: 1em;
    font-family: fontLight;
    font-weight: lighter;
  }
  .subtitle,
  .subtitle-social {
    position: relative;
    font-size: 2.2em;
    font-family: fontRegular;
    font-weight: lighter;
  }
  .text-desc {
    font-family: fontLight;
    font-size: 1.35em;
  }
  .text-thin {
    font-family: fontLight;
    font-size: 1.4em;
    font-weight: lighter;
  }
  .text-small {
    font-family: fontLight;
    font-size: 1.2em;
    font-weight: lighter;
  }
  .text-extrasmall {
    position: relative;
    font-family: fontLight;
    font-size: 0.9em;
    font-weight: lighter;
    z-index: 1;
  }
  .text-bold {
    font-family: fontBold;
  }
  .text-italic {
    font-style: italic;
  }

  .text-center {
    text-align: center !important;
  }
  .text-left {
    text-align: left !important;
  }
  .text-right,
  .text-right-desktop {
    text-align: right !important;
  }

  .car-spotlight {
    position: relative;
    width: 150%;
    height: 200px;
    overflow: hidden;
    left: 50%;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translateX(-50%) scale(0.9);
    -moz-transform: translateX(-50%) scale(0.9);
    -o-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
    z-index: 1;
    transition: transform 0.4s ease;
  }

  .card-car .car-spotlight img.car {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
  }

  .card-car:hover > a .car-spotlight {
    transform: translateX(-50%) scale(1);
  }

  .img-centered-bg {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    max-height: 130%;
    margin: 0 auto;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  .how-to-buy-card {
    position: relative;
    width: 100%;
    height: 258px;
    overflow: hidden;
  }

  .how-to-buy-card img {
    transition: filter 0.2s ease;
  }

  .how-to-buy-card:hover > img {
    filter: sepia(1) brightness(0.7) saturate(3) hue-rotate(-60deg);
  }

  .how-to-buy-card h2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: width 0.2s ease;
    bottom: -5px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }

  .how-to-buy-card:hover h2::after {
    width: 100%;
  }

  section.medias {
    min-height: 600px;
  }

  footer {
    position: relative;
    width: 100vw;
    max-width: 1920px;
    height: fit-content;
  }

  .logo-footer {
    position: relative;
    display: block;
    width: 260px;
    margin: 0 0 35px 0;
  }

  footer .container {
    height: 100%;
  }

  .footer-column {
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom-line {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 1920px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 60px;
  }

  .footer-bottom-line p {
    margin-top: 20px;
  }

  .footer-media-holder {
    position: relative;
    left: 20px;
  }

  .yt-holder {
    align-items: flex-end;
  }

  .yt-holder .desktop4 {
    width: 31.4% !important;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--primary);
  }

  /* .carousel_next_6ix210o7ue4 {
    position: absolute;
  } */

  .yt-vid-item {
    width: 100%;
    height: 180px;
  }

  section.intro {
    background-color: transparent !important;
    min-height: 100px;
  }

  .img-sobre1 {
    position: relative;
    max-width: 100%;
    margin-top: -110px;
  }

  .max-width-100 {
    max-width: 100%;
  }

  .card-border-x {
    position: relative;
  }

  .card-border-x::before,
  .card-border-x::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 170px;
    background: #e9e9e9;
    top: 15px;
    left: 0;
  }

  .card-border-x::after {
    left: initial;
    right: 0;
  }

  .border-top {
    border-top: 1px solid #e9e9e9;
  }

  .square-dot-bottom {
    position: relative;
    top: 5px;
    margin-right: 5px;
  }

  .ofertas-holder {
    position: relative;
  }

  img.oferta-principal {
    position: relative;
    display: block;
    margin: 0 auto;
    border-radius: var(--card-border-radius-default);
  }

  .btn-oferta-principal {
    display: block;
    margin: -105px auto 0 auto !important;
  }

  .nissan-replay-desc {
    position: relative;
    margin: 0 auto;
  }

  .mauticform-label,
  div label {
    position: relative;
    display: block;
    color: var(--primary);
    margin: 15px 0 5px 0;
  }

  textarea {
    height: 120px;
    resize: none;
  }

  select.input-default {
    background: #fff;
    color: #999;
  }

  .input-default::placeholder,
  .input-default option {
    color: #999 !important;
    letter-spacing: 1px !important;
  }

  .input-default.textarea {
    padding-top: 15px;
    height: 150px;
    resize: none;
  }

  .search-outter-holder {
    height: 44px;
    margin-top: -4px;
  }

  .search-holder {
    position: relative;
  }

  .search-holder .search-icon {
    position: absolute;
    content: "";
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 1.2rem;
  }

  .search-holder .input-default {
    padding-left: 42px;
  }

  select.input-default.filter {
    border: none;
    outline: none;
  }

  .back-btn {
    display: block;
    margin-left: auto;
  }

  .detail-item {
    position: relative;
    min-height: 34px;
    font-size: 0.9em;
  }

  .detail-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    bottom: 0;
  }

  .detail-item.key::after {
    width: 70%;
  }

  section.car-features {
    background-color: #f5f5f5;
  }

  .features .feature-item {
    position: relative;
    width: 27%;
    min-height: 38px;
    border-bottom: 1px solid #ccc;
  }

  .features .feature-item:nth-child(3n + 2) {
    margin-left: 9%;
    margin-right: 9%;
  }

  .radio-top-fix {
    position: relative;
    top: 2px;
    margin-right: 5px;
  }

  .bottom-buttons-holder {
    position: fixed;
    width: 100vw;
    max-width: 1920px;
    bottom: 0;
    z-index: 9999;
  }

  .buttons-holder {
    position: relative;
    width: 564px;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .btn-bottom {
    position: relative;
    height: 38px;
    border-radius: 12px 12px 0 0;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 0 12px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
    transition: padding-bottom 0.2s ease;
  }

  .btn-whatsapp-holder {
    position: fixed;
    left: 10px;
    bottom: 0;
    display: flex;
    align-items: center;
    gap: 1em;
    height: 150px;
  }

  .btn-whatsapp-holder .btn-whatsapp {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #12b135;
    box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 40%);
    cursor: pointer;
  }

  .btn-whatsapp-holder .btn-whatsapp svg {
    color: #fff;
    font-size: 25px;
  }

  .btn-whatsapp-holder .btn-bottom {
    justify-content: flex-start;
    margin: 8px 0 0 0;
    height: 44px;
  }

  .btn-whatsapp-holder .btn-bottom svg {
    font-size: 15px;
    margin-right: 8px;
  }

  .btn-bottom:hover {
    padding-bottom: 5px;
  }

  .buttons-holder .btn-bottom i {
    position: relative;
  }

  .buttons-holder .btn-bottom p {
    position: relative;
    color: #fff;
    margin-left: 10px;
  }

  input[type="date"]::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
  }

  input[type="date"],
  input[type="date"]::placeholder {
    background: #fff;
    color: #999;
  }

  .form-checkbox-holder {
    position: relative;
    height: 22px;
    display: flex;
    align-items: center;
    margin-top: 12px !important;
  }

  .form-checkbox-holder label {
    position: relative;
    margin-left: 10px;
  }

  .text-desc * {
    font-size: 0.9em;
    font-weight: lighter;
  }

  .btn-ofertas-spotlight {
    position: absolute;
    bottom: 160px;
  }

  span a {
    font-size: 1em;
  }

  .whatsapp-icon {
    font-size: 1.9em;
  }

  .whatsapp-cities-holder {
    position: absolute;
    bottom: 50px;
  }

  .whatsapp-cities-holder a {
    position: relative;
    display: block;
    width: 180px;
    padding: 8px 0 8px 12px;
    border-radius: 4px;
    font-weight: bold;
  }

  .socialwidget-holder {
    width: 46%;
  }

  .filters-shell-holder.fixed {
    position: fixed;
    top: 25px;
    margin: 0;
    width: 21.1%;
    max-width: 360px;
    padding-right: 12px;
    height: calc(100vh - 50px);
    overflow: auto;
    padding-bottom: 50px;
  }

  .cars-holder-all {
    min-height: calc(100vh - 500px);
  }

  .filters-shell-holder::-webkit-scrollbar,
  .forms-nav-holder::-webkit-scrollbar {
    width: 0.3em;
  }

  .filters-shell-holder::-webkit-scrollbar-track,
  .forms-nav-holder::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .filters-shell-holder::-webkit-scrollbar-thumb,
  .forms-nav-holder::-webkit-scrollbar-thumb {
    background-color: #111;
    outline: 1px solid slategrey;
  }

  /* Pós Venda */

  .pv-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 60px;
    background-color: var(--red);
    z-index: 99;
  }

  .pv-header .container {
    height: 100%;
    display: flex;
    align-items: center;
  }

  .pv-header img.logo {
    max-height: 90%;
  }

  .pv-flex-holder {
    display: flex;
    justify-content: flex-start;
  }

  .pv-nav-holder-shell {
    position: relative;
    width: 180px;
    height: calc(100vh - 30px);
    overflow: hidden;
    overflow-y: auto;
  }

  .pv-nav-holder {
    position: fixed;
    width: 180px;
    padding: 0;
    height: 100%;
  }

  .pv-nav-holder .nav-user-holder {
    position: relative;
    width: 100%;
    height: 101px;
    border-bottom: 1px solid #eee;
  }

  .pv-nav-holder .nav-user-holder p.text-desc {
    margin-top: 12px;
  }

  .pv-nav-holder .nav-user-holder .nav-user-img-holder {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: #111;
    border-radius: 100%;
    overflow: hidden;
    box-shadow: 0 1px 5px -1px rgba(0, 0, 0, 0.3);
  }

  .pv-nav-holder .nav-user-holder .nav-user-img-holder img {
    position: absolute;
    max-height: 130%;
    top: 50%;
    left: 50%;
    right: 0;
    margin: 0 auto;
    transform: translate3d(-50%, -50%, 0);
  }

  .pv-nav-item {
    position: relative;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    margin: 10px 0 0 0;
    justify-content: flex-start;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }

  .pv-nav-item.active {
    border-bottom-color: #faced5;
  }

  .pv-nav-item.active .pv-icon,
  .pv-nav-item:hover > .pv-icon-holder .pv-icon {
    color: var(--red);
  }

  .pv-nav-item.active p {
    color: var(--red);
    font-weight: bold;
  }

  .pv-icon-holder {
    position: relative;
    width: 26px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .pv-icon-holder .pv-icon {
    font-size: 1.8em;
    max-width: 26px;
    transition: color 0.3s ease;
  }

  .pv-nav-item p {
    margin-left: 14px;
  }

  .pv-feed-holder,
  #destaqueSlider {
    position: relative;
    width: 900px;
    margin: 0 0 0 20px;
  }

  #destaqueSlider {
    padding-bottom: 45px;
  }

  .pv-title-holder {
    position: relative;
    padding-bottom: 35px;
  }

  .pv-cards-holder .pv-card:nth-child(3n + 2) {
    margin: 25px 2% 0 2%;
  }

  .pv-card {
    position: relative;
    width: 32% !important;
    border-radius: 15px;
    overflow: hidden;
    margin: 25px 0 0 0;
    padding-bottom: 15px;
    box-shadow: 1px -2px 15px -4px rgba(0, 0, 0, 0.3);
    transition: box-shadow 0.2s ease !important;
  }

  .pv-card .img-holder {
    position: relative;
    widows: 100%;
    height: 160px;
    overflow: hidden;
  }

  .pv-category-holder {
    position: relative;
    width: 80%;
    height: 40px;
    background: #507bca;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
    top: -22px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0px 8px -2.1px rgba(0, 0, 0, 0.7);
  }

  .pv-category-holder.small {
    position: relative;
    text-align: center;
    height: 32px;
    top: -16px;
    font-size: 1.2em;
    padding: 5px 0;
  }

  .pv-content-holder {
    position: relative;
    padding: 0 10px;
    background-color: #fff;
    height: 120px;
    transition: transform 0.3s ease;
  }

  .pv-content-holder .subtitle {
    margin-top: -8px;
    font-size: 1.8em;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden;
  }

  .pv-content-holder .text-desc {
    margin-top: 12px;
    line-height: 1.3em;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .pv-card-footer {
    padding: 0 15px;
    text-align: right;
    font-style: italic;
  }

  .pv-card:hover > a .pv-content-holder {
    transform: translateY(-67px);
  }

  .pv-card:hover > a .pv-content-holder .text-desc {
    height: 3.9em;
    opacity: 1;
  }

  .pv-card:hover {
    box-shadow: 1px 5px 17px -1px rgba(0, 0, 0, 0.2);
  }

  button.catalog {
    position: relative;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px auto;
  }
  button.catalog .icon {
    font-size: 2em;
    max-width: 32px;
  }
  button.catalog span {
    position: relative;
    font-size: 1.2em;
    margin-left: 25px;
  }

  .banner-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
  }

  .banner-control-next,
  .banner-control-prev {
    width: 40px !important;
    height: 40px !important;
    border-radius: 100%;
    margin: 0 auto;
    background-image: initial !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    transition: background-color 0.2s ease;
    pointer-events: initial !important;
  }

  .banner-control-prev {
    left: 25px !important;
  }

  .banner-control-next {
    right: 25px !important;
  }

  .banner-control-next .arrow,
  .banner-control-prev .arrow {
    color: #fff !important;
    margin: 0 !important;
  }

  .banner-control-next:hover,
  .banner-control-prev:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .car-picture {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .colors-holder {
    position: relative;
    margin: -15px auto 20px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .colors-holder .color-item {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin: 10px 15px 0 0;
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.3);
  }
}
