.card{
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    height: 100%;
}

.card__img-top{
    position: relative;
    display: flex;
    height: 274px;
}

.card__img-top img{
    width: 100%;
}

.card__id-number{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(19, 21, 21, 0.5);
    backdrop-filter: blur(15px);
}

.card__id-number{
    padding: 5px 16px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.card-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer__nav-block{
    /* display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
    background-color: #131515; */
    background-color: #131515;
}

.footer__nav-title{
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #FF4A1C;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer__link{
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8);
}

.footer__nav{
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 0;
}

.footer__nav-list li:not(:last-child){
    margin-bottom: 10px;
}

.footer__nav-list {
    flex: 0 0 208px;
    width: 208px;
    margin-bottom: 40px;
}

.footer__nav-list + .footer__nav-list{
    padding-left: 28px;
    margin-left: 28px;
    border-left: 1px solid rgba(255, 255, 255, 0.1)
}

.footer__nav-list:first-child{
    flex: 0 0 180px;
    width: 180px;
}

.footer__bottom-block{
    background-color: #191C1C;
    padding: 30px 0;
}

.logo-footer{
    display: flex;
    align-items: center;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    margin-right: 30px;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.footer__copyright{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    text-align: center;
}

.searchlist{
    display: flex;
    padding-bottom: 16px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 16px;
}

.searchlist:first-child{
    padding-top: 16px;
    border-top: 1px solid #ECECEC;
}

.searchlist__img{
    margin-right: 22px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    display: flex;
    min-height: 190px;
}

.searchlist__additional-information{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: auto;
}

.searchlist__block{
    display: flex;
    flex-direction: column;
    padding-right: 22px;
    border-right: 1px solid #ECECEC;
    margin-right: 22px;
    flex: auto;
}

.searchlist .searchlist__item:last-child .searchlist__block{
    border-right: none;
    padding-right: 0;
    margin-right: 0;
}

.searchlist__item{
    display: flex;
}

.searchlist__title{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}

.searchlist__title-wrap{
    display: flex;
    flex-direction: column;
    max-width: 266px;
}

.searchlist__img{
    flex: 0 0 220px;
    width: 220px;
}

.watchlist .searchlist__title-wrap{
    max-width: 379px;
    width: 100% !important;
    margin-bottom: 10px;
}

.my-bids .searchlist__title-wrap{
    max-width: 300px;
}

.searchlist__item:first-child{
    flex: auto;
}

.container.footer__container{
    max-width: 1390px;
}

.pagination li.active a{
    background-color: #F7F7F7;
    color: #131515;
    cursor: default;
    opacity: 1;
}

.btn--pagination.disabled{
    background-color: transparent;
    opacity: 0.2;
}

.pagination li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #131515;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.5;
}

.pagination li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.pagination{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}

.decor-box-64x64{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    background-color: #F7F7F7;
    border-radius: 12px;
}

.center-page{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    min-height: calc(100vh - 140px);
}

