/*
.itstart-absolute-container {

    position: absolute;
    width: 390px;
    height: 440px;
    left: calc(50% - 200px);
    top: 200px;
    padding: 20px 0 0;
    z-index: 999;

}

.itstart-button-filled {
    margin: 15px 5% 0;
    width: 90%;
    height: 70%;
    border: 0;
}
.itstart-block-inner {
    position: relative;
    width: 90%;
    margin: 0 5%;
}
*/

/* NEW */
/*
.itstart-absolute-container {
    position: absolute;
    width: 600px;
    height: 60px;
    right: 20px;
    margin-top: -150px;
    z-index: 1350;
    background:rgba(79, 76, 76,0.7);
	background: #ff6600;
}
*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
body{
background-color:rgb(33, 33, 33) !important;
padding:0 !important;
}
.kotwica{
position:relative;
/* top:-140px; */
}
.place-label{
font-size:12px;
  margin-bottom: 5px;
    margin-top: 10px;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
#step-2-cars-list .container{
max-width:100%;
}
.catgory-container{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.itstart-full-height {
    /*height: 60px;*/
    vertical-align: top;
}

.itstart-button-filled {
    margin: 0 5%;
    padding: 0;
    width: 90%;
    height: 100%;
    border: 0;
    cursor: pointer;
}

.itstart-block {
    height: 150px;
}

.itstart-blocks-4 {
    position: relative;
    cursor: default;
}

.itstart-inline-block-inner {
    /*
    position: absolute;
    height: 60px;
    width: 100%;
    */
}

#itstart-mainpicker-date-to-1,
#itstart-mainpicker-date-from-1,
#itstart-mainpicker-time-from-1,
#itstart-mainpicker-time-to-1  {
    font-size: 18px;
    margin-top: -8px;
    cursor: pointer;
}

#itstart-mainpicker-date-to-1,
#itstart-mainpicker-date-from-1{
    height: 50px;

    padding: 8px 8px 7px 8px;
	padding-left: 35px;
    margin: 0;
    border: 1px solid #e1e1e1;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;

    background: #fff url('../../../img/images_for_template/icons_search_form/calendar_ico.png') 8px 8px no-repeat;
}

#itstart-mainpicker-time-from-1,
#itstart-mainpicker-time-to-1{
    height: 44px;
    padding: 8px 8px 7px 8px;
    margin: 0;
    border: 1px solid #e1e1e1;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s;
}

#itstart-mainpicker-date-to-1,
#itstart-mainpicker-date-from-1{
	height: 44px;
    text-align:center;
    max-width: 100%;
    padding-left: 40px;
	
	font-size: 15px;
	
	border-radius: 4px 0px 0px 4px;
-moz-border-radius: 4px 0px 0px 4px;
-webkit-border-radius: 4px 0px 0px 4px;
}
#itstart-mainpicker-time-from-1,
#itstart-mainpicker-time-to-1{
    text-align:center;
    max-width: 100%;
    width:100%;
	font-size: 15px;
	
	
	border-radius: 0px 4px 4px 0px;
-moz-border-radius: 0px 4px 4px 0px;
-webkit-border-radius: 0px 4px 4px 0px;
	
}

/**/

#itstart-mainpicker-place-from-select,
#itstart-mainpicker-place-to-select{
    padding-left: 40px;
    border-radius: 0;
    height: 44px;
    border: 1px solid #ccc;
    background: #fff url('../../../img/images_for_template/icons_search_form/planet_ico.png') 8px 9px no-repeat;
    font-size: 15px;
}


/**/



#itstart-mainpicker-submit {
    background: rgba(171,217,26,.8);
    color: #fff;
}
#itstart-mainpicker-date-from .itstart-font-14,
#itstart-mainpicker-date-to .itstart-font-14 {
    margin-top: 3px;
}

#itstart-mainpicker * {
    font-family: 'Raleway', sans-serif;
}

#itstart-mainpicker #itstart-mainpicker-place-from > select{
    width: 100%;
	
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
#itstart-mainpicker #itstart-mainpicker-place-to > select{
    width: 100%;
	
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
}
#itstart-mainpicker #itstart-mainpicker-place-from{
    width:100%;

    -webkit-transition: width 0.6s; /* Safari prior 6.1 */
    transition: width 0.6s;
}

