.CarPage-module__X40rsG__pageWrapper{background-color:#f8f9fa;padding:40px 0 80px}.CarPage-module__X40rsG__container{max-width:1200px;margin:0 auto;padding:0 20px}.CarPage-module__X40rsG__galleryLayout{grid-template-columns:1fr 1fr;align-items:flex-start;gap:40px;display:grid}.CarPage-module__X40rsG__gallerySection{flex-direction:column;gap:16px;min-width:0;max-width:100%;display:flex;position:sticky;top:104px;overflow:hidden}.CarPage-module__X40rsG__description{max-width:800px;margin-top:30px}.CarPage-module__X40rsG__descriptionTitle{color:#1e293b;margin-bottom:16px;font-size:24px;font-weight:700}.CarPage-module__X40rsG__descriptionText{color:#475569;white-space:pre-line;font-size:16px;line-height:1.7}.CarPage-module__X40rsG__infoSection{background:#fff;border:1px solid #00000008;border-radius:16px;flex-direction:column;gap:20px;padding:32px;display:flex;position:sticky;top:104px;box-shadow:0 4px 12px #0000000a}.CarPage-module__X40rsG__infoHeader{justify-content:space-between;align-items:flex-start;display:flex}.CarPage-module__X40rsG__title{color:#1a1a1a;margin:0;font-size:28px;font-weight:700;line-height:1.2}.CarPage-module__X40rsG__year{color:#6b7280;flex-shrink:0;margin-left:12px;font-size:16px;font-weight:500}.CarPage-module__X40rsG__priceBlock{margin:4px 0}.CarPage-module__X40rsG__price{color:#1a1a1a;font-size:32px;font-weight:700}.CarPage-module__X40rsG__sellerBadge{color:#fff;background:#1a1a1a;border-radius:20px;width:fit-content;padding:4px 16px;font-size:13px;font-weight:600;display:inline-block}.CarPage-module__X40rsG__specsTable{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-direction:column;gap:8px;padding:16px 0;display:flex}.CarPage-module__X40rsG__specRow{justify-content:space-between;padding:4px 0;font-size:15px;display:flex}.CarPage-module__X40rsG__specLabel{color:#6b7280;font-weight:400}.CarPage-module__X40rsG__specValue{color:#1a1a1a;text-align:right;max-width:60%;font-weight:500}.CarPage-module__X40rsG__actions{flex-direction:column;gap:12px;margin-top:8px;display:flex}.CarPage-module__X40rsG__actionBtnPrimary{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:background .2s,transform .1s}.CarPage-module__X40rsG__actionBtnPrimary:hover{background:#b91c1c;transform:scale(1.01)}.CarPage-module__X40rsG__actionBtnSecondary{color:#dc2626;cursor:pointer;background:0 0;border:2px solid #dc2626;border-radius:12px;width:100%;padding:16px;font-size:16px;font-weight:600;transition:background .2s,color .2s}.CarPage-module__X40rsG__actionBtnSecondary:hover{color:#fff;background:#dc2626}@media (max-width:980px){.CarPage-module__X40rsG__galleryLayout{grid-template-columns:1fr;gap:32px}.CarPage-module__X40rsG__gallerySection{gap:12px;position:static}.CarPage-module__X40rsG__infoSection{position:static}.CarPage-module__X40rsG__description{padding:12px 0 0}}@media (max-width:640px){.CarPage-module__X40rsG__pageWrapper{padding:20px 0 40px}.CarPage-module__X40rsG__title{font-size:24px}.CarPage-module__X40rsG__price{font-size:28px}.CarPage-module__X40rsG__infoSection{padding:20px}}
.CarGallery-module__thgCAG__gallery{flex-direction:column;gap:12px;display:flex}.CarGallery-module__thgCAG__slider{aspect-ratio:4/3;cursor:zoom-in;background:#f1f5f9;border-radius:12px;position:relative;overflow:hidden}.CarGallery-module__thgCAG__slideImage{object-fit:cover;width:100%;height:100%;display:block}.CarGallery-module__thgCAG__arrow{color:#fff;cursor:pointer;z-index:2;background:#0006;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CarGallery-module__thgCAG__arrow:hover{background:#0009}.CarGallery-module__thgCAG__arrowLeft{left:12px}.CarGallery-module__thgCAG__arrowRight{right:12px}.CarGallery-module__thgCAG__counter{color:#fff;background:#00000080;border-radius:20px;padding:4px 10px;font-size:13px;position:absolute;bottom:12px;right:12px}.CarGallery-module__thgCAG__thumbnails{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap;gap:8px;padding:4px 0;display:flex;overflow-x:auto}.CarGallery-module__thgCAG__thumbnails::-webkit-scrollbar{display:none}.CarGallery-module__thgCAG__thumbnail{cursor:pointer;opacity:.5;background:0 0;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:72px;height:72px;padding:0;transition:opacity .2s,border-color .2s;overflow:hidden}.CarGallery-module__thgCAG__thumbnailActive{opacity:1;border-color:#dc2626}.CarGallery-module__thgCAG__thumbnail:hover{opacity:.8}.CarGallery-module__thgCAG__thumbnailImage{object-fit:cover;width:100%;height:100%;display:block}.CarGallery-module__thgCAG__empty{aspect-ratio:4/3;color:#94a3b8;background:#f1f5f9;border-radius:12px;justify-content:center;align-items:center;font-size:16px;display:flex}.CarGallery-module__thgCAG__fullscreenOverlay{z-index:99999;background:#000000eb;justify-content:center;align-items:center;width:100vw;height:100%;animation:.2s CarGallery-module__thgCAG__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes CarGallery-module__thgCAG__fadeIn{0%{opacity:0}to{opacity:1}}.CarGallery-module__thgCAG__fullscreenClose{cursor:pointer;z-index:10;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:background .2s;display:flex;position:absolute;top:24px;right:24px}.CarGallery-module__thgCAG__fullscreenClose:hover{background:#fff3}.CarGallery-module__thgCAG__fullscreenContent{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.CarGallery-module__thgCAG__fullscreenImage{object-fit:contain;border-radius:8px;max-width:90%;max-height:85vh;box-shadow:0 8px 32px #00000080}.CarGallery-module__thgCAG__fullscreenArrow{cursor:pointer;z-index:5;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.CarGallery-module__thgCAG__fullscreenArrow:hover{background:#ffffff40}.CarGallery-module__thgCAG__fullscreenArrowLeft{left:24px}.CarGallery-module__thgCAG__fullscreenArrowRight{right:24px}.CarGallery-module__thgCAG__fullscreenCounter{color:#fff;background:#0009;border-radius:30px;padding:8px 20px;font-size:16px;font-weight:500;position:absolute;bottom:50px;left:50%;transform:translate(-50%)}@media (max-width:768px){.CarGallery-module__thgCAG__fullscreenClose{width:40px;height:40px;top:16px;right:16px}.CarGallery-module__thgCAG__fullscreenImage{max-width:95%;max-height:75vh}.CarGallery-module__thgCAG__fullscreenArrow{width:40px;height:40px}.CarGallery-module__thgCAG__fullscreenArrowLeft{left:8px}.CarGallery-module__thgCAG__fullscreenArrowRight{right:8px}.CarGallery-module__thgCAG__fullscreenCounter{padding:6px 16px;font-size:14px;bottom:20px}}
.LeadModal-module__-j2xHq__overlay{z-index:999;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.2s LeadModal-module__-j2xHq__fadeIn;display:flex;position:fixed;top:0;left:0}.LeadModal-module__-j2xHq__modal{background:#fff;border-radius:20px;width:100%;max-width:480px;padding:40px;animation:.3s LeadModal-module__-j2xHq__slideUp;position:relative;box-shadow:0 20px 60px #00000026}@keyframes LeadModal-module__-j2xHq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LeadModal-module__-j2xHq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.LeadModal-module__-j2xHq__closeBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:4px;transition:color .2s;position:absolute;top:16px;right:16px}.LeadModal-module__-j2xHq__closeBtn:hover{color:#1a1a1a}.LeadModal-module__-j2xHq__title{color:#1a1a1a;margin:0 0 24px;padding-right:24px;font-size:22px;font-weight:700;line-height:1.3}.LeadModal-module__-j2xHq__form{flex-direction:column;gap:20px;display:flex}.LeadModal-module__-j2xHq__field{flex-direction:column;gap:6px;display:flex}.LeadModal-module__-j2xHq__label{color:#4b5563;font-size:14px;font-weight:500}.LeadModal-module__-j2xHq__input{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:16px;transition:border-color .2s,background .2s}.LeadModal-module__-j2xHq__input:focus{background:#fff;border-color:#dc2626}.LeadModal-module__-j2xHq__inputError{background:#fff5f5;border-color:#dc2626}.LeadModal-module__-j2xHq__error{color:#dc2626;margin-top:2px;font-size:13px}.LeadModal-module__-j2xHq__consentField{flex-direction:column;gap:4px;display:flex}.LeadModal-module__-j2xHq__consentLabel{cursor:pointer;color:#4b5563;align-items:flex-start;gap:8px;font-size:14px;line-height:1.4;display:flex}.LeadModal-module__-j2xHq__checkbox{accent-color:#dc2626;cursor:pointer;flex-shrink:0;width:18px;height:18px;margin-top:2px}.LeadModal-module__-j2xHq__submitBtn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:12px;width:100%;padding:14px;font-size:16px;font-weight:600;transition:background .2s}.LeadModal-module__-j2xHq__submitBtn:hover{background:#b91c1c}@media (max-width:480px){.LeadModal-module__-j2xHq__modal{padding:24px 20px}.LeadModal-module__-j2xHq__title{font-size:20px}}
.CarPageSkeleton-module__9JZnwG__pageWrapper{background-color:#f8f9fa;min-height:100vh;padding:40px 0 80px}.CarPageSkeleton-module__9JZnwG__container{max-width:1200px;margin:0 auto;padding:0 20px}.CarPageSkeleton-module__9JZnwG__galleryLayout{grid-template-columns:1fr 1fr;align-items:flex-start;gap:40px;display:grid}.CarPageSkeleton-module__9JZnwG__gallerySection{flex-direction:column;gap:16px;display:flex}.CarPageSkeleton-module__9JZnwG__mainPhotoSkeleton{aspect-ratio:4/3;background:#e5e7eb;border-radius:16px;width:100%;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__thumbnailsSkeleton{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.CarPageSkeleton-module__9JZnwG__thumbSkeleton{aspect-ratio:1;background:#e5e7eb;border-radius:12px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__descriptionSkeleton{flex-direction:column;gap:8px;padding:4px 0;display:flex}.CarPageSkeleton-module__9JZnwG__descTitleSkeleton{background:#e5e7eb;border-radius:4px;width:30%;height:20px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__descTextSkeleton{background:#e5e7eb;border-radius:4px;width:100%;height:16px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__infoSectionSkeleton{background:#fff;border:1px solid #00000008;border-radius:16px;flex-direction:column;gap:16px;padding:32px;display:flex}.CarPageSkeleton-module__9JZnwG__headerSkeleton{justify-content:space-between;display:flex}.CarPageSkeleton-module__9JZnwG__titleSkeleton{background:#e5e7eb;border-radius:4px;width:60%;height:32px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__yearSkeleton{background:#e5e7eb;border-radius:4px;width:40px;height:24px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__priceSkeleton{background:#e5e7eb;border-radius:4px;width:50%;height:36px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__badgeSkeleton{background:#e5e7eb;border-radius:20px;width:120px;height:28px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__specsSkeleton{border-top:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6;flex-direction:column;gap:8px;padding:16px 0;display:flex}.CarPageSkeleton-module__9JZnwG__specRowSkeleton{justify-content:space-between;height:20px;display:flex}.CarPageSkeleton-module__9JZnwG__specRowSkeleton:before{content:"";background:#e5e7eb;border-radius:4px;width:40%;height:100%;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__specRowSkeleton:after{content:"";background:#e5e7eb;border-radius:4px;width:30%;height:100%;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__actionsSkeleton{flex-direction:column;gap:12px;display:flex}.CarPageSkeleton-module__9JZnwG__btnSkeleton{background:#e5e7eb;border-radius:12px;width:100%;height:56px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}.CarPageSkeleton-module__9JZnwG__btnSkeletonSecondary{background:#f3f4f6;border:2px solid #e5e7eb;border-radius:12px;width:100%;height:56px;animation:1.5s ease-in-out infinite CarPageSkeleton-module__9JZnwG__pulse}@keyframes CarPageSkeleton-module__9JZnwG__pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@media (max-width:980px){.CarPageSkeleton-module__9JZnwG__galleryLayout{grid-template-columns:1fr;gap:32px}}
