.CarInfo{width:100%;min-height:192px;border-radius:20px;background:var(--card-bg);padding:15px}.CarInfo__notice{font-size:14px;opacity:.7;margin-bottom:6px}@media(min-width:768px){.CarInfo__notice{font-size:14px}}.CarInfo__price{width:max-content;font-weight:700;line-height:100%;font-size:30px;position:relative;display:flex}.CarInfo__shareToFriend{cursor:pointer;margin-top:15px;transition:filter .2s;width:100%;margin-inline:auto;max-width:530px;height:56px;border-radius:10px;display:flex;justify-content:center;align-items:center;border:none;font-size:14px;color:#fff;background:var(--second-color-emphasis);font-weight:700;gap:10px}.CarInfo__shareToFriend:hover{filter:brightness(120%)}.CarInfo__list{display:flex;flex-direction:column;gap:12px;margin:20px 0 0}.CarInfo__el{width:100%;height:30px;display:flex;justify-content:space-between}.CarInfo__el:not(:last-child){border-bottom:1px solid hsla(0,0%,100%,.2)}.CarInfo__el:last-child{align-items:flex-end;height:max-content}.CarInfo__title,.CarInfo__value{font-size:14px;font-weight:400;color:var(--primary-text-color)}@media(max-width:350px){.CarInfo__title,.CarInfo__value{font-size:12px}}@media(min-width:768px){.CarInfo__title,.CarInfo__value{font-size:16px}}.CarInfo__title{opacity:.6}.CarInfo__info{margin-top:30px;font-size:14px;font-weight:700}@media(min-width:768px){.CarInfo__info{font-size:16px}}.CarInfo__btns{margin-top:15px;display:flex;gap:8px;align-items:center;justify-content:center}@media(min-width:1024px){.CarInfo__btns{justify-content:flex-start}}.CarInfo__btns a{width:100%}.CarInfo__btns button{width:100%;height:44px;border-radius:10px;display:flex;justify-content:center;align-items:center;border:none;font-size:16px;color:#fff;font-weight:700;gap:7px;background:#29a9eb;transition:filter .2s;cursor:pointer}.CarInfo__btns button:hover{filter:brightness(120%)}.CreatedAt{font-size:12px;font-weight:400;color:#868686;margin-top:30px;cursor:pointer;display:flex;align-items:center;transition:color .3s ease}.CreatedAt__wrapper{position:relative;width:max-content}.CreatedAt__popover{position:absolute;bottom:200%;right:-20px;background-color:var(--second-color-emphasis);padding:5px 10px;border-radius:10px}.CreatedAt-copied{color:var(--second-color-emphasis);filter:brightness(120%)}.CarStatus{width:100%;border-radius:20px;background-color:#1d1e20;padding:15px;margin-bottom:20px}.CarStatus__title{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:10px}.CarStatus__imgWrapper{width:100%;min-height:270px;position:relative;background-color:#ccc;border-radius:10px;margin-bottom:20px;display:flex;gap:1px;padding:1px;flex-wrap:nowrap;justify-content:space-between}@media(max-width:440px){.CarStatus__imgWrapper{min-height:220px}}@media(max-width:400px){.CarStatus__imgWrapper{min-height:200px}}.CarStatus__imgContainer{position:relative;width:50%;height:270px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;background-color:#fff;overflow:hidden;flex-shrink:0;padding-top:10px}.CarStatus__imgContainer:first-child{border-radius:10px 0 0 10px}.CarStatus__imgContainer:last-child{border-radius:0 10px 10px 0}@media(max-width:440px){.CarStatus__imgContainer{height:220px}}@media(max-width:400px){.CarStatus__imgContainer{height:200px}}.CarStatus__imgTitle{font-size:16px;font-weight:700;color:#000;margin-bottom:10px;text-align:center}.CarStatus__svg{width:100%;height:calc(100% - 36px);position:relative;z-index:1}.CarStatus__svg-title{font-size:16px;font-weight:700;fill:#000;margin-bottom:20px}.CarStatus__point{width:7px;height:7px;cursor:pointer}.CarStatus__point-CHANGE{fill:#ef3e37}.CarStatus__point-METAL{fill:#749de2}.CarStatus__point-CORROSION{fill:#da973f}.CarStatus__point-SCRATCH{fill:#77879c}.CarStatus__point-HILLS{fill:#767763}.CarStatus__point-DAMAGE{fill:#9c8378}.CarStatus__details{display:grid;align-items:center;grid-template-columns:repeat(6,auto);grid-gap:20px;gap:20px;flex-wrap:wrap;margin-bottom:20px}@media(max-width:1200px){.CarStatus__details{grid-template-columns:repeat(3,auto)}}@media(max-width:950px){.CarStatus__details{grid-template-columns:repeat(2,auto)}}@media(max-width:470px){.CarStatus__details{gap:10px}}.CarStatus__details__el{display:flex;align-items:center;gap:5px}.CarStatus__details__el span{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:700}.CarStatus__details__el label{font-size:12px;color:#fff}.CarStatus__details__cat-r{background-color:#ef3e37}.CarStatus__details__cat-b{background-color:#749de2}.CarStatus__details__cat-o{background-color:#da973f}.CarStatus__details__cat-g{background-color:#77879c}.CarStatus__details__cat-s{background-color:#767763}.CarStatus__details__cat-w{background-color:#9c8378}.CarStatus__button{width:100%;height:44px;border-radius:10px;background-color:#3b3d41;border:none;display:flex;align-items:center;justify-content:center;padding:0;cursor:pointer;margin-top:20px}.CarStatus__button:hover{filter:brightness(120%)}.CarStatus__button label{font-size:16px;font-weight:700;color:#fff;line-height:1;cursor:pointer}.CarStatus__modal{width:100%;max-width:600px;max-height:80vh;overflow-y:auto;padding:20px;background-color:#fff;border-radius:20px}.CarStatus__modal::-webkit-scrollbar{width:8px}.CarStatus__modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.CarStatus__modal::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.CarStatus__modal::-webkit-scrollbar-thumb:hover{background:#555}.CarStatus__section{display:flex;flex-direction:column;gap:15px}.CarStatus__section__title{font-size:20px;line-height:1;font-weight:700;color:#fff}.CarStatus__section__list{display:flex;flex-direction:column}.CarStatus__section__el{padding-block:12px;border-bottom:1px solid hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:space-between}.CarStatus__section__el:first-child{padding-top:0}.CarStatus__section__el:last-child{border-bottom:none}.CarStatus__section__el__title{font-size:14px;font-weight:400;color:#fff;opacity:60%;line-height:1}.CarStatus__section__el__value{font-size:14px;color:#06be4b;font-weight:700;line-height:1;text-align:right}.CarStatus__section__el__value-fail{color:#ee0808}.CarStatus__empty{display:flex;align-items:center;justify-content:center;height:200px}.CarStatus__empty span{font-size:16px;color:#fff}.CarStatus__loadWrapper{display:flex;align-items:center;justify-content:center;height:200px}.CarStatus__tooltip{position:fixed;z-index:1000;pointer-events:none;max-width:90vw;white-space:normal;word-break:break-word;background-color:rgba(0,0,0,.8);color:#fff;padding:8px 12px;border-radius:4px;font-size:14px;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.loader{width:45px;aspect-ratio:.75;--c:no-repeat linear-gradient(#ffffff 0 0);background:var(--c) 0 100%,var(--c) 50% 100%,var(--c) 100% 100%;background-size:20% 65%;animation:l5 1s linear infinite}@keyframes l5{20%{background-position:0 50%,50% 100%,100% 100%}40%{background-position:0 0,50% 50%,100% 100%}60%{background-position:0 100%,50% 0,100% 50%}80%{background-position:0 100%,50% 100%,100% 0}}.ModalWIndowBody{width:100vw;height:100vh;background:rgba(0,0,0,.8);position:fixed;top:0;left:0;cursor:pointer;z-index:1000}.ModalWIndowBody__body{position:fixed;top:50%;left:50%;z-index:1001;transform:translate(-50%,-50%);width:480px;height:85%;max-height:666px;border:1px solid #3b3d41;border-radius:10px;background-color:#0f1115;padding:15px;overflow:hidden}@media(max-width:550px){.ModalWIndowBody__body{width:380px}}@media(max-width:425px){.ModalWIndowBody__body{width:310px;padding-inline:5px}}.ModalWIndowBody__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-left:15px}.ModalWIndowBody__header__wrapper{display:flex;flex-direction:column;gap:10px}.ModalWIndowBody__header__title{font-size:24px;font-weight:700;line-height:1;color:#fff}.ModalWIndowBody__header__subtitle{font-weight:400;color:#868686;font-size:12px}.ModalWIndowBody__header__close{flex-shrink:0;cursor:pointer;height:52px;width:52px;display:flex;justify-content:center;align-items:center;border-radius:10px;background-color:#3b3d41}.ModalWIndowBody__header__close img{cursor:pointer}@media(max-width:800px){.ModalWIndowBody__header__close{width:40px;height:40px}}.ModalWIndowBody__header__close:hover{filter:brightness(120%)}.ModalWIndowBody__list{display:flex;flex-direction:column;gap:30px;overflow-y:scroll;overflow-x:hidden;margin:0;height:calc(100% - 100px);padding-inline:15px;scrollbar-width:none;-ms-overflow-style:none}.ModalWIndowBody__list::-webkit-scrollbar{display:none}.ModalWIndowBody__el{display:flex;flex-direction:column;gap:15px}.ModalWIndowBody__el__title{font-size:20px;font-weight:700;line-height:1;color:#fff}.ModalWIndowBody__el__list{display:flex;flex-direction:column}.ModalWIndowBody__el__row{display:flex;justify-content:space-between;padding-block:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}.ModalWIndowBody__el__row:first-child{padding-top:0}.ModalWIndowBody__el__row:last-child{border-bottom:none}.ModalWIndowBody__el__label{font-size:14px;color:#fff;opacity:60%;font-weight:400;width:50%}@media(max-width:425px){.ModalWIndowBody__el__label{font-size:12px;width:40%}}.ModalWIndowBody__el__value{width:50%;text-align:right;font-size:14px;font-weight:400;color:#fff;line-height:1}@media(max-width:550px){.ModalWIndowBody__el__value{font-size:12px}}@media(max-width:425px){.ModalWIndowBody__el__value{font-size:12px;width:60%}}.CarHistory{width:100%;border-radius:20px;background:#1d1e20;padding:15px;margin-bottom:20px}@media(max-width:800px){.CarHistory{margin-top:20px}}.CarHistory__title{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:10px}.CarHistory__details{width:100%;display:flex;gap:10px;flex-wrap:wrap;align-items:center;margin-bottom:20px}.CarHistory__details__el{background:#ee8a08;border-radius:7px;color:#fff;font-weight:700;font-size:14px;padding:6px}.CarHistory__details__el-green{background:#25d366}.CarHistory__details__el-orange{background:#ee8a08}.CarHistory__details__el-red{background:#ea0006}.CarHistory__crash{display:flex;align-items:center;justify-content:space-between;width:100%;padding-bottom:12px;border-bottom:1px solid hsla(0,0%,100%,.1)}.CarHistory__crash__title{opacity:60%}.CarHistory__crash__title,.CarHistory__crash__value{font-size:14px;font-weight:400;line-height:1;color:#fff}.CarHistory__price{display:flex;align-items:flex-start;justify-content:space-between;width:100%;padding-top:12px}.CarHistory__price__title{opacity:60%}.CarHistory__price__title,.CarHistory__price__value{font-size:14px;font-weight:400;line-height:1;color:#fff}.CarHistory__price__value{display:flex;flex-direction:column;gap:4px;text-align:right}.CarHistory__button{margin-top:20px;width:100%;border:none;border-radius:10px;height:44px;color:#fff;cursor:pointer;background:#3b3d41;display:flex;align-items:center;justify-content:center;padding:0;font-weight:700}.CarHistory__button:hover{filter:brightness(120%)}.CarHistory__button label{font-size:16px;font-weight:700;line-height:1;cursor:pointer}.CarHistory__modal{animation:openModal .2s ease-in-out}.CanDriveAlert{display:flex;gap:6px;width:max-content;padding:4px 7px;border-radius:7px;border:none;justify-content:center;align-items:center}.CanDriveAlert label{color:#fff;font-weight:700;font-size:14px}.CanDriveAlert-good{background:#06be4b}.CanDriveAlert-bad{background:#ee8a08}.CanDriveAlert__content{max-width:370px;color:#fff;display:flex;flex-direction:column;font-weight:300;font-size:12px;align-items:flex-start;justify-content:flex-start;text-align:left;gap:8px}.CanDriveAlert__content__title{font-weight:600;font-size:16px;color:#fff}.CanDriveAlert__content__list{display:flex;gap:15px;flex-direction:column;line-height:100%;letter-spacing:.15px;font-size:13px;font-weight:300}.CanDriveAlert__content__list ol{padding:0;list-style:none}.Slider{margin-inline:auto;height:auto;border-radius:10px;display:flex;justify-content:center;align-items:center;margin-top:10px;margin-bottom:10px}.Slider,.Slider__container{width:100%;position:relative;overflow:hidden}.Slider__container{aspect-ratio:16/9}@media(max-width:800px){.Slider__container{aspect-ratio:auto}}.Slider__col{position:absolute;top:0;z-index:5;width:60px;height:100%;cursor:pointer}.Slider__col-l{left:0}.Slider__col-r{right:0}.Slider__imgs{display:flex;width:100%;height:100%}.Slider__skeleton{position:absolute;top:0;left:0;height:100%;opacity:1;transition:opacity .3s ease-in-out;pointer-events:none}.Slider__skeleton-hidden{opacity:0}.Slider__img{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;flex:0 0 100%;height:100%;width:100%;object-fit:cover;opacity:0;object-position:center;max-width:none;max-height:none;transition:opacity .3s ease-in-out}.Slider__img-loaded{opacity:1}@media(max-width:390px){.Slider__img{height:210px;max-height:max-content}}.Slider__img-animate{animation:fadeIn .3s ease-in-out}.Slider__count{position:absolute;bottom:10px;left:10px}.Slider__arrow{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none}.Slider__arrow:active{z-index:11;animation:arrowClick .5s ease-in-out}.Slider__arrow-r{right:10px;padding-left:3px}.Slider__arrow-l,.Slider__arrow-r{z-index:11;position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.8);display:flex;justify-content:center;align-items:center}.Slider__arrow-l{left:10px;padding-right:3px}.Slider__arrow-l img,.Slider__arrow-r img{filter:brightness(0);pointer-events:none;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.Slider__miniSlides{display:flex;margin-bottom:20px}.Slider__miniList{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));grid-gap:10px;gap:10px;width:100%;justify-content:flex-start;margin:0;cursor:pointer;flex-wrap:wrap}@media(max-width:1100px){.Slider__miniList{grid-template-columns:repeat(6,minmax(0,1fr))}}@media(max-width:1000px){.Slider__miniList{grid-template-columns:repeat(5,minmax(0,1fr))}}@media(max-width:900px){.Slider__miniList{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:800px){.Slider__miniList{display:none}}.Slider__miniList__el{border:2px solid #000;border-radius:10px;box-sizing:border-box;width:100%;aspect-ratio:16/9;position:relative;overflow:hidden}.Slider__miniList__el-active{border:2px solid #fff}.Slider__miniList__img-wrapper{position:relative;width:100%;height:100%;border-radius:10px;overflow:hidden}.Slider__miniList__img{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;pointer-events:none;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transition:opacity .3s ease-in-out}.Slider__miniList__img-loaded{opacity:1}.Slider__miniList__image-empty{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background:#575757;color:#fff;font-size:20px}.Slider__img-wrapper{position:relative;width:100%;height:100%;flex:0 0 100%}.Slider__img-aspect{aspect-ratio:16/9;position:relative}.Slider__image-empty,.Slider__img-aspect{width:100%;display:flex;align-items:center;justify-content:center}.Slider__image-empty{position:absolute;top:0;left:0;height:100%;text-align:center;background:#575757;flex-direction:column;gap:15px;color:#fff;font-size:14px;line-height:1.4}.Slider__skeleton{width:100%;min-height:420px;aspect-ratio:16/9}@media(max-width:800px){.Slider__skeleton{min-height:auto;aspect-ratio:auto}}.Slider__miniList__img .react-loading-skeleton{width:100%!important;height:100%!important;position:absolute!important;top:0!important;left:0!important;border-radius:8px!important}.BlurModalWindow{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;display:flex;justify-content:flex-start;align-items:flex-start;overflow-y:auto;padding:0}.BlurModalWindow__content{width:100%;max-width:1200px;border-radius:8px;padding:20px 0;margin:0 auto}.BlurModalWindow__header{display:flex;justify-content:space-between;align-items:flex-start;padding:0 20px;margin-bottom:20px;gap:10px}.BlurModalWindow__header__wrapper{flex:1 1}.BlurModalWindow__header__upside{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:5px}.BlurModalWindow__header__title{font-size:24px;font-weight:600;color:#fff;margin-bottom:10px}@media(max-width:800px){.BlurModalWindow__header__title{font-size:18px}}.BlurModalWindow__header__details{display:flex;gap:10px;flex-wrap:wrap}.BlurModalWindow__header__right{display:flex;align-items:center;gap:20px}.BlurModalWindow__header__price{font-size:24px;font-weight:600;color:#fff;white-space:nowrap}.BlurModalWindow__header__close{cursor:pointer;padding:8px;border-radius:50%;background:hsla(0,0%,100%,.1);transition:background .2s}.BlurModalWindow__header__close:hover{background:hsla(0,0%,100%,.2)}.BlurModalWindow__header__close svg path{fill:#fff}.BlurModalWindow__photos{display:flex;flex-direction:column;gap:15px}@media(max-width:450px){.BlurModalWindow__photos{gap:5px}}.BlurModalWindow__photo-wrapper{width:100%;position:relative;border-radius:4px;overflow:hidden;aspect-ratio:16/9;background:rgba(0,0,0,.2)}.BlurModalWindow__photo{width:100%;height:100%;display:block;object-position:center;object-fit:cover}.CarAlert{padding:15px 20px 20px;border-radius:10px;background:#ee0808;display:flex;flex-direction:column;gap:10px;margin-bottom:40px;max-width:540px}@media(max-width:1050px){.CarAlert{max-width:425px}}@media(max-width:800px){.CarAlert{margin-bottom:20px}}.CarAlert__title{font-size:16px;font-weight:700;line-height:1;color:#fff}@media(max-width:8070px){.CarAlert__title{font-size:14px}}.CarAlert__desc{font-size:16px;font-weight:300;line-height:1;color:#fff}@media(max-width:1050px){.CarAlert__desc{font-size:14px}}@media(max-width:870px){.CarAlert__desc{font-size:12px}}