#itstart-mainpicker #itstart-mainpicker-place-from.show-half-part{
    width:48%;
    -webkit-transition: width 0.6s; /* Safari prior 6.1 */
    transition: width 0.6s;
    padding-right: 2%;
}
#itstart-mainpicker #itstart-mainpicker-place-to{
    width:100%;
    /*opacity:0;*/

    -webkit-transition: all 0.6s; /* Safari prior 6.1 */
    transition: all 0.6s;
}
#itstart-mainpicker #itstart-mainpicker-place-to.show-half-part{
    width:49%;
    opacity:1;

    -webkit-transition: all 0.6s; /* Safari prior 6.1 */
    transition: all 0.6s;
}
#different-places-label{
    cursor: pointer;
}


/* Turn off main styles */
#itstart-mainpicker{
    padding: 1.3rem  0 1.8rem 0;
}
#itstart-mainpicker form{
    position: relative;
    height: 100%;
}
.itstart-position-centered {
    position: relative;
    top: auto ;
    left: auto;
    transform: none;
}
.itstart-inline-block-inner{
    position: relative;
    height: auto;
    width: auto;
}
#itstart-mainpicker-button-container{
    width: 100%;
}
#itstart-mainpicker-button-container #itstart-mainpicker-button{
    background: #fff;
    border: 0;
    width: 90%;
    padding: 10px;
    /* top: 26px; */
    color: #000;
    /* height: 50px; */
    /* position: relative; */
    border-radius: 0;
}
#itstart-mainpicker-total-period-days{
    color: #FFF;
}
.template-search-panel-bg{
	background: #FFF !important;
	border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
#step-2-cars-list *{
	color: #333;
}
#step-2-cars-list h3.cars-list-title span{
    color:white;
}
#itstart-mainpicker .itstart-font-12.itstart-text-uppercase{
	font-size: 11px;
}
#itstart-mainpicker input:focus{
	border-color:#ccc !important;
	background-color: #e7e7e7;
}
.modal-specifications-wrap .modal-specifications-name,
.modal-specifications-wrap .modal-specifications-value{
    padding: 8px;
    border: 1px solid #ccc;
}

