@charset "UTF-8";:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration,.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,calc(var(--f-throw-out-distance, 150px)*-1),0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,var(--f-throw-out-distance,150px),0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) var(--f-transition-easing,ease) var(--f-transition-delay,0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translate(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translate(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translate(-100%)}}@keyframes f-slideOutPrev{to{transform:translate(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translate(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translate(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translate(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translate(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media (hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{height:var(--f-button-svg-height);width:var(--f-button-svg-width);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translate(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;padding:0;position:fixed;right:0;top:0;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:none;overflow:visible;transform-origin:top left;z-index:var(--fancybox-zIndex,1050);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__container::backdrop{background-color:transparent}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;overscroll-behavior:contain;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__slide:empty,.fancybox__track:empty,.fancybox__viewport:empty{display:block}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{display:block;filter:blur(0);height:100%;margin:auto;min-height:0;-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:#18181b80;bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all .15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-enter-duration,.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration,.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:var(--f-interface-exit-duration,.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration,.35s) ease forwards f-fadeOut}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{height:100%;width:100%}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:#18181be6;color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{border:0!important;clip:rect(1px,1px,1px,1px)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px}.f-thumbs{flex:0 0 auto;margin:0;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);perspective:1000px;transform:translateZ(0);-webkit-user-select:none;-moz-user-select:none;user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;transform:translateZ(0);width:100%}.f-thumbs__track{display:flex}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:-moz-max-content;width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc((var(--f-thumb-clip-width, 0))*-.5);position:absolute;top:0;width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0))}.is-modern .f-thumbs__slide{pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none;width:var(--f-thumb-clip-width)}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.f-thumbs__slide__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0 -100%;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:var(--f-thumb-width)}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-modern .f-thumbs__slide__button{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*(1 - var(--progress, 0))*.5) round var(--f-thumb-border-radius,0));clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);content:"";height:auto;z-index:10}.f-thumbs__slide__img,.is-classic .is-nav-selected .f-thumbs__slide__button:after{border-radius:var(--f-thumb-border-radius);bottom:0;left:0;position:absolute;right:0;top:0}.f-thumbs__slide__img{box-sizing:border-box;height:100%;margin:0;-o-object-fit:cover;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:16px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(#ffffff1a,#ffffff0d)}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;-webkit-font-smoothing:subpixel-antialiased;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:30}.global-loader[data-v-abac5423]{align-items:center;background:#ffffffeb;display:flex;height:100%;justify-content:center;transition:.3s;z-index:998}.global-loader[data-v-abac5423],.loader-bar[data-v-abac5423]{left:0;position:fixed;top:0;width:100%}.loader-bar[data-v-abac5423]{animation:progress-abac5423 2s ease-in-out infinite;background:var(--main-color2);height:3px}@keyframes progress-abac5423{0%{width:0}50%{width:50%}to{width:100%}}.loader-spinner[data-v-abac5423]{animation:spin-abac5423 1s ease-in-out infinite;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top:3px solid var(--main-color2);height:50px;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:50px}@keyframes spin-abac5423{to{transform:translate(-50%,-50%) rotate(1turn)}}.cookie-consent{align-items:center;background:#fff;border-radius:8px 8px 0 0;bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;justify-content:space-between;left:0;padding:12px 16px;position:fixed;right:0;width:100%;z-index:1000}@media (min-width:933px){.cookie-consent{border-radius:8px;bottom:20px;box-shadow:0 4px 12px #00000026;left:50%;max-width:90%;min-width:900px;right:auto;transform:translate(-50%);width:auto}}.cookie-consent__text{color:#333;font-size:13px;line-height:1.4;margin-right:15px;white-space:pre-wrap}@media (min-width:933px){.cookie-consent__text{font-size:14px;line-height:1.5}}.inline-link{color:var(--main-color);display:inline;text-decoration:underline;white-space:nowrap}.cookie-consent__button{border:none;border-radius:10px;color:#fff;cursor:pointer;flex-shrink:0;font-size:14px;margin-top:10px;padding:8px 16px;white-space:nowrap}.cookie-consent__button,.cookie-consent__button:hover{background:var(--main-color)}@media (max-width:933px){.cookie-consent{flex-direction:column;padding:10px;text-align:center}.cookie-consent__text{margin-bottom:5px;margin-right:0;text-align:start}.cookie-consent__button{padding:10px;width:30%}}.page.error[data-v-717b0832]{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;justify-content:center;min-height:100vh}.page.error[data-v-717b0832] *{background-image:none}.page.error .error-content[data-v-717b0832]{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.page.error .error-content .error-block[data-v-717b0832]{background:var(--light-grey);border-radius:var(--border-small-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;max-width:550px;overflow:hidden}.page.error .error-content .error-block .error-block__text[data-v-717b0832]{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:30px 35px;text-align:center}@media screen and (max-width:768px){.page.error .error-content .error-block .error-block__text[data-v-717b0832]{padding:20px 15px}}.page.error .error-content .error-block .error-block__text .error-block__hidden[data-v-717b0832]{display:block}.page.error .error-content .error-block .error-block__text p[data-v-717b0832]{font-size:var(--big-size);text-align:center}.page.error .error-content .error-block .error-block__text .error-block__icon[data-v-717b0832]{align-items:center;background:var(--red);border-radius:100%;color:#fff;display:inline-block;display:flex;font-size:30px;height:150px;justify-content:center;width:150px}.page.error .error-content .error-block .error-block__link[data-v-717b0832]{align-items:center;background:var(--red);display:flex;justify-content:center;padding:45px}@media screen and (max-width:768px){.page.error .error-content .error-block .error-block__link[data-v-717b0832]{padding:25px}}.page.error .error-content .error-block .error-block__link .error-back[data-v-717b0832]{border:3px solid #fff;border-radius:var(--border-small-radius);color:#fff;font-weight:700;padding:15px 25px;text-align:center;transition:.3s}.page.error .error-content .error-block .error-block__link .error-back[data-v-717b0832]:hover{background:#fff;color:var(--red);transition:.3s}.breadcrumbs[data-v-468f84b6]{display:block;padding:20px 0 10px}.breadcrumbs .breadcrumbs__list[data-v-468f84b6]{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.breadcrumbs .breadcrumbs__list .breadcrumbs__item[data-v-468f84b6]{align-items:center;display:flex;gap:10px;justify-content:center}.breadcrumbs .breadcrumbs__list .breadcrumbs__item[data-v-468f84b6]:not(:first-child):not(:nth-child(2)){text-transform:uppercase}.breadcrumbs .breadcrumbs__list .breadcrumbs__item[data-v-468f84b6]:not(:last-child):after{content:">";font-size:14px;padding:0}.breadcrumbs .breadcrumbs__list .router-link-exact-active[data-v-468f84b6]{color:var(--main-color)}@media screen and (max-width:767px){.breadcrumbs.hide[data-v-468f84b6]{display:none}}.back__wrapper[data-v-468f84b6]{display:none;padding:15px 15px 0}.back__wrapper .back[data-v-468f84b6]{align-items:center;border-radius:20px;color:#000;display:flex;font-size:14px;gap:10px;padding:10px 15px}@media screen and (max-width:767px){.back__wrapper.show[data-v-468f84b6]{display:flex}}.page__title[data-v-5f789759]{font-size:var(--large-size);font-weight:700;line-height:normal}.margin-0[data-v-5f789759]{margin:0}.loader[data-v-24436b88]{align-items:center;display:flex;gap:15px;justify-content:center;width:100%}.base-button[data-v-24436b88],.loader .bold[data-v-24436b88]{font-weight:700}.base-button[data-v-24436b88]{align-items:center;background:var(--main-color);border:2px solid var(--main-color);border-radius:10px;color:var(--bg-light);display:flex;height:100%;justify-content:center;padding:14px;transition:.3s;width:100%}.base-button .fa-regular.mobile[data-v-24436b88],.base-button .fa-solid.mobile[data-v-24436b88],.base-button .fa.mobile[data-v-24436b88],.base-button i.mobile[data-v-24436b88]{display:none}@media screen and (max-width:768px){.base-button .fa-regular.mobile[data-v-24436b88],.base-button .fa-solid.mobile[data-v-24436b88],.base-button .fa.mobile[data-v-24436b88],.base-button i.mobile[data-v-24436b88]{display:block}}.base-button span[data-v-24436b88]{background:transparent;font-weight:700}@media screen and (max-width:540px){.base-button span[data-v-24436b88]{font-size:var(--standart-size);font-weight:600}}@media screen and (max-width:768px){.base-button span.hidden[data-v-24436b88]{display:none}}.trade[data-v-24436b88]{background:#3f5e73}.callback[data-v-24436b88]{background:var(--main-color);border:2px solid var(--main-color);border-radius:40px;display:flex;flex-direction:row-reverse;gap:20px;padding:10px 25px;transition:.3s}.callback .fa[data-v-24436b88],.callback .fa-regular[data-v-24436b88],.callback .fa-solid[data-v-24436b88],.callback i[data-v-24436b88]{background:#fff;border-radius:100%;color:var(--main-color);padding:15px;transition:.3s}.callback[data-v-24436b88]:hover{background:#fff;border-color:#fff;color:var(--main-color);transition:.3s}.callback:hover .fa[data-v-24436b88],.callback:hover .fa-regular[data-v-24436b88],.callback:hover .fa-solid[data-v-24436b88],.callback:hover i[data-v-24436b88]{background:var(--main-color);color:#fff;transition:.3s}.slider__form .base-submit[data-v-24436b88]{background:var(--main-color);border-radius:50px}.test-drive[data-v-24436b88]{background:var(--main-color2);border:2px solid var(--main-color2)}.trade[data-v-24436b88]{background:transparent;border:2px solid var(--main-color);color:var(--main-color)}.bh-1[data-v-24436b88],.call[data-v-24436b88]{background:var(--main-color);border:2px solid var(--main-color)}.base-button.load[data-v-24436b88]{width:auto}@media screen and (max-width:768px){.header[data-v-24436b88]{border-radius:100%;padding:10px}.header .fa[data-v-24436b88],.header .fa-regular[data-v-24436b88],.header .fa-solid[data-v-24436b88],.header i[data-v-24436b88]{font-size:var(--standard-size)}}.comp[data-v-24436b88]{background:var(--main-color);border:2px solid var(--main-color);padding:10px 25px}@media screen and (max-width:540px){.comp[data-v-24436b88]{padding:10px}.comp span[data-v-24436b88]{font-size:var(--small-size);font-weight:500}}.comp-credit[data-v-24436b88]{background:var(--secondary-color);border:2px solid var(--secondary-color)}.bordered[data-v-24436b88]{background:transparent;color:var(--main-color)}.bordered[data-v-24436b88],.classic[data-v-24436b88]{border:2px solid var(--main-color);border-radius:20px}.classic[data-v-24436b88]{color:#fff}.classic[data-v-24436b88],.credit-mod[data-v-24436b88]{background:var(--main-color)}.credit-mod[data-v-24436b88]{border:2px solid var(--main-color);padding:10px;width:100%}.credit-mod[data-v-24436b88]:hover{background:#fff;color:var(--main-color)}.certificate[data-v-24436b88]{background:transparent;border:none;color:var(--secondary-color);flex-direction:row-reverse;gap:5px;padding:0;text-align:start;width:-moz-fit-content;width:fit-content}.certificate span[data-v-24436b88]{font-size:var(--standart-size);font-weight:400}.certificate .fa[data-v-24436b88],.certificate .fa-regular[data-v-24436b88],.certificate .fa-solid[data-v-24436b88],.certificate i[data-v-24436b88]{background:var(--secondary-color);border-radius:100%;color:#fff;font-size:11px;height:18px;padding:4px;width:18px}.certificate[data-v-24436b88]:hover{opacity:.85}.fit[data-v-24436b88]{width:-moz-fit-content;width:fit-content}.sp-1[data-v-24436b88]{background:#fff;border:none;color:var(--main-black);padding:10px}.sp-1 span[data-v-24436b88]{font-weight:500}.button-loader[data-v-24436b88]{animation:l20-1-24436b88 .8s linear infinite alternate,l20-2-24436b88 1.6s linear infinite;aspect-ratio:1;border:8px solid #fff;border-radius:50%;width:20px}@keyframes l20-1-24436b88{0%{clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes l20-2-24436b88{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}.form__check[data-v-18177999]{align-items:start;background:#fff;border-radius:12px;display:flex;flex-direction:column;flex-wrap:nowrap;gap:8px;justify-content:center;min-width:200px;padding:8px 2px;width:-moz-fit-content;width:fit-content}.form__check .form__check-label[data-v-18177999]{align-items:center;display:flex;flex-wrap:nowrap;font-size:14px}.form__check .form__check-label .check-link[data-v-18177999]{text-decoration:underline}.form__check .form__check-label .radio__img[data-v-18177999]{border:1px solid var(--main-color)!important;border-radius:20px;cursor:pointer;height:20px;margin-right:10px;min-width:20px;position:relative}.form__check .form__check-label .checked[data-v-18177999]:before{color:var(--main-color)!important;content:"✓";font-size:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.form__check .form__check-label p[data-v-18177999]{color:#000}.form__check .form__check-label p .check-link[data-v-18177999],.form__check .form__check-label p a[data-v-18177999]{color:#000;text-decoration:underline}.form__check .form__check-label p .check-link[data-v-18177999]:hover,.form__check .form__check-label p a[data-v-18177999]:hover{color:var(--main-color)}.online__trade-form .check-black p[data-v-18177999]{color:#000}.radio__hidden:not(:checked)+.radio__img[data-v-18177999]:before{background:none}label.form__check-label.white p[data-v-18177999]{color:#fff}.wide[data-v-18177999]{grid-column-end:3;grid-column-start:1}.wrap[data-v-18177999]{align-items:center;display:grid}@media screen and (max-width:500px){.wrap[data-v-18177999]{display:none;text-wrap:wrap}}@media screen and (max-width:340px){.wrap[data-v-18177999]{display:none;text-wrap:wrap}}.wrap-mob[data-v-18177999]{display:none}@media screen and (max-width:500px){.wrap-mob[data-v-18177999]{display:grid}}.small p[data-v-18177999]{font-size:14px}.small p a[data-v-18177999]{font-size:14px!important}.wide-grid[data-v-18177999]{grid-column-end:3;grid-column-start:1}.base-input[data-v-62d9841e]{width:100%}.base-input[data-v-62d9841e],.base-input.paste-disabled[data-v-62d9841e]{position:relative}.base-input .input-wrapper[data-v-62d9841e]{position:relative;width:100%}.base-input input[data-v-62d9841e]{box-sizing:border-box;transition:all .3s ease;width:100%}.base-input input.paste-blocked[data-v-62d9841e]{animation:shake-62d9841e .5s ease;border-color:#ff6b6b!important;padding-right:120px}.base-input input.shortcut-blocked[data-v-62d9841e]{animation:pulse-62d9841e .3s ease;border-color:#ffa94d!important}.base-input .paste-warning[data-v-62d9841e]{align-items:center;background:#fff;background:#ff6b6b1a;border-bottom-right-radius:var(--border-small-radius);border-top-right-radius:var(--border-small-radius);border-radius:4px;color:#ff6b6b;display:flex;font-size:14px;gap:6px;justify-content:center;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.base-input .paste-warning.show[data-v-62d9841e]{opacity:1;transform:translateY(-50%) translate(0)}.base-input .paste-warning.icon-only[data-v-62d9841e]{padding:4px}.base-input .paste-warning.icon-only .fa[data-v-62d9841e],.base-input .paste-warning.icon-only .fa-regular[data-v-62d9841e],.base-input .paste-warning.icon-only .fa-solid[data-v-62d9841e],.base-input .paste-warning.icon-only i[data-v-62d9841e]{margin:0}.base-input .paste-warning.has-text[data-v-62d9841e]{background:#ff6b6b26;padding:4px 8px}.base-input .paste-warning .fa[data-v-62d9841e],.base-input .paste-warning .fa-regular[data-v-62d9841e],.base-input .paste-warning .fa-solid[data-v-62d9841e],.base-input .paste-warning i[data-v-62d9841e]{font-size:14px;transition:transform .3s ease}.base-input .paste-warning .warning-text[data-v-62d9841e]{font-size:11px;font-weight:500;letter-spacing:.2px;white-space:nowrap}.base-input .error-icon[data-v-62d9841e]{color:red;position:absolute;right:12px;top:50%;transform:translateY(-50%);z-index:11}.base-input .fade-enter-active[data-v-62d9841e],.base-input .fade-leave-active[data-v-62d9841e]{transition:opacity .3s ease}.base-input .fade-enter-from[data-v-62d9841e],.base-input .fade-leave-to[data-v-62d9841e]{opacity:0;transform:translateY(-50%) translate(10px)}.base-input .fade-enter-from.icon-only[data-v-62d9841e]{transform:translateY(-50%) scale(.8)}@keyframes shake-62d9841e{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes pulse-62d9841e{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes icon-bounce-62d9841e{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.base-input .paste-warning.show.icon-only i[data-v-62d9841e]{animation:icon-bounce-62d9841e .3s ease}@media (max-width:768px){.base-input .paste-warning .warning-text[data-v-62d9841e]{display:none}.base-input .paste-warning.has-text[data-v-62d9841e]{padding:4px}.base-input .paste-warning.has-text .warning-text[data-v-62d9841e]{display:inline;font-size:14px}.base-input .paste-warning.show[data-v-62d9841e]{padding:4px}.base-input input.paste-blocked[data-v-62d9841e]{padding-right:40px}}.base-input input[data-v-62d9841e]{transition:padding-right .3s ease}.base-input input.paste-blocked[data-v-62d9841e]:not(.no-text){padding-right:120px}.base-input input.paste-blocked.no-text[data-v-62d9841e]{padding-right:40px}.invisible-captcha[data-v-f7cddad6]{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.base-submit[data-v-ea31517a] *{opacity:1!important;pointer-events:auto;position:relative;z-index:10}.base-form__title[data-v-ea31517a]{font-size:18px;margin-bottom:10px;margin-left:10px}.base-form[data-v-ea31517a]{color:#000!important}.error[data-v-ea31517a]{color:red;font-size:.8em}.submit-block[data-v-ea31517a]{display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:1fr}.error-block[data-v-ea31517a],.submit-block[data-v-ea31517a]{grid-column-end:3;grid-column-start:1}.error-block[data-v-ea31517a]{display:flex}.form-comp[data-v-ea31517a]{max-width:500px}.time-block[data-v-8253b5fa]{border:none}.first__row[data-v-8253b5fa],.payment__row[data-v-8253b5fa],.range__time-block label[data-v-8253b5fa]{align-items:center;color:var(--main-color);display:flex;font-size:var(--standart-size);font-weight:700;height:40px;justify-content:space-between;line-height:16px;margin-bottom:10px;padding:4px 0;width:100%}.range-slider__input[data-v-8253b5fa]::-webkit-slider-thumb{-webkit-appearance:none;background:#fa3034;border:none;border-radius:50%;cursor:pointer;height:18px;margin-top:-7px;width:18px}.range-slider__input[data-v-8253b5fa]::-moz-range-thumb{background:#fa3034;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.range-slider__input[data-v-8253b5fa]::-ms-thumb{background:#fa3034;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.small datalist[data-v-8253b5fa]{display:none}.timeOut[data-v-8253b5fa]{align-items:center;color:var(--main-black);display:flex;flex-wrap:wrap;font-size:16px;font-weight:700;height:40px;justify-content:space-between;line-height:16px;margin-bottom:20px;padding:4px 0;width:100%}.timeOut .output-time[data-v-8253b5fa]{background:var(--main-color2);border-radius:50px;font-weight:700;padding:8px 10px}@media screen and (max-width:768px){.timeOut[data-v-8253b5fa]{font-size:14px;line-height:normal}}.percent-block[data-v-7f4b96bf]{border:none}.first__row[data-v-7f4b96bf],.payment__row[data-v-7f4b96bf],.range__time-block label[data-v-7f4b96bf]{align-items:center;color:var(--main-black);display:flex;flex-wrap:wrap;font-size:16px;height:40px;justify-content:space-between;line-height:16px;margin-bottom:20px;padding:4px 0;width:100%}@media screen and (max-width:768px){.first__row[data-v-7f4b96bf],.payment__row[data-v-7f4b96bf],.range__time-block label[data-v-7f4b96bf]{font-size:14px;line-height:normal}}.first__row .output-first[data-v-7f4b96bf],.payment__row .output-first[data-v-7f4b96bf],.range__time-block label .output-first[data-v-7f4b96bf]{background:var(--main-color2);border-radius:50px;font-weight:700;padding:8px 10px}.range-slider__input[data-v-7f4b96bf]::-webkit-slider-thumb{-webkit-appearance:none;background:#fa3034;border:none;border-radius:50%;cursor:pointer;height:18px;margin-top:-7px;width:18px}.range-slider__input[data-v-7f4b96bf]::-moz-range-thumb{background:#fa3034;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.range-slider__input[data-v-7f4b96bf]::-ms-thumb{background:#fa3034;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.small .datalist[data-v-7f4b96bf]{display:none}.title[data-v-7f4b96bf]{font-weight:700}.hiddenOutput .first__row[data-v-7f4b96bf]{display:none}.percent[data-v-d3c64031],.time[data-v-d3c64031]{margin:0!important;padding:0 5px!important}.form__credit-block[data-v-d3c64031]{display:flex;flex-direction:column;gap:5px}.form__credit-block .credit-data__item[data-v-d3c64031]{align-items:center;background:#fff;display:flex;gap:5px;justify-content:space-between;padding:7px 5px}@media screen and (max-width:768px){.form__credit-block .credit-data__item[data-v-d3c64031]{flex-direction:row;gap:5px}}@media screen and (max-width:400px){.form__credit-block .credit-data__item[data-v-d3c64031]{align-items:start;justify-content:space-between}}.form__credit-block .credit-data__item .credit-data__value[data-v-d3c64031]{color:var(--main-color);font-size:16px}.form__credit-block .credit-data__item .credit-data__value span[data-v-d3c64031]{font-weight:700}.form__credit-block .credit-data__item.wide[data-v-d3c64031]{grid-column:1/3}.credit-data[data-v-d3c64031]{display:flex;flex-direction:column;gap:15px;margin:0}@media screen and (max-width:768px){.credit-data[data-v-d3c64031]{margin:15px 0}}form[data-v-12f5ede7]{display:flex;flex-direction:column;gap:15px}form .main__form-input[data-v-12f5ede7]{background:#fff;border-radius:20px;padding:15px;width:100%}form .main__form-btn[data-v-12f5ede7]{background:var(--main-color);border:3px solid var(--main-color);border-radius:20px;color:var(--bg-light);font-size:18px;font-weight:700;padding:15px;text-align:center;transition:.3s}form[data-v-2e118628]{display:flex;flex-direction:column;gap:15px}form .main__form-input[data-v-2e118628]{background:#fff;border-radius:20px;padding:15px;width:100%}form .main__form-btn[data-v-2e118628]{background:var(--main-color);border:3px solid var(--main-color);border-radius:20px;color:var(--bg-light);font-size:18px;font-weight:700;padding:15px;text-align:center;transition:.3s}@media screen and (max-width:500px){.modal__photo-wrapper[data-v-3aef2a56]{display:none}}.button-buy[data-v-3aef2a56]{align-items:center;background:var(--secondary-color);border:3px solid var(-green);border-radius:20px;color:var(--bg-light);display:flex;font-weight:700;height:100%;justify-content:center;padding:14px;transition:.3s}.button-buy .button__icon[data-v-3aef2a56]{margin-right:10px}.button-buy.callback[data-v-3aef2a56]{background:linear-gradient(90deg,#8d171c,#ec2830)}.button[data-v-3aef2a56]{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr max-content;justify-content:center}.button:hover .button-buy[data-v-3aef2a56]{opacity:.7;transition:.3s}.button .button-price[data-v-3aef2a56]{align-items:center;border-bottom:2px solid var(--border-color);border-bottom-left-radius:var(--border-radius);border-left:2px solid var(--border-color);border-top:2px solid var(--border-color);border-top-left-radius:var(--border-radius);display:flex;font-weight:700;justify-content:center;padding:15px}@media screen and (max-width:400px){.button .button-price[data-v-3aef2a56]{padding:15px 10px}}.card__btn[data-v-3aef2a56]{border-radius:6px;font-size:var(--standart-size);font-weight:700;height:40px;line-height:16px;transition:all .3s ease;width:100%}.credit__button[data-v-3aef2a56]{background:var(--yellow);overflow:hidden;position:relative}.row__credit-btn[data-v-3aef2a56]{background:var(--orange);border-radius:10px;color:#fff;font-size:16px;font-weight:400;line-height:16px;max-width:256px;padding:9px 5px;width:100%}@media screen and (max-width:767px){.row__credit-btn[data-v-3aef2a56]{display:none;height:100%;left:0;max-width:calc(100% - 40px);opacity:0;position:absolute}}.modal__month-price[data-v-3aef2a56]{margin-top:5px;text-align:center}[data-v-6b82dc93] .form-input{min-width:170px!important}[data-v-6b82dc93] .base-button{height:40px}.base-submit[data-v-6b82dc93] *{opacity:1!important;pointer-events:auto;position:relative;z-index:10}.base-form-fields[data-v-6b82dc93]{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:15px;max-height:40px}@media (max-width:768px){.base-form-fields[data-v-6b82dc93]{flex-direction:column}}.base-form-fields [data-v-6b82dc93] .form-input{flex:1;min-width:200px}[data-v-6b82dc93] .wrap{align-items:center;display:block;text-wrap:wrap}@media screen and (max-width:768px){[data-v-6b82dc93] .wrap{display:none}}.base-form__title[data-v-6b82dc93]{font-size:18px;margin-bottom:10px;margin-left:10px}.base-form[data-v-6b82dc93]{color:#000!important}.error[data-v-6b82dc93]{color:red;font-size:.8em}[data-v-6b82dc93] .form-input{border:1px solid var(--main-color)!important;color:#000!important}[data-v-6b82dc93] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-6b82dc93] .form-input::placeholder{color:#000!important;opacity:.8!important}.submit-block[data-v-6b82dc93]{display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:1fr}.error-block[data-v-6b82dc93],.submit-block[data-v-6b82dc93]{grid-column-end:3;grid-column-start:1}.error-block[data-v-6b82dc93]{display:flex}.form-comp[data-v-6b82dc93]{max-width:500px}.contact__form-form[data-v-3cffbac6]{display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:20px 0;z-index:1000}@media screen and (max-width:767px){.contact__form-form[data-v-3cffbac6]{display:flex;flex-direction:column}}.contact__form-form .contact__form-submit[data-v-3cffbac6]{background:var(--main-color);border-radius:10px;color:#000;font-weight:700;padding:15px}[data-v-3cffbac6] .form-input{border:1px solid var(--main-color)!important;color:#000!important}[data-v-3cffbac6] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-3cffbac6] .form-input::placeholder{color:#000!important;opacity:.8!important}[data-v-3cffbac6] .base-input{height:40px}.column[data-v-3cffbac6]{gap:15px;grid-template-columns:1fr}.base-form.express__form[data-v-3cffbac6]{align-items:start;display:flex;gap:10px}@media screen and (max-width:1000px){.base-form.express__form[data-v-3cffbac6]{flex-direction:column}}.base-form.brand__form[data-v-3cffbac6]{display:flex;flex-direction:column;gap:10px;padding:0;width:100%}@media screen and (max-width:560px){[data-v-fe5efef1] .container{padding:0}}[data-v-fe5efef1] .wrap-mob{display:none}.section__body[data-v-fe5efef1]{background:url(/images/banner.webp) no-repeat 45% 0;background-size:100%;border-radius:10px;color:var(--bg-light);margin:30px auto;position:relative;width:100%}@media screen and (max-width:1000px){.section__body[data-v-fe5efef1]{background:url(/images/banner.webp) no-repeat 45% 0;background-size:150%}}@media screen and (max-width:768px){.section__body[data-v-fe5efef1]{background:url(/images/banner.webp) no-repeat 0 20%;background-size:300%}}@media screen and (max-width:500px){.section__body[data-v-fe5efef1]{background:url(/images/banner.webp) no-repeat 0 20%;background-size:400%}}@media screen and (max-width:360px){.section__body[data-v-fe5efef1]{background:url(/images/banner.webp) no-repeat 15% 20%;background-size:500%}}.section__body .express__content[data-v-fe5efef1]{display:flex;flex-direction:row;justify-content:flex-end;min-height:220px;opacity:.85;padding:30px}@media screen and (max-width:768px){.section__body .express__content[data-v-fe5efef1]{justify-content:center;min-height:auto;min-height:430px;padding:0}}@media screen and (max-width:767px){.section__body .express__content[data-v-fe5efef1]{min-height:370px}}@media screen and (max-width:550px){.section__body .express__content[data-v-fe5efef1]{min-height:480px}}@media screen and (max-width:450px){.section__body .express__content[data-v-fe5efef1]{min-height:500px}}@media screen and (max-width:390px){.section__body .express__content[data-v-fe5efef1]{min-height:550px}}.section__body .express__content[data-v-fe5efef1]:before{background:linear-gradient(90deg,transparent,rgba(0,0,0,.5) 50%,rgba(0,0,0,.7));border-radius:var(--border-radius);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.section__body .express__content[data-v-fe5efef1]>*{position:relative;z-index:2}.section__body .express__content .express__text[data-v-fe5efef1]{background:#fff;border-radius:10px;color:#000;display:flex;flex-direction:column;gap:10px;margin-right:0;max-width:640px;padding:40px;width:100%}@media screen and (max-width:1200px){.section__body .express__content .express__text[data-v-fe5efef1]{margin-right:30px;max-width:600px}}@media screen and (max-width:768px){.section__body .express__content .express__text[data-v-fe5efef1]{border:1px solid var(--main-color);border-left:none;border-radius:0;border-right:none;margin-right:0;max-width:100%;padding:30px}}@media screen and (max-width:540px){.section__body .express__content .express__text[data-v-fe5efef1]{gap:20px;padding:20px}}.section__body .express__content .express__text p[data-v-fe5efef1]{color:#333;font-size:16px;font-weight:600;margin:0}@media screen and (max-width:768px){.section__body .express__content .express__text p[data-v-fe5efef1]{font-size:14px}}@media screen and (max-width:540px){.section__body .express__content .express__text p[data-v-fe5efef1]{font-size:14px}}.section__body .express__content .express__text p span[data-v-fe5efef1]{color:var(--main-color)}.section__body .express__content .express__text .express__text-title[data-v-fe5efef1]{color:#000;font-size:24px;font-weight:700;line-height:1.3;margin:0}@media screen and (max-width:768px){.section__body .express__content .express__text .express__text-title[data-v-fe5efef1]{font-size:22px}}@media screen and (max-width:540px){.section__body .express__content .express__text .express__text-title[data-v-fe5efef1]{font-size:18px}}.section__body .express__content .express__text .express__text-list[data-v-fe5efef1]{display:flex;gap:10px;list-style:none;margin:0;padding:0}@media screen and (max-width:768px){.section__body .express__content .express__text .express__text-list[data-v-fe5efef1]{gap:20px}}@media screen and (max-width:540px){.section__body .express__content .express__text .express__text-list[data-v-fe5efef1]{flex-direction:column;gap:15px}}.section__body .express__content .express__text .form__block[data-v-fe5efef1]{background:transparent;border-radius:var(--border-small-radius);display:flex;flex-direction:column;gap:10px;margin-top:10px;width:100%}@media screen and (max-width:768px){.section__body .express__content .express__text .form__block[data-v-fe5efef1]{margin-top:20px}}.section__body .container[data-v-fe5efef1]{height:100%}@media screen and (max-width:767px){.section__body .container[data-v-fe5efef1]{display:flex;flex-direction:column}}@media screen and (max-width:540px){.section__body .container[data-v-fe5efef1]{padding-left:0!important;padding-right:0!important}}.section__body .container .express__mob-img[data-v-fe5efef1]{display:none}@media screen and (max-width:540px){.section__body .container .express__mob-img[data-v-fe5efef1]{background:url(/images/bottom__form-bg.webp) no-repeat 80% 50%;background-size:cover;display:block;height:260px;margin-left:-20px;margin-right:-20px}}@media screen and (max-width:425px){.section__body .container .express__mob-img[data-v-fe5efef1]{height:200px}}@media screen and (max-width:375px){.section__body .container .express__mob-img[data-v-fe5efef1]{height:180px;margin-left:-10px;margin-right:-10px}}.text__red[data-v-fe5efef1]{color:#fa3034}.express__text-ul[data-v-fe5efef1]{align-items:center;display:flex;gap:10px;margin:0;padding:0}.express__text-ul img[data-v-fe5efef1]{height:28px;width:28px}.express__text-item[data-v-fe5efef1]{color:#333;font-size:14px;font-weight:600;margin:0!important;padding:0!important;text-wrap:wrap}.kas[data-v-fe5efef1]{margin:0 3px}.gar[data-v-fe5efef1],.kas[data-v-fe5efef1]{width:25px}.gar[data-v-fe5efef1]{margin:0 2px}.card__btn[data-v-a4783966]{border-radius:6px;font-size:var(--standart-size);font-weight:700;height:40px;line-height:16px;transition:all .3s ease;width:100%}.credit__button[data-v-a4783966]{background:var(--yellow)}.row__credit-btn[data-v-a4783966]{background:var(--main-color);border-radius:10px;color:#fff;font-size:16px;font-weight:400;line-height:16px;max-width:256px;padding:9px 5px;width:100%}@media screen and (max-width:767px){.row__credit-btn[data-v-a4783966]{display:none;height:100%;left:0;max-width:calc(100% - 40px);opacity:0;position:absolute}}.modal__dialog .modal__content .modal__title[data-v-a4783966]{color:var(--main-black);font-size:var(--big-size);font-weight:700;line-height:normal;margin:10px 0;padding-top:8px;text-align:center;width:auto}.modal__dialog .modal__content .modal__text[data-v-a4783966]{color:var(--main-black);font-size:var(--big-size);font-weight:500;line-height:26px}.modal__dialog .modal__content .modal__text span[data-v-a4783966]{color:var(--main-color);font-weight:700}.banks__list[data-v-dd819be6]{display:flex;flex-direction:column;gap:15px}.banks__list .banks__item[data-v-dd819be6]{background:var(--bg-light);border-radius:10px;box-shadow:0 1px 17.3px #0000000f;height:60px;padding:5px 50px}@media screen and (max-width:480px){.banks__list .banks__item[data-v-dd819be6]{flex-direction:column;height:auto;padding:20px}}@media screen and (max-width:375px){.banks__list .banks__item[data-v-dd819be6]{align-items:flex-start}}.banks__list .banks__item[data-v-dd819be6]{align-items:center;border:1px solid #9f9f9f;display:flex;justify-content:space-between;padding:0 10px}@media screen and (max-width:767px){.banks__list .banks__item[data-v-dd819be6]{padding:5px 20px}}@media screen and (max-width:480px){.banks__list .banks__item[data-v-dd819be6]{padding:none}}.banks__list .banks__item .banks__item-title[data-v-dd819be6]{font-size:14px;font-weight:400;line-height:16px;max-width:109px;text-align:center;width:100%}@media screen and (max-width:480px){.banks__list .banks__item .banks__item-title[data-v-dd819be6]{display:none}}.banks__list .banks__item .banks__item-title[data-v-dd819be6]:nth-child(3){max-width:146px;width:100%}.banks__list .banks__item img[data-v-dd819be6]{height:39px;max-width:160px;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:480px){.banks__list .banks__item img[data-v-dd819be6]{display:none}}.banks__list .banks__item p[data-v-dd819be6]{font-size:16px;font-weight:600;line-height:20px}@media screen and (max-width:480px){.banks__list .banks__item p[data-v-dd819be6]{display:none}}.banks__list .banks__item .banks__item-link[data-v-dd819be6]{align-items:center;background:#fff;border:1px solid var(--main-color);border-radius:10px;color:var(--bg-light);color:var(--main-color);display:flex;font-weight:500;height:40px;justify-content:center;line-height:20px;transition:all .3s ease;width:146px}@media screen and (max-width:480px){.banks__list .banks__item .banks__item-link[data-v-dd819be6]{width:100%}}.banks__list .banks__item .banks__item-link[data-v-dd819be6]:hover{background:var(--main-color);border:1px solid var(--main-color);color:#fff}.banks__list .banks__item .banks__list-mob[data-v-dd819be6]{display:none}@media screen and (max-width:480px){.banks__list .banks__item .banks__list-mob[data-v-dd819be6]{display:flex;flex-wrap:wrap;gap:5px 10px;justify-content:center;list-style-type:none;margin:15px 0}}@media screen and (max-width:375px){.banks__list .banks__item .banks__list-mob[data-v-dd819be6]{justify-content:flex-start}}.banks__list .banks__item .banks__list-mob li[data-v-dd819be6]{color:#454545;line-height:20px;padding-left:16px;position:relative}.banks__list .banks__item .banks__list-mob li[data-v-dd819be6]:before{background:url(/svg/star2.svg) no-repeat 50%;background-size:contain;border-radius:50%;content:"";height:12px;left:0;position:absolute;top:calc(50% - 6px);width:12px}.banks__main[data-v-dd819be6]{display:none}@media screen and (max-width:480px){.banks__main[data-v-dd819be6]{align-items:center;justify-content:space-between;padding:5px;width:100%}.banks__main[data-v-dd819be6],.banks__main img[data-v-dd819be6],.banks__main p[data-v-dd819be6]{display:flex!important}.banks__main img[data-v-dd819be6]{align-items:start!important;justify-content:start!important}}.title[data-v-a703d3f9]{margin:0 auto;max-width:1440px;padding:0 20px}@media screen and (max-width:540px){.title[data-v-a703d3f9]{padding:0 10px}}.base-button[data-v-f30e5b95]{align-items:center;background:var(--secondary-color);border:2px solid var(--secondary-color);border-radius:10px;color:var(--bg-light);display:flex;font-weight:400;gap:10px;height:auto;justify-content:center;padding:14px;transition:.3s;width:100%}.base-button .fa-regular.mobile[data-v-f30e5b95],.base-button .fa-solid.mobile[data-v-f30e5b95],.base-button .fa.mobile[data-v-f30e5b95],.base-button i.mobile[data-v-f30e5b95]{display:none}@media screen and (max-width:768px){.base-button .fa-regular.mobile[data-v-f30e5b95],.base-button .fa-solid.mobile[data-v-f30e5b95],.base-button .fa.mobile[data-v-f30e5b95],.base-button i.mobile[data-v-f30e5b95]{display:block}}.base-button span[data-v-f30e5b95]{background:transparent;font-weight:400}@media screen and (max-width:540px){.base-button span[data-v-f30e5b95]{font-size:var(--standart-size)}}@media screen and (max-width:768px){.base-button span.hidden[data-v-f30e5b95]{display:none}}.trade[data-v-f30e5b95]{background:var(--main-color)}.callback[data-v-f30e5b95]{background:var(--secondary-color);border:2px solid var(--secondary-color);border-radius:40px;display:flex;flex-direction:row-reverse;gap:20px;padding:10px 25px;transition:.3s}.callback .fa[data-v-f30e5b95],.callback .fa-regular[data-v-f30e5b95],.callback .fa-solid[data-v-f30e5b95],.callback i[data-v-f30e5b95]{background:#fff;border-radius:100%;color:var(--secondary-color);padding:15px;transition:.3s}.callback[data-v-f30e5b95]:hover{background:#fff;border-color:#fff;color:var(--secondary-color);transition:.3s}.callback:hover .fa[data-v-f30e5b95],.callback:hover .fa-regular[data-v-f30e5b95],.callback:hover .fa-solid[data-v-f30e5b95],.callback:hover i[data-v-f30e5b95]{background:var(--secondary-color);color:#fff;transition:.3s}.callback-fixed[data-v-f30e5b95]{background:var(--main-color);border:2px solid var(--main-color);border-radius:10px}.callback-fixed[data-v-f30e5b95]:before{animation:blick-f30e5b95 3s linear infinite;background:linear-gradient(90deg,#ffffff1a,#fff6);content:"";height:100%;left:-150%;position:absolute;top:0;transform:skew(-45deg);width:45px}@keyframes blick-f30e5b95{0%{left:-150%}to{left:150%}}.slider__form .base-submit[data-v-f30e5b95]{background:var(--main-color);border-radius:50px}.test-drive[data-v-f30e5b95]{background:var(--main-color2);border:2px solid var(--main-color2)}.trade[data-v-f30e5b95]{background:transparent;border:2px solid var(--main-color)}.taxi-trade[data-v-f30e5b95]{background:#fff;border-color:var(--main-color);color:var(--main-color);padding:8px}.bh-1[data-v-f30e5b95],.call[data-v-f30e5b95]{background:var(--main-color);border:2px solid var(--main-color)}.base-button.load[data-v-f30e5b95]{width:auto}.header[data-v-f30e5b95]{background:var(--main-color);border-color:var(--main-color);border-radius:16px}@media screen and (max-width:768px){.header[data-v-f30e5b95]{border-radius:100%;padding:10px}.header .fa[data-v-f30e5b95],.header .fa-regular[data-v-f30e5b95],.header .fa-solid[data-v-f30e5b95],.header i[data-v-f30e5b95]{font-size:var(--standard-size)}}.comp[data-v-f30e5b95]{background:#fff;border:2px solid var(--main-color);color:var(--main-color);padding:10px 25px}.comp[data-v-f30e5b95]:hover{background:var(--main-color);color:#fff}@media screen and (max-width:540px){.comp[data-v-f30e5b95]{padding:10px}.comp span[data-v-f30e5b95]{font-size:var(--small-size);font-weight:500}}.comp-credit[data-v-f30e5b95]{background:var(--secondary-color);border:2px solid var(--secondary-color)}.bordered[data-v-f30e5b95]{background:transparent;border:2px solid var(--main-color);border-radius:20px;color:var(--main-color)}.classic[data-v-f30e5b95]{align-items:center;border-radius:10px;display:flex;font-size:14px;font-weight:700;height:40px;justify-content:center;line-height:1.4;padding:14px 20px;text-align:center;transition:.3s ease;width:100%}.credit-mod[data-v-f30e5b95]{background:var(--main-color);border:2px solid var(--main-color);padding:10px;width:100%}.credit-mod[data-v-f30e5b95]:hover{background:#fff;color:var(--main-color)}.certificate[data-v-f30e5b95]{background:transparent;border:none;color:var(--secondary-color);flex-direction:row-reverse;gap:5px;padding:0;text-align:start;width:-moz-fit-content;width:fit-content}.certificate span[data-v-f30e5b95]{font-size:var(--standart-size);font-weight:400}.certificate .fa[data-v-f30e5b95],.certificate .fa-regular[data-v-f30e5b95],.certificate .fa-solid[data-v-f30e5b95],.certificate i[data-v-f30e5b95]{background:var(--secondary-color);border-radius:100%;color:#fff;font-size:11px;height:18px;padding:4px;width:18px}.certificate[data-v-f30e5b95]:hover{opacity:.85}.fit[data-v-f30e5b95]{width:-moz-fit-content;width:fit-content}.sp-1[data-v-f30e5b95]{background:#fff;border:none;color:var(--main-black);padding:10px}.sp-1 span[data-v-f30e5b95]{font-weight:500}.credit[data-v-f30e5b95]{background:var(--main-color)}.credit[data-v-f30e5b95],.trade[data-v-f30e5b95]{border-color:var(--main-color);padding:8px}.trade[data-v-f30e5b95]{background:#fff;color:var(--main-color)}.taxi[data-v-f30e5b95]{background:var(--yellow);border-color:var(--yellow);color:var(--main-black)}.taxi span[data-v-f30e5b95]{font-weight:700}@media screen and (max-width:768px){.model-card[data-v-f30e5b95]{padding:15px}.model-card span[data-v-f30e5b95]{font-weight:700;text-transform:uppercase}}.sticker[data-v-f30e5b95]{max-width:250px;width:100%}.sticker span[data-v-f30e5b95]{font-size:var(--small-size)!important;font-weight:700}.sticker2[data-v-f30e5b95]{border:2px solid var(--main-color)!important;height:40px;max-width:250px}.sticker2 span[data-v-f30e5b95]{background:#fff;color:var(--main-color);font-size:var(--small-size)!important;font-weight:700}@media screen and (max-width:767px){.sticker2[data-v-f30e5b95]{max-width:100%}}@media screen and (max-width:520px){.slider__btn[data-v-f30e5b95]{bottom:30px;padding:10px 15px;position:absolute;width:100%}}.form-title[data-v-f3351da0]{font-size:var(--medium-size);font-weight:700;padding-bottom:10px;text-align:start}.form-title[data-v-f3351da0]:not(:first-child){padding-top:15px}form[data-v-8de410f3]{display:flex;flex-direction:column;gap:15px}form .main__form-input[data-v-8de410f3]{background:#fff;border-radius:20px;padding:15px;width:100%}form .main__form-btn[data-v-8de410f3]{background:var(--main-color);border:3px solid var(--main-color);border-radius:20px;color:var(--bg-light);font-size:18px;font-weight:700;padding:15px;text-align:center;transition:.3s}.modal .modal__dialog .modal__content[data-v-5f73deaa]{grid-template-columns:1fr;justify-items:start;max-width:1000px}[data-v-5f73deaa] .modal__form{padding:0!important;width:100%!important}.modal__wrapper[data-v-5f73deaa]{padding:40px;width:100%}@media screen and (max-width:768px){.modal__wrapper[data-v-5f73deaa]{padding:30px 20px}}@media screen and (max-width:440px){.modal__wrapper[data-v-5f73deaa]{padding:20px}}.modal__params-grid[data-v-5f73deaa]{display:grid;gap:30px;grid-template-columns:1fr 1fr;width:100%}@media screen and (max-width:767px){.modal__params-grid[data-v-5f73deaa]{grid-template-columns:1fr}}.modal__params-list[data-v-5f73deaa]{display:flex;flex-direction:column;gap:15px}.modal__params-list .modal__params-item[data-v-5f73deaa]{padding:10px}@media screen and (max-width:768px){.modal__params-list .modal__params-item[data-v-5f73deaa]{font-size:var(--standart-size);padding:0}}.modal__params-list .modal__params-item .modal__params-title[data-v-5f73deaa]{font-weight:500;margin-bottom:5px}.modal__params-list .modal__params-item .modal__params-value[data-v-5f73deaa]{margin-left:20px}.modal__params-list .modal__params-item .modal__params-value li[data-v-5f73deaa]{list-style:disc}.modal__form[data-v-5f73deaa]{margin-top:20px}.button[data-v-517db69f]{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr max-content;justify-content:center}.button:hover .button-buy[data-v-517db69f]{opacity:.7;transition:.3s}.button .button-price[data-v-517db69f]{align-items:center;border-bottom:2px solid var(--border-color);border-bottom-left-radius:var(--border-radius);border-left:2px solid var(--border-color);border-top:2px solid var(--border-color);border-top-left-radius:var(--border-radius);display:flex;font-weight:700;justify-content:center;padding:15px}@media screen and (max-width:400px){.button .button-price[data-v-517db69f]{padding:15px 10px}}.card__btn[data-v-517db69f]{border-radius:6px;font-size:var(--standart-size);font-weight:700;height:40px;line-height:16px;transition:all .3s ease;width:100%}.credit__button[data-v-517db69f]{background:var(--yellow);overflow:hidden;position:relative}.row__credit-btn[data-v-517db69f]{background:var(--orange);border-radius:10px;color:#fff;font-size:16px;font-weight:400;line-height:16px;max-width:256px;padding:9px 5px;width:100%}@media screen and (max-width:767px){.row__credit-btn[data-v-517db69f]{display:none;height:100%;left:0;max-width:calc(100% - 40px);opacity:0;position:absolute}}.modal__month-price[data-v-517db69f]{margin-top:5px;text-align:center}.modal .modal__dialog .modal__content[data-v-517db69f]{grid-template-columns:1fr;justify-items:start;width:100%}.modal__wrapper[data-v-517db69f]{max-height:90vh;padding:40px;width:100%}@media screen and (max-width:768px){.modal__wrapper[data-v-517db69f]{padding:30px 20px}}@media screen and (max-width:440px){.modal__wrapper[data-v-517db69f]{padding:20px}}.modal__wrapper .modal__body[data-v-517db69f]{height:100%;width:100%}.modal__wrapper .modal__body .modal__pdf[data-v-517db69f]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.modal__wrapper .modal__params-list[data-v-517db69f]{display:grid;gap:15px;grid-template-columns:1fr 1fr;width:100%}@media screen and (max-width:768px){.modal__wrapper .modal__params-list[data-v-517db69f]{grid-template-columns:1fr 1fr}}@media screen and (max-width:440px){.modal__wrapper .modal__params-list[data-v-517db69f]{grid-template-columns:1fr}}.modal__wrapper .modal__params-list .modal__params-item[data-v-517db69f]{padding:10px}@media screen and (max-width:768px){.modal__wrapper .modal__params-list .modal__params-item[data-v-517db69f]{font-size:var(--standart-size)}}.modal__wrapper .modal__params-list .modal__params-item .modal__params-title[data-v-517db69f]{margin-bottom:5px}.modal__wrapper .modal__params-list .modal__params-item .modal__params-value[data-v-517db69f]{margin-left:20px}.modal__wrapper .modal__params-list .modal__params-item .modal__params-value li[data-v-517db69f]{list-style:disc}.title[data-v-ba05bd9c]{font-size:var(--large-size);font-weight:700;line-height:normal}@media screen and (max-width:400px){.title[data-v-ba05bd9c]{font-size:var(--medium-size)}}.cars__head[data-v-dd51ba5e]{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.cars__head .cars__head-contols[data-v-dd51ba5e],.cars__head .cars_head-filters[data-v-dd51ba5e]{display:flex;gap:10px}.cars__head .cars__head-contols .main-label[data-v-dd51ba5e]{position:relative}.cars__head .cars__head-contols .main-label[data-v-dd51ba5e]:after{background:#fff;border-radius:100%;color:var(--main-color);content:"⌄";font-size:20px;padding:3px 4px;pointer-events:none;position:absolute;right:10px;text-align:center;top:6px}.cars__head .cars__head-contols .main-label .main-select[data-v-dd51ba5e]{background:#fff;border:1px solid var(--main-color);border-radius:20px;color:var(--main-color);font-size:16px;font-weight:700;min-width:200px;padding:10px 35px 10px 20px;width:100%}.cars__head .cars__head-contols.filters[data-v-dd51ba5e]{color:var(--main-color)}@media screen and (max-width:768px){.cars__head[data-v-dd51ba5e]{align-items:start;flex-direction:column;gap:15px;justify-content:start}}.thumbnails li[data-v-111f30e4]{margin:10px}.carousel__track[data-v-111f30e4]{height:100%}.special__slider[data-v-111f30e4]{max-width:95vw}.carousel__pagination[data-v-111f30e4]{bottom:20px;flex-wrap:wrap;padding:0 20px;position:absolute;width:100%}.empty-gallery img[data-v-111f30e4]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.pre-hydration[data-v-111f30e4] .carousel__slide--clone{display:none}.car[data-v-22ee3947]{background:#f7f7f7;border:1px solid #9f9f9f;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:0;min-width:280px;overflow:hidden;position:relative;transition:.3s;width:100%}.car[data-v-22ee3947]:hover{box-shadow:var(--box-shadow);transition:.3s}.car .car__info[data-v-22ee3947]{padding:15px}.car .car__info .car__title[data-v-22ee3947]{display:flex;flex-direction:column;line-height:normal}.car .car__info .car__title .name[data-v-22ee3947]{font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.car .car__info .car__title .configuration[data-v-22ee3947]{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:15px}.car .car__info .car__params[data-v-22ee3947]{margin:10px 0}.car .car__info .car__params .car__params-list[data-v-22ee3947]{color:#a7a7a7;display:flex;flex-wrap:wrap;gap:8px}.car .car__info .car__params .car__params-list .car__param[data-v-22ee3947]{position:relative}.car .car__info .car__params .car__params-list .car__param[data-v-22ee3947]:before{content:"🞄";font-size:14px;margin-right:2px}.car .car__info .car__percent[data-v-22ee3947]{border:2px solid var(--main-color);border-radius:15px;color:var(--main-color);margin-bottom:10px;padding:5px 10px;width:-moz-fit-content;width:fit-content}.car .car__info .car__more-link[data-v-22ee3947]{background:var(--main-color);border:1px solid var(--main-color);border-radius:10px;color:#fff;padding:15px;text-align:center;transition:.3s;width:auto}.car .car__info .car__more-link[data-v-22ee3947]:hover{background:transparent;color:var(--main-color);transition:.3s}.car .car__info .car__price[data-v-22ee3947]{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.car .car__info .car__price .car__price-month[data-v-22ee3947]{font-size:var(--standart-size);margin-top:3px}@media screen and (max-width:400px){.car .car__info .car__price .car__price-month[data-v-22ee3947]{font-size:14px}}.car .car__info .car__price .car__price-month span[data-v-22ee3947]{color:var(--main-color)}.car .car__info .car__price .car__price-current[data-v-22ee3947]{color:var(--main-color);font-size:18px;font-weight:700;line-height:normal}.car .car__info .car__price .car__price-old[data-v-22ee3947]{color:#b0b0b0;margin-left:10px;text-decoration:line-through}.car .car__controls[data-v-22ee3947]{display:grid;flex-direction:column;gap:10px;padding:0 15px 15px;width:100%}.car .car__img[data-v-22ee3947]{border-top-left-radius:4px;border-top-right-radius:4px;height:auto;overflow:hidden;position:relative;width:100%}.car .car__img .car__slider .car__slider-wrapper[data-v-22ee3947]{display:flex;height:auto;overflow:hidden;position:relative}@media screen and (max-width:768px){.car .car__img .car__slider .car__slider-wrapper[data-v-22ee3947]{display:none;height:auto}}.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-22ee3947]{align-items:flex-end;display:flex;height:220px;overflow:hidden;padding:0;width:100%}@media screen and (max-width:1250px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-22ee3947]{height:260px}}@media screen and (max-width:1130px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-22ee3947]{height:230px}}@media screen and (max-width:1050px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-22ee3947]{height:230px}}@media screen and (max-width:600px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-22ee3947]{height:200px}}.car .car__img .car__slider .car__slider-wrapper .slider__item img[data-v-22ee3947]{height:auto;max-height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.car .car__img .car__slider .car__slider-wrapper .second img[data-v-22ee3947]{-o-object-fit:contain;object-fit:contain}.car .car__img .car__slider .car__slider-wrapper .slider__overflow[data-v-22ee3947]{background:transparent;height:100%;position:absolute;width:100%}.car .car__img .car__slider .car__slider-wrapper .slider__overflow .slider__overflow-list[data-v-22ee3947]{background:transparent;display:flex;height:100%;width:100%}.car .car__img .car__slider .car__slider-wrapper .slider__overflow .slider__overflow-list .slider__overflow-item[data-v-22ee3947]{background:transparent;border-bottom:5px solid #fff}.car .car__img .car__slider .car__slider-wrapper .slider__overflow .slider__overflow-list .active[data-v-22ee3947]{border-bottom:5px solid var(--main-color)}.car .car__img .car__slider .car__slider-wrapper.mobile[data-v-22ee3947]{display:none}@media screen and (max-width:768px){.car .car__img .car__slider .car__slider-wrapper.mobile[data-v-22ee3947]{display:block}}.car .car__img .car__stickers[data-v-22ee3947]{background:transparent;display:flex;justify-content:space-between;left:0;padding:0 10px;position:absolute;top:10px;width:100%;z-index:10}.car .car__img .car__stickers .sticker[data-v-22ee3947]{background:#fff;border-radius:20px;font-size:var(--small-size);line-height:normal;padding:6px 8px;text-align:center;z-index:1}.car .car__img .car__stickers .available[data-v-22ee3947]{background:var(--secondary-color);color:#fff;display:none}.car .car__img .car__stickers .garantee[data-v-22ee3947]{background:var(--main-color);color:#fff}.car .car__img img[data-v-22ee3947]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.complectation__span[data-v-22ee3947]{color:var(--main-color)}.current-car[data-v-22ee3947],.recent[data-v-22ee3947]{display:none}.recent[data-v-22ee3947]{background:#fff;border-radius:20px;left:15px;padding:8px 12px;position:absolute;text-align:center;top:15px;z-index:100}.car__text[data-v-22ee3947]{display:flex;flex-direction:column;gap:15px;width:100%}.small[data-v-46abd656]{align-items:normal;align-items:center;background:#fff;border-radius:20px;display:flex;flex-direction:column;gap:10px;margin-top:20px}@media screen and (max-width:768px){.small[data-v-46abd656]{align-items:normal;display:flex;flex-direction:column}}.brand__list-block[data-v-8838bf51]{margin:0}.brands__section .section__header[data-v-8838bf51]{align-items:center;display:flex;flex-wrap:wrap;gap:30px}@media (max-width:767px){.brands__section .section__header[data-v-8838bf51]{gap:10px;margin-top:10px}}.brands__section .brand__list[data-v-8838bf51]{display:grid;gap:0;grid-template-columns:repeat(7,1fr)}@media screen and (max-width:1229px){.brands__section .brand__list[data-v-8838bf51]{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1023px){.brands__section .brand__list[data-v-8838bf51]{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:923px){.brands__section .brand__list[data-v-8838bf51]{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:767px){.brands__section .brand__list[data-v-8838bf51]{gap:15px 10px;grid-template-columns:repeat(3,1fr);margin:15px 0}}@media screen and (max-width:570px){.brands__section .brand__list[data-v-8838bf51]{gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:15px}}@media screen and (max-width:359px){.brands__section .brand__list[data-v-8838bf51]{grid-template-columns:repeat(2,1fr)}}.brands__section .brand__list .brand__item[data-v-8838bf51]{align-items:center;display:flex;height:50px;justify-content:space-between;opacity:.8;transition:all .3s ease;width:100%}@media screen and (max-width:767px){.brands__section .brand__list .brand__item[data-v-8838bf51]{filter:grayscale(0);opacity:1}}.brands__section .brand__list .brand__item .brand__link[data-v-8838bf51]{display:block;height:100%;width:100%}.brands__section .brand__list .brand__item .brand__link .brand__info[data-v-8838bf51]{align-items:center;display:flex;height:100%;max-width:160px;text-align:start;white-space:nowrap;width:100%}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info[data-v-8838bf51]{align-items:center;flex-direction:column;gap:5px!important;justify-content:center;text-align:start}}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span[data-v-8838bf51]{align-items:center;display:flex;gap:10px}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span p[data-v-8838bf51]{flex-wrap:nowrap}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span span[data-v-8838bf51]{margin-top:0}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span span[data-v-8838bf51]{margin-top:4px}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span[data-v-8838bf51]{align-items:center;display:flex;justify-content:center}}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__logo[data-v-8838bf51]{height:30px;max-width:50px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;width:100%}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info .brand__logo[data-v-8838bf51]{-o-object-position:center;object-position:center}}.brands__section .brand__list .brand__item .brand__link .brand__info p[data-v-8838bf51]{font-size:14px;line-height:20px;margin-bottom:3px;text-transform:capitalize}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info p[data-v-8838bf51]{font-weight:500;margin-bottom:-1px;text-align:center}}@media screen and (max-width:359px){.brands__section .brand__list .brand__item .brand__link .brand__info p[data-v-8838bf51]{text-transform:uppercase}}.brands__section .brand__list .brand__item .brand__link .brand__info span[data-v-8838bf51]{color:var(--main-color);font-size:16px;font-weight:300;line-height:18px;margin-bottom:5px}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info span[data-v-8838bf51]{text-align:center}}.brands__section .brand__list-btn[data-v-8838bf51]{background:#bdbdbd;border:1px solid #bdbdbd;border-radius:10px;color:var(--bg-light);display:flex;font-size:16px;font-weight:400;justify-self:self-end;line-height:20px;margin-top:30px;padding:15px 20px;transition:all .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (max-width:425px){.brands__section .brand__list-btn[data-v-8838bf51]{height:70px;margin-top:20px}}.brands__section .brand__list-btn[data-v-8838bf51]:hover{background:var(--bg-light);color:var(--main-black)}@keyframes gradientAnimation-8838bf51{0%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#cecece,#f1f1f1) border-box}25%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(180deg,#cecece,#f1f1f1) border-box}50%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(270deg,#cecece,#f1f1f1) border-box}75%{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(1turn,#cecece,#f1f1f1) border-box}to{background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#cecece,#f1f1f1) border-box}}.filter__body-select[data-v-fb829f3f]{flex-grow:1;position:relative}.filter__body-select .filter__body-select-reset[data-v-fb829f3f]{align-self:center;border-radius:10px;color:var(--main-black);cursor:pointer;display:flex;font-size:24px;justify-content:center;position:absolute;right:50px;text-align:center;top:50%;transform:translateY(-50%)}.filter__body-select .filter__body-select-reset .fa[data-v-fb829f3f],.filter__body-select .filter__body-select-reset .fa-regular[data-v-fb829f3f],.filter__body-select .filter__body-select-reset .fa-solid[data-v-fb829f3f],.filter__body-select .filter__body-select-reset i[data-v-fb829f3f]{height:100%}.filter__body-select .filter__body-select-reset[disabled][data-v-fb829f3f]{display:none}.filter__body-select[data-v-fb829f3f]:after{background:#fff;border-radius:100%;color:red;content:"⌄";padding:3px 4px;pointer-events:none;position:absolute;right:10px;text-align:center;top:50%;transform:translateY(-50%)}@media screen and (max-width:500px){.filter__body-select[data-v-fb829f3f]{grid-column-start:1}}.filter__body-select select[data-v-fb829f3f]{background:transparent;border:var(--border);border-radius:10px;color:var(--main-black);min-width:210px;padding:15px;width:100%}.filter__body-select select option[data-v-fb829f3f]{padding:5px}.filter__body-select select.active[data-v-fb829f3f]{font-weight:700}.wide[data-v-fb829f3f]{grid-column-end:3;grid-column-start:1}.filter .filter__button-mobile[data-v-df8af1ac]{background:#f6f6f6;border-radius:20px;cursor:pointer;display:none;gap:10px;margin-top:15px;padding:13px 15px;white-space:nowrap;width:48%}@media screen and (max-width:768px){.filter .filter__button-mobile[data-v-df8af1ac]{display:inline-flex}}.filter .filter__content[data-v-df8af1ac]{border-radius:20px;display:none;flex-direction:column;gap:20px;margin-top:15px}@media screen and (min-width:768px){.filter .filter__content[data-v-df8af1ac]{display:flex}}.filter .filter__content .filter__header[data-v-df8af1ac]{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:540px){.filter .filter__content .filter__header[data-v-df8af1ac]{flex-wrap:wrap}}.filter .filter__content .filter__header-reset[data-v-df8af1ac]{align-items:center;background:#9f9f9f;border-radius:var(--border-input-radius);color:#fff;display:flex;gap:10px;justify-content:center;padding:10px 15px}.filter .filter__content .filter__header-reset .filter__header-reset-icon[data-v-df8af1ac]{align-items:center;background:#9f9f9f;border:2px solid #fff;border-radius:100%;color:#fff;display:flex;height:25px;justify-content:center;width:25px}@media screen and (max-width:540px){.filter .filter__content .filter__header-reset[data-v-df8af1ac]{margin-top:15px}}.filter .filter__content .filter__body-selects[data-v-df8af1ac]{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media screen and (max-width:1300px){.filter .filter__content .filter__body-selects[data-v-df8af1ac]{grid-template-columns:1fr 1fr}}@media screen and (max-width:1200px){.filter .filter__content .filter__body-selects[data-v-df8af1ac]{gap:10px;grid-template-columns:1fr}}@media screen and (max-width:768px){.filter .filter__content .filter__body-selects[data-v-df8af1ac]{display:none;padding-top:0}}.filter .filter__content .filter__body-selects .filter__body-column[data-v-df8af1ac]{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo[data-v-df8af1ac]{display:flex;gap:10px;grid-column:1/span 3;width:100%}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .drive-select[data-v-df8af1ac]{flex:1;min-width:0}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .drive-select[data-v-df8af1ac] .select{height:100%;min-height:48px;width:100%}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{align-items:center;display:flex;flex:2;margin:0;max-width:450px;min-width:0;padding:12px 15px}@media screen and (max-width:1380px){.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{max-width:400px}}@media screen and (max-width:1330px){.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{max-width:350px}}@media screen and (max-width:1290px){.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{max-width:320px}}@media screen and (max-width:1250px){.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{max-width:300px}}@media screen and (max-width:1230px){.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{max-width:250px}}@media screen and (max-width:1200px){.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{max-width:450px}}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input input[data-v-df8af1ac]{background:transparent;border:none;outline:none;width:48%}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input input[data-v-df8af1ac]::-moz-placeholder{color:#767676;font-size:14px}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input input[data-v-df8af1ac]::placeholder{color:#767676;font-size:14px}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input .separator[data-v-df8af1ac]{color:#9f9f9f;padding:0 5px}.filter .filter__content .filter__body-selects .filter__body-column .semi-wide[data-v-df8af1ac]{grid-column:1/span 2}.filter .filter__content .filter__body-selects .filter__body-column .filter__header-reset[data-v-df8af1ac]{grid-column:3;margin-top:0}@media screen and (max-width:660px){.filter .filter__content .filter__body-selects .filter__body-column[data-v-df8af1ac]{-moz-column-gap:0;column-gap:0;grid-template-columns:1fr;row-gap:10px}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo[data-v-df8af1ac]{flex-direction:column;grid-column:1}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .drive-select[data-v-df8af1ac],.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-df8af1ac]{width:100%}.filter .filter__content .filter__body-selects .filter__body-column .filter__header-reset[data-v-df8af1ac],.filter .filter__content .filter__body-selects .filter__body-column .semi-wide[data-v-df8af1ac]{grid-column:1}}.filter .filter__content .filter__body-selects .filter__body-column.more[data-v-df8af1ac]{margin-top:0}.filter .filter__content .filter__body-selects .filter__body-select[data-v-df8af1ac]{position:relative}.filter .filter__content .filter__body-selects .filter__body-select[data-v-df8af1ac]:after{align-items:center;border-radius:100%;color:#9f9f9f;content:"⌄";display:flex;height:26px;justify-content:center;pointer-events:none;position:absolute;right:15px;text-align:center;top:50%;transform:translateY(-50%);transition:color .3s;width:26px}.filter .filter__content .filter__body-selects .filter__body-select[data-v-df8af1ac]:not(:disabled):after{color:var(--main-color)}select:disabled+.filter .filter__content .filter__body-selects .filter__body-select[data-v-df8af1ac]:after{opacity:.5}@media screen and (max-width:660px){.filter .filter__content .filter__body-selects .filter__body-select[data-v-df8af1ac]{grid-column-start:1}}.filter .filter__content .filter__body-selects .filter__body-select select[data-v-df8af1ac]{background:#fff;border-radius:20px;color:#767676;min-width:210px;padding:15px;width:100%}.filter .filter__content .filter__body-selects .filter__body-select select option[data-v-df8af1ac]{padding:5px}.filter .filter__content .filter__body-selects .filter__body-select select.active[data-v-df8af1ac]{font-weight:700}.filter .filter__content .filter__body-selects .filter__body-show[data-v-df8af1ac]{background:#f6f6f6;border-radius:20px;display:inline-block;font-size:16px;padding:10px 15px;width:-moz-max-content;width:max-content}.filter .filter__content .filter__body-selects .semi-wide[data-v-df8af1ac]{grid-column-end:3;grid-column-start:1}.filter .filter__content .filter__body-selects .wide[data-v-df8af1ac]{grid-column-end:4;grid-column-start:1}.filter .filter__content .filter__body-selects .filter__body-input[data-v-df8af1ac]{background:#fff;border:var(--border);border-radius:10px!important;border-radius:var(--border-input-radius);color:#767676;display:flex;min-width:210px;padding:15px;width:100%}.filter .filter__content .filter__body-selects .filter__body-input .separator[data-v-df8af1ac]{padding:0 5px}.filter .filter__content .filter__body-selects .filter__body-input input[data-v-df8af1ac]{width:49%}.filter .filter__content .filter__body-selects .filter__body-input input[data-v-df8af1ac]:last-child{text-align:end}.filter .filter__content .filter__body-selects .filter__body-button[data-v-df8af1ac]{background:var(--main-color);border:none;border-radius:var(--border-input-radius);color:#fff;font-weight:700}.filter .filter__content .filter__body-selects.mobile[data-v-df8af1ac]{display:none;gap:10px}@media screen and (max-width:768px){.filter .filter__content .filter__body-selects.mobile[data-v-df8af1ac]{display:grid}}.filter .filter__content .filter__body-bodies[data-v-df8af1ac]{border:none;display:grid;gap:20px;grid-template-columns:repeat(8,1fr)}@media screen and (max-width:1200px){.filter .filter__content .filter__body-bodies[data-v-df8af1ac]{display:none}}.filter .filter__content .filter__body-bodies .filter__body-body[data-v-df8af1ac]{align-items:center;border:none;border-radius:20px;cursor:pointer;display:inline-flex;flex-direction:column;gap:10px;justify-content:center;padding:20px 25px;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body p[data-v-df8af1ac]{font-size:14px;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body[data-v-df8af1ac]:hover{border:2px solid var(--main-black);transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body:hover p[data-v-df8af1ac]{font-weight:700;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body img[data-v-df8af1ac]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.filter .filter__content .filter__body-controls[data-v-df8af1ac]{display:flex;flex-wrap:wrap;gap:10px;padding-top:20px}@media screen and (max-width:540px){.filter .filter__content .filter__body-controls[data-v-df8af1ac]{gap:5px}}.filter .filter__content .filter__body-controls .controls__item[data-v-df8af1ac]{background:#fff;border-radius:20px;cursor:pointer;padding:8px 14px;transition:.3s}.filter .filter__content .filter__body-controls .controls__item[data-v-df8af1ac]:hover{background:var(--main-black);color:var(--bg-light);transition:.3s}@media screen and (max-width:540px){.filter .filter__content .filter__body-controls .controls__item[data-v-df8af1ac]{font-size:14px;padding:8px}}.filter .filter__content.active[data-v-df8af1ac]{display:flex;margin:10px 0}select[data-v-df8af1ac]:disabled{opacity:.5}.filter__mobile[data-v-df8af1ac]{align-items:center;display:flex;gap:5px;margin-bottom:10px;width:100%}.filter__mobile-reset[data-v-df8af1ac]{background:#f6f6f6;border-radius:20px;color:#000;cursor:pointer;display:none;font-size:14px;gap:10px;margin-top:15px;padding:13px 15px;white-space:nowrap;width:48%}@media screen and (max-width:768px){.filter__mobile-reset[data-v-df8af1ac]{display:inline-flex}}.cars[data-v-de9b2d79]{scroll-margin-top:15vh}.cars .cars__content[data-v-de9b2d79]{display:flex;flex-direction:column;margin-top:15px}.cars .cars__content .cars__more[data-v-de9b2d79]{display:flex;justify-content:center;padding-top:25px}.cars .cars__content .cars__more .cars__more-button[data-v-de9b2d79]{border:2px solid var(--main-color);border-radius:10px;color:var(--main-color);width:300px}.cars .cars__content .cars__more .cars__more-button[data-v-de9b2d79]:hover:not(.disabled){background-color:var(--main-color);border-color:var(--main-color);color:#fff}.cars .cars__content .cars__more .cars__more-button.disabled[data-v-de9b2d79]{opacity:.5;pointer-events:none}[data-v-8f679761] .base-button{height:50px}.base-submit[data-v-8f679761] *{opacity:1!important;pointer-events:auto;position:relative;z-index:10}.base-form-fields[data-v-8f679761]{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:15px;max-height:40px}@media (max-width:768px){.base-form-fields[data-v-8f679761]{flex-direction:column}}.base-form-fields [data-v-8f679761] .form-input{flex:1;min-width:200px}[data-v-8f679761] .wrap{align-items:center;display:block;text-wrap:wrap}@media screen and (max-width:768px){[data-v-8f679761] .wrap{display:none}}.base-form__title[data-v-8f679761]{font-size:18px;margin-bottom:10px;margin-left:10px}.base-form[data-v-8f679761]{color:#000!important}.error[data-v-8f679761]{color:red;font-size:.8em}.submit-block[data-v-8f679761]{display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:1fr}.error-block[data-v-8f679761],.submit-block[data-v-8f679761]{grid-column-end:3;grid-column-start:1}.error-block[data-v-8f679761]{display:flex}.form-comp[data-v-8f679761]{max-width:500px}.contact__form-form[data-v-38a71594]{display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:20px 0;z-index:1000}@media screen and (max-width:767px){.contact__form-form[data-v-38a71594]{display:flex;flex-direction:column}}.contact__form-form .contact__form-submit[data-v-38a71594]{background:var(--main-color);border-radius:10px;color:#000;font-weight:700;padding:15px}[data-v-38a71594] .base-input{height:40px}.column[data-v-38a71594]{gap:15px;grid-template-columns:1fr}.base-form.express__form[data-v-38a71594]{align-items:start;display:flex;gap:10px}@media screen and (max-width:1000px){.base-form.express__form[data-v-38a71594]{flex-direction:column}}.base-form.brand__form[data-v-38a71594]{display:flex;flex-direction:column;gap:10px;padding:0;width:100%}.brand__form .base-input{color:#000}.banner[data-v-fe1c1d40]:before{background-color:#5a5a5a59;border-radius:var(--border-radius);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}@media screen and (max-width:500px){[data-v-fe1c1d40] .form__check{position:relative;top:25px}}.callback__section .container[data-v-fe1c1d40]{background:transparent;padding:0}.callback__section .banner[data-v-fe1c1d40]{background:url(/images/banner2.webp) no-repeat 30% 45%;background-size:100%;border-radius:var(--border-radius);margin:0 auto;max-width:1400px;padding:20px;position:relative}@media screen and (max-width:1100px){.callback__section .banner[data-v-fe1c1d40]{background-size:220%}}@media screen and (max-width:740px){.callback__section .banner[data-v-fe1c1d40]{background:url(/images/banner2.webp) no-repeat 25% 50%;background-size:250%}}@media screen and (max-width:540px){.callback__section .banner[data-v-fe1c1d40]{background-size:400%;padding:0}}.callback__section .white-container[data-v-fe1c1d40]{background:#fff;border-radius:var(--border-radius);margin-left:auto;margin-right:0;max-width:500px;opacity:.9;padding:20px;z-index:1}@media screen and (max-width:767px){.callback__section .white-container[data-v-fe1c1d40]{margin-left:0;max-width:100%;padding:30px}}@media screen and (max-width:540px){.callback__section .white-container[data-v-fe1c1d40]{border-bottom:1px solid var(--main-color);border-radius:0;border-top:1px solid var(--main-color);opacity:.8;padding:20px}}.callback__section .callback__content[data-v-fe1c1d40]{background:none;color:var(--main-black);display:flex;flex-direction:column;position:relative;z-index:9999999}@media screen and (max-width:540px){.callback__section .callback__content[data-v-fe1c1d40]{color:var(--bg-light)}}.callback__section .callback__content .callback__title[data-v-fe1c1d40]{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:30px;padding-left:12px;position:relative}.callback__section .callback__content .callback__title[data-v-fe1c1d40]:before{background-color:#fa3034;border-radius:2px;bottom:4px;content:"";left:0;position:absolute;top:4px;width:4px}.callback__section .callback__content .callback__title h2[data-v-fe1c1d40]{color:var(--main-black);font-size:22px;font-weight:700;margin-bottom:10px}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h2[data-v-fe1c1d40]{color:var(--main-black)}}.callback__section .callback__content .callback__title h3[data-v-fe1c1d40]{font-size:18px;font-weight:400}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h3[data-v-fe1c1d40]{color:var(--main-black)}}.callback__section .callback__mob-img[data-v-fe1c1d40]{display:none}@media screen and (max-width:540px){.callback__section .callback__mob-img[data-v-fe1c1d40]{background:url(/images/callback__form-bg.webp) no-repeat 80% 50%;background-size:cover;display:block;height:260px;margin-left:-20px;margin-right:-20px}}.callback__section .callback__form[data-v-fe1c1d40]{display:flex;flex-direction:column;gap:12px;z-index:999999}@media screen and (max-width:767px){.callback__section .callback__form[data-v-fe1c1d40]{gap:30px}}.callback__section .callback__form input[type=tel][data-v-fe1c1d40],.callback__section .callback__form input[type=text][data-v-fe1c1d40]{background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#000;font-size:14px;padding:14px 16px;transition:border .3s;width:100%}.callback__section .callback__form input[type=tel][data-v-fe1c1d40]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-fe1c1d40]::-moz-placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-fe1c1d40]::placeholder,.callback__section .callback__form input[type=text][data-v-fe1c1d40]::placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-fe1c1d40]:focus,.callback__section .callback__form input[type=text][data-v-fe1c1d40]:focus{border-color:#e2001a;outline:none}@media screen and (max-width:540px){.callback__section .callback__form input[type=tel][data-v-fe1c1d40],.callback__section .callback__form input[type=text][data-v-fe1c1d40]{background-color:#ffffff26;border-color:var(--bg-light);color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-fe1c1d40]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-fe1c1d40]::-moz-placeholder{color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-fe1c1d40]::placeholder,.callback__section .callback__form input[type=text][data-v-fe1c1d40]::placeholder{color:var(--bg-light)}}.callback__section .callback__form .callback__form-btn[data-v-fe1c1d40]{background-color:#e2001a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:14px;transition:.3s}.callback__section .callback__form .callback__form-btn[data-v-fe1c1d40]:hover{background-color:#b80016}@media screen and (max-width:540px){.callback__section .callback__form .callback__form-btn[data-v-fe1c1d40]{background-color:var(--secondary-color)}}.callback__section .callback__form .form-checkbox[data-v-fe1c1d40]{align-items:center;display:flex;font-size:14px;margin-top:6px}.callback__section .callback__form .form-checkbox input[type=checkbox][data-v-fe1c1d40]{accent-color:#e2001a;margin-right:8px}.callback__section .callback__form .form-checkbox a[data-v-fe1c1d40]{color:#e2001a;text-decoration:underline}.callback__section .callback__form .form-checkbox a[data-v-fe1c1d40]:hover{text-decoration:none}@media screen and (max-width:540px){.callback__section .callback__form .form-checkbox[data-v-fe1c1d40],.callback__section .callback__form .form-checkbox a[data-v-fe1c1d40]{color:var(--bg-light)}}[data-v-fe1c1d40] .form-input{border:1px solid var(--main-color)!important;color:#000!important}[data-v-fe1c1d40] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-fe1c1d40] .form-input::placeholder{color:#000!important;opacity:.8!important}.title[data-v-814acfc5]{font-size:22px;margin:0 auto 20px;max-width:1440px;padding:0 20px}@media screen and (max-width:540px){.title[data-v-814acfc5]{padding:0 10px}}.sale__section[data-v-814acfc5]{padding:20px 0;position:relative}.sale__block[data-v-814acfc5]{display:grid;gap:20px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1440px;padding:0 15px}@media screen and (max-width:1200px){.sale__block[data-v-814acfc5]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.sale__block[data-v-814acfc5]{grid-template-columns:1fr;padding:0 10px}}.sale__card[data-v-814acfc5]{border-radius:8px;display:flex;flex-direction:column;gap:10px;overflow:hidden;transition:transform .3s ease}.sale__card[data-v-814acfc5]:hover{transform:translateY(-5px)}.sale__img[data-v-814acfc5]{background:var(--main-color);border-radius:8px;min-height:200px;overflow:hidden;position:relative}.sale__img[data-v-814acfc5]:before{background:linear-gradient(180deg,#0000004d,#0000001a);border-radius:8px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:1}.image-container[data-v-814acfc5]{height:220px;overflow:hidden;position:relative;width:100%;z-index:10}.image-container span[data-v-814acfc5]{color:#fff;font-size:24px;left:10px;position:absolute;top:10px}.image-container img[data-v-814acfc5]{display:block;height:100%;margin-top:20px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;padding:40px;width:100%}.image-container img[data-v-814acfc5]:not([src]),.image-container img[src=""][data-v-814acfc5]{display:none}.image-container.image-error[data-v-814acfc5]{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.image-container.image-error img[data-v-814acfc5]{display:none}.image-fallback[data-v-814acfc5]{align-items:center;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;padding:20px;position:absolute;text-align:center;top:0;width:100%;z-index:2}.image-fallback .fa[data-v-814acfc5],.image-fallback .fa-regular[data-v-814acfc5],.image-fallback .fa-solid[data-v-814acfc5],.image-fallback i[data-v-814acfc5]{font-size:48px;margin-bottom:10px;opacity:.7}.image-fallback span[data-v-814acfc5]{display:-webkit-box;font-size:16px;font-weight:500;max-width:100%;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}.sale__text-container[data-v-814acfc5]{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:3}.sale__img-title[data-v-814acfc5]{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:20px;color:#fff;font-size:14px;font-weight:500;left:15px;padding:8px 15px;pointer-events:none;position:absolute;text-shadow:1px 1px 2px rgba(0,0,0,.8);top:15px}.sale__form[data-v-814acfc5]{background:#fff;gap:10px;justify-content:space-between}.sale__form[data-v-814acfc5],.sale__form .button-info[data-v-814acfc5]{align-items:center;display:flex;width:100%}.sale__form .button-info[data-v-814acfc5]{background:var(--main-color);border:2px solid var(--main-color);border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;justify-content:center;padding:12px 8px;transition:all .3s}.sale__form .button-info[data-v-814acfc5]:hover{background-color:#f8f8f8;border-color:var(--main-color);color:var(--main-color)}.sale__form .button-form[data-v-814acfc5]{align-items:center;background:var(--main-color);border:2px solid var(--main-color);border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;justify-content:center;padding:12px 8px;transition:all .3s;width:65%}.sale__form .button-form[data-v-814acfc5]:hover{background-color:#fff;color:var(--main-color)}.modal-overlay[data-v-814acfc5]{align-items:center;animation:fadeIn-814acfc5 .3s ease;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes fadeIn-814acfc5{0%{opacity:0}to{opacity:1}}.modal-content[data-v-814acfc5]{animation:slideUp-814acfc5 .3s ease;background:#fff;border-radius:12px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2.5rem;position:relative;width:100%}.modal-content.info-modal[data-v-814acfc5]{max-width:600px}@keyframes slideUp-814acfc5{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-close[data-v-814acfc5]{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;padding:5px;position:absolute;right:15px;top:15px;transition:color .3s}.modal-close[data-v-814acfc5]:hover{color:#000}.modal-title[data-v-814acfc5]{color:var(--main-color);font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:1.5rem;text-align:center}.modal-description[data-v-814acfc5]{color:#555;font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.modal-description p[data-v-814acfc5]{margin:0}.modal-button[data-v-814acfc5]{background:var(--main-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:1rem;padding:14px;transition:background-color .3s;width:100%}.modal-button[data-v-814acfc5]:hover{background-color:var(--main-color-dark,var(--main-color))}@media (max-width:767px){.sale__block[data-v-814acfc5]{gap:15px;grid-template-columns:1fr}.sale__img-title[data-v-814acfc5]{font-size:13px;left:10px;padding:6px 12px;top:10px}.image-container[data-v-814acfc5],.sale__img img[data-v-814acfc5]{height:180px}.sale__form .button-form[data-v-814acfc5],.sale__form .button-info[data-v-814acfc5]{font-size:13px;padding:10px 6px}.modal-content[data-v-814acfc5]{padding:1.5rem}.modal-title[data-v-814acfc5]{font-size:1.2rem;margin-bottom:1rem}}@media (max-width:480px){.image-container[data-v-814acfc5],.sale__img img[data-v-814acfc5]{height:160px}.modal-content[data-v-814acfc5]{padding:1.2rem}.modal-title[data-v-814acfc5]{font-size:1.1rem}}@media screen and (max-width:768px){.container[data-v-dac9ea06]{padding:0!important}}.carousel__next[data-v-dac9ea06],.carousel__prev[data-v-dac9ea06]{pointer-events:auto!important;z-index:10}.modal-overlay[data-v-dac9ea06]{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content[data-v-dac9ea06]{background-color:#fff;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:90%}.modal-close[data-v-dac9ea06]{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-title[data-v-dac9ea06]{margin-bottom:1.5rem;text-align:center}.main__slider .home__slider[data-v-dac9ea06]{border-radius:var(--border-radius);overflow:hidden;position:relative}@media screen and (max-width:768px){.main__slider .home__slider[data-v-dac9ea06]{border-radius:0}}.main__slider .carousel__slide[data-v-dac9ea06]{height:400px;position:relative;width:100%;z-index:2}@media screen and (max-width:768px){.main__slider .carousel__slide[data-v-dac9ea06]{height:300px}}.main__slider .carousel__slide[data-v-dac9ea06]:before{background:linear-gradient(270deg,rgba(0,0,0,.75),rgba(0,0,0,.55) 39%,transparent 90%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.main__slider .carousel__slide .slide__img[data-v-dac9ea06]{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:0 75%;object-position:0 75%;position:absolute;right:0;top:0;width:100%;z-index:-1}@media screen and (max-width:768px){.main__slider .carousel__slide .slide__img1[data-v-dac9ea06]{-o-object-position:40% 50%;object-position:40% 50%}}.main__slider .carousel__slide .slider__content[data-v-dac9ea06]{background:transparent;display:flex;height:100%;justify-content:flex-end;padding:50px 100px;width:100%}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content[data-v-dac9ea06]{justify-content:flex-start;padding:20px}}.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06]{align-items:flex-end;color:var(--bg-light);display:flex;flex-direction:column;gap:15px;height:100%;justify-content:center;max-width:620px;padding:100px 0;position:relative;text-align:right}@media screen and (max-width:1024px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06]{padding:50px 0}}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06]{align-items:start;justify-content:start;max-width:100%;padding:20px 0;text-align:start}}.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-dac9ea06]{font-size:22px;font-weight:700;line-height:40px;margin-bottom:20px;margin-top:10px;text-align:right;white-space:nowrap}@media screen and (max-width:980px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-dac9ea06]{text-align:right;white-space:wrap}}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-dac9ea06]{font-size:20px;line-height:36px;margin-top:0;text-align:start}}@media screen and (max-width:520px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-dac9ea06]{font-size:20px;line-height:30px;text-align:start;top:65px}}@media screen and (max-width:420px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-dac9ea06]{font-size:16px;line-height:20px;text-align:start}}.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-dac9ea06]{font-size:34px;font-weight:400;line-height:auto;text-align:right}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-dac9ea06]{text-align:start}}@media screen and (max-width:520px){.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-dac9ea06]{font-size:30px;font-weight:700;line-height:30px;text-align:start}}@media screen and (max-width:420px){.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-dac9ea06]{font-size:22px;line-height:24px;text-align:start}}.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn{align-items:center;background:var(--main-color);border:1px solid var(--main-color);border-radius:7px;color:#fff;display:flex;justify-content:center;margin-top:0;padding:20px 25px;transition:all .3s ease;width:300px}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn{align-self:center;display:flex!important}}@media screen and (max-width:620px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn{bottom:30px;padding:10px 15px;position:absolute;width:100%}}@media screen and (max-width:375px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn{width:100%}}.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn:hover{background:transparent}.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn:hover p{color:#fff}.main__slider .carousel__slide .slider__content .carousel__item[data-v-dac9ea06] .slider__btn p{background:transparent;font-size:16px;font-weight:500;line-height:18px}.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-dac9ea06],.main__slider .carousel__slide .slider__content .carousel__item .slider__btn[data-v-dac9ea06]{align-items:center;align-self:flex-end;background:var(--main-color);border:1px solid var(--main-color);border-radius:7px;color:#fff;display:flex;justify-content:center;margin-top:0;padding:20px 25px;transition:all .3s ease;width:300px}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-dac9ea06],.main__slider .carousel__slide .slider__content .carousel__item .slider__btn[data-v-dac9ea06]{align-self:center;display:flex!important}}@media screen and (max-width:620px){.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-dac9ea06],.main__slider .carousel__slide .slider__content .carousel__item .slider__btn[data-v-dac9ea06]{bottom:30px;padding:10px 15px;position:absolute;width:100%}}@media screen and (max-width:375px){.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-dac9ea06],.main__slider .carousel__slide .slider__content .carousel__item .slider__btn[data-v-dac9ea06]{width:100%}}.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-dac9ea06]:hover,.main__slider .carousel__slide .slider__content .carousel__item .slider__btn[data-v-dac9ea06]:hover{background:transparent}.main__slider .carousel__slide .slider__content .carousel__item .slide__link:hover p[data-v-dac9ea06],.main__slider .carousel__slide .slider__content .carousel__item .slider__btn:hover p[data-v-dac9ea06]{color:#fff}.main__slider .carousel__slide .slider__content .carousel__item .slide__link p[data-v-dac9ea06],.main__slider .carousel__slide .slider__content .carousel__item .slider__btn p[data-v-dac9ea06]{background:transparent;font-size:16px;font-weight:500;line-height:18px}.main__slider .carousel__next[data-v-dac9ea06],.main__slider .carousel__prev[data-v-dac9ea06]{display:flex;font-size:0;height:50px;padding:0;position:absolute;top:calc(50% - 10px);width:50px;z-index:1}@media screen and (max-width:768px){.main__slider .carousel__next[data-v-dac9ea06],.main__slider .carousel__prev[data-v-dac9ea06]{display:flex;height:44px;width:44px}}@media screen and (max-width:520px){.main__slider .carousel__next[data-v-dac9ea06],.main__slider .carousel__prev[data-v-dac9ea06]{opacity:.5}}.main__slider .carousel__prev[data-v-dac9ea06]{background:url(/svg/slider-left.svg) no-repeat 50%;background-size:contain;left:10px}@media screen and (max-width:520px){.main__slider .carousel__prev[data-v-dac9ea06]{opacity:.5}}.main__slider .carousel__next[data-v-dac9ea06]{background:url(/svg/slider-right.svg) no-repeat 50%;background-size:contain;right:10px}@media screen and (max-width:520px){.main__slider .carousel__next[data-v-dac9ea06]{opacity:.5}}.pre-hydration[data-v-dac9ea06] .carousel__slide--clone{display:none}.title[data-v-c3ea3a71]{font-size:var(--big-size);font-weight:700;line-height:normal;margin-bottom:30px}.margin-0[data-v-c3ea3a71]{margin:0}section.thank[data-v-9516ed1b]{align-items:center;display:flex;justify-content:center;min-height:80vh}@media screen and (max-width:768px){section.thank[data-v-9516ed1b]{align-items:start;margin-bottom:30px;min-height:auto}}section.thank .thank-content[data-v-9516ed1b]{align-items:center;display:flex;height:100%;justify-content:center;padding:0 20px;width:100%}section.thank .thank-content .thank-block[data-v-9516ed1b]{background:#fff;border-radius:20px;box-shadow:var(--box-shadow);display:flex;flex-direction:column;max-width:550px;overflow:hidden}section.thank .thank-content .thank-block .thank-block__text[data-v-9516ed1b]{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:30px 35px;text-align:center}section.thank .thank-content .thank-block .thank-block__text p[data-v-9516ed1b]{text-align:center}section.thank .thank-content .thank-block .thank-block__text .thank-block__icon[data-v-9516ed1b]{align-items:center;background:var(--secondary-color);border-radius:100%;color:#fff;display:inline-block;display:flex;font-size:30px;height:70px;justify-content:center;width:70px}section.thank .thank-content .thank-block .thank-block__link[data-v-9516ed1b]{align-items:center;background:var(--secondary-color);display:flex;justify-content:center;padding:45px}@media screen and (max-width:768px){section.thank .thank-content .thank-block .thank-block__link[data-v-9516ed1b]{padding:25px}}section.thank .thank-content .thank-block .thank-block__link .thank-back[data-v-9516ed1b]{border:3px solid #fff;border-radius:16px;color:#fff;font-weight:700;padding:15px 25px;text-align:center;transition:.3s}section.thank .thank-content .thank-block .thank-block__link .thank-back[data-v-9516ed1b]:hover{background:#fff;color:var(--secondary-color);transition:.3s}.default__item[data-v-f866f526]{border:2px solid #f5f5f5;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:space-between;padding:20px;text-align:center;transition:.3s}@media screen and (max-width:768px){.default__item[data-v-f866f526]{gap:5px;padding:10px}}.default__item .item__dropdown .dropdown__list[data-v-f866f526]{display:flex;flex-direction:column;gap:5px}.default__item .item__dropdown .dropdown__list .dropdown__item[data-v-f866f526]{border:1px solid #f5f5f5;border-radius:var(--border-small-radius);display:flex;flex-direction:column;padding:12px 8px;transition:.3s}.default__item .item__dropdown .dropdown__list .dropdown__item[data-v-f866f526]:hover{background:#f5f5f5;transition:.3s}.default__item .item__dropdown .dropdown__list .dropdown__item .title[data-v-f866f526]{cursor:pointer;display:flex;justify-content:space-between}.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow[data-v-f866f526]{align-items:center;color:var(--main-color);display:flex;gap:5px}@media screen and (max-width:768px){.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow[data-v-f866f526]{font-size:var(--small-size)}}.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa[data-v-f866f526],.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa-regular[data-v-f866f526],.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa-solid[data-v-f866f526],.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow i[data-v-f866f526]{font-size:14px;width:20px}@media screen and (max-width:768px){.default__item .item__dropdown .dropdown__list .dropdown__item .title .name[data-v-f866f526]{font-size:var(--small-size)}}.default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-f866f526]{border-radius:var(--border-small-radius);margin:5px 0;padding:10px 10px 10px 25px}@media screen and (max-width:768px){.default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-f866f526]{font-size:var(--small-size);margin:0;padding:5px 5px 5px 25px}}.default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-f866f526] li{list-style:disc;text-align:start}.default__item .item__params .params__list[data-v-f866f526]{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:1fr;list-style:none;padding:0;row-gap:0}.default__item .item__params .params__list li[data-v-f866f526]{align-items:center;display:flex;justify-content:space-between;padding:5px 0}.default__item .item__params .params__list li .value[data-v-f866f526]{order:2}.default__item .item__params .params__list li[data-v-f866f526]:after{background-color:#e6e8ec;content:"";display:block;flex-grow:1;height:1px;margin:0 8px;position:relative;top:5px}.default__item .item__contorls[data-v-f866f526]{display:grid;gap:5px;grid-template-columns:1fr 1fr}.default__item .item__name[data-v-f866f526]{font-weight:600;text-align:center}@media screen and (max-width:768px){.default__item .item__name[data-v-f866f526]{font-size:var(--small-size)}}.default__item img[data-v-f866f526]{height:120px;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:768px){.default__item img[data-v-f866f526]{height:80px}}.default__item .item__price[data-v-f866f526]{display:flex;flex-direction:column}.default__item .item__price .current[data-v-f866f526]{color:var(--secondary-color);font-weight:700}@media screen and (max-width:768px){.default__item .item__price .current[data-v-f866f526]{font-size:var(--standart-size)}}.default__item .item__price .old[data-v-f866f526]{font-size:var(--standart-size);text-decoration:line-through}@media screen and (max-width:768px){.default__item .item__price .old[data-v-f866f526]{font-size:var(--small-size)}}.modal[data-v-979cf9f2]{animation:fadeIn-979cf9f2 .3s ease-in-out}.modal .modal__dialog .modal__content[data-v-979cf9f2]{display:flex;flex-direction:column;height:90vh;min-height:90vh;padding:40px;width:60vw}@media screen and (max-width:1600px){.modal .modal__dialog .modal__content[data-v-979cf9f2]{width:90vw}}@media screen and (max-width:768px){.modal .modal__dialog .modal__content[data-v-979cf9f2]{padding:20px 10px;width:95vw}}.modal .modal__dialog .modal__content .modal__title[data-v-979cf9f2]{font-size:24px;font-weight:500;margin-bottom:20px}.modal .modal__dialog .modal__content .modal__steps[data-v-979cf9f2]{display:flex;flex-wrap:wrap;gap:5px}.modal .modal__dialog .modal__content .modal__steps .modal__step[data-v-979cf9f2]{border:var(--border);border-radius:var(--border-radius);cursor:not-allowed;font-size:var(--small-size);opacity:.4;padding:4px 10px;pointer-events:none}.modal .modal__dialog .modal__content .modal__steps .current[data-v-979cf9f2]{background:var(--secondary-color);color:#fff;cursor:pointer;opacity:1;pointer-events:auto}.modal .modal__dialog .modal__content .modal__steps .active[data-v-979cf9f2]{cursor:pointer;opacity:1;pointer-events:auto;transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content[data-v-979cf9f2]{height:-moz-max-content;height:max-content;margin-top:20px;overflow:auto;padding-right:10px}.modal .modal__dialog .modal__content .modal__steps-content[data-v-979cf9f2]::-webkit-scrollbar{width:5px}.modal .modal__dialog .modal__content .modal__steps-content[data-v-979cf9f2]::-webkit-scrollbar-track{background:#fff;border-radius:5px}.modal .modal__dialog .modal__content .modal__steps-content[data-v-979cf9f2]::-webkit-scrollbar-thumb{background:#5f5f5f94;border-radius:5px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item[data-v-979cf9f2]{border:2px solid #f5f5f5;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:space-between;padding:20px;text-align:center;transition:.3s}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item[data-v-979cf9f2]{gap:5px;padding:10px}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list[data-v-979cf9f2]{display:flex;flex-direction:column;gap:5px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item[data-v-979cf9f2]{display:flex;flex-direction:column}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title[data-v-979cf9f2]{cursor:pointer;display:flex;justify-content:space-between}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .name[data-v-979cf9f2]{background:red}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow[data-v-979cf9f2]{align-items:center;color:var(--main-color);display:flex;gap:5px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa[data-v-979cf9f2],.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa-regular[data-v-979cf9f2],.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa-solid[data-v-979cf9f2],.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow i[data-v-979cf9f2]{font-size:14px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-979cf9f2]{background:#f5f5f5;border-radius:var(--border-small-radius);margin:5px 0;padding:10px 10px 10px 25px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-979cf9f2] li{list-style:disc;text-align:start}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__params .params__list[data-v-979cf9f2]{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:1fr;list-style:none;padding:0;row-gap:0}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__params .params__list[data-v-979cf9f2]{font-size:var(--small-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__params .params__list li[data-v-979cf9f2]{align-items:center;display:flex;justify-content:space-between;padding:5px 0}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__params .params__list li .value[data-v-979cf9f2]{order:2}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__params .params__list li[data-v-979cf9f2]:after{background-color:#e6e8ec;content:"";display:block;flex-grow:1;height:1px;margin:0 8px;position:relative;top:5px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__contorls[data-v-979cf9f2]{display:grid;gap:5px;grid-template-columns:1fr 1fr}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__name[data-v-979cf9f2]{font-weight:600;text-align:center}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__name[data-v-979cf9f2]{font-size:var(--small-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item img[data-v-979cf9f2]{height:120px;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item img[data-v-979cf9f2]{height:80px}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price[data-v-979cf9f2]{display:flex;flex-direction:column}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price .current[data-v-979cf9f2]{color:var(--secondary-color);font-weight:700}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price .current[data-v-979cf9f2]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price .old[data-v-979cf9f2]{font-size:var(--standart-size);text-decoration:line-through}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price .old[data-v-979cf9f2]{font-size:var(--small-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__list[data-v-979cf9f2]{align-items:baseline;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1100px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__list[data-v-979cf9f2]{gap:10px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:540px){.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__list[data-v-979cf9f2]{grid-template-columns:1fr}}.modal .modal__dialog .modal__content .modal__steps-content .brands__list[data-v-979cf9f2]{display:grid;gap:15px;grid-template-columns:repeat(4,1fr)}@media screen and (max-width:1200px){.modal .modal__dialog .modal__content .modal__steps-content .brands__list[data-v-979cf9f2]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .brands__list[data-v-979cf9f2]{gap:10px;grid-template-columns:repeat(2,1fr)}}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item[data-v-979cf9f2]{align-items:center;background:#f5f5f5;border:2px solid #f5f5f5;border-radius:var(--border-small-radius);cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:center;padding:15px 20px;transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item[data-v-979cf9f2]:hover{border:2px solid var(--secondary-color);transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item .item__image img[data-v-979cf9f2]{height:50px;-o-object-fit:contain;object-fit:contain;width:100%}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item .item__name[data-v-979cf9f2]{align-items:center;display:flex;flex-direction:column;gap:5px;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item .item__name .title[data-v-979cf9f2]{font-weight:600}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item .item__name .count[data-v-979cf9f2]{font-size:var(--small-size)}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .active[data-v-979cf9f2]{border:2px solid var(--secondary-color)}.modal .modal__dialog .modal__content .modal__steps-content .grid__template-list[data-v-979cf9f2]{display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:540px){.modal .modal__dialog .modal__content .modal__steps-content .grid__template-list[data-v-979cf9f2]{gap:10px;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:360px){.modal .modal__dialog .modal__content .modal__steps-content .grid__template-list[data-v-979cf9f2]{gap:5px}}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item[data-v-979cf9f2]{background:#f5f5f5;border:2px solid #f5f5f5;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:10px;transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__name[data-v-979cf9f2]{font-weight:600;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__price[data-v-979cf9f2]{display:flex;flex-direction:column;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__price .old[data-v-979cf9f2]{font-size:var(--standart-size);text-decoration:line-through}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__price .current[data-v-979cf9f2]{color:var(--secondary-color);font-weight:700}@media screen and (max-width:540px){.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__price .current[data-v-979cf9f2]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__image[data-v-979cf9f2]{padding:0 20px}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__image[data-v-979cf9f2]{padding:0}}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__image img[data-v-979cf9f2]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item[data-v-979cf9f2]{background:#f5f5f5;border:2px solid #f5f5f5;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:10px;justify-content:center;padding:10px;transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__name[data-v-979cf9f2]{font-weight:600;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__price[data-v-979cf9f2]{display:flex;flex-direction:column;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__price .old[data-v-979cf9f2]{font-size:var(--standart-size);text-decoration:line-through}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__price .current[data-v-979cf9f2]{color:var(--secondary-color);font-weight:700}@media screen and (max-width:540px){.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__price .current[data-v-979cf9f2]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__image[data-v-979cf9f2]{padding:0 20px}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__image[data-v-979cf9f2]{padding:0}}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__image img[data-v-979cf9f2]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.modal .modal__dialog .modal__content .modal__steps-content .items__list[data-v-979cf9f2]{display:flex;flex-wrap:wrap;gap:10px}.modal .modal__dialog .modal__content .modal__steps-content .items__list .active[data-v-979cf9f2]{background:var(--secondary-color);color:#fff}.modal .modal__dialog .modal__content .modal__steps-content .models__list[data-v-979cf9f2]{display:grid;gap:15px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:1200px){.modal .modal__dialog .modal__content .modal__steps-content .models__list[data-v-979cf9f2]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .models__list[data-v-979cf9f2]{gap:10px;grid-template-columns:repeat(2,1fr)}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item[data-v-979cf9f2]{border:2px solid #f5f5f5;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;gap:15px;padding:20px;text-align:center;transition:.3s}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item[data-v-979cf9f2]{gap:5px;padding:10px}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item[data-v-979cf9f2]:hover{border:2px solid var(--secondary-color);transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__price[data-v-979cf9f2]{display:flex;flex-direction:column}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__price .old[data-v-979cf9f2]{font-size:var(--standart-size);text-decoration:line-through}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__price .current[data-v-979cf9f2]{color:var(--secondary-color);font-weight:700}@media screen and (max-width:540px){.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__price .current[data-v-979cf9f2]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__image img[data-v-979cf9f2]{height:120px;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__image img[data-v-979cf9f2]{height:80px}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__name[data-v-979cf9f2]{font-weight:700}.modal .modal__dialog .modal__content .modal__close[data-v-979cf9f2]{right:15px;top:15px}.modal .modal__dialog .modal__content .modal__close .close__text[data-v-979cf9f2]{display:none}@keyframes fadeIn-979cf9f2{0%{opacity:0}to{opacity:1}}.express-brand__section[data-v-d8a7304d]{background:url(/images/credit__bg.webp) no-repeat 50% 50%;background-size:cover;color:var(--bg-light);margin:5px auto 30px;max-width:1920px;width:100%}@media screen and (max-width:1023px){.express-brand__section[data-v-d8a7304d]{display:none}}.express-brand__section .bottom__container[data-v-d8a7304d]{display:flex;flex-direction:column;gap:30px;height:100%}.express-brand__section .bottom__container .express-brand__form[data-v-d8a7304d]{align-items:self-start;display:flex}@media screen and (max-width:1000px){.express-brand__section .bottom__container .express-brand__form[data-v-d8a7304d]{flex-direction:column}}.express-brand__section .bottom__container h2[data-v-d8a7304d]{font-size:32px;font-weight:800;line-height:42px;margin-top:74px}@media screen and (max-width:1023px){.express-brand__section .bottom__container h2[data-v-d8a7304d]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container h2[data-v-d8a7304d]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express-brand__section .bottom__container h2[data-v-d8a7304d]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express-brand__section .bottom__container h2[data-v-d8a7304d]{max-width:250px}}.express-brand__section .bottom__container h2[data-v-d8a7304d]:before{background:var(--bg-light);content:"";height:4px;left:-265px;position:absolute;top:calc(50% - 2px);width:250px}@media screen and (max-width:1600px){.express-brand__section .bottom__container h2[data-v-d8a7304d]:before{content:none}}.express-brand__section .bottom__container h2 span[data-v-d8a7304d]{display:inline-block;padding-right:42px;position:relative}@media screen and (max-width:540px){.express-brand__section .bottom__container h2 span[data-v-d8a7304d]{padding-right:0}}.express-brand__section .bottom__container h2 span[data-v-d8a7304d]:before{background-size:contain;content:"";height:16px;position:absolute;right:0;top:-5px;width:40px}@media screen and (max-width:540px){.express-brand__section .bottom__container h2 span[data-v-d8a7304d]:before{right:-42px;top:0}}.express-brand__section .bottom__container .banners[data-v-d8a7304d]{align-items:center;display:flex;font-size:20px;font-weight:500;gap:10px;justify-content:space-between;line-height:40px;margin-top:30px;position:relative;top:50px;width:100%}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners[data-v-d8a7304d]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:1023px){.express-brand__section .bottom__container .banners[data-v-d8a7304d]{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;top:30px}}@media screen and (max-width:616px){.express-brand__section .bottom__container .banners[data-v-d8a7304d]{align-items:center;display:grid;grid-template-columns:repeat(1,1fr);justify-content:center;top:-45px}}.express-brand__section .bottom__container .banners span[data-v-d8a7304d]{align-items:center;background:var(--main-color);border-radius:10px;display:flex;justify-content:center;padding:30px 20px;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners span[data-v-d8a7304d]{padding-left:20px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .banners span[data-v-d8a7304d]{text-wrap:nowrap;width:100%}}@media screen and (max-width:616px){.express-brand__section .bottom__container .banners span[data-v-d8a7304d]{opacity:.9;text-wrap:wrap;width:100%}}.express-brand__section .bottom__container .banners span[data-v-d8a7304d]:before{align-items:center;background-size:contain;content:"";display:flex;height:40px;left:5px;position:absolute;top:10px;width:40px}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners span[data-v-d8a7304d]:before{height:30px;width:30px}}.express-brand__section .bottom__container .bottom__form[data-v-d8a7304d]{align-items:center;display:flex;gap:19px;justify-content:center;margin-bottom:78px;margin-top:auto;width:100%}@media screen and (max-width:1023px){.express-brand__section .bottom__container .bottom__form[data-v-d8a7304d]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form[data-v-d8a7304d]{flex-direction:column;margin-bottom:30px;margin-left:auto;max-width:300px}}@media screen and (max-width:540px){.express-brand__section .bottom__container .bottom__form[data-v-d8a7304d]{max-width:100%}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]{background:transparent;border:1px solid var(--bg-light);border-radius:12px;color:var(--bg-light);height:56px;padding:0 20px;width:100%}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]{background:#000}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]::-moz-placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]::placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]:-moz-placeholder,.express-brand__section .bottom__container .bottom__form .bottom__form-inputt[data-v-d8a7304d]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]:placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-d8a7304d]:focus{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-d8a7304d]{align-items:center;background:var(--taxi);border:1px solid var(--taxi);border-radius:12px;display:flex;font-size:15px;font-weight:500;height:56px;justify-content:center;line-height:18px;transition:all .3s ease;width:100%}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-d8a7304d]{border-radius:12px;height:44px}}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-d8a7304d]:hover{background:transparent;color:var(--taxi)}.time-block[data-v-bbfefb00]{background:#fff;border:none;border-radius:12px;padding:15px 20px}@media screen and (max-width:540px){.time-block[data-v-bbfefb00]{padding:15px 10px}}.range-slider[data-v-bbfefb00]{display:flex;flex-direction:column}.range-slider .range-slider__input[data-v-bbfefb00]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;height:3px;outline:none;width:100%;z-index:10}.range-slider .range-slider__input[data-v-bbfefb00]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fa3034;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;width:20px}.range-slider .range-slider__input[data-v-bbfefb00]::-moz-range-thumb{background:#fa3034;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;width:20px}.range-slider .range-slider__value[data-v-bbfefb00]{color:var(--main-black);display:none;justify-content:space-between;margin-bottom:15px}.range-slider .range-slider__value .value__left[data-v-bbfefb00],.range-slider .range-slider__value .value__right[data-v-bbfefb00]{background-color:#ededed;border-radius:20px;padding:5px 10px}.timeOut[data-v-bbfefb00]{display:flex;justify-content:space-between;padding-bottom:20px}.timeOut .title[data-v-bbfefb00]{font-size:16px;font-weight:700}.timeOut .output-time[data-v-bbfefb00]{font-weight:700}.percent-block[data-v-55ddb7f5]{background:#fff;border:none;border-radius:12px;padding:15px 20px}@media screen and (max-width:540px){.percent-block[data-v-55ddb7f5]{padding:15px 10px}}.range-slider[data-v-55ddb7f5]{display:flex;flex-direction:column}.range-slider .range-slider__input[data-v-55ddb7f5]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border-radius:3px;height:3px;margin-bottom:10px;margin-top:10px;outline:none;position:relative;width:100%;z-index:10}.range-slider .range-slider__input[data-v-55ddb7f5]::-webkit-slider-runnable-track{border-radius:3px;height:3px}.range-slider .range-slider__input[data-v-55ddb7f5]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fa3034;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;margin-top:-8.5px;position:relative;width:20px}.range-slider .range-slider__input[data-v-55ddb7f5]::-moz-range-track{border-radius:3px;height:3px}.range-slider .range-slider__input[data-v-55ddb7f5]::-moz-range-thumb{background:#fa3034;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;cursor:pointer;height:20px;width:20px}.range-slider .range-slider__value[data-v-55ddb7f5]{color:var(--main-black);display:none;justify-content:space-between;margin-bottom:15px}.range-slider .range-slider__value .value__left[data-v-55ddb7f5],.range-slider .range-slider__value .value__right[data-v-55ddb7f5]{background-color:#ededed;border-radius:20px;padding:5px 10px}.first__row[data-v-55ddb7f5],.payment__row[data-v-55ddb7f5],.range__time-block label[data-v-55ddb7f5]{align-items:center;color:var(--main-black);display:flex;font-size:16px;justify-content:space-between;padding-bottom:20px;width:100%}.first__row .output-first[data-v-55ddb7f5],.payment__row .output-first[data-v-55ddb7f5],.range__time-block label .output-first[data-v-55ddb7f5]{font-weight:700}@media screen and (max-width:400px){.first__row .output-first[data-v-55ddb7f5],.payment__row .output-first[data-v-55ddb7f5],.range__time-block label .output-first[data-v-55ddb7f5]{font-size:var(--standart-size)}}.first__row .title[data-v-55ddb7f5],.payment__row .title[data-v-55ddb7f5],.range__time-block label .title[data-v-55ddb7f5]{font-size:16px;font-weight:700}@media screen and (max-width:400px){.first__row .title[data-v-55ddb7f5],.payment__row .title[data-v-55ddb7f5],.range__time-block label .title[data-v-55ddb7f5]{font-size:14px}}.form__form-content[data-v-054072e0]{display:flex;flex-direction:column;gap:15px;position:relative;width:100%}@media screen and (max-width:540px){.form__form-content[data-v-054072e0]{gap:10px}}.form__form-content .form__form-block[data-v-054072e0]{display:flex;flex-direction:column;gap:10px;position:relative}.form__form-content .form__form-block .car__choice[data-v-054072e0]{background:#fff;border:1px solid grey;border-radius:12px;color:var(--main-black);cursor:pointer;display:flex;height:100%;overflow:hidden;position:relative;transition:.3s;width:100%}.form__form-content .form__form-block .car__choice .car__choice-wrapper[data-v-054072e0]{height:100%;padding:10px 15px;transition:.3s;width:100%}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value[data-v-054072e0]{display:flex;flex-direction:column;gap:10px}@media screen and (max-width:540px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-name[data-v-054072e0]{font-size:var(--standart-size)}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-controls .select[data-v-054072e0]{align-items:center;border:var(--border);border-radius:16px;cursor:pointer;display:flex;font-size:var(--small-size);justify-content:center;padding:5px 10px;transition:.3s;width:-moz-fit-content;width:fit-content}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block[data-v-054072e0]{display:none;gap:20px;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block[data-v-054072e0]{display:grid}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .image[data-v-054072e0]{max-height:100px}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .image img[data-v-054072e0]{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price[data-v-054072e0]{align-items:end;display:flex;flex-direction:column;justify-content:center}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .old[data-v-054072e0]{color:var(--grey);text-align:end;text-decoration:line-through}@media screen and (max-width:400px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .old[data-v-054072e0]{font-size:14px}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .current[data-v-054072e0]{color:var(--main-color);font-size:26px;font-weight:700;line-height:normal;text-align:end}@media screen and (max-width:540px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .current[data-v-054072e0]{font-size:var(--large-size)}}@media screen and (max-width:400px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .current[data-v-054072e0]{font-size:18px}}@media screen and (max-width:340px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .current[data-v-054072e0]{font-size:var(--medium-size)}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .title[data-v-054072e0]{display:flex;font-weight:700;justify-content:space-between;transition:.3s}.form__form-content .form__form-block .car__choice[data-v-054072e0]:hover{border-color:var(--main-color);opacity:.6;transition:.3s}.form__form-content .form__form-block .car__choice:hover .title[data-v-054072e0]{color:var(--main-color);transition:.3s}.form__form-content .form__form-block .car__choice .car__choice-wrapper.car[data-v-054072e0]{padding:25px 15px 15px;width:100%}.form__form-content .form__form-block .car__choice .title.car[data-v-054072e0]{background:transparent;font-size:var(--small-size);font-weight:700;position:absolute;top:7px}.form__form-content .form__form-block .form__brands-choice[data-v-054072e0]{border:2px solid var(--main-color);border-radius:20px;display:inline-flex;gap:5px}.form__form-content .form__form-block .form__credit-data[data-v-054072e0]{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px;margin:10px 0;width:100%}@media screen and (max-width:540px){.form__form-content .form__form-block .form__credit-data[data-v-054072e0]{gap:5px}}@media screen and (max-width:360px){.form__form-content .form__form-block .form__credit-data[data-v-054072e0]{flex-direction:column}}.form__form-content .form__form-block .form__credit-data .credit-data__item[data-v-054072e0]{align-items:center;background:#fff;border-radius:12px;display:flex;font-weight:700;gap:10px;justify-content:space-between;padding:15px 0;text-align:start}.form__form-content .form__form-block .form__credit-data .credit-data__item .bold[data-v-054072e0]{font-weight:700}@media screen and (max-width:360px){.form__form-content .form__form-block .form__credit-data .credit-data__item[data-v-054072e0]{justify-content:space-between;width:100%}}.form__form-content .form__form-block .form__form-submit[data-v-054072e0]{background:var(--main-color);border:3px solid var(--main-color);border-radius:15px;color:var(--bg-light);font-weight:700;height:40px;padding:15px;transition:.3s}.form__form-content .form__form-block .form__form-submit[data-v-054072e0]:hover{opacity:.7;transition:.3s}.form__form-content .form__form-block .form__form-notice[data-v-054072e0]{align-items:center;display:flex;gap:5px;text-align:start}.form__form-content .form__form-block .form__form-notice span[data-v-054072e0]{color:var(--main-color);font-size:30px;font-weight:700;line-height:normal}.form__form-content .form__form-block .form__form-select[data-v-054072e0]{cursor:pointer;position:relative}.form__form-content .form__form-block .form__form-select select[data-v-054072e0]{background:#fff;border:var(--border);border-radius:20px;color:#f7f7f7;min-width:210px;padding:10px 15px;width:100%}.form__form-content .form__form-block .form__form-select[data-v-054072e0]:after{background:var(--light-grey);border-radius:100%;color:var(--main-black);content:"⌄";padding:3px 4px;pointer-events:none;position:absolute;right:10px;text-align:center;top:25px;transition:.3s}.form__form-content .form__form-block .form__form-select.auto[data-v-054072e0]{background:#fff;border:var(--border);border-radius:20px;color:#767676;min-width:210px;overflow:hidden;padding:15px;text-align:start;width:100%}.form__form-content .form__form-block .form__form-select.auto .auto__title[data-v-054072e0]{padding:10px 15px}.form__form-content .form__form-block .form__form-select.auto .auto__select[data-v-054072e0]{display:flex;flex-direction:column;gap:10px;max-height:400px;overflow:auto}@media screen and (max-width:540px){.form__form-content .form__form-block .form__form-select.auto .auto__select[data-v-054072e0]{gap:20px}}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item[data-v-054072e0]{align-items:center;cursor:pointer;display:grid;grid-template-columns:2fr 4fr;height:auto}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text[data-v-054072e0]{color:var(--main-black);display:flex;flex-direction:column;font-size:var(--standart-size);gap:10px;padding:0 10px}@media screen and (max-width:540px){.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text[data-v-054072e0]{gap:5px}}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-title[data-v-054072e0]{font-weight:700}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-info[data-v-054072e0]{background:var(--main-color);border-radius:20px;color:#fff;display:flex;justify-content:space-between;padding:5px 10px}@media screen and (max-width:540px){.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-info[data-v-054072e0]{font-size:14px}}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-price[data-v-054072e0]{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:540px){.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-price[data-v-054072e0]{flex-direction:column}}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-price .price__current[data-v-054072e0]{font-size:16px;font-weight:700}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-text .auto__select-item-price .price__old[data-v-054072e0]{text-decoration:line-through}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-image[data-v-054072e0]{height:100%;width:100%}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item .auto__select-item-image img[data-v-054072e0]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.form__form-content .form__form-block .form__form-select.active[data-v-054072e0]:after{transform:rotate(180deg);transition:.3s}.form__form-content .form__form-block .form__form-select.auto.disabled[data-v-054072e0],.form__form-content .form__form-block .form__form-select.disabled[data-v-054072e0]{opacity:.4;pointer-events:none}.form__form-content .form__form-block .form__form-title[data-v-054072e0]{font-weight:700;padding-bottom:10px;text-align:start}.form__form-alert[data-v-054072e0]{background:transparent;border:3px solid var(--main-color);border-radius:20px;color:var(--main-color);font-weight:700;padding:15px}.form__form-block.disabled div[data-v-054072e0]{opacity:.4;pointer-events:none}[data-v-054072e0]::-webkit-scrollbar{width:5px}[data-v-054072e0]::-webkit-scrollbar-track{background:#fff;border-radius:20px}[data-v-054072e0]::-webkit-scrollbar-thumb{background:#5f5f5f94;border-radius:20px}.base-input[data-v-054072e0]{height:50px;position:relative;width:100%}.base-input .input-wrapper[data-v-054072e0]{height:100%;position:relative;width:100%}.base-input .form-input[data-v-054072e0]{border:1px solid #ddd;border-radius:12px;box-sizing:border-box;font-size:16px;height:100%;height:50px;padding:0 15px;width:100%}.base-input .form-input.paste-blocked[data-v-054072e0]{animation:shake-054072e0 .5s ease;border-color:#ff6b6b!important;padding-right:130px}.base-input .form-input.shortcut-blocked[data-v-054072e0]{animation:pulse-054072e0 .3s ease;border-color:#ffa94d!important}.base-input .form-input.is-invalid[data-v-054072e0]{background-color:#ff44440d!important;border-color:#f44!important}.base-input .form-input.is-invalid[data-v-054072e0]:focus{box-shadow:0 0 0 3px #f443!important}.base-input .form-input[data-v-054072e0]:focus{border-color:var(--main-color);outline:none}.base-input .error-icon[data-v-054072e0]{color:#f44;right:15px;z-index:11}.base-input .error-icon[data-v-054072e0],.base-input .paste-warning[data-v-054072e0]{position:absolute;top:50%;transform:translateY(-50%)}.base-input .paste-warning[data-v-054072e0]{align-items:center;background:#ff6b6b1a;border-radius:4px;color:#ff6b6b;display:flex;font-size:14px;gap:6px;opacity:0;padding:4px 8px;pointer-events:none;right:12px;transition:opacity .3s ease,transform .3s ease;z-index:10}.base-input .paste-warning.show[data-v-054072e0]{opacity:1;transform:translateY(-50%) translate(0)}.base-input .paste-warning .fa[data-v-054072e0],.base-input .paste-warning .fa-regular[data-v-054072e0],.base-input .paste-warning .fa-solid[data-v-054072e0],.base-input .paste-warning i[data-v-054072e0]{font-size:14px}.base-input .paste-warning .warning-text[data-v-054072e0]{font-weight:500;white-space:nowrap}.base-input.name-input .form-input.paste-blocked[data-v-054072e0],.base-input.phone-input .form-input.paste-blocked[data-v-054072e0]{padding-right:130px}@keyframes shake-054072e0{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes pulse-054072e0{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}.fade-enter-active[data-v-054072e0],.fade-leave-active[data-v-054072e0]{transition:opacity .3s}.fade-enter-from[data-v-054072e0],.fade-leave-to[data-v-054072e0]{opacity:0}@media (max-width:768px){.base-input .paste-warning .warning-text[data-v-054072e0]{display:none}.base-input .paste-warning.show[data-v-054072e0]{padding:4px}.base-input .form-input.paste-blocked[data-v-054072e0]{padding-right:40px}}@media (max-width:540px){.form__form-content .form__form-block[data-v-054072e0]{gap:8px}}.credit__section-header[data-v-7514548d]{margin-top:10px}.page__text-content[data-v-7514548d]{margin-left:30px}@media screen and (max-width:767px){.page__text-content[data-v-7514548d]{margin-left:0}}.car[data-v-7514548d]{background:var(--light-grey);border-radius:20px;display:flex;flex-direction:column;gap:15px;justify-content:center;overflow:hidden}.car .car__info[data-v-7514548d]{padding:10px 20px}.car .car__info h2[data-v-7514548d]{color:var(--main-black);font-size:18px;text-align:center}.car .car__info .car__list[data-v-7514548d]{list-style:none;margin-top:20px;padding-left:0}.car .car__info .car__list li[data-v-7514548d]{align-items:center;display:flex;justify-content:space-between}.car .car__info .car__sale[data-v-7514548d]{align-items:center;display:flex;justify-content:center}.car .car__info .car__sale .car__sale-block[data-v-7514548d]{background:#36b555;border-radius:20px;color:#fff;font-size:18px;font-weight:700;padding:15px 20px}.car .car__info .car__price[data-v-7514548d]{align-items:center;display:flex;gap:5px;justify-content:center;margin:10px 0}@media screen and (max-width:400px){.car .car__info .car__price[data-v-7514548d]{flex-direction:column}}.car .car__info .car__price .car__price-old[data-v-7514548d]{text-decoration:line-through}.car .car__info .car__price .car__price-current[data-v-7514548d]{font-size:var(--big-size);font-weight:700}.car .car__info .car__price .car__price-current span[data-v-7514548d]{color:var(--main-color);font-size:26px;font-weight:inherit}.car .car__img[data-v-7514548d]{display:flex;justify-content:center}.car .car__img img[data-v-7514548d]{max-width:100%}.credit__section-header[data-v-7514548d]{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.credit__section-header span[data-v-7514548d]{font-size:var(--large-size);font-weight:700}.credit__section-header .page__title[data-v-7514548d]{margin:0}.credit__section-header .title-bank[data-v-7514548d]{align-items:center;display:flex;gap:10px}.credit__section-header .title-bank img[data-v-7514548d]{height:100%;-o-object-fit:contain;object-fit:contain;width:100px}.car__choice .car-select .car-select__wrapper[data-v-7514548d]{align-items:center;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:center;padding:50px 30px;transition:.3s}.car__choice .car-select .car-select__wrapper[data-v-7514548d]:hover{opacity:.7;transition:.3s}.car__choice .car-select .car-select__wrapper .car-select__title[data-v-7514548d]{background:var(--main-color);border-radius:10px;color:#fff;padding:10px 20px;text-align:center;width:100%}.car__choice .car-select .car-select__wrapper .car-select__image img[data-v-7514548d]{height:100%;width:100%}.car__choice .car-show .car-show__wrapper[data-v-7514548d]{border-radius:20px;box-shadow:var(--box-shadow);cursor:pointer;display:grid;gap:10px;grid-template-columns:2fr 3fr;overflow:hidden}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper[data-v-7514548d]{grid-template-columns:1fr}}.car__choice .car-show .car-show__wrapper .car-show__content[data-v-7514548d]{display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:20px 10px}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__title[data-v-7514548d]{font-size:18px;font-weight:600}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__params .car-show__params-list[data-v-7514548d]{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:1fr;list-style:none;padding:0;row-gap:0}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper .car-show__content .car-show__params .car-show__params-list[data-v-7514548d]{gap:0;grid-template-columns:1fr}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__params .car-show__params-list .car-show__params-item[data-v-7514548d]{align-items:center;display:flex;justify-content:space-between;padding:5px 0}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__params .car-show__params-list .car-show__params-item .value[data-v-7514548d]{order:2}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__params .car-show__params-list .car-show__params-item .title[data-v-7514548d]{font-weight:500}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__params .car-show__params-list .car-show__params-item[data-v-7514548d]:after{background-color:#e6e8ec;content:"";display:block;flex-grow:1;height:1px;margin:0 8px;position:relative;top:5px}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price[data-v-7514548d]{align-items:end;display:flex;flex-wrap:wrap;gap:15px}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price[data-v-7514548d]{gap:5px}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .block[data-v-7514548d]{display:flex;flex-direction:column}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .old[data-v-7514548d]{color:var(--grey);text-decoration:line-through}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .current[data-v-7514548d]{color:var(--main-color);font-size:26px;font-weight:700;line-height:normal}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .credit[data-v-7514548d]{border:1px solid var(--secondary-color);border-radius:20px;color:var(--secondary-color);font-size:var(--standart-size);padding:5px}.car__choice .car-show .car-show__wrapper .car-show__image[data-v-7514548d]{background:#f6f6f6;min-width:250px;padding:30px}.car__choice .car-show .car-show__wrapper .car-show__image img[data-v-7514548d]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.banks__title[data-v-7514548d]{font-size:26px;line-height:30px;margin:30px 0}@media screen and (max-width:540px){.banks__title[data-v-7514548d]{font-size:22px;margin:10px 0 20px}}.banks[data-v-7514548d]{display:grid;gap:15px;grid-template-columns:repeat(8,1fr);padding:0}@media screen and (max-width:1199px){.banks[data-v-7514548d]{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1023px){.banks[data-v-7514548d]{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:767px){.banks[data-v-7514548d]{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:540px){.banks[data-v-7514548d]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:359px){.banks[data-v-7514548d]{gap:10px;grid-template-columns:repeat(2,1fr)}}.banks li[data-v-7514548d]{list-style-type:none;padding:0}.banks li img[data-v-7514548d]{height:39px;max-width:140px;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:359px){.banks li img[data-v-7514548d]{height:30px}}.title[data-v-70502e15]{margin:0 auto;max-width:1440px;padding:30px 20px 0}@media screen and (max-width:540px){.title[data-v-70502e15]{padding:0 10px}}.contacts__phone-link[data-v-1e2e74dc]{background:none;border:none;color:inherit;cursor:pointer;display:inline;font:inherit;padding:0;text-decoration:none}.modal-overlay[data-v-1e2e74dc]{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content[data-v-1e2e74dc]{background:#fff;border-radius:8px;max-width:500px;padding:30px;position:relative;width:90%}.modal-close[data-v-1e2e74dc]{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-title[data-v-1e2e74dc]{font-size:1.2rem;font-weight:500;margin-bottom:20px;text-align:center}.contacts__list[data-v-1e2e74dc]{border-left:3px solid var(--main-color);display:flex;flex-direction:column;gap:50px;margin-bottom:30px;padding:5px 12px;position:relative}@media screen and (max-width:1000px){.contacts__list[data-v-1e2e74dc]{border-left:none;gap:20px;margin:30px 0}}.contacts__list .contacts__item[data-v-1e2e74dc]{color:#000;font-size:16px;font-weight:300;line-height:18px;padding-left:37px;position:relative}@media screen and (max-width:767px){.contacts__list .contacts__item[data-v-1e2e74dc]{font-size:14px}}@media screen and (max-width:540px){.contacts__list .contacts__item[data-v-1e2e74dc]{font-size:16px}}@media screen and (max-width:425px){.contacts__list .contacts__item[data-v-1e2e74dc]{font-size:14px}}.contacts__list .contacts__item[data-v-1e2e74dc]:before{content:"";height:26px;left:0;position:absolute;top:calc(50% - 13px);width:26px}.contacts__list .contacts__item span[data-v-1e2e74dc]{color:#000;font-size:19px;font-weight:700}@media screen and (max-width:767px){.contacts__list .contacts__item span[data-v-1e2e74dc]{font-size:14px;font-weight:600}}@media screen and (max-width:540px){.contacts__list .contacts__item span[data-v-1e2e74dc]{font-size:16px}}@media screen and (max-width:425px){.contacts__list .contacts__item span[data-v-1e2e74dc]{font-size:14px}}.contacts__list .contacts__item[data-v-1e2e74dc]:first-child:before{background:url(/svg/Vector.svg) no-repeat 50%;background-size:contain}.contacts__list .contacts__item[data-v-1e2e74dc]:nth-child(2):before{background:url(/svg/Vector3.svg) no-repeat 50%;background-size:contain}.contacts__list .contacts__item[data-v-1e2e74dc]:nth-child(3):before{background:url(/svg/Vector2.svg) no-repeat 50%;background-size:contain}@media screen and (max-width:767px){.desk__version[data-v-1e2e74dc]{display:none}}.mob__version[data-v-1e2e74dc]{display:none}@media screen and (max-width:767px){.mob__version[data-v-1e2e74dc]{display:inline}}.section__map[data-v-4d1c75ca]{display:flex}.section__map .map[data-v-4d1c75ca]{height:300px;width:900px}@media screen and (max-width:1300px){.section__map .map[data-v-4d1c75ca]{height:300px;width:800px}}@media screen and (max-width:1200px){.section__map .map[data-v-4d1c75ca]{height:300px;width:600px}}@media screen and (max-width:1000px){.section__map .map[data-v-4d1c75ca]{height:300px;max-width:500px}}@media screen and (max-width:767px){.section__map .map[data-v-4d1c75ca]{height:400px;max-width:100%}}@media screen and (max-width:567px){.section__map .map[data-v-4d1c75ca]{height:400px;max-width:400px}}@media screen and (max-width:450px){.section__map .map[data-v-4d1c75ca]{height:400px;max-width:350px}}.contacts-wrapper[data-v-1fa1ee11]{align-items:center;display:flex;gap:10px;justify-content:space-between;margin:0 auto;max-width:1430px;padding-bottom:15px}@media screen and (max-width:1000px){.contacts-wrapper[data-v-1fa1ee11]{align-items:center;flex-direction:column;justify-content:center}}.contact-title[data-v-1fa1ee11]{margin:0 auto;max-width:1430px}.title[data-v-1fa1ee11]{align-items:center;display:flex;font-size:24px;font-weight:700;justify-content:flex-start;margin:34px 20px}@media screen and (max-width:567px){.title[data-v-1fa1ee11]{font-size:20px}}.page[data-v-f47f4b9b]{padding:0 0 40px}.page__content[data-v-f47f4b9b]{margin-top:15px}.page__content .content-item[data-v-f47f4b9b]{padding:15px 0}.page__content h1[data-v-f47f4b9b],.page__content h2[data-v-f47f4b9b],.page__content p[data-v-f47f4b9b]{margin-bottom:10px}.page__content p[data-v-f47f4b9b]{text-align:justify;text-indent:20px}.page__content dt[data-v-f47f4b9b]{font-weight:700}.page__content dd[data-v-f47f4b9b]{margin-inline-start:40px}.express-brand__section[data-v-78c4d14f]{background:url(/images/trade__bg.webp) no-repeat 50% 50%;background-size:cover;color:var(--bg-light);margin:5px auto 30px;max-width:1920px;width:100%}@media screen and (max-width:1023px){.express-brand__section[data-v-78c4d14f]{display:none}}.express-brand__section .bottom__container[data-v-78c4d14f]{display:flex;flex-direction:column;gap:30px;height:100%}.express-brand__section .bottom__container .express-brand__form[data-v-78c4d14f]{align-items:self-start;display:flex}@media screen and (max-width:1000px){.express-brand__section .bottom__container .express-brand__form[data-v-78c4d14f]{flex-direction:column}}.express-brand__section .bottom__container h2[data-v-78c4d14f]{font-size:32px;font-weight:800;line-height:42px;margin-top:74px}@media screen and (max-width:1023px){.express-brand__section .bottom__container h2[data-v-78c4d14f]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container h2[data-v-78c4d14f]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express-brand__section .bottom__container h2[data-v-78c4d14f]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express-brand__section .bottom__container h2[data-v-78c4d14f]{max-width:250px}}.express-brand__section .bottom__container h2[data-v-78c4d14f]:before{background:var(--bg-light);content:"";height:4px;left:-265px;position:absolute;top:calc(50% - 2px);width:250px}@media screen and (max-width:1600px){.express-brand__section .bottom__container h2[data-v-78c4d14f]:before{content:none}}.express-brand__section .bottom__container h2 span[data-v-78c4d14f]{display:inline-block;padding-right:42px;position:relative}@media screen and (max-width:540px){.express-brand__section .bottom__container h2 span[data-v-78c4d14f]{padding-right:0}}.express-brand__section .bottom__container h2 span[data-v-78c4d14f]:before{background-size:contain;content:"";height:16px;position:absolute;right:0;top:-5px;width:40px}@media screen and (max-width:540px){.express-brand__section .bottom__container h2 span[data-v-78c4d14f]:before{right:-42px;top:0}}.express-brand__section .bottom__container .banners[data-v-78c4d14f]{align-items:center;display:flex;font-size:20px;font-weight:500;gap:10px;justify-content:space-between;line-height:40px;margin-top:30px;position:relative;top:50px;width:100%}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners[data-v-78c4d14f]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:1023px){.express-brand__section .bottom__container .banners[data-v-78c4d14f]{display:grid;grid-template-columns:repeat(2,1fr);justify-content:center;top:30px}}@media screen and (max-width:616px){.express-brand__section .bottom__container .banners[data-v-78c4d14f]{align-items:center;display:grid;grid-template-columns:repeat(1,1fr);justify-content:center;top:-45px}}.express-brand__section .bottom__container .banners span[data-v-78c4d14f]{align-items:center;background:var(--main-color);border-radius:10px;display:flex;justify-content:center;padding:30px 20px;position:relative;text-align:center;width:100%}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners span[data-v-78c4d14f]{padding-left:20px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .banners span[data-v-78c4d14f]{text-wrap:nowrap;width:100%}}@media screen and (max-width:616px){.express-brand__section .bottom__container .banners span[data-v-78c4d14f]{opacity:.9;text-wrap:wrap;width:100%}}.express-brand__section .bottom__container .banners span[data-v-78c4d14f]:before{align-items:center;background-size:contain;content:"";display:flex;height:40px;left:5px;position:absolute;top:10px;width:40px}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners span[data-v-78c4d14f]:before{height:30px;width:30px}}.express-brand__section .bottom__container .bottom__form[data-v-78c4d14f]{align-items:center;display:flex;gap:19px;justify-content:center;margin-bottom:78px;margin-top:auto;width:100%}@media screen and (max-width:1023px){.express-brand__section .bottom__container .bottom__form[data-v-78c4d14f]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form[data-v-78c4d14f]{flex-direction:column;margin-bottom:30px;margin-left:auto;max-width:300px}}@media screen and (max-width:540px){.express-brand__section .bottom__container .bottom__form[data-v-78c4d14f]{max-width:100%}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]{background:transparent;border:1px solid var(--bg-light);border-radius:12px;color:var(--bg-light);height:56px;padding:0 20px;width:100%}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]{background:#000}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]::-moz-placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]::placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]:-moz-placeholder,.express-brand__section .bottom__container .bottom__form .bottom__form-inputt[data-v-78c4d14f]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]:placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-78c4d14f]:focus{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-78c4d14f]{align-items:center;background:var(--taxi);border:1px solid var(--taxi);border-radius:12px;display:flex;font-size:15px;font-weight:500;height:56px;justify-content:center;line-height:18px;transition:all .3s ease;width:100%}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-78c4d14f]{border-radius:12px;height:44px}}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-78c4d14f]:hover{background:transparent;color:var(--taxi)}.trade__section-header[data-v-1cd41117]{margin-top:10px}.page .page__content .page__form .form__form[data-v-1cd41117]{align-items:center;display:flex;flex-direction:column;justify-content:center}.page .page__content .page__form .form__form .form__steps[data-v-1cd41117]{margin-bottom:20px;position:relative;width:100%}.page .page__content .page__form .form__form .form__steps-list[data-v-1cd41117]{align-items:center;display:flex;gap:15px;justify-content:space-between;list-style:none;margin:0;padding:0;position:relative;z-index:2}.page .page__content .page__form .form__form .form__steps-item[data-v-1cd41117]{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;position:relative}.page .page__content .page__form .form__form .form__steps-item--active .form__steps-item__number[data-v-1cd41117]{background:var(--main-color);border-radius:10px;transition:.3s}.page .page__content .page__form .form__form .form__steps-item--active .form__steps-item__text[data-v-1cd41117]{color:var(--main-black);transition:.3s}.page .page__content .page__form .form__form .form__steps-item__number[data-v-1cd41117]{align-items:center;background:#dbdbdb;border-radius:10px;color:#fff;display:flex;font-size:20px;font-weight:700;height:auto;justify-content:center;padding:12px;transition:.3s;width:auto}@media screen and (max-width:540px){.page .page__content .page__form .form__form .form__steps-item__number[data-v-1cd41117]{font-size:16px}}.page .page__content .page__form .form__form .form__steps-item__text[data-v-1cd41117]{color:#dbdbdb;font-size:14px;margin-top:5px;position:absolute;text-align:center;top:45px;width:90px}.page .page__content .page__form .form__form .form__steps-progress[data-v-1cd41117]{background-color:#dbdbdb;border-radius:10px;height:2px;left:0;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:0}.page .page__content .page__form .form__form .form__steps-progress--filled[data-v-1cd41117]{background-image:linear-gradient(to right,var(--main-color),var(--main-color));background-repeat:no-repeat;background-size:100% 100%;height:100%;transition:width .3s ease-in-out;width:10%}.page .page__content .page__form .form__form .form__content[data-v-1cd41117]{height:100%;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item[data-v-1cd41117]{animation:fadeIn .3s ease-in-out;display:flex;flex-direction:column;gap:15px;justify-content:space-between;min-height:250px;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block[data-v-1cd41117]{display:flex;flex-direction:column;gap:10px;position:relative}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .form__form-submit[data-v-1cd41117]{background:var(--main-color);border:3px solid var(--main-color);color:var(--bg-light);font-weight:700;padding:15px;transition:.3s}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .form__form-submit[data-v-1cd41117]:hover{opacity:.7;transition:.3s}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input[data-v-1cd41117]{height:50px;position:relative;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .input-wrapper[data-v-1cd41117]{height:100%;position:relative;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .form-input[data-v-1cd41117]{border:1px solid #ddd;border-radius:12px;box-sizing:border-box;font-size:16px;height:100%;padding:0 15px;transition:all .3s ease;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .form-input.paste-blocked[data-v-1cd41117]{animation:shake-1cd41117 .5s ease;border-color:#ff6b6b!important;padding-right:120px}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .form-input.shortcut-blocked[data-v-1cd41117]{animation:pulse-1cd41117 .3s ease;border-color:#ffa94d!important}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .form-input.is-invalid[data-v-1cd41117]{background-color:#ff44440d!important;border-color:#f44!important}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .form-input.is-invalid[data-v-1cd41117]:focus{box-shadow:0 0 0 3px #f443!important}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .form-input[data-v-1cd41117]:focus{border-color:var(--main-color);outline:none}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .error-icon[data-v-1cd41117]{color:#f44;position:absolute;right:15px;top:50%;transform:translateY(-50%);z-index:11}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning[data-v-1cd41117]{align-items:center;background:#ff6b6b1a;border-radius:4px;color:#ff6b6b;display:flex;font-size:14px;gap:6px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.show[data-v-1cd41117]{opacity:1;transform:translateY(-50%) translate(0)}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.icon-only[data-v-1cd41117]{padding:4px}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.icon-only .fa[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.icon-only .fa-regular[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.icon-only .fa-solid[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.icon-only i[data-v-1cd41117]{margin:0}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.has-text[data-v-1cd41117]{background:#ff6b6b26;padding:4px 8px}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning .fa[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning .fa-regular[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning .fa-solid[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning i[data-v-1cd41117]{font-size:14px;transition:transform .3s ease}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning .warning-text[data-v-1cd41117]{font-size:11px;font-weight:500;letter-spacing:.2px;white-space:nowrap}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input.name-input .form-input.paste-blocked[data-v-1cd41117],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input.phone-input .form-input.paste-blocked[data-v-1cd41117]{padding-right:120px}.page .page__content .page__form .form__form .form__content .form__content-item .item__controls[data-v-1cd41117]{display:flex;flex-direction:row-reverse;gap:10px;justify-content:space-between;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item .item__controls .btn[data-v-1cd41117]{align-items:center;background:var(--main-color);border-radius:10px;color:#fff;display:flex;font-size:var(--small-size);gap:10px;justify-content:space-between;padding:10px;width:100%}.car__choice .car-select .car-select__wrapper[data-v-1cd41117]{align-items:center;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:15px;justify-content:center;padding:30px;transition:.3s}.car__choice .car-select .car-select__wrapper[data-v-1cd41117]:hover{opacity:.7;transition:.3s}.car__choice .car-select .car-select__wrapper .car-select__title[data-v-1cd41117]{background:var(--secondary-color);border-radius:10px;color:#fff;padding:15px 20px;text-align:center}.car__choice .car-select .car-select__wrapper .car-select__image img[data-v-1cd41117]{filter:grayscale(100%);height:100%;width:100%}.car__choice .car-show .car-show__wrapper[data-v-1cd41117]{border:var(--border);border-radius:10px;cursor:pointer;display:grid;gap:10px;grid-template-columns:2fr 3fr;overflow:hidden}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper[data-v-1cd41117]{grid-template-columns:1fr}}.car__choice .car-show .car-show__wrapper .car-show__content[data-v-1cd41117]{display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:20px 10px}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper .car-show__content[data-v-1cd41117]{padding:0 10px 10px}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__title[data-v-1cd41117]{font-size:18px;font-weight:600}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price[data-v-1cd41117]{align-items:end;display:flex;flex-wrap:wrap;gap:15px}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price[data-v-1cd41117]{gap:5px}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .block[data-v-1cd41117]{display:flex;flex-direction:column}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .old[data-v-1cd41117]{color:var(--grey);text-decoration:line-through}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .current[data-v-1cd41117]{color:var(--main-color);font-size:26px;font-weight:700;line-height:normal}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .credit[data-v-1cd41117]{border:1px solid var(--secondary-color);border-radius:20px;color:var(--secondary-color);font-size:var(--standart-size);padding:5px}.car__choice .car-show .car-show__wrapper .car-show__image[data-v-1cd41117]{background:#f6f6f6;min-width:250px;padding:30px}@media screen and (max-width:768px){.car__choice .car-show .car-show__wrapper .car-show__image[data-v-1cd41117]{padding:15px}}.car__choice .car-show .car-show__wrapper .car-show__image img[data-v-1cd41117]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.car__choice .car-show .car-show__select[data-v-1cd41117]{align-items:center;border:var(--border);border-radius:10px;cursor:pointer;display:flex;font-size:var(--standart-size);justify-content:center;margin-top:10px;padding:5px 10px;transition:.3s;width:-moz-fit-content;width:fit-content}.car__choice .car-show .car-show__select[data-v-1cd41117]:hover{opacity:.7;transition:.3s}.form__steps-title[data-v-1cd41117]{align-items:center;display:flex;justify-content:center;margin-bottom:20px}@keyframes shake-1cd41117{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes pulse-1cd41117{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes icon-bounce-1cd41117{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.base-input .paste-warning.show.icon-only i[data-v-1cd41117]{animation:icon-bounce-1cd41117 .3s ease}@media (max-width:768px){.form__form-block .base-input .paste-warning .warning-text[data-v-1cd41117]{display:none}.form__form-block .base-input .paste-warning.has-text[data-v-1cd41117]{padding:4px}.form__form-block .base-input .paste-warning.has-text .warning-text[data-v-1cd41117]{display:inline;font-size:14px}.form__form-block .base-input .paste-warning.show[data-v-1cd41117]{padding:4px}.form__form-block .base-input .form-input.paste-blocked[data-v-1cd41117]{padding-right:40px!important}}.fade-enter-active[data-v-1cd41117],.fade-leave-active[data-v-1cd41117]{transition:opacity .3s ease}.fade-enter-from[data-v-1cd41117],.fade-leave-to[data-v-1cd41117]{opacity:0;transform:translateY(-50%) translate(10px)}.fade-enter-from.icon-only[data-v-1cd41117]{transform:translateY(-50%) scale(.8)}.contact__form-form[data-v-042c4f3a]{display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:20px 0;z-index:1000}@media screen and (max-width:767px){.contact__form-form[data-v-042c4f3a]{display:flex;flex-direction:column}}.contact__form-form .contact__form-submit[data-v-042c4f3a]{background:var(--main-color);border-radius:10px;color:#000;font-weight:700;padding:15px}[data-v-042c4f3a] .form-input{border:1px solid #ccc!important;color:#000!important}[data-v-042c4f3a] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-042c4f3a] .form-input::placeholder{color:#000!important;opacity:.8!important}.column[data-v-042c4f3a]{gap:15px;grid-template-columns:1fr}.base-form.express__form[data-v-042c4f3a]{align-items:start;display:flex;gap:10px}@media screen and (max-width:1000px){.base-form.express__form[data-v-042c4f3a]{flex-direction:column}}.base-form.brand__form[data-v-042c4f3a]{display:flex;flex-direction:column;gap:10px;padding:0;width:100%}.taxi__section .taxi__section-content[data-v-10c060be]{align-items:center;background:url(/images/taxi__bg.webp) no-repeat 5% 55%;background-size:cover;border-radius:var(--border-radius);display:grid;grid-template-columns:1fr 500px;padding:30px;width:100%}@media screen and (max-width:1023px){.taxi__section .taxi__section-content[data-v-10c060be]{grid-template-columns:1fr 250px;padding:60px}}@media screen and (max-width:767px){.taxi__section .taxi__section-content[data-v-10c060be]{grid-template-columns:1fr;margin:0 auto;padding:0}}@media screen and (max-width:540px){.taxi__section .taxi__section-content[data-v-10c060be]{padding:0}}.taxi__section .taxi__section-content .taxi__form[data-v-10c060be]{background:#fff;border-radius:var(--border-small-radius);display:flex;flex-direction:column;gap:10px;justify-content:center;max-width:500px;opacity:.9;padding:20px}.taxi__section .taxi__section-content .taxi__form h3[data-v-10c060be]{align-items:flex-start;display:flex;font-size:20px;font-weight:700;justify-content:flex-start;text-align:start}.taxi__section .taxi__section-content .taxi__text[data-v-10c060be]{align-self:start;display:flex;flex-direction:column;gap:15px;justify-self:start}.taxi__section .taxi__section-content .taxi__text .content__main-text[data-v-10c060be]{background:var(--main-black);border-radius:var(--border-small-radius);color:#fff;font-size:14px;font-weight:600;padding:10px 15px;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.taxi__section .taxi__section-content .taxi__text .content__main-title[data-v-10c060be]{color:#000;font-size:28px;line-height:42px;max-width:700px}.taxi__section .taxi__section-content .taxi__text .content__main-title span[data-v-10c060be]{background:#fff;border-radius:var(--border-small-radius);font-weight:800;padding:5px 10px}@media screen and (max-width:767px){.taxi__section .taxi__section-content .taxi__text .content__main-title[data-v-10c060be]{display:none}}@media screen and (max-width:425px){.taxi__section .taxi__section-content .taxi__text .content__main-title[data-v-10c060be]{font-size:24px;line-height:30px}}.taxi__section .taxi__section-content .taxi__text .content__main-link[data-v-10c060be]{align-items:center;background:var(--main-black);border:1px solid var(--main-black);border-radius:7px;color:#fff;display:flex;font-size:18px;font-weight:500;justify-content:center;line-height:20px;margin-top:40px;padding:20px 55px;transition:all .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.taxi__section .taxi__section-content .taxi__text .content__main-link[data-v-10c060be]{height:56px;margin-bottom:30px;margin-top:auto}}@media screen and (max-width:425px){.taxi__section .taxi__section-content .taxi__text .content__main-link[data-v-10c060be]{height:50px;margin-bottom:20px}}.taxi__section .taxi__section-content .taxi__text .content__main-link[data-v-10c060be]:hover{background:transparent;color:#000}.content__gift[data-v-10c060be]{align-items:center;display:flex;gap:5px;position:absolute;top:350px}@media screen and (max-width:1100px){.content__gift[data-v-10c060be]{top:410px}}@media screen and (max-width:780px){.content__gift[data-v-10c060be]{display:none}}.content__main-p[data-v-10c060be]{color:#000}.taxi__buttons[data-v-48ed15ef]{display:flex;flex-wrap:nowrap;gap:10px;max-width:100%;overflow-x:auto;padding:0 15px;width:100%;-ms-overflow-style:none}.taxi__buttons[data-v-48ed15ef]::-webkit-scrollbar{display:none}.taxi__buttons .tag[data-v-48ed15ef]{background:#fff;border:1px solid #9f9f9f;border-radius:6px;color:#000;font-size:14px;font-weight:500;padding:6px 10px;white-space:nowrap}.taxi__buttons .tag.disabled[data-v-48ed15ef]{border-color:#ddd;color:#aaa}.model[data-v-48ed15ef]{background:#fff;border:1px solid #9f9f9f;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:10px;min-width:280px;overflow:hidden;position:relative;transition:.3s;width:100%}@media screen and (max-width:400px){.model[data-v-48ed15ef]{gap:10px;padding:10px}}.model[data-v-48ed15ef]:hover{background:#fff;box-shadow:var(--box-shadow);transition:.3s}.model .modeld__garantee[data-v-48ed15ef]{align-items:center;background:var(--bg-light);border-radius:50%;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;gap:5px;height:80px;justify-content:center;pointer-events:none;position:absolute;right:10px;top:10px;width:80px;z-index:10}.model .modeld__garantee span[data-v-48ed15ef]{background:transparent;font-size:var(--small-size);font-weight:300;text-align:center}.model .modeld__garantee img[data-v-48ed15ef]{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.model .model__info[data-v-48ed15ef]{padding:15px}.model .model__info .model__title[data-v-48ed15ef]{display:flex;flex-direction:column;line-height:normal}.model .model__info .model__title .name[data-v-48ed15ef]{font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model .model__info .model__title .configuration[data-v-48ed15ef]{display:flex;flex-wrap:wrap;gap:5px}.model .model__info .model__params[data-v-48ed15ef]{margin:10px 0}.model .model__info .model__params .model__params-list[data-v-48ed15ef]{color:#a7a7a7;display:flex;flex-wrap:wrap;gap:8px}.model .model__info .model__params .model__params-list .model__param[data-v-48ed15ef]{position:relative}.model .model__info .model__params .model__params-list .model__param[data-v-48ed15ef]:before{content:"🞄";font-size:14px;margin-right:2px}.model .model__info .model__percent[data-v-48ed15ef]{background:#494949;border-radius:15px;color:var(--yellow);margin-bottom:20px;padding:5px 10px;width:-moz-fit-content;width:fit-content}.model .model__info .model__more-link[data-v-48ed15ef]{background:var(--main-color);border:1px solid var(--main-color);border-radius:20px;color:#fff;padding:15px;text-align:center;transition:.3s;width:auto}.model .model__info .model__more-link[data-v-48ed15ef]:hover{background:transparent;color:var(--main-color);transition:.3s}.model .model__info .model__price[data-v-48ed15ef]{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.model .model__info .model__price .model__price-month[data-v-48ed15ef]{font-size:var(--standart-size)}@media screen and (max-width:400px){.model .model__info .model__price .model__price-month[data-v-48ed15ef]{font-size:14px}}.model .model__info .model__price .model__price-month span[data-v-48ed15ef]{font-weight:700}.model .model__info .model__price .model__price-current[data-v-48ed15ef]{font-size:var(--medium-size);font-size:18px;font-weight:700;line-height:normal}.model .model__info .model__price .model__price-old[data-v-48ed15ef]{color:#b0b0b0;margin-left:10px;text-decoration:line-through}.model .model__controls[data-v-48ed15ef]{display:grid;flex-direction:column;gap:10px;padding:0 15px 15px;width:100%}.model .model__img-block[data-v-48ed15ef]{border-top-left-radius:20px;border-top-right-radius:20px;height:auto;overflow:hidden;position:relative;width:100%}.model .model__img-block .model__img[data-v-48ed15ef]{display:block;height:150px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%}.model .model__img-block .model__img.no-taxi[data-v-48ed15ef]{transform:scaleX(-1)}.model .model__img-block .model__stickers[data-v-48ed15ef]{background:transparent;display:flex;justify-content:flex-end;left:0;padding:0 10px;position:absolute;top:10px;width:100%;z-index:10}.model .model__img-block .model__stickers .sticker[data-v-48ed15ef]{background:#fff;border-radius:20px;font-size:14px;font-weight:700;line-height:normal;padding:6px;text-align:center;z-index:1}.model .model__img-block .model__stickers .available[data-v-48ed15ef]{background:#fff;border:2px solid var(--main-color);border-radius:10px;color:var(--main-color);display:inline-block;font-weight:600}.model .model__img-block .model__stickers .available span[data-v-48ed15ef]{font-weight:700}.model .model__img-block .model__stickers .garantee[data-v-48ed15ef]{background:var(--main-color2);color:#fff}.model .model__img-block .model__stickers .count[data-v-48ed15ef]{background:var(--yellow);color:var(--main-black);font-size:14px}.model .model__img-block .model__stickers .count span[data-v-48ed15ef]{color:var(--main-black);font-size:inherit;font-weight:600}.model .model__img-block img[data-v-48ed15ef]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.current-model[data-v-48ed15ef],.recent[data-v-48ed15ef]{display:none}.recent[data-v-48ed15ef]{background:#fff;border-radius:20px;left:15px;padding:8px 12px;position:absolute;text-align:center;top:15px;z-index:100}.model__text[data-v-48ed15ef]{display:flex;flex-direction:column;gap:15px;width:100%}.taxi__filter .taxi__menu[data-v-558aa9b4]{align-items:center;display:flex;gap:20px;justify-content:space-between}@media screen and (max-width:767px){.taxi__filter .taxi__menu[data-v-558aa9b4]{gap:10px}}@media screen and (max-width:575px){.taxi__filter .taxi__menu[data-v-558aa9b4]{flex-direction:column}}.taxi__filter .taxi__menu .taxi__menu-item[data-v-558aa9b4]{align-items:center;background:var(--bg-light);border:2px solid var(--taxi);border-radius:55px;cursor:pointer;display:flex;height:48px;max-width:360px;padding:0 25px;position:relative;transition:all .3s ease;width:100%}@media screen and (max-width:1023px){.taxi__filter .taxi__menu .taxi__menu-item[data-v-558aa9b4]{height:50px;padding:0 15px}}@media screen and (max-width:767px){.taxi__filter .taxi__menu .taxi__menu-item[data-v-558aa9b4]{height:44px;padding:0 10px}}@media screen and (max-width:575px){.taxi__filter .taxi__menu .taxi__menu-item[data-v-558aa9b4]{background:transparent;border:none;border-bottom:1px solid var(--main-black);border-radius:20px}}.taxi__filter .taxi__menu .taxi__menu-item input[type=checkbox][data-v-558aa9b4]{display:none}.taxi__filter .taxi__menu .taxi__menu-item .checkbox__switch[data-v-558aa9b4]{background:var(--main-black);border-radius:50%;display:block;height:33px;position:absolute;right:25px;top:calc(50% - 16.5px);width:33px}@media screen and (max-width:1023px){.taxi__filter .taxi__menu .taxi__menu-item .checkbox__switch[data-v-558aa9b4]{height:24px;right:15px;top:calc(50% - 12px);width:24px}}@media screen and (max-width:767px){.taxi__filter .taxi__menu .taxi__menu-item .checkbox__switch[data-v-558aa9b4]{right:10px}}.taxi__filter .taxi__menu .taxi__menu-item p[data-v-558aa9b4]{font-size:14px;font-weight:700;line-height:18px}@media screen and (max-width:767px){.taxi__filter .taxi__menu .taxi__menu-item p[data-v-558aa9b4]{font-size:14px}}.taxi__filter .taxi__menu .taxi__menu-item.active[data-v-558aa9b4]{background:var(--yellow)}.taxi__filter .taxi__menu .taxi__menu-item.active .checkbox__switch[data-v-558aa9b4]{background:var(--bg-light);border:10px solid var(--main-black)}@media screen and (max-width:1023px){.taxi__filter .taxi__menu .taxi__menu-item.active .checkbox__switch[data-v-558aa9b4]{border:7px solid var(--main-black)}}@media screen and (max-width:767px){.taxi__filter[data-v-558aa9b4]{margin-top:20px}}.taxi__wrapper[data-v-558aa9b4]{display:flex;flex-direction:column;gap:20px}.taxi__list[data-v-558aa9b4]{align-items:center;display:grid;gap:20px 23px;grid-template-columns:repeat(4,1fr)}@media (max-width:1199px){.taxi__list[data-v-558aa9b4]{gap:15px}}@media (max-width:1220px){.taxi__list[data-v-558aa9b4]{grid-template-columns:repeat(3,1fr)}}@media (max-width:906px){.taxi__list[data-v-558aa9b4]{grid-template-columns:repeat(2,1fr)}}@media (max-width:610px){.taxi__list[data-v-558aa9b4]{grid-template-columns:repeat(1,1fr)}}.banner[data-v-644c05d9]:before{background-color:#5a5a5a59;border-radius:var(--border-radius);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}[data-v-644c05d9] .form__check{top:0}@media screen and (max-width:500px){[data-v-644c05d9] .form__check{position:relative;top:25px}}.callback__section .container[data-v-644c05d9]{background:transparent;padding:0}.callback__section .banner[data-v-644c05d9]{background:url(/images/banner2.webp) no-repeat 30% 45%;background-size:100%;border-radius:var(--border-radius);margin:0 auto;max-width:1400px;padding:20px;position:relative}@media screen and (max-width:1100px){.callback__section .banner[data-v-644c05d9]{background-size:220%}}@media screen and (max-width:740px){.callback__section .banner[data-v-644c05d9]{background:url(/images/banner2.webp) no-repeat 25% 50%;background-size:250%}}@media screen and (max-width:540px){.callback__section .banner[data-v-644c05d9]{background-size:400%;margin-top:15px;padding:0}}.callback__section .white-container[data-v-644c05d9]{background:#fff;border-radius:var(--border-radius);margin-left:auto;margin-right:0;max-width:500px;opacity:.9;padding:20px;z-index:1}@media screen and (max-width:767px){.callback__section .white-container[data-v-644c05d9]{margin-left:0;max-width:100%;padding:30px}}@media screen and (max-width:540px){.callback__section .white-container[data-v-644c05d9]{border-bottom:1px solid #ffd000;border-radius:0;border-top:1px solid #ffd000;opacity:.8;padding:20px}}.callback__section .callback__content[data-v-644c05d9]{background:none;color:var(--main-black);display:flex;flex-direction:column;position:relative;z-index:9999999}@media screen and (max-width:540px){.callback__section .callback__content[data-v-644c05d9]{color:var(--bg-light)}}.callback__section .callback__content .callback__title[data-v-644c05d9]{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:30px;padding-left:12px;position:relative}.callback__section .callback__content .callback__title[data-v-644c05d9]:before{background-color:#fa3034;border-radius:2px;bottom:4px;content:"";left:0;position:absolute;top:4px;width:4px}.callback__section .callback__content .callback__title h2[data-v-644c05d9]{color:var(--main-black);font-size:22px;font-weight:700;margin-bottom:10px}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h2[data-v-644c05d9]{color:var(--main-black)}}.callback__section .callback__content .callback__title h3[data-v-644c05d9]{font-size:18px;font-weight:400}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h3[data-v-644c05d9]{color:var(--main-black)}}.callback__section .callback__mob-img[data-v-644c05d9]{display:none}@media screen and (max-width:540px){.callback__section .callback__mob-img[data-v-644c05d9]{background:url(/images/callback__form-bg.webp) no-repeat 80% 50%;background-size:cover;display:block;height:260px;margin-left:-20px;margin-right:-20px}}.callback__section .callback__form[data-v-644c05d9]{display:flex;flex-direction:column;gap:12px;z-index:999999}@media screen and (max-width:767px){.callback__section .callback__form[data-v-644c05d9]{gap:30px}}.callback__section .callback__form input[type=tel][data-v-644c05d9],.callback__section .callback__form input[type=text][data-v-644c05d9]{background-color:#fff;border:1px solid #ccc;border-radius:6px;color:#000;font-size:14px;padding:14px 16px;transition:border .3s;width:100%}.callback__section .callback__form input[type=tel][data-v-644c05d9]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-644c05d9]::-moz-placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-644c05d9]::placeholder,.callback__section .callback__form input[type=text][data-v-644c05d9]::placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-644c05d9]:focus,.callback__section .callback__form input[type=text][data-v-644c05d9]:focus{border-color:#e2001a;outline:none}@media screen and (max-width:540px){.callback__section .callback__form input[type=tel][data-v-644c05d9],.callback__section .callback__form input[type=text][data-v-644c05d9]{background-color:#ffffff26;border-color:var(--bg-light);color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-644c05d9]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-644c05d9]::-moz-placeholder{color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-644c05d9]::placeholder,.callback__section .callback__form input[type=text][data-v-644c05d9]::placeholder{color:var(--bg-light)}}.callback__section .callback__form .callback__form-btn[data-v-644c05d9]{background-color:#e2001a;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:14px;transition:.3s}.callback__section .callback__form .callback__form-btn[data-v-644c05d9]:hover{background-color:#b80016}@media screen and (max-width:540px){.callback__section .callback__form .callback__form-btn[data-v-644c05d9]{background-color:var(--secondary-color)}}.callback__section .callback__form .form-checkbox[data-v-644c05d9]{align-items:center;display:flex;font-size:14px;margin-top:6px}.callback__section .callback__form .form-checkbox input[type=checkbox][data-v-644c05d9]{accent-color:#e2001a;margin-right:8px}.callback__section .callback__form .form-checkbox a[data-v-644c05d9]{color:#e2001a;text-decoration:underline}.callback__section .callback__form .form-checkbox a[data-v-644c05d9]:hover{text-decoration:none}@media screen and (max-width:540px){.callback__section .callback__form .form-checkbox[data-v-644c05d9],.callback__section .callback__form .form-checkbox a[data-v-644c05d9]{color:var(--bg-light)}}[data-v-644c05d9] .base-button{background:#ffd000;border:none;color:#000}[data-v-644c05d9] .form-input{border:1px solid #000!important;color:#000!important}[data-v-644c05d9] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-644c05d9] .form-input::placeholder{color:#000!important;opacity:.8!important}.title[data-v-45ca0521]{font-size:24px;margin:0 auto;max-width:1430px}.cars__buttons[data-v-cd2035fe]{display:flex;flex-wrap:nowrap;gap:3px;max-width:100%;overflow-x:auto;padding:0 15px;width:100%;-ms-overflow-style:none}.cars__buttons[data-v-cd2035fe]::-webkit-scrollbar{display:none}.cars__buttons .tag[data-v-cd2035fe]{background:#fff;border:1px solid #c4c4c4;border-radius:10px;color:var(--main-color);font-size:11px;font-weight:500;padding:6px 10px;white-space:nowrap}.cars__buttons .tag.disabled[data-v-cd2035fe]{border-color:#ddd;color:#aaa}.model[data-v-cd2035fe]{background:#fff;border:1px solid #9f9f9f;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;gap:10px;min-width:280px;overflow:hidden;position:relative;transition:.3s;width:100%}@media screen and (max-width:400px){.model[data-v-cd2035fe]{gap:10px;padding:10px}}.model[data-v-cd2035fe]:hover{background:#fff;box-shadow:var(--box-shadow);transition:.3s}.model .modeld__garantee[data-v-cd2035fe]{align-items:center;background:var(--bg-light);border-radius:50%;box-shadow:0 4px 4px #00000040;display:flex;flex-direction:column;gap:5px;height:80px;justify-content:center;pointer-events:none;position:absolute;right:10px;top:10px;width:80px;z-index:10}.model .modeld__garantee span[data-v-cd2035fe]{background:transparent;font-size:var(--small-size);font-weight:300;text-align:center}.model .modeld__garantee img[data-v-cd2035fe]{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.model .model__info[data-v-cd2035fe]{padding:15px}.model .model__info .model__title[data-v-cd2035fe]{display:flex;flex-direction:column;line-height:normal}.model .model__info .model__title .name[data-v-cd2035fe]{font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model .model__info .model__title .configuration[data-v-cd2035fe]{display:flex;flex-wrap:wrap;gap:5px}.model .model__info .model__params[data-v-cd2035fe]{margin:10px 0}.model .model__info .model__params .model__params-list[data-v-cd2035fe]{color:#a7a7a7;display:flex;flex-wrap:wrap;gap:8px}.model .model__info .model__params .model__params-list .model__param[data-v-cd2035fe]{position:relative}.model .model__info .model__params .model__params-list .model__param[data-v-cd2035fe]:before{content:"🞄";font-size:14px;margin-right:2px}.model .model__info .model__percent[data-v-cd2035fe]{border:2px solid var(--main-color);border-radius:15px;color:var(--main-color);margin-bottom:20px;padding:5px 10px;width:-moz-fit-content;width:fit-content}.model .model__info .model__more-link[data-v-cd2035fe]{background:var(--main-color);border:1px solid var(--main-color);border-radius:20px;color:#fff;padding:15px;text-align:center;transition:.3s;width:auto}.model .model__info .model__more-link[data-v-cd2035fe]:hover{background:transparent;color:var(--main-color);transition:.3s}.model .model__info .model__price[data-v-cd2035fe]{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.model .model__info .model__price .model__price-month[data-v-cd2035fe]{font-size:var(--standart-size)}@media screen and (max-width:400px){.model .model__info .model__price .model__price-month[data-v-cd2035fe]{font-size:14px}}.model .model__info .model__price .model__price-month span[data-v-cd2035fe]{color:var(--main-color);font-weight:700}.model .model__info .model__price .model__price-current[data-v-cd2035fe]{color:var(--main-color);font-size:var(--medium-size);font-size:18px;font-weight:700;line-height:normal;margin-bottom:5px}.model .model__info .model__price .model__price-old[data-v-cd2035fe]{color:#b0b0b0;margin-left:0;text-decoration:line-through}.model .model__controls[data-v-cd2035fe]{display:grid;flex-direction:column;gap:10px;padding:0 15px 15px;width:100%}.model .model__img-block[data-v-cd2035fe]{border-top-left-radius:20px;border-top-right-radius:20px;height:auto;overflow:hidden;position:relative;width:100%}.model .model__img-block .model__img[data-v-cd2035fe]{display:block;height:150px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%}.model .model__img-block .model__stickers[data-v-cd2035fe]{background:transparent;display:flex;justify-content:flex-end;left:0;padding:0 10px;position:absolute;top:10px;width:100%;z-index:10}.model .model__img-block .model__stickers .sticker[data-v-cd2035fe]{background:#fff;border-radius:20px;font-size:14px;font-weight:700;line-height:normal;padding:6px;text-align:center;z-index:1}.model .model__img-block .model__stickers .available[data-v-cd2035fe]{background:#fff;border:2px solid var(--main-color);border-radius:10px;color:var(--main-color);display:inline-block;font-weight:600}.model .model__img-block .model__stickers .available span[data-v-cd2035fe]{font-weight:700}.model .model__img-block .model__stickers .garantee[data-v-cd2035fe]{background:var(--main-color2);color:#fff}.model .model__img-block img[data-v-cd2035fe]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.current-model[data-v-cd2035fe],.recent[data-v-cd2035fe]{display:none}.recent[data-v-cd2035fe]{background:#fff;border-radius:20px;left:15px;padding:8px 12px;position:absolute;text-align:center;top:15px;z-index:100}.model__text[data-v-cd2035fe]{display:flex;flex-direction:column;gap:15px;width:100%}.china__section .china__section-content[data-v-b62c0464]{align-items:center;background:url(/images/china__bg.webp) no-repeat 5% 55%;background-size:cover;border-radius:var(--border-radius);box-shadow:inset 0 0 50px #0009;display:grid;grid-template-columns:1fr 500px;padding:30px;width:100%}@media screen and (max-width:1023px){.china__section .china__section-content[data-v-b62c0464]{grid-template-columns:1fr 250px;padding:60px}}@media screen and (max-width:767px){.china__section .china__section-content[data-v-b62c0464]{grid-template-columns:1fr;margin:0 auto;padding:0}}@media screen and (max-width:540px){.china__section .china__section-content[data-v-b62c0464]{padding:0}}.china__section .china__section-content .china__form[data-v-b62c0464]{background:#fff;border-radius:var(--border-small-radius);display:flex;flex-direction:column;gap:10px;justify-content:center;max-width:500px;opacity:.9;padding:20px}.china__section .china__section-content .china__form h3[data-v-b62c0464]{align-items:flex-start;display:flex;font-size:20px;font-weight:700;justify-content:flex-start;text-align:start}.china__section .china__section-content .china__text[data-v-b62c0464]{align-self:start;display:flex;flex-direction:column;gap:15px;justify-self:start}.china__section .china__section-content .china__text .content__main-text[data-v-b62c0464]{background:var(--main-black);border-radius:var(--border-small-radius);color:#fff;font-size:14px;font-weight:600;padding:10px 15px;text-transform:uppercase;width:-moz-fit-content;width:fit-content}.china__section .china__section-content .china__text .content__main-title[data-v-b62c0464]{color:#fff;font-size:28px;line-height:42px;max-width:700px}.china__section .china__section-content .china__text .content__main-title span[data-v-b62c0464]{background:#fff;border-radius:var(--border-small-radius);font-weight:800;padding:5px 10px}@media screen and (max-width:767px){.china__section .china__section-content .china__text .content__main-title[data-v-b62c0464]{display:none}}@media screen and (max-width:425px){.china__section .china__section-content .china__text .content__main-title[data-v-b62c0464]{font-size:24px;line-height:30px}}.china__section .china__section-content .china__text .content__main-link[data-v-b62c0464]{align-items:center;background:var(--main-black);border:1px solid var(--main-black);border-radius:7px;color:#fff;display:flex;font-size:18px;font-weight:500;justify-content:center;line-height:20px;margin-top:40px;padding:20px 55px;transition:all .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.china__section .china__section-content .china__text .content__main-link[data-v-b62c0464]{height:56px;margin-bottom:30px;margin-top:auto}}@media screen and (max-width:425px){.china__section .china__section-content .china__text .content__main-link[data-v-b62c0464]{height:50px;margin-bottom:20px}}.china__section .china__section-content .china__text .content__main-link[data-v-b62c0464]:before{background:linear-gradient(90deg,rgba(0,0,0,.75),rgba(0,0,0,.55) 39%,transparent 63%);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.china__section .china__section-content .china__text .content__main-link[data-v-b62c0464]>*{position:relative;z-index:2}.content__gift[data-v-b62c0464]{align-items:center;display:flex;gap:5px;position:absolute;top:350px}@media screen and (max-width:1100px){.content__gift[data-v-b62c0464]{top:410px}}@media screen and (max-width:780px){.content__gift[data-v-b62c0464]{display:none}}.content__main-p[data-v-b62c0464]{color:#000}.filter .filter__button-mobile[data-v-634bc13a]{background:#f6f6f6;border-radius:20px;cursor:pointer;display:none;gap:10px;margin-top:15px;padding:13px 15px;white-space:nowrap;width:48%}@media screen and (max-width:768px){.filter .filter__button-mobile[data-v-634bc13a]{display:inline-flex}}.filter .filter__content[data-v-634bc13a]{border-radius:20px;display:none;flex-direction:column;gap:20px;margin-top:15px}@media screen and (min-width:768px){.filter .filter__content[data-v-634bc13a]{display:flex}}.filter .filter__content .filter__header[data-v-634bc13a]{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:540px){.filter .filter__content .filter__header[data-v-634bc13a]{flex-wrap:wrap}}.filter .filter__content .filter__header-reset[data-v-634bc13a]{align-items:center;background:#fff;border:1px solid var(--main-color);border-radius:10px;color:var(--main-color);display:flex;gap:10px;justify-content:center;padding:10px 15px}.filter .filter__content .filter__header-reset .filter__header-reset-icon[data-v-634bc13a]{align-items:center;background:#fff;border:2px solid var(--main-color);border-radius:100%;color:var(--main-color);display:flex;height:25px;justify-content:center;width:25px}@media screen and (max-width:540px){.filter .filter__content .filter__header-reset[data-v-634bc13a]{margin-top:15px}}.filter .filter__content .filter__body-selects[data-v-634bc13a]{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media screen and (max-width:1300px){.filter .filter__content .filter__body-selects[data-v-634bc13a]{grid-template-columns:1fr 1fr}}@media screen and (max-width:1000px){.filter .filter__content .filter__body-selects[data-v-634bc13a]{gap:35px;grid-template-columns:1fr}}@media screen and (max-width:768px){.filter .filter__content .filter__body-selects[data-v-634bc13a]{display:none;padding-top:0}}.filter .filter__content .filter__body-selects .filter__body-column[data-v-634bc13a]{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:700px){.filter .filter__content .filter__body-selects .filter__body-column[data-v-634bc13a]{-moz-column-gap:0;column-gap:0;grid-template-columns:1fr;row-gap:10px}}.filter .filter__content .filter__body-selects .filter__body-column.more[data-v-634bc13a]{margin-top:0}.filter .filter__content .filter__body-selects .filter__body-select[data-v-634bc13a]{position:relative}.filter .filter__content .filter__body-selects .filter__body-select[data-v-634bc13a]:after{align-items:center;border-radius:100%;color:#9f9f9f;content:"⌄";display:flex;font-size:25px;font-weight:600;height:26px;justify-content:center;pointer-events:none;position:absolute;right:15px;text-align:center;top:50%;transform:translateY(-50%);transition:color .3s;width:26px}.filter .filter__content .filter__body-selects .filter__body-select[data-v-634bc13a]:not(:disabled):after{color:var(--main-color)}select:disabled+.filter .filter__content .filter__body-selects .filter__body-select[data-v-634bc13a]:after{opacity:.5}@media screen and (max-width:700px){.filter .filter__content .filter__body-selects .filter__body-select[data-v-634bc13a]{grid-column-start:1}}.filter .filter__content .filter__body-selects .filter__body-select select[data-v-634bc13a]{background:#fff;border-radius:20px;color:#767676;min-width:210px;padding:15px;width:100%}.filter .filter__content .filter__body-selects .filter__body-select select option[data-v-634bc13a]{padding:5px}.filter .filter__content .filter__body-selects .filter__body-select select.active[data-v-634bc13a]{font-weight:700}.filter .filter__content .filter__body-selects .filter__body-show[data-v-634bc13a]{background:#f6f6f6;border-radius:20px;display:inline-block;font-size:16px;padding:10px 15px;width:-moz-max-content;width:max-content}.filter .filter__content .filter__body-selects .semi-wide[data-v-634bc13a]{grid-column-end:3;grid-column-start:1}.filter .filter__content .filter__body-selects .wide[data-v-634bc13a]{grid-column-end:4;grid-column-start:1}.filter .filter__content .filter__body-selects .filter__body-input[data-v-634bc13a]{background:#fff;border:var(--border);border-radius:10px!important;border-radius:10px;color:#767676;display:flex;min-width:210px;padding:15px;width:100%}.filter .filter__content .filter__body-selects .filter__body-input .separator[data-v-634bc13a]{padding:0 5px}.filter .filter__content .filter__body-selects .filter__body-input input[data-v-634bc13a]{width:49%}.filter .filter__content .filter__body-selects .filter__body-input input[data-v-634bc13a]:last-child{text-align:end}.filter .filter__content .filter__body-selects .filter__body-button[data-v-634bc13a]{background:var(--main-color);border:none;border-radius:10px;color:#fff;font-weight:700}.filter .filter__content .filter__body-selects.mobile[data-v-634bc13a]{display:none;gap:10px}@media screen and (max-width:768px){.filter .filter__content .filter__body-selects.mobile[data-v-634bc13a]{display:grid}}.filter .filter__content .filter__body-bodies[data-v-634bc13a]{border:none;display:grid;gap:20px;grid-template-columns:repeat(8,1fr)}@media screen and (max-width:1200px){.filter .filter__content .filter__body-bodies[data-v-634bc13a]{display:none}}.filter .filter__content .filter__body-bodies .filter__body-body[data-v-634bc13a]{align-items:center;border:none;border-radius:20px;cursor:pointer;display:inline-flex;flex-direction:column;gap:10px;justify-content:center;padding:20px 25px;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body p[data-v-634bc13a]{font-size:14px;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body[data-v-634bc13a]:hover{border:2px solid var(--main-black);transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body:hover p[data-v-634bc13a]{font-weight:700;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body img[data-v-634bc13a]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.filter .filter__content .filter__body-controls[data-v-634bc13a]{display:flex;flex-wrap:wrap;gap:10px;padding-top:20px}@media screen and (max-width:540px){.filter .filter__content .filter__body-controls[data-v-634bc13a]{gap:5px}}.filter .filter__content .filter__body-controls .controls__item[data-v-634bc13a]{background:#fff;border-radius:20px;cursor:pointer;padding:8px 14px;transition:.3s}.filter .filter__content .filter__body-controls .controls__item[data-v-634bc13a]:hover{background:var(--main-black);color:var(--bg-light);transition:.3s}@media screen and (max-width:540px){.filter .filter__content .filter__body-controls .controls__item[data-v-634bc13a]{font-size:14px;padding:8px}}.filter .filter__content.active[data-v-634bc13a]{display:flex;margin:10px 0}select[data-v-634bc13a]:disabled{opacity:.5}.filter__mobile[data-v-634bc13a]{align-items:center;display:flex;gap:5px;margin-bottom:10px;width:100%}.filter__mobile-reset[data-v-634bc13a]{background:#f6f6f6;border-radius:20px;color:#000;cursor:pointer;display:none;font-size:14px;gap:10px;margin-top:15px;padding:13px 15px;white-space:nowrap;width:48%}@media screen and (max-width:768px){.filter__mobile-reset[data-v-634bc13a]{display:inline-flex}}.cars[data-v-c23d2e95]{scroll-margin-top:15vh}.cars .cars__content[data-v-c23d2e95]{display:flex;flex-direction:column}.cars .cars__content .cars__more[data-v-c23d2e95]{display:flex;justify-content:center;padding-top:25px}.cars .cars__content .cars__more .cars__more-button[data-v-c23d2e95]{border:2px solid var(--main-color);border-radius:4px;color:var(--main-color);width:300px}.cars .cars__content .cars__more .cars__more-button[data-v-c23d2e95]:hover:not(.disabled){background-color:var(--main-color);border-color:var(--main-color);color:#fff}.cars .cars__content .cars__more .cars__more-button.disabled[data-v-c23d2e95]{opacity:.5;pointer-events:none}.loading-message[data-v-c23d2e95],.no-cars-message[data-v-c23d2e95]{color:#666;padding:40px;text-align:center}.no-cars-message h3[data-v-c23d2e95]{color:#333;margin-bottom:10px}.china__wrapper[data-v-a37f726d]{display:flex;flex-direction:column;gap:20px}.china__list[data-v-a37f726d]{align-items:center;display:grid;gap:20px 23px;grid-template-columns:repeat(4,1fr)}@media (max-width:1199px){.china__list[data-v-a37f726d]{gap:15px}}@media (max-width:1220px){.china__list[data-v-a37f726d]{grid-template-columns:repeat(3,1fr)}}@media (max-width:905px){.china__list[data-v-a37f726d]{grid-template-columns:repeat(2,1fr)}}@media (max-width:610px){.china__list[data-v-a37f726d]{grid-template-columns:repeat(1,1fr)}}.title[data-v-bb63557c]{font-size:24px;margin:0 auto;max-width:1430px;padding:10px 0}@media screen and (max-width:1000px){.title[data-v-bb63557c]{padding:0}}.contact__form-form[data-v-ddae1a1b]{display:grid;gap:20px;grid-template-columns:1fr 1fr;padding:20px 0;z-index:1000}@media screen and (max-width:767px){.contact__form-form[data-v-ddae1a1b]{display:flex;flex-direction:column}}.contact__form-form .contact__form-submit[data-v-ddae1a1b]{background:var(--main-color);border-radius:10px;color:#000;font-weight:700;padding:15px}[data-v-ddae1a1b] .form-input{border:1px solid #ccc!important;color:#000!important}[data-v-ddae1a1b] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-ddae1a1b] .form-input::placeholder{color:#000!important;opacity:.8!important}.column[data-v-ddae1a1b]{gap:15px;grid-template-columns:1fr}.base-form.express__form[data-v-ddae1a1b]{align-items:start;display:flex;gap:10px}@media screen and (max-width:1000px){.base-form.express__form[data-v-ddae1a1b]{flex-direction:column}}.base-form.brand__form[data-v-ddae1a1b]{display:flex;flex-direction:column;gap:10px;padding:0;width:100%}@media screen and (max-width:767px){.brand__form .base-button.base-submit{background:var(--main-color);border-color:var(--main-color);color:#fff}}.brand__form .base-input{border:1px solid #000!important;color:#000}.brand__form .base-input .form-input{color:#000!important}@media screen and (max-width:767px){.brand__form .base-input .form-input{background:transparent;color:#000!important}.brand__form .base-input .form-input::-moz-placeholder{color:#000!important}.brand__form .base-input .form-input::placeholder{color:#000!important}.brand__form .base-input .form-input::-moz-placeholder-shown{color:#000!important}.brand__form .base-input .form-input::placeholder-shown{color:#000!important}}.taxi__form-banner{display:flex;flex-direction:column}.taxi__form-banner .base-button.base-submit{background:#fc0;border-color:#fc0;color:#000}[data-v-e84f66ef] .base-input{border:none!important}[data-v-e84f66ef] .form-input{border:1px solid var(--main-color)!important}.brand__section[data-v-e84f66ef]{margin-top:15px}.brand__section .brand__content[data-v-e84f66ef]{align-items:flex-end;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:var(--border-radius);display:flex;flex-direction:column;max-width:1920px;overflow:hidden;padding:20px;position:relative}@media screen and (max-width:1200px){.brand__section .brand__content[data-v-e84f66ef]{padding:20px}}@media screen and (max-width:768px){.brand__section .brand__content[data-v-e84f66ef]{align-items:center;gap:15px;padding:15px}}@media screen and (max-width:500px){.brand__section .brand__content[data-v-e84f66ef]{align-items:center;gap:15px}}.brand__section .brand__content[data-v-e84f66ef]:before{background:#00000080;border-radius:var(--border-radius);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media screen and (max-width:767px){.brand__section .brand__content[data-v-e84f66ef]:before{display:none}}.brand__section .brand__content[data-v-e84f66ef]>*{position:relative;z-index:2}.brand__section .brand__content .brand__img[data-v-e84f66ef]{bottom:0;left:0;order:1;position:absolute;right:0;top:0;z-index:1}.brand__section .brand__content .brand__img .brand__img-h2[data-v-e84f66ef]{color:#fff;font-size:30px;padding:20px;position:absolute;z-index:99999}@media screen and (max-width:970px){.brand__section .brand__content .brand__img .brand__img-h2[data-v-e84f66ef]{display:none}}.brand__section .brand__content .brand__img .brand__img-h3[data-v-e84f66ef]{bottom:0;color:#fff;font-size:30px;padding:20px;position:absolute;z-index:99999}@media screen and (max-width:970px){.brand__section .brand__content .brand__img .brand__img-h3[data-v-e84f66ef]{display:none}}.brand__section .brand__content .brand__img img[data-v-e84f66ef]{filter:brightness(.7);height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (max-width:767px){.brand__section .brand__content .brand__img img[data-v-e84f66ef]{min-height:200px}.brand__section .brand__content .brand__benefints[data-v-e84f66ef]{display:none}}.brand__section .brand__content .brand__form-wrapper[data-v-e84f66ef]{background:#fff;border-radius:10px;display:flex;flex-direction:column;gap:15px;max-width:500px;opacity:.9;order:2;padding:15px 30px}@media screen and (max-width:767px){.brand__section .brand__content .brand__form-wrapper[data-v-e84f66ef]{display:none}}.brand__section .brand__content .brand__form-wrapper .brand__title[data-v-e84f66ef]{color:#333;font-size:20px;font-weight:700;line-height:30px;margin:0;position:relative}@media screen and (max-width:1199px){.brand__section .brand__content .brand__form-wrapper .brand__title[data-v-e84f66ef]{font-size:18px}}@media screen and (max-width:1023px){.brand__section .brand__content .brand__form-wrapper .brand__title[data-v-e84f66ef]{font-size:18px;line-height:30px}}.brand__section .brand__content .brand__form-wrapper .brand__title span[data-v-e84f66ef]{font-weight:600}.brand__section .brand__content .mobile-content[data-v-e84f66ef]{display:none}@media screen and (max-width:767px){.brand__section .brand__content .mobile-content[data-v-e84f66ef]{background:transparent;display:flex;flex-direction:column;gap:25px;margin-bottom:15px;order:2;width:100%}.brand__section .brand__content .mobile-content .mobile-text[data-v-e84f66ef]{border-radius:10px;color:#fff;padding:15px 0;text-align:start}.brand__section .brand__content .mobile-content .mobile-text h2[data-v-e84f66ef]{font-size:13px;margin-bottom:5px}.brand__section .brand__content .mobile-content .mobile-text h3[data-v-e84f66ef]{font-size:28px}.brand__section .brand__content .mobile-content .mobile-text .mobile-title[data-v-e84f66ef]{color:#fff;font-size:16px;font-weight:600;line-height:1.3;margin:0}}.brand__section .brand__content .mobile-button-wrapper[data-v-e84f66ef]{display:none}@media screen and (max-width:767px){.brand__section .brand__content .mobile-button-wrapper[data-v-e84f66ef]{cursor:pointer;display:block;width:100%}.brand__section .brand__content .mobile-button-wrapper .mobile-form-button[data-v-e84f66ef]{background:linear-gradient(45deg,var(--main-color),var(--secondary-color));border:none;border-radius:var(--border-radius);box-shadow:0 4px 15px #0003;color:#fff;cursor:pointer;font-size:16px;font-weight:600;letter-spacing:.5px;padding:16px 20px;transition:all .3s ease;width:100%}.brand__section .brand__content .mobile-button-wrapper .mobile-form-button[data-v-e84f66ef]:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.brand__section .brand__content .mobile-button-wrapper .mobile-form-button[data-v-e84f66ef]:active{box-shadow:0 2px 10px #0003;transform:translateY(0)}}.brand__section .mobile-form-modal[data-v-e84f66ef]{display:none}@media screen and (max-width:767px){.brand__section .mobile-form-modal[data-v-e84f66ef]{display:block;height:100%;left:0;opacity:0;position:fixed;top:0;transition:all .3s ease;visibility:hidden;width:100%;z-index:9999}.brand__section .mobile-form-modal.active[data-v-e84f66ef]{opacity:1;visibility:visible}.brand__section .mobile-form-modal.active .modal-overlay[data-v-e84f66ef]{opacity:1}.brand__section .mobile-form-modal.active .modal-content[data-v-e84f66ef]{opacity:1;transform:translate(-50%,-50%)}.brand__section .mobile-form-modal .modal-overlay[data-v-e84f66ef]{background:#000000b3;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.brand__section .mobile-form-modal .modal-content[data-v-e84f66ef]{background:#fff;border-radius:15px;box-shadow:0 20px 40px #0000004d;display:flex;flex-direction:column;left:50%;max-height:90vh;max-width:400px;opacity:0;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-60%);transition:all .3s ease;width:90%}.brand__section .mobile-form-modal .modal-content .modal-header[data-v-e84f66ef]{align-items:flex-start;background:#f8f9fa;border-bottom:1px solid #eee;display:flex;justify-content:space-between;padding:20px}.brand__section .mobile-form-modal .modal-content .modal-header h3[data-v-e84f66ef]{color:#333;flex:1;font-size:16px;font-weight:600;line-height:1.3;margin:0;padding-right:10px}.brand__section .mobile-form-modal .modal-content .modal-header .modal-close[data-v-e84f66ef]{align-items:center;background:none;border:none;color:#999;cursor:pointer;display:flex;flex-shrink:0;font-size:28px;height:30px;justify-content:center;line-height:1;padding:0;width:30px}.brand__section .mobile-form-modal .modal-content .modal-header .modal-close[data-v-e84f66ef]:hover{color:#333}.brand__section .mobile-form-modal .modal-content .modal-body[data-v-e84f66ef]{flex:1;overflow-y:auto;padding:20px}.brand__section .mobile-form-modal .modal-content .modal-body[data-v-e84f66ef] .form-input{border:1px solid var(--main-color)!important;margin-bottom:15px;width:100%}.brand__section .mobile-form-modal .modal-content .modal-body[data-v-e84f66ef] .base-input{border:none!important}.brand__section .mobile-form-modal .modal-content .modal-body[data-v-e84f66ef] form{display:flex;flex-direction:column;gap:15px}}.express__form[data-v-e84f66ef]{align-items:self-start;display:flex;flex-direction:row}@media screen and (max-width:1000px){.express__form[data-v-e84f66ef]{flex-direction:column}}.models__wrapper[data-v-76c91e8d]{display:flex;flex-direction:column;gap:20px}.section__header[data-v-76c91e8d]{margin-top:10px}.models__list[data-v-76c91e8d]{align-items:center;display:grid;gap:20px 23px;grid-template-columns:repeat(4,1fr)}@media (max-width:1199px){.models__list[data-v-76c91e8d]{gap:15px}}@media (max-width:1220px){.models__list[data-v-76c91e8d]{grid-template-columns:repeat(3,1fr)}}@media (max-width:905px){.models__list[data-v-76c91e8d]{grid-template-columns:repeat(2,1fr)}}@media (max-width:610px){.models__list[data-v-76c91e8d]{grid-template-columns:repeat(1,1fr)}}.section__header[data-v-86a85439]{margin-top:10px}.loader[data-v-53d18514]{align-items:center;display:flex;gap:15px;justify-content:center;width:100%}.base-button[data-v-53d18514],.loader .bold[data-v-53d18514]{font-weight:700}.base-button[data-v-53d18514]{align-items:center;background:#c91212;border:2px solid #c91212;border-radius:10px;color:var(--bg-light);display:flex;height:100%;justify-content:center;padding:14px;transition:.3s;width:100%}.base-button .fa-regular.mobile[data-v-53d18514],.base-button .fa-solid.mobile[data-v-53d18514],.base-button .fa.mobile[data-v-53d18514],.base-button i.mobile[data-v-53d18514]{display:none}@media screen and (max-width:768px){.base-button .fa-regular.mobile[data-v-53d18514],.base-button .fa-solid.mobile[data-v-53d18514],.base-button .fa.mobile[data-v-53d18514],.base-button i.mobile[data-v-53d18514]{display:block}}.base-button span[data-v-53d18514]{background:transparent;font-weight:700}@media screen and (max-width:540px){.base-button span[data-v-53d18514]{font-size:var(--standart-size);font-weight:600}}@media screen and (max-width:768px){.base-button span.hidden[data-v-53d18514]{display:none}}.trade[data-v-53d18514]{background:#3f5e73}.callback[data-v-53d18514]{background:var(--main-color);border:2px solid var(--main-color);border-radius:40px;display:flex;flex-direction:row-reverse;gap:20px;padding:10px 25px;transition:.3s}.callback .fa[data-v-53d18514],.callback .fa-regular[data-v-53d18514],.callback .fa-solid[data-v-53d18514],.callback i[data-v-53d18514]{background:#fff;border-radius:100%;color:var(--main-color);padding:15px;transition:.3s}.callback[data-v-53d18514]:hover{background:#fff;border-color:#fff;color:var(--main-color);transition:.3s}.callback:hover .fa[data-v-53d18514],.callback:hover .fa-regular[data-v-53d18514],.callback:hover .fa-solid[data-v-53d18514],.callback:hover i[data-v-53d18514]{background:var(--main-color);color:#fff;transition:.3s}.slider__form .base-submit[data-v-53d18514]{background:var(--main-color);border-radius:50px}.test-drive[data-v-53d18514]{background:var(--main-color2);border:2px solid var(--main-color2)}.trade[data-v-53d18514]{background:transparent;border:2px solid var(--main-color);color:var(--main-color)}.bh-1[data-v-53d18514],.call[data-v-53d18514]{background:var(--main-color);border:2px solid var(--main-color)}.base-button.load[data-v-53d18514]{width:auto}@media screen and (max-width:768px){.header[data-v-53d18514]{border-radius:100%;padding:10px}.header .fa[data-v-53d18514],.header .fa-regular[data-v-53d18514],.header .fa-solid[data-v-53d18514],.header i[data-v-53d18514]{font-size:var(--standard-size)}}.comp[data-v-53d18514]{background:var(--main-color);border:2px solid var(--main-color);padding:10px 25px}@media screen and (max-width:540px){.comp[data-v-53d18514]{padding:10px}.comp span[data-v-53d18514]{font-size:var(--small-size);font-weight:500}}.comp-credit[data-v-53d18514]{background:var(--secondary-color);border:2px solid var(--secondary-color)}.bordered[data-v-53d18514]{background:transparent;color:var(--main-color)}.bordered[data-v-53d18514],.classic[data-v-53d18514]{border:2px solid var(--main-color);border-radius:20px}.classic[data-v-53d18514]{color:#fff}.classic[data-v-53d18514],.credit-mod[data-v-53d18514]{background:var(--main-color)}.credit-mod[data-v-53d18514]{border:2px solid var(--main-color);padding:10px;width:100%}.credit-mod[data-v-53d18514]:hover{background:#fff;color:var(--main-color)}.certificate[data-v-53d18514]{background:transparent;border:none;color:var(--secondary-color);flex-direction:row-reverse;gap:5px;padding:0;text-align:start;width:-moz-fit-content;width:fit-content}.certificate span[data-v-53d18514]{font-size:var(--standart-size);font-weight:400}.certificate .fa[data-v-53d18514],.certificate .fa-regular[data-v-53d18514],.certificate .fa-solid[data-v-53d18514],.certificate i[data-v-53d18514]{background:var(--secondary-color);border-radius:100%;color:#fff;font-size:11px;height:18px;padding:4px;width:18px}.certificate[data-v-53d18514]:hover{opacity:.85}.fit[data-v-53d18514]{width:-moz-fit-content;width:fit-content}.sp-1[data-v-53d18514]{background:#fff;border:none;color:var(--main-black);padding:10px}.sp-1 span[data-v-53d18514]{font-weight:500}.button-loader[data-v-53d18514]{animation:l20-1-53d18514 .8s linear infinite alternate,l20-2-53d18514 1.6s linear infinite;aspect-ratio:1;border:8px solid #fff;border-radius:50%;width:20px}@keyframes l20-1-53d18514{0%{clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes l20-2-53d18514{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}.base-submit[data-v-333c10a7] *{opacity:1!important;pointer-events:auto;position:relative;z-index:10}.base-form[data-v-333c10a7]{color:#000!important}.row[data-v-333c10a7]{align-items:center;display:flex;flex-direction:column;gap:5px;width:100%}@media screen and (max-width:768px){.row[data-v-333c10a7]{flex-direction:column;width:100%}}.error[data-v-333c10a7]{color:red;font-size:.8em}.submit-block[data-v-333c10a7]{display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:1fr}.error-block[data-v-333c10a7],.submit-block[data-v-333c10a7]{grid-column-end:3;grid-column-start:1}.error-block[data-v-333c10a7]{display:flex}.form-comp[data-v-333c10a7]{max-width:0}.text__timer[data-v-333c10a7]{color:#000;display:flex;font-size:20px;font-weight:700;justify-content:start;padding-left:5px;text-align:start}@media screen and (max-width:500px){.text__timer[data-v-333c10a7]{font-size:16px}}.small[data-v-a1553fe8]{align-items:normal;align-items:center;border-radius:20px;display:flex;flex-direction:column;gap:10px;padding:15px}@media screen and (max-width:768px){.small[data-v-a1553fe8]{align-items:normal;display:flex;flex-direction:column}}[data-v-a1553fe8] .base-input{height:40px}[data-v-a1553fe8] .form-input{background:#fff;border:1px solid var(--main-color);height:40px}[data-v-a1553fe8] input{color:#000}.form-title[data-v-a1553fe8]{display:none}[data-v-a1553fe8] .base-button{background:var(--main-color);border:none;height:40px;z-index:3}@media screen and (max-width:768px){[data-v-a1553fe8] .base-button{margin-left:0}}.base-input[data-v-cc41eb0a]{height:50px;position:relative;width:100%}.base-input .input-wrapper[data-v-cc41eb0a]{height:100%;position:relative;width:100%}.base-input .form-input[data-v-cc41eb0a]{background:#fff;border:1px solid var(--main-color);border-radius:50px;box-sizing:border-box;color:#000;font-size:16px;font-weight:700;height:100%;padding:15px;transition:all .3s ease;width:100%}.base-input .form-input.paste-blocked[data-v-cc41eb0a]{animation:shake-cc41eb0a .5s ease;border-color:#ff6b6b!important;padding-right:120px}.base-input .form-input.shortcut-blocked[data-v-cc41eb0a]{animation:pulse-cc41eb0a .3s ease;border-color:#ffa94d!important}.base-input .form-input[data-v-cc41eb0a]:focus{border-color:var(--main-color);outline:none}@media screen and (max-width:768px){.base-input .form-input[data-v-cc41eb0a]{background:var(--main-color);border:2px solid #fff;color:#fff}.base-input .form-input[data-v-cc41eb0a]::-moz-placeholder{color:#fff;opacity:1}.base-input .form-input[data-v-cc41eb0a]::placeholder{color:#fff;opacity:1}}.base-input .paste-warning[data-v-cc41eb0a]{align-items:center;background:#ff6b6b1a;border-radius:4px;color:#ff6b6b;display:flex;font-size:14px;gap:6px;opacity:0;padding:4px 8px;pointer-events:none;position:absolute;right:12px;top:50%;transform:translateY(-50%);transition:all .3s ease;z-index:10}.base-input .paste-warning.show[data-v-cc41eb0a]{opacity:1;transform:translateY(-50%) translate(0)}.base-input .paste-warning.icon-only[data-v-cc41eb0a]{padding:4px}.base-input .paste-warning.icon-only .fa[data-v-cc41eb0a],.base-input .paste-warning.icon-only .fa-regular[data-v-cc41eb0a],.base-input .paste-warning.icon-only .fa-solid[data-v-cc41eb0a],.base-input .paste-warning.icon-only i[data-v-cc41eb0a]{margin:0}.base-input .paste-warning.has-text[data-v-cc41eb0a]{background:#ff6b6b26;padding:4px 8px}.base-input .paste-warning .fa[data-v-cc41eb0a],.base-input .paste-warning .fa-regular[data-v-cc41eb0a],.base-input .paste-warning .fa-solid[data-v-cc41eb0a],.base-input .paste-warning i[data-v-cc41eb0a]{font-size:14px;transition:transform .3s ease}.base-input .paste-warning .warning-text[data-v-cc41eb0a]{font-size:11px;font-weight:500;letter-spacing:.2px;white-space:nowrap}.base-input.name-input .form-input.paste-blocked[data-v-cc41eb0a],.base-input.phone-input .form-input.paste-blocked[data-v-cc41eb0a]{padding-right:120px}@media screen and (max-width:768px){.base-input.name-input .form-input.paste-blocked[data-v-cc41eb0a],.base-input.phone-input .form-input.paste-blocked[data-v-cc41eb0a]{padding-right:40px!important}}.form__form-item[data-v-cc41eb0a]{background:#fff;display:flex;gap:10px;padding:10px 15px}.form__form-item .form__item-content[data-v-cc41eb0a]{align-items:center;display:flex;gap:10px;width:100%}.form__form-item .separator-line[data-v-cc41eb0a]{border-bottom:1px solid #000;flex-grow:1;height:1px;margin:0 5px;min-width:10px}.form__form-item .money[data-v-cc41eb0a]{color:var(--main-color);font-weight:700;white-space:nowrap}@media screen and (max-width:768px){.form__form-item[data-v-cc41eb0a]{flex-direction:column;gap:5px}.form__form-item .form__item-content[data-v-cc41eb0a]{align-items:flex-start;flex-direction:column;gap:5px}.form__form-item .separator-line[data-v-cc41eb0a]{display:none}.form__form-item .money[data-v-cc41eb0a]{margin-left:0}}.model-credit__form[data-v-cc41eb0a]{display:grid;gap:10px;grid-template-columns:1fr}.model-credit__form .form__block[data-v-cc41eb0a]{display:flex;flex-direction:column;gap:0}.model-credit__form .form__block.range[data-v-cc41eb0a]{gap:15px}.model-credit__form .form__block.row[data-v-cc41eb0a]{display:flex;flex-direction:row;flex-direction:column;flex-wrap:wrap}.model-credit__form .form__form-content[data-v-cc41eb0a]{display:flex;flex-direction:column;gap:10px}.model-credit__form .form__form-item[data-v-cc41eb0a]{background:#fff;display:flex;gap:10px;padding:10px 15px}.model-credit__form .form__form-item .money[data-v-cc41eb0a]{color:var(--main-color);font-weight:700;margin-left:auto}@media screen and (max-width:768px){.model-credit__form .form__form-item[data-v-cc41eb0a]{flex-direction:column;gap:5px}.model-credit__form .form__form-item .money[data-v-cc41eb0a]{margin-left:0}}.model-credit__form .form__complection-item[data-v-cc41eb0a]{border:1px solid var(--secondary-color);border-radius:20px;padding:10px;width:-moz-fit-content;width:fit-content}.model-credit__form .form__complection-select[data-v-cc41eb0a]{background:#fff;padding:15px 0}.model-credit__form .form__complection-select .form__complection-list[data-v-cc41eb0a]{align-items:center;display:grid;gap:5px;grid-template-columns:repeat(2,1fr);margin-top:5px;width:100%}@media screen and (max-width:400px){.model-credit__form .form__complection-select .form__complection-list[data-v-cc41eb0a]{grid-template-columns:repeat(1,1fr)}}.model-credit__form .form__complection-select .form__complection-list .form__complection-item[data-v-cc41eb0a]{align-items:center;border:1px solid #9f9f9f;border-radius:10px;color:#9f9f9f;cursor:pointer;display:flex;gap:15px;justify-content:space-between;padding:15px;width:100%}.model-credit__form .form__complection-select .form__complection-list .form__complection-item.active[data-v-cc41eb0a]{border:1px solid var(--main-color);color:var(--main-color)}@media screen and (max-width:540px){.model-credit__form .form__complection-select .form__complection-list .form__complection-item[data-v-cc41eb0a]{gap:5px;padding:15px 10px}.model-credit__form .form__complection-select .form__complection-list .form__complection-item span[data-v-cc41eb0a]{font-size:14px}}.form__complection-item.active[data-v-cc41eb0a]{color:var(--main-color)}.model-card__mod-choice[data-v-cc41eb0a]{display:flex;flex-direction:column;gap:5px}.model-card__mod-choice .model-card__mod-select[data-v-cc41eb0a]{flex-grow:1;position:relative}.model-card__mod-choice .model-card__mod-select .filter__body-select-reset[data-v-cc41eb0a]{align-self:center;border-radius:100%;color:var(--main-black);cursor:pointer;display:flex;justify-content:center;position:absolute;right:40px;text-align:center;top:50%;transform:translateY(-50%)}.model-card__mod-choice .model-card__mod-select .filter__body-select-reset .fa[data-v-cc41eb0a],.model-card__mod-choice .model-card__mod-select .filter__body-select-reset .fa-regular[data-v-cc41eb0a],.model-card__mod-choice .model-card__mod-select .filter__body-select-reset .fa-solid[data-v-cc41eb0a],.model-card__mod-choice .model-card__mod-select .filter__body-select-reset i[data-v-cc41eb0a]{height:100%}.model-card__mod-choice .model-card__mod-select .filter__body-select-reset[disabled][data-v-cc41eb0a]{display:none}.model-card__mod-choice .model-card__mod-select[data-v-cc41eb0a]:after{background:var(--main-black);border-radius:100%;color:#fff;content:"⌄";padding:3px 4px;pointer-events:none;position:absolute;right:10px;text-align:center;top:50%;transform:translateY(-50%)}@media screen and (max-width:500px){.model-card__mod-choice .model-card__mod-select[data-v-cc41eb0a]{grid-column-start:1}}.model-card__mod-choice .model-card__mod-select select[data-v-cc41eb0a]{background:#fff;border:2px solid var(--main-color);border-radius:50px;color:var(--main-color);font-weight:700;min-width:210px;padding:15px;width:100%}.model-card__mod-choice .model-card__mod-select select option[data-v-cc41eb0a]{padding:5px}.model-card__mod-choice .model-card__mod-select select.active[data-v-cc41eb0a]{font-weight:700}.model-card__mod-choice .model-card__mod-subtitle[data-v-cc41eb0a]{margin-bottom:10px}@keyframes shake-cc41eb0a{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes pulse-cc41eb0a{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes icon-bounce-cc41eb0a{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.base-input .paste-warning.show.icon-only i[data-v-cc41eb0a]{animation:icon-bounce-cc41eb0a .3s ease}@media (max-width:768px){.base-input .paste-warning .warning-text[data-v-cc41eb0a]{display:none}.base-input .paste-warning.has-text[data-v-cc41eb0a]{padding:4px}.base-input .paste-warning.has-text .warning-text[data-v-cc41eb0a]{display:inline;font-size:14px}.base-input .paste-warning.show[data-v-cc41eb0a]{padding:4px}}.fade-enter-active[data-v-cc41eb0a],.fade-leave-active[data-v-cc41eb0a]{transition:opacity .3s ease}.fade-enter-from[data-v-cc41eb0a],.fade-leave-to[data-v-cc41eb0a]{opacity:0;transform:translateY(-50%) translate(10px)}.fade-enter-from.icon-only[data-v-cc41eb0a]{transform:translateY(-50%) scale(.8)}.model-finance[data-v-e1bfc921]{border:1px solid var(--main-color);border-left:none;border-right:none;margin-top:20px;padding:20px;scroll-margin-top:80px}@media screen and (max-width:540px){.model-finance[data-v-e1bfc921]{padding:15px 0}}.model-finance .model-finance__wrapper[data-v-e1bfc921]{display:grid;gap:40px;grid-template-columns:1fr 1fr}.model-finance .model-finance__wrapper .model-finance__body[data-v-e1bfc921]{border:1px solid var(--main-color);border-radius:10px;margin-right:10px;padding:30px}@media screen and (max-width:768px){.model-finance .model-finance__wrapper .model-finance__body[data-v-e1bfc921]{margin-left:0;padding:30px}}@media screen and (max-width:540px){.model-finance .model-finance__wrapper .model-finance__body[data-v-e1bfc921]{padding:25px 15px;width:100%}}@media screen and (max-width:340px){.model-finance .model-finance__wrapper .model-finance__body[data-v-e1bfc921]{border:none!important;padding:25px 0;width:100%}}.model-finance .model-finance__wrapper .model-finance__body .model-finance__title[data-v-e1bfc921]{font-size:20px;font-weight:600;line-height:normal;margin-bottom:25px}.model-finance .model-finance__wrapper .model-finance__header[data-v-e1bfc921]{display:flex;flex-direction:column;gap:10px;justify-content:start}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head[data-v-e1bfc921]{align-items:center;background:#fff;border-radius:10px;color:#000;cursor:default;display:flex;font-size:18px;font-weight:700;justify-content:space-between;margin-bottom:5px;padding:15px 0;width:100%}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head.static-head[data-v-e1bfc921]{border-bottom:2px solid var(--main-color);border-radius:0;padding-left:0;padding-right:0}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head.static-head .icon[data-v-e1bfc921]{display:none}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-content[data-v-e1bfc921]{padding:10px 0}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car[data-v-e1bfc921]{align-items:center;display:flex;gap:30px;justify-content:center;margin:20px 0}@media screen and (max-width:1420px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car[data-v-e1bfc921]{flex-direction:column;margin:10px 0}}@media screen and (max-width:900px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car[data-v-e1bfc921]{flex-direction:row;margin:10px 0}}@media screen and (max-width:676px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car[data-v-e1bfc921]{display:none;flex-direction:column;margin:10px 0}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car img[data-v-e1bfc921]{height:100%;max-width:500px;-o-object-fit:contain;object-fit:contain;width:100%}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col[data-v-e1bfc921]{display:flex;flex-direction:column;gap:40px}@media screen and (max-width:1420px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col[data-v-e1bfc921]{flex-direction:row;margin:10px 0}}@media screen and (max-width:1178px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col[data-v-e1bfc921]{flex-direction:row;margin:10px 0}}@media screen and (max-width:900px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col[data-v-e1bfc921]{flex-direction:column;margin:10px 0}}@media screen and (max-width:767px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col[data-v-e1bfc921]{flex-direction:column;margin:10px 0}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row[data-v-e1bfc921]{align-items:center;display:flex;gap:12px}@media screen and (max-width:767px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row[data-v-e1bfc921]{margin:0 auto;width:172px}}@media screen and (max-width:425px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row[data-v-e1bfc921]{gap:10px;width:150px}}@media screen and (max-width:375px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row[data-v-e1bfc921]{width:auto}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row img[data-v-e1bfc921]{height:40px;-o-object-fit:contain;object-fit:contain;width:40px;fill:var(--main-color)}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row p[data-v-e1bfc921]{font-size:20px;font-weight:500;line-height:22px;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:767px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row p[data-v-e1bfc921]{font-size:18px}}@media screen and (max-width:767px) and (max-width:425px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row p[data-v-e1bfc921]{font-size:15px}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row p span[data-v-e1bfc921]{font-size:14px;font-weight:500;text-transform:uppercase}@media screen and (max-width:1178px){.model-finance .model-finance__wrapper[data-v-e1bfc921]{gap:15px;grid-template-columns:1fr}}.model-finance__info p[data-v-e1bfc921]{padding:10px 0}.model-finance__info .main__span[data-v-e1bfc921]{color:var(--main-color);font-weight:600}.model-finance__info .bold[data-v-e1bfc921]{font-weight:600}.finance__content-text[data-v-e1bfc921]{line-height:1.6}@keyframes fadeIn-e1bfc921{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}[data-v-e1bfc921] .form-input{border:1px solid var(--main-color)}.carousel__custom-thumbnails[data-v-bf689d7b]{align-items:center;display:flex;gap:10px;justify-content:center;padding:5px 0;width:100%}@media screen and (max-width:1150px){.carousel__custom-thumbnails[data-v-bf689d7b]{display:none}}.carousel__custom-thumbnails .thumb-btn[data-v-bf689d7b]{align-items:center;border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;font-size:34px;height:36px;justify-content:center;width:36px}.carousel__custom-thumbnails .carousel__custom-thumbnails-list[data-v-bf689d7b]{display:flex;flex-grow:1;gap:10px;justify-content:flex-start}.carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item[data-v-bf689d7b]{border-radius:0;cursor:pointer;flex-shrink:0;height:80px;list-style:none;opacity:.5;overflow:hidden;width:80px}.carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item img[data-v-bf689d7b]{border-radius:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item.active[data-v-bf689d7b]{opacity:1}[data-v-bf689d7b] .slide{height:400px}.slider-wrapper[data-v-bf689d7b]{align-items:center;display:flex;position:relative}.slider-wrapper .nav-btn[data-v-bf689d7b]{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:32px;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:40px;z-index:10}.slider-wrapper .nav-btn[data-v-bf689d7b]:hover{background:#000000b3}.slider-wrapper .nav-btn.prev[data-v-bf689d7b]{left:10px}.slider-wrapper .nav-btn.next[data-v-bf689d7b]{right:10px}[data-v-bf689d7b] .carousel__pagination{position:relative;top:115px}@media screen and (max-width:1150px){[data-v-bf689d7b] .carousel__pagination{display:ruby-text;position:relative;top:15px;z-index:3030123}}.special__slider[data-v-bf689d7b]{display:flex;flex-direction:column;gap:0;max-width:95vw}@media screen and (max-width:1150px){.special__slider[data-v-bf689d7b]{display:block}}.special__slider .carousel__custom-thumbnails[data-v-bf689d7b]{align-items:center;display:flex;gap:10px;justify-content:center;padding:5px 0;width:100%}@media screen and (max-width:1150px){.special__slider .carousel__custom-thumbnails[data-v-bf689d7b]{display:none}}.special__slider .carousel__custom-thumbnails .thumb-btn[data-v-bf689d7b]{align-items:center;border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;font-size:34px;height:36px;justify-content:center;width:36px}.special__slider .carousel__custom-thumbnails .carousel__custom-thumbnails-list[data-v-bf689d7b]{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr));width:100%}.special__slider .carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item[data-v-bf689d7b]{aspect-ratio:1/1;border-radius:0;cursor:pointer;list-style:none;opacity:.5;overflow:hidden;width:100%}.special__slider .carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item img[data-v-bf689d7b]{border-radius:0;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.special__slider .carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item.active[data-v-bf689d7b]{opacity:1}.main-image[data-v-bf689d7b]{aspect-ratio:16/9;border-radius:4px;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.pre-hydration[data-v-bf689d7b] .carousel__slide--clone{display:none}.price_month[data-v-e34e529a]{display:flex;flex-direction:column;gap:5px}.price_month span[data-v-e34e529a]{color:var(--main-color);font-weight:700}.calculator[data-v-e34e529a]{bottom:158px;left:950px;width:45px}.complectations-block[data-v-e34e529a]{display:flex;flex-wrap:wrap;gap:5px;justify-content:space-between}@media screen and (max-width:1355px){.complectations-block[data-v-e34e529a]{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1120px){.complectations-block[data-v-e34e529a]{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}}@media screen and (max-width:1075px){.complectations-calculator[data-v-e34e529a]{flex-direction:column;gap:0}}.complectations-calculator__item[data-v-e34e529a]{align-items:center;border:1px solid var(--main-color);border-radius:10px;display:flex;gap:10px;padding:15px;width:30%}@media screen and (max-width:1355px){.complectations-calculator__item[data-v-e34e529a]{width:100%}}@media screen and (max-width:1120px){.complectations-calculator__item[data-v-e34e529a]{max-width:200px}}@media screen and (max-width:900px){.complectations-calculator__item[data-v-e34e529a]{max-width:165px}}@media screen and (max-width:767px){.complectations-calculator__item[data-v-e34e529a],.complectations-calculator__total[data-v-e34e529a]{display:none}}.complectations-calculator__switch[data-v-e34e529a]{display:flex}.complectations-calculator__text[data-v-e34e529a]{align-items:center;display:flex;flex-direction:column;justify-content:space-between!important;width:100%}.complectations-calculator__text .text[data-v-e34e529a]{font-size:14px}.complectations-calculator__text .money[data-v-e34e529a]{align-items:center;color:var(--main-color);display:flex;font-size:14px}.complectations-calculator__text-max[data-v-e34e529a]{display:flex;font-weight:700;gap:5px;margin:10px 0}@media screen and (max-width:1355px){.complectations-calculator__text-max[data-v-e34e529a]{flex-direction:column}}@media screen and (max-width:1120px){.complectations-calculator__text-max[data-v-e34e529a]{flex-wrap:nowrap}}.complectations-calculator__money[data-v-e34e529a]{color:var(--main-color);font-weight:700}.car-card__wrapper[data-v-e34e529a]{margin-right:5px;margin-top:30px}@media screen and (max-width:600px){.car-card__wrapper[data-v-e34e529a]{margin-right:0;margin-top:0}}[data-v-e34e529a] .trade span,[data-v-e34e529a] .credit span{font-size:18px}.car-card[data-v-e34e529a]{padding-bottom:20px;padding-top:0}.car-card .car-card__body[data-v-e34e529a]{display:grid;gap:30px;grid-template-areas:"slider info";grid-template-columns:7fr 5fr}@media screen and (max-width:1150px){.car-card .car-card__body[data-v-e34e529a]{display:flex;flex-direction:column}}@media screen and (max-width:768px){.car-card .car-card__body[data-v-e34e529a]{gap:15px;padding:0}}.car-card .car-card__body .skeleton.image[data-v-e34e529a]{border-radius:10px;height:350px}.car-card .car-card__body .car-card__body-slider[data-v-e34e529a]{flex-direction:column;gap:20px;justify-content:center;position:relative;top:0}@media screen and (max-width:1150px){.car-card .car-card__body .car-card__body-slider[data-v-e34e529a]{order:-1;overflow:hidden;padding-bottom:0}}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-img[data-v-e34e529a]{border-top-left-radius:4px;border-top-right-radius:4px;max-width:90vw;max-width:100%;-o-object-fit:contain;object-fit:contain}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images[data-v-e34e529a]{display:flex;gap:12px;padding-top:10px}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images[data-v-e34e529a]{display:none}}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images img[data-v-e34e529a]{width:150px}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images img[data-v-e34e529a]:first-child{border-bottom-left-radius:4px}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images img[data-v-e34e529a]:last-child{border-bottom-right-radius:4px}.car-card .car-card__body .car-card__body-info[data-v-e34e529a]{display:flex;flex-direction:column;gap:10px;grid-area:info;margin-left:7px}@media screen and (max-width:540px){.car-card .car-card__body .car-card__body-info[data-v-e34e529a]{gap:20px;margin-left:4px}}.car-card .car-card__body .car-card__body-info .car-card__title[data-v-e34e529a]{align-items:center;display:flex;flex-wrap:wrap;font-size:25px;font-weight:700;gap:10px;line-height:normal}.car-card .car-card__body .car-card__body-info .car-card__title .car-card__subtitle[data-v-e34e529a]{border:1px solid #d7d7d7;border-radius:10px;color:#5c5c5c;font-size:var(--medium-size);font-size:var(--standart-size);padding:3px 5px}@media screen and (max-width:400px){.car-card .car-card__body .car-card__body-info .car-card__title[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__title h1[data-v-e34e529a]{font-size:var(--big-size)}}.car-card .car-card__body .car-card__body-info .car-card__tags[data-v-e34e529a]{display:flex;flex-wrap:wrap;gap:10px}.car-card .car-card__body .car-card__body-info .car-card__tags .car-card__tag[data-v-e34e529a]{background:#e6f0d8;border:3px solid #e6f0d8;border-radius:10px;cursor:pointer;font-size:15px;padding:15px 20px;transition:.3s}.car-card .car-card__body .car-card__body-info .car-card__tags .car-card__tag[data-v-e34e529a]:hover{background:transparent;transition:.3s}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__single-param[data-v-e34e529a]{padding-top:30px}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__single-param .car-card__param-value[data-v-e34e529a]{font-size:var(--big-size);font-weight:700}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list[data-v-e34e529a]{-moz-column-gap:40px;column-gap:40px;display:grid;margin-top:10px;row-gap:20px}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list[data-v-e34e529a]{-moz-column-gap:20px;column-gap:20px;row-gap:10px}}@media screen and (max-width:500px){.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list[data-v-e34e529a]{gap:10px;grid-template-columns:1fr}}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list .car-card__param[data-v-e34e529a]{align-items:center;display:flex;gap:8px;position:relative}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list .car-card__param .car-card__param-title[data-v-e34e529a]{flex-shrink:0;font-weight:300}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list .car-card__param .car-card__param-dots[data-v-e34e529a]{border-bottom:1px dashed #000;flex-grow:1;height:1px;margin:0 8px;min-width:10px;opacity:.3}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-list .car-card__param .car-card__param-value[data-v-e34e529a]{flex-shrink:0;font-weight:700;text-align:right}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-title[data-v-e34e529a]{display:flex;font-size:var(--medium-size);font-weight:700;justify-content:center;margin-bottom:30px}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-title[data-v-e34e529a]{margin-bottom:10px}}.car-card .car-card__body .car-card__body-info .card-card__title[data-v-e34e529a]{font-size:16px;font-weight:700}.car-card .car-card__body .car-card__body-info .car-card__prices[data-v-e34e529a]{display:grid;grid-template-columns:1fr auto}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__prices[data-v-e34e529a]{background:#fff;margin-left:-20px;margin-right:-20px;padding:0 21px}}@media screen and (max-width:400px){.car-card .car-card__body .car-card__body-info .car-card__prices[data-v-e34e529a]{align-items:center}}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button[data-v-e34e529a]{background:#fff;border-radius:10px;cursor:pointer;height:-moz-max-content;height:max-content;padding:18px;transition:.1s;width:-moz-max-content;width:max-content}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button .fa[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button .fa-regular[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button .fa-solid[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button i[data-v-e34e529a]{transition:.1s}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active[data-v-e34e529a]{background:var(--main-color);color:#fff;transition:.1s}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active .fa[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active .fa-regular[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active .fa-solid[data-v-e34e529a],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active i[data-v-e34e529a]{transition:.1s}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content[data-v-e34e529a]{align-items:center;display:flex;flex-direction:row;gap:10px;justify-content:space-between}@media screen and (max-width:1150px){.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content[data-v-e34e529a]{align-items:start;display:flex;flex-direction:column;gap:10px;justify-content:start}}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price[data-v-e34e529a]{align-items:flex-end;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:flex-end}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price[data-v-e34e529a]{align-items:flex-start;justify-content:flex-start}}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price .current[data-v-e34e529a]{color:var(--main-color);font-size:18px;font-weight:800;line-height:normal}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price .current[data-v-e34e529a]{color:var(--main-color)}}@media screen and (max-width:400px){.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price .current[data-v-e34e529a]{font-size:25px}}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price .old[data-v-e34e529a]{color:#5c5c5c;margin-top:10px;text-decoration:line-through}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content .car-card__price .old[data-v-e34e529a]{color:#5c5c5c}}.car-card .car-card__body .car-card__body-info .car-card__buttons[data-v-e34e529a]{display:grid;gap:10px;grid-template-columns:1fr 1fr}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-info .car-card__buttons[data-v-e34e529a]{grid-template-columns:1fr}}.car-card .car-card__body .car-card__body-info .car-card__buttons[data-v-e34e529a] .trade{background:#9f9f9f;border:none;color:#fff}.car-card .car-card__body .car-card__body-sidebar[data-v-e34e529a]{display:flex;flex-direction:column;flex-wrap:wrap;gap:30px;grid-area:sidebar}@media screen and (max-width:1400px){.car-card .car-card__body .car-card__body-sidebar[data-v-e34e529a]{display:flex;flex-direction:row}}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-sidebar[data-v-e34e529a]{justify-content:center}}.car-card .car-card__body .car-card__body-sidebar .car-card__form[data-v-e34e529a]{align-items:center;display:flex;flex-direction:column;justify-content:center}.car-card .car-card__body .car-card__body-sidebar .small .car-card__form-title[data-v-e34e529a]{border-left:2px solid var(--border-color);border-right:2px solid var(--border-color);border-top:2px solid var(--border-color);border-top-left-radius:15px;border-top-right-radius:15px;padding:15px;text-align:center;width:100%}.car-card .car-card__body .car-card__body-sidebar .sale[data-v-e34e529a]{background:linear-gradient(90deg,#162235 1.47%,#223953 99.47%,#233a54 0);border-radius:10px;color:#fff;overflow:hidden}.car-card .car-card__body .car-card__body-sidebar .sale img[data-v-e34e529a]{width:100%}.car-card .car-card__body .car-card__body-sidebar .sale .car-card__form-content[data-v-e34e529a]{padding:20px}.car-card .car-card__body .car-card__body-sidebar .sale .car-card__form-title[data-v-e34e529a]{padding-bottom:20px;text-align:center}.car-card__stickers[data-v-e34e529a]{align-items:center;display:flex;gap:10px;left:20px;margin-top:15px!important;top:20px;z-index:2}@media screen and (max-width:1150px){.car-card__stickers[data-v-e34e529a]{display:flex;flex-direction:row;left:0;position:relative;top:0}}@media screen and (max-width:768px){.car-card__stickers[data-v-e34e529a]{flex-direction:column;left:0;margin-bottom:20px;margin-top:0!important;top:10px}}@media screen and (max-width:410px){.car-card__stickers[data-v-e34e529a]{flex-wrap:wrap}}.car-card__stickers[data-v-e34e529a] .credit{background:#fff;border:none;color:var(--main-color)}.car-card__stickers .car-card__credit[data-v-e34e529a]{align-items:center;background:#fff;border:2px solid var(--main-color);border-radius:10px;color:var(--main-color);display:flex;height:40px;justify-content:center;width:250px}.car-card__stickers .car-card__credit span[data-v-e34e529a]{font-size:var(--small-size)!important;font-weight:700}@media screen and (max-width:1170px){.car-card__stickers .car-card__credit[data-v-e34e529a]{min-width:49%;padding:8px}}@media screen and (max-width:767px){.car-card__stickers .car-card__credit[data-v-e34e529a]{min-width:100%}}.car-card__stickers .sticker[data-v-e34e529a]{align-items:center;border-radius:10px;display:flex;height:40px;justify-content:center;width:250px}@media screen and (max-width:1170px){.car-card__stickers .sticker[data-v-e34e529a]{min-width:49%}}@media screen and (max-width:768px){.car-card__stickers .sticker[data-v-e34e529a]{font-weight:700!important;opacity:.85;padding:2px}}@media screen and (max-width:767px){.car-card__stickers .sticker[data-v-e34e529a]{min-width:100%}}.car-card__stickers .discount[data-v-e34e529a]{background:var(--main-color);border:2px solid var(--main-color);color:#fff;font-size:var(--small-size)!important;font-weight:700}.car-tabs__wrapper[data-v-0c573334]{display:flex;flex-direction:column;gap:20px}.buttons__show-list[data-v-0c573334]{display:flex;gap:20px;justify-content:center;margin-bottom:20px;margin-left:0}@media screen and (max-width:767px){.buttons__show-list[data-v-0c573334]{display:none!important}}.buttons__show-list .title__show-list[data-v-0c573334]{align-items:center;border:2px solid #7f7f7f;border-radius:4px;color:#7f7f7f;cursor:pointer;display:flex;font-size:20px;font-weight:500;height:40px;justify-content:space-between;line-height:22px;padding:0 10px;width:49%}.buttons__show-list .title__show-list.active[data-v-0c573334]{border:2px solid var(--main-color);color:var(--main-color)}@media screen and (min-width:768px){.mobile-accordions[data-v-0c573334]{display:none!important}}.mobile-accordion[data-v-0c573334]{margin-bottom:15px}.mobile-accordion .accordion__item[data-v-0c573334]{border-radius:4px;overflow:hidden}.mobile-accordion .accordion__item .main-accordion-head[data-v-0c573334]{background:#f5f5f5;border:1px solid grey;border-radius:10px;color:#333;font-size:16px;font-weight:600;margin-bottom:10px;padding:15px 20px}.mobile-accordion .accordion__item .main-accordion-head.active[data-v-0c573334]{background-color:rgba(var(--main-color-rgb),.05);border-color:var(--main-color);border-width:1px;color:var(--main-color);font-weight:700}.mobile-accordion .accordion__item .main-accordion-head.active[data-v-0c573334] .fa-solid{color:var(--main-color)}.mobile-accordion .accordion__item .accordion__item-head[data-v-0c573334]{align-items:center;background:#f9f9f9;cursor:pointer;display:flex;justify-content:space-between;padding:12px 20px}.mobile-accordion .accordion__item .accordion__item-head .accordion__title[data-v-0c573334]{font-size:14px;font-weight:500;margin:0}.mobile-accordion .accordion__item .accordion__item-head .icon[data-v-0c573334]{color:#666;transition:transform .3s}.mobile-accordion .accordion__item .nested-item[data-v-0c573334]{border:none;border-radius:0;border-top:1px solid #e5e5e5;margin-bottom:0}.mobile-accordion .accordion__item .nested-item[data-v-0c573334]:first-child{border-top:none}.mobile-accordion .accordion__item .nested-item .accordion__item-head[data-v-0c573334]{background:#9f9f9f;border-radius:10px;color:#fff;height:45px;margin-bottom:5px;padding:10px 20px}.mobile-accordion .accordion__item .nested-item .accordion__item-head .accordion__title[data-v-0c573334]{font-size:14px;font-weight:400}.mobile-accordion .accordion__item .nested-item .accordion__item-head[data-v-0c573334] .fa-solid{color:#fff}.mobile-accordion .accordion__item .accordion__list[data-v-0c573334]{background:#fff;-moz-columns:1;column-count:1;font-size:14px;padding:10px 20px}@media screen and (max-width:410px){.mobile-accordion .accordion__item .accordion__list[data-v-0c573334]{padding:10px 0}}.mobile-accordion .tech__content[data-v-0c573334]{background:#fff;display:flex;flex-direction:column;gap:15px;padding:15px}.mobile-accordion .tech__content .tech__content-img[data-v-0c573334]{height:auto;margin:0 auto;max-width:250px;position:relative;width:100%}.mobile-accordion .tech__content .tech__content-img p[data-v-0c573334]{bottom:115px;font-size:14px;height:-moz-max-content;height:max-content;left:115px;position:absolute}.mobile-accordion .tech__content .tech__content-img p[data-v-0c573334]:nth-child(3){bottom:35px;left:-12px;transform:rotate(180deg);writing-mode:vertical-lr}.mobile-accordion .tech__content .tech__content-img p[data-v-0c573334]:nth-child(4){left:-12px;top:35px;transform:rotate(180deg);writing-mode:vertical-lr}.mobile-accordion .tech__content .tech__content-img img[data-v-0c573334]{height:auto;-o-object-fit:contain;object-fit:contain;width:100%}.mobile-accordion .tech__content .accordion__list-tech[data-v-0c573334]{display:grid;gap:5px 40px;grid-template-columns:1fr}@media screen and (max-width:580px){.mobile-accordion .tech__content .accordion__list-tech[data-v-0c573334]{grid-template-columns:1fr;width:100%}}.mobile-accordion .tech__content .accordion__list-tech li[data-v-0c573334]{align-items:center;display:grid;gap:5px;grid-template-columns:auto 1fr auto;list-style:circle;max-width:450px;min-width:350px}@media screen and (max-width:410px){.mobile-accordion .tech__content .accordion__list-tech li[data-v-0c573334]{max-width:450px;min-width:250px}}.mobile-accordion .tech__content .accordion__list-tech li span[data-v-0c573334]:first-child{color:#666}.mobile-accordion .tech__content .accordion__list-tech li span[data-v-0c573334]:last-child{color:#333;font-weight:700}.desktop-content[data-v-0c573334]{display:block}@media screen and (max-width:767px){.desktop-content[data-v-0c573334]{display:none!important}}.desktop-content .accordion__content .accordion__item[data-v-0c573334]{border:1px solid #e5e5e5;border-radius:4px;margin-bottom:10px;overflow:hidden}.desktop-content .accordion__content .accordion__item .accordion__item-head[data-v-0c573334]{align-items:center;background:#f5f5f5;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px}.desktop-content .accordion__content .accordion__item .accordion__item-head .accordion__title[data-v-0c573334]{font-size:18px;font-weight:500;margin:0}.desktop-content .accordion__content .accordion__item .accordion__item-head .icon[data-v-0c573334]{transition:transform .3s}.desktop-content .accordion__content .accordion__item .accordion__list[data-v-0c573334]{-moz-columns:3;column-count:3;padding:15px 20px}@media screen and (max-width:768px){.desktop-content .accordion__content .accordion__item .accordion__list[data-v-0c573334]{-moz-columns:2;column-count:2}}@media screen and (max-width:580px){.desktop-content .accordion__content .accordion__item .accordion__list[data-v-0c573334]{-moz-columns:1;column-count:1}}@media screen and (max-width:410px){.desktop-content .accordion__content .accordion__item .accordion__list[data-v-0c573334]{padding:10px 0}}.desktop-content .tech__content[data-v-0c573334]{display:flex;gap:20px;justify-content:space-between;padding-bottom:10px}@media screen and (max-width:1023px){.desktop-content .tech__content[data-v-0c573334]{align-items:center;flex-direction:column}}@media screen and (max-width:580px){.desktop-content .tech__content[data-v-0c573334]{border-bottom:0;padding-bottom:20px}}.desktop-content .tech__content .tech__content-img[data-v-0c573334]{height:256px;min-width:274px;position:relative;width:274px}.desktop-content .tech__content .tech__content-img p[data-v-0c573334]{bottom:125px;height:-moz-max-content;height:max-content;left:125px;position:absolute}.desktop-content .tech__content .tech__content-img p[data-v-0c573334]:nth-child(3){bottom:40px;left:-15px;transform:rotate(180deg);writing-mode:vertical-lr}.desktop-content .tech__content .tech__content-img p[data-v-0c573334]:nth-child(4){left:-15px;top:40px;transform:rotate(180deg);writing-mode:vertical-lr}.desktop-content .tech__content .tech__content-img img[data-v-0c573334]{height:100%;width:100%}.desktop-content .tech__content .accordion__list-tech[data-v-0c573334]{display:grid;gap:5px 40px;grid-template-columns:1fr 1fr}@media screen and (max-width:580px){.desktop-content .tech__content .accordion__list-tech[data-v-0c573334]{grid-template-columns:1fr;width:100%}}.desktop-content .tech__content .accordion__list-tech li[data-v-0c573334]{align-items:center;display:grid;gap:5px;grid-template-columns:auto 1fr auto;list-style:circle;max-width:450px;min-width:350px}@media screen and (max-width:1199px){.desktop-content .tech__content .accordion__list-tech li[data-v-0c573334]{margin-left:0;min-width:auto}}@media screen and (max-width:410px){.desktop-content .tech__content .accordion__list-tech li[data-v-0c573334]{max-width:450px;min-width:250px}}.desktop-content .tech__content .accordion__list-tech li span[data-v-0c573334]:last-child{font-weight:700;text-align:right}.accordion.hide[data-v-0c573334]{display:none}.accordion__list[data-v-0c573334] li{line-height:20px;position:relative}.accordion__list[data-v-0c573334] li:before{color:var(--main-color2);content:"";font-family:Font Awesome\ 6 Free;font-size:8px;font-weight:900;margin-right:10px}.complectations-calculator[data-v-ac5ea85b]{align-items:center;display:none;gap:30px;grid-template-columns:1fr 1fr 1fr 1.5fr;padding:20px}@media screen and (max-width:1400px){.complectations-calculator[data-v-ac5ea85b]{gap:15px}}@media screen and (max-width:1000px){.complectations-calculator[data-v-ac5ea85b]{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.complectations-calculator[data-v-ac5ea85b]{display:grid;gap:5px;grid-template-columns:1fr 1fr}}.complectations-calculator .complectations-calculator__item[data-v-ac5ea85b]{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;gap:15px;height:100%;padding:10px 20px;transition:.3s}@media screen and (max-width:540px){.complectations-calculator .complectations-calculator__item[data-v-ac5ea85b]{padding:10px}}.complectations-calculator .complectations-calculator__item .complectations-calculator__text[data-v-ac5ea85b]{color:var(--main-color);display:flex;flex-direction:column;gap:5px}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .money[data-v-ac5ea85b]{color:var(--dark-grey);font-size:var(--large-size);font-weight:500}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-ac5ea85b]{color:var(--dark-grey)}@media screen and (max-width:768px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-ac5ea85b]{font-size:var(--standart-size)}}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-ac5ea85b]{color:var(--main-color);display:flex;flex-direction:column;font-size:24px;font-weight:700}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money .date[data-v-ac5ea85b]{font-weight:300}@media screen and (max-width:768px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-ac5ea85b]{font-size:var(--large-size)}}@media screen and (max-width:540px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-ac5ea85b]{font-size:var(--medium-size)}}.complectations-calculator .complectations-calculator__item[data-v-ac5ea85b]:hover{box-shadow:var(--box-shadow);transition:.3s}.complectations-calculator .complectations-calculator__item div[data-v-ac5ea85b]{background:transparent}@media screen and (max-width:1400px){.complectations-calculator .complectations-calculator__item[data-v-ac5ea85b]{align-items:start;display:flex;flex-direction:column}}.complectations-calculator .complectations-calculator__item.active[data-v-ac5ea85b]{border:1px solid var(--main-color)}.complectations-calculator .complectations-calculator__item.active .money[data-v-ac5ea85b]{color:var(--main-color)}.complectations-calculator .complectations-calculator__item.total[data-v-ac5ea85b]{border:none;box-shadow:none;font-size:var(--big-size);justify-content:center}.complectations-calculator .complectations-calculator__item.total .complectations-calculator__text[data-v-ac5ea85b]{display:flex;flex-wrap:wrap;gap:0}.complectations-calculator .complectations-calculator__item.activeTotal[data-v-ac5ea85b]{border:none;color:var(--main-black)}.complectations-calculator .complectations-calculator__item.activeTotal[data-v-ac5ea85b]:hover{box-shadow:none}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text[data-v-ac5ea85b]{display:flex;flex-direction:column;gap:5px}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text .text[data-v-ac5ea85b]{color:var(--main-black)}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__money[data-v-ac5ea85b]{color:var(--main-color)}.banner__card[data-v-ac5ea85b]{align-items:center;display:flex;flex-direction:column;gap:10px}.banner__card span[data-v-ac5ea85b]{color:#000;display:flex;height:50px;text-align:center}@media screen and (max-width:767px){.banner__card span[data-v-ac5ea85b]{font-size:14px;height:30px}}.express__section[data-v-ac5ea85b]{background:#fff;background-size:cover;border:1px solid var(--main-color);border-radius:10px;color:var(--bg-light);margin:10px auto;max-width:1400px;width:100%}@media screen and (max-width:540px){.express__section[data-v-ac5ea85b]{background:#fff;background-size:auto;border-left:none;border-right:none}}.express__section .bottom__container[data-v-ac5ea85b]{display:flex;flex-direction:row;gap:30px;height:100%}@media screen and (max-width:1000px){.express__section .bottom__container[data-v-ac5ea85b]{flex-direction:column;gap:0}}.express__section .bottom__container .express__form[data-v-ac5ea85b]{align-items:self-start;display:flex;flex-direction:column}@media screen and (max-width:1000px){.express__section .bottom__container .express__form[data-v-ac5ea85b]{flex-direction:column}}.express__section .bottom__container h2[data-v-ac5ea85b]{font-size:32px;font-weight:800;line-height:42px;margin-top:74px;position:relative}@media screen and (max-width:1023px){.express__section .bottom__container h2[data-v-ac5ea85b]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express__section .bottom__container h2[data-v-ac5ea85b]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express__section .bottom__container h2[data-v-ac5ea85b]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express__section .bottom__container h2[data-v-ac5ea85b]{max-width:250px}}.express__section .bottom__container h2[data-v-ac5ea85b]:before{background:var(--bg-light);height:4px;left:-265px;position:absolute;top:calc(50% - 2px);width:250px}@media screen and (max-width:1600px){.express__section .bottom__container h2[data-v-ac5ea85b]:before{content:none}}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-ac5ea85b]{padding-right:0}}.express__section .bottom__container h2 span[data-v-ac5ea85b]:before{background-size:contain;content:"";height:16px;position:absolute;right:0;top:-5px;width:40px}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-ac5ea85b]:before{right:-42px;top:0}}.express__section .bottom__container .cards[data-v-ac5ea85b]{align-items:center;display:flex;font-size:20px;font-weight:500;gap:0;justify-content:space-between;line-height:40px;margin-top:0;width:100%}@media screen and (max-width:1200px){.express__section .bottom__container .cards[data-v-ac5ea85b]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:767px){.express__section .bottom__container .cards[data-v-ac5ea85b]{display:flex;flex-direction:row;margin:0 20px}}@media screen and (max-width:600px){.express__section .bottom__container .cards[data-v-ac5ea85b]{display:grid;grid-template-columns:repeat(2,2fr);margin:0}}@media screen and (max-width:400px){.express__section .bottom__container .cards[data-v-ac5ea85b]{display:grid;grid-template-columns:repeat(2,2fr);margin:0 10px}}.express__section .bottom__container .bottom__form[data-v-ac5ea85b]{align-items:center;display:flex;gap:19px;justify-content:center;margin-bottom:78px;margin-top:auto;width:100%}@media screen and (max-width:1023px){.express__section .bottom__container .bottom__form[data-v-ac5ea85b]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form[data-v-ac5ea85b]{flex-direction:column;margin-bottom:30px;margin-left:auto;max-width:300px}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form[data-v-ac5ea85b]{max-width:100%}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]{background:transparent;border:1px solid var(--bg-light);border-radius:12px;color:var(--bg-light);height:56px;padding:0 20px;width:100%}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]{background:#000}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]::-moz-placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]::placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]:-moz-placeholder,.express__section .bottom__container .bottom__form .bottom__form-inputt[data-v-ac5ea85b]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]:placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ac5ea85b]:focus{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-ac5ea85b]{align-items:center;background:var(--taxi);border:1px solid var(--taxi);border-radius:12px;display:flex;font-size:15px;font-weight:500;height:56px;justify-content:center;line-height:18px;transition:all .3s ease;width:100%}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-ac5ea85b]{border-radius:12px;height:44px}}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-ac5ea85b]:hover{background:transparent;color:var(--taxi)}.banner-img[data-v-ac5ea85b]{height:60px;width:60px}@media screen and (max-width:767px){.banner-img[data-v-ac5ea85b]{height:30px;width:30px}}[data-v-ac5ea85b] .form__check{background:none;color:#fff}[data-v-ac5ea85b] .wrap{background:none;color:var(--main-color)!important;display:grid;text-wrap:wrap}@media screen and (max-width:768px){[data-v-ac5ea85b] .wrap{display:flex}}@media screen and (max-width:500px){[data-v-ac5ea85b] .wrap{display:none;flex-direction:row;margin:0 20px}}[data-v-ac5ea85b] .wrap-mob,[data-v-ac5ea85b] .check-link{color:var(--main-color)!important}.finance[data-v-79dae0a3]{margin-bottom:10px}.complectations-calculator[data-v-567ba69b]{align-items:center;display:none;gap:30px;grid-template-columns:1fr 1fr 1fr 1.5fr;padding:20px}@media screen and (max-width:1400px){.complectations-calculator[data-v-567ba69b]{gap:15px}}@media screen and (max-width:1000px){.complectations-calculator[data-v-567ba69b]{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.complectations-calculator[data-v-567ba69b]{display:grid;gap:5px;grid-template-columns:1fr 1fr}}.complectations-calculator .complectations-calculator__item[data-v-567ba69b]{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;gap:15px;height:100%;padding:10px 20px;transition:.3s}@media screen and (max-width:540px){.complectations-calculator .complectations-calculator__item[data-v-567ba69b]{padding:10px}}.complectations-calculator .complectations-calculator__item .complectations-calculator__text[data-v-567ba69b]{color:var(--main-color);display:flex;flex-direction:column;gap:5px}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .money[data-v-567ba69b]{color:var(--dark-grey);font-size:var(--large-size);font-weight:500}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-567ba69b]{color:var(--dark-grey)}@media screen and (max-width:768px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-567ba69b]{font-size:var(--standart-size)}}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-567ba69b]{color:var(--main-color);display:flex;flex-direction:column;font-size:24px;font-weight:700}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money .date[data-v-567ba69b]{font-weight:300}@media screen and (max-width:768px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-567ba69b]{font-size:var(--large-size)}}@media screen and (max-width:540px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-567ba69b]{font-size:var(--medium-size)}}.complectations-calculator .complectations-calculator__item[data-v-567ba69b]:hover{box-shadow:var(--box-shadow);transition:.3s}.complectations-calculator .complectations-calculator__item div[data-v-567ba69b]{background:transparent}@media screen and (max-width:1400px){.complectations-calculator .complectations-calculator__item[data-v-567ba69b]{align-items:start;display:flex;flex-direction:column}}.complectations-calculator .complectations-calculator__item.active[data-v-567ba69b]{border:1px solid var(--main-color)}.complectations-calculator .complectations-calculator__item.active .money[data-v-567ba69b]{color:var(--main-color)}.complectations-calculator .complectations-calculator__item.total[data-v-567ba69b]{border:none;box-shadow:none;font-size:var(--big-size);justify-content:center}.complectations-calculator .complectations-calculator__item.total .complectations-calculator__text[data-v-567ba69b]{display:flex;flex-wrap:wrap;gap:0}.complectations-calculator .complectations-calculator__item.activeTotal[data-v-567ba69b]{border:none;color:var(--main-black)}.complectations-calculator .complectations-calculator__item.activeTotal[data-v-567ba69b]:hover{box-shadow:none}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text[data-v-567ba69b]{display:flex;flex-direction:column;gap:5px}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text .text[data-v-567ba69b]{color:var(--main-black)}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__money[data-v-567ba69b]{color:var(--main-color)}.banner__card[data-v-567ba69b]{align-items:center;display:flex;flex-direction:column;gap:10px}.banner__card span[data-v-567ba69b]{color:#000;display:flex;height:50px;text-align:center}@media screen and (max-width:767px){.banner__card span[data-v-567ba69b]{font-size:14px;height:30px}}.express__section[data-v-567ba69b]{background:#fff;background-size:cover;border:1px solid var(--main-color);border-radius:10px;color:var(--bg-light);margin:10px auto;max-width:1400px;width:100%}@media screen and (max-width:540px){.express__section[data-v-567ba69b]{background:#fff;background-size:auto;border-left:none;border-right:none}}.express__section .bottom__container[data-v-567ba69b]{display:flex;flex-direction:row;gap:30px;height:100%}@media screen and (max-width:1000px){.express__section .bottom__container[data-v-567ba69b]{flex-direction:column;gap:0}}.express__section .bottom__container .express__form[data-v-567ba69b]{align-items:self-start;display:flex;flex-direction:column}@media screen and (max-width:1000px){.express__section .bottom__container .express__form[data-v-567ba69b]{flex-direction:column}}.express__section .bottom__container h2[data-v-567ba69b]{font-size:32px;font-weight:800;line-height:42px;margin-top:74px;position:relative}@media screen and (max-width:1023px){.express__section .bottom__container h2[data-v-567ba69b]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express__section .bottom__container h2[data-v-567ba69b]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express__section .bottom__container h2[data-v-567ba69b]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express__section .bottom__container h2[data-v-567ba69b]{max-width:250px}}.express__section .bottom__container h2[data-v-567ba69b]:before{background:var(--bg-light);height:4px;left:-265px;position:absolute;top:calc(50% - 2px);width:250px}@media screen and (max-width:1600px){.express__section .bottom__container h2[data-v-567ba69b]:before{content:none}}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-567ba69b]{padding-right:0}}.express__section .bottom__container h2 span[data-v-567ba69b]:before{background-size:contain;content:"";height:16px;position:absolute;right:0;top:-5px;width:40px}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-567ba69b]:before{right:-42px;top:0}}.express__section .bottom__container .cards[data-v-567ba69b]{align-items:center;display:flex;font-size:20px;font-weight:500;gap:0;justify-content:space-between;line-height:40px;margin-top:0;width:100%}@media screen and (max-width:1200px){.express__section .bottom__container .cards[data-v-567ba69b]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:767px){.express__section .bottom__container .cards[data-v-567ba69b]{display:flex;flex-direction:row;margin:0 20px}}@media screen and (max-width:600px){.express__section .bottom__container .cards[data-v-567ba69b]{display:grid;grid-template-columns:repeat(2,2fr);margin:0}}@media screen and (max-width:400px){.express__section .bottom__container .cards[data-v-567ba69b]{display:grid;grid-template-columns:repeat(2,2fr);margin:0 10px}}.express__section .bottom__container .bottom__form[data-v-567ba69b]{align-items:center;display:flex;gap:19px;justify-content:center;margin-bottom:78px;margin-top:auto;width:100%}@media screen and (max-width:1023px){.express__section .bottom__container .bottom__form[data-v-567ba69b]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form[data-v-567ba69b]{flex-direction:column;margin-bottom:30px;margin-left:auto;max-width:300px}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form[data-v-567ba69b]{max-width:100%}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]{background:transparent;border:1px solid var(--bg-light);border-radius:12px;color:var(--bg-light);height:56px;padding:0 20px;width:100%}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]{background:#000}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]::-moz-placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]::placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]:-moz-placeholder,.express__section .bottom__container .bottom__form .bottom__form-inputt[data-v-567ba69b]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]:placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-567ba69b]:focus{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-567ba69b]{align-items:center;background:var(--taxi);border:1px solid var(--taxi);border-radius:12px;display:flex;font-size:15px;font-weight:500;height:56px;justify-content:center;line-height:18px;transition:all .3s ease;width:100%}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-567ba69b]{border-radius:12px;height:44px}}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-567ba69b]:hover{background:transparent;color:var(--taxi)}.banner-img[data-v-567ba69b]{height:60px;width:60px}@media screen and (max-width:767px){.banner-img[data-v-567ba69b]{height:30px;width:30px}}[data-v-567ba69b] .form__check{background:none;color:#fff}[data-v-567ba69b] .wrap{background:none;color:var(--main-color)!important;display:grid;text-wrap:wrap}@media screen and (max-width:768px){[data-v-567ba69b] .wrap{display:flex}}@media screen and (max-width:500px){[data-v-567ba69b] .wrap{display:none;flex-direction:row;margin:0 20px}}[data-v-567ba69b] .wrap-mob,[data-v-567ba69b] .check-link{color:var(--main-color)!important}.model__right-top-block[data-v-53b14f6a]{display:flex;gap:5px}.money-block[data-v-53b14f6a]{align-items:center;display:flex;gap:60px;justify-content:space-between;width:100%}@media screen and (max-width:450px){.money-block[data-v-53b14f6a]{gap:40px}}@media screen and (max-width:400px){.money-block[data-v-53b14f6a]{gap:30px}}@media screen and (max-width:380px){.money-block[data-v-53b14f6a]{gap:20px}}@media screen and (max-width:350px){.money-block[data-v-53b14f6a]{gap:10px}}@media screen and (max-width:330px){.money-block[data-v-53b14f6a]{gap:2px}}.model__top-mob[data-v-53b14f6a]{display:none}@media screen and (max-width:767px){.model__top-mob[data-v-53b14f6a]{display:grid;gap:10px;grid-template-columns:repeat(2,2fr)}}.centered-item[data-v-53b14f6a]{align-items:center;background:var(--main-color);border-radius:30px;color:#fff;display:flex;gap:5px;justify-content:center;padding:7px 10px;text-align:center}@media screen and (max-width:390px){.centered-item[data-v-53b14f6a]{font-size:14px}}.absolute[data-v-53b14f6a]{align-items:center;flex-direction:column;flex-wrap:wrap;gap:1px;justify-content:center;line-height:20px;position:absolute;text-align:center;top:16px;width:70px}.absolute[data-v-53b14f6a],.model__right-top[data-v-53b14f6a]{display:flex}.model__card-span[data-v-53b14f6a]{flex-wrap:nowrap;font-size:14px;font-weight:700!important}@media screen and (max-width:390px){.model__card-span[data-v-53b14f6a]{font-size:14px}}.model__card-list-top[data-v-53b14f6a]{display:none}@media screen and (max-width:767px){.model__card-list-top[data-v-53b14f6a]{border:none;display:flex!important;overflow-x:auto;overflow-y:hidden;white-space:wrap;-webkit-overflow-scrolling:touch;gap:10px;margin-bottom:15px;padding-bottom:5px;scrollbar-width:none;width:100%}.model__card-list-top[data-v-53b14f6a]::-webkit-scrollbar{display:none}.model__card-list-top li[data-v-53b14f6a]{flex:0 0 auto}.model__card-list-top li[data-v-53b14f6a]:before{left:5px}}@media screen and (max-width:375px){.model__card-list-top[data-v-53b14f6a]{display:flex!important}}.model__card-list-top[data-v-53b14f6a]:before{bottom:5px;content:"";left:0;pointer-events:none;position:absolute;z-index:-1}@media screen and (max-width:1024px){.model__card-list-top[data-v-53b14f6a]:before{content:none}}.model__card-list-top li[data-v-53b14f6a]{border:1px solid var(--main-color);border-radius:10px;display:flex!important;flex-wrap:wrap;font-weight:300;height:90px;justify-content:center!important;line-height:22px;margin:0 auto!important;padding:10px 12px;position:relative;width:100px}.model__card-list-top li[data-v-53b14f6a]:before{content:"";left:0;position:absolute;top:50%}@media screen and (max-width:767px){.model__top[data-v-53b14f6a]{display:none}}.complectations-calculator[data-v-53b14f6a]{max-width:330px;width:100%}@media screen and (max-width:1023px){.complectations-calculator[data-v-53b14f6a]{max-width:-moz-max-content;max-width:max-content;order:2}}@media screen and (max-width:767px){.complectations-calculator[data-v-53b14f6a]{max-width:100%;order:2}}.complectations-calculator__item[data-v-53b14f6a]{align-items:center;border:1px solid var(--main-color);border-radius:10px;display:flex;gap:10px;margin-top:10px;padding:15px}@media screen and (max-width:767px){.complectations-calculator__item[data-v-53b14f6a]{flex-direction:column}}.complectations-calculator__switch[data-v-53b14f6a]{display:flex}@media screen and (max-width:767px){.complectations-calculator__switch[data-v-53b14f6a]{display:flex!important}}.complectations-calculator__text[data-v-53b14f6a]{align-items:center;display:flex;justify-content:space-between!important;width:100%}.complectations-calculator__text .money[data-v-53b14f6a]{align-items:center;color:var(--main-color);display:flex;font-size:16px}.complectations-calculator__text-max[data-v-53b14f6a]{display:flex;flex-direction:column;font-weight:700;margin:10px 0}.model__right-top[data-v-53b14f6a]{display:none}@media screen and (max-width:767px){.model__right-top[data-v-53b14f6a]{display:flex}}.complectations-calculator__money[data-v-53b14f6a]{color:var(--main-color);font-weight:700}.model__card[data-v-53b14f6a]{margin-top:0;padding:0;position:relative}.model__card .model__container[data-v-53b14f6a]{display:flex;gap:30px;justify-content:space-evenly;position:relative}@media screen and (max-width:1200px){.model__card .model__container[data-v-53b14f6a]{flex-wrap:wrap;gap:10px}}@media screen and (max-width:767px){.model__card .model__container[data-v-53b14f6a]{flex-direction:column;gap:0;margin-bottom:0}}@media screen and (max-width:1023px){.model__card .model__container .model__left[data-v-53b14f6a]{margin-top:10px;order:0}}.model__card .model__container .model__left .model__garantee[data-v-53b14f6a]{align-items:center;background-color:#fa3034;border-radius:15px;color:#fff;display:flex;font-size:14px;font-weight:300;justify-content:space-between;margin-bottom:10px;max-width:180px;padding:10px;position:relative;white-space:nowrap}.model__card .model__container .model__left .model__garantee span[data-v-53b14f6a]{color:#fff}.model__card .model__container .model__left .model__img-block[data-v-53b14f6a]{align-items:center;display:flex;gap:20px 36px;margin-bottom:5px;margin-top:0;position:relative}@media screen and (max-width:1199px){.model__card .model__container .model__left .model__img-block[data-v-53b14f6a]{margin-bottom:20px;margin-top:0}}@media screen and (max-width:767px){.model__card .model__container .model__left .model__img-block[data-v-53b14f6a]{align-items:center;flex-direction:row;gap:10px;justify-content:space-between}}@media screen and (max-width:560px){.model__card .model__container .model__left .model__img-block[data-v-53b14f6a]{flex-direction:column}}.model__card .model__container .model__left .model__img-block .model__img[data-v-53b14f6a]{height:240px;max-width:575px;width:auto}@media screen and (max-width:767px){.model__card .model__container .model__left .model__img-block .model__img[data-v-53b14f6a]{height:auto;max-height:240px;max-width:100%}}@media screen and (max-width:380px){.model__card .model__container .model__left .model__img-block .model__img[data-v-53b14f6a]{height:auto;max-height:240px;max-width:300px}}.model__card .model__container .model__left .model__img-block .model__img img[data-v-53b14f6a]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-53b14f6a]{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1199px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-53b14f6a]{flex-direction:row}}@media screen and (max-width:767px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-53b14f6a]{flex-direction:column}}@media screen and (max-width:560px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-53b14f6a]{background:#fff;color:var(--bg-light);margin-left:-20px;margin-right:0;padding:10px;width:calc(100% + 40px);width:100%}}@media screen and (max-width:375px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-53b14f6a]{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}}.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon[data-v-53b14f6a]{min-width:-moz-max-content;min-width:max-content;text-align:center}.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon .model__icon-img[data-v-53b14f6a]{filter:brightness(0) saturate(100%) invert(12%) sepia(98%) saturate(7497%) hue-rotate(357deg) brightness(101%) contrast(112%);height:32px;-o-object-fit:contain;object-fit:contain;width:32px}@media screen and (max-width:425px){.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon .model__icon-img[data-v-53b14f6a]{display:none}}.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon .model__img-mob[data-v-53b14f6a]{display:none}@media screen and (max-width:425px){.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon .model__img-mob[data-v-53b14f6a]{display:inline-block}}.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon p[data-v-53b14f6a]{font-weight:600}.model__card .model__container .model__left .model__main-color[data-v-53b14f6a]{margin-bottom:0;max-width:500px;position:relative;top:-30px}@media screen and (max-width:767px){.model__card .model__container .model__left .model__main-color[data-v-53b14f6a]{margin-bottom:10px;max-width:400px}}@media screen and (max-width:430px){.model__card .model__container .model__left .model__main-color[data-v-53b14f6a]{margin-bottom:10px;max-width:355px;max-width:315px}}.model__card .model__container .model__left .model__main-color .car__name-color[data-v-53b14f6a]{margin-top:15px}.model__card .model__container .model__left .model__main-color .color__bar[data-v-53b14f6a]{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;position:relative;scrollbar-color:var(--main-color) #f1f1f1;scrollbar-width:thin}.model__card .model__container .model__left .model__main-color .color__bar[data-v-53b14f6a]::-webkit-scrollbar{height:4px}.model__card .model__container .model__left .model__main-color .color__bar[data-v-53b14f6a]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.model__card .model__container .model__left .model__main-color .color__bar[data-v-53b14f6a]::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:2px}.model__card .model__container .model__left .model__main-color .color__bar .color__bar-item[data-v-53b14f6a]{border:1px solid #000;border-radius:33px;cursor:pointer;flex:0 0 30px;height:30px;transition:transform .2s;width:30px}@media screen and (max-width:560px){.model__card .model__container .model__left .model__main-color .color__bar .color__bar-item[data-v-53b14f6a]{flex:0 0 30px;height:30px;width:30px}}@media screen and (max-width:360px){.model__card .model__container .model__left .model__main-color .color__bar .color__bar-item[data-v-53b14f6a]{flex:0 0 25px;height:25px;width:25px}}.model__card .model__container .model__left .model__main-color .color__bar .color__bar-item[data-v-53b14f6a]:hover{transform:scale(1.1)}.model__card .model__container .model__right[data-v-53b14f6a]{display:flex;flex-direction:column;gap:30px;justify-content:center}@media screen and (max-width:1023px){.model__card .model__container .model__right[data-v-53b14f6a]{order:3}}@media screen and (max-width:767px){.model__card .model__container .model__right[data-v-53b14f6a]{display:flex;flex-direction:column-reverse;gap:15px;margin-top:0}}@media screen and (max-width:570px){.model__card .model__container .model__right[data-v-53b14f6a]{gap:10px}}@media screen and (max-width:375px){.model__card .model__container .model__right[data-v-53b14f6a]{flex-direction:column}}.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]{border:1px solid var(--main-color);border-radius:10px;display:grid;gap:15px 32px;grid-template-columns:repeat(1,1fr);margin-bottom:30px;padding:15px 0 15px 15px;position:relative;width:-moz-max-content;width:max-content;z-index:1}@media screen and (max-width:1199px){.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]{gap:15px;padding:15px 0 15px 15px}}@media screen and (max-width:1023px){.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]{border-radius:10px;gap:10px;grid-template-columns:repeat(1,1fr);margin-bottom:20px;padding:15px;width:100%}}@media screen and (max-width:767px){.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]{display:none}}@media screen and (max-width:375px){.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]{display:none}}.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]:before{bottom:5px;content:"";left:0;pointer-events:none;position:absolute;z-index:-1}@media screen and (max-width:1024px){.model__card .model__container .model__right .model__card-list[data-v-53b14f6a]:before{content:none}}.model__card .model__container .model__right .model__card-list li[data-v-53b14f6a]{font-weight:300;line-height:22px;padding:0 28px;position:relative}.model__card .model__container .model__right .model__card-list li[data-v-53b14f6a]:before{background:var(--main-color);content:"";height:1px;left:0;position:absolute;top:50%;width:18px}.model__price-text[data-v-53b14f6a]{font-weight:500;margin-bottom:10px;position:relative;z-index:2}@media screen and (max-width:767px){.model__price-text[data-v-53b14f6a]{display:none}}.model__row-price[data-v-53b14f6a]{display:flex;flex-direction:column;flex-wrap:wrap;gap:0 19px;position:relative;z-index:2}@media screen and (max-width:767px){.model__row-price[data-v-53b14f6a]{display:none}}.model__row-price .model__diff[data-v-53b14f6a]{color:var(--main-color);font-size:24px;font-weight:700;line-height:32px}@media screen and (max-width:767px){.model__row-price .model__diff[data-v-53b14f6a]{display:none}}@media screen and (max-width:425px){.model__row-price .model__diff[data-v-53b14f6a]{font-size:22px;line-height:26px}}.model__row-price .model__price[data-v-53b14f6a]{color:#b9b9b9;display:block;font-size:14px;font-weight:400;line-height:20px}@media screen and (max-width:767px){.model__row-price .model__price[data-v-53b14f6a]{display:none}}@media screen and (max-width:425px){.model__row-price .model__price[data-v-53b14f6a]{font-size:16px}}.model__credit[data-v-53b14f6a]{font-size:16px;font-weight:300;line-height:18px;margin-bottom:15px;margin-top:0}@media screen and (max-width:767px){.model__credit[data-v-53b14f6a]{display:none;margin-bottom:15px}}@media screen and (max-width:425px){.model__credit[data-v-53b14f6a]{font-size:14px}}@media screen and (max-width:375px){.model__credit[data-v-53b14f6a]{margin-bottom:12px;margin-top:0}}.model__credit span[data-v-53b14f6a]{color:var(--main-color);font-weight:400}.model__price-text2[data-v-53b14f6a]{display:none;font-weight:500;margin-bottom:10px;position:relative;z-index:2}@media screen and (max-width:767px){.model__price-text2[data-v-53b14f6a]{display:none}}.model__main-color[data-v-53b14f6a]{margin-bottom:22px}@media screen and (max-width:767px){.model__main-color[data-v-53b14f6a]{margin-bottom:10px}}.model__main-color .car__name-color[data-v-53b14f6a]{margin-top:15px}.model__main-color .color__bar[data-v-53b14f6a]{display:flex;gap:10px;overflow-x:auto;padding-bottom:10px;position:relative;scrollbar-color:var(--main-color) #f1f1f1;scrollbar-width:thin}.model__main-color .color__bar[data-v-53b14f6a]::-webkit-scrollbar{height:4px}.model__main-color .color__bar[data-v-53b14f6a]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.model__main-color .color__bar[data-v-53b14f6a]::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:2px}.model__main-color .color__bar .color__bar-item[data-v-53b14f6a]{border:1px solid #000;border-radius:33px;cursor:pointer;flex:0 0 30px;height:30px;transition:transform .2s;width:30px}@media screen and (max-width:560px){.model__main-color .color__bar .color__bar-item[data-v-53b14f6a]{flex:0 0 30px;height:30px;width:30px}}.model__main-color .color__bar .color__bar-item[data-v-53b14f6a]:hover{transform:scale(1.1)}.model__row-price2[data-v-53b14f6a]{align-items:center;display:none;flex-wrap:wrap;gap:10px 19px;position:relative;z-index:2}@media screen and (max-width:767px){.model__row-price2[data-v-53b14f6a]{display:flex;gap:8px 12px}}.model__row-price2 .model__diff2[data-v-53b14f6a]{color:var(--main-color);font-size:24px;font-weight:700;line-height:32px}@media screen and (max-width:767px){.model__row-price2 .model__diff2[data-v-53b14f6a]{display:block;font-size:28px}}@media screen and (max-width:425px){.model__row-price2 .model__diff2[data-v-53b14f6a]{font-size:25px;line-height:26px}}.model__row-price2 .model__price2[data-v-53b14f6a]{color:#b9b9b9;display:block;display:none;font-size:14px;font-weight:400;line-height:20px}@media screen and (max-width:767px){.model__row-price2 .model__price2[data-v-53b14f6a]{display:block}}@media screen and (max-width:425px){.model__row-price2 .model__price2[data-v-53b14f6a]{font-size:16px}}.model__credit2[data-v-53b14f6a]{display:none;font-size:16px;font-weight:300;line-height:18px;margin-top:13px}@media screen and (max-width:767px){.model__credit2[data-v-53b14f6a]{display:block;margin-bottom:15px}}@media screen and (max-width:425px){.model__credit2[data-v-53b14f6a]{font-size:14px}}@media screen and (max-width:375px){.model__credit2[data-v-53b14f6a]{margin-bottom:12px;margin-top:0}}.model__credit2 span[data-v-53b14f6a]{color:var(--main-color);font-weight:400}.model__buttons[data-v-53b14f6a]{display:flex;gap:25px;margin-top:20px;width:100%}@media screen and (max-width:1023px){.model__buttons[data-v-53b14f6a]{gap:15px}}@media screen and (max-width:767px){.model__buttons[data-v-53b14f6a]{flex-direction:column;margin-top:0}}.model__buttons .credit__button[data-v-53b14f6a]{min-width:155px}.model__buttons .credit__button[data-v-53b14f6a],.model__buttons .trade__button[data-v-53b14f6a]{border-radius:10px;font-size:14px;font-weight:500;height:60px;line-height:16px}.model__buttons .trade__button[data-v-53b14f6a]{min-width:215px}.view__col[data-v-53b14f6a]{display:flex;flex-direction:column;gap:40px;margin-top:15px}@media screen and (max-width:1200px){.view__col[data-v-53b14f6a]{gap:10px;margin-top:0}}@media screen and (max-width:1023px){.view__col[data-v-53b14f6a]{display:grid;gap:80px;grid-template-columns:repeat(2,1fr)!important;margin:10px 0}}@media screen and (max-width:767px){.view__col[data-v-53b14f6a]{display:flex;flex-direction:column;gap:10px;margin:10px 0}}@media screen and (max-width:560px){.view__col[data-v-53b14f6a]{display:flex;flex-direction:row;gap:20px;justify-content:space-between}}@media screen and (max-width:425px){.view__col[data-v-53b14f6a]{display:grid;gap:10px 20px;grid-template-columns:repeat(4,1fr)!important;margin:10px 0}}.view__col .view__row[data-v-53b14f6a]{align-items:center;display:flex;gap:12px}@media screen and (max-width:1200px){.view__col .view__row[data-v-53b14f6a]{display:grid;grid-template-columns:3fr}}@media screen and (max-width:767px){.view__col .view__row[data-v-53b14f6a]{color:#000;flex-direction:column;gap:10px;width:auto}}@media screen and (max-width:425px){.view__col .view__row[data-v-53b14f6a]{color:#000;flex-direction:column;gap:10px;width:auto}}@media screen and (max-width:375px){.view__col .view__row[data-v-53b14f6a]{width:auto}}.view__col .view__row img[data-v-53b14f6a]{height:40px;-o-object-fit:contain;object-fit:contain;width:40px;fill:var(--main-color)}.view__col .view__row p[data-v-53b14f6a]{font-size:20px;font-weight:500;line-height:22px;min-width:-moz-max-content;min-width:max-content}@media screen and (max-width:767px){.view__col .view__row p[data-v-53b14f6a]{font-size:18px}}@media screen and (max-width:767px) and (max-width:425px){.view__col .view__row p[data-v-53b14f6a]{font-size:14px}}.view__col .view__row p span[data-v-53b14f6a]{font-size:14px;font-weight:500;text-transform:uppercase}@media screen and (max-width:425px){.view__col .view__row p span[data-v-53b14f6a]{font-size:14px}}.month-price[data-v-36214e53]{display:flex;gap:5px}@media screen and (max-width:768px){.month-price[data-v-36214e53]{display:none}}.month-price span[data-v-36214e53]{color:var(--main-color);font-weight:700}.month-price-mob[data-v-36214e53]{display:none}@media screen and (max-width:768px){.month-price-mob[data-v-36214e53]{display:flex;gap:5px;text-align:end}}.month-price-mob span[data-v-36214e53]{color:var(--main-color);font-weight:700}.complectations__header[data-v-36214e53]{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin:10px 0}@media screen and (max-width:768px){.complectations__header[data-v-36214e53]{gap:5px}}.complectations__body[data-v-36214e53]{display:grid;gap:30px}@media screen and (max-width:768px){.complectations__body[data-v-36214e53]{gap:15px}}.complectations__body .complectations-calculator[data-v-36214e53]{align-items:center;display:none;gap:30px;grid-template-columns:1fr 1fr 1fr 1.5fr}@media screen and (max-width:1400px){.complectations__body .complectations-calculator[data-v-36214e53]{gap:15px}}@media screen and (max-width:1000px){.complectations__body .complectations-calculator[data-v-36214e53]{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.complectations__body .complectations-calculator[data-v-36214e53]{display:grid;gap:5px;grid-template-columns:1fr 1fr}}.complectations__body .complectations-calculator .complectations-calculator__item[data-v-36214e53]{align-items:center;border:1px solid #e5e5e5;border-radius:10px;display:flex;gap:15px;height:100%;padding:10px 20px;transition:.3s}@media screen and (max-width:540px){.complectations__body .complectations-calculator .complectations-calculator__item[data-v-36214e53]{padding:10px}}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text[data-v-36214e53]{display:flex;flex-direction:column;gap:5px}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .money[data-v-36214e53]{color:var(--dark-grey);font-size:var(--large-size);font-weight:500}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-36214e53]{color:var(--dark-grey)}@media screen and (max-width:768px){.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-36214e53]{font-size:var(--standart-size)}}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-36214e53]{color:var(--main-color);display:flex;flex-direction:column;font-size:24px;font-weight:700}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money .date[data-v-36214e53]{font-weight:300}@media screen and (max-width:768px){.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-36214e53]{font-size:var(--large-size)}}@media screen and (max-width:540px){.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-36214e53]{font-size:var(--medium-size)}}.complectations__body .complectations-calculator .complectations-calculator__item[data-v-36214e53]:hover{box-shadow:var(--box-shadow);transition:.3s}.complectations__body .complectations-calculator .complectations-calculator__item div[data-v-36214e53]{background:transparent}@media screen and (max-width:1400px){.complectations__body .complectations-calculator .complectations-calculator__item[data-v-36214e53]{align-items:start;display:flex;flex-direction:column}}.complectations__body .complectations-calculator .complectations-calculator__item.active[data-v-36214e53]{border:1px solid var(--main-color)}.complectations__body .complectations-calculator .complectations-calculator__item.active .money[data-v-36214e53]{color:var(--main-color)}.complectations__body .complectations-calculator .complectations-calculator__item.total[data-v-36214e53]{border:none;box-shadow:none;font-size:var(--big-size);justify-content:center}.complectations__body .complectations-calculator .complectations-calculator__item.total .complectations-calculator__text[data-v-36214e53]{display:flex;flex-wrap:wrap;gap:0}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal[data-v-36214e53]{border:none;color:var(--main-black)}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal[data-v-36214e53]:hover{box-shadow:none}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text[data-v-36214e53]{display:flex;flex-direction:column;gap:5px}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text .text[data-v-36214e53]{color:var(--main-black)}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__money[data-v-36214e53]{color:var(--main-color)}.complectations__body .modifications__list[data-v-36214e53]{display:flex;flex-direction:column;gap:10px}.complectations__body .modifications__list .modifications__item[data-v-36214e53]{border-radius:10px;display:flex;flex-direction:column;overflow:hidden}@media screen and (max-width:768px){.complectations__body .modifications__list .modifications__item[data-v-36214e53]{background:transparent}}.complectations__body .modifications__list .modifications__item .complectations__list[data-v-36214e53]{animation:fadeIn .3s ease-in-out;display:flex;flex-direction:column;gap:10px;padding:20px}@media screen and (max-width:768px){.complectations__body .modifications__list .modifications__item .complectations__list[data-v-36214e53]{padding:10px 0}}.complectations__body .modifications__list .modifications__item .modifications__item-head[data-v-36214e53]{align-items:center;background:#9f9f9f;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:15px 20px;width:100%}.complectations__body .modifications__list .modifications__item .modifications__item-head .icon[data-v-36214e53]{background:#fff;border-radius:100%;box-shadow:var(--box-shadow);color:#000;height:30px;padding:10px;position:relative;width:30px}.complectations__body .modifications__list .modifications__item .modifications__item-head .icon .fa[data-v-36214e53],.complectations__body .modifications__list .modifications__item .modifications__item-head .icon .fa-regular[data-v-36214e53],.complectations__body .modifications__list .modifications__item .modifications__item-head .icon .fa-solid[data-v-36214e53],.complectations__body .modifications__list .modifications__item .modifications__item-head .icon i[data-v-36214e53]{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.complectations__body .modifications__list .complectations__item[data-v-36214e53]{align-items:center;border-bottom:2px solid #e5e5e5;display:flex;gap:10px;justify-content:space-between;padding:15px 0;width:100%}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item[data-v-36214e53]{align-items:start}}@media screen and (max-width:1100px){.complectations__body .modifications__list .complectations__item[data-v-36214e53]{border:1px solid #e5e5e5;border-radius:20px;flex-direction:column;padding:15px}}.complectations__body .modifications__list .complectations__item .complectations__item-wrapper[data-v-36214e53]{align-items:center;display:flex;flex-direction:column;text-align:center}@media screen and (max-width:540px){.complectations__body .modifications__list .complectations__item .complectations__item-wrapper[data-v-36214e53]{align-items:center;display:grid;gap:15px;grid-template-columns:auto auto}}.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-36214e53]{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:1200px){.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-36214e53]{width:300px}}@media screen and (max-width:1100px){.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-36214e53]{width:100%}}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-36214e53]{align-items:flex-end;width:100%}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices[data-v-36214e53]{display:flex;flex-direction:column;text-align:end}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices[data-v-36214e53]{display:none}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices .current[data-v-36214e53]{color:var(--main-color);font-size:var(--large-size);font-weight:600}@media screen and (max-width:540px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices .current[data-v-36214e53]{font-size:var(--medium-size)}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices .old[data-v-36214e53]{color:#9c9c9c;font-size:var(--standart-size);text-decoration:line-through}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile[data-v-36214e53]{display:none}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile[data-v-36214e53]{display:flex;flex-direction:column;gap:5px;text-align:start!important;text-align:end}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile .current-mobile[data-v-36214e53]{display:none}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile .current-mobile[data-v-36214e53]{color:var(--main-color);display:flex;font-size:var(--large-size);font-weight:600}}@media screen and (max-width:540px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile .current-mobile[data-v-36214e53]{font-size:var(--medium-size)}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile .old-mobile[data-v-36214e53]{color:#9c9c9c;font-size:var(--standart-size);text-decoration:line-through}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-month-price[data-v-36214e53]{display:none}}.complectations__body .modifications__list .complectations__item .complectations__item-name[data-v-36214e53]{display:flex;flex-direction:column;gap:5px;width:150px}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-name[data-v-36214e53]{display:flex;flex-direction:row;justify-content:flex-start;text-align:start;width:100%}}.complectations__body .modifications__list .complectations__item .complectations__item-name .complectations__item-title[data-v-36214e53]{font-weight:600}.complectations__body .modifications__list .complectations__item .complectations__item-name .complectations__item-subtitle[data-v-36214e53]{color:#9c9c9c;font-size:var(--standart-size)}.complectations__body .modifications__list .complectations__item .complectations__item-img[data-v-36214e53]{height:70px;-o-object-fit:contain;object-fit:contain;width:auto}@media screen and (max-width:1100px){.complectations__body .modifications__list .complectations__item .complectations__item-img[data-v-36214e53]{height:auto;width:100%}}.complectations__body .modifications__list .complectations__item .complectations__item-buttons[data-v-36214e53]{display:grid;gap:10px;grid-template-columns:auto auto}@media screen and (max-width:1100px){.complectations__body .modifications__list .complectations__item .complectations__item-buttons[data-v-36214e53]{width:100%}}.complectations__body .complectations__description[data-v-36214e53]{color:#9c9c9c;font-size:var(--standart-size)}.month__price[data-v-36214e53]{color:var(--main-color)}.gallery__body[data-v-5dfd3b75]{flex-direction:column;padding:20px 0 0}.gallery__body[data-v-5dfd3b75],.gallery__choice[data-v-5dfd3b75]{display:flex;gap:15px}.gallery__choice .choice__item[data-v-5dfd3b75]{background:#eee;border-radius:20px;cursor:pointer;font-size:var(--large-size);font-weight:600;line-height:normal;opacity:.4;padding:8px 14px;position:relative;transition:.3s}@media screen and (max-width:768px){.gallery__choice .choice__item[data-v-5dfd3b75]{font-size:var(--medium-size)}}.gallery__choice .choice__item .fa[data-v-5dfd3b75],.gallery__choice .choice__item .fa-regular[data-v-5dfd3b75],.gallery__choice .choice__item .fa-solid[data-v-5dfd3b75],.gallery__choice .choice__item i[data-v-5dfd3b75]{bottom:-10px;color:#eee;font-size:25px;left:50%;position:absolute;transform:translate(-50%)}.gallery__choice .active[data-v-5dfd3b75],.gallery__choice .choice__item[data-v-5dfd3b75]:hover{opacity:1}.model__gallery[data-v-5dfd3b75],.slider[data-v-5dfd3b75],.special__slider[data-v-5dfd3b75]{overflow:hidden;position:relative;width:100%}.slider__track[data-v-5dfd3b75]{display:flex;transition:transform .35s ease;will-change:transform}.slider__item[data-v-5dfd3b75]{flex:0 0 auto;padding-right:5px}.slider__item img[data-v-5dfd3b75]{border-radius:4px;display:block;height:100%;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:1024px){.slider__item img[data-v-5dfd3b75]{height:300px}}@media screen and (max-width:767px){.slider__item img[data-v-5dfd3b75]{height:250px}}.slider__nav[data-v-5dfd3b75]{align-items:center;background:#000000bf;border:4px solid var(--main-color);border-radius:4px;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);transition:.25s;width:40px;z-index:10}.slider__nav .fa[data-v-5dfd3b75],.slider__nav .fa-regular[data-v-5dfd3b75],.slider__nav .fa-solid[data-v-5dfd3b75],.slider__nav i[data-v-5dfd3b75]{color:var(--main-color);font-size:16px}.slider__nav[data-v-5dfd3b75]:hover{background:#fff}.slider__nav.left[data-v-5dfd3b75]{left:10px}.slider__nav.right[data-v-5dfd3b75]{right:10px}@media screen and (max-width:570px){.section__tabs[data-v-3a6be423]{border-bottom:1px solid #c4c4c4}}.section__tabs .container[data-v-3a6be423]{margin:0 auto;max-width:1430px;padding:0 15px}.section__tabs .tabs__header[data-v-3a6be423]{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:space-between;margin-bottom:20px;margin-top:20px;padding-top:0;position:relative}@media screen and (max-width:1024px){.section__tabs .tabs__header[data-v-3a6be423]{gap:10px;padding-top:10px}}@media screen and (max-width:570px){.section__tabs .tabs__header[data-v-3a6be423]{flex-direction:column;padding-top:0}}.section__tabs .tabs__header .tabs__header-item[data-v-3a6be423],.section__tabs .tabs__header .tabs__header-link[data-v-3a6be423]{align-items:center;background:transparent;border:1px solid #9f9f9f;border-radius:10px;color:#9f9f9f;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:40px;justify-content:center;line-height:18px;max-width:300px;outline:none;position:relative;text-decoration:none;transition:all .3s ease;width:100%}@media screen and (max-width:1024px){.section__tabs .tabs__header .tabs__header-item[data-v-3a6be423],.section__tabs .tabs__header .tabs__header-link[data-v-3a6be423]{max-width:48%}}@media screen and (max-width:570px){.section__tabs .tabs__header .tabs__header-item[data-v-3a6be423],.section__tabs .tabs__header .tabs__header-link[data-v-3a6be423]{border-radius:10px;max-width:100%}}.section__tabs .tabs__header .tabs__header-item[data-v-3a6be423]:hover,.section__tabs .tabs__header .tabs__header-link[data-v-3a6be423]:hover{border-color:var(--main-color);color:var(--main-color)}.section__tabs .tabs__header .tabs__header-item.active[data-v-3a6be423],.section__tabs .tabs__header .tabs__header-link.active[data-v-3a6be423]{background:var(--main-color);border:1px solid var(--main-color);color:var(--bg-light)}.section__tabs .tabs__body>div[data-v-3a6be423]{margin-top:-20px;padding-top:20px;scroll-margin-top:100px}.section__tabs .tabs__body .tabs__body-item[data-v-3a6be423]{display:flex;flex-direction:column;gap:30px}.section__tabs .tabs__body .finance-content[data-v-3a6be423]{background:#f5f5f5;border-radius:8px;padding:20px}.section__tabs .tabs__body .finance-content h2[data-v-3a6be423]{color:var(--main-color);margin-bottom:15px}section.success[data-v-c230a867]{align-items:center;display:flex;justify-content:center;min-height:80vh}@media screen and (max-width:768px){section.success[data-v-c230a867]{align-items:start;margin-bottom:30px;min-height:auto}}section.success .success-content[data-v-c230a867]{align-items:center;display:flex;height:100%;justify-content:center;padding:0 20px;width:100%}section.success .success-content .success-block[data-v-c230a867]{background:#fff;border-radius:20px;box-shadow:var(--box-shadow);display:flex;flex-direction:column;max-width:550px;overflow:hidden}section.success .success-content .success-block .success-block__text[data-v-c230a867]{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;padding:30px 35px;text-align:center}section.success .success-content .success-block .success-block__text p[data-v-c230a867]{text-align:center}section.success .success-content .success-block .success-block__text .success-block__icon[data-v-c230a867]{align-items:center;background:var(--secondary-color);border-radius:100%;color:#fff;display:inline-block;display:flex;font-size:30px;height:70px;justify-content:center;width:70px}section.success .success-content .success-block .success-block__link[data-v-c230a867]{align-items:center;background:var(--secondary-color);display:flex;justify-content:center;padding:45px}@media screen and (max-width:768px){section.success .success-content .success-block .success-block__link[data-v-c230a867]{padding:25px}}section.success .success-content .success-block .success-block__link .success-back[data-v-c230a867]{border:3px solid #fff;border-radius:16px;color:#fff;font-weight:700;padding:15px 25px;text-align:center;transition:.3s}section.success .success-content .success-block .success-block__link .success-back[data-v-c230a867]:hover{background:#fff;color:var(--secondary-color);transition:.3s}.logo[data-v-1a7dab09]{width:auto}@media screen and (max-width:768px){.logo[data-v-1a7dab09]{text-align:center}}.logo img[data-v-1a7dab09]{max-height:100%;max-width:150px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.logo img[data-v-1a7dab09]{max-width:120px}}.navbar-list[data-v-116b10c3]{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.navbar-list .navbar-item .navbar-link[data-v-116b10c3]{border-radius:20px;color:var(--main-black);font-size:var(--standart-size);padding:5px 10px;transition:.3s}@media screen and (max-width:1500px){.navbar-list .navbar-item .navbar-link[data-v-116b10c3]{padding:5px 8px}}.navbar-list .navbar-item .navbar-link[data-v-116b10c3]:hover,.navbar-list .navbar-item .router-link-active[data-v-116b10c3]{color:var(--secondary-color);position:relative;transition:.3s}.footer__menu .navbar-list[data-v-116b10c3]{align-items:start;flex-direction:column;justify-content:start}.footer__menu .navbar-list .navbar-item:hover .navbar-link[data-v-116b10c3]{background:none;color:var(--secondary-color)}.footer__menu .navbar-list .navbar-link[data-v-116b10c3]{padding:3px 0}.footer__menu .navbar-list .navbar-link[data-v-116b10c3]:hover{background:none;color:var(--secondary-color)}.footer__menu .navbar-list .navbar-link[data-v-116b10c3]:hover:after{display:none}.footer__menu .navbar-list a.router-link-active.router-link-exact-active.navbar-link[data-v-116b10c3]{background:none;color:var(--secondary-color)}.footer__menu .navbar-list a.router-link-active.router-link-exact-active.navbar-link[data-v-116b10c3]:after{display:none}@media screen and (max-width:400px){.footer__menu .navbar-list[data-v-116b10c3]{flex-direction:row}.footer__menu .navbar-list .navbar-link[data-v-116b10c3]{background:#f3f3f3;font-size:var(--standart-size);padding:8px}.footer__menu .navbar-list .navbar-link[data-v-116b10c3]:hover{background:none;color:var(--secondary-color)}.footer__menu .navbar-list a.router-link-active.router-link-exact-active.navbar-link[data-v-116b10c3]{background:#f3f3f3;color:var(--secondary-color)}}.navbar-list.burger[data-v-116b10c3]{align-items:start;flex-direction:column;gap:5px}.navbar-list.burger .navbar-item .navbar-link[data-v-116b10c3]{color:var(--main-black);font-weight:400;padding:10px}.contacts[data-v-762d4cf4],.contacts.burger[data-v-762d4cf4]{display:flex;flex-direction:column;gap:15px}.contacts.burger[data-v-762d4cf4]{background:var(--main-color);border-radius:20px;color:#fff;padding:15px;text-align:center;width:-moz-fit-content;width:fit-content}.contacts.burger .contacts__item[data-v-762d4cf4]{font-size:var(--standart-size)}.modal-overlay[data-v-f962d796]{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content[data-v-f962d796]{background:#fff;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:90%}.modal-close[data-v-f962d796]{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-title[data-v-f962d796]{margin-bottom:1.5rem;text-align:center}.modal-form[data-v-f962d796]{gap:1rem}.form-group[data-v-f962d796],.modal-form[data-v-f962d796]{display:flex;flex-direction:column}.form-group[data-v-f962d796]{gap:.5rem}.form-group label[data-v-f962d796]{font-weight:500}.form-group input[data-v-f962d796],.form-group textarea[data-v-f962d796]{border:1px solid #ddd;border-radius:10px;font-size:1rem;padding:.75rem}.form-group textarea[data-v-f962d796]{min-height:100px;resize:vertical}.submit-btn[data-v-f962d796]{border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem}.submit-btn[data-v-f962d796],.submit-btn[data-v-f962d796]:hover{background-color:var(--main-color)}.header[data-v-f962d796]{background:#dedede;color:var(--main-color);height:auto;position:sticky;top:0;transition:all .7s ease;width:100%;z-index:999}@media screen and (max-width:1000px){.header[data-v-f962d796]{padding:0}}.header .header__wrap[data-v-f962d796]{background:#fff;box-shadow:var(--box-shadow);display:flex;justify-content:center;width:100%}.header .header__top[data-v-f962d796]{background:var(--main-color2);padding:8px 0}@media screen and (max-width:767px){.header .header__top[data-v-f962d796]{display:none}}.header .header__top .header__top-content[data-v-f962d796]{align-items:center;display:flex;gap:20px;justify-content:flex-end}.header .header__top .header__top-content .header__top-adress[data-v-f962d796],.header .header__top .header__top-content .header__top-phone[data-v-f962d796]{align-items:center;display:flex;gap:5px}@media screen and (max-width:768px){.header .header__top .header__top-content .header__top-adress[data-v-f962d796],.header .header__top .header__top-content .header__top-phone[data-v-f962d796]{font-size:14px}}.header .header__top .header__top-content .header__top-adress img[data-v-f962d796],.header .header__top .header__top-content .header__top-phone img[data-v-f962d796]{height:20px}.header .header__content[data-v-f962d796]{align-items:center;background:#fff;border-radius:20px;-moz-column-gap:15px;column-gap:15px;display:grid;grid-template-columns:auto 1fr auto;justify-content:space-between;max-width:100vw;padding:15px 0}@media screen and (max-width:1000px){.header .header__content[data-v-f962d796]{border-radius:20px;grid-template-columns:auto 1fr;padding:5px 20px}}.header .header__content .header__navbar[data-v-f962d796]{align-items:center;display:flex;justify-content:flex-end;padding:0 10px}@media screen and (max-width:1000px){.header .header__content .header__navbar[data-v-f962d796]{display:none}}.header .header__content .header__navbar .dropdown[data-v-f962d796]{position:relative}.header .header__content .header__navbar .dropdown:hover .dropdown-list[data-v-f962d796]{opacity:1;pointer-events:all;visibility:visible}.header .header__content .header__navbar .dropdown:hover .dropdown-head-link .fa[data-v-f962d796],.header .header__content .header__navbar .dropdown:hover .dropdown-head-link .fa-regular[data-v-f962d796],.header .header__content .header__navbar .dropdown:hover .dropdown-head-link .fa-solid[data-v-f962d796],.header .header__content .header__navbar .dropdown:hover .dropdown-head-link i[data-v-f962d796]{transform:rotate(-180deg);transition:.3s}.header .header__content .header__navbar .dropdown .dropdown-head-link[data-v-f962d796],.header .header__content .header__navbar .dropdown .dropdown-head-link .fa[data-v-f962d796],.header .header__content .header__navbar .dropdown .dropdown-head-link .fa-regular[data-v-f962d796],.header .header__content .header__navbar .dropdown .dropdown-head-link .fa-solid[data-v-f962d796],.header .header__content .header__navbar .dropdown .dropdown-head-link i[data-v-f962d796]{transition:.3s}.header .header__content .header__navbar .dropdown .dropdown-list[data-v-f962d796]{background:var(--bg-light);border-radius:30px;box-shadow:15px -15px 30px #e6e6e633,-15px 15px 30px #e6e6e633;left:-35px;opacity:0;padding:30px 28px 5px;pointer-events:none;position:absolute;top:25px;transition:all .3s ease;visibility:hidden;width:-moz-max-content;width:max-content}.header .header__content .header__navbar .dropdown .dropdown-list .dropdown-item[data-v-f962d796]{border-bottom:1px solid #f2f2f2;color:var(--main-black);color:#2d2d2d;cursor:pointer;display:block;font-size:16px;line-height:18px;margin-bottom:20px;padding:10px 0;position:relative;transition:all .3s ease;white-space:nowrap}.header .header__content .header__navbar .dropdown .dropdown-list .dropdown-item[data-v-f962d796]:hover{border-color:var(--secondary-color);color:var(--secondary-color);transition:all .3s ease}.header .header__content .header__block[data-v-f962d796]{align-items:center;display:flex;gap:10px;justify-content:end;width:100%}.header .header__content .header__call .header__call-link[data-v-f962d796]{align-items:center;border-radius:100%;color:var(--bg-light);display:none;font-weight:700;height:100%;height:40px;justify-content:center;transition:.3s;width:100%;width:40px}@media screen and (max-width:768px){.header .header__content .header__call .header__call-link[data-v-f962d796]{display:flex}}.header .header__menu.mobile-menu[data-v-f962d796]{display:none}@media screen and (max-width:1000px){.header .header__menu.mobile-menu[data-v-f962d796]{color:var(--main-color);display:block;font-size:32px;padding:5px}}.header__top-phone-link[data-v-f962d796],.navbar-list[data-v-f962d796]{align-items:center;display:flex;gap:5px}.navbar-list[data-v-f962d796]{flex-wrap:wrap;justify-content:flex-end}.navbar-list .navbar-item .navbar-link[data-v-f962d796]{border-radius:20px;color:var(--main-black);cursor:pointer;font-size:var(--standart-size);padding:5px 10px;transition:.3s}@media screen and (max-width:1500px){.navbar-list .navbar-item .navbar-link[data-v-f962d796]{padding:5px 8px}}@media screen and (max-width:400px){.navbar-list .navbar-item .navbar-link[data-v-f962d796]{font-size:var(--big-size)}}.navbar-list .navbar-item .navbar-link[data-v-f962d796]:hover,.navbar-list .navbar-item .router-link-active[data-v-f962d796]{color:var(--secondary-color);position:relative;transition:.3s}@media screen and (min-width:1000px){.scrolled[data-v-f962d796]{max-width:100%;padding:0}.scrolled .header__wrap[data-v-f962d796]{background:#fff;box-shadow:var(--box-shadow);display:grid;display:flex;justify-content:center;margin:0 auto;width:100%}.scrolled .header__wrap .header__content[data-v-f962d796]{border-radius:20px;box-shadow:none;max-width:1560px;width:100%}}.mobile-menu__overlay[data-v-f962d796]{align-items:center;background:#fff;display:flex;flex-direction:column;min-height:100vh;overflow:scroll;padding:20px;position:fixed;top:-1px;transform:translate(100%);transition:.3s;width:100%;z-index:1000}.mobile-menu__overlay .mobile-menu__overlay-close[data-v-f962d796]{align-items:center;background:var(--main-black);border-radius:100%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:40px;width:40px}.mobile-menu__overlay .mobile-menu__overlay-content[data-v-f962d796]{display:flex;flex-direction:column;gap:15px;max-height:100vh;overflow-y:auto;padding:0 0 100px;width:100%}.mobile-menu__overlay.active[data-v-f962d796]{transform:translate(0);transition:.3s}.mobile-menu[data-v-f962d796]{background:transparent;display:none;transition:.3s}@media screen and (max-width:900px){.mobile-menu[data-v-f962d796]{display:block;font-size:32px;padding:10px}}.mobile-menu.active[data-v-f962d796]{transform:rotate(90deg)}.header.active[data-v-f962d796]{box-shadow:0 6px 6px #0003}.modal__title[data-v-f962d796]{color:#000}@keyframes fadeIn-f962d796{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut-f962d796{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.mobile__v[data-v-f962d796]{display:none}.go-to-top[data-v-78085e98]{align-items:center;background:var(--main-color);border-radius:100%;bottom:70px;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:0;position:fixed;right:10px;transform:translateY(20px);transition:all .3s ease;visibility:hidden;width:50px;z-index:99}.go-to-top .fa[data-v-78085e98],.go-to-top .fa-regular[data-v-78085e98],.go-to-top .fa-solid[data-v-78085e98],.go-to-top i[data-v-78085e98]{color:#fff;font-size:28px}.go-to-top[data-v-78085e98]:hover{box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.go-to-top.visible[data-v-78085e98]{opacity:1;transform:translateY(0);visibility:visible}.footer[data-v-10d6189a]{align-items:center;background:#dedede;color:var(--main-black);display:flex;margin-top:30px;padding:40px 0}@media screen and (max-width:575px){.footer[data-v-10d6189a]{padding-top:20px}}.footer .container[data-v-10d6189a]{margin:0 auto;max-width:1450px;padding:0 35px;position:relative}.footer .logo[data-v-10d6189a]{height:59px;margin-bottom:60px;width:-moz-max-content;width:max-content}@media screen and (max-width:1023px){.footer .logo[data-v-10d6189a]{margin-bottom:30px}}.footer .logo img[data-v-10d6189a]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer__top[data-v-10d6189a]{display:flex;flex-wrap:wrap;gap:0;justify-content:space-between}@media screen and (max-width:800px){.footer .footer__top[data-v-10d6189a]{align-items:center;flex-direction:column;justify-content:flex-start}}@media screen and (max-width:540px){.footer .footer__top[data-v-10d6189a]{margin-bottom:30px}}.footer .footer__top .footer__top-left[data-v-10d6189a],.footer .footer__top .footer__top-right[data-v-10d6189a]{flex:1}.footer .footer__top .footer__contacts[data-v-10d6189a]{color:#fa3034;display:flex;flex-direction:column;font-size:16px;justify-content:flex-start;margin-top:50px;padding:10px}@media screen and (max-width:800px){.footer .footer__top .footer__contacts[data-v-10d6189a]{align-items:flex-start;margin-left:0;padding-left:0;width:100%}}.footer .footer__top .footer__contacts a[data-v-10d6189a],.footer .footer__top .footer__contacts p[data-v-10d6189a]{display:flex;gap:8px;margin-bottom:10px}.footer .footer__top .footer__contacts .footer__info-adress[data-v-10d6189a]{font-weight:700}.footer .footer__top .footer__nav[data-v-10d6189a]{display:flex;gap:15px;list-style:none;margin-bottom:20px;padding:0;text-wrap:nowrap}@media screen and (max-width:800px){.footer .footer__top .footer__nav[data-v-10d6189a]{flex-direction:column}}.footer .footer__top .footer__nav li[data-v-10d6189a]{margin-bottom:8px}.footer .footer__top .footer__nav li a[data-v-10d6189a]{color:#000;font-size:18px;font-weight:500;text-decoration:none}.footer .footer__top .footer__nav li a[data-v-10d6189a]:hover{color:#fa3034;text-decoration:underline}@media screen and (max-width:1023px){.footer .footer__top .footer__top-center[data-v-10d6189a]{display:none}.footer .footer__top .footer__top-right[data-v-10d6189a]{margin-top:0}}@media screen and (max-width:800px){.footer .footer__top .footer__top-right[data-v-10d6189a]{width:100%}}.footer .footer__top .footer__top-right .footer__info-tel[data-v-10d6189a]{font-size:18px;line-height:20px;margin-bottom:15px}.footer .footer__top .footer__top-right .footer__info-adress[data-v-10d6189a]{font-size:15px;line-height:26px}@media screen and (max-width:767px){.footer .footer__top .footer__top-right .footer__info-adress[data-v-10d6189a]{max-width:100%}}.footer .footer__top .footer__top-right .footer__info-time[data-v-10d6189a]{font-size:15px;line-height:16px;margin-top:20px}@media screen and (max-width:375px){.footer .footer__top .footer__top-right .footer__info-time[data-v-10d6189a]{margin-top:10px}}.footer .footer__top .footer__top-title[data-v-10d6189a]{background:var(--main-black);border-radius:var(--border-radius);color:#fff;font-weight:400;line-height:33px;margin-bottom:23px;padding:4px 12px;text-align:center;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1023px){.footer .footer__top .footer__top-title[data-v-10d6189a]{font-size:20px;line-height:26px;margin-bottom:15px;text-transform:none}}.footer .footer__bottom[data-v-10d6189a]{border-top:1px solid hsla(0,0%,82%,.29);color:#bbb;margin-top:30px;padding-top:30px}@media screen and (max-width:575px){.footer .footer__bottom[data-v-10d6189a]{border-top:none;margin-top:0;padding-top:0}}@media screen and (max-width:570px){.footer .footer__bottom .footer__info[data-v-10d6189a]{padding-bottom:50px}}.footer .footer__bottom .footer__info a[data-v-10d6189a],.footer .footer__bottom .footer__info p[data-v-10d6189a]{font-weight:300;margin-bottom:10px}.footer .footer__bottom .footer__info a[data-v-10d6189a]{text-decoration:underline}.footer-logo[data-v-10d6189a]{position:absolute;top:0}.callback-button[data-v-10d6189a]{bottom:10px;display:none;gap:10px;padding:0 10px;position:fixed;width:100%;z-index:99}.callback-button .callback-button__icon[data-v-10d6189a]{background:var(--main-color-2);border-radius:100%;padding:20px}.callback-button .callback-button__icon .fa[data-v-10d6189a],.callback-button .callback-button__icon .fa-regular[data-v-10d6189a],.callback-button .callback-button__icon .fa-solid[data-v-10d6189a],.callback-button .callback-button__icon i[data-v-10d6189a]{color:#fff;font-size:20px}.callback-button .callback-button__text[data-v-10d6189a]{background:var(--main-color);border-radius:var(--border-small-radius);color:#fff;padding:10px;position:relative}.callback-button .callback-button__text[data-v-10d6189a]:before{animation:blick 3s linear infinite;background:linear-gradient(90deg,#ffffff1a,#fff6);content:"";height:100%;left:-150%;position:absolute;top:0;transform:skew(-45deg);width:45px}@media screen and (max-width:540px){.callback-button[data-v-10d6189a]{align-items:center;display:flex;justify-content:flex-end}}.phone[data-v-10d6189a],.time[data-v-10d6189a]{color:#000}.phone[data-v-10d6189a]{font-size:14px;text-decoration:underline}.footer__top-left[data-v-10d6189a]{align-items:center;display:flex}@media screen and (max-width:800px){.footer__top-left[data-v-10d6189a]{justify-content:flex-start;padding-left:0;width:100%}}.footer__info[data-v-10d6189a]{font-size:14px}@media screen and (max-width:768px){main[data-v-2410f676]{margin-top:60px}}