.decor-box-50x50{
    width: 50px;
    min-width: 50px;
    height: 50px;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-us-item__info-block{
    display: flex;
    flex-direction: column;
}

.contact-us-item__info{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    opacity: 0.8;
}

.contact-us-list{
    display: flex;
    margin-bottom: 30px;
}

.contact-us-item:not(:last-child){
    padding-right: 22px;
    border-right: 1px solid #ECECEC;
    margin-right: 22px;
}

.contact-us-item__wrap{
    display: flex;
    align-items: center;
}

.contact-us-item{
    width: 33.33%;
}

.contact-form{
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
}

.contact-form__text-block{
    background: #F7F7F7;
    border-radius: 12px 0px 0px 12px;
    padding: 30px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 373px;
    flex: 0 0 373px;
}

.contact-form__form{
    padding: 30px;
}

.registration-faq .accordeon .accordeon-btn{
    padding-top: 22px;
    padding-bottom: 22px;
}

.registration-faq .accordeon.accordeon--show .accordeon-btn{
    padding-bottom: 16px;
}

.registration-faq .accordeon .accordeon-body{
    padding-bottom: 22px;
}

.faq-item__link{
    padding: 19px 22px;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq-list{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.faq-item{
    width: 33.33%;
    flex: 0 0 33.33%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 22px;
}

.faq-item__link svg{
    min-width: 16px;
}

.faq-item__link h4{
    color: #004FFF;
}

.watchlist .searchlist__img,
.my-bids .searchlist__img{
    flex: 0 0 260px;
    width: 260px;
}

.shadow-none{
    box-shadow: none;
}

.amount-likes{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(19, 21, 21, 0.5);
}

.decor-box-28x28{
    width: 28px;
    min-width: 28px;
    height: 28px;
    background-color: #EEFBF2;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchlist__list{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.searchlist__list li:not(:last-child){
    margin-bottom: 12px;
}

.searchlist__list li{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.decor-wrap{
    display: flex;
    align-items: center;
}

.searchlist__favorite{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: rgba(19, 21, 21, 0.6);
    border-radius: 300px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.dote{
    display: flex;
    margin: 0 4px;
    width: 4px;
    min-width: 4px;
    height: 4px;
    background-color: #CFCFCF;
    border-radius: 300px;
}


.btn-my-bids{
    overflow: hidden;
    padding: 8px 12px;
    border: 1.5px solid transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(19, 21, 21, 0.5);
    min-height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}

input:checked + .btn-my-bids{
    background: #F7F7F7;
    border-radius: 8px;
}

.elements-radio{
    display: flex;
    flex-wrap: wrap;
}

.btn--outline-secondary-2{
    border: 1px solid #ECECEC;
    color: #131515;
}

.pill-my-bids{
    margin-left: 8px;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: rgba(19, 21, 21, 0.5);
    padding: 3px 6px;
    background: #F7F7F7;
    border-radius: 300px;
}

.pill-danger{
    background-color: #FFF3F0;
    color:  #D32C02;
}
.border{ 
    border: 1px solid #ECECEC;
    color: #131515;
}

.border-bottom{
    border-bottom: 1px solid #ECECEC;
}

.border-right{
    border-right: 1px solid #ECECEC;
}

.border-top{
    border-top: 1px solid #ECECEC;
}

.btn-shadow{
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 4px 8px rgba(91, 104, 113, 0.24);
    background-color: var(--white);
    color: #004FFF;
}

.pill-black{
    background: #131515;
    color: #FFFFFF;
}

.input-dollar{
    position: relative;
}

.input-icon-left{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;

}

.input-icon-right{
    display: flex;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.input-dollar .input{
    padding-left: 27px;
    padding-right: 50px;
}

.modal__header-title{
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

.input.disabled{
    pointer-events: none;
    background-color: #F7F7F7;
}

.compare-item{
    margin-bottom: 20px;
}

.compare-item__card{
    padding: 22px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 12px;
    overflow: hidden;
}

.ico-30{
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.accordeon.accordeon--show .btn-arrow{
    transform: rotate(180deg)
}

.overview-item{
    margin-bottom: 20px;
}

.overview-item__card{
    background: #FFFFFF;
    overflow: hidden;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 12px;
    padding: 16px;
    min-width: 250px;
}

.overview-item__card-item{
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
}

.overview-item__card-item:not(:last-child){
    padding-bottom: 12px;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 12px;
}

.accordeon-wrapper .accordeon .accordeon-btn{
    padding-top: 12px;
    padding-bottom: 12px;
}

.accordeon-wrapper .accordeon{
    margin-top: 18px;
}

.accordeon-wrapper .accordeon--show .accordeon-btn{
    color: #131515;
}

.search-car-list{
    margin-bottom: 10px;
}

.search-car-item{
    margin-bottom: 20px;
}

.search-car__card{
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 12px;
    min-width: 340px;
    height: 100%;
}

.search-car__img{
    position: relative;
}

.search-car__img img{
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: 230px;
}

.search-car__close{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background: rgba(19, 21, 21, 0.6);
    border-radius: 300px;
}

.search-car__img .info-car{
    position: absolute;
    bottom: -10px;
    left: 16px;
    right: 16px;
}

.search-car__info-block{
    margin: 0 16px;
}

.search-car__price-block{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
    margin: 0 16px;
    border-bottom: 1px solid #ECECEC;
}

.search-car__price{
    font-weight: 600;
    font-size: 34px;
    line-height: 41px;
    color: #004FFF;
}

.search-car__price-block span:first-child{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(19, 21, 21, 0.5);
}

.search-car__bottom-block{
    margin: 0 16px;
    padding-bottom: 16px;
}

.search-car__bottom-info{
    padding: 16px 0;
    display: flex;
}

.search-car__bottom-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    width: 33.33%;
    flex: 0 0 33.33%;
}

.decor-box-44x44{
    width: 44px;
    min-width: 44px;
    height: 44px;
    border: 1px solid #ECECEC;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchlist.border-none{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0px;
}

.slider-range-wrap{
    width: 100%;
    /* overflow: hidden; */
    position: relative;
}

.noUi-target{
    box-shadow: none;
    border: none;
}

.noUi-horizontal{
    height: 6px;
}

.range-slider-round{
    background: #ECECEC;
}

/* .range-slider-round .noUi-connect{
    background: #3F57FF;
} */

.noUi-connect{
    background: #3F57FF;
}

/* .noUi-horizontal .noUi-origin{
    background: #3F57FF;
    height: 7px;
} */

.noUi-horizontal .noUi-handle{
    width: 20px;
    height: 20px;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 300px;
    border: none;
    cursor: pointer;
    background: #ffffff;
}

.noUi-handle:before, .noUi-handle:after{
    display: none;
}

.hidden-gems-block .searchlist{
    border-bottom: none;
}

.chart-wrapper canvas{
    width: 100% !important;
    max-height: 100px;
}

.noUi-horizontal .noUi-tooltip{
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-color: transparent;
    color: rgba(19, 21, 21, 0.8);
    border: none;
    display: flex;
    align-items: center;
}

/* .noUi-tooltip::before{
    content: '$';
    display: block;
} */

.max-price{
    position: absolute;
    right: 0;
    top: -35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(19, 21, 21, 0.3);
}

.card-trip{
    display: block;
    padding: 14px 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
    border-radius: 12px;
    margin-bottom: 24px;
}

.card-trip__direction{
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8DA;
    margin-bottom: 14px;
}

.card-trip__direction-decor{
    display: flex;
    margin-right: 14px;
}

.card-trip__price-block{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8DA;
    margin-bottom: 14px;
}

.card-trip__car-lable{
    width: 40px;
    min-width: 40px;
    height: 40px;
    border: 1px solid #D8D8DA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-trip__car-model{
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    border-bottom: 1px solid #D8D8DA;
    margin-bottom: 14px;
}

.card-trip__footer{
    display: flex;
    align-items: center;
}

.card-trip__avatar{
    width: 40px;
    height: 40px;
    border-radius: 300px;
    overflow: hidden;
}

.icon-left-10{
    position: relative;
}

.icon-left-10 .input{
    padding-left: 38px;
}

.icon-left{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.passenger-list{
    display: flex;
}

.passenger-item__img{
    width: 40px;
    height: 40px;
    border: 2px solid #FFFFFF;
    border-radius: 300px;
    overflow: hidden;
}

/* .passenger-item__img img{
    border: 2px solid #FFFFFF;
    border-radius: 300px;
    overflow: hidden;
} */

.passenger-list .passenger-item:not(:first-child){
    margin-left: -12px;
}

.decor-trip-dot{
    background-color: #FFFFFF;
    border: 1px solid #131515;
    border-radius: 300px;
    width: 8px;
    min-width: 8px;
    height: 8px;
    display: block;
    color: #131515;
    position: relative;
    z-index: 3;
}

.decor-trip-line{
    position: relative;
}

.decor-trip-line::after{
    content: '';
    position: absolute;
    width: 2px;
    background-color: #131515;
    left: -19px;
    bottom: -7px;
    top: 14px;
}

.box-shadow{
    box-shadow: 0px 0px 1px rgba(26, 32, 36, 0.32), 0px 1px 2px rgba(91, 104, 113, 0.32);
}

.after-before-gradient .swiper-button-prev,
.after-before-gradient .swiper-button-next{
    color: #fff;
}

.container.container-900{
    max-width: 900px;
}
.bs-gutter-x-24{--bs-gutter-x: 24px}
.bs-gutter-x-40{--bs-gutter-x: 40px}