.modal-specifications-wrap .modal-specifications-value{
    border-left: 0;
}
.modal-specifications-wrap .modal-specifications-value .fa-check{
    color: green !important;
}
.step-2-single-car-wrap .modal-title > strong{color: #FFF !important;}


/* BLOCK CARS LIST */
.step-2-single-car-wrap{
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 100px;
    border: 4px solid #0dbeeb;
}
.step-2-single-car-wrap .carousel-item img {
    height: 50vh !important;
}

.step-2-single-car{
    min-height: 220px;
    text-align: center;
    margin: 0;
    position: relative;
}
.step-2-single-car-top{
    min-height: 315px;
    border-radius: 10px 10px 10px 10px;
   /* box-shadow: 0px 4px 6px 0px #afafaf;*/
  

    background: #fff;
}
.step-2-single-car-top-box-auto{
    position: absolute;
    width: 100%;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 63%);
    
    z-index: 99;
    top: 15px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    min-height: 255px;
}
.step-2-single-car-top-box-auto-image{
    height: 220px;
    padding-top: 0 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.step-2-single-car-top-box-auto-links{
    padding-bottom: 10px;
}
.step-2-single-car-top-box-features{
    margin: 10px auto 10px;
    text-align: center;
    padding-top: 0px;
  display:none;
}
.step-2-single-car-top-box-features img{
    max-height: 20px;
    margin-right: 2px;
}
.step-2-single-car-top-box-info-price-text{
    color: #000;
    margin-bottom: 0px;
    font-size: 12px;
}
.step-2-single-car-top-box-info-price-box{
    font-size: 22px;
    font-weight:800;
   /* position: relative;
    top: 15px;
    width: 105px;
    left: -5px;*/
}

.step-2-single-car-bottom{
     display: flex;
    justify-content: center;
}
.step-2-single-car-bottom-left-column{
    width: 75%;
    box-shadow: 0 9px 54px -12px rgba(0, 0, 0, 0.25882352941176473);
    -webkit-box-shadow: 0 9px 54px -12px rgba(0, 0, 0, 0.25882352941176473);
    -moz-box-shadow: 0 09px 54px -12px rgba(0, 0, 0, 0.25882352941176473);
    height: 65px;
    border-radius: 0 0 0 10px;

    position: relative;
    float: left;
    top: 0;
    z-index: 9;
    padding-left: 10px;
    background: #fff;
}
.step-2-single-car-bottom-left-column:before{
    position: absolute;
    content: '';

    right: -70px;
    top: -9px;
    border: 36px solid transparent;
    border-left: 35px solid #fff;
    border-top: 39px solid #fff;

}
.step-2-single-car-bottom-left-column:after{
    content: '';
    position: absolute;

    top: -5px;
    height: 20px;
    z-index: 4;
    left: 0;
    background: #fff;
    width: 100%;
}
.step-2-single-car-bottom-right-column{
    width: 50%;
    /*float: right;*/
}
.step-2-single-car-bottom-right-column-button {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 12px 15px 12px 5px;
    border: none;
    color: #000;
    display: inline-block;
    border-radius: 6px;
    background-color: #183f60;

    width: 100%;
    top: 0px;
    position: relative;
}

.template-btn-color-plus-bg,
.template-btn-color-plus-bg span{
    color:#FFF !important;
}


.step-2-single-car-top-box-auto-single-html-append{
    font-size: 14px;
    background: #fff;
    z-index: 22;
    display: block;
    position: absolute;
    width: 96%;
    border-radius: 3px;
    top: 0px;
    padding: 10px;
    box-shadow: 0 0 19px -3px #000;
    display: none;
}
.step-2-single-car-top-box-auto-single-html-text{
    text-decoration: underline;
    cursor: pointer;
}

.step-2-single-car-top-box-info-price-a-day p,
.step-2-single-car-top-box-info-limit-km p,
.step-2-single-car-top-box-info-deposit p,
.step-2-single-car-top-box-info-limit-km p{
    margin: 0;
    padding-bottom: 4px;
  font-size:14px;
}
.step-2-single-car-top-box-info-limit-km .params-def_over_km_fee{
    font-size: 0.72rem;
}
.step-2-single-car button[disabled="disabled"]{
	background: #a1a1a1 !important;
}
.step-2-single-car-top-box-info-limit-km .params-def_over_km_fee {
    font-size: 10px;
    margin-bottom:0;
}

/* END BLOCK CARS LIST */

/* END Turn off main styles */
.step-2-single-car-wrap {
       margin-right: 3%;
    margin-bottom: 40px;
    width: max(31%,320px);
  max-width: 500px;
  min-width:310px;
}
.step-2-single-car-wrap:nth-of-type(3n){
  margin-right:0;
}
.step-2-single-car-top-box-auto-title h3{
  font-size:16px;
}

#step-2-cars-list{
  padding-top:0px;
  margin-top:20px;

}
.step-2-single-car-top>.container-fluid{
  padding-left:0;
  padding-right:0;
  
}
.step-2-single-car-top>.container-fluid>div.row{
    flex-direction: column;
    /* height: 100%; */
    display: flex;
    flex-wrap: nowrap;
  padding: 10px;
  
}
#step-2-cars-list>div>div>.col-9{
  flex-direction:column;
  /* margin-top: 310px; */
  padding-top:30px;
      position: relative;
      top:0;
      left:0;
      display: flex;
      /* flex-wrap: wrap; */
      justify-content: flex-start;
  max-width:100%;
  width:100%;
}
#step-2-cars-list div.col_left.minimize ~ .col-9{
    margin-top:180px;
}
.kotwica{
    top: -305px;
}
#step-2-cars-list div.col_left.minimize ~ .col-9 .kotwica{
    top:-140px;
}
@media(max-width:999px){
    #step-2-cars-list div.col_left.minimize ~ .col-9{
        margin-top:0px;
    }
}
.step-2-single-car-top-box-auto-image img{
  height:80%;
}
.cars-list-title{
 
  /* margin-top:-30px */
}
#step-2-single-car-top> .container-fluid >.row{
      flex-direction: column;
    /* height: 100%; */
    display: flex;
    flex-wrap: nowrap;
}
.step-2-single-car-top-box-auto-image{
  height:120px;
}

