@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html {
     scroll-behavior: smooth;
}
 ::selection {
     background: #EF6A00;
     color: #ffffff;
     text-shadow: none;
}
 ::-moz-selection {
     background: #EF6A00;
     color: #ffffff;
     text-shadow: none;
}
 .no-scroll {
     overflow: hidden;
}
 body {
     font-size: 100%;
     font-family: "Open Sans", sans-serif;
     line-height: 1.5;
     margin: 0;
     background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='80' height='86' patternTransform='scale(1) rotate(105)'><rect x='0' y='0' width='100%' height='100%' fill='%23ffffffff'/><path d='M-20.133 4.568C-13.178 4.932-6.452 7.376 0 10c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432' stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/><path d='M-20.133 24.568C-13.178 24.932-6.452 27.376 0 30c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432' stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/><path d='M-20.133 44.568C-13.178 44.932-6.452 47.376 0 50c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432' stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/><path d='M-20.133 64.568C-13.178 64.932-6.452 67.376 0 70c6.452 2.624 13.036 5.072 20 5 6.967-.072 13.56-2.341 20-5 6.44-2.659 13.033-4.928 20-5 6.964-.072 13.548 2.376 20 5s13.178 5.068 20.133 5.432' stroke-width='0.5' stroke='%231f8d7b1a' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(-60,-57)' fill='url(%23a)'/></svg>");
}
 h1, h2, h3, h4, h5, h6 {
     font-family: "Montserrat", sans-serif;
     color: #EF6A00;
     font-weight: bold;
     line-height: 1.2;
     margin: 0 0 24px;
}
 .content {
     width: 100%;
}
 .content a {
     color: #121212;
     text-decoration: underline;
}
 .content a:hover {
     text-decoration: none;
}
 .button, a.button {
     font-family: "Montserrat", sans-serif;
     color: #ffffff;
     background-color: rgba(239, 106, 0, 0.8);
     padding: 8px 32px;
     border-radius: 32px;
     display: inline-flex;
     align-items: center;
     gap: 5px;
     font-weight: bold;
     text-decoration: none;
     transition: background-color 0.3s, color 0.3s;
     cursor: pointer;
}
 .button:hover, a.button:hover {
     background-color: #EF6A00;
}
 .button svg, a.button svg {
     height: 32px;
     width: auto;
     transition: transform 0.2s ease;
}
 .button:hover svg, a.button:hover svg {
     transform: translateX(5px);
}
 .wrap {
     width: calc(100% - 40px);
     max-width: 1440px;
     margin: 0 auto;
}
 .page-header-top {
     background-color: #16181E;
     padding: 20px 0;
}
 .page-header-top .wrap {
     display: flex;
     justify-content: space-between;
     align-items: center;
     gap: 40px;
}
 .header-logo img {
     display: block;
     height: 70px;
     width: auto;
     transition: transform 0.4s;
}
 .header-logo img:hover {
     transform: scale(1.05);
}
 .page-header-bottom {
     background-color: #242833;
     box-shadow: 0 14px 30px -6px rgba(0, 0, 0, 0.1);
}
 .mobile-burger {
     display: none;
}
 .menu-wrap ul {
     display: flex;
     margin: 0;
     padding: 0;
     list-style: none;
}
 .menu-wrap ul li a:before {
     content: '';
     display: inline-block;
     height: 6px;
     width: 6px;
     background-color: transparent;
     border-radius: 100%;
}
 .menu-wrap ul li:hover a:before, .menu-wrap ul li.current-menu-item a:before, .menu-wrap ul li.current-menu-ancestor a:before {
     background-color: #EF6A00;
}
 .menu-wrap ul li a {
     display: flex;
     align-items: center;
     gap: 6px;
     font-family: "Montserrat", sans-serif;
     color: #ffffff;
     text-decoration: none;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 0.9rem;
     padding: 20px 10px;
     transition: 0.4s;
}
 .menu-wrap ul li a:hover, .menu-wrap ul li.current-menu-item a, .menu-wrap ul li.current-menu-ancestor a {
     color: #EF6A00;
}
 .menu-wrap ul ul {
     display: none;
}
 .header-information ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
     gap: 20px 40px;
     align-items: center;
}
 .header-information ul li {
     display: inline-block;
}
 .header-information ul li a {
     font-family: "Montserrat", sans-serif;
     text-decoration: none;
     color: #ffffff;
     font-weight: 500;
     display: flex;
     gap: 6px;
     align-items: center;
     transition: color 0.4s;
}
 .header-information ul li a:hover {
     color: #EF6A00;
}
 .header-information ul li img, .header-information ul li svg {
     display: block;
     height: 28px;
     width: auto;
}
 .page-footer {
     background-color: #16181E;
     padding: 48px 0;
}
 .page-footer .wrap {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 30px;
}
 .page-footer .wrap .company-details {
     display: block;
}
 .company-details {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-between;
     gap: 30px;
}
 .company-details .footer-col ul:not(:last-child) {
     margin: 0 0 32px;
}
 .company-details .footer-col ul li, .company-details .footer-col ul li a {
     color: #121212;
}
 .footer-col {
     flex: 1;
     overflow: hidden;
}
 .page-footer h2 {
     color: #ffffff;
     margin: 0 0 30px;
}
 .footer-logo {
     flex-basis: 100%;
     border-bottom: 1px solid #EF6A00;
     padding: 0 0 30px;
     margin: 0 0 30px;
}
 .footer-logo img {
     display: block;
     height: 50px;
     width: auto;
     transition: transform 0.4s;
}
 .footer-logo img:hover {
     transform: scale(1.05);
}
 .footer-col ul {
     margin: 0;
     padding: 0;
     list-style: none;
     display: flex;
     flex-direction: column;
     gap: 12px;
}
 .footer-col ul li, .footer-col ul li a {
     display: flex;
     align-items: center;
     gap: 6px;
     color: #ffffff;
     text-decoration: none;
     transition: color 0.4s;
}
 .footer-col ul li a:hover {
     color: #EF6A00;
}
 .footer-col li img, .footer-col li svg {
     display: block;
     height: 28px !important;
     width: auto !important;
     margin: 0 !important;
}
 .uptodate {
     flex-basis: 100%;
     text-align: right;
}
 .uptodate a {
     font-size: 8px !important;
     font-family: arial !important;
     font-weight: bold !important;
     letter-spacing: 1px !important;
     color: #ffffff !important;
     text-decoration: none !important;
}
 .uptodate a:hover {
     text-decoration: none !important;
     color: #121212 !important;
}
/* Google map block */
 .google-map {
     width: 100%;
     height: 400px;
}
 .google-map iframe {
     width: 100%;
     height: 400px;
}
/* Google map block end */
/* BANNER / SLIDER */
 .dreamo-banner {
     position: relative;
     width: 100%;
     max-width: 1920px;
     margin: 0 auto;
     overflow: hidden;
}
 .dreamo-banner, .banner-slider .banner-slide {
     height: 560px;
}
 .banner-slider .owl-stage {
     display: flex;
}
 .banner-slider .owl-item {
     display: flex;
     align-items: stretch;
}
 .banner-slider .owl-item>div {
     width: 100%;
}
 .banner-slide {
     position: relative;
     width: 100%;
     height: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .banner-picture {
     position: absolute;
     inset: 0;
     z-index: 1;
}
 .banner-picture img {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .video-container {
     position: absolute;
     inset: 0;
     z-index: 1;
     overflow: hidden;
}
 .video-container video {
     width: 100%;
     height: 100%;
     object-fit: cover;
}
 .banner-slide::before {
     content: '';
     position: absolute;
     inset: 0;
     background: rgba(0, 0, 0, 0.4);
     z-index: 2;
}
 .dreamo-banner-content {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     z-index: 3;
     max-width: 700px;
     width: calc(100% - 40px);
     text-align: center;
}
 .banner-slider .dreamo-banner-content h2, .dreamo-banner .dreamo-banner-content h2 {
     color: #ffffff;
     font-size: 3rem;
     text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
     margin: 0 0 16px;
}
 .banner-slider .dreamo-banner-content p, .dreamo-banner .dreamo-banner-content p {
     color: #ffffff;
     font-size: 1.6rem;
     text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
     margin: 0 0 32px;
}
 .dreamo-banner .owl-dots {
     position: absolute;
     bottom: 20px;
     right: 20px;
     display: flex;
     gap: 8px;
     z-index: 4;
}
 .dreamo-banner .owl-dots .owl-dot span {
     width: 12px;
     height: 12px;
     display: block;
     border-radius: 50%;
     background: transparent;
     border: 2px solid #EF6A00;
     transition: background-color 0.3s;
}
 .dreamo-banner .owl-dots .owl-dot.active span {
     background: #EF6A00;
}
 .dreamo-banner .owl-dots .owl-dot:hover span {
     background: rgba(239, 106, 0, 0.3);
}
 .mobile-button-wrap {
     display: none;
}
/* BANNER / SLIDER END */
 .single-karmani-cars .content {
     padding: 48px 0;
}
 .car-top-content {
     margin: 0 0 48px;
}
 .car-top-content .wrap {
     display: flex;
     align-items: flex-start;
     gap: 48px;
}
 .car-images {
     width: 500px;
     display: flex;
     flex-wrap: wrap;
     gap: 5px;
}
 .car-images a {
     display: block;
     width: calc(20% - 4px);
}
 .car-images a:first-child {
     width: 100%;
}
 .car-images a img {
     display: block;
     width: 100%;
     height: auto;
}
 .lg-backdrop {
     background-color: rgba(0, 0, 0, 0.95) !important;
}
 .lg-toolbar {
     background-color: rgba(0, 0, 0, 0) !important;
}
 .lg-toolbar .lg-icon {
     color: #fff !important;
}
 .lg-actions .lg-next, .lg-actions .lg-prev {
     background-color: rgba(0, 0, 0, 0) !important;
     color: #fff !important;
     font-size: 26px !important;
}
 .lg-progress-bar .lg-progress {
     background-color: rgba(31, 141, 123, 0.95) !important;
}
 .car-summary {
     display: flex;
     flex-grow: 1;
     flex-wrap: wrap;
     gap: 24px;
     flex-direction: column;
}
 .car-title h1 {
     margin: 0;
}
 .car-price {
     display: flex;
     flex-wrap: wrap;
     gap: 16px;
     align-items: center;
     color: #121212;
     line-height: 1;
     font-weight: 400;
}
 .car-price del {
     font-size: 1.2rem;
}
 .car-price ins {
     color: #EF6A00;
     font-size: 2rem;
     text-decoration: none;
}
 .tax-information {
     flex-basis: 100%;
}
 .car-info {
     display: flex;
     flex-direction: column;
}
 .car-info div {
     padding: 7px 0;
     border-bottom: 0.5px solid #ededed;
     border-top: 0.5px solid #ededed;
}
 .car-info-row {
     display: inline-block;
     min-width: 140px;
     font-weight: bold;
}
 .car-info-value {
     text-transform: lowercase;
}
 span.car-info-value.value-reg, span.car-info-value.value-vin {
     text-transform: uppercase;
}
 .car-bottom-content .wrap {
     display: flex;
     flex-wrap: wrap;
     gap: 48px;
}
 .car-details h2 {
     width: 100%;
     margin: 0 0 48px;
}
 .car-details-groups {
     columns: 3;
}
 .car-details {
     position: relative;
     max-height: 500px;
     width: 100%;
     overflow: hidden;
     transition: max-height 0.3s ease;
}
 .car-details.expanded {
     max-height: none;
}
 .blur-overlay {
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 300px;
     background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
     transition: opacity 0.3s ease;
}
 .car-details.expanded .blur-overlay {
     opacity: 0;
}
 .see-more-btn {
     position: absolute;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     -moz-transform: translateX(-50%);
     -webkit-transform: translateX(-50%);
     white-space: nowrap;
}
 .car-details-group {
     margin: 0 0 24px;
     padding-right: 16px;
}
 .car-details-group h3 {
     margin: 0 0 24px;
}
 .car-details ul {
     list-style: none;
     padding: 0;
}
 .car-details li {
     padding-left: 25px;
     background: url('../img/check-green.svg') no-repeat left center;
     background-size: 20px;
     margin-bottom: 10px;
}
 .send-inquiry {
     flex-basis: 100%;
     margin: 48px 0;
}
 .car-additional-information {
     flex-basis: 100%;
     max-width: 800px;
}
 .car-additional-information h2 {
     margin: 0 0 48px;
}
/* Contact form 7 */
 .wpcf7 p {
     margin: 0;
}
 .wpcf7-not-valid {
     border: 2px solid #800020 !important;
}
 .wpcf7-not-valid-tip {
     display: none !important;
}
 div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
     border: 0;
     margin: 20px 0 0;
     padding: 0;
     float: left;
}
 .wpcf7 input[type=text], .wpcf7 input[type=email] {
     padding: 10px;
     margin: 0 0 16px;
     width: calc(100% - 24px);
     max-width: 320px;
     border: 2px solid #EF6A00;
}
 .wpcf7 textarea {
     width: calc(100% - 24px);
     max-width: 640px;
     padding: 20px 10px;
     margin: 0 0 16px;
     resize: none;
     border: 2px solid #EF6A00;
     font-family: "Open Sans", sans-serif;
}
 .wpcf7 input[type=text]:focus, .wpcf7 input[type=email]:focus, .wpcf7 textarea:focus {
     border: 2px solid #EF6A00;
     outline: 0 !important;
}
 .wpcf7-submit {
     font-family: "Montserrat", sans-serif;
     font-weight: bold;
     text-transform: uppercase;
     font-size: 0.9rem;
     padding: 10px 20px;
     color: #ffffff;
     background-color: #EF6A00;
     border: 2px solid #EF6A00;
     cursor: pointer;
     transition: 0.4s;
}
 .wpcf7-submit:hover {
     background-color: #ffffff;
     border: 2px solid #EF6A00;
     color: #EF6A00;
}
 div.wpcf7-mail-sent-ok {
     border: none;
     float: left;
     width: 100%;
     padding: 0;
     margin: 30px 0 0;
}
 .wpcf7 form .wpcf7-response-output {
     margin: 20px 0 0;
     padding: 0;
     border: 0;
     float: left;
     width: 100%;
}
/* Contact form 7 end */
/* Cars list*/
 .cars-list.dark-background {
     background-color: rgba(0, 0, 0, 0.02);
}
 .cars-list .wrap {
     padding: 48px 0;
     overflow: hidden;
}
 .cars-wrap {
     display: flex;
     flex-wrap: wrap;
     gap: 48px;
}
 .cars-list-header {
     display: flex;
     align-items: center;
     justify-content: space-between;
     margin: 0 0 48px;
}
 .block-title {
     display: block;
     margin: 0;
     text-transform: uppercase;
}
 .car-card {
     position: relative;
     display: flex;
     flex-direction: column;
     width: calc(33.33333333333333% - 33.4px);
}
 .cars-slider .car-card {
     width: 100% !important;
}
 .cars-slider .owl-stage-outer {
     margin-left: calc(-80px - 11px);
}
 .cars-slider .car-slide {
     padding: 0 12px;
     box-sizing: border-box;
}
 .car-card:hover img {
     transform: scale(1.01);
}
 .car-card>a {
     display: flex;
     flex-direction: column;
     text-decoration: none;
     color: #121212;
}
 .car-card .car-image {
     width: 100%;
     height: auto;
     margin: 0 0 16px;
     transition: transform 0.2s ease;
}
 .car-card h2 {
     margin: 0 0 16px;
     color: #121212;
}
 .car-card .car-price {
     margin: 0 0 16px;
     justify-content: end;
}
 .car-card .car-price del, .car-card-details del {
     font-size: 1rem;
}
 .car-card .car-price ins, .car-card-details ins {
     font-size: 1.2rem;
     color: #EF6A00;
     text-decoration: none;
     font-weight: bold;
}
 .car-card .car-price {
     color: #121212;
     font-size: 1rem;
     font-weight: bold;
}
 .car-card-details {
     line-height: 1.5;
     margin-top: auto;
}
 .car-card-details span {
     font-weight: bold;
}
 .gold-star {
     position: absolute;
     top: 15px;
     right: 15px;
     width: 30px;
     height: auto;
     color: #E6C200;
     filter: drop-shadow(0 0 3px rgba(0, 0, 0, 1));
     z-index: 9;
     transition: transform 0.2s ease;
}
 .car-card.custom-content {
     position: relative;
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
     align-items: center;
     justify-content: center;
}
 .car-card.custom-content::before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgba(0, 0, 0, 0.8);
     z-index: 1;
}
 .car-card .custom-content-inside {
     position: relative;
     z-index: 5;
     width: calc(100% - 40px);
     padding: 40px 20px;
     text-align: center;
}
 .car-card .custom-content-inside h3 {
     font-size: 2rem;
     color: #ffffff;
     margin: 0 0 24px;
}
 .car-card .custom-content-inside p {
     margin: 0 0 24px;
     line-height: 1.5;
     font-weight: 500;
     color: #ffffff;
}
/* Cars list end */
/* Pager */
 .pagination {
     display: flex;
     gap: 12px;
     align-items: center;
     justify-content: center;
     text-align: center;
}
 a.page-numbers, .page-numbers.current {
     font-family: "Montserrat", sans-serif;
     text-transform: uppercase;
     font-weight: bold;
     font-size: 0.9rem;
     padding: 10px 20px;
     border: 2px solid #EF6A00;
     text-decoration: none;
     color: #EF6A00;
}
 .page-numbers.current {
     background-color: #EF6A00;
     color: #ffffff;
}
/* Pager end */
/* Narrow content block */
 .narrow-content {
     margin: 0 0 48px;
}
 .narrow-content .wrap {
     max-width: 800px;
}
 .narrow-content .wrap img {
     width: 100%;
     height: auto;
     margin: 24px 0;
}
/* Narrow content block end */
 .contacts-block {
     margin: 48px 0;
}
/* Price list block */
 .price-list {
     margin: 48px 0;
}
 .price-list .wrap {
     max-width: 800px;
}
 .price-list-row {
     display: flex;
     align-items: center;
     gap: 10px;
     padding: 12px 8px;
}
 .price-list-column:first-child {
     text-align: left;
     word-break: break-word;
     flex: 1;
     min-width: 0;
}
 .price-list-column:last-child {
     text-align: right;
     margin-left: auto;
     min-width: 80px;
     flex-shrink: 0;
     white-space: nowrap;
}
 .price-list-row:nth-child(even) {
     background: rgba(0, 0, 0, 0.04);
}
/* Price list block end */

