.slider-top{
    margin-bottom: 0 !important;
}

#google-reviews .ti-widget.ti-goog {
    padding-bottom: 0;
}

/* cars blocks */
.cars-block-list{
    margin-bottom: 50px;
}
.cars-block{
    padding: 50px 0;
    /*position: relative;*/
}
.cars-block-inner{
    position: relative;
    z-index: 1;
}
.title-and-link{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.title-and-link .link{
    color: var(--pix-orange);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    white-space: nowrap;
}
.title-and-link .link span{
    line-height: 16px;
}
.title-and-link .link svg {
    margin-left: 13px;
}
.cars-block .description{
    margin-top: 20px;
}
.description a, .description p a {
    color: var(--pix-orange);
    text-decoration: underline;
}
.cars-block .items{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.cars-block .price{
    font-size: 14px;
    font-weight: 700;
    color: var(--pix-orange);
    min-width: 100%;
    white-space: nowrap;
}
.cars-block .owl-nav {
    position: absolute;
    width: calc(100% + 86px);
    top: 41%;
    left: -43px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.cars-block .owl-nav .owl-prev,
.cars-block .owl-nav .owl-next {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
}
.owl-carousel.cars-block .owl-nav button.owl-prev {
    background: url(../images/arrow-left-grey.svg) left center no-repeat;
}
.owl-carousel.cars-block .owl-nav button.owl-next {
    background: url(../images/arrow-right-grey.svg) left center no-repeat;
}
.cars-block .owl-nav button.owl-prev.disabled,
.cars-block .owl-nav button.owl-next.disabled{
    opacity: .7;
    cursor: default;
}
.cars-block .owl-nav .owl-prev span,
.cars-block .owl-nav .owl-next span {
    font-size: 0 !important;
}
/* cars blocks */

/* PixCars Latest Offers */
.cars-carousel-main{
    display: none;
}
.cars-carousel-main [data-id="cars-list"]{
    margin-bottom: 50px;
}
.pix-sale-box {
    min-width: 196.667px;
    max-width: 196.667px;
    position: relative;
    background: white;
    margin: 0 24px 32px 0;
}
/*.pix-sale-box:nth-child(6n+6) {*/
/*    margin-right: 0;*/
/*}*/
.pix-sale-box:last-child {
    margin-right: 0 !important;
}
.pix-sale-box-img {
    display: block;
    width: 100%;
    height: 145px;
    position: relative;
    overflow: hidden;
    background-color: #D9D9D9;
    border-radius: 8px;
}
.pix-sale-box-img > a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: underline;
    background-size: cover !important;
}
.pix-sale-box-img > a:before{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.00) 93.24%);
    display: flex;
    align-items: flex-end;
}
.pix-sale-box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 205px;
    transition: all .3s ease;
}
.pix-sale-box-img .count-cars {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 16px 15px 17px 10px;
    color: white;
    font-weight: 600;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: normal;
    z-index: 1;
}
html[lang="ar"] .pix-sale-box-img .count-cars {
    justify-content: flex-end;
}
.pix-sale-box-img .count-cars span {
    padding: 0 5px;
}
.pix-sale-box-img .count-cars svg {
    transition: all .3s ease;
    margin-left: auto;
}
html[lang="ar"] .pix-sale-box-img .count-cars svg {
    margin-left: 0;
}
.pix-sale-box-img img:first-child {
    visibility: visible;
    opacity: 1;
}
.pix-sale-box-img.border img:first-child {
    width: 95%;
    position: relative;
}
.pix-sale-box .more-details{
    width: 125px;
    left: 35px;
    white-space: nowrap;
    text-align: center;
    background-color: white;
    font-size: 13px;
    line-height: 34px;
    font-weight: 500;
    color: var(--pix-orange);
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.pix-sale-box-info .cars-colors{
    display: flex;
    flex-direction: row;
    margin-top: 12px;
}
html[lang="ar"] .pix-sale-box-info .cars-colors{
    justify-content: flex-end;
}
.pix-sale-box-info .cars-colors div{
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 4px;
    position: relative;
}
.pix-sale-box-info .cars-colors div:before{
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.05);
}
.pix-sale-box-info .cars-colors div.white,
.pix-sale-box-info .cars-colors div.ivory,
.pix-sale-box-info .cars-colors div.yellow{
    border: 1px solid var(--pix-grey-border);
}
.pix-sale-box-price .count-cars{
    display: none;
}
.pix-sale-box-name {
    font-family: var(--pix-title-font);
    font-size: 18px;
    font-weight: 800;
    line-height: 18px;
    overflow: hidden;
    margin-top: 15px;
}
.pix-sale-box-name *{
    font-size: 18px;
}
.pix-sale-box-name a {
    text-decoration: none;
}
.pix-sale-box-name a * {
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    white-space: normal;
    display: inherit;
}
.pix-sale-box-name a:hover {
    text-decoration: none;
}
.pix-sale-box:hover .pix-sale-box-price-booking {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible
}
.pix-sale-box .pix-product-show-boxes{
    /*height: 267px !important;*/
    height: 100%;
    touch-action: manipulation;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pix-sale-box .pix-product-dots-boxes .pix-dot-box{
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.pix-sale-box .pix-product-dots-boxes{
    padding: 0 20px 0;
    margin-bottom: 0;
}
.pix-sale-box .pix-product-dots-boxes .pix-dot-box{
    margin: 5px 3px 10px 3px;
    height: 6px;
}
.pix-sale-box .pix-product-dots-boxes .pix-dot-box.pix-active{
    background: var(--pix-orange);
}

.pix-sale-box  .pix-nav.left-right > div{
    background: transparent;
}
.pix-sale-box  .pix-nav > div{
    width: 60px;
    height: 65px;
    background-size: 25px 45px !important;
}
.pix-sale-box  .pix-nav.left-right{
    top: calc(50% - 33px);
}
.pix-sale-box  .pix-nav > div:after{
    font-size: 0;
}
.pix-sale-box  .pix-nav > div.swiper-button-prev{
    background: url("/wp-content/themes/quattro/images/prev-arrow-slider-min.png") center no-repeat;
    left: 0;
}
.pix-sale-box  .pix-nav > div.swiper-button-next{
    background: url("/wp-content/themes/quattro/images/next-arrow-slider-min.png") center no-repeat;
    right: 0;
}

.brands-carousel{
    width: 1298px;
    margin: 0 auto 35px;
    height: auto !important;
    position: relative;
    touch-action: manipulation
}
.brands-carousel .pix-title-h2{
    text-align: center;
    width: 100%;
}
.brands-carousel .owl-stage-outer{
    overflow: hidden;
    position: relative;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.brands-carousel .owl-stage{
    margin-top: 50px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}
.brands-carousel .owl-item .brand-image{
    width: 75px;
    height: 75px;
    margin: 0 auto;
}
.brands-carousel .owl-item .brand-image img{
    max-width: 100%;
    max-height: 100%;
}
.brands-carousel .brand-name{
    font-weight: 700;
    text-align: center;
    margin-top: 10px;
    font-size: 15px;
}
.brands-carousel .owl-nav.disabled{
    display: none !important;
}
.brands-carousel .owl-dots button.owl-dot.active {
    border: 2px solid var(--pix-orange);
}
.brands-carousel .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid transparent;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: relative;
    margin: 0 5px;
    -webkit-transition: background .3s ease, border 0.3s ease;
    transition: background .3s ease, border 0.3s ease;
}
.brands-carousel .owl-dots button.owl-dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    right: 0;
    margin: auto;
    background: #a6a6a6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    -webkit-transition: width .3s ease, background 0.3s ease;
    transition: width .3s ease, background 0.3s ease;
}
.brands-carousel button.owl-dot.active:before {
    width: 10px;
    height: 10px;
    background: var(--pix-orange);
}

.white-theme .amounts-main{
    overflow: visible !important;
}
.white-theme .amounts-main.lazy:before {
    background: white !important;
}
.white-theme .amounts-main:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
body.white-theme.webp .amounts-main:not(.lazy):before {
    background: url(/wp-content/themes/quattro/images/detail-props-bg.webp) right center no-repeat;
    background-size: cover;
}
body.white-theme:not(.webp) .amounts-main:not(.lazy):before {
    background: url(/wp-content/themes/quattro/images/detail-props-bg.webp) right center no-repeat;
    background-size: cover;
}
#google-reviews{
    position: relative;
}