.step-2-single-car-top-box-auto{
  position:static;
  min-height:220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.step-2-single-car-wrap {
    width: max(28%,300px);
    margin-bottom: 20px;
}

.step-2-single-car-bottom-left-column{
  display:none
}
.step-2-single-car-top-box-auto-links>.container-fluid{
  
  padding:0;
}
.step-2-single-car-top-box-info{
  margin-top:20px;
}

.step-2-single-car-top-box-info >.container-fluid{
  padding:0;
  
}
.step-2-single-car-top-box-info >.container-fluid>div>div{
  padding:0;
  
}
#itstart-mainpicker.itstart-absolute-container{
  position:static;
  z-index: 500;
  padding: 20px 0 0 0;
  width: 100%;

}

.step-2-single-car-bottom-right-column>.form-group{
  margin-bottom:0;
}

.col_left{
  /*height:250px;*/
  width:100%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.cors_row{
  flex-wrap:nowrap;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items:center;
}
.step-2-single-car-top>div>div>div{
  padding-left:0;
  padding-right:0;
  
}
.hidden{
display:none;
}
.itstart_mainpicker_items-wrap{
      justify-content: center;
      display:flex;
      flex-direction:column;
}
.picker-date-col{
  display:flex;
  flex-wrap:nowrap;
  padding-right:0;
}
.picker-date-col>div{
  width:45%;
  padding-top: 0!important;
}
#itstart-mainpicker-date-from,#itstart-mainpicker-date-to{
  width:48%
}
#itstart-mainpicker-time-from{
    width:48%
}
/* MEDIA */
/*@media only screen and (max-width: 992px) {
    .itstart-absolute-container  {
        position: relative;
        margin-top: 0;
        background: rgb(79, 76, 76);
        width: 100%;
        padding: 0 calc(50% - 300px) 0;
        right: 0;
        border-bottom: 5px solid rgb(107, 107, 107);
    }
    #itstart-mainpicker-title-block{
        display: block !important;
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        text-align: center;
        margin-bottom: 15px;
    }
    #itstart-mainpicker-button{
        margin-bottom: 25px;
    }
    #different-places-label{
        margin-top: 5px;
        margin-bottom: 25px;
    }
    #itstart-mainpicker-date-from,
    #itstart-mainpicker-date-to{
        width: 65%;
    }
    #itstart-mainpicker-time-from,
    #itstart-mainpicker-time-to{
        width: 35%;
    }
    #itstart-mainpicker-date-from-1,
    #itstart-mainpicker-date-to-1{
        width: 100%;
        max-width: none;
    }
    #itstart-mainpicker-time-from-1,
    #itstart-mainpicker-time-to-1{
        width: 100%;
        max-width: none;
        border-left: 1px solid #CCCCCC;
    }
    #itstart-mainpicker .col-lg-4{
        margin: 0;
        padding: 0;
    }

    .step-2-single-car-top-box-auto{
        position: relative !important;
    }
    .step-2-single-car-top-box-auto-image {
        height: auto  !important;
    }
    .step-2-single-car-top-box-auto-image{
        max-width: 80%;
        margin: 0 auto;
    }
    .step-2-single-car-top{
        padding-bottom: 50px;
    }
    .step-2-single-car-top-box-info-price-box {
        font-size: 28px;
        position: static;
        width: 255px;
        margin: 0 auto;
    }
    .step-2-single-car-top-box-info-price-text{
        border-top: 1px solid #ccc;
        padding-top: 10px;
        /* margin-bottom: 0px; *//*
        padding-bottom: 5px;
        font-size: 0.9rem;
    }
    .step-2-single-car-bottom-left-column{
        width: 70% !important;
    }
    .step-2-single-car-bottom-right-column {
        width: 29% !important;
        margin-right: 1% !important;
    }
    .step-2-single-car-top-box-auto-image img{
  
   }

}
@media only screen and (max-width: 768px) {
    .step-2-single-car-bottom-left-column{
        width: 40% !important;
    }
    .step-2-single-car-bottom-right-column {
        width: 59% !important;
        margin-right: 1% !important;
    }
    .step-2-single-car-wrap {
        padding: 0;
    }
    #itstart-mainpicker{
        margin-bottom: 35px;
    }
}
*/
@media(max-width:1168px){
.step-2-single-car-wrap:nth-of-type(3n) {
    margin-right: 3%;
}
  .step-2-single-car-wrap:nth-of-type(2n) {
    margin-right: 0;
}
  .step-2-single-car-wrap{
    max-width: 48.5%;
    width: 48.5%;
  }


}
@media(max-width:992px){
.itstart_mainpicker_items-wrap{
  flex-direction:column;
  }

.itstart_mainpicker_items-wrap>div{
  width:100%;
  max-width: 100%;
  }
  #step-2-cars-list{
  padding-top:0;
  margin-top:0px;
  }

}

