.email-group{
    display: flex;
    align-items: center;
}
.email-decor-group{
    margin-top: -100px;
    margin-bottom: 30px;
}
.footer{
    background: linear-gradient(0deg, rgba(30, 30, 30, 0.95) 0%, rgba(30, 30, 30, 0.95) 100%), url(../img/footer-bottom-img.jpg), lightgray 50% / cover no-repeat;
    color: #FFF;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.footer-decor-wrap{
    padding: 70px 0 40px;
    display: flex;
}

.footer-wrap{
    display: flex;
    flex-wrap: wrap;
    flex: auto;
    justify-content: flex-end;
}

.social-item{
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 360px;
}

.social-list{
    display: flex;
    align-items: center;
}

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

.our-info{
    flex: 0 0 140px;
    margin-right: 30px;
}

.quick-link{
    flex: 0 0 235px;
    margin-right: 30px;
}

.footer-link{
    font-size: 16px;
    line-height: 36px;
}

.input-email{
    border-radius: 360px;
    background-color: #3A3A3A;
    font-size: 16px;
    color: #fff;
    padding: 5px 20px;
}

.input-email::placeholder{
    color: rgba(255, 255, 255, 0.5);
}

.bg-img-top{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), url(.../img/bg-img-my-garage.png), lightgray 0px -0.636px / 100% 113.147% no-repeat; */
    
}

.bg-img-top::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.contetn-relative{
    position: relative;
    z-index: 2;
}

.bread-crumbs__list{
    display: flex;
    align-items: center;
}