.grecaptcha-badge {
    display: none !important;
}

 @media (max-width: 1000px) {
     .cars-slider .owl-stage-outer {
         margin-left: calc(-40px - 13px);
    }
     .cars-wrap {
         gap: 24px;
    }
     .car-card {
         width: calc(50% - 12px);
    }
     .cars-slider .car-card {
         width: 100% !important;
    }
     .car-details-groups {
         columns: 2;
    }
     .car-top-content {
         margin: 0 0 24px;
    }
     .car-top-content .wrap {
         gap: 24px;
    }
     .car-bottom-content .wrap {
         gap: 24px;
    }
     .page-header-top {
         box-shadow: 0 14px 30px -6px rgba(0, 0, 0, 0.1);
    }
     .header-logo img {
         height: 50px;
    }
     .header-icons-helper-text {
         display: none;
    }
    /* mobile burger */
     .mobile-burger {
         display: block;
    }
     .menu-icon {
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         width: 30px;
         height: 24px;
         cursor: pointer;
         position: relative;
    }
     .menu-icon span {
         display: block;
         height: 3px;
         background: #ffffff;
         border-radius: 5px;
         transition: all 0.3s ease-in-out;
         position: absolute;
         left: 0;
         width: 100%;
    }
     .menu-icon span:nth-child(1) {
         top: 0;
    }
     .menu-icon span:nth-child(2) {
         top: 10px;
    }
     .menu-icon span:nth-child(3) {
         top: 20px;
    }
     .menu-icon.open span:nth-child(1) {
         transform: translateY(10px) rotate(45deg);
    }
     .menu-icon.open span:nth-child(2) {
         opacity: 0;
    }
     .menu-icon.open span:nth-child(3) {
         transform: translateY(-10px) rotate(-45deg);
    }
    /* mobile burger end */
     .header-information {
         margin-left: auto;
    }
     .header-information ul {
         gap: 20px;
    }
     .page-header-top {
         position: relative;
         z-index: 99;
    }
     .page-header-bottom {
         display: none;
         align-items: center;
         position: fixed;
         top: 0;
         height: 100%;
         width: 100%;
         z-index: 9;
         overflow: auto;
    }
     .page-header-bottom.open {
         display: flex;
    }
     .page-header-bottom .wrap {
         padding: 100px 0 40px;
         height: auto;
    }
     .menu-wrap ul {
         flex-direction: column;
    }
     .menu-wrap ul li:last-child {
         margin-left: 0;
    }
     .google-map {
         height: 300px;
    }
     .google-map iframe {
         height: 300px;
    }
}
 @media (max-width: 1000px) and (max-height: 600px) {
     .page-header-bottom.open {
         display: block;
    }
}
 @media (max-width: 700px) {
     .cars-slider .owl-stage-outer {
         margin-left: -40px;
    }
     .cars-slider .car-slide {
         padding: 0;
    }
     .mobile-button-wrap {
         display: flex;
         justify-content: center;
         margin: 32px 0 0;
    }
     .dreamo-banner, .banner-slider .banner-slide {
         height: 460px;
    }
     .banner-slider .dreamo-banner-content h2, .dreamo-banner .dreamo-banner-content h2 {
         font-size: 2rem;
    }
     .banner-slider .dreamo-banner-content p, .dreamo-banner .dreamo-banner-content p {
         font-size: 1.3rem;
    }
     .cars-list-header {
         flex-direction: column;
    }
     .cars-list-header .button {
         display: none;
    }
     .car-card h2 {
         margin: 0 0 8px;
    }
     a.prev.page-numbers, a.next.page-numbers {
         display: none;
    }
     .car-details h2 {
         margin: 0 0 24px;
    }
     .car-additional-information h2 {
         margin: 0 0 24px;
    }
     .send-inquiry h2 {
         margin: 0 0 24px;
    }
     .single-karmani-cars .content {
         padding: 20px 0 48px;
    }
     .car-top-content .wrap {
         flex-wrap: wrap;
    }
     .car-images {
         width: 100%;
    }
     .page-footer .wrap {
         display: block;
    }
    /* company-details is for contacts block */
     .company-details {
         display: block;
         margin: 0 auto;
    }
     .footer-col {
         margin: 0 0 32px;
    }
     .footer-logo {
         border: 0;
         padding: 0;
    }
}
 @media (max-width: 500px) {
     .car-card {
         width: 100%;
    }
     .pagination {
         gap: 5px;
    }
     a.page-numbers, .page-numbers.current {
         padding: 5px 10px;
    }
     .car-details-groups {
         columns: 1;
    }
     .wrap {
         width: calc(100% - 32px);
    }
     .page-header-top .wrap {
         gap: 20px;
    }
     .header-logo img {
         height: 40px;
    }
     .header-information ul {
         gap: 14px;
    }
}
 @media (max-width: 350px) {
     .header-information {
         display: none;
    }
}