@media(max-width:743px){
.step-2-single-car-wrap:nth-of-type(3n) {
    margin-right: 0%;
}
  .step-2-single-car-wrap{
    margin-right: 0%;
    max-width: 70%;
    width: 70%;
  }
  #step-2-cars-list>div>div>.col-9{
    justify-content:center;
  }
  .catgory-container{
    justify-content:center;
  }

}
@media(max-width:500px){
  #itstart-mainpicker.itstart-absolute-container{
   width:96%; 
  }
  .picker-date-col>div {
    width: 280px;
    padding-top: 10px!important;
}
  .itstart_mainpicker_items-wrap> div:nth-child(1){
    justify-content:center;
    display: flex;
  }
  .itstart_mainpicker_items-wrap> div:nth-child(1)>div{
  width:280px;
  }
  .picker-date-col{
  	flex-wrap:wrap;
    justify-content: center;
  }
  #itstart-mainpicker-date-from, #itstart-mainpicker-date-to {
     width: auto; 
}
  .itstart-inline-block-inner>div {
  text-align:center;
  }
  .mainpicker_input-wrap{
    justify-content:center;
  }
}

div.step-2-single-car-top-box-auto-link-gallery a, div.step-2-single-car-top-box-auto-link-specifications a{
    font-size: 16px;
    font-weight: 600;
}

div.step-2-single-car-top-box-info-limit-km p:first-child, div.step-2-single-car-top-box-info-deposit p, div.step-2-single-car-top-box-info-price-a-day p{
    font-weight: 600;
}
#step-2-cars-list .col_left{
    position: static;
    /* top: 66px; */
    z-index: 9;
    margin-top:46px;
}
.alert{
    z-index:10;
    position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.itstart_mainpicker_items-wrap > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
    display:flex;
}

.itstart_mainpicker_items-wrap > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
    display:none;
}
.itstart_mainpicker_items-wrap > div:nth-child(1){
    max-width:100%;
}
.itstart_mainpicker_items-wrap > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1){
justify-content: space-between;
}
.itstart_mainpicker_items-wrap > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(2),div.d-flex:nth-child(3){
flex-basis:48%;
}

div.container:nth-child(2){
    max-width: 1140px !important;
}
.picker-date-col{
    max-width:100% !important;
    margin-top:15px;
    justify-content: space-between;
}
div.pt-2:nth-child(1) > div:nth-child(1) > div:nth-child(2){
    justify-content: space-between;
}
#itstart-mainpicker-date-from-1{
    width:100%;
}
div.itstart-blocks-5:nth-child(2) > div:nth-child(1) > div:nth-child(2){
    justify-content: space-between;
}
div.pt-2:nth-child(1){
    width:47.5%;
}
div.itstart-blocks-5:nth-child(2){
    width:48.5%;
}
#itstart-mainpicker-time-to{
    width:48%;
}
#itstart-mainpicker-date-to-1{
    width:100%;
}
div.itstart-blocks-5:nth-child(2){
    padding-right:12px;
}
#itstart-mainpicker-total-period-days{
    text-align: left;
    padding-left: 18px;
}
#itstart-mainpicker{
    background-color: #212121 !important;
