.klix-navigation-compact {
    background-color: #fff !important;
}

.klix-error-logo {
    height: 50px;
}

.select-value::after {
    rotate: -90deg;
}

.klix-section-1 {
    background-color: #dcf1ff !important;
}


.klix-legal-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 16px;
    background: #fbfafb; 
    padding: 16px;
    margin: 16px 0;
    border-radius: 8px;
}

.dtc-calculator-container {
    max-width: 400px !important;
    width: 400px !important;
}

.klix-legal-margin {
    margin-bottom: 40px;
}

.homepage-7-slide .wrapper {
    background: #fbfafb !important;
}

.abs-form .info-block {
    width: fit-content;
}

.button-primary,
.button-primary:hover,
.button-secondary,
.button-secondary:hover  { 
    background-color: unset;
    border: unset;
    color: unset;
 }

@media (max-width: 768px) {
    .klix-legal-wrapper {
        grid-template-columns: 1fr;
    }

    .button-primary,
    .button-primary:hover {
        background-color: #0094ff !important; /* primary color */
        border: 2px solid #0094ff !important; /* primary color */
        color: white !important;
    }

    .button-secondary,
    .button-secondary:hover {
        background-color: unset;
        border: 2px solid #0094ff !important; /* primary color */
        color: unset;
    }
}

.button-primary,
  { 
    background-color: #0094ff !important; /* primary color */
    border: 2px solid #0094ff !important; /* primary color */
    color: white !important;
 }

 .button-primary:hover
  { 
    background-color: #33a8ff !important; /* primary color */
    border: 2px solid #33a8ff !important; /* primary color */
    color: white !important;
 }

 .button-secondary,
 { 
    border: 2px solid #0094ff !important;
 }

.button-secondary:hover {
    border: 2px solid #33a8ff !important;

}


.klix-hero  { 
    background: #dcf1ff; /* light blue*/
    padding-top: 48px;
    padding-bottom: 48px;
}

.klix-button-secondary,
.klix-button-secondary:hover  { 
    border: 2px solid #0094ff;

}

.klix-hero .section-1 div ul,
.klix-partial-wrapper .partial .split-block-details .info-container ol  { 
    padding: 0;
    margin: 0;
}

.klix-hero .section-1 div ul li,
.klix-partial-wrapper .partial .split-block-details .info-container ol li  { 
    position: relative;
    padding: 0 0 0 13px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;    
}

.klix-hero .section-1 div ul li  { 
    list-style: none;   
}

.QrPopup_desktop {
    align-items: center;
}

.klix-partial-wrapper .partial .split-block-details .info-container ol li  { 
    margin-left: 16px;
}

.klix-hero .section-1 div ul li:before,
.split-block-details ul li::before  { 
    color: #0094ff;
    content: "â€¢";
    position: absolute;
    left: 0;        
}

.klix-headline  { 
    text-transform: unset;
    font-weight: 500;
}

.leasing-requisites-list {
    display: unset;
    grid-template-columns: unset;
    grid-gap: unset;
}

.header-contacts {
    display: flex;
    flex-wrap: wrap;
    gap: 48px;
}

.klix-recommendedBlock-link {
    padding: 16px;
    font-weight: 500;
}

.klix-footer-mobile, .klix-footer-mail {
    font-size: 14px;
}

.klix-recommendedBlock-link, 
.klix-footer-mobile, .klix-footer-mail,
#klix-header-mobile, #klix-header-mail  {
    max-width: fit-content;
    display: flex;
    position: relative;
    margin-bottom: 0;
    align-items: start;
    cursor: pointer;
    border-radius: 0 24px 24px 24px;
    text-decoration: none;

}

#klix-error-mobile, #klix-error-mail  {
    max-width: fit-content;
    margin-bottom: 0;
    display: inline-flex;
    align-items: start;
    cursor: pointer;
    border-radius: 0 24px 24px 24px;
    text-decoration: none;

}