.bread-crumbs__item{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.bread-crumbs__item + .bread-crumbs__item::before{
    content: url('../img/icons/icon-arrow-right.svg');
    height: 24px;
}

.center-box{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.img-242x247{
    display: flex;
    width: 242px;
    min-width: 242px;
    min-height: 180px;
    overflow: hidden;
    min-height: 180px;
}

.img-242{
    display: flex;
    width: 242px;
    min-width: 242px;
    overflow: hidden;
    min-height: 180px;
    position: relative;
}

.expires-text,
.best-offer-text{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 8px;
    background-color: #F05A2D;
    white-space: nowrap;
    border-radius: 0px 0px 6px 6px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.lowest-mileage-offer-text{
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    padding: 5px 8px;
    background-color: #34373B;
    white-space: nowrap;
    border-radius: 0px 0px 6px 6px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.card-car.best-offer {
    border: 6px solid #F05A2D;
}

.card-car.lowest-mileage-offer {
    border: 6px solid #34373B;
}

.card-car__body{
    flex: auto;
    padding: 20px 24px;
}

.card-car__body-right-top{
    display: flex;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
}

.card-car__body-top-group{
    display: flex;
    align-items: center;
}

.card-car__body-right-bottom{
    position: absolute;
    right: 0;
    bottom: 0;
}

.card-car__match-info-top{
    position: absolute;
    right: 0;
    top: 0;
}

.car-price{
    color: var(--primary);
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.car-bid{
    color: var(--secondary);
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
}

.card-car .btn--primary{
    font-size: 14px;
}

/* .tabs{
    flex: auto;
}

.tabs__list{
    display: flex;
}

.tab-button{
    width: 100%;
    background-color:#F05A2D;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
}

.tab-button.active{
    background-color: #000;
}

.tabs-item{
    display: none;
}

.tabs-item.active{
    display: block;
}

.tabs-head__item{
    width: 100%;
} */

.pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid transparent;
    white-space: nowrap;
    font-size: 13px;
    height: 30px;
}

.pill-outline-default{
    color: #34373B;
    border-radius: 7px;
    border-color: #ECECEC;
}

.pill-list li{
    margin-right: 4px;
    margin-top: 4px;
}

.pill-list{
    display: flex;
    flex-wrap: wrap;
}
.sidebar-group .shadow{
    box-shadow: 0px 8px 36px 0px rgba(91, 104, 113, 0.10);
}

.card-car{
    display: flex;
    box-shadow: 0px 3px 8px 0px rgba(91, 104, 113, 0.16);
    position: relative;
}

.card-matches__body{
    border-top: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    background-color: #FCFCFC;
    padding: 15px;
    position: relative;
}

.rating-car{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    font-size: 10px;
    line-height: 13px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.color-circle{
    width: 16px;
    min-width: 16px;
    height: 16px;
    border-radius: 360px;
    border: 2px solid var(--white, #FFF);
    box-shadow: 0px 1px 3px 0px rgb(91 104 113 / 32%), 0px 0px 2px 0px rgb(26 32 36 / 32%);
}

.user-32x32{
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 360px;
    overflow: hidden;
}

.user-36x36{
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 360px;
    overflow: hidden;
}


.user-40x40{
    width: 40px;
    height: 40px;
    min-width: 40px;
    border-radius: 360px;
    overflow: hidden;
}

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

.notification__title{
    color: var(--secondary);
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
}

.notification__text{
    color: var(--secondary);
    font-size: 13px;
    line-height: 16px;
}

.notification__time{
    color: var(--secondary:);
    font-size: 13px;
    line-height: 16px;
}

.pagination{
    display: flex;
    align-items: center;
}

.pagination__link:not(:last-child){
    margin-right: 3px;
}

.pagination__link,
.pagination__prev,
.pagination__next{
    min-width: 36px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    font-weight: 500;
    color: #777;
}

.pagination__link.pagination__link--active{
    background-color: #F05A2D;
    color: #fff;
}

.sidebar-group{
    display: flex;
}

.sidebar-nav{
    margin-right: 60px;
    background-color: #fff;
    box-shadow: 0px 8px 36px 0px rgba(91, 104, 113, 0.10);
    width: 320px;
    flex: 0 0 320px;
    display: flex;
    flex-direction: column;
    transition: all 0.15s linear;
}

.sidebar__link{
    display: flex;
    align-items: center;
    padding: 20px;
    color: #777;
}

.sidebar__nav-list{
    width: 100%;
    padding-left: 25px;
}

.sidebar__link.active{
    background-color: #F05A2D;
    color: #fff;
    position: relative;
}

.sidebar__link.active::after{
    content: url(../img/icons/sidebar-arrow-active.svg);
    position: absolute;
    left: 100%;
    top: 0;
}

/* .notifications-counter{
    position: absolute;
    color: #fff;
    background-color: #34373B;
    border-radius: 360px;
    min-width: 20px;
    height: 20px;
    border: 1px solid #fff;
    font-weight: 500;
    font-size: 10px;
    line-height: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: -8px;
    top: -8px;
} */

.btn-dots{
    border-radius: 4px;
    background-color: #F9F9F9;
    padding: 0 4px;
}

.user-100x100{
    width: 100px;
    height: 100px;
    border-radius: 360px;
    overflow: hidden;
}

.user-name{
    display: block;
    font-weight: 500;
    line-height: 20px;
    color: #000;
    font-size: 20px;
    text-align: center;
}

.switch {
	position: relative;
	display: flex;
    align-items: center;
	/* width: 40px;
	height: 22px; */
}

.switch__group{
    position: relative;
    width: 40px;
    height: 22px;
}
.switch__slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #F05A2D;
	border-radius: 12px;
	transition: .4s;
}
.switch__slider::before {
	content: "";
	position: absolute;
	height: 18px;
	width: 18px;
	left: 2px;
	bottom: 2px;
	border-radius: 50%;
	background-color: #fff;
	transition: .4s;
}
.switch__field {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.switch__field:checked + .switch__slider::before {
	transform: translateX(18px);
    right: 2px;
}

.switch__text{
    color: #777;
    font-size: 16px;
    font-weight: 500;
}

.card-dropdown{
    box-shadow: 0px 3px 8px 0px rgba(91, 104, 113, 0.16);
}

.sidebar-btn{
    display: none;
}

.card-dropdown-wrap{
    padding: 16px;
}

.card-dropdown{
    margin-bottom: 16px;
}

.card-dropdown__img{
    min-width: 100px;
    width: 100px;
    height: 76px;
}

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

.card-dropdown__head{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0 13px;
    margin: 0 16px;
    border-bottom: 1px solid transparent;
}

.card-dropdown.active .card-dropdown__head{
    border-bottom: 1px solid var(--light-gray-1); 
}

.card-dropdown__body{
    padding-left: 100px;
    padding-bottom: 10px;
}

.card-dropdown__btn{
    color: #34373B;
    font-size: 13px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 7px;
    border: 1px solid #ECECEC;
    padding: 6px 11px;
}

.card-dropdown__list li{
    display: flex;
    padding: 8px 0;
    margin: 0 16px;
}

.card-dropdown__list li:not(:last-child){
    border-bottom: 1px solid #ECECEC;
}

.card-dropdown.active .card-dropdown__btn{
    color: #F05A2D;
    border: 1px solid #F05A2D;
}

.card-car__footer{
    display: flex;
    border-top: 1px solid #ECECEC;
}

.card-car__footer-btn{
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 12px;
}

.car-block-col .card-car{
    flex-direction: column;
}

.group-best-offer{
    position: relative;
    display: flex;
    align-self: normal;
}

.fancybox-wrap{
    position: relative;
    align-items: center;
}
.fancybox-wrap a {
    position: relative;
}
.fancybox-wrap__icon{
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: none;
    background-color: rgba(255, 255, 255, 0.70);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.fancybox-wrap__icon svg{
    width: 20px;
    height: 20px;
}

.fancybox-wrap:hover img{
    opacity: 0.8;
    transition: all 0.2s linear;
}

.fancybox-wrap:hover .fancybox-wrap__icon{
    display: flex;
}

.swiper-car-card-wrap .swiper-button-next:after, 
.swiper-car-card-wrap .swiper-button-prev:after{
    color: var(--primary);
    font-size: 30px;
}

.swiper-car-card-wrap .swiper-button-prev, 
.swiper-car-card-wrap .swiper-rtl .swiper-button-next{
    left: -4px;
}

.swiper-car-card-wrap .swiper-button-next, 
.swiper-car-card-wrap .swiper-rtl .swiper-button-prev{
    right: -4px;
}

.swiper-car-card-wrap .img-242 img{
    object-fit: contain !important;
}

.card-car__footer-btn + .card-car__footer-btn{
    border-left: 1px solid #ECECEC;
}

.dropdown-open .dropdown-btn{
    transform: rotate(180deg);
}

.bg-white{background-color: var(--white)}

.color-success{color: var(--success)}

.bg-light-gray-2{background-color: var(--light-gray-2)}

.color-white{color: var(--white)}

.btn.color-primary{color: var(--primary)}

.btn--xl{padding: 15px 25px}

.border-bottom{border-bottom: 1px solid var(--light-gray-1)}