border-bottom: 4px solid #ff7d02;
color:white !important;
}
#step-2-cars-list select, #step-2-cars-list input{
    color:#333 !important;
}

#step-2-cars-list div.col_left label{
    color:white !important;
    font-weight: 600;
}
div.pt-2:nth-child(1) > div:nth-child(1) > div:nth-child(1),div.itstart-blocks-5:nth-child(2) > div:nth-child(1) > div:nth-child(1),#itstart-mainpicker-total-period-days,#total_time{
    color:white !important;
}
div.pt-2:nth-child(1) > div:nth-child(1) > div:nth-child(1),div.itstart-blocks-5:nth-child(2) > div:nth-child(1) > div:nth-child(1){
    font-weight: 600;
}

::-webkit-scrollbar {
    width: 12px;
    background-color: #212121 !important;
}

/* Kroki */
div.kroki{
    background-color: #212121;
    position:fixed;
    top:0;
    width:100%;
    z-index:99;
    transition:.3s;
    animation: wjazd 2s backwards;
}
div.kroki::before{
    content:'';
    width: 100%;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    height:2px;
    background: #ccc;
    z-index: -2;
}
div.kroki .wrap{
    display:flex;
    justify-content: center;
}
div.kroki .krok{
    display:flex;
    color:white;
    align-items:center;
}
div.kroki .krok img{
    margin:0 16px;
    width:60px;
    transition:.3s;
}

