*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;color:#222;background:#fff}a{color:inherit}.header{background:#1b1b1b;color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;font-weight:700;height:60px;position:relative}.header-center{position:absolute;left:50%;transform:translateX(-50%)}.header img{width:60px}.header a{color:white;text-decoration:none;margin-left:25px}.header-account-link-old{color:white;transition:opacity .25s}.header-account-link-old:hover{opacity:.8}.content-page,.hero{max-width:1200px;margin:auto;padding:80px 24px;text-align:center}.hero{position:relative;overflow:hidden;padding:90px 24px 70px;border-radius:18px;margin-top:20px;background:linear-gradient(90deg,rgba(0,0,0,.76),rgba(0,0,0,.35)),url(/images/logo/1.png.webp) 50%/cover no-repeat;box-shadow:0 10px 30px rgba(0,0,0,.16);opacity:0;transform:translateY(40px);animation:fadeUpHero .8s cubic-bezier(.25,1,.5,1) forwards}@keyframes fadeUpHero{to{opacity:1;transform:translateY(0)}}.content-page h1,.hero h1{font-size:clamp(36px,6vw,58px);margin:20px 0}.hero .badge,.hero .pills span,.hero h1,.hero p{color:#fff}.hero p{max-width:720px;margin:0 auto 25px;font-size:19px;line-height:1.6;opacity:.95}.badge,.status{display:inline-block;background:#ffd000;padding:10px 18px;border-radius:9px;font-weight:700;color:#111}.features,.pills{display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.features span,.pills span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);border-radius:22px;padding:10px 14px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.filters{max-width:1200px;margin:0 auto 18px;padding:18px;border:1px solid #ece7dc;border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(0,0,0,.06);display:grid;grid-gap:14px;gap:14px}.filters-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:12px;gap:12px}.filter-field{display:flex;flex-direction:column;gap:6px}.filter-field label{font-size:.78rem;text-transform:uppercase;letter-spacing:.08em;color:#6b6258;font-weight:700}.admin-search,.editor input,.editor textarea,.filter-field input,.filter-field select,.filters input,.filters select,.login input{padding:11px 12px;border:1px solid #e2ddd4;border-radius:12px;font:inherit;background:#fff;color:#111;min-height:44px}.filter-field input:focus,.filter-field select:focus,.filters input:focus,.filters select:focus{outline:none;border-color:#ffca28;box-shadow:0 0 0 3px rgba(255,202,40,.2)}.filter-actions{display:flex;align-items:end;justify-content:flex-end}.reset-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;border:0;border-radius:11px;background:#111;color:#fff;font-weight:700;cursor:pointer}.reset-btn:hover{background:#2c2c2c}.car-count{text-align:center;margin:8px 0 20px;color:#4b433a}.catalog{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:28px;gap:28px;width:min(1600px,94%);margin:28px auto;align-items:start}.car-card{background:#eee;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #0008;display:flex;flex-direction:column;position:relative;min-height:420px;max-width:360px;width:100%;justify-self:center;opacity:0;transform:translateY(40px);transition:opacity .5s ease,transform .5s ease,box-shadow .2s ease}.car-card.show{opacity:1;transform:translateY(0)}.car-card.show:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(0,0,0,.16)}.car-image{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .25s ease}.car-card:hover .car-image{transform:scale(1.03)}.car-title{gap:8px;font-size:22px}.specs{grid-gap:8px;gap:8px;margin-top:16px}.price{color:#009700;font-size:28px;margin:18px 0}.button,.danger{border-radius:10px;background:#1b1b1b}.secondary{background:#555}.call-button{background:#1b1b1b;border-radius:10px;padding:12px 16px;text-decoration:none}.card-glow{height:95px}.card-badge{font-size:12px;font-weight:700}.card-badge.badge-top{background:#ffd000;color:#1b1b1b}.card-badge.sold{background:#b00020}.card-badge.rec{background:#2e7d32}.content-hero{padding:20px 0 8px}.content-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;margin-top:20px}.info-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;box-shadow:0 12px 30px rgba(0,0,0,.05)}.contact-grid{grid-gap:15px;gap:15px;margin:30px auto}.contact-grid a{padding:20px;border:1px solid #eee;border-radius:12px;text-decoration:none;box-shadow:0 10px 25px rgba(0,0,0,.04)}footer{margin-top:50px;background:#111;color:white;padding:30px;text-align:center}footer h3{margin-bottom:10px}footer p{margin:5px 0}footer a{color:white;text-decoration:none}.car-page{padding:35px 24px}.car-top{display:grid;grid-template-columns:1.15fr 1fr;grid-gap:38px;gap:38px}.gallery{height:min(55vw,500px);display:flex;align-items:center;background:#111}.gallery img{height:100%}.gallery button,.lightbox button{font-size:40px;border:0;background:#0008;color:white;cursor:pointer}.thumbs{overflow:auto;gap:8px;padding-top:8px}.thumbs button{padding:0;border:2px solid transparent}.thumbs .active{border-color:#ffd000}.thumbs img{width:75px;height:58px}.lightbox{z-index:10;background:#000e}.lightbox img{max-width:85vw;max-height:90vh}.detail-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.detail-grid div{background:#f1f1f1;padding:12px;border-radius:7px}.detail-grid b{display:block;margin-bottom:5px}.lead{line-height:1.6;color:#555}.wide{display:block;margin-top:20px}.info-section{margin-top:30px;padding:22px;background:#f7f7f7;border-radius:10px;line-height:1.6}.content-image{max-width:100%;border-radius:10px;margin:25px}@media (max-width:900px){.content-grid{grid-template-columns:1fr}.header nav,.header-inner{gap:16px}}@media (max-width:700px){.header{height:auto;padding:12px 5%}.header-inner{flex-direction:column}.header nav{gap:10px;flex-wrap:wrap;justify-content:center}.hero{padding:70px 18px 56px}.car-top,.detail-grid,.form-grid,.specs{grid-template-columns:1fr}.admin-row{align-items:flex-start;flex-wrap:wrap}.toggles{margin:0}.filters{flex-direction:column}.filters input,.filters select{width:100%}.footer-info{gap:20px}.catalog{grid-template-columns:1fr}}.card-glow{position:absolute;inset:0 0 auto 0;height:96px;background:linear-gradient(180deg,rgba(0,0,0,.16),transparent);pointer-events:none}.card-badges{position:absolute;top:12px;left:12px;display:flex;gap:8px;flex-wrap:wrap;z-index:2}.card-badge{padding:6px 10px;border-radius:999px;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.04em;background:#111;color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 1px 3px rgba(0,0,0,.18)}.card-badge.badge-top{background:#ffca28;color:#111;border-color:rgba(0,0,0,.12)}.card-badge.sold{background:#b42318}.card-badge.rec{background:#2d6a4f}.car-info{padding:16px 18px 20px;display:flex;flex:1 1;flex-direction:column;gap:10px}.car-title{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.car-title h3{margin:0;font-size:1.03rem;font-weight:800;color:#111}.car-year{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:30px;padding:0 10px;border-radius:999px;background:#eee7d4;color:#8a5a00;font-weight:700;font-size:.86rem}.specs{grid-gap:8px 10px;gap:8px 10px;margin-top:4px}.specs p{margin:0;display:flex;align-items:center;gap:6px;color:#4b433a;font-size:.98rem;font-weight:600}.spec-icon{width:17px;height:17px;flex-shrink:0;object-fit:contain;display:block}.price{font-size:1.25rem;font-weight:800;margin-top:8px}.card-actions{display:flex;gap:10px;margin-top:auto;padding-top:8px}.button,.danger{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:12px;background:#111;color:#fff;padding:12px 18px;text-align:center;text-decoration:none;font:inherit;cursor:pointer;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.button:hover,.danger:hover{background:#e7e7e7;color:#111;border:2px solid #111}.button{flex:1 1}.call-button{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;background:#111;color:#fff;font-size:1rem;font-weight:800;box-shadow:0 8px 20px rgba(0,0,0,.14);transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.call-button:hover{background:#e7e7e7;color:#111;border:2px solid #111}footer{margin-top:60px;background:linear-gradient(180deg,#111,#1b1b1b);color:#e9e7df;padding:38px 24px 46px}.footer-info{max-width:1100px;margin:0 auto;display:flex;justify-content:center;gap:36px;flex-wrap:wrap;align-items:flex-start}.footer-info>div{min-width:180px}footer h3{margin:0 0 10px;font-size:1.15rem;letter-spacing:.08em;text-transform:uppercase;color:#fff}footer a{color:#f2d36f}footer a:hover{color:#fff}.container{max-width:1400px;margin:auto;padding:30px}.top{display:grid;grid-template-columns:1.2fr .8fr;grid-gap:40px;gap:40px;align-items:start}.top>div{width:100%;min-width:0}.car-page{max-width:1200px;margin:auto;padding:36px 24px 60px}.gallery{position:relative;overflow:hidden;background:linear-gradient(140deg,#131313,#2e2e2e);box-shadow:0 12px 30px rgba(0,0,0,.14)}.gallery,.gallery img{width:100%;max-width:100%;border-radius:15px}.gallery img{display:block;height:auto;object-fit:contain;cursor:zoom-in;padding:20px;transition:transform .2s ease}.gallery img:hover{transform:scale(1.03)}.light-next,.light-prev,.next,.prev{position:absolute;top:50%;transform:translateY(-50%);border:none;padding:14px 15px;background:rgba(17,17,17,.65);color:white;border-radius:10px;cursor:pointer;font-size:24px;transition:background .2s ease;z-index:2}.light-next:hover,.light-prev:hover,.next:hover,.prev:hover{background:#111111}.prev{left:10px}.next{right:10px}.thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:5px}.thumbs::-webkit-scrollbar{display:none}.thumbs img{width:120px;height:80px;object-fit:cover;cursor:pointer;border-radius:10px;border:2px solid transparent;flex-shrink:0}.thumbs img.active-thumb{border-color:#ffd000}.price{font-size:42px;color:#0e7a1f;font-weight:700;margin-bottom:15px}.short-about{color:#555;line-height:1.7;margin-bottom:8px}.section,.section-specs{background:white;padding:25px;margin-top:30px;border-radius:15px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.section h2,.section-specs h2{margin-bottom:15px}.specs{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;gap:15px;margin-top:20px}.spec{background:#faf8f2;padding:15px;border-radius:12px;border:1px solid #ece7dc;line-height:1.5}.spec b{display:inline-block;margin-bottom:4px;color:#4b433a}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:12px;gap:12px}.feature{background:#f0f0f0;padding:12px}.btn,.feature{border-radius:10px}.btn{display:inline-block;background:#1b1b1b;color:#fff;padding:14px 22px;text-decoration:none;margin-top:20px;border:2px solid transparent;transition:.3s;text-align:center;font-weight:700;width:100%}.btn:hover{background:#f5f5f5;border-color:#000;color:#1b1b1b}.btn2{display:inline-block;background:#1b1b1b;color:#fff;padding:14px 22px;border-radius:10px;text-decoration:none;margin-top:20px;border:2px solid transparent;transition:.3s;text-align:center;font-weight:700;width:50%}.btn2:hover{background:#f5f5f5;border-color:#000;color:#1b1b1b}.lightbox{position:fixed;inset:0;background:rgba(0,0,0,.95);display:flex;justify-content:center;align-items:center;opacity:0;visibility:hidden;transition:.25s;z-index:9999;padding:20px}.lightbox.show{opacity:1;visibility:visible}.lightbox img{max-width:92vw;max-height:92vh;object-fit:contain;border-radius:10px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.close{position:absolute;top:25px;right:35px;color:white;font-size:45px;cursor:pointer;transition:.25s}.close:hover{transform:scale(1.15)}.light-next,.light-prev{position:absolute;top:50%;transform:translateY(-50%);border:none;padding:15px;background:rgba(44,44,44,.65);color:white;border-radius:10px;cursor:pointer;font-size:30px;transition:.25s}.light-next:hover,.light-prev:hover{background:#111111}.light-prev{left:30px}.light-next{right:30px}body.no-scroll{overflow:hidden}.image-empty{padding:40px;text-align:center;background:#f5f5f5;border-radius:15px}.contact-grid{display:grid;grid-gap:14px;gap:14px;max-width:560px;margin:30px auto 0}.contact-grid a{padding:16px 18px;background:#fff;border-radius:14px;border:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,.04);font-weight:700;text-align:center}.admin,.editor{max-width:1200px;margin:auto;padding:30px 18px}@media (max-width:900px){.top{gap:30px}.features,.specs,.top{grid-template-columns:1fr}}@media (max-width:700px){.container{padding:15px}.top{grid-template-columns:1fr;gap:24px}.gallery img{padding:10px}.next,.prev{display:none}.thumbs img{width:90px;height:65px;flex-shrink:0}.price{font-size:34px}.specs{grid-template-columns:1fr}.section,.section-specs{padding:18px}.btn,.btn2{width:100%}.light-next,.light-prev{width:40px;height:40px;font-size:20px;padding:5px}.close{font-size:36px;top:15px;right:20px}}.admin-head{display:flex;justify-content:space-between;align-items:center;gap:15px}.admin-search{width:100%;margin:12px 0}.admin-row{display:flex;align-items:center;gap:15px;padding:12px;border-bottom:1px solid #ddd}.admin-row img{width:100px;height:70px;object-fit:cover}.admin-row small{display:block;color:#666;margin-top:6px}.toggles{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.toggles label{font-size:13px}.danger{background:#b00020}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.editor textarea{display:block;width:100%;min-height:90px;margin:12px 0}.dropzone{display:block;border:2px dashed #aaa;padding:30px;text-align:center;margin:15px 0}.dropzone input{display:none}.photo-list{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}.photo-list div{position:relative}.photo-list img{width:130px;height:90px;object-fit:cover}.photo-list button{border:0;padding:4px;cursor:pointer}.login{min-height:100vh;display:grid;place-items:center;background:#eee}.login form{width:min(400px,90%);background:#fff;padding:28px;border-radius:12px;display:grid;grid-gap:12px;gap:12px}@media (max-width:900px){.car-top{grid-template-columns:1fr}.content-page,.hero{padding-top:56px}.content-page h1,.hero h1{font-size:clamp(30px,7vw,44px)}}@media (max-width:700px){.header{height:auto;flex-wrap:wrap;padding:14px 16px}.header,.header nav{justify-content:center;gap:10px}.header nav a{font-size:.9rem}.content-page,.hero{padding:44px 16px 32px}.hero:before{border-radius:16px}.filters{flex-direction:column}.filters input,.filters select{width:100%}.catalog{gap:18px;width:min(100%,94%)}.catalog,.detail-grid,.form-grid,.specs{grid-template-columns:1fr}.admin-row{align-items:flex-start;flex-wrap:wrap}.toggles{margin:0}.footer-info{gap:20px}.car-page{padding:24px 16px 48px}.gallery{height:min(70vw,360px)}.gallery img{padding:10px}.contact-grid{max-width:100%}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.about-page{background:#f5f5f5}.about-hero{max-width:1400px;margin:auto;padding:60px 30px;display:flex;align-items:center;gap:40px}.about-image{width:55%;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.18)}.about-text{flex:1 1}.about-text h1{font-size:58px;margin:20px 0}.about-text p{font-size:18px;line-height:1.8;color:#444}.about-features{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0}.about-features span{background:white;padding:10px 16px;border-radius:30px;box-shadow:0 3px 10px rgba(0,0,0,.08);font-weight:600}.about-stats{background:white;display:flex;justify-content:center;gap:90px;padding:60px 20px}.about-stats div{text-align:center}.about-stats h2{font-size:52px;margin-bottom:8px}.about-section{max-width:1400px;margin:auto;padding:70px 30px}.section-title{text-align:center;margin-bottom:35px;font-size:36px}.cards{display:flex;gap:20px;flex-wrap:wrap}.card{flex:1 1;min-width:230px;background:white;padding:28px;border-radius:16px;box-shadow:0 5px 18px rgba(0,0,0,.08);font-size:18px}.about-gallery{max-width:1400px;margin:auto;padding:20px 30px 60px}.about-gallery img{width:100%;border-radius:18px}.about-location{max-width:1400px;margin:auto;padding:60px 30px;display:flex;align-items:center;gap:40px}.location-text{flex:1 1}.location-text h2{font-size:38px;margin-bottom:20px}.location-text p{font-size:18px;margin-bottom:20px}.about-location img{width:60%;border-radius:18px}.social{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.social a{background:white;padding:10px;border-radius:12px}.social img{width:150px;height:150px}.social-text{display:flex;justify-content:space-evenly;max-width:700px;margin:20px auto 0}.reviews{padding:70px 30px;text-align:center}.reviews-grid{display:flex;justify-content:center;gap:25px;flex-wrap:wrap;margin-top:40px}.review-box{background:white;max-width:320px;padding:25px;border-radius:16px;box-shadow:0 5px 18px rgba(0,0,0,.08);line-height:1.7}.review-box p{margin-top:15px}@media(max-width:768px){.about-hero{flex-direction:column;text-align:center;padding:35px 18px}.about-image{width:100%}.about-text h1{font-size:42px}.about-features{justify-content:center}.about-stats{gap:30px}.about-stats,.cards{flex-direction:column}.about-gallery{padding:20px 15px}.about-location{flex-direction:column;text-align:center;padding:35px 15px}.about-location img{width:100%}.social img{width:95px;height:95px}.social-text{display:none}.reviews{padding:40px 15px}.review-box{max-width:100%}}.car-page{background:#f5f5f5!important;max-width:none!important;padding:0!important;margin:0!important;width:100%!important;font-family:Arial,sans-serif!important}.car-page .container{max-width:1400px!important;margin:auto!important;padding:30px!important;width:100%!important}.car-page .top{display:grid!important;grid-template-columns:1.2fr .8fr!important;grid-gap:40px!important;gap:40px!important;align-items:start!important}.car-page .top>div{width:100%!important;min-width:0!important}.car-page .top>div:last-child{opacity:0;transform:translateX(80px);transition:.8s cubic-bezier(.22,.61,.36,1) .2s}.car-page .gallery{position:relative!important;max-width:100%!important;height:500px!important;overflow:hidden!important;background:#1b1b1b!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;opacity:0;transform:translateX(-80px);transition:.8s cubic-bezier(.22,.61,.36,1)}.car-page .gallery,.car-page .gallery img{width:100%!important;border-radius:15px!important}.car-page .gallery img{display:block!important;height:100%!important;padding:0!important;background:none!important;border:none!important;cursor:pointer!important;transition:.2s!important;transform:none!important}.car-page .gallery img,.car-page .gallery img.img-contain,.car-page .gallery img.img-cover{object-fit:cover!important}.car-page .gallery img:hover{transform:none!important}.car-page .top.show .gallery,.car-page .top.show>div:last-child{opacity:1!important;transform:none!important}.car-page .next,.car-page .prev{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;background:#1111118a!important;color:white!important;border:none!important;padding:15px!important;font-size:24px!important;cursor:pointer!important;border-radius:10px!important;transition:.3s!important;z-index:10!important;width:auto!important;height:auto!important;display:block!important}.car-page .next:hover,.car-page .prev:hover{background:#11!important;color:white!important}.car-page .prev{left:10px!important}.car-page .next{right:10px!important}.car-page .thumbs{display:flex!important;gap:10px!important;margin-top:12px!important;overflow-x:auto!important;overflow-y:hidden!important;flex-wrap:nowrap!important}.car-page .thumbs img:nth-child(n+7){display:none!important}.car-page .thumbs::-webkit-scrollbar{display:none!important}.car-page .thumbs img{width:120px!important;height:80px!important;object-fit:cover!important;cursor:pointer!important;border-radius:10px!important;border:none!important;padding:0!important;background:none!important;opacity:1!important;transition:none!important;transform:none!important;flex-shrink:0!important}.car-page .thumbs img:hover{transform:none!important;opacity:.8!important}.car-page h1{font-size:32px!important;font-weight:700!important;color:#222!important;margin:0 0 10px!important}.car-page .price{font-size:42px!important;color:green!important;font-weight:700!important;margin-bottom:15px!important}.car-page .short-about{grid-template-columns:1fr!important;margin-top:20px!important;line-height:1.7!important;font-size:16px!important;color:#222!important}.car-page .specs{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:15px!important;gap:15px!important;margin-top:25px!important}.car-page .spec{padding:15px!important;border-radius:12px!important;border:none!important;font-size:16px!important;line-height:1.5!important;color:#222!important;transition:none!important}.car-page .spec,.car-page .spec:hover{background:white!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;transform:none!important}.car-page .spec b{display:inline!important;font-size:16px!important;color:#222!important;text-transform:none!important;letter-spacing:normal!important;margin:0!important}.car-page .section,.car-page .section-specs{background:white!important;padding:25px!important;margin-top:30px!important;border-radius:15px!important;box-shadow:0 2px 8px rgba(0,0,0,.08)!important;border:none!important}.car-page .section h2,.car-page .section-specs h2{font-size:24px!important;font-weight:700!important;color:#222!important;margin-bottom:15px!important;margin-top:0!important}.car-page .section p{font-size:16px!important;line-height:1.6!important;color:#222!important}.car-page .features{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;grid-gap:12px!important;gap:12px!important}.car-page .feature{padding:12px!important;border-radius:10px!important;font-size:16px!important;font-weight:400!important;color:#222!important;border:none!important;transition:none!important;text-align:left!important}.car-page .feature,.car-page .feature:hover{background:#f0f0f0!important;transform:none!important}.car-page .feature:hover{border-color:transparent!important}.car-page .btn{display:inline-block!important;background:#1b1b1b!important;color:#fff!important;padding:14px 22px!important;border-radius:10px!important;text-decoration:none!important;margin-top:20px!important;border:2px solid transparent!important;transition:.3s!important;text-align:center!important;font-weight:100!important;width:100%!important;font-size:16px!important}.car-page .btn:hover{background:#f5f5f5!important;border-color:#000!important;color:#1b1b1b!important}.car-page .btn2{display:inline-block!important;background:#1b1b1b!important;color:#fff!important;padding:14px 22px!important;border-radius:10px!important;text-decoration:none!important;margin-top:20px!important;border:2px solid transparent!important;transition:.3s!important;text-align:center!important;font-weight:100!important;width:50%!important;font-size:16px!important}.car-page .btn2:hover{background:#f5f5f5!important;border-color:#000!important;color:#1b1b1b!important}.car-page .status{display:inline-block!important;background:#ffd000!important;padding:10px 18px!important;border-radius:9px!important;font-weight:700!important;color:#111!important;font-size:16px!important;width:auto!important}.car-page .lightbox{position:fixed!important;inset:0!important;background:rgba(0,0,0,.95)!important;display:flex!important;justify-content:center!important;align-items:center!important;opacity:0!important;visibility:hidden!important;transition:.25s!important;z-index:9999!important}.car-page .lightbox.show{opacity:1!important;visibility:visible!important}.car-page .lightbox img{max-width:92%!important;max-height:92%!important;object-fit:contain!important;border-radius:10px!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.car-page .close,.car-page .lightbox img{padding:0!important;border:none!important;background:none!important}.car-page .close{position:absolute!important;top:25px!important;right:35px!important;color:white!important;font-size:45px!important;cursor:pointer!important;transition:.25s!important}.car-page .close:hover{transform:scale(1.15)!important}.car-page .light-next,.car-page .light-prev{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;border:none!important;padding:15px!important;background:#2c2c2c8a!important;color:white!important;border-radius:10px!important;cursor:pointer!important;font-size:30px!important;transition:.25s!important;width:auto!important;height:auto!important}.car-page .light-next:hover,.car-page .light-prev:hover{background:#111111!important}.car-page .light-prev{left:30px!important}.car-page .light-next{right:30px!important}@media (max-width:1024px){.car-page .container{padding:15px!important}.car-page .top{grid-template-columns:1fr!important;gap:30px!important}.car-page .gallery{aspect-ratio:4/3!important;height:auto!important;background:#1b1b1b!important;display:flex!important;align-items:center!important;justify-content:center!important}.car-page .gallery,.car-page .gallery img{width:100%!important;border-radius:12px!important}.car-page .gallery img{height:100%!important;display:block!important}.car-page .gallery img,.car-page .gallery img.img-contain,.car-page .gallery img.img-cover{object-fit:cover!important}.car-page .next,.car-page .prev{display:none!important}.car-page .thumbs{overflow-x:auto!important;padding-bottom:5px!important}.car-page .thumbs img{width:90px!important;height:65px!important;flex-shrink:0!important}.car-page h1{font-size:28px!important}.car-page .price{font-size:34px!important}.car-page .specs{grid-template-columns:1fr!important}.car-page .spec{padding:12px!important}.car-page .features,.car-page .short-about{grid-template-columns:1fr!important}.car-page .short-about{width:100%!important}.car-page .section-specs{padding:18px!important;width:100%!important}.car-page .section{padding:18px!important}.car-page .btn,.car-page .btn2{width:100%!important}.car-page .light-next,.car-page .light-prev{width:40px!important;height:40px!important;font-size:20px!important;padding:5px!important}.car-page .close{font-size:36px!important;top:15px!important;right:20px!important}}.about-hero .about-image{opacity:0!important;transform:translateX(-80px)!important;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1)!important}.about-hero.show .about-image{opacity:1!important;transform:translateX(0)!important}.about-hero .about-text{opacity:0!important;transform:translateX(80px)!important;transition:opacity .8s cubic-bezier(.25,1,.5,1) .2s,transform .8s cubic-bezier(.25,1,.5,1) .2s!important}.about-hero.show .about-text{opacity:1!important;transform:translateX(0)!important}.about-stats>div{opacity:0!important;transform:translateY(30px)!important;transition:opacity .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1)!important}.about-stats.show>div{opacity:1!important;transform:translateY(0)!important}.about-stats.show>div:first-child{transition-delay:0s!important}.about-stats.show>div:nth-child(2){transition-delay:.1s!important}.about-stats.show>div:nth-child(3){transition-delay:.2s!important}.about-section .cards .card{opacity:0!important;transform:translateY(30px)!important;transition:opacity .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1)!important}.about-section.show .cards .card{opacity:1!important;transform:translateY(0)!important}.about-section.show .cards .card:first-child{transition-delay:0s!important}.about-section.show .cards .card:nth-child(2){transition-delay:.1s!important}.about-section.show .cards .card:nth-child(3){transition-delay:.2s!important}.about-section.show .cards .card:nth-child(4){transition-delay:.3s!important}.about-location .location-text{opacity:0!important;transform:translateX(-50px)!important;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1)!important}.about-location img{opacity:0!important;transform:translateX(50px)!important;transition:opacity .8s cubic-bezier(.25,1,.5,1) .1s,transform .8s cubic-bezier(.25,1,.5,1) .1s!important}.about-location.show .location-text,.about-location.show img{opacity:1!important;transform:none!important}.reviews .reviews-grid .review-box{opacity:0!important;transform:scale(.9) translateY(20px)!important;transition:opacity .6s cubic-bezier(.25,1,.5,1),transform .6s cubic-bezier(.25,1,.5,1)!important}.reviews.show .reviews-grid .review-box{opacity:1!important;transform:scale(1) translateY(0)!important}.reviews.show .reviews-grid .review-box:first-child{transition-delay:0s!important}.reviews.show .reviews-grid .review-box:nth-child(2){transition-delay:.1s!important}.reviews.show .reviews-grid .review-box:nth-child(3){transition-delay:.2s!important}.contacts-page{background:#f5f5f5!important}.contacts-page .catalog-hero{padding:80px 40px!important;text-align:center!important;background:#fff!important;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.contacts-page .catalog-hero.show{opacity:1!important;transform:translateY(0)!important}.contacts-page .catalog-hero h1{font-size:55px!important;font-weight:700!important;margin:20px 0!important}.contacts-page .catalog-hero p{max-width:700px!important;margin:auto!important;font-size:20px!important;color:#666!important}.contacts-page .badge2{width:85%!important;height:30px!important;background:#f8cb00!important;padding:12px!important;margin:30px auto 15px!important;border-radius:9px!important;text-align:center!important;font-weight:700!important}.contacts-page .badge2 h4{margin-top:-8px!important;font-size:16px!important}.contacts-page .badge3{display:inline-block!important;background:#f8cb00!important;padding:8px 16px!important;border-radius:9px!important;font-weight:700!important;margin-top:15px!important;height:auto!important;width:85%!important;text-align:center!important}.contacts-page .badge3 h4{margin:0!important;font-size:14px!important}.contacts-page .cards{display:flex!important;justify-content:center!important;position:relative!important;width:100%!important;flex-wrap:wrap!important;gap:40px!important;background:none!important}.contacts-page .cards-info{width:300px!important;min-height:440px!important;background:#eeeeee!important;border-radius:15px!important;overflow:visible!important;display:flex!important;flex-direction:column!important;align-items:center!important;box-shadow:0 2px 8px rgba(0,0,0,.466)!important;padding:0!important;opacity:0;transform:translateY(40px);transition:opacity .6s ease,transform .6s ease}.contacts-page .cards-info.show{opacity:1!important;transform:translateY(0)!important}.contacts-page .card-content{width:100%!important;padding:15px 20px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;flex:1 1!important}.contacts-page .card-content h2{font-size:20px!important;margin-top:8px!important;margin-bottom:8px!important;font-weight:700!important}.contacts-page .card-content p{margin-bottom:6px!important}.contacts-page .phone-number p{font-size:16px!important;margin-bottom:8px!important}.contacts-page .phone-card{display:flex!important;flex-direction:column!important;gap:12px!important}.contacts-page .phone-card,.contacts-page .phone-card a{justify-content:center!important;align-items:center!important;width:100%!important}.contacts-page .phone-card a{display:inline-flex!important;gap:8px!important;text-decoration:none!important}.contacts-page .phone-card img{width:38%!important;height:auto!important;object-fit:contain!important;display:inline-block!important}.contacts-page .big-time p{font-size:26px!important;font-weight:600!important;color:#1b1b1b!important;margin:8px 0 0!important}.contacts-page .map{display:flex!important;gap:30px!important;justify-content:center!important;margin-top:50px!important}.contacts-page .map img{max-width:900px!important;width:100%!important;border-radius:15px!important}.contacts-page .card2{display:flex!important;justify-content:center!important;position:relative!important;margin-top:20px!important;width:100%!important;flex-wrap:wrap!important}.contacts-page .card2-info{background:#eeeeee!important;border-radius:9px!important;display:flex!important;flex-direction:column!important;align-items:center!important;padding:10px!important;box-shadow:0 2px 8px rgba(0,0,0,.466)!important;width:280px!important;height:300px!important;text-align:center!important;overflow:visible!important}.contacts-page .help-car{padding:10px!important;width:100%!important}.contacts-page .help-car h3{font-size:15px!important;margin:8px 0!important;font-weight:700!important;line-height:1.4!important;color:#222!important}.contacts-page .btn{display:inline-block!important;background:#1b1b1b!important;color:#fff!important;padding:10px 22px!important;border-radius:10px!important;text-decoration:none!important;margin-top:15px!important;border:2px solid transparent!important;transition:.3s!important;text-align:center!important;width:90%!important;font-weight:700!important;line-height:1.5!important}.contacts-page .btn:hover{background:#f5f5f5!important;border-color:#000!important;color:#1b1b1b!important}.contacts-page .btn2{display:inline-block!important;background:#1b1b1b!important;color:#fff!important;padding:10px 16px!important;border-radius:10px!important;text-decoration:none!important;margin-top:10px!important;border:2px solid transparent!important;transition:.3s!important;text-align:center!important;width:80%!important;height:44px!important;font-weight:700!important;line-height:1.3!important;font-size:14px!important}.contacts-page .btn2:hover{background:#f5f5f5!important;border-color:#000!important;color:#1b1b1b!important}@media (max-width:768px){.contacts-page .catalog-hero{padding:40px 15px!important}.contacts-page .catalog-hero h1{font-size:34px!important}.contacts-page .catalog-hero p{font-size:16px!important}.contacts-page .cards{flex-direction:column!important;align-items:center!important;gap:20px!important;margin:auto!important;background-color:transparent!important}.contacts-page .cards-info{width:95%!important;height:auto!important;max-width:350px!important;min-height:200px!important;background-color:#eeeeee!important}.contacts-page .card-content{height:auto!important}.contacts-page .badge2{width:80%!important;margin:25px 6px 6px!important;padding:4px 13px!important}.contacts-page .badge2 h4{margin-top:0!important}.contacts-page .phone-card{display:flex!important;gap:10px!important}.contacts-page .phone-card,.contacts-page .phone-card a{flex-wrap:wrap!important;justify-content:center!important}.contacts-page .phone-card a{display:inline-flex!important;width:auto!important;gap:8px!important}.contacts-page .phone-card img{width:90px!important;height:90px!important;object-fit:cover!important}.contacts-page .map{padding:0 10px!important;margin-top:20px!important}.contacts-page .map img{width:100%!important;max-width:100%!important}.contacts-page .card2{padding:0 10px!important;align-items:center!important}.contacts-page .card2-info{width:100%!important;height:auto!important;background-color:#eeeeee!important}.contacts-page .badge3{width:100%!important;padding:4px 13px!important}.contacts-page .badge3 h4{margin-top:0!important}.contacts-page .help-car{padding:20px 10px!important}.contacts-page .help-car h3{font-size:18px!important}.contacts-page .btn,.contacts-page .btn2{width:100%!important}}.burger-btn,.m-text{display:none!important}@media (max-width:1024px){.d-text{display:none!important}.m-text{display:inline!important}.header{padding:0 15px!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;height:60px!important;position:relative!important}.header img,.header-logo{display:block!important;width:45px!important;height:45px!important;object-fit:contain!important}.header-center{left:50%!important;transform:translate(-50%,-50%)!important;font-size:22px!important;margin:0!important;opacity:1!important;white-space:nowrap!important}.header-center,.header-nav{position:absolute!important;top:50%!important;transition:transform .4s cubic-bezier(.25,1,.5,1),opacity .4s cubic-bezier(.25,1,.5,1)!important}.header-nav{right:55px!important;transform:translate(30px,-50%)!important;opacity:0!important;pointer-events:none!important;display:flex!important;align-items:center!important;gap:18px!important}.header a{margin:0!important;font-size:14px!important;white-space:nowrap!important}.header-account-link-old{margin-left:0!important}.burger-btn{display:flex!important;flex-direction:column!important;justify-content:space-between!important;width:24px!important;height:16px!important;background:transparent!important;border:none!important;cursor:pointer!important;padding:0!important;z-index:1001!important;position:relative!important}.burger-bar{width:100%!important;height:2px!important;background-color:#fff!important;transition:transform .3s ease,opacity .3s ease!important;display:block!important}.header.menu-open .header-center{transform:translate(-150%,-50%)!important;opacity:0!important}.header.menu-open .header-nav{transform:translateY(-50%)!important;opacity:1!important;pointer-events:auto!important}.header.menu-open .burger-bar:first-child{transform:translateY(7px) rotate(45deg)!important}.header.menu-open .burger-bar:nth-child(2){opacity:0!important}.header.menu-open .burger-bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)!important}}.hero-brand-title{font-size:clamp(38px,6vw,58px)!important;font-weight:700!important;display:block!important;color:#fff!important}.hero-subtitle{font-size:clamp(16px,2vw,20px)!important;font-weight:600!important;display:block!important;color:#ffd000!important;margin-top:10px!important;letter-spacing:.5px!important;line-height:1.4!important}.hero .badge{color:#111!important}@media (max-width:768px){.hero{padding:125px 12px 25px!important;margin:15px 12px 25px!important;border-radius:16px!important;overflow:hidden!important;background-position:top!important}.hero .badge{position:absolute!important;top:25px!important;left:50%!important;transform:translateX(-50%)!important;margin:0!important;white-space:nowrap!important;color:#111!important}.hero h1{margin:10px 0!important;line-height:1.25!important}.hero-brand-title{font-size:32px!important;font-weight:700!important}.hero-subtitle{font-size:14px!important;margin-top:6px!important;line-height:1.35!important;font-weight:600!important;color:#ffd000!important}.hero p{font-size:13.5px!important;margin-bottom:15px!important;line-height:1.4!important}.hero .pills span{padding:6px 12px!important;font-size:12px!important}.filters{padding:15px 10px!important;gap:10px!important}.filters-row{grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important}.filter-actions{grid-column:span 2!important;display:flex!important;justify-content:center!important;margin-top:5px!important}.reset-btn{width:100%!important;max-width:none!important}.catalog{gap:20px!important;padding:0 10px!important}.car-card{width:100%!important;max-width:none!important;min-height:auto!important}.car-image{width:100%!important;height:220px!important;aspect-ratio:auto!important;object-fit:cover!important}}@media (max-width:480px){.filters-row{grid-template-columns:1fr!important}.filter-actions{grid-column:span 1!important}}.call-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:46px!important;height:46px!important;background:#1b1b1b!important;border:2px solid #1b1b1b!important;border-radius:10px!important;transition:background .3s ease,border-color .3s ease!important;padding:0!important;overflow:hidden!important}.call-button .phone-icon-white{display:block!important}.call-button .phone-icon-black,.call-button .phone-icon-white{width:36px!important;height:36px!important;object-fit:contain!important}.call-button .phone-icon-black{display:none!important}.call-button:hover{background:#ffffff!important;border-color:#1b1b1b!important}.call-button:hover .phone-icon-white{display:none!important}.call-button:hover .phone-icon-black{display:block!important}.car-card{transition:transform .7s cubic-bezier(.25,1,.5,1),box-shadow .7s cubic-bezier(.25,1,.5,1),opacity .8s ease!important}@media (hover:hover){.car-card.show:hover{transform:scale(1.04) translateY(-4px)!important;box-shadow:0 12px 28px rgba(0,0,0,.6)!important}}.load-more-wrapper{display:flex!important;justify-content:center!important;margin:40px 0!important;width:100%!important}.load-more-btn{padding:14px 28px!important;border-radius:10px!important;border:2px solid transparent!important;cursor:pointer!important;background:#1b1b1b!important;color:#fff!important;transition:background .3s ease,border-color .3s ease,color .3s ease!important;font-size:16px!important;font-weight:700!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important}.load-more-btn:hover{background:#f5f5f5!important;border-color:#000!important;color:#1b1b1b!important;box-shadow:0 6px 16px rgba(0,0,0,.2)!important}.year-dropdown-container{position:relative!important;width:100%!important}.year-dropdown-trigger-btn{width:100%!important;height:42px!important;background:#fff!important;border:1px solid #ddd!important;border-radius:8px!important;padding:0 15px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important;font-size:14px!important;color:#333!important;text-align:left!important;transition:border-color .2s ease!important}.year-dropdown-trigger-btn:hover{border-color:#bbb!important}.year-dropdown-trigger-btn .arrow{font-size:10px!important;color:#888!important;transition:transform .2s ease!important}.year-dropdown-trigger-btn .arrow.open{transform:rotate(180deg)!important}.year-dropdown-menu{position:absolute!important;top:100%!important;background:#fff!important;border:1px solid #ccc!important;border-radius:8px!important;box-shadow:0 8px 24px rgba(0,0,0,.15)!important;z-index:1000!important;padding:15px!important;display:flex!important;flex-direction:column!important;gap:12px!important}.year-dropdown-columns{display:grid!important;grid-template-columns:1fr 1fr!important;grid-gap:15px!important;gap:15px!important}.year-column{display:flex!important;flex-direction:column!important;gap:8px!important}.year-column .column-header{font-size:13px!important;font-weight:700!important;color:#666!important;border-bottom:1px solid #eee!important;padding-bottom:4px!important}.year-options-list{max-height:180px!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:2px!important;padding-right:5px!important}.year-options-list::-webkit-scrollbar{width:6px!important}.year-options-list::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:3px!important}.year-options-list::-webkit-scrollbar-thumb{background:#ccc!important;border-radius:3px!important}.year-options-list::-webkit-scrollbar-thumb:hover{background:#aaa!important}.year-option{display:flex!important;align-items:center!important;gap:8px!important;padding:6px 8px!important;border-radius:6px!important;cursor:pointer!important;font-size:14px!important;color:#333!important;transition:background .15s ease!important}.year-option:hover{background:#f5f5f5!important}.year-option input[type=radio]{width:16px!important;height:16px!important;min-width:16px!important;min-height:16px!important;margin:0!important;cursor:pointer!important;accent-color:#1b1b1b!important;-webkit-appearance:radio!important;-moz-appearance:radio!important;appearance:radio!important}.year-dropdown-footer{display:flex!important;justify-content:flex-end!important;border-top:1px solid #eee!important;padding-top:10px!important}.year-apply-btn{background:#1b1b1b!important;color:#fff!important;border:none!important;padding:8px 16px!important;border-radius:6px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;transition:background .2s ease!important}.year-apply-btn:hover{background:#444!important}.year-dropdown-field{grid-column:span 1!important}.year-dropdown-menu{left:0!important;right:0!important;margin-top:5px!important;min-width:280px!important}@media (max-width:768px){.year-dropdown-field{grid-column:span 1!important}.year-dropdown-menu{right:0!important;left:auto!important;width:320px!important;max-width:calc(100vw - 30px)!important;min-width:0!important}}@media (max-width:480px){.year-dropdown-field{grid-column:span 1!important}.year-dropdown-menu{right:0!important;left:auto!important;width:300px!important;max-width:calc(100vw - 20px)!important;min-width:0!important}}footer h3{margin-bottom:0!important}.info-footer{display:flex!important;justify-content:space-evenly!important;align-items:center!important;width:100%!important;max-width:1100px!important;margin:auto!important;gap:30px!important;flex-wrap:wrap!important}.info-footer .phone,.info-footer .work-time{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important}.info-footer h4{font-size:15px!important;font-weight:700!important;color:#ffd000!important;margin-bottom:5px!important}.info-footer p{font-size:16px!important;color:#fff!important;margin:0!important}.info-footer a{color:#fff!important;text-decoration:none!important;transition:color .2s ease!important}.info-footer a:hover{color:#ffd000!important}.footer-logo{display:flex!important;align-items:center!important;gap:15px!important;text-align:left!important}.footer-logo img{width:60px!important;height:60px!important;object-fit:contain!important;display:block!important}.footer-logo span{font-size:12px!important;color:#aaa!important;line-height:1.4!important}@media (max-width:768px){.info-footer{gap:20px!important}.footer-logo,.info-footer{flex-direction:column!important;text-align:center!important}.footer-logo{align-items:center!important;gap:8px!important}}.autocomplete-container{position:relative!important;width:100%!important}.autocomplete-dropdown{position:absolute!important;top:100%!important;left:0!important;right:0!important;margin:4px 0 0!important;padding:0!important;list-style:none!important;background:#fff!important;border:1px solid #ddd!important;border-radius:8px!important;max-height:200px!important;overflow-y:auto!important;z-index:1000!important;box-shadow:0 8px 24px rgba(0,0,0,.15)!important;text-align:left!important}.autocomplete-dropdown li{padding:10px 14px!important;font-size:14px!important;color:#333!important;cursor:pointer!important;transition:background .15s ease!important}.autocomplete-dropdown li:hover{background:#f5f5f5!important;color:#000!important}.dropdown-container{position:relative!important;width:100%!important}.dropdown-trigger-btn{width:100%!important;min-height:44px!important;padding:11px 16px!important;border:1px solid #e2ddd4!important;border-radius:12px!important;background:#fff!important;color:#111!important;font-size:15px!important;font-family:inherit!important;font-weight:500!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:space-between!important;transition:all .2s ease!important;gap:8px!important}.dropdown-trigger-btn:hover{border-color:#999!important}.dropdown-trigger-btn.active{border-color:#1b1b1b!important;background:#fdfdfd!important}.dropdown-trigger-btn .trigger-label{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;text-align:left!important;flex:1 1!important}.dropdown-trigger-btn .arrow{font-size:10px!important;color:#888!important;transition:transform .2s ease!important}.dropdown-menu{position:absolute!important;top:100%!important;left:0!important;margin-top:6px!important;background:#fff!important;border:1px solid #ddd!important;border-radius:12px!important;box-shadow:0 10px 30px rgba(0,0,0,.15)!important;z-index:1100!important;padding:16px!important;text-align:left!important;display:flex!important;flex-direction:column!important;gap:12px!important}.brand-model-menu{width:520px!important}.year-menu{width:320px!important}.price-menu{width:280px!important}.fuel-menu,.sort-menu,.transmission-menu{width:260px!important}.sort-menu,.transmission-menu{left:auto!important;right:0!important}.dropdown-columns{display:flex!important;gap:18px!important;width:100%!important}.dropdown-column{flex:1 1!important;display:flex!important;flex-direction:column!important;gap:8px!important;min-width:0!important}.column-header{font-size:13px!important;font-weight:700!important;color:#555!important;text-transform:uppercase!important;letter-spacing:.05em!important;margin-bottom:2px!important}.dropdown-search{width:100%!important;min-height:auto!important;padding:8px 12px!important;border:1px solid #ddd!important;border-radius:8px!important;font-size:14px!important;outline:none!important;transition:border-color .2s!important}.dropdown-search:focus{border-color:#1b1b1b!important}.options-list{max-height:200px!important;overflow-y:auto!important;display:flex!important;flex-direction:column!important;gap:4px!important;padding-right:4px!important}.options-list::-webkit-scrollbar{width:5px!important}.options-list::-webkit-scrollbar-track{background:#f1f1f1!important;border-radius:3px!important}.options-list::-webkit-scrollbar-thumb{background:#ccc!important;border-radius:3px!important}.options-list::-webkit-scrollbar-thumb:hover{background:#aaa!important}.option-checkbox-label,.option-radio-label{display:flex!important;align-items:center!important;gap:10px!important;padding:8px 10px!important;border-radius:8px!important;cursor:pointer!important;font-size:14px!important;color:#222!important;transition:background .15s ease!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.option-checkbox-label:hover,.option-radio-label:hover{background:#f5f5f5!important}.option-checkbox-label input[type=checkbox],.option-radio-label input[type=radio]{width:18px!important;height:18px!important;min-width:18px!important;min-height:18px!important;margin:0!important;cursor:pointer!important;accent-color:#ffd000!important}.empty-message{padding:20px 10px!important;text-align:center!important;color:#888!important;font-size:13px!important}.dropdown-footer{display:flex!important;justify-content:flex-end!important;border-top:1px solid #eee!important;padding-top:12px!important;margin-top:4px!important}.apply-btn{background:#ffd000!important;color:#111!important;border:none!important;padding:8px 20px!important;border-radius:8px!important;font-size:14px!important;font-weight:700!important;cursor:pointer!important;transition:background .2s ease!important}.apply-btn:hover{background:#e0b700!important}.price-inputs{display:flex!important;gap:10px!important;width:100%!important}.price-inputs input{width:100%!important;min-height:auto!important;padding:8px 12px!important;border:1px solid #ddd!important;border-radius:8px!important;font-size:14px!important;outline:none!important}.price-inputs input:focus{border-color:#1b1b1b!important}.filters-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;grid-gap:12px!important;gap:12px!important;width:100%!important}.action-field{display:flex!important;flex-direction:column!important;justify-content:flex-end!important}.reset-btn{background:#111!important;border:1px solid #111!important;color:#fff!important;font-weight:700!important;padding:11px 22px!important;border-radius:12px!important;cursor:pointer!important;transition:all .2s ease!important;font-size:14px!important;white-space:nowrap!important;height:44px!important;width:100%!important}.reset-btn:hover{background:#333!important;border-color:#333!important;color:#fff!important}@media (max-width:768px){.filters-grid{grid-template-columns:1fr!important;gap:10px!important}.dropdown-menu,.reset-btn{width:100%!important}.dropdown-menu{max-width:calc(100vw - 32px)!important;left:0!important;right:0!important;box-sizing:border-box!important}.dropdown-columns{flex-direction:column!important;gap:12px!important}.brand-model-menu{width:100%!important}}.filter-field label{text-transform:none!important;letter-spacing:normal!important}.seo-text-section{padding:40px 24px!important;background:#fdfdfd!important;border-top:1px solid #eaeaea!important;color:#333!important;width:100%!important;position:relative!important}.seo-container{max-width:850px!important;width:90%!important;margin:0 auto!important;position:relative!important;max-height:none;overflow:visible;transition:max-height .4s ease-in-out!important}.seo-text-section.collapsed .seo-container{max-height:160px!important;overflow:hidden!important}.seo-fade-overlay{display:none;position:absolute;bottom:0;left:0;right:0;height:80px;background:linear-gradient(0deg,#fdfdfd,rgba(253,253,253,0))!important;pointer-events:none;z-index:10}.seo-text-section.collapsed .seo-fade-overlay{display:block!important}.seo-container h2{font-size:22px!important;font-weight:800!important;color:#111!important;margin-bottom:15px!important;letter-spacing:-.5px!important}.seo-container h3{font-size:17px!important;font-weight:700!important;color:#222!important;margin-top:25px!important;margin-bottom:12px!important}.seo-container p{font-size:14px!important;line-height:1.6!important;color:#555!important;margin-bottom:15px!important}.seo-container ul{margin-left:20px!important;margin-bottom:20px!important;list-style-type:disc!important}.seo-container li{font-size:14px!important;line-height:1.6!important;color:#555!important;margin-bottom:8px!important}.seo-container a{color:#111!important;font-weight:700!important;text-decoration:underline!important;text-underline-offset:3px!important;transition:color .2s ease!important}.seo-container a:hover{color:#ffd000!important}.seo-btn-wrapper{display:flex!important;justify-content:center!important;margin-top:15px!important;position:relative!important;z-index:20!important}.seo-toggle-btn{background:none!important;border:1px solid #111!important;color:#111!important;font-weight:700!important;padding:8px 22px!important;border-radius:20px!important;font-size:13px!important;cursor:pointer!important;transition:all .2s ease!important}.seo-toggle-btn:hover{background:#111!important;color:#fff!important}@media (max-width:768px){.seo-text-section{padding:30px 16px!important}.seo-container{width:95%!important}.seo-container h2{font-size:19px!important}.seo-container h3{font-size:15px!important;margin-top:20px!important}.seo-container li,.seo-container p{font-size:13.5px!important;line-height:1.5!important}}.about-map-container{width:60%!important;height:400px!important;border-radius:18px!important;overflow:hidden!important;box-shadow:0 4px 15px rgba(0,0,0,.08)!important;border:1px solid rgba(0,0,0,.05)!important;opacity:0!important;transform:translateX(50px)!important;transition:opacity .8s cubic-bezier(.25,1,.5,1) .1s,transform .8s cubic-bezier(.25,1,.5,1) .1s!important}.about-location.show .about-map-container{opacity:1!important;transform:none!important}.contacts-map-container{max-width:900px!important;width:100%!important;height:480px!important;border-radius:15px!important;overflow:hidden!important;margin:50px auto 0!important;box-shadow:0 4px 20px rgba(0,0,0,.08)!important;border:1px solid rgba(0,0,0,.05)!important}@media (max-width:768px){.about-map-container{width:100%!important;height:280px!important;margin-top:20px!important}.contacts-map-container{height:300px!important;margin-top:30px!important}}@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Rajdhani:wght@500;600;700&display=swap");.hero-split{display:grid!important;grid-template-columns:1.2fr .8fr!important;grid-gap:48px!important;gap:48px!important;align-items:center!important;padding:60px 40px!important;max-width:1200px!important;margin:0 auto!important;width:100%!important;text-align:left!important}.hero-left{display:flex!important;flex-direction:column!important;gap:24px!important}.hero-eyebrow{display:flex!important;align-items:center!important;gap:10px!important;font-size:13px!important;font-weight:600!important;color:#aaa!important;letter-spacing:.06em!important;text-transform:uppercase!important}.hero-dot{width:8px!important;height:8px!important;border-radius:50%!important;background:#ffd000!important;flex-shrink:0!important;box-shadow:0 0 10px #ffd000!important;animation:dotPulse 2s ease-in-out infinite!important}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero-split h1{margin:0!important;display:flex!important;flex-direction:column!important;gap:4px!important;line-height:1.05!important}.hero-line-1{font-size:clamp(28px,4vw,42px)!important;font-weight:400!important;color:#aaa!important;display:block!important;letter-spacing:-.5px!important}.hero-line-2{color:#ffffff!important}.hero-line-2,.hero-line-accent{font-size:clamp(36px,5.5vw,62px)!important;font-weight:900!important;display:block!important;letter-spacing:-1.5px!important;font-family:Outfit,sans-serif!important;line-height:1.1!important}.hero-line-accent{color:#ffd000!important}.hero-desc{font-size:16px!important;line-height:1.7!important;color:#aaa!important;max-width:520px!important;margin:0!important}.hero-desc strong{color:#ffffff!important;font-weight:700!important}.hero-cta-row{display:flex!important;gap:14px!important;flex-wrap:wrap!important;margin-top:8px!important}.hero-cta-main{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:14px 28px!important;background:#ffd000!important;color:#111!important;border-radius:10px!important;font-weight:700!important;font-size:15px!important;text-decoration:none!important;transition:background .2s,transform .2s!important;border:2px solid #ffd000!important}.hero-cta-main:hover{background:#e6b800!important;border-color:#e6b800!important;transform:translateY(-2px)!important}.hero-cta-secondary{display:inline-flex!important;align-items:center!important;gap:8px!important;padding:14px 28px!important;background:transparent!important;color:#ffffff!important;border-radius:10px!important;font-weight:700!important;font-size:15px!important;text-decoration:none!important;border:2px solid rgba(255,255,255,.2)!important;transition:border-color .2s,color .2s,transform .2s!important}.hero-cta-secondary:hover{border-color:#aaa!important;color:#ffffff!important;transform:translateY(-2px)!important}.hero-right{gap:0!important;background:rgba(255,255,255,.03)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;padding:24px 32px!important;min-width:220px!important;-webkit-backdrop-filter:blur(4px)!important;backdrop-filter:blur(4px)!important}.hero-right,.hero-stat{display:flex!important;flex-direction:column!important;align-items:center!important}.hero-stat{gap:4px!important;padding:16px 0!important;text-align:center!important}.hero-stat-num{font-size:48px!important;font-weight:900!important;font-family:Rajdhani,sans-serif!important;color:#ffffff!important;line-height:1!important;letter-spacing:-1px!important}.hero-stat-plus{color:#ffd000!important;font-size:32px!important}.hero-stat-label{font-size:11px!important;font-weight:600!important;color:#aaa!important;text-transform:uppercase!important;letter-spacing:.07em!important;max-width:130px!important;text-align:center!important;line-height:1.4!important}.hero-stat-divider{width:100%!important;height:1px!important;background:rgba(255,255,255,.1)!important}.why-us-section{padding:100px 24px!important;background:radial-gradient(circle at 50% 50%,#ffffff 0,#f9f9f9 100%)!important;border-top:1px solid #eaeaea!important;border-bottom:1px solid #eaeaea!important}.why-us-section .why-card{opacity:0!important;transform:translateY(30px)!important;transition:border-color .4s ease,box-shadow .4s ease,background .4s ease,opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1)!important}.why-us-section.show .why-card{opacity:1!important;transform:none!important}.why-us-section.show .why-card:first-child{transition-delay:0s!important}.why-us-section.show .why-card:nth-child(2){transition-delay:.1s!important}.why-us-section.show .why-card:nth-child(3){transition-delay:.2s!important}.why-us-section.show .why-card:nth-child(4){transition-delay:.3s!important}.why-us-section.show .why-card:nth-child(5){transition-delay:.4s!important}.why-us-section.show .why-card:nth-child(6){transition-delay:.5s!important}.why-us-inner{max-width:1200px!important;margin:0 auto!important}.why-us-header{text-align:center!important;margin-bottom:60px!important}.section-eyebrow{display:inline-block!important;text-transform:uppercase!important;font-size:11px!important;font-weight:800!important;letter-spacing:.15em!important;color:#b38f00!important;margin-bottom:16px!important;background:rgba(255,208,0,.08)!important;padding:6px 16px!important;border-radius:30px!important;border:1px solid rgba(255,208,0,.25)!important;box-shadow:0 2px 8px rgba(255,208,0,.04)!important}.why-us-header h2{font-size:clamp(30px,4.5vw,48px)!important;font-weight:900!important;margin:0 0 18px!important;color:#111111!important;line-height:1.15!important;letter-spacing:-1px!important;font-family:Outfit,sans-serif!important}.text-red{color:#b38f00!important}.why-us-header p{font-size:18px!important;color:#555555!important;max-width:580px!important;margin:0 auto!important;line-height:1.6!important}.why-us-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;grid-gap:24px!important;gap:24px!important;grid-auto-rows:minmax(180px,auto)!important}.why-card{position:relative!important;overflow:hidden!important;background:linear-gradient(135deg,#ffffff,#f7f7f7)!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:24px!important;padding:36px 32px!important;box-shadow:0 4px 20px rgba(0,0,0,.02)!important;transition:border-color .4s ease,transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s ease!important;display:flex!important;align-items:center!important}.why-card.bento-wide{grid-column:span 2!important}.why-card-content{max-width:75%!important;z-index:10!important}.why-icon-absolute{position:absolute!important;right:-10px!important;bottom:-15px!important;font-size:90px!important;line-height:1!important;opacity:.12!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;pointer-events:none!important;transition:all .5s cubic-bezier(.16,1,.3,1)!important;transform:rotate(5deg)!important}.why-card:hover{border-color:rgba(255,208,0,.5)!important;transform:translateY(-6px)!important;box-shadow:0 15px 35px rgba(0,0,0,.06),0 0 25px rgba(255,208,0,.05)!important;background:linear-gradient(135deg,#ffffff,#f0f0f0)!important}.why-card:hover .why-icon-absolute{opacity:.38!important;transform:scale(1.18) rotate(-8deg) translateY(-5px)!important;filter:drop-shadow(0 0 15px rgba(255,208,0,.15))!important}.why-card h3{font-size:1.25rem!important;font-weight:800!important;margin:0 0 12px!important;color:#111111!important;letter-spacing:-.3px!important;font-family:Outfit,sans-serif!important}.why-card p{font-size:14.5px!important;color:#555555!important;line-height:1.65!important;margin:0!important}@media (max-width:900px){.why-us-grid{grid-template-columns:1fr 1fr!important;grid-auto-rows:auto!important}.why-card.bento-wide{grid-column:span 2!important}}@media (max-width:860px){.hero-split{grid-template-columns:1fr!important;padding:32px 20px!important;gap:24px!important}.hero-right{flex-direction:row!important;gap:0!important;min-width:unset!important;width:100%!important;padding:14px 12px!important;justify-content:space-around!important}.hero-stat-divider{width:1px!important;height:100%!important;background:rgba(255,255,255,.1)!important}.hero-stat{padding:0 10px!important}.hero-stat-num{font-size:32px!important}}@media (max-width:768px){.hero{background:radial-gradient(circle at 15% 15%,rgba(255,208,0,.08) 0,rgba(17,17,17,0) 55%),linear-gradient(135deg,#1f1f1f,#0d0d0d)!important;padding:16px!important;margin-top:10px!important;border-radius:18px!important;box-shadow:0 10px 30px rgba(0,0,0,.4),inset 0 1px 0 rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.04)!important}.hero-right{display:none!important}.hero-split{display:grid!important;grid-template-columns:1fr!important;grid-gap:20px!important;gap:20px!important;padding:0!important}.hero-split:before{content:""!important;display:block!important;width:100%!important;height:180px!important;background:url(/images/logo/1.png.webp) 50%/cover no-repeat!important;border-radius:12px!important;border:1px solid rgba(255,255,255,.08)!important}.hero-left{gap:16px!important}.hero-line-1{font-size:16px!important}.hero-line-2,.hero-line-accent{font-size:28px!important}.hero-desc{font-size:14px!important;line-height:1.5!important}.hero-cta-main,.hero-cta-secondary{padding:12px 20px!important;font-size:14px!important}.why-us-grid{grid-template-columns:1fr!important;gap:16px!important}.why-card.bento-wide{grid-column:span 1!important}.why-us-section{padding:50px 16px!important}.why-card{padding:24px 20px!important}.why-card-content{max-width:100%!important}}@media (max-width:560px){.hero-right{flex-direction:column!important;padding:16px 20px!important;align-items:stretch!important}.hero-right .hero-stat{padding:8px 0!important}.hero-right .hero-stat-divider{width:100%!important;height:1px!important}.hero-cta-row{flex-direction:column!important;gap:10px!important}.hero-cta-main,.hero-cta-secondary{justify-content:center!important;width:100%!important}.why-icon-absolute{font-size:70px!important;opacity:.08!important}}footer{margin-top:0!important;background:#1b1b1b!important;color:#f0f0f0!important;padding:0!important;border-top:1px solid rgba(255,255,255,.08)!important}.footer-inner{max-width:1200px!important;margin:0 auto!important;padding:56px 24px 40px!important;display:grid!important;grid-template-columns:2fr 1fr 1fr 1fr!important;grid-gap:40px!important;gap:40px!important;align-items:start!important}.footer-brand{display:flex!important;align-items:center!important;gap:14px!important}.footer-logo-img{width:56px!important;height:56px!important;object-fit:contain!important;border-radius:10px!important;flex-shrink:0!important}.footer-brand-name{font-family:Rajdhani,sans-serif!important;font-size:28px!important;font-weight:700!important;letter-spacing:1px!important;line-height:1!important;margin-bottom:4px!important}.footer-turbo{color:#ffd000!important}.footer-auto{color:#ffffff!important}.footer-tagline{margin:0!important;line-height:1.5!important}.footer-col h4,.footer-tagline{font-size:13px!important;color:#aaa!important}.footer-col h4{font-weight:700!important;text-transform:uppercase!important;letter-spacing:.1em!important;margin:0 0 14px!important}.footer-col p{font-size:14px!important;color:#f0f0f0!important;margin:0 0 6px!important;line-height:1.5!important}.footer-col a{color:#f0f0f0!important;transition:color .2s!important}.footer-col a:hover{color:#ffd000!important}.footer-socials{display:flex!important;gap:12px!important;flex-wrap:wrap!important}.footer-socials a{display:flex!important;align-items:center!important;justify-content:center!important;width:40px!important;height:40px!important;background:rgba(255,255,255,.05)!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:8px!important;transition:border-color .2s,background .2s!important}.footer-socials a:hover{border-color:#ffd000!important;background:rgba(255,208,0,.1)!important}.footer-socials img{width:22px!important;height:22px!important;object-fit:contain!important;filter:brightness(5)!important}.footer-bottom{max-width:1200px!important;margin:0 auto!important;padding:18px 24px!important;border-top:1px solid rgba(255,255,255,.08)!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important;font-size:12px!important;color:#666!important}@media (max-width:900px){.footer-inner{grid-template-columns:1fr 1fr!important}}@media (max-width:768px){.footer-inner{grid-template-columns:1fr!important;gap:28px!important;padding:40px 24px 28px!important}.footer-brand{flex-direction:row!important}.footer-bottom{flex-direction:column!important;text-align:center!important;gap:8px!important}}.contacts-page{background:#fafafa!important;color:#222222!important;padding-bottom:80px!important}.contacts-hero-new{max-width:1200px!important;margin:0 auto!important;padding:80px 24px 40px!important;text-align:center!important}.contacts-hero-inner{max-width:800px!important;margin:0 auto!important}.contacts-hero-inner h1{font-size:clamp(32px,5vw,48px)!important;font-weight:900!important;color:#111111!important;margin:16px 0!important;letter-spacing:-1px!important;font-family:Outfit,sans-serif!important}.contacts-hero-inner p{font-size:1.1rem!important;color:#555555!important;line-height:1.65!important}.contacts-split-container{max-width:1200px!important;margin:0 auto 80px!important;padding:0 24px!important;display:grid!important;grid-template-columns:1.1fr .9fr!important;grid-gap:40px!important;gap:40px!important}.contacts-map-column-split{width:100%!important;height:620px!important;border-radius:28px!important;overflow:hidden!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 10px 45px rgba(0,0,0,.03)!important}.contacts-info-column-split{gap:20px!important}.contact-info-card-modern,.contacts-info-column-split{display:flex!important;flex-direction:column!important}.contact-info-card-modern{background:#ffffff!important;border:1px solid rgba(0,0,0,.06)!important;border-radius:24px!important;padding:28px!important;box-shadow:0 4px 20px rgba(0,0,0,.01)!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important;gap:16px!important;text-align:left!important}.contact-info-card-modern:hover{border-color:rgba(255,208,0,.4)!important;transform:translateY(-3px)!important;box-shadow:0 12px 30px rgba(0,0,0,.04)!important}.card-header-row{gap:14px!important}.card-header-row,.card-icon-badge{display:flex!important;align-items:center!important}.card-icon-badge{width:44px!important;height:44px!important;border-radius:12px!important;background:#f9f9f9!important;color:#b38f00!important;font-size:1.2rem!important;justify-content:center!important;border:1px solid rgba(0,0,0,.04)!important}.card-header-row h4{font-size:1.1rem!important;font-weight:800!important;color:#111111!important;margin:0!important;font-family:Outfit,sans-serif!important}.card-body-content{display:flex!important;flex-direction:column!important;gap:8px!important}.contact-phone-accent{font-size:1.65rem!important;font-weight:900!important;color:#b38f00!important;transition:color .2s!important;letter-spacing:-.5px!important;font-family:Outfit,sans-serif!important;align-self:flex-start!important}.contact-phone-accent:hover{color:#111111!important}.contact-address-bold{font-size:1.2rem!important}.contact-address-bold,.contact-schedule-bold{font-weight:700!important;color:#111111!important;margin:0!important}.contact-schedule-bold{font-size:1.05rem!important}.contact-schedule-time{font-size:1.25rem!important;font-weight:800!important;color:#b38f00!important;margin:0!important}.contact-desc-text{font-size:.88rem!important;color:#555555!important;line-height:1.5!important;margin:0!important}.route-action-button{background:#111111!important;color:#ffffff!important;padding:10px 20px!important;border-radius:12px!important;font-size:.88rem!important;font-weight:700!important;display:inline-flex!important;align-self:flex-start!important;transition:all .3s cubic-bezier(.16,1,.3,1)!important}.route-action-button:hover{background:#ffd000!important;color:#111111!important;transform:translateY(-2px)!important;box-shadow:0 4px 15px rgba(255,208,0,.15)!important}.contact-socials-row{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:8px!important}.contact-social-pill{display:inline-flex!important;align-items:center!important;padding:8px 16px!important;border-radius:8px!important;font-size:.85rem!important;font-weight:700!important;border:1px solid rgba(0,0,0,.08)!important;background:#f9f9f9!important;transition:all .2s ease!important}.contact-social-pill.telegram{background:rgba(0,136,204,.05)!important;color:#0088cc!important;border-color:rgba(0,136,204,.12)!important}.contact-social-pill.telegram:hover{background:#0088cc!important;color:#ffffff!important;border-color:#0088cc!important}.contact-social-pill.instagram{background:rgba(225,48,108,.05)!important;color:#e1306c!important;border-color:rgba(225,48,108,.12)!important}.contact-social-pill.instagram:hover{background:#e1306c!important;color:#ffffff!important;border-color:#e1306c!important}.contact-social-pill.tiktok{background:rgba(0,0,0,.03)!important;color:#000000!important;border-color:rgba(0,0,0,.08)!important}.contact-social-pill.tiktok:hover{background:#000000!important;color:#ffffff!important;border-color:#000000!important}.contacts-split-container{opacity:0!important;transform:translateY(30px)!important;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1)!important}.contacts-split-container.show{opacity:1!important;transform:none!important}@media (max-width:900px){.contacts-split-container{grid-template-columns:1fr!important;gap:32px!important}.contacts-map-column-split{height:400px!important}}@media (max-width:600px){.contacts-map-column-split{height:300px!important}.contact-info-card-modern{padding:20px!important}}