/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.cs-range-text.right {
	right: 2.25em;
}
.cs-range-text {
	left: 2.25em;
}

.c-price-small{
	margin-left: 0.5rem;
}

.wpcf7-list-item{
  margin-left:0;
}
.wpcf7-list-item label {
    color: #8d9091;
    font-weight: 400!important;
        font-size: .88em;
    line-height: 1.3;
}
.wpcf7-list-item label {
    display: flex;
    align-items: flex-start;
}
.wpcf7-list-item label a{
     color: #8d9091;
}
input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 10px;
    margin-top:3px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ce0202;
    background: #ce0202;
    color: #fff;
    padding: 10px;
    margin: 10px 0px 20px 0px;
    font-size: 14px;
    line-height: 21px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background: #46b450;
    color: #fff;
    padding: 10px;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
    margin-top:10px;
}
.hero-slide{
    
}
.slick-dots{
    position:static;
        grid-column-gap: .5em;
    grid-row-gap: .5em;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.slick-dots li{
    width:auto;
    height:auto;
    margin:0;
}
.slick-dots li button:before{
    content:none;
}
.slick-dots li button{
      background-color: #dcdcdc;
    border-radius: 100%;
    width: .5em;
    height: .5em;
    transition: all .3s;  
}
.slick-dots .slick-active button{
    background-color: #8e4f2e;
    width: .75em;
    height: .75em;
}

 :root {
  --handle-color: #2962ff;
  --handle-hover: #121331;
  --tip-color: #121331;
}
*, *:before, *:after {
  box-sizing: border-box;
}
.ms-range-slider-bar {
  -webkit-appearance: none;
}
.ms-range-slider-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(https://cdn.prod.website-files.com/67c58fd34c25a330a0284883/67c70a2f7f5f03152200acd3_handle.svg);
  background-repeat:no-repeat;
  background-position:center;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  z-index:999;
  position:relative;
}
.ms-range-slider-bar::-webkit-slider-thumb:hover {
}
.ms-range-slider-bar:active::-webkit-slider-thumb {
}
.ms-range-slider-bar::-moz-range-thumb {
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: url(https://cdn.prod.website-files.com/67c58fd34c25a330a0284883/67c70a2f7f5f03152200acd3_handle.svg);
  background-repeat:no-repeat;
  background-position:center;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
    z-index:999;
  position:relative;
}
.ms-range-slider-bar::-moz-range-thumb:hover {
}
.ms-range-slider-bar:active::-moz-range-thumb {
}
.ms-range-slider-value:after {
  position: absolute;
  top: 8px;
  left: -6px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid var(--tip-color);
  border-bottom: 7px solid transparent;
  content: '';
}
::-moz-range-track {
  background: red;
  border: 0;
}
input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.ms-toggle-bg {
      border: 1px solid #E1E3E6;
}
.ms-toggle-checkbox:checked ~.ms-toggle-dot {
    left: 35px;
}
.ms-toggle-checkbox:checked ~.ms-toggle-dot.smaller {
left: 0.83em;
}
.ms-toggle-checkbox:checked ~.ms-toggle-bg.smaller {
background-color:#fff;
}
.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    background-color: #E3E3E3;
    cursor: pointer;
    margin: 0 3px 0.5em;
    transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
    background-color: #8A9097;
}
.how-item:last-of-type .how-item-middle .how-line{
    display: none;
}
.single-step:first-of-type .step-number .step-line:first-of-type{
    background:transparent;
}
.single-step:last-of-type .step-number .step-line:last-of-type{
    background:transparent;
}
.single-post .main-post-title{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
.richtext iframe{
        width: 100%;
    margin: 20px 0;
}
.polecamy-s-item:hover .car-button-inner{
    background-color: #f28b1a;
}
.page-template-template-blog .bg-left{
    max-width:700px;
}
.blog-item-shot-text {
    padding-right: 4.81em;
}
.blog-item-shot-text {
        margin-bottom: .63em;
    }
.blog-item-single:hover .simple-main-btn{
    background-color: #f28b1a;
    border:1px solid #f28b1a;
}
.spage{
    padding-top:7em;
}
.spage h2{
    margin-bottom:0.5em;
}
.team-left,
.team-right{
    cursor:pointer;
}
.zespol-slider .slick-slide {
      margin: 0 12px;
  }

.zespol-slider .slick-list {
      margin: 0 -12px;
  }
.showpopup{
    display:flex;
}
.wpcf7-submit{
    display:none;
}
.form-btns{
    position: relative;
}
.wpcf7-spinner{
    position:absolute;
}
.cs-label{
    z-index:9;
}
.zgody-more .wpcf7-list-item label{
     font-size: 0.8em;
    color: #000;
    font-weight: 400;   
}
.wpcf7-list-item-label > span {
    display: block;
    font-size: 1.1em;
    margin-bottom: 0.3em;
}
.zgody-more .wpcf7-list-item{
    margin-bottom:0.3em;
}
.popup-inner.is--contact{
     max-height: 90vh;
    overflow: auto;   
}
.w-form-formradioinput--inputType-custom.w--redirected-checked {
    border-width: 0;
    border-color: transparent;
    box-shadow:none!important;
}
.zgody-more{
    height:0;
    overflow: hidden;
    transition: 0.5s all;
    width:100%;
}
.form-btns{
    flex-wrap: wrap;
    grid-row-gap: 0em;
}
.pokaz-zgody{
    height:auto;
}
.cs-rozwin img{
    transition:0.5s all;
}
.cs-rozwin.active img{
    transform:rotate(180deg);
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 0.88em;
    font-weight: normal;
    display: block;
}
.zgody-inner .wpcf7-not-valid-tip {
    margin-top: -10px;
}
.radio-flex.black .wpcf7-list-item-label{
    color:#000;
}
.radio-flex input[type="radio"]{
margin-top: 3px;
    margin-right: 6px;
}
.wpcf7-radio > span{
    margin-right:10px;
}
input[type="file"] {
    display: none;
}
.csfile{
        cursor: pointer;
}
.page-template-template-kalkulator .navbar,
.page-template-template-onas .navbar,
.page-template-template-blog .navbar,
.single .navbar{
    background:#fff;
}

.car-gallery-nav .slick-slide {
      margin: 0 12px;
  }

.car-gallery-nav .slick-list {
      margin: 0 -12px;
  }
.cgs-small.slick-slide.slick-current.slick-active{
    opacity: 100;
    border-bottom-color: #8a9097;
}
.cgs-small{
    cursor:pointer;
}
.single-car:hover .car-button-inner{
   background-color: #f28b1a; 
}

.toggle-next {
  border-radius: 0;
}
.cs-select-drop{
    position:relative;
}
.ellipsis {
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #8a9097;
    background-color: #0000;
    border: 1px solid #e1e3e6;
    border-radius: 1000px;
    margin-bottom: 0;
    padding: 0 1em;
    font-size: .81em;
    font-weight: 400;
    line-height: 3;
    height: 3em;
    text-align:left;
}

.apply-selection {
  display: none;
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  border-bottom: 1px solid #ccc;
}
.apply-selection .ajax-link {
  display: none;
}

.checkboxes {
  margin: 0;
  display: none;
    border-top: 0;
    position: absolute;
    background: #fff;
    width: 120%;
    z-index: 99;
}
.checkboxes .inner-wrap {
  padding: 5px 10px;
  max-height: 210px;
  overflow: auto;
}
.model .cs-select{
    font-size:0.94em;
}
.inner-wrap label{
     font-size: .97em;
    font-weight: 400;
        color: #8a9097;
    line-height: 1.5;   
    display:flex;
    align-items:center;
}
.inner-wrap input[type="checkbox"] {
    flex-shrink: 0;
    margin-right: 7px;
    margin-top: 0px;
}
.image-2{
    top:1em;
}
.inner-wrap input[type="radio"] {
    flex-shrink: 0;
    margin-right: 7px;
    margin-top: 0px;
}
.cs-select-drop select{
    height:3em;
}
.ellipsis{
    cursor:pointer;
}
.single-car.is--last{
    min-height:29em;
}
.noresults{
    width:100%;
    text-align:center;
    margin-bottom:2em;
}
 
.summary-right{
    flex-shrink:0;
}
.car-gallery-nav{
    overflow:hidden;
}

@media screen and (max-width: 479px) {
    .form-zgody {
        flex-flow: row;
    }
}
@media screen and (max-width: 779px) {
.csfile{
    margin-bottom: 10px;
}
}

.kontakt-page-phones .footer-link-flex{
    text-decoration: none;
    color:#000;
}
.kontakt-page-phones .footer-link-flex:hover{
    color: #f28b1a;
}
.page-template-template-kontakt .footer-kontakt{
    display:none;
}
.w-nav-link:before{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:1px;
    background:#20325C;
    transition:0.5s all;
}
.w-nav-link.w--current{
    color:#000;
}
.w-nav-link.w--current:before,
.w-nav-link:hover:before{
    width:100%;
}

.marki-slider .slick-slide {
      margin: 0 12px;
  }

.marki-slider .slick-list {
      margin: 0 -12px;
  }
  .sl-left,
  .sl-right{
    cursor:pointer;
  }

.popup-content-zi {
    z-index: 99999;
    background-color: #f8f8f8bf;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
.showpopup {
    display: flex!important;
}
.zi-title{
    font-size: 2em;
    font-weight: 600;
    color: #000;
    text-align: center;
    line-height:1.3;
}
.popup-content-zi .kontakt-flex {
    display: block;
}
.zi-text{
    margin-top:1em;
      font-size: 1em;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height:1.5;
}
.zi-buttons{
    display: flex;
    gap: 1em;
    align-items: center;
    justify-content: center;
    margin-top: 2em;
}
.popup-content-zi .popup-inner.is--contact {
    max-width: 42.13em;
}
.btn-call{
        background-color: #20325c!important;
    border: 1px solid #20325c!important;
}
.btn-call:hover{
     background-color: #f28b1a!important;
    border-color: #f28b1a!important;  
}
.w-input:focus, .w-select:focus {
    border-color: #f28b1a;
    outline: 0;
}
.wyszukiwarka-content{
    max-width:500px; 
    margin:30px auto;
}
.whitesection{
    background: #fff;
}
 
.morespace{
    margin-bottom:0.5em;
}
.w-slider-dot{
    margin:0 15px!important;
}
@media (max-width:767px){
.w-slider-dot{
    margin:0 7px!important;
}
}
.cs-top-space{
    margin-top:30px;
}
.cky-notice-btn-wrapper button{
border-radius: 23px;
}
.page-template-template-dziekujemy .navbar,
.page-template-template-dziekujemy .footer-kontakt,
.page-template-template-dziekujemy .footer{
    display:none;
}
.page-template-template-druk .navbar,
.page-template-template-druk .footer-kontakt,
.page-template-template-druk .footer{
    display:none;
}
.car-details-flex2{
    width:100%;
}
@media screen and (max-width: 767px) {
    .popup-inner-max {
     max-height: 80vh;
    overflow: auto;
    }
}
.page-template-template-druk .cky-btn-revisit-wrapper{
    display:none!important;
}
.dkpdf-button-container{
    float:none;
}
.cs-label {
    z-index: 11;
}
.cs-select-drop {
    position: relative;
    z-index: 9;
}
.lista-pagination{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lista-pagination a{
    color:#000;
}
.pag-item{
    width:25px;
    height:25px;
    display:flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border:1px solid #e1e3e6;
    margin:0 7px;
    transition:0.5s all;
}
.pag-item.current,
.pag-item:hover{
 background-color: #f28b1a;
    border-color: #f28b1a;
    color: #fff;   
}
.blog-item-img{
    height: 24em;
}
.blog-item-single{
    display: flex;
    flex-direction: column;    
}
.blog-item-content {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    display: flex;
}
.form-flex-radios .wpcf7-list-item label{
    color:#000;
}
.popup-dziekujemy{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:9999;
    display:none;
}
.popup-close {

    z-index: 9;
}
.showpopup{
    display:flex!important;
}
.section-hero-2.full{
    width:100%;
}

@media screen and (max-width: 767px) {
    .popup-dziekujemy .section-hero-2.full {
    overflow: auto;
}
.popup-dziekujemy .bottom-section.rel {
    padding-top: 4em;
    position: static;
}
}

.car-img{
    width:100%;
}
.single-car {

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.car-gallery-nav .slick-list{
    min-width:100%;
}
.rata-value2{
    width: 100%;
        margin-top: -0.2em;
}
.rata-flex {
    flex-wrap: wrap;
}
.rata-value2 {
    color: #b1b1b1;
}

.popup-inner {
    max-height: 90vh;
    overflow: auto;
}
.car-img img {
    width: 100%;
    mix-blend-mode: multiply;
}
.csautocomplete {
    position: absolute;
    background: #f8f8f8;
    width: 100%;
    left: 0;
    height: 0;
    padding: 0 15px;
    z-index: 99;
    overflow: hidden;
}
.search-block{
    position:relative;
}
.auto-complete-item{
    cursor: pointer;
    font-size: 1em;
    margin: 5px 0;
    transition:0.3s all;
    text-decoration: none;
    display:block;
    color:#000;
}
.show-auto{
    height:auto;
}
.auto-complete-item:first-of-type{
    padding-top:1em;
}
.auto-complete-item:hover{
    color: #f28b1a
}
.more-text{
    position:relative;
}
.single-car.is--last{
    position:relative;
}
.single-car.is--last .more-text2{
    position:absolute;
    bottom:1.25em;
    left:1.5em;
}
.single-car.is--last .more-offers{
    position:static;
}
.ellipsis{
    font-size:0.94em;
}
.form-search-button .simple-main-btn{
    font-size:1em;
}
.image-2 {
    top: 1.2em;
}
@media (max-width:991px){
.cs-select-drop{
    position:static;
}
.form-flex {
        grid-column-gap: 0em;
        grid-row-gap: 1em;
        flex-flow: wrap;
    }
}
.bg-bottom-cs-line .line-inner{
    display:none;
}
.home .st-flex-item {
    background-color: #f8f8f8;
}
.section-kontakt{
      border-top: 1px solid #20325c1f;  
}
.misha_loadmore{
    background-color: #ddd;
    border-radius: 2px;
    display: block;
    clear: both;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    letter-spacing:1px;
    cursor:pointer;
    text-transform: uppercase;
    padding: 10px 0;
    transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
    background-color: #767676;
    color: #fff;
}
.is-mobile{
    display:none;
}

@media (max-width:767px){
    .is-mobile{
        display:block;
        aspect-ratio:auto;
    }
    .is-desktop{
        display:none;
    }
    .hero-slide {
        padding-bottom: 3em;
    }
}

@media (min-width:767px) and (max-width:1100px){
        .c-price-big {
        font-size: 3em;
    }
    .slide-img,
    .slide-col{
        width:50%;
    }
}
.secflexcs{
    display:flex;
    align-items:center;
    justify-content: center;
}
.secflexcol{
    width:33.33%;
}
.secflexcol .inner-wrap a{
 font-size: .97em;
    font-weight: 400;
    color: #8a9097;
    line-height: 1.5;
    display: flex;
    align-items: center;  
    transition:0.5s all;
    text-decoration: none;
    margin-bottom:3px; 
}
.secflexcol .form-item{
    max-width: 220px;
    width:200px;
    margin-left: auto;
}
.secflexcol .inner-wrap a:hover{
  color: #20325c;  
}
.secflexcol .cs-label {
    background-color: #f8f8f8;

}

@media (max-width:760px){
    .secflexcs{
        flex-wrap:wrap;
    }
    .secflexcol{
        width:100%;
    }
    .secflexcol .form-item {
    margin-left: auto;
    margin-right: auto;
}
}

.popup-dziekujemy .section-hero-2 {
    background-color: #f8f8f8;
       position: relative;
    max-height: 60%;
    max-width: 50%;
    min-height: 100px !important;
    margin: 0 auto;
        padding-bottom: 1.44em;
}
.showpopup {
    align-items: center;
    justify-content: center;
}
.popup-dziekujemy{
    background:#f8f8f878;
}
.popup-dziekujemy .bottom-section.rel {
    padding-top: 3em;
    position: static;
        padding-bottom: 0;
}

@media (max-width:1400px){
.popup-dziekujemy .section-hero-2 {
    background-color: #f8f8f8;
    position: relative;
    max-height: 80%;
    max-width: 60%;
    min-height: 100px !important;
    margin: 0 auto;
    padding-bottom: 1.44em;
}
.popup-dziekujemy .hero-title {
    color: #131e37;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
}
}
@media (max-width:900px){
.popup-dziekujemy .section-hero-2 {
    background-color: #f8f8f8;
    position: relative;
    max-height: 80%;
    max-width: 60%;
    min-height: 100px !important;
    margin: 0 auto;
    padding-bottom: 1.44em;
}
.popup-dziekujemy .hero-title {
    color: #131e37;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
}
}

@media (max-width:600px){
.popup-dziekujemy .section-hero-2 {
    background-color: #f8f8f8;
    position: relative;
    max-height: 80%;
    max-width: 80%;
    min-height: 100px !important;
    margin: 0 auto;
    padding-bottom: 1.44em;
}
.popup-dziekujemy .hero-title {
    color: #131e37;
    text-align: center;
    font-size: 2.5em;
    font-weight: 600;
    line-height: 1.2;
}
}
@media (max-width:400px){
.popup-dziekujemy .section-hero-2 {
    background-color: #f8f8f8;
    position: relative;
    max-height: 80%;
    max-width: 94%;
    min-height: 100px !important;
    margin: 0 auto;
    padding-bottom: 1.44em;
}
.popup-dziekujemy .hero-title {
    color: #131e37;
    text-align: center;
    font-size: 2em;
    font-weight: 600;
    line-height: 1.2;
}
}

@media (max-width:560px){
    .zi-buttons{
        flex-wrap:wrap;
    }
}
.popup-close{
    background:transparent;
}
 

 /* Zmiana koloru po zaznaczeniu (checkmark i "dot" w radio) */
input[type="checkbox"]:checked,
input[type="radio"]:checked {
    accent-color: #20325c; /* dowolny kolor, np. niebieski */
}
 
.Image {  display: block;  width: 100%;  height: 100%;  mix-blend-mode: multiply;  object-fit: cover;}
.page-template-template-kalkulator{
.rata-flex {
    justify-content: center;
    align-items: center;
    display: flex
;
}
}