div.kroki .krok p{
    margin:0 !important;
    background: #212121;
}
div.kroki.minimize{
    padding:15px 0;
}
div.kroki.minimize img{
    width:40px;
}
div.kroki.minimize p{
   font-size:14px;
}
div.col_left{
    transition:.3s;
}
div.col_left.minimize{
top:86px !important;
display:none;
}
div.col_left.schowaj{
    opacity:0!important;
    height:0px !important;
}
div.klasy{
    transition:.3s;
}
div.klasy a:nth-child(1){
    animation: wjazd 1s .8s backwards;
}
div.klasy a:nth-child(2){
    animation: wjazd 1s 1s backwards;
}
div.klasy a:nth-child(3){
    animation: wjazd 1s 1.2s backwards;
}
div.klasy a:nth-child(4){
    animation: wjazd 1s 1.4s backwards;
}
div.klasy a:nth-child(5){
    animation: wjazd 1s 1.6s backwards;
}
div.klasy a:nth-child(6){
    animation: wjazd 1s 1.8s backwards;
}
#itstart-mainpicker-time-from-1,#itstart-mainpicker-time-to-1{
background: #fff url('/rezerwacje/upload/timer_ico.png') 8px 5px no-repeat;
}
div.klasy{
    margin-bottom:15px;
    position:static;
    /* top: 318px; */
    z-index:9;
}
div.klasy.minimize{
    top:72px;
    padding:10px 0;
    position:fixed;
}
div.klasy a{
    margin:4px 10px;
    padding:4px 33px;
    color: white !important;;
    background-color: #0dbfeb;
    border-radius:20px;
    text-shadow:2px 2px 2px #00000085; 
    /* font-family: 'Bebas Neue', cursive; */
    display:inline-block;
    font-size:18px;
    letter-spacing: 1px;
}
div.klasy.schowaj{
    top:72px;
    padding:10px 0;
}
div.klasy.schowaj::before{
    content:'';
    position: absolute;
    top:0;
    left:-124px;
    width:100vw;
    background:#212121;
    height:100%;
    z-index:-1;
}
p.step-2-single-car-top-box-info-price-text{
    font-size:16px;
    font-weight:600;
}
.step-2-single-car-top-box-auto-title h3{
    font-weight:800;
    font-size:18px;
}
#box-1 > div *{
    color:white !important;
}
#footer-boxes{
    border-top:4px solid #ff7d02;
}
@media(max-width:1500px){
    div.step-2-single-car-top-box-auto-link-gallery a, div.step-2-single-car-top-box-auto-link-specifications a{
        font-size: 16px;
    }
}
@media(max-width:1466px){
    div.step-2-single-car-top div.row{
        padding:0;
    }
    .step-2-single-car-top-box-info{
        margin-bottom:0px !important;
    }
    .step-2-single-car-wrap {
    padding:8px;
    }
    .step-2-single-car-top-box-info-limit-km .params-def_over_km_fee{
        font-size:9px;
    }
}
div.calendarMobile{
    display:none;
}
@media(max-width:999px){
    #w0 > div.container,#step-2-cars-list > div{
        padding:0;
    }
    #w0 > div > div.row.itstart_mainpicker_items-wrap > div.col-6.picker-date-col{
        padding-left:0;
    }
    #w0 > div > div.row.itstart_mainpicker_items-wrap > div.col-6.picker-date-col > div:nth-child(2){
        padding-right:0;
    }
    .step-2-single-car-wrap{
        min-width:308px;;
    }
    #itstart-mainpicker{
        margin-top:60px;
    }
    div.calendarMobile{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        width:100%;
    }
    div.calendarMobile p{
        color:white !important;
        padding-left:18px;
        font-weight:600;
        font-size:12px;
        margin:0px 0;
    }
    div.krok{
        flex-direction:column;
        height: 110px;
        justify-content: space-around;
    }
    div.kroki .wrap{
        justify-content: space-around;
    }
    div.kroki div.krok p{
        font-size:12px !important;
        text-align:center;
    }
    div.kroki::before{
        top:35%;
    }
    #itstart-mainpicker {
        margin-top: 40px;
    }
    #step-2-cars-list>div>div>.col-9 {
    margin-top:30px;
    padding-top:0;
    padding:5px;
    }
    #step-2-cars-list > div > div > div.col-9 > h3:nth-child(3){
        margin-left:8px;
    }
    div.klasy{
        top:58px;
        left:0;
        padding-left:0px;
        position: static;
    }
    div.klasy a{
        clip-path: none;
    border-radius: 15px;
    font-size: 14px;
    padding: 2px 10px;
    margin:2px 2px;
    }
    div.klasy.minimize{
        /* top:0; */
        position: static;
        padding:0;
    } 
    div.klasy.schowaj a{
        z-index: 999999;
        position: relative;
    }
    div.klasy.schowaj::before{
        left:0;
    }
    div.klasy.schowaj{
        padding:6px 2px;
        top:0 !important;
        transition:0s;
    }
    body > div.kroki > div > div:nth-child(2) > img{
        margin-top:27px;
    }
    body > div.kroki > div > div:nth-child(3) > img{
        margin-top:27px;
    }
    #step-2-cars-list .col_left {
        position: fixed;
        top: 99px;
        z-index: 9;
        display:none;
    }
    /* #w0 > div > div.row.itstart_mainpicker_items-wrap > div.col-6.picker-date-col > div:nth-child(1) > div > div.d-flex.flex-row.mainpicker_input-wrap,#w0 > div > div.row.itstart_mainpicker_items-wrap > div.col-6.picker-date-col > div:nth-child(2) > div > div.d-flex.flex-row.mainpicker_input-wrap{
        display:flex !important;
        flex-direction:column !important;
    }
    #itstart-mainpicker-time-to,#itstart-mainpicker-time-from{
        width:100%;
    }
    #w0 > div > div.row.itstart_mainpicker_items-wrap > div.col-6.picker-date-col{
        padding-left:0;
    }
    #w0 > div > div.row.itstart_mainpicker_items-wrap > div.col-6.picker-date-col > div:nth-child(2){
        padding-right:0;
    } */
    .kotwica{
        position:relative;
        /* top:-70px; */
        }
        .kotwica{
            top: -185px;
        }
        #step-2-cars-list div.col_left.minimize ~ .col-9 .kotwica{
            top:-70px;
        }
        body > div.kroki{
            display:none;
        }
        .klasy.schowaj{
            position:fixed !important;
            top:0 !important;
            left:0 !important;
        }
        .step-2-single-car-wrap .carousel-item img{
            height:auto !important;
        }
        #\30{
            top:-38px;
        }
}
/* @media(max-width:364px){

} */
@keyframes wjazd{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

#\30 {
    top:-320px !important;
}

body .step-2-single-car-bottom-right-column-button{
    background-color: #FF7D02 !important
}

#footer-boxes{
    display:none !important;
}