.klix-footer-mobile, .klix-footer-mail,
#klix-header-mobile, #klix-header-mail,
#klix-error-mobile, #klix-error-mail {
    align-items: center !important;
}

.klix-recommendedBlock-link::before {
    content: url(/public/assets/system/file.svg);
    width: 24px;
    height: 24px;
    position: relative;
    left: -10px;    
}

.klix-footer-mobile:before,
#klix-header-mobile:before,
#klix-error-mobile:before {
    content: url(/public/assets/system/mobile-small.svg);
    width: 20px;
    height: 20px;
    position: relative;
    left: -10px;   
}

.klix-footer-mail:before,
#klix-header-mail:before,
#klix-error-mail:before {
    content: url(/public/assets/system/mail-small.svg);
    width: 20px;
    height: 20px;
    position: relative;
    left: -10px;   
}

.hero-banner-small-container div.hero-banner-small:first-child  { 
    background-color: #ffecd9 !important; /* light orange */
}

 .hero-banner-small-container div.hero-banner-small:last-child  { 
    background-color: #ebfbd7 !important; /* light green */        
}
   
.klix-statistics-wrapper  { 
    background-color: #ffecd9; /* light orange */
    margin-bottom: 20px;
}

.klix-statistics-wrapper p  { 
    font-size: 14px; 
    padding-left: 16px;
}

.klix-statistics h2, 
.klix-statistics .dynamic-number, 
.klix-statistics-title  { 
   color: black;
}

.klix-button-container  { 
    display: flex;
    margin-top: 40px;
    justify-content: flex-start;
    gap: 16px;
    flex-wrap: wrap;
}

.button-primary, 
.klix-button-primary,
.klix-button-primary:hover  { 
    background-color: #0094ff !important; /* primary color */
    border: 2px solid #0094ff !important; /* primary color */
    color: white !important;
}
  
.klix-hero .section-2 .text-block.klix-dtc-color,
.split-block-details .info-container .text-block.klix-dtc-color  { 
    background-color: #afef61; /* green highlight color */
    color: black;
    padding: 8px 16px;
}

.klix-hero .section-2 .text-block.klix-b2b-color,
.split-block-details .info-container .text-block.klix-b2b-color  { 
    background-color: #ffa938; /* orange highlight color */
    color: black;
    padding: 8px 16px;
}
    
.klix-brand-text-block_single .klix-brand-grid  { 
    grid-template-columns: 1fr;
    margin: auto;
    padding: 40px 20px;
}

.klix-brand  { 
    background-color: #0094ff; /* primary color */
}

.klix-brand p, 
.klix-brand h2  { 
    color: white;
}
    
.klix-partial-wrapper  { 
    margin-bottom: 96px;
}

.klix-partial-wrapper #klix-logo  { 
    margin-bottom: 28px;
}

.klix-invert-logo  { 
    filter: invert(1); /* invert colors, e.g. from white to black */
}

[class*="klix-logos-partial"] { 
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 24px;
}

[class*="klix-logos-partial"] img  { 
    user-select: none;
    pointer-events: none;
    max-width: 100%;
    height: 48px;
}

.klix-tiles-content  { 
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(50% - 16px);
    background-color: #F4F6F8;
    padding: 24px;
    border-radius: 8px;
}

.klix-career-3-block  { 
    background-color: #dcf1ff !important;
    width: calc(25% - 72px);
    padding: 24px;
    border-radius: 8px;
}

.klix-career-3-block img, 
.klix-dtc-steps-block img  { 
    margin: 0 0 0 -24px;
    width: 96px;
    height: 96px;
}

.abs-table th {
    background-color: #e5f4ff !important;
}

.abs-table td {
    background-color: #fbfafb !important;
}

.abs-form {
    max-width: unset !important;
    background: #fbfafb !important;
}

.cookies-manage {
    max-width: 1168px !important;
}