.video-home{
    width: 100%;
    height: 730px;
}

.text-before-faq p a{
    color: var(--pix-orange);
}


.top-banner-home{
    height: 603px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
}
.top-banner-home:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 200px;
    left: 0;
    bottom: -200px;
    background: linear-gradient(180deg, rgba(238,241,244,.8) 50%, rgba(255,255,255,1) 100%);
}
.top-banner-home h1{
    position: relative;
    font-size: 40px;
    font-weight: 800;
    text-align: center;
    margin: 0 auto;
    padding-top: 65px;
    max-width: 520px;
    color: white;
    text-shadow: 1px 1px black;
}
.top-banner-home >img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.h1-search-sales{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.top-banner-locations-and-search{
    margin: 25px auto 0;
    width: 610px;
    height: 60px;
    position: relative;
    background-color: white;
    border-radius: 8px;
    padding: 0 8px;
    border: 1px solid rgba(0,0,0,.1);
}
.top-banner-locations-and-search form{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    height: 100%;
}
.top-banner-locations-and-search form >svg{
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    margin-left: 12px;
}
.top-banner-locations-and-search input{
    height: 100%;
    flex: 1;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 0 16px;
    border: 0;
}
.top-banner-locations-and-search input::-webkit-input-placeholder { color: #818181; }
.top-banner-locations-and-search input::-moz-placeholder { color: #818181; }
.top-banner-locations-and-search input:-moz-placeholder { color: #818181; }
.top-banner-locations-and-search input:-ms-input-placeholder { color: #818181; }
.top-banner-locations-and-search input.error::-webkit-input-placeholder { color: red; }
.top-banner-locations-and-search input.error::-moz-placeholder { color: red; }
.top-banner-locations-and-search input.error:-moz-placeholder { color: red; }
.top-banner-locations-and-search input.error:-ms-input-placeholder { color: red; }
.top-banner-locations-and-search .search-button{
    min-width: 123px;
    max-width: 123px;
    height: 44px;
    background-color: var(--pix-orange);
    border-radius: 8px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.top-banner-locations-and-search .location-switch-home{
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 32px;
}
.top-banner-locations-and-search .location-switch-home .active-location{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 8px 0 12px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    cursor: pointer;
    color: var(--pix-orange);
    white-space: nowrap;
}
.top-banner-locations-and-search .location-switch-home.active .active-location:after{
    transform: rotate(-180deg);
}
.top-banner-locations-and-search .location-switch-home .active-location:after{
    content: '';
    height: 20px;
    width: 20px;
    margin-left: 6px;
    margin-top: -3px;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    background: url(../images/arrow-down.svg) center no-repeat;
    background-size: contain;
}
.top-banner-locations-and-search .location-switch-home .all-locations{
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-radius: 8px;
    background: white;
    position: absolute;
    min-width: 100%;
    top: 100%;
    left: 0;
    padding: 8px 0;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.top-banner-locations-and-search .location-switch-home .all-locations a{
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    color: var(--pix-text-gray);
    display: block;
    align-items: center;
    padding: 0 12px;
    height: 25px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.top-banner-locations-and-search .location-switch-home .all-locations a:last-child{
    margin-bottom: 0;
}
.top-banner-locations-and-search .location-switch-home .all-locations a.active{
    color: var(--pix-orange);
}
.top-banner-locations-and-search .location-switch-home.active .all-locations{
    opacity: 1;
    visibility: visible;
    height: auto;
}

.top-banner-locations-and-search .search-clear{
    max-width: 30px;
    min-width: 30px;
    height: 30px;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    display: none;
}
.top-banner-locations-and-search .search-clear:before,
.top-banner-locations-and-search .search-clear:after {
    position: absolute;
    top: 5px;
    left: 14px;
    content: ' ';
    height: 17px;
    width: 1px;
    background-color: var(--pix-orange);
}
.top-banner-locations-and-search .search-clear:before{
    transform: rotate(45deg);
}
.top-banner-locations-and-search .search-clear:after {
    transform: rotate(-45deg);
}

.home-content-search .recommended-links{
    position: absolute;
    top: -webkit-calc(100% - 5px);
    left: -1px;
    width: calc(100% + 2px);
    min-width: 220px;
    z-index: 10;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    background: white;
    display: none;
    padding: 10px 20px 20px 55px;
    /* -webkit-box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2); */
    /* box-shadow: 0 5px 50px rgba(0, 0, 0, 0.2); */
}
/*.home-content-search .recommended-links.no-result{*/
/*    padding-top: 0;*/
/*    padding-bottom: 0;*/
/*}*/
.home-content-search .recommended-links .block-l:nth-child(2){
    margin-top: 20px;
}
.home-content-search .recommended-links .str{
    font-family: var(--pix-main-font);
    font-size: 18px;
    font-weight: 700;
    color: #ec661d;
    line-height: initial;
}
.home-content-search .recommended-links .search-links{
    max-height: 300px;
    overflow-y: auto;
    margin-bottom: 20px;
    padding-right: 10px;
}
.home-content-search .recommended-links .search-links::-webkit-scrollbar-track {
    background-color: #dedede;
    border-radius: 8px;
}
.home-content-search .recommended-links .search-links::-webkit-scrollbar{
    border-radius: 8px;
    width: 6px;
    background-color: #dedede;
}
.home-content-search .recommended-links .search-links::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background: var(--pix-orange);
}
.home-content-search .recommended-links .links a,
.home-content-search .recommended-links .search-links a{
    font-family: var(--pix-main-font);
    font-size: var(--pix-font-size);
    line-height: initial;
    font-weight: 400;
    text-decoration: none;
    color: black;
    display: block;
    margin-top: 9px;
    cursor: pointer;
}
.home-content-search .recommended-links .search-links a{
    display: table;
    font-size: 14px !important;
}
.home-content-search .search-buttons{
    justify-content: space-between;
    max-width: 330px;
}
.home-content-search .search-buttons .clear, .search-buttons .search{
    font-size: 14px;
    line-height: 14px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    padding: 3px;
    min-width: 47.5%;
    max-width: 47.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}
.home-content-search .search-buttons .clear{
    color: #000;
    box-shadow: 0 1px 2px rgb(0 0 0 / 30%), 0 4px 12px rgb(0 0 0 / 10%);
    background-color: white;
}
.home-content-search .search-buttons .search{
    color: white;
    background-color: var(--pix-orange);
}

.sales{
    height: 40px;
    margin: 16px auto 0;
    border-radius: 27px;
    background-color: rgba(255, 72, 0, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.30);
    padding: 10px 14px 10px 20px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    backdrop-filter: blur(11px);
    transition: all 0.3s ease;
}
.sales span{
    padding: 2px 24px 0 10px;
    color: white !important;
    font-size: 14px;
    line-height: 14px;
}
.sales svg:last-child{
    transition: all 0.3s ease;
}
.sales:hover{
    background-color: rgba(255, 72, 0, 1);
}
.sales:hover svg:last-child{
    transform: translateX(40%);
}

.top-banner-brands-and-car-types{
    margin: auto auto -40px;
    position: relative;
    width: 1300px;
    z-index: 1;
}
.top-banner-brands-and-car-types .brands .owl-stage{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.top-banner-brands-and-car-types .brand{
    min-width: 122px;
    height: 105px;
    border-radius: 16px;
    background: rgba(12, 12, 12, 0.70);
    backdrop-filter: blur(2px);
    transition: all 0.3s ease;
    display: flex;
    padding: 12px 0px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    margin-right: 12px;
}
.top-banner-brands-and-car-types .brand:last-child{
    margin-right: 0;
}
.top-banner-brands-and-car-types .brand .image{
    width: 100%;
    height: 48px;
    overflow: hidden;
}
.top-banner-brands-and-car-types .brand .image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top-banner-brands-and-car-types .brand .name{
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.top-banner-brands-and-car-types .brand:hover{
    background: rgba(12, 12, 12, 0.90);
}
/*.top-banner-brands-and-car-types .brand .overlay{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*    z-index: 1;*/
/*}*/
.car-types{
    margin: 22px auto 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    border-radius: 16px;
    background-color: white;
    width: 1300px;
    height: 80px;
    padding: 8px 24px;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}
.car-types .car-type{
    display: flex;
    flex: 1;
    padding: 16px 12px;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
    align-self: stretch;
    transition: all 0.3s ease;
    background-color: white;
    border-radius: 12px;
    text-align: left;
}
html[lang="en"].car-types .car-type{
    min-width: 242px;
    max-width: 242px;
}
.car-types .car-type:hover{
    background-color: #EEF1F4;
}
.car-types .line{
    min-width: 1px;
    max-width: 1px;
    height: 48px;
    background-color: #EBEBEB;
}
.car-types a.all{
    color: var(--pix-orange);
    height: 100%;
    font-size: 16px;
    line-height: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    margin-left: 12px;
}
.car-types a.all svg{
    margin-left: 16px;
    min-width: 14px;
    max-width: 14px;
    height: 14px;
    transition: all 0.3s ease;
}
.car-types a.all:hover svg{
    transform: translateX(40%);
}

.text-before-faq .text-inner{
    margin: 50px 0;
}
.text-before-faq h3{
    font-size: 1.7rem;
}
.text-before-faq table:not([class]) {
    margin: 20px 0;
    border-spacing: 0;
    border-collapse: collapse;
}
.text-before-faq td:not([class]), .text-before-faq th:not([class]) {
    padding: 10px;
    border: 1px solid #d0d2d7;
    font-weight: normal;
}
html[lang="ar"] .text-before-faq table{
    margin-left: auto;
}

/*--- NEW CONTENT ---*/
.h1-and-search-home{
    padding-top: 112px;
}
.h1-and-search-home h1{
    font-size: 48px;
    font-weight: 800;
}
.locations-and-search{
    margin-top: 40px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 72px;
}
.h1-and-search-home .location-switch-home{
    position: relative;
    z-index: 3;
    margin-right: 16px;
}
.h1-and-search-home .location-switch-home .active-location{
    min-width: 275px;
    max-width: 275px;
    height: 72px;
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0 24px;
    border: 2px solid black;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    cursor: pointer;
    color: var(--pix-text-gray);
    white-space: nowrap;
    border-radius: 16px;
}
.h1-and-search-home .location-switch-home.active .active-location:after{
    transform: rotate(-180deg);
}
.h1-and-search-home .location-switch-home .active-location:after{
    content: '';
    height: 20px;
    width: 20px;
    margin-left: 8px;
    -webkit-transition: color .33s, transform .33s;
    transition: color .33s, transform .33s;
    background: url(../images/arrow-down-black.svg) center no-repeat;
    background-size: contain;
}
.h1-and-search-home .location-switch-home .all-locations{
    opacity: 0;
    visibility: hidden;
    height: 0;
    border-radius: 8px;
    background: white;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 8px 0;
    -webkit-transition: opacity .33s, transform .33s;
    transition: opacity .33s, transform .33s;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1);
}
.h1-and-search-home .location-switch-home .all-locations div{
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    color: var(--pix-text-gray);
    display: block;
    align-items: center;
    padding: 0 24px;
    height: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
}
.h1-and-search-home .location-switch-home .all-locations div.active{
    color: var(--pix-orange);
}
.h1-and-search-home .location-switch-home.active .all-locations{
    opacity: 1;
    visibility: visible;
    height: auto;
}

.home-search-wrap{
    height: 72px;
    flex: 1 1 auto;
}
.home-search-wrap form{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    height: 100%;
}
.home-search-wrap input{
    height: 100%;
    margin-right: 16px;
    flex: 1;
    border: 2px solid var(--pix-orange);
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    padding: 0 24px;
    border-radius: 16px;
}
.home-search-wrap input.error{
    border: 2px solid red;
}
.home-search-wrap input::-webkit-input-placeholder { color: #D6D6D6; }
.home-search-wrap input::-moz-placeholder { color: #D6D6D6; }
.home-search-wrap input:-moz-placeholder { color: #D6D6D6; }
.home-search-wrap input:-ms-input-placeholder { color: #D6D6D6; }
.home-search-wrap input.error::-webkit-input-placeholder { color: red; }
.home-search-wrap input.error::-moz-placeholder { color: red; }
.home-search-wrap input.error:-moz-placeholder { color: red; }
.home-search-wrap input.error:-ms-input-placeholder { color: red; }
.home-search-wrap .search-button{
    min-width: 275px;
    max-width: 275px;
    height: 100%;
    background-color: var(--pix-orange);
    border-radius: 16px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: white;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.categories-pages{
    margin-top: 120px;
}
.categories-pages .owl-stage{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.categories-pages .owl-item{
    min-width: 228px;
    max-width: 228px;
    margin-right: 40px;
}
.categories-pages .owl-item:last-child{
    margin-right: 0;
}
.categories-pages .owl-item .image{
    background-color: var(--pix-grey-border);
    border-radius: 12px;
    position: relative;
}
.categories-pages .owl-item .image{
    width: 228px;
    height: 228px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.categories-pages .owl-item .image img{
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.categories-pages .owl-item:hover .image img{
    transform: scale(1.05, 1.05);
}
.categories-pages .owl-item .image img[data-code='suv-cars']{
    margin-top: -15px;
}
.categories-pages .owl-item .image img[data-code='convertible-cars']{
    margin-top: -35px;
}
.categories-pages .owl-item .name{
    text-align: center;
    height: 64px;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.owl-nav.disabled{
    display: none !important;
}
.brands-wrap{
    margin-top: 60px;
    background: rgba(255, 72, 0, 0.12);
    border-radius: 16px;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
}
.rent-brand{
    min-width: 270px;
    max-width: 270px;
}
.rent-brand-title{
    font-size: 22px;
    line-height: 26px;
    font-weight: 800;
    padding-right: 65px;
}
html[lang="ar"] .rent-brand-title{
    padding-right: 0;
}
.rent-brand-sub-title{
    margin-top: 12px;
    line-height: 16px;
}
.brands-wrap .brands{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    flex: 1;
    margin-left: 30px;
}
.brands-wrap .brands .brand{
    min-width: 68px;
    max-width: 68px;
    height: 68px;
}
.brands-wrap .brands .brand img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.on-the-sale{
    margin-top: 80px;
    position: relative;
}
.on-the-sale .title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.on-the-sale .title-wrap .on-the-sale-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.on-the-sale .on-the-sale-link{
    color: var(--pix-orange);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.on-the-sale .on-the-sale-link svg{
    margin-left: 13px;
}
.on-the-sale-brands{
    margin-top: 32px;
}
.on-the-sale-brands .owl-stage{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}
.on-the-sale-brands .owl-item{
    min-width: 302.5px;
    max-width: 302.5px;
    margin-right: 30px;
}
.on-the-sale-brands .owl-item .image{
    width: 100%;
    height: 202px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.on-the-sale-brands .owl-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 12px;
}
.on-the-sale-brands .owl-item .image .sale-icon{
    position: absolute;
    right: 16px;
    top: 16px;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.on-the-sale-brands .owl-item .name{
    margin-top: 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
.on-the-sale-brands .pix-sale-box-price{
    margin-top: 5px;
    font-weight: 600;
    color: var(--pix-orange);
}
html[lang="ar"] .on-the-sale-brands .pix-sale-box-price{
    text-align: right;
    justify-content: flex-end;
}

.long-term-journey{
    margin-top: 100px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    background-color: var(--pix-grey-border);
    border-radius: 16px;
    position: relative;
}
.long-term-journey .calendar{
    margin: -40px 0 -50px 20px;
}
.long-term-journey-info-and-button{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 20px;
}
.long-term-journey-info{
    flex: 1;
    max-width: 600px;
    margin-right: 20px;
}
.long-term-journey-info-1{
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
.long-term-journey-info-2{
    margin-top: 10px;
    line-height: 22px;
}
.long-term-journey-info-and-button a{
    padding: 2px 24px;
    max-width: 150px;
    margin-right: 40px;
    margin-left: auto;
    height: 44px;
    text-align: center;
    background: var(--pix-orange);
    color: white;
    border: 1px solid transparent;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-family: var(--pix-main-font);
    font-size: 14px;
    line-height: 15px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.popular-models{
    margin-top: 100px;
    padding-bottom: 115px;
}
.popular-models .title-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.popular-models .title-wrap .popular-models-title{
    font-weight: 700;
    font-size: 30px;
    line-height: 30px;
}
.popular-models .popular-models-link{
    color: var(--pix-orange);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}
.popular-models .popular-models-link svg{
    margin-left: 13px;
}
.popular-models .models{
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 50px;
    grid-auto-rows: 1fr;
    align-items: stretch;
}
.popular-models .model .image{
    width: 100%;
    height: 202px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.popular-models .model .image:hover img{
    transform: scale(1.05, 1.05);
}
.popular-models .model img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}
.popular-models .model .name{
    margin-top: 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
}
.popular-models .pix-sale-box-price{
    margin-top: 5px;
    font-weight: 600;
    color: var(--pix-orange);
}
/*--- NEW CONTENT ---*/

@media screen and (min-width: 1361px) and (max-width: 1920px) {
    .slider-main, rs-fullwidth-wrap{
        height: 870px;
        overflow: hidden;
        background: rgb(38, 38, 38);
    }
    .brands-carousel .owl-stage{
        transform: translate3d(-1317px, 0px, 0px);
    }
    .brands-carousel .owl-item{
        width: 109.818px;
        margin-right: 20px;
    }
}

@media screen and (min-width: 1361px) {
    .pix-sale-box-img:hover .count-cars svg {
        transform: translateX(10px);
    }
    .pix-sale-box-img:hover img {
        transform: scale(1.05);
    }
    .container.container-new{
        position: relative;
    }
    .bg{
        position: absolute;
        top: 0;
        left: 0;
        margin-left: -310px;
        width: 1920px;
        height: 675px;
        background: url("/wp-content/themes/quattro/images/background-octane.svg") center top repeat;
    }
    .bg:nth-child(2){top: 675px;}
    .bg:nth-child(3){top: 1350px;}
    .bg:nth-child(4){top: 2000px;}
    .bg:nth-child(5){top: 2675px;}
    .bg:nth-child(6){top: 3350px;}
    /*.cars-block:nth-child(2n):before{*/
    /*    content: "";*/
    /*    position: absolute;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    !*background-color: #f6f8fa;*!*/
    /*    background: url("/wp-content/themes/quattro/images/background-octane.svg") center top repeat;*/
    /*}*/
}

@media screen and (min-width: 1361px) and (max-width: 1425px) {
    .brands-carousel{
        width: 1270px;
    }
}
@media screen and (min-width: 1361px) and (max-width: 1400px) {
    .cars-block .owl-nav {
        width: calc(100% + 56px);
        left: -28px;
    }
}

@media screen and (max-width: 1360px) {
    .brands-carousel {
        width: 960px;
        overflow: visible;
    }

    .cars-carousel-main .disable-owl-carousel.pix-col-3{
        grid-template-columns: auto auto;
    }
    .cars-carousel-main .pix-sale-box {
        margin-right: 140px;
        width: 400px;
    }

    .cars-block .items{
        grid-template-columns: auto auto;
    }
    .cars-block .description{
        padding-right: 0;
    }

    .video-list{
        height: 530px;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1440px) {
    .top-banner-brands-and-car-types{
        width: 1200px;
    }
    .car-types{
        width: 1200px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1360px) {
    .top-banner-home{
        margin-bottom: 180px;
    }
    .top-banner-brands-and-car-types{
        width: 950px;
        margin-bottom: -100px;
    }
    .car-types{
        width: 950px;
        flex-wrap: wrap;
        height: 200px;
        padding: 8px 0 0;
        justify-content: flex-start;
        position: relative;
        gap: unset;
    }
    .car-types:before, .car-types:after{
        content: "";
        position: absolute;
        background-color: #EBEBEB;
    }
    .car-types:before{
        left: 45.7%;
        top: 0;
        height: 100%;
        width: 1px;
    }
    .car-types:after{
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
    }
    .top-banner-brands-and-car-types .brand{
        min-width: 125.5px;
    }
    .car-types .car-type{
        min-width: 42%;
        max-width: 42%;
        margin: 0 0 8px 24px;
    }
    .car-types .line{
        display: none;
    }
    .car-types a.all{
        position: absolute;
        right: 0;
        top: 0;
        background-color: white;
        z-index: 1;
        padding-left: 20px;
        padding-right: 15px;
        border-radius: 0 12px 12px 0;
        border-left: 1px solid #EBEBEB;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1360px) {
    .home-template .container{
        max-width: 980px;
    }
    .home-template .container-new{
        max-width: 1190px;
    }

    .cars-block{
        padding: 50px 0;
    }
    .pix-sale-box {
        min-width: 212.8px;
        max-width: 212.8px;
    }
    .pix-sale-box-img {
        height: 130px;
    }

    .categories-pages .owl-item{
        min-width: 200px;
        max-width: 200px;
    }
    .categories-pages .owl-item .image {
        width: 200px;
        height: 200px;
    }

    .rent-brand {
        min-width: 245px;
        max-width: 245px;
    }
    .brands-wrap .brands .brand {
        min-width: 58px;
        max-width: 58px;
        height: 58px;
    }

    .on-the-sale-brands .owl-item {
        min-width: 267.5px;
        max-width: 267.5px;
    }
    .on-the-sale-brands .owl-item .image{
        height: 200px;
    }
    .on-the-sale-brands .owl-item .image img{
        object-fit: cover;
    }

    .popular-models .model .image {
        height: 200px;
    }
    .popular-models .model .image img{
        object-fit: cover;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1260px) {
    .cars-block .owl-nav {
        width: calc(100% + 56px);
        left: -28px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {

    .brands-carousel {
        width: 900px;
    }

    .pix-sale-box {
        min-width: 178px;
        max-width: 178px;
        margin: 0 15px 32px 0;
    }
    .cars-block .owl-nav {
        width: calc(100% + 66px);
        top: 39%;
        left: -33px;
    }

    .h1-and-search-home .location-switch-home .active-location{
        min-width: 225px;
        max-width: 225px;
    }
    .home-search-wrap .search-button {
        min-width: 225px;
        max-width: 225px;
    }

    .locations-and-search,
    .h1-and-search-home .location-switch-home .active-location, .home-search-wrap{
        height: 62px;
    }

    .categories-pages{
        margin-top: 80px;
    }
    .categories-pages .owl-item {
        min-width: 178px;
        max-width: 178px;
        margin-right: 15px;
    }
    .categories-pages .owl-item .image {
        width: 178px;
        height: 178px;
    }

    .brands-wrap{
        padding: 40px 20px;
    }
    .brands-wrap .brands .brand {
        min-width: 48px;
        max-width: 48px;
        height: 48px;
    }
    .rent-brand {
        min-width: 240px;
        max-width: 240px;
    }
    .rent-brand-title{
        padding-right: 35px;
    }
    .brands-wrap .brands{
        margin-left: 15px;
    }

    .on-the-sale-brands .owl-item {
        min-width: 226.25px;
        max-width: 226.25px;
        margin-right: 15px;
    }
    .on-the-sale-brands .owl-item .image{
        height: 160px;
    }
    .on-the-sale-brands .owl-item .image img{
        object-fit: cover;
    }
    .on-the-sale-brands .owl-item .name{
        font-size: 18px;
        line-height: 20px;
    }
    .on-the-sale-brands .pix-sale-box-price{
        font-size: 15px;
    }

    .long-term-journey .calendar{
        margin-left: 0;
    }
    .long-term-journey-info-and-button{
        margin-left: 10px;
    }
    .long-term-journey-info{
        max-width: 500px;
    }
    .long-term-journey-info-and-button a{
        margin-right: 20px;
    }

    .popular-models .model .image {
        height: 160px;
    }
    .popular-models .model .image img{
        object-fit: cover;
    }
    .popular-models .model .name{
        font-size: 18px;
        line-height: 20px;
    }
    .popular-models .pix-sale-box-price{
        font-size: 15px;
    }
}

@media screen and (min-width: 1000px) {
    .on-the-sale-brands .owl-item .image:hover img{
        transform: scale(1.05, 1.05);
    }
}

@media screen and (max-width: 1000px) {
    .cars-block.owl-carousel .owl-stage-outer{
        overflow: visible;
    }
    .pix-sale-box {
        min-width: 236px;
        max-width: 236px;
        margin-right: 15px;
    }
    .pix-sale-box-img{
        height: 170px;
    }
    .pix-sale-box-img img{
        max-height: none;
    }
}

@media screen and (min-width: 768px)  and (max-width: 1000px){
    .top-banner-brands-and-car-types {
        max-width: 738px;
    }

    .car-types{
        width: 738px;
        flex-wrap: wrap;
        height: 200px;
        padding: 8px 0 0;
        justify-content: flex-start;
        position: relative;
        gap: unset;
    }
    .car-types:before, .car-types:after{
        content: "";
        position: absolute;
        background-color: #EBEBEB;
    }
    .car-types:before{
        left: 45.7%;
        top: 0;
        height: 100%;
        width: 1px;
    }
    .car-types:after{
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
    }
    .car-types .car-type{
        min-width: 42%;
        max-width: 42%;
        margin: 0 0 8px 24px;
    }
    .car-types .line{
        display: none;
    }
    .car-types a.all{
        position: absolute;
        right: 0;
        top: 0;
        background-color: white;
        z-index: 1;
        padding-left: 20px;
        padding-right: 15px;
        border-radius: 0 12px 12px 0;
        border-left: 1px solid #EBEBEB;
    }

    .on-the-sale-brands .owl-item{
        min-width: 236px;
        max-width: 236px;
        margin-right: 15px;
    }
    .on-the-sale-brands .owl-item .image{
        height: 157px;
    }
    .on-the-sale-brands .owl-item .name{
        font-size: 18px;
        line-height: 20px;
    }

    .brands-carousel {
        width: 768px;
    }
    .video-home{
        height: 415px;
    }
}

@media screen and (min-width: calc(768px + 1px)) {
    .white-theme .amounts-main:before {
        width: 80%;
        height: 150%;
    }
}

@media screen and (max-width: 768px) {
    .top-banner-home{
        margin-bottom: 185px;
    }
    .top-banner-home:after{
        height: 220px;
        bottom: -220px;
    }
    .top-banner-home h1{
        font-size: 28px;
        padding-top: 38px;
        color: #000;
        text-shadow: 0 0 0;
    }
    .h1-search-sales{
        width: calc(100% - 30px);
    }
    .top-banner-locations-and-search .location-switch-home{
        position: absolute;
        left: 50%;
        top: -50px;
        transform: translateX(-50%);
        height: 32px;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.70);
        backdrop-filter: blur(6.5px);
        padding-top: 2px;
    }
    .top-banner-locations-and-search{
        margin-top: 60px;
        width: 100%;
        height: 48px;
        padding-right: 4px;
    }
    .top-banner-locations-and-search input{
        font-size: 14px;
        padding: 0 12px;
    }
    .top-banner-locations-and-search form >svg{
        margin-left: 8px;
    }
    .top-banner-locations-and-search .search-button{
        font-size: 0 !important;
        position: relative;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
    }
    .top-banner-locations-and-search .search-button:after{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(../images/button-arrow.svg) center no-repeat;
    }
    .sales {
        background-color: rgba(255, 72, 0, .9);
    }
    .home-content-search .recommended-links{
        padding-left: 48px;
    }
    .home-content-search .recommended-links .str{
        font-size: 16px;
    }
    .home-content-search .recommended-links .links a{
        font-size: 15px;
    }

    .top-banner-brands-and-car-types{
        width: calc(100% - 30px);
    }
    .top-banner-brands-and-car-types .brand{
        min-width: auto;
        max-width: none;
        width: auto !important;
        margin-right: 8px;
        padding: 8px 15px 8px 12px;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
        flex-direction: row;
        height: 44px;
        white-space: nowrap;
        flex: 0;
    }
    .top-banner-brands-and-car-types .brand:hover{
        background: rgba(12, 12, 12, 0.70);
    }
    .top-banner-brands-and-car-types .brand .image{
        min-width: 28px;
        max-width: 28px;
        height: 28px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .top-banner-brands-and-car-types {
        margin: auto auto -100px;
    }
    .car-types{
        width: 100%;
        flex-wrap: wrap;
        height: 200px;
        padding: 0;
        justify-content: flex-start;
        position: relative;
        gap: unset;
        border-radius: 16px 16px 0 0;
    }
    .car-types:before, .car-types:after{
        content: "";
        position: absolute;
        background-color: #EBEBEB;
    }
    .car-types:before{
        left: 50%;
        top: 0;
        height: 100%;
        width: 1px;
    }
    .car-types:after{
        left: 0;
        top: 50%;
        height: 1px;
        width: 100%;
    }
    .car-types .car-type{
        min-width: 50%;
        max-width: 50%;
        margin: 0;
        padding: 16px 0px;
        height: 100px;
        flex-wrap: wrap;
        gap: 0;
    }
    .car-types .car-type .image{
        min-width: 80px;
        max-width: 80px;
        margin: 0 auto;
        height: 44px;
    }
    .car-types .car-type .image img{
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .car-types .car-type .name{
        min-width: 100%;
        text-align: center;
        font-size: 14px;
        margin-top: 4px;
    }
    .car-types .car-type:hover{
        background-color: white;
    }
    .car-types .line{
        display: none;
    }
    .car-types a.all{
        min-width: 100%;
        background-color: white;
        border-radius: 0 0 12px 12px;
        margin-left: 0;
        height: 38px;
        justify-content: center;
        border-top: 1px solid #EBEBEB;
        font-size: 14px;
    }
    .car-types a.all svg{
        margin-left: 12px;
        margin-top: -2px;
    }

    .on-the-sale .title-wrap .on-the-sale-title{
        font-size: 22px;
    }
    .on-the-sale .on-the-sale-link{
        font-size: 16px;
        font-weight: 600;
    }
    .on-the-sale .on-the-sale-link svg{
        margin-left: 11px;
        margin-top: -1px;
    }

    .on-the-sale-brands{
        margin-top: 16px;
        width: 452px;
    }
    .on-the-sale-brands .owl-item {
        min-width: 220px;
        max-width: 220px;
        margin-right: 12px;
    }
    .on-the-sale-brands .owl-item .image {
        height: 146px;
    }
    .on-the-sale-brands .owl-item .name{
        margin-top: 15px;
    }
    .on-the-sale-brands .pix-sale-box-price{
        font-size: 14px;
        margin-top: 3px;
    }

    .long-term-journey{
        margin: 80px 0 40px;
        flex-wrap: wrap;
    }
    .long-term-journey .calendar{
        margin: -50px auto 0;
    }
    .long-term-journey-info-and-button{
        min-width: 100%;
        text-align: center;
        flex-wrap: wrap;
        margin: -5px 0 0;
    }
    .long-term-journey-info{
        min-width: 100%;
        max-width: 100%;
    }
    .long-term-journey-info-1{
        font-size: 18px;
    }
    .long-term-journey-info-2{
        font-size: 14px;
    }
    .long-term-journey-info-and-button a{
        min-width: calc(100% - 40px);
        margin: 24px auto 20px;
    }

    .brands-carousel{
        width: 400px;
    }

    .cars-block {
        padding: 30px 0;
    }
    .cars-block.owl-carousel{
        width: 452px;
    }
    .title-and-link{
        width: 510px;
    }
    .title-and-link h2{
        font-size: 22px;
    }
    .title-and-link .link{
        font-size: 16px;
        font-weight: 600;
    }
    .title-and-link .link svg{
        margin-left: 11px;
        margin-top: -3px;
    }
    .cars-block .items{
        margin-top: 20px;
        grid-template-columns: auto;
        grid-row-gap: 10px;
    }
    .pix-sale-box:last-child {
        margin-right: auto !important;
    }

    .cars-block-list .pix-sale-box {
        min-width: 220px;
        max-width: 220px;
        margin-right: 12px;
        margin-bottom: 0;
    }
    .pix-sale-box-img{
        height: 160px;
        border-radius: 12px;
    }
    .pix-sale-box-info .cars-colors .color{
        border: solid 1px #FFF;
    }
    .pix-sale-box-info .cars-colors div{
        min-width: 18px;
        max-width: 18px;
        height: 18px;
    }
    .pix-sale-box-name{
        margin-top: 17px;
    }
    .pix-sale-box-price{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .cars-block .price{
        min-width: auto;
    }
    html[lang="ar"] .cars-block .price{
        order: 1;
    }
    .pix-sale-box-img .count-cars{
        padding: 8px 11px 9px 8px;
        font-size: 14px;
        width: auto;
    }
    .pix-sale-box-price .count-cars{
        display: none;
        /*font-weight: 500;*/
        /*white-space:normal;*/
        /*align-items: center;*/
        /*font-size: 14px;*/
        /*line-height: 14px;*/
        /*z-index: 1;*/
        /*color: #818181;*/
        /*max-width: 200px;*/
        /*padding-right: 22px;*/
        /*position: relative;*/
    }
    html[lang="ar"] .pix-sale-box-price .count-cars{
        padding-right: 0;
        padding-left: 22px;
    }
    .pix-sale-box-price .count-cars svg {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -10px;
        min-width: 20px;
        max-width: 20px;
    }
    html[lang="ar"] .pix-sale-box-price .count-cars svg {
        rotate: 180deg;
        right: auto;
        left: 0;
    }

    .text-before-faq h2{
        font-size: 1.5rem;
    }
    .text-before-faq h3{
        font-size: 1.2rem;
    }
    .text-before-faq p,
    .text-before-faq ul li,
    .text-before-faq ol li{
        font-size: 14px;
    }
    .text-before-faq td:not([class]),
    .text-before-faq td:not([class]) *,
    .text-before-faq th:not([class]) {
        line-height: 1.2rem;
        font-size: 14px;
    }
}

@media screen and (max-width: 620px) {
    .video-home{
        height: 286px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .title-and-link{
        width: 107%;
    }
    .video-home{
        height: 252px;
    }
    .text-before-faq .table-wrap {
        overflow-x: auto;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .title-and-link{
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .top-banner-locations-and-search .location-switch-home .all-locations a{
        display: block !important;
    }

    .on-the-sale-brands{
        width: 220px;
    }

    .cars-block .description, .cars-block .description *{
        font-size: 14px;
        line-height: 15px;
    }
    .cars-block .price{
        margin-top: 3px;
    }
    .title-and-link{
        width: 440px;
    }
    .cars-block.owl-carousel{
        width: 220px;
    }
    .cars-block-list .pix-sale-box{
        margin-bottom: 15px;
    }
    .title-and-link .link span{
        font-size: 16px;
        line-height: 16px;
    }
    .title-and-link .link svg{
        margin-left: 10px;
        width: 8px;
        height: 14px;
        margin-top: -1px;
    }

    .brands-carousel{
        width: 100%;
    }
    .brands-carousel .owl-item .brand-image{
        width: 80px;
        height: 80px;
        background-size: contain !important;
    }
    .brands-carousel .owl-item .brand-name{
        font-size: 14px !important;
    }

    .video-home{
        height: 225px;
    }

    html[lang="de"] .main-lists-2-columns .wpb_text_column li:first-child{
        word-break: break-all;
    }

    .long-term-journey-info-2{
        padding: 0 15px;
    }
}

@media screen and (max-width: 460px) {
    .title-and-link{
        width: 400px;
    }
}
@media screen and (max-width: 420px) {
    .title-and-link{
        width: 360px;
    }
}
@media screen and (max-width: 390px) {
    .title-and-link{
        width: 350px;
    }
}
@media screen and (max-width: 375px) {
    .video-home {
        height: 185px;
    }

    html[lang="ru"] .on-the-sale .on-the-sale-link{
        font-size: 14px;
    }
    .title-and-link {
        width: 330px;
    }
}
@media screen and (max-width: 360px) {
    .video-home{
        height: 180px;
    }

    .title-and-link{
        width: 300px;
    }
    html[lang="ru"] .title-and-link{
        flex-wrap: wrap;
    }
    html[lang="ru"] .title-and-link .pix-title-h2{
        min-width: 100%;
    }
    html[lang="ru"] .title-and-link .link{
        margin-top: 8px;
    }
}