.klix-dtc-steps-block  { 
    background-color: #dcf1ff !important;
    width: calc(33% - 66px);
    padding: 24px;
    border-radius: 8px;
}
     
.klix-brands-3-block  { 
    background-color: #ebfbd7 !important;
    width: calc(25% - 24px);
    border-radius: 8px;
    padding: 0;
    display: flex;
    justify-content: center; 
    align-items: center;   
}

.klix-brands-platforms-block  { 
    background-color: #f3f1f5 !important;
}

.klix-brands-3-block img  { 
    height: 72px;
    max-width: calc(100% - 24px);
    margin-bottom: 0;
}
   
.klix-button-container  { 
    margin-top: 40px;
}

.text-button.secondary:hover  { 
    background-color: #dcf1ff;
}

.klix-feedback-author  { 
    padding-top:10px;
}
 
#pricelist-button  { 
    background:#0094FF; 
    border:#0094FF;
}

.klix-pricelist-p  { 
    font-weight: normal; 
    font-size: 14px;
}

.klix-pricelist-offer  { 
    text-align: center;
}

.klix-promo-bold {
    font-weight: bold;
}

.klix-promo-label {
    color: #fff; 
    background-color: #0094ff;
    font-weight: normal;    
}

.klix-promo-partial {
    display: flex;
    justify-content: flex-start;
}

.klix-b2b-pricelist-header-wrapper {
    display: flex;
    align-items: center;
}

.klix-b2b-pricelist-header-div {
    width: 75%;
}

.klix-b2b-pricelist-button-div {
    justify-content: center;
}

.klix-platforms-link  { 
    display: flex;
    justify-content: center;
}

.Menu-ColumnsWrapper  { 
    justify-content: unset;
    column-gap: 32px;
}

.klix-partial {
    display: flex; /* Enable flexbox layout */
    justify-content: space-between; /* Optional: add space between the boxes */
}

.klix-promo-label-wrapper {
    padding-right: 16px;
    margin-top: 16px;
}

@media (max-width: 768px)  { 
    .klix-tiles-content  { 
        width: auto;
    }

    [class*="klix-logos-partial"]  { 
        justify-content: center;
    }

    .klix-split-block-details  { 
        grid-template-areas: "two" "one";
    }

    .klix-brand-text-block_single .klix-brand-grid  { 
        padding-bottom: 16px;
    }

    .klix-brands-3-block {
        width: calc(50% - 12px);
    }
    
    .klix-career-3-block { 
         width: 100%;
    }

    .klix-dtc-steps-block {
        width: 100%;
    }

    .klix-career-3-block img,
    .klix-dtc-steps-block img  { 
        width: 60px;
        height: 60px;
    }

    .klix-brands-3-block img  { 
        height: 60px;
        max-width: calc(100% - 24px);
    }

    .klix-partial-wrapper  { 
        margin-bottom: 96px;
    }

    .career-3-wrapper  { 
        flex-direction: unset;
    }

    .mortgage-13 .slick-slide .klix-button-secondary {
        width: fit-content !important;
    }

}

@media (min-width: 1200px)  { 
    .klix-footer-wrapper  { 
        max-width: unset !important;
    }
}

@media (min-width: 768px) {
    .klix-other-lenders {
        max-width: 50%;
    }
}

@media (hover: hover)  { 
    .Menu-ColumnsWrapper .dropdown:hover > .dropdown-title,
    .Menu-ColumnsWrapper .dropdown:hover > .dropdown-toggle  { 
        color: #0094ff;
    }

}

@media (max-width: 895px)  { 
    .klix-hero .section-3 .klix-button-primary  { 
        width: calc(100% - 52px);
    }

}

.hero-banner-small a::after {
    content: url('/public/assets/system/chevron-left.svg') !important;
}

.hero-banner-small a:hover, 
.hero-banner-small a:active {
    background-color: #dcf1ff !important;
}