@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-d108bb73]{align-items:center;background:#ffffffeb;display:flex;height:100%;justify-content:center;transition:.3s;z-index:998}.global-loader[data-v-d108bb73],.loader-bar[data-v-d108bb73]{left:0;position:fixed;top:0;width:100%}.loader-bar[data-v-d108bb73]{animation:progress-d108bb73 2s ease-in-out infinite;background:var(--main-color2);height:3px}@keyframes progress-d108bb73{0%{width:0}50%{width:50%}to{width:100%}}.loader-spinner[data-v-d108bb73]{animation:spin-d108bb73 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-d108bb73{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:4px;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-2e01b99b]{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-2e01b99b] *{background-image:none}.page.error .error-content[data-v-2e01b99b]{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.page.error .error-content .error-block[data-v-2e01b99b]{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-2e01b99b]{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-2e01b99b]{padding:20px 15px}}.page.error .error-content .error-block .error-block__text .error-block__hidden[data-v-2e01b99b]{display:block}.page.error .error-content .error-block .error-block__text p[data-v-2e01b99b]{font-size:var(--big-size);text-align:center}.page.error .error-content .error-block .error-block__text .error-block__icon[data-v-2e01b99b]{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-2e01b99b]{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-2e01b99b]{padding:25px}}.page.error .error-content .error-block .error-block__link .error-back[data-v-2e01b99b]{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-2e01b99b]:hover{background:#fff;color:var(--red);transition:.3s}.breadcrumbs[data-v-1ab0fc92]{display:block;padding:20px 0 10px}.breadcrumbs .breadcrumbs__list[data-v-1ab0fc92]{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.breadcrumbs .breadcrumbs__list .breadcrumbs__item[data-v-1ab0fc92]{align-items:center;display:flex;gap:10px;justify-content:center}.breadcrumbs .breadcrumbs__list .breadcrumbs__item[data-v-1ab0fc92]:not(:first-child):not(:nth-child(2)){text-transform:uppercase}.breadcrumbs .breadcrumbs__list .breadcrumbs__item[data-v-1ab0fc92]:not(:last-child):after{content:">";font-size:14px;padding:0}.breadcrumbs .breadcrumbs__list .router-link-exact-active[data-v-1ab0fc92]{color:var(--main-color)}@media screen and (max-width:767px){.breadcrumbs.hide[data-v-1ab0fc92]{display:none}}.back__wrapper[data-v-1ab0fc92]{display:none;padding:15px 15px 0}.back__wrapper .back[data-v-1ab0fc92]{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-1ab0fc92]{display:flex}}.page__title[data-v-f9435396]{font-size:var(--large-size);font-weight:700;line-height:normal}.margin-0[data-v-f9435396]{margin:0}.form__check[data-v-f10c1b82]{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-f10c1b82]{align-items:center;display:flex;flex-wrap:nowrap;font-size:14px}.form__check .form__check-label .check-link[data-v-f10c1b82]{text-decoration:underline}.form__check .form__check-label .radio__img[data-v-f10c1b82]{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-f10c1b82]:before{background-color:var(--main-color)!important;content:"";height:12px;left:50%;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7l233.4-233.3c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E") center/contain no-repeat;position:absolute;top:50%;transform:translate(-50%,-50%);width:12px}.form__check .form__check-label p[data-v-f10c1b82]{color:#000}.form__check .form__check-label p .check-link[data-v-f10c1b82],.form__check .form__check-label p a[data-v-f10c1b82]{color:#000;text-decoration:underline}.form__check .form__check-label p .check-link[data-v-f10c1b82]:hover,.form__check .form__check-label p a[data-v-f10c1b82]:hover{color:var(--main-color)}.online__trade-form .check-black p[data-v-f10c1b82]{color:#000}.radio__hidden:not(:checked)+.radio__img[data-v-f10c1b82]:before{background:none}label.form__check-label.white p[data-v-f10c1b82]{color:#fff}.wide[data-v-f10c1b82]{grid-column-end:3;grid-column-start:1}.wrap[data-v-f10c1b82]{align-items:center;display:grid;text-wrap:nowrap}@media screen and (max-width:500px){.wrap[data-v-f10c1b82]{display:none;text-wrap:wrap}}@media screen and (max-width:340px){.wrap[data-v-f10c1b82]{display:none;text-wrap:wrap}}.wrap-mob[data-v-f10c1b82]{display:none}@media screen and (max-width:500px){.wrap-mob[data-v-f10c1b82]{display:grid}}.small p[data-v-f10c1b82]{font-size:14px}.small p a[data-v-f10c1b82]{font-size:14px!important}.wide-grid[data-v-f10c1b82]{grid-column-end:3;grid-column-start:1}.loader[data-v-c6e84ce5]{align-items:center;display:flex;gap:15px;justify-content:center;width:100%}.base-button[data-v-c6e84ce5],.loader .bold[data-v-c6e84ce5]{font-weight:700}.base-button[data-v-c6e84ce5]{align-items:center;background:var(--red-b);border:2px solid var(--red-b);border-radius:4px;color:var(--bg-light);display:flex;height:100%;justify-content:center;padding:14px;transition:.3s;width:100%}.base-button .fa-regular.mobile[data-v-c6e84ce5],.base-button .fa-solid.mobile[data-v-c6e84ce5],.base-button i.mobile[data-v-c6e84ce5]{display:none}@media screen and (max-width:768px){.base-button .fa-regular.mobile[data-v-c6e84ce5],.base-button .fa-solid.mobile[data-v-c6e84ce5],.base-button i.mobile[data-v-c6e84ce5]{display:block}}.base-button span[data-v-c6e84ce5]{background:transparent;font-weight:700}@media screen and (max-width:540px){.base-button span[data-v-c6e84ce5]{font-size:var(--standart-size);font-weight:600}}@media screen and (max-width:768px){.base-button span.hidden[data-v-c6e84ce5]{display:none}}.trade[data-v-c6e84ce5]{background:#3f5e73}.callback[data-v-c6e84ce5]{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-regular[data-v-c6e84ce5],.callback .fa-solid[data-v-c6e84ce5],.callback i[data-v-c6e84ce5]{background:#fff;border-radius:100%;color:var(--main-color);padding:15px;transition:.3s}.callback[data-v-c6e84ce5]:hover{background:#fff;border-color:#fff;color:var(--main-color);transition:.3s}.callback:hover .fa-regular[data-v-c6e84ce5],.callback:hover .fa-solid[data-v-c6e84ce5],.callback:hover i[data-v-c6e84ce5]{background:var(--main-color);color:#fff;transition:.3s}.slider__form .base-submit[data-v-c6e84ce5]{background:var(--main-color);border-radius:50px}.test-drive[data-v-c6e84ce5]{background:var(--main-color2);border:2px solid var(--main-color2)}.trade[data-v-c6e84ce5]{background:transparent;border:2px solid var(--main-color);color:var(--main-color)}.bh-1[data-v-c6e84ce5],.call[data-v-c6e84ce5]{background:var(--main-color);border:2px solid var(--main-color)}.base-button.load[data-v-c6e84ce5]{width:auto}@media screen and (max-width:768px){.header[data-v-c6e84ce5]{border-radius:100%;padding:10px}.header .fa-regular[data-v-c6e84ce5],.header .fa-solid[data-v-c6e84ce5],.header i[data-v-c6e84ce5]{font-size:var(--standard-size)}}.comp[data-v-c6e84ce5]{background:var(--main-color);border:2px solid var(--main-color);padding:10px 25px}@media screen and (max-width:540px){.comp[data-v-c6e84ce5]{padding:10px}.comp span[data-v-c6e84ce5]{font-size:var(--small-size);font-weight:500}}.comp-credit[data-v-c6e84ce5]{background:var(--secondary-color);border:2px solid var(--secondary-color)}.bordered[data-v-c6e84ce5]{background:transparent;color:var(--main-color)}.bordered[data-v-c6e84ce5],.classic[data-v-c6e84ce5]{border:2px solid var(--main-color);border-radius:20px}.classic[data-v-c6e84ce5]{color:#fff}.classic[data-v-c6e84ce5],.credit-mod[data-v-c6e84ce5]{background:var(--main-color)}.credit-mod[data-v-c6e84ce5]{border:2px solid var(--main-color);padding:10px;width:100%}.credit-mod[data-v-c6e84ce5]:hover{background:#fff;color:var(--main-color)}.certificate[data-v-c6e84ce5]{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-c6e84ce5]{font-size:var(--standart-size);font-weight:400}.certificate .fa-regular[data-v-c6e84ce5],.certificate .fa-solid[data-v-c6e84ce5],.certificate i[data-v-c6e84ce5]{background:var(--secondary-color);border-radius:100%;color:#fff;font-size:11px;height:18px;padding:4px;width:18px}.certificate[data-v-c6e84ce5]:hover{opacity:.85}.fit[data-v-c6e84ce5]{width:-moz-fit-content;width:fit-content}.sp-1[data-v-c6e84ce5]{background:#fff;border:none;color:var(--main-black);padding:10px}.sp-1 span[data-v-c6e84ce5]{font-weight:500}.button-loader[data-v-c6e84ce5]{animation:l20-1-c6e84ce5 .8s linear infinite alternate,l20-2-c6e84ce5 1.6s linear infinite;aspect-ratio:1;border:8px solid #fff;border-radius:50%;width:20px}@keyframes l20-1-c6e84ce5{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-c6e84ce5{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-1be59efa] *{opacity:1!important;pointer-events:auto;position:relative;z-index:10}.base-form__title[data-v-1be59efa]{font-size:18px;margin-bottom:10px;margin-left:10px}.base-form[data-v-1be59efa]{color:#000!important}.error[data-v-1be59efa]{color:red;font-size:.8em}.submit-block[data-v-1be59efa]{display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:1fr}.error-block[data-v-1be59efa],.submit-block[data-v-1be59efa]{grid-column-end:3;grid-column-start:1}.error-block[data-v-1be59efa]{display:flex}.form-comp[data-v-1be59efa]{max-width:500px}.base-input[data-v-2b1a4e1c]{position:relative}.base-input.has-error input[data-v-2b1a4e1c]{border-color:red}.base-input .error-icon[data-v-2b1a4e1c]{align-items:center;background:#fff;border-bottom:var(--border);border-bottom-right-radius:var(--border-small-radius);border-right:var(--border);border-top:var(--border);border-top-right-radius:var(--border-small-radius);color:red;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);width:30px}.base-input .error-alert[data-v-2b1a4e1c]{color:red;margin-top:5px}.base-input[data-v-2b1a4e1c]{border-radius:4px}.base-input input[data-v-2b1a4e1c]{background-color:#fff}.base-input input.paste-blocked[data-v-2b1a4e1c]{animation:shake-2b1a4e1c .5s ease;border-color:#ff6b6b}.base-input input.shortcut-blocked[data-v-2b1a4e1c]{animation:pulse-2b1a4e1c .3s ease;border-color:#ffa94d}.base-input input[data-v-2b1a4e1c]:-webkit-autofill,.base-input input[data-v-2b1a4e1c]:-webkit-autofill:focus,.base-input input[data-v-2b1a4e1c]:-webkit-autofill:hover{-webkit-text-fill-color:#333!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}.base-input .paste-warning[data-v-2b1a4e1c]{align-items:center;color:#ff6b6b;display:flex;font-size:12px;gap:4px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .3s ease}.base-input .paste-warning.show[data-v-2b1a4e1c]{opacity:1}.base-input .paste-warning .warning-text[data-v-2b1a4e1c]{display:none}@media (min-width:768px){.base-input .paste-warning .warning-text[data-v-2b1a4e1c]{display:inline}}.base-input .error-alert[data-v-2b1a4e1c]{color:#ff6b6b;display:block;font-size:12px;margin-top:4px}.base-input .error-alert .fa-regular[data-v-2b1a4e1c],.base-input .error-alert .fa-solid[data-v-2b1a4e1c],.base-input .error-alert i[data-v-2b1a4e1c]{margin-right:4px}@keyframes shake-2b1a4e1c{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes pulse-2b1a4e1c{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.banner-white .base-input input[data-v-2b1a4e1c]{background-color:var(--main-color)}.banner-white .base-input input[data-v-2b1a4e1c]::-moz-placeholder{color:#fff;opacity:.8}.banner-white .base-input input[data-v-2b1a4e1c]::placeholder{color:#fff;opacity:.8}@media screen and (max-width:767px){.banner-white .base-input input[data-v-2b1a4e1c]::-moz-placeholder{color:#fff}.banner-white .base-input input[data-v-2b1a4e1c]::placeholder{color:#fff}}.time-block[data-v-59321d44]{border:none}.first__row[data-v-59321d44],.payment__row[data-v-59321d44],.range__time-block label[data-v-59321d44]{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-59321d44]::-webkit-slider-thumb{-webkit-appearance:none;background:#417be8;border:none;border-radius:50%;cursor:pointer;height:18px;margin-top:-7px;width:18px}.range-slider__input[data-v-59321d44]::-moz-range-thumb{background:#417be8;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.range-slider__input[data-v-59321d44]::-ms-thumb{background:#417be8;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.small datalist[data-v-59321d44]{display:none}.timeOut[data-v-59321d44]{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-59321d44]{background:var(--main-color2);border-radius:50px;font-weight:700;padding:8px 10px}@media screen and (max-width:768px){.timeOut[data-v-59321d44]{font-size:14px;line-height:normal}}.percent-block[data-v-7bff5082]{border:none}.first__row[data-v-7bff5082],.payment__row[data-v-7bff5082],.range__time-block label[data-v-7bff5082]{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-7bff5082],.payment__row[data-v-7bff5082],.range__time-block label[data-v-7bff5082]{font-size:14px;line-height:normal}}.first__row .output-first[data-v-7bff5082],.payment__row .output-first[data-v-7bff5082],.range__time-block label .output-first[data-v-7bff5082]{background:var(--main-color2);border-radius:50px;font-weight:700;padding:8px 10px}.range-slider__input[data-v-7bff5082]::-webkit-slider-thumb{-webkit-appearance:none;background:#417be8;border:none;border-radius:50%;cursor:pointer;height:18px;margin-top:-7px;width:18px}.range-slider__input[data-v-7bff5082]::-moz-range-thumb{background:#417be8;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.range-slider__input[data-v-7bff5082]::-ms-thumb{background:#417be8;border:none;border-radius:50%;cursor:pointer;height:18px;width:18px}.small .datalist[data-v-7bff5082]{display:none}.title[data-v-7bff5082]{font-weight:700}.hiddenOutput .first__row[data-v-7bff5082]{display:none}.percent[data-v-91195bfd],.time[data-v-91195bfd]{margin:0!important;padding:0 5px!important}.form__credit-block[data-v-91195bfd]{display:flex;flex-direction:column;gap:5px}.form__credit-block .credit-data__item[data-v-91195bfd]{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-91195bfd]{flex-direction:row;gap:5px}}@media screen and (max-width:400px){.form__credit-block .credit-data__item[data-v-91195bfd]{align-items:start;justify-content:space-between}}.form__credit-block .credit-data__item .credit-data__value[data-v-91195bfd]{color:var(--main-color);font-size:16px}.form__credit-block .credit-data__item .credit-data__value span[data-v-91195bfd]{font-weight:700}.form__credit-block .credit-data__item.wide[data-v-91195bfd]{grid-column:1/3}.credit-data[data-v-91195bfd]{display:flex;flex-direction:column;gap:15px;margin:0}@media screen and (max-width:768px){.credit-data[data-v-91195bfd]{margin:15px 0}}form[data-v-e9cdbcac]{display:flex;flex-direction:column;gap:15px}form .main__form-input[data-v-e9cdbcac]{background:#fff;border-radius:20px;padding:15px;width:100%}form .main__form-btn[data-v-e9cdbcac]{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-d20ebe71]{display:flex;flex-direction:column;gap:15px}form .main__form-input[data-v-d20ebe71]{background:#fff;border-radius:20px;padding:15px;width:100%}form .main__form-btn[data-v-d20ebe71]{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-60e2f3fe]{display:none}}.button-buy[data-v-60e2f3fe]{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-60e2f3fe]{margin-right:10px}.button-buy.callback[data-v-60e2f3fe]{background:linear-gradient(90deg,#8d171c,#ec2830)}.button[data-v-60e2f3fe]{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr max-content;justify-content:center}.button:hover .button-buy[data-v-60e2f3fe]{opacity:.7;transition:.3s}.button .button-price[data-v-60e2f3fe]{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-60e2f3fe]{padding:15px 10px}}.card__btn[data-v-60e2f3fe]{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-60e2f3fe]{background:var(--yellow);overflow:hidden;position:relative}.row__credit-btn[data-v-60e2f3fe]{background:var(--orange);border-radius:4px;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-60e2f3fe]{display:none;height:100%;left:0;max-width:calc(100% - 40px);opacity:0;position:absolute}}.modal__month-price[data-v-60e2f3fe]{margin-top:5px;text-align:center}.contact__form-form[data-v-234424f4]{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-234424f4]{display:flex;flex-direction:column}}.contact__form-form .contact__form-submit[data-v-234424f4]{background:var(--main-color);border-radius:4px;color:#000;font-weight:700;padding:15px}[data-v-234424f4] .form-input{border:1px solid #ccc!important;color:#000!important}[data-v-234424f4] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-234424f4] .form-input::placeholder{color:#000!important;opacity:.8!important}.column[data-v-234424f4]{gap:15px;grid-template-columns:1fr}.base-form.express__form[data-v-234424f4]{align-items:start;display:flex;gap:10px}@media screen and (max-width:1000px){.base-form.express__form[data-v-234424f4]{flex-direction:column}}.base-form.brand__form[data-v-234424f4]{display:flex;flex-direction:column;gap:10px;padding:0;width:100%}.banner[data-v-a6ae4d93]{height:220px}.section__body[data-v-a6ae4d93]{background:url(/images/banner.webp) no-repeat 45% 0;background-size:140%;border-radius:var(--border-radius);color:var(--bg-light);margin:30px auto;position:relative;width:100%}@media screen and (max-width:1000px){.section__body[data-v-a6ae4d93]{background:url(/images/banner.webp) no-repeat 45% 0;background-size:200%}}@media screen and (max-width:768px){.section__body[data-v-a6ae4d93]{background:url(/images/banner.webp) no-repeat 55% 20%;background-size:300%}}@media screen and (max-width:500px){.section__body[data-v-a6ae4d93]{background:url(/images/banner.webp) no-repeat 65% 20%;background-size:600%}}.section__body .express__content[data-v-a6ae4d93]{display:flex;flex-direction:row;gap:40px;justify-content:space-between;opacity:.9;padding:20}@media screen and (max-width:768px){.section__body .express__content[data-v-a6ae4d93]{flex-direction:column;gap:20px;opacity:.85;padding:0}}.section__body .express__content[data-v-a6ae4d93]:before{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-a6ae4d93]>*{position:relative;z-index:2}.section__body .express__content .express__text[data-v-a6ae4d93]{background:#fff;color:#000;display:flex;flex-direction:column;gap:20px;max-width:720px;padding:30px}@media screen and (max-width:768px){.section__body .express__content .express__text[data-v-a6ae4d93]{width:100%}}.section__body .express__content .express__text p[data-v-a6ae4d93]{font-size:16px;font-weight:600}@media screen and (max-width:768px){.section__body .express__content .express__text p[data-v-a6ae4d93]{font-size:14px}}@media screen and (max-width:540px){.section__body .express__content .express__text p[data-v-a6ae4d93]{font-size:14px}}.section__body .express__content .express__text .express__text-title[data-v-a6ae4d93]{font-size:22px;font-weight:700;line-height:normal}.section__body .express__content .express__text .express__text-title .express__text-link[data-v-a6ae4d93]{display:inline;text-decoration:underline}@media screen and (max-width:768px){.section__body .express__content .express__text .express__text-title[data-v-a6ae4d93]{font-size:20px}}@media screen and (max-width:540px){.section__body .express__content .express__text .express__text-title[data-v-a6ae4d93]{font-size:16px}}.section__body .express__content .express__text .express__text-list[data-v-a6ae4d93]{display:flex;gap:15px;list-style:none}@media screen and (max-width:440px){.section__body .express__content .express__text .express__text-list[data-v-a6ae4d93]{flex-direction:column}}.section__body .express__content .express__text .express__text-list .express__text-item[data-v-a6ae4d93]{padding-left:20px;position:relative}.section__body .express__content .form__block[data-v-a6ae4d93]{align-items:flex-start;background:#fff;border-radius:var(--border-small-radius);display:flex;flex-direction:column;gap:10px;max-width:520px;width:100%}.section__body .express__content .form__block .express__title h3[data-v-a6ae4d93]{font-size:20px;margin-bottom:10px;text-transform:uppercase}.section__body .container[data-v-a6ae4d93]{height:100%}@media screen and (max-width:767px){.section__body .container[data-v-a6ae4d93]{display:flex;flex-direction:column}}@media screen and (max-width:540px){.section__body .container[data-v-a6ae4d93]{padding-left:0!important;padding-right:0!important}}.section__body .container .express__mob-img[data-v-a6ae4d93]{display:none}@media screen and (max-width:540px){.section__body .container .express__mob-img[data-v-a6ae4d93]{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-a6ae4d93]{height:200px}}@media screen and (max-width:375px){.section__body .container .express__mob-img[data-v-a6ae4d93]{height:180px;margin-left:-10px;margin-right:-10px}}.text__red[data-v-a6ae4d93]{color:#417be8}.express__text-ul[data-v-a6ae4d93]{align-items:center;display:flex;gap:5px}.express__text-ul img[data-v-a6ae4d93]{width:25px}.express__text-item[data-v-a6ae4d93]{font-size:14px;font-weight:500;margin:0!important;padding:0!important;text-wrap:wrap}.kas[data-v-a6ae4d93]{margin:0 3px}.gar[data-v-a6ae4d93],.kas[data-v-a6ae4d93]{width:25px}.gar[data-v-a6ae4d93]{margin:0 2px}.card__btn[data-v-3c0caa89]{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-3c0caa89]{background:var(--yellow)}.row__credit-btn[data-v-3c0caa89]{background:var(--main-color);border-radius:4px;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-3c0caa89]{display:none;height:100%;left:0;max-width:calc(100% - 40px);opacity:0;position:absolute}}.modal__dialog .modal__content .modal__title[data-v-3c0caa89]{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-3c0caa89]{color:var(--main-black);font-size:var(--big-size);font-weight:500;line-height:26px}.modal__dialog .modal__content .modal__text span[data-v-3c0caa89]{color:var(--main-color);font-weight:700}.banks__list[data-v-379bdf54]{display:flex;flex-direction:column;gap:15px}.banks__list .banks__item[data-v-379bdf54]{background:var(--bg-light);border-radius:4px;box-shadow:0 1px 17.3px #0000000f;height:60px;padding:5px 50px}@media screen and (max-width:480px){.banks__list .banks__item[data-v-379bdf54]{flex-direction:column;height:auto;padding:20px}}@media screen and (max-width:375px){.banks__list .banks__item[data-v-379bdf54]{align-items:flex-start}}.banks__list .banks__item[data-v-379bdf54]{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-379bdf54]{padding:5px 20px}}@media screen and (max-width:480px){.banks__list .banks__item[data-v-379bdf54]{padding:none}}.banks__list .banks__item .banks__item-title[data-v-379bdf54]{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-379bdf54]{display:none}}.banks__list .banks__item .banks__item-title[data-v-379bdf54]:nth-child(3){max-width:146px;width:100%}.banks__list .banks__item img[data-v-379bdf54]{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-379bdf54]{display:none}}.banks__list .banks__item p[data-v-379bdf54]{font-size:16px;font-weight:600;line-height:20px}@media screen and (max-width:480px){.banks__list .banks__item p[data-v-379bdf54]{display:none}}.banks__list .banks__item .banks__item-link[data-v-379bdf54]{align-items:center;background:gray;border:1px solid grey;border-radius:4px;color:var(--bg-light);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-379bdf54]{width:100%}}.banks__list .banks__item .banks__item-link[data-v-379bdf54]:hover{background:var(--main-color);border:1px solid var(--main-color);color:#fff}.banks__list .banks__item .banks__list-mob[data-v-379bdf54]{display:none}@media screen and (max-width:480px){.banks__list .banks__item .banks__list-mob[data-v-379bdf54]{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-379bdf54]{justify-content:flex-start}}.banks__list .banks__item .banks__list-mob li[data-v-379bdf54]{color:#454545;line-height:20px;padding-left:16px;position:relative}.banks__list .banks__item .banks__list-mob li[data-v-379bdf54]: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-379bdf54]{display:none}@media screen and (max-width:480px){.banks__main[data-v-379bdf54]{align-items:center;justify-content:space-between;padding:5px;width:100%}.banks__main[data-v-379bdf54],.banks__main img[data-v-379bdf54],.banks__main p[data-v-379bdf54]{display:flex!important}.banks__main img[data-v-379bdf54]{align-items:start!important;justify-content:start!important}}.title[data-v-b790a5e4]{margin:0 auto;max-width:1440px;padding:0 20px}@media screen and (max-width:540px){.title[data-v-b790a5e4]{padding:0 10px}}.base-button[data-v-6d1dff76]{align-items:center;background:var(--red-b);border:2px solid var(--red-b);border-radius:4px;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-6d1dff76],.base-button .fa-solid.mobile[data-v-6d1dff76],.base-button i.mobile[data-v-6d1dff76]{display:none}@media screen and (max-width:768px){.base-button .fa-regular.mobile[data-v-6d1dff76],.base-button .fa-solid.mobile[data-v-6d1dff76],.base-button i.mobile[data-v-6d1dff76]{display:block}}.base-button span[data-v-6d1dff76]{background:transparent;font-weight:400}@media screen and (max-width:540px){.base-button span[data-v-6d1dff76]{font-size:var(--standart-size)}}@media screen and (max-width:768px){.base-button span.hidden[data-v-6d1dff76]{display:none}}.trade[data-v-6d1dff76]{background:var(--red-b)}.callback[data-v-6d1dff76]{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-regular[data-v-6d1dff76],.callback .fa-solid[data-v-6d1dff76],.callback i[data-v-6d1dff76]{background:#fff;border-radius:100%;color:var(--secondary-color);padding:15px;transition:.3s}.callback[data-v-6d1dff76]:hover{background:#fff;border-color:#fff;color:var(--secondary-color);transition:.3s}.callback:hover .fa-regular[data-v-6d1dff76],.callback:hover .fa-solid[data-v-6d1dff76],.callback:hover i[data-v-6d1dff76]{background:var(--secondary-color);color:#fff;transition:.3s}.callback-fixed[data-v-6d1dff76]{background:var(--red-b);border:2px solid var(--red-b);border-radius:10px}.callback-fixed[data-v-6d1dff76]:before{animation:blick-6d1dff76 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-6d1dff76{0%{left:-150%}to{left:150%}}.slider__form .base-submit[data-v-6d1dff76]{background:var(--red-b);border-radius:50px}.test-drive[data-v-6d1dff76]{background:var(--red-b2);border:2px solid var(--red-b2)}.trade[data-v-6d1dff76]{background:transparent;border:2px solid var(--red-b)}.taxi-trade[data-v-6d1dff76]{background:#fff;border-color:var(--main-black);color:var(--main-black);padding:8px}.bh-1[data-v-6d1dff76],.call[data-v-6d1dff76]{background:var(--red-b);border:2px solid var(--red-b)}.base-button.load[data-v-6d1dff76]{width:auto}.header[data-v-6d1dff76]{background:var(--red-b);border-color:var(--red-b);border-radius:16px}@media screen and (max-width:768px){.header[data-v-6d1dff76]{border-radius:100%;padding:10px}.header .fa-regular[data-v-6d1dff76],.header .fa-solid[data-v-6d1dff76],.header i[data-v-6d1dff76]{font-size:var(--standard-size)}}.comp[data-v-6d1dff76]{background:#fff;border:2px solid var(--red-b);color:var(--red-b);padding:10px 25px}.comp[data-v-6d1dff76]:hover{background:var(--red-b);color:#fff}@media screen and (max-width:540px){.comp[data-v-6d1dff76]{padding:10px}.comp span[data-v-6d1dff76]{font-size:var(--small-size);font-weight:500}}.comp-credit[data-v-6d1dff76]{background:var(--secondary-color);border:2px solid var(--secondary-color)}.bordered[data-v-6d1dff76]{background:transparent;border:2px solid var(--red-b);border-radius:20px;color:var(--red-b)}.classic[data-v-6d1dff76]{align-items:center;border-radius:4px;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-6d1dff76]{background:var(--red-b);border:2px solid var(--red-b);padding:10px;width:100%}.credit-mod[data-v-6d1dff76]:hover{background:#fff;color:var(--red-b)}.certificate[data-v-6d1dff76]{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-6d1dff76]{font-size:var(--standart-size);font-weight:400}.certificate .fa-regular[data-v-6d1dff76],.certificate .fa-solid[data-v-6d1dff76],.certificate i[data-v-6d1dff76]{background:var(--secondary-color);border-radius:100%;color:#fff;font-size:11px;height:18px;padding:4px;width:18px}.certificate[data-v-6d1dff76]:hover{opacity:.85}.fit[data-v-6d1dff76]{width:-moz-fit-content;width:fit-content}.sp-1[data-v-6d1dff76]{background:#fff;border:none;color:var(--main-black);padding:10px}.sp-1 span[data-v-6d1dff76]{font-weight:500}.credit[data-v-6d1dff76]{background:var(--red-b)}.credit[data-v-6d1dff76],.trade[data-v-6d1dff76]{border-color:var(--red-b);padding:8px}.trade[data-v-6d1dff76]{background:#fff;color:var(--red-b)}.taxi[data-v-6d1dff76]{background:var(--yellow);border-color:var(--yellow);color:var(--main-black)}@media screen and (max-width:768px){.model-card[data-v-6d1dff76]{padding:15px}.model-card span[data-v-6d1dff76]{font-weight:700;text-transform:uppercase}}.sticker[data-v-6d1dff76]{max-width:250px;width:100%}.sticker span[data-v-6d1dff76]{font-size:var(--small-size)!important;font-weight:700}.sticker2[data-v-6d1dff76]{height:40px;max-width:250px}.sticker2 span[data-v-6d1dff76]{background:var(--red-b);color:#fff;font-size:var(--small-size)!important;font-weight:700}.slider__btn[data-v-6d1dff76]{max-width:300px}@media screen and (max-width:520px){.slider__btn[data-v-6d1dff76]{bottom:10px;padding:10px 15px;position:absolute;width:100%}}.form-title[data-v-f7e86f28]{font-size:var(--medium-size);font-weight:700;padding-bottom:10px;text-align:start}.form-title[data-v-f7e86f28]:not(:first-child){padding-top:15px}form[data-v-a497b63d]{display:flex;flex-direction:column;gap:15px}form .main__form-input[data-v-a497b63d]{background:#fff;border-radius:20px;padding:15px;width:100%}form .main__form-btn[data-v-a497b63d]{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-f94536f4]{grid-template-columns:1fr;justify-items:start;max-width:1000px}[data-v-f94536f4] .modal__form{padding:0!important;width:100%!important}.modal__wrapper[data-v-f94536f4]{padding:40px;width:100%}@media screen and (max-width:768px){.modal__wrapper[data-v-f94536f4]{padding:30px 20px}}@media screen and (max-width:440px){.modal__wrapper[data-v-f94536f4]{padding:20px}}.modal__params-grid[data-v-f94536f4]{display:grid;gap:30px;grid-template-columns:1fr 1fr;width:100%}@media screen and (max-width:767px){.modal__params-grid[data-v-f94536f4]{grid-template-columns:1fr}}.modal__params-list[data-v-f94536f4]{display:flex;flex-direction:column;gap:15px}.modal__params-list .modal__params-item[data-v-f94536f4]{padding:10px}@media screen and (max-width:768px){.modal__params-list .modal__params-item[data-v-f94536f4]{font-size:var(--standart-size);padding:0}}.modal__params-list .modal__params-item .modal__params-title[data-v-f94536f4]{font-weight:500;margin-bottom:5px}.modal__params-list .modal__params-item .modal__params-value[data-v-f94536f4]{margin-left:20px}.modal__params-list .modal__params-item .modal__params-value li[data-v-f94536f4]{list-style:disc}.modal__form[data-v-f94536f4]{margin-top:20px}.button[data-v-135389fc]{align-items:center;cursor:pointer;display:grid;grid-template-columns:1fr max-content;justify-content:center}.button:hover .button-buy[data-v-135389fc]{opacity:.7;transition:.3s}.button .button-price[data-v-135389fc]{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-135389fc]{padding:15px 10px}}.card__btn[data-v-135389fc]{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-135389fc]{background:var(--yellow);overflow:hidden;position:relative}.row__credit-btn[data-v-135389fc]{background:var(--orange);border-radius:4px;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-135389fc]{display:none;height:100%;left:0;max-width:calc(100% - 40px);opacity:0;position:absolute}}.modal__month-price[data-v-135389fc]{margin-top:5px;text-align:center}.modal .modal__dialog .modal__content[data-v-135389fc]{grid-template-columns:1fr;justify-items:start;width:100%}.modal__wrapper[data-v-135389fc]{max-height:90vh;padding:40px;width:100%}@media screen and (max-width:768px){.modal__wrapper[data-v-135389fc]{padding:30px 20px}}@media screen and (max-width:440px){.modal__wrapper[data-v-135389fc]{padding:20px}}.modal__wrapper .modal__body[data-v-135389fc]{height:100%;width:100%}.modal__wrapper .modal__body .modal__pdf[data-v-135389fc]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.modal__wrapper .modal__params-list[data-v-135389fc]{display:grid;gap:15px;grid-template-columns:1fr 1fr;width:100%}@media screen and (max-width:768px){.modal__wrapper .modal__params-list[data-v-135389fc]{grid-template-columns:1fr 1fr}}@media screen and (max-width:440px){.modal__wrapper .modal__params-list[data-v-135389fc]{grid-template-columns:1fr}}.modal__wrapper .modal__params-list .modal__params-item[data-v-135389fc]{padding:10px}@media screen and (max-width:768px){.modal__wrapper .modal__params-list .modal__params-item[data-v-135389fc]{font-size:var(--standart-size)}}.modal__wrapper .modal__params-list .modal__params-item .modal__params-title[data-v-135389fc]{margin-bottom:5px}.modal__wrapper .modal__params-list .modal__params-item .modal__params-value[data-v-135389fc]{margin-left:20px}.modal__wrapper .modal__params-list .modal__params-item .modal__params-value li[data-v-135389fc]{list-style:disc}.title[data-v-a973f10f]{font-size:var(--large-size);font-weight:700;line-height:normal}@media screen and (max-width:400px){.title[data-v-a973f10f]{font-size:var(--medium-size)}}.cars__head[data-v-8266c1de]{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.cars__head .cars__head-contols[data-v-8266c1de],.cars__head .cars_head-filters[data-v-8266c1de]{display:flex;gap:10px}.cars__head .cars__head-contols .main-label[data-v-8266c1de]{position:relative}.cars__head .cars__head-contols .main-label[data-v-8266c1de]:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231a1a1a' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") 50%/11px no-repeat var(--light-grey);border-radius:100%;content:"";height:21px;pointer-events:none;position:absolute;right:10px;top:10px;width:21px}.cars__head .cars__head-contols .main-label .main-select[data-v-8266c1de]{background:#f6f6f6;border-radius:20px;font-size:16px;min-width:200px;padding:10px 35px 10px 20px;width:100%}.cars__head .cars__head-contols.filters[data-v-8266c1de]{color:var(--main-color)}@media screen and (max-width:768px){.cars__head[data-v-8266c1de]{align-items:start;flex-direction:column;gap:15px;justify-content:start}}.thumbnails li[data-v-78f60f67]{margin:10px}.carousel__track[data-v-78f60f67]{height:100%}.special__slider[data-v-78f60f67]{max-width:95vw}.carousel__pagination[data-v-78f60f67]{bottom:20px;flex-wrap:wrap;padding:0 20px;position:absolute;width:100%}.empty-gallery img[data-v-78f60f67]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.pre-hydration[data-v-78f60f67] .carousel__slide--clone{display:none}.car[data-v-92bcc7ce]{background:#f7f7f7;border:1px solid #9f9f9f;border-radius:4px;cursor:pointer;display:flex;flex-direction:column;gap:10px;min-width:280px;overflow:hidden;position:relative;transition:.3s;width:100%}.car[data-v-92bcc7ce]:hover{box-shadow:var(--box-shadow);transition:.3s}.car .car__info[data-v-92bcc7ce]{padding:15px}.car .car__info .car__title[data-v-92bcc7ce]{display:flex;flex-direction:column;height:70px;line-height:normal}.car .car__info .car__title .name[data-v-92bcc7ce]{font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.car .car__info .car__title .configuration[data-v-92bcc7ce]{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:25px}.car .car__info .car__params[data-v-92bcc7ce]{margin:10px 0}.car .car__info .car__params .car__params-list[data-v-92bcc7ce]{color:#a7a7a7;display:flex;flex-wrap:wrap;gap:8px}.car .car__info .car__params .car__params-list .car__param[data-v-92bcc7ce]{position:relative}.car .car__info .car__params .car__params-list .car__param[data-v-92bcc7ce]:before{content:"🞄";font-size:14px;margin-right:2px}.car .car__info .car__percent[data-v-92bcc7ce]{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-92bcc7ce]{background:var(--main-color);border:1px solid var(--main-color);border-radius:4px;color:#fff;padding:15px;text-align:center;transition:.3s;width:auto}.car .car__info .car__more-link[data-v-92bcc7ce]:hover{background:transparent;color:var(--main-color);transition:.3s}.car .car__info .car__price[data-v-92bcc7ce]{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.car .car__info .car__price .car__price-month[data-v-92bcc7ce]{font-size:var(--standart-size);margin-top:3px}@media screen and (max-width:400px){.car .car__info .car__price .car__price-month[data-v-92bcc7ce]{font-size:14px}}.car .car__info .car__price .car__price-month span[data-v-92bcc7ce]{color:var(--main-color)}.car .car__info .car__price .car__price-current[data-v-92bcc7ce]{color:var(--main-color);font-size:18px;font-weight:700;line-height:normal}.car .car__info .car__price .car__price-old[data-v-92bcc7ce]{color:#b0b0b0;margin-left:10px;text-decoration:line-through}.car .car__controls[data-v-92bcc7ce]{display:grid;flex-direction:column;gap:10px;padding:0 15px 15px;width:100%}.car .car__img[data-v-92bcc7ce]{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-92bcc7ce]{display:flex;height:auto;overflow:hidden;position:relative}@media screen and (max-width:768px){.car .car__img .car__slider .car__slider-wrapper[data-v-92bcc7ce]{display:none;height:auto}}.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-92bcc7ce]{align-items:flex-end;display:flex;height:225px;overflow:hidden;padding:0;width:100%}@media screen and (max-width:1250px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-92bcc7ce]{height:260px}}@media screen and (max-width:1130px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-92bcc7ce]{height:230px}}@media screen and (max-width:1050px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-92bcc7ce]{height:330px}}@media screen and (max-width:600px){.car .car__img .car__slider .car__slider-wrapper .slider__item[data-v-92bcc7ce]{height:200px}}.car .car__img .car__slider .car__slider-wrapper .slider__item img[data-v-92bcc7ce]{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-92bcc7ce]{-o-object-fit:contain;object-fit:contain}.car .car__img .car__slider .car__slider-wrapper .slider__overflow[data-v-92bcc7ce]{background:transparent;height:100%;position:absolute;width:100%}.car .car__img .car__slider .car__slider-wrapper .slider__overflow .slider__overflow-list[data-v-92bcc7ce]{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-92bcc7ce]{background:transparent;border-bottom:5px solid #fff}.car .car__img .car__slider .car__slider-wrapper .slider__overflow .slider__overflow-list .active[data-v-92bcc7ce]{border-bottom:5px solid var(--main-color)}.car .car__img .car__slider .car__slider-wrapper.mobile[data-v-92bcc7ce]{display:none}@media screen and (max-width:768px){.car .car__img .car__slider .car__slider-wrapper.mobile[data-v-92bcc7ce]{display:block}}.car .car__img .car__stickers[data-v-92bcc7ce]{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-92bcc7ce]{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-92bcc7ce]{background:var(--secondary-color);color:#fff;display:none}.car .car__img .car__stickers .garantee[data-v-92bcc7ce]{background:var(--main-color);color:#fff}.car .car__img img[data-v-92bcc7ce]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.complectation__span[data-v-92bcc7ce]{color:var(--main-color)}.current-car[data-v-92bcc7ce],.recent[data-v-92bcc7ce]{display:none}.recent[data-v-92bcc7ce]{background:#fff;border-radius:20px;left:15px;padding:8px 12px;position:absolute;text-align:center;top:15px;z-index:100}.car__text[data-v-92bcc7ce]{display:flex;flex-direction:column;gap:15px;width:100%}.cars[data-v-94fc2178]{scroll-margin-top:15vh}.cars .cars__content[data-v-94fc2178]{display:flex;flex-direction:column;margin-top:15px}.cars .cars__content .cars__more[data-v-94fc2178]{display:flex;justify-content:center;padding-top:25px}.cars .cars__content .cars__more .cars__more-button[data-v-94fc2178]{border:2px solid var(--red-b);border-radius:4px;color:var(--red-b);width:300px}.cars .cars__content .cars__more .cars__more-button[data-v-94fc2178]:hover:not(.disabled){background-color:var(--red-b);border-color:var(--red-b);color:#fff}.cars .cars__content .cars__more .cars__more-button.disabled[data-v-94fc2178]{opacity:.5;pointer-events:none}.small[data-v-61536e86]{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-61536e86]{align-items:normal;display:flex;flex-direction:column}}.loader[data-v-3381b71e]{align-items:center;display:flex;gap:15px;justify-content:center;width:100%}.base-button[data-v-3381b71e],.loader .bold[data-v-3381b71e]{font-weight:700}.base-button[data-v-3381b71e]{align-items:center;background:var(--red-b);border:2px solid var(--red-b);border-radius:4px;color:var(--bg-light);display:flex;height:100%;justify-content:center;padding:14px;transition:.3s;width:100%}.base-button .fa-regular.mobile[data-v-3381b71e],.base-button .fa-solid.mobile[data-v-3381b71e],.base-button i.mobile[data-v-3381b71e]{display:none}@media screen and (max-width:768px){.base-button .fa-regular.mobile[data-v-3381b71e],.base-button .fa-solid.mobile[data-v-3381b71e],.base-button i.mobile[data-v-3381b71e]{display:block}}.base-button span[data-v-3381b71e]{background:transparent;font-weight:700}@media screen and (max-width:540px){.base-button span[data-v-3381b71e]{font-size:var(--standart-size);font-weight:600}}@media screen and (max-width:768px){.base-button span.hidden[data-v-3381b71e]{display:none}}.trade[data-v-3381b71e]{background:#3f5e73}.callback[data-v-3381b71e]{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-regular[data-v-3381b71e],.callback .fa-solid[data-v-3381b71e],.callback i[data-v-3381b71e]{background:#fff;border-radius:100%;color:var(--main-color);padding:15px;transition:.3s}.callback[data-v-3381b71e]:hover{background:#fff;border-color:#fff;color:var(--main-color);transition:.3s}.callback:hover .fa-regular[data-v-3381b71e],.callback:hover .fa-solid[data-v-3381b71e],.callback:hover i[data-v-3381b71e]{background:var(--main-color);color:#fff;transition:.3s}.slider__form .base-submit[data-v-3381b71e]{background:var(--main-color);border-radius:50px}.test-drive[data-v-3381b71e]{background:var(--main-color2);border:2px solid var(--main-color2)}.trade[data-v-3381b71e]{background:transparent;border:2px solid var(--main-color);color:var(--main-color)}.bh-1[data-v-3381b71e],.call[data-v-3381b71e]{background:var(--main-color);border:2px solid var(--main-color)}.base-button.load[data-v-3381b71e]{width:auto}@media screen and (max-width:768px){.header[data-v-3381b71e]{border-radius:100%;padding:10px}.header .fa-regular[data-v-3381b71e],.header .fa-solid[data-v-3381b71e],.header i[data-v-3381b71e]{font-size:var(--standard-size)}}.comp[data-v-3381b71e]{background:var(--main-color);border:2px solid var(--main-color);padding:10px 25px}@media screen and (max-width:540px){.comp[data-v-3381b71e]{padding:10px}.comp span[data-v-3381b71e]{font-size:var(--small-size);font-weight:500}}.comp-credit[data-v-3381b71e]{background:var(--secondary-color);border:2px solid var(--secondary-color)}.bordered[data-v-3381b71e]{background:transparent;color:var(--main-color)}.bordered[data-v-3381b71e],.classic[data-v-3381b71e]{border:2px solid var(--main-color);border-radius:20px}.classic[data-v-3381b71e]{color:#fff}.classic[data-v-3381b71e],.credit-mod[data-v-3381b71e]{background:var(--main-color)}.credit-mod[data-v-3381b71e]{border:2px solid var(--main-color);padding:10px;width:100%}.credit-mod[data-v-3381b71e]:hover{background:#fff;color:var(--main-color)}.certificate[data-v-3381b71e]{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-3381b71e]{font-size:var(--standart-size);font-weight:400}.certificate .fa-regular[data-v-3381b71e],.certificate .fa-solid[data-v-3381b71e],.certificate i[data-v-3381b71e]{background:var(--secondary-color);border-radius:100%;color:#fff;font-size:11px;height:18px;padding:4px;width:18px}.certificate[data-v-3381b71e]:hover{opacity:.85}.fit[data-v-3381b71e]{width:-moz-fit-content;width:fit-content}.sp-1[data-v-3381b71e]{background:#fff;border:none;color:var(--main-black);padding:10px}.sp-1 span[data-v-3381b71e]{font-weight:500}.button-loader[data-v-3381b71e]{animation:l20-1-3381b71e .8s linear infinite alternate,l20-2-3381b71e 1.6s linear infinite;aspect-ratio:1;border:8px solid #fff;border-radius:50%;width:20px}@keyframes l20-1-3381b71e{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-3381b71e{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-e3c69069] *{opacity:1!important;pointer-events:auto;position:relative;z-index:10}[data-v-e3c69069] .form-input{width:300px}@media screen and (max-width:500px){[data-v-e3c69069] .form-input{width:200px}}@media screen and (max-width:470px){[data-v-e3c69069] .form-input{width:180px}}@media screen and (max-width:470px){[data-v-e3c69069] .form-input{width:160px}}@media screen and (max-width:390px){[data-v-e3c69069] .form-input{width:140px}}@media screen and (max-width:350px){[data-v-e3c69069] .form-input{width:125px}}.base-form__title[data-v-e3c69069]{font-size:18px;margin-bottom:10px;margin-left:10px}.base-form[data-v-e3c69069]{color:#000!important}.row[data-v-e3c69069]{align-items:start;display:flex;flex-direction:column;gap:0}@media screen and (max-width:768px){.row[data-v-e3c69069]{flex-direction:column;width:100%}}.buttons[data-v-e3c69069]{display:flex;gap:10px;width:100%}.error[data-v-e3c69069]{color:red;font-size:.8em}.submit-block[data-v-e3c69069]{display:grid;flex-wrap:wrap;gap:10px;grid-template-columns:1fr}.error-block[data-v-e3c69069],.submit-block[data-v-e3c69069]{grid-column-end:3;grid-column-start:1}.error-block[data-v-e3c69069]{display:flex}.form-comp[data-v-e3c69069]{max-width:0}.text__timer[data-v-e3c69069]{color:#fff;font-size:20px;font-weight:600;padding-left:0}@media screen and (max-width:500px){.text__timer[data-v-e3c69069]{font-size:16px}}.small[data-v-f684a185]{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-f684a185]{align-items:normal;display:flex;flex-direction:column}}[data-v-f684a185] .base-input{height:40px}[data-v-f684a185] .form-input{background:#fff;border:1px solid #fff;height:40px}[data-v-f684a185] input{color:#000}[data-v-f684a185] .base-button{background:var(--red-b);border:none;height:40px;margin-left:5px;z-index:3}@media screen and (max-width:768px){[data-v-f684a185] .base-button{margin-left:0}}.brand__list-block[data-v-ad133fa7]{margin:0}.brands__section .section__header[data-v-ad133fa7]{align-items:center;display:flex;flex-wrap:wrap;gap:30px}@media (max-width:767px){.brands__section .section__header[data-v-ad133fa7]{gap:10px}}.brands__section .brand__list[data-v-ad133fa7]{display:grid;gap:15px 23px;grid-template-columns:repeat(6,1fr)}@media screen and (max-width:1199px){.brands__section .brand__list[data-v-ad133fa7]{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1023px){.brands__section .brand__list[data-v-ad133fa7]{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:767px){.brands__section .brand__list[data-v-ad133fa7]{gap:15px 10px;grid-template-columns:repeat(3,1fr);margin:15px 0}}@media screen and (max-width:570px){.brands__section .brand__list[data-v-ad133fa7]{gap:30px;grid-template-columns:repeat(3,1fr);margin-bottom:15px}}@media screen and (max-width:359px){.brands__section .brand__list[data-v-ad133fa7]{grid-template-columns:repeat(2,1fr)}}.brands__section .brand__list .brand__item[data-v-ad133fa7]{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-ad133fa7]{filter:grayscale(0);opacity:1}}.brands__section .brand__list .brand__item .brand__link[data-v-ad133fa7]{display:block;height:100%;width:100%}.brands__section .brand__list .brand__item .brand__link .brand__info[data-v-ad133fa7]{align-items:center;display:flex;height:100%;margin:0 auto;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-ad133fa7]{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-ad133fa7]{align-items:center;display:flex;gap:10px}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span p[data-v-ad133fa7]{flex-wrap:nowrap}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span span[data-v-ad133fa7]{margin-top:0}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span span[data-v-ad133fa7]{margin-top:4px}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__span[data-v-ad133fa7]{align-items:center;display:flex;justify-content:center}}.brands__section .brand__list .brand__item .brand__link .brand__info .brand__logo[data-v-ad133fa7]{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-ad133fa7]{-o-object-position:center;object-position:center}}.brands__section .brand__list .brand__item .brand__link .brand__info p[data-v-ad133fa7]{font-size:14px;line-height:20px;margin-bottom:5px;text-transform:capitalize}@media screen and (max-width:570px){.brands__section .brand__list .brand__item .brand__link .brand__info p[data-v-ad133fa7]{font-weight:500;margin-bottom:2px;text-align:center}}@media screen and (max-width:359px){.brands__section .brand__list .brand__item .brand__link .brand__info p[data-v-ad133fa7]{text-transform:uppercase}}.brands__section .brand__list .brand__item .brand__link .brand__info span[data-v-ad133fa7]{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-ad133fa7]{text-align:center}}.brands__section .brand__list-btn[data-v-ad133fa7]{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-ad133fa7]{height:70px;margin-top:20px}}.brands__section .brand__list-btn[data-v-ad133fa7]:hover{background:var(--bg-light);color:var(--main-black)}@keyframes gradientAnimation-ad133fa7{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-10e1c579]{flex-grow:1;position:relative}.filter__body-select .filter__body-select-reset[data-v-10e1c579]{align-self:center;border-radius:4px;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-regular[data-v-10e1c579],.filter__body-select .filter__body-select-reset .fa-solid[data-v-10e1c579],.filter__body-select .filter__body-select-reset i[data-v-10e1c579]{height:100%}.filter__body-select .filter__body-select-reset[disabled][data-v-10e1c579]{display:none}.filter__body-select[data-v-10e1c579]:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='red' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") 50%/11px no-repeat #fff;border-radius:100%;content:"";height:21px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:21px}@media screen and (max-width:500px){.filter__body-select[data-v-10e1c579]{grid-column-start:1}}.filter__body-select select[data-v-10e1c579]{background:transparent;border:var(--border);border-radius:var(--border-input-radius);color:var(--main-black);min-width:210px;padding:15px;width:100%}.filter__body-select select option[data-v-10e1c579]{padding:5px}.filter__body-select select.active[data-v-10e1c579]{font-weight:700}.wide[data-v-10e1c579]{grid-column-end:3;grid-column-start:1}.filter .filter__button-mobile[data-v-4ba9fa08]{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-4ba9fa08]{display:inline-flex}}.filter .filter__content[data-v-4ba9fa08]{border-radius:20px;display:none;flex-direction:column;gap:20px;margin-top:15px}@media screen and (min-width:768px){.filter .filter__content[data-v-4ba9fa08]{display:flex}}.filter .filter__content .filter__header[data-v-4ba9fa08]{align-items:center;display:flex;justify-content:space-between}@media screen and (max-width:540px){.filter .filter__content .filter__header[data-v-4ba9fa08]{flex-wrap:wrap}}.filter .filter__content .filter__header-reset[data-v-4ba9fa08]{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-4ba9fa08]{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-4ba9fa08]{margin-top:15px}}.filter .filter__content .filter__body-selects[data-v-4ba9fa08]{display:grid;gap:20px;grid-template-columns:1fr 1fr}@media screen and (max-width:1300px){.filter .filter__content .filter__body-selects[data-v-4ba9fa08]{grid-template-columns:1fr 1fr}}@media screen and (max-width:1200px){.filter .filter__content .filter__body-selects[data-v-4ba9fa08]{gap:10px;grid-template-columns:1fr}}@media screen and (max-width:768px){.filter .filter__content .filter__body-selects[data-v-4ba9fa08]{display:none;padding-top:0}}.filter .filter__content .filter__body-selects .filter__body-column[data-v-4ba9fa08]{display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo[data-v-4ba9fa08]{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-4ba9fa08]{flex:1;min-width:0}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .drive-select[data-v-4ba9fa08] .select{height:100%;min-height:48px;width:100%}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-4ba9fa08]{align-items:center;display:flex;flex:2;height:49px;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-4ba9fa08]{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-4ba9fa08]{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-4ba9fa08]{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-4ba9fa08]{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-4ba9fa08]{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-4ba9fa08]{max-width:450px}}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input input[data-v-4ba9fa08]{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-4ba9fa08]::-moz-placeholder{color:#767676;font-size:14px}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input input[data-v-4ba9fa08]::placeholder{color:#767676;font-size:14px}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input .separator[data-v-4ba9fa08]{color:#9f9f9f;padding:0 5px}.filter .filter__content .filter__body-selects .filter__body-column .semi-wide[data-v-4ba9fa08]{grid-column:1/span 2}.filter .filter__content .filter__body-selects .filter__body-column .filter__header-reset[data-v-4ba9fa08]{grid-column:3;margin-top:0}@media screen and (max-width:660px){.filter .filter__content .filter__body-selects .filter__body-column[data-v-4ba9fa08]{-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-4ba9fa08]{flex-direction:column;grid-column:1}.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .drive-select[data-v-4ba9fa08],.filter .filter__content .filter__body-selects .filter__body-column .drive-price-combo .price-input[data-v-4ba9fa08]{width:100%}.filter .filter__content .filter__body-selects .filter__body-column .filter__header-reset[data-v-4ba9fa08],.filter .filter__content .filter__body-selects .filter__body-column .semi-wide[data-v-4ba9fa08]{grid-column:1}}.filter .filter__content .filter__body-selects .filter__body-column.more[data-v-4ba9fa08]{margin-top:0}.filter .filter__content .filter__body-selects .filter__body-select[data-v-4ba9fa08]{position:relative}.filter .filter__content .filter__body-selects .filter__body-select[data-v-4ba9fa08]:after{background-color:currentColor;border-radius:100%;color:#9f9f9f;content:"";height:26px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") center/12px no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") center/12px no-repeat;pointer-events:none;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:color .3s;width:26px}.filter .filter__content .filter__body-selects .filter__body-select[data-v-4ba9fa08]:not(:disabled):after{color:var(--main-color)}select:disabled+.filter .filter__content .filter__body-selects .filter__body-select[data-v-4ba9fa08]:after{opacity:.5}@media screen and (max-width:660px){.filter .filter__content .filter__body-selects .filter__body-select[data-v-4ba9fa08]{grid-column-start:1}}.filter .filter__content .filter__body-selects .filter__body-select select[data-v-4ba9fa08]{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-4ba9fa08]{padding:5px}.filter .filter__content .filter__body-selects .filter__body-select select.active[data-v-4ba9fa08]{font-weight:700}.filter .filter__content .filter__body-selects .filter__body-show[data-v-4ba9fa08]{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-4ba9fa08]{grid-column-end:3;grid-column-start:1}.filter .filter__content .filter__body-selects .wide[data-v-4ba9fa08]{grid-column-end:4;grid-column-start:1}.filter .filter__content .filter__body-selects .filter__body-input[data-v-4ba9fa08]{background:#fff;border:var(--border);border-radius:4px!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-4ba9fa08]{padding:0 5px}.filter .filter__content .filter__body-selects .filter__body-input input[data-v-4ba9fa08]{width:49%}.filter .filter__content .filter__body-selects .filter__body-input input[data-v-4ba9fa08]:last-child{text-align:end}.filter .filter__content .filter__body-selects .filter__body-button[data-v-4ba9fa08]{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-4ba9fa08]{display:none;gap:10px}@media screen and (max-width:768px){.filter .filter__content .filter__body-selects.mobile[data-v-4ba9fa08]{display:grid}}.filter .filter__content .filter__body-bodies[data-v-4ba9fa08]{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-4ba9fa08]{display:none}}.filter .filter__content .filter__body-bodies .filter__body-body[data-v-4ba9fa08]{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-4ba9fa08]{font-size:14px;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body[data-v-4ba9fa08]:hover{border:2px solid var(--main-black);transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body:hover p[data-v-4ba9fa08]{font-weight:700;transition:.3s}.filter .filter__content .filter__body-bodies .filter__body-body img[data-v-4ba9fa08]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.filter .filter__content .filter__body-controls[data-v-4ba9fa08]{display:flex;flex-wrap:wrap;gap:10px;padding-top:20px}@media screen and (max-width:540px){.filter .filter__content .filter__body-controls[data-v-4ba9fa08]{gap:5px}}.filter .filter__content .filter__body-controls .controls__item[data-v-4ba9fa08]{background:#fff;border-radius:20px;cursor:pointer;padding:8px 14px;transition:.3s}.filter .filter__content .filter__body-controls .controls__item[data-v-4ba9fa08]: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-4ba9fa08]{font-size:14px;padding:8px}}.filter .filter__content.active[data-v-4ba9fa08]{display:flex;margin:10px 0}select[data-v-4ba9fa08]:disabled{opacity:.5}.filter__mobile[data-v-4ba9fa08]{align-items:center;display:flex;gap:5px;margin-bottom:10px;width:100%}.filter__mobile-reset[data-v-4ba9fa08]{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-4ba9fa08]{display:inline-flex}}.banner[data-v-dbb2b30f]:before{background-color:#5a5a5a59;border-radius:var(--border-radius);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}.callback__section .container[data-v-dbb2b30f]{background:transparent;padding:0}.callback__section .banner[data-v-dbb2b30f]{background:url(/images/banner.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-dbb2b30f]{background-size:220%}}@media screen and (max-width:740px){.callback__section .banner[data-v-dbb2b30f]{background:url(/images/banner.webp) no-repeat 25% 50%;background-size:250%}}@media screen and (max-width:540px){.callback__section .banner[data-v-dbb2b30f]{background-size:400%;padding:0}}.callback__section .white-container[data-v-dbb2b30f]{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-dbb2b30f]{margin-left:0;max-width:100%;padding:30px}}@media screen and (max-width:540px){.callback__section .white-container[data-v-dbb2b30f]{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-dbb2b30f]{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-dbb2b30f]{color:var(--bg-light)}}.callback__section .callback__content .callback__title[data-v-dbb2b30f]{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-dbb2b30f]:before{background-color:#417be8;border-radius:2px;bottom:4px;content:"";left:0;position:absolute;top:4px;width:4px}.callback__section .callback__content .callback__title h2[data-v-dbb2b30f]{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-dbb2b30f]{color:var(--main-black)}}.callback__section .callback__content .callback__title h3[data-v-dbb2b30f]{font-size:18px;font-weight:400}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h3[data-v-dbb2b30f]{color:var(--main-black)}}.callback__section .callback__mob-img[data-v-dbb2b30f]{display:none}@media screen and (max-width:540px){.callback__section .callback__mob-img[data-v-dbb2b30f]{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-dbb2b30f]{display:flex;flex-direction:column;gap:12px;z-index:999999}.callback__section .callback__form input[type=tel][data-v-dbb2b30f],.callback__section .callback__form input[type=text][data-v-dbb2b30f]{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-dbb2b30f]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-dbb2b30f]::-moz-placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-dbb2b30f]::placeholder,.callback__section .callback__form input[type=text][data-v-dbb2b30f]::placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-dbb2b30f]:focus,.callback__section .callback__form input[type=text][data-v-dbb2b30f]:focus{border-color:#e2001a;outline:none}@media screen and (max-width:540px){.callback__section .callback__form input[type=tel][data-v-dbb2b30f],.callback__section .callback__form input[type=text][data-v-dbb2b30f]{background-color:#ffffff26;border-color:var(--bg-light);color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-dbb2b30f]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-dbb2b30f]::-moz-placeholder{color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-dbb2b30f]::placeholder,.callback__section .callback__form input[type=text][data-v-dbb2b30f]::placeholder{color:var(--bg-light)}}.callback__section .callback__form .callback__form-btn[data-v-dbb2b30f]{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-dbb2b30f]:hover{background-color:#b80016}@media screen and (max-width:540px){.callback__section .callback__form .callback__form-btn[data-v-dbb2b30f]{background-color:var(--secondary-color)}}.callback__section .callback__form .form-checkbox[data-v-dbb2b30f]{align-items:center;display:flex;font-size:14px;margin-top:6px}.callback__section .callback__form .form-checkbox input[type=checkbox][data-v-dbb2b30f]{accent-color:#e2001a;margin-right:8px}.callback__section .callback__form .form-checkbox a[data-v-dbb2b30f]{color:#e2001a;text-decoration:underline}.callback__section .callback__form .form-checkbox a[data-v-dbb2b30f]:hover{text-decoration:none}@media screen and (max-width:540px){.callback__section .callback__form .form-checkbox[data-v-dbb2b30f],.callback__section .callback__form .form-checkbox a[data-v-dbb2b30f]{color:var(--bg-light)}}.title[data-v-890a53d5]{font-size:22px;margin:0 auto 20px;max-width:1440px;padding:0 20px}@media screen and (max-width:540px){.title[data-v-890a53d5]{padding:0 10px}}.sale__section[data-v-890a53d5]{padding:20px 0;position:relative}.sale__block[data-v-890a53d5]{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-890a53d5]{grid-template-columns:repeat(2,1fr)}}.sale__card[data-v-890a53d5]{border-radius:8px;display:flex;flex-direction:column;gap:20px;overflow:hidden;transition:transform .3s ease}.sale__card[data-v-890a53d5]:hover{transform:translateY(-5px)}.sale__img[data-v-890a53d5]{position:relative}.sale__img[data-v-890a53d5]:before{border-radius:10px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:0}.sale__img img[data-v-890a53d5]{border-radius:8px;height:200px;-o-object-fit:cover;object-fit:cover;width:100%}@media (max-width:767px){.sale__img img[data-v-890a53d5]{height:200px}}.sale__text-container[data-v-890a53d5]{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.sale__img-title[data-v-890a53d5]{border-radius:15px;font-weight:300;margin-bottom:10px;padding:10px;text-shadow:2px 2px 4px rgba(0,0,0,.7);top:10px}.sale__img-text[data-v-890a53d5],.sale__img-title[data-v-890a53d5]{color:#fff;font-size:18px;left:10px;position:absolute}.sale__img-text[data-v-890a53d5]{bottom:12px;font-weight:700;text-shadow:1px 1px 3px rgba(0,0,0,.7)}.sale__form[data-v-890a53d5]{justify-content:space-between;width:100%}.sale__form[data-v-890a53d5],.sale__form .button-info[data-v-890a53d5]{align-items:center;background:#fff;display:flex}.sale__form .button-info[data-v-890a53d5]{border-radius:8px;color:#000;cursor:pointer;justify-content:center;padding:10px;transition:background-color .3s;width:35%}.sale__form .button-info[data-v-890a53d5]:hover{background-color:#f5f5f5}.sale__form .button-form[data-v-890a53d5]{align-items:center;background:var(--red-b);border-radius:8px;color:#fff;cursor:pointer;display:flex;justify-content:center;padding:10px;transition:background-color .3s;width:65%}.sale__form .button-form[data-v-890a53d5]:hover{background-color:var(--red-b)}.modal-overlay[data-v-890a53d5]{align-items:center;background-color:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content[data-v-890a53d5]{background:#fff;border-radius:12px;max-height:90vh;max-width:500px;overflow-y:auto;padding:2rem;position:relative;width:100%}.modal-content.info-modal[data-v-890a53d5]{max-width:600px}.modal-close[data-v-890a53d5]{background:none;border:none;color:#666;cursor:pointer;font-size:1.5rem;position:absolute;right:15px;top:15px}.modal-close[data-v-890a53d5]:hover{color:#000}.modal-title[data-v-890a53d5]{color:var(--main-color);font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.modal-description[data-v-890a53d5]{line-height:1.6;margin-bottom:1.5rem}.modal-button[data-v-890a53d5]{background:var(--main-color);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:12px;transition:background-color .3s;width:100%}.modal-button[data-v-890a53d5]:hover{background-color:var(--main-color-dark)}@media (max-width:767px){.sale__block[data-v-890a53d5]{grid-template-columns:1fr}.sale__card[data-v-890a53d5]{flex-direction:column}.sale__card .sale__form[data-v-890a53d5],.sale__card img[data-v-890a53d5]{width:100%}.sale__img-title[data-v-890a53d5]{font-size:20px}.sale__img-text[data-v-890a53d5]{font-size:16px}.modal-content[data-v-890a53d5]{padding:1.5rem}.modal-title[data-v-890a53d5]{font-size:1.2rem}}@media screen and (max-width:768px){.container[data-v-3a3eef18]{padding:0!important}}.carousel__next[data-v-3a3eef18],.carousel__prev[data-v-3a3eef18]{pointer-events:auto!important;z-index:10}.modal-overlay[data-v-3a3eef18]{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-3a3eef18]{background-color:#fff;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:90%}.modal-close[data-v-3a3eef18]{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-title[data-v-3a3eef18]{margin-bottom:1.5rem;text-align:center}.main__slider .home__slider[data-v-3a3eef18]{border-radius:var(--border-radius);overflow:hidden;position:relative}@media screen and (max-width:768px){.main__slider .home__slider[data-v-3a3eef18]{border-radius:0}}.main__slider .carousel__slide[data-v-3a3eef18]{height:400px;position:relative;width:100%;z-index:2}@media screen and (max-width:768px){.main__slider .carousel__slide[data-v-3a3eef18]{height:300px}}.main__slider .carousel__slide[data-v-3a3eef18]:before{background:linear-gradient(90deg,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-3a3eef18]{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;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-3a3eef18]{-o-object-position:40% 50%;object-position:40% 50%}}.main__slider .carousel__slide .slider__content[data-v-3a3eef18]{background:transparent;height:100%;padding:50px 100px;width:100%}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content[data-v-3a3eef18]{padding:50px 20px}}.main__slider .carousel__slide .slider__content .carousel__item[data-v-3a3eef18]{color:var(--bg-light);display:flex;flex-direction:column;gap:15px;height:100%;justify-content:center;max-width:620px;padding:100px 0;position:relative}@media screen and (max-width:1024px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-3a3eef18]{padding:50px 0}}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item[data-v-3a3eef18]{padding:20px 0}}.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-3a3eef18]{font-size:22px;font-weight:700;line-height:40px;margin-bottom:20px;margin-top:10px;text-align:left;white-space:nowrap}@media screen and (max-width:980px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-3a3eef18]{white-space:wrap}}@media screen and (max-width:768px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-3a3eef18]{font-size:20px;line-height:36px}}@media screen and (max-width:520px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-3a3eef18]{font-size:22px;line-height:30px;position:absolute;top:65px}}@media screen and (max-width:420px){.main__slider .carousel__slide .slider__content .carousel__item .slide__title[data-v-3a3eef18]{font-size:16px;line-height:20px;position:absolute}}.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-3a3eef18]{font-size:34px;font-weight:400;line-height:auto;text-align:left}@media screen and (max-width:520px){.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-3a3eef18]{font-size:30px;font-weight:700;line-height:30px;position:absolute;top:10px}}@media screen and (max-width:420px){.main__slider .carousel__slide .slider__content .carousel__item .slide__text[data-v-3a3eef18]{font-size:22px;line-height:24px;position:absolute}}.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-3a3eef18]{align-items:center;background:var(--red-b);border:1px solid var(--red-b);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:520px){.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-3a3eef18]{bottom:10px;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-3a3eef18]{width:100%}}.main__slider .carousel__slide .slider__content .carousel__item .slide__link[data-v-3a3eef18]:hover{background:transparent}.main__slider .carousel__slide .slider__content .carousel__item .slide__link:hover p[data-v-3a3eef18]{color:#fff}.main__slider .carousel__slide .slider__content .carousel__item .slide__link p[data-v-3a3eef18]{background:transparent;font-size:16px;font-weight:500;line-height:18px}.main__slider .carousel__next[data-v-3a3eef18],.main__slider .carousel__prev[data-v-3a3eef18]{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-3a3eef18],.main__slider .carousel__prev[data-v-3a3eef18]{display:none;height:44px;width:44px}}@media screen and (max-width:520px){.main__slider .carousel__next[data-v-3a3eef18],.main__slider .carousel__prev[data-v-3a3eef18]{opacity:.5}}.main__slider .carousel__prev[data-v-3a3eef18]{background:url(/svg/slider-left.svg) no-repeat 50%;background-size:contain;left:10px}.main__slider .carousel__next[data-v-3a3eef18]{background:url(/svg/slider-right.svg) no-repeat 50%;background-size:contain;right:10px}.pre-hydration[data-v-3a3eef18] .carousel__slide--clone{display:none}[data-v-3db2a599] .small{padding:0 0 15px}@media screen and (max-width:767px){[data-v-3db2a599] .small{padding:0 15px 15px}}.banner__card[data-v-3db2a599]{align-items:center;display:flex;flex-direction:column;gap:10px}@media screen and (max-width:767px){.banner__card[data-v-3db2a599]{flex-direction:row;gap:30px}}.banner__card span[data-v-3db2a599]{align-items:center;display:flex;height:50px;text-align:center}@media screen and (max-width:767px){.banner__card span[data-v-3db2a599]{font-size:20px;height:30px}}@media screen and (max-width:380px){.banner__card span[data-v-3db2a599]{font-size:14px;height:30px}}.express__section[data-v-3db2a599]{background:url(./banner_form.DptcfRG1.webp) no-repeat 50% 1%;background-size:cover;border-radius:4px;color:var(--bg-light);margin:10px auto;max-width:1400px;width:100%}@media screen and (max-width:767px){.express__section[data-v-3db2a599]{background:url(./banner_form.DptcfRG1.webp) no-repeat 31% 100%;background-size:auto;border-radius:0;margin:0 auto 10px}}.express__section .bottom__container[data-v-3db2a599]{display:flex;flex-direction:row;gap:30px;height:100%}@media screen and (max-width:1050px){.express__section .bottom__container[data-v-3db2a599]{flex-direction:column;gap:0}}.express__section .bottom__container .express__form[data-v-3db2a599]{align-items:self-start;display:flex;flex-direction:column}@media screen and (max-width:1000px){.express__section .bottom__container .express__form[data-v-3db2a599]{flex-direction:column}}.express__section .bottom__container h2[data-v-3db2a599]{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-3db2a599]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express__section .bottom__container h2[data-v-3db2a599]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express__section .bottom__container h2[data-v-3db2a599]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express__section .bottom__container h2[data-v-3db2a599]{max-width:250px}}.express__section .bottom__container h2[data-v-3db2a599]: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-3db2a599]:before{content:none}}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-3db2a599]{padding-right:0}}.express__section .bottom__container h2 span[data-v-3db2a599]: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-3db2a599]:before{right:-42px;top:0}}.express__section .bottom__container .cont[data-v-3db2a599]{align-items:center;display:flex;font-size:20px;font-weight:500;gap:10px;justify-content:space-between;line-height:40px;margin-top:0;padding-bottom:12px;width:100%}@media screen and (max-width:1200px){.express__section .bottom__container .cont[data-v-3db2a599]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:767px){.express__section .bottom__container .cont[data-v-3db2a599]{display:flex;flex-direction:row;margin:0}}@media screen and (max-width:766px){.express__section .bottom__container .cont[data-v-3db2a599]{display:grid;grid-template-columns:repeat(1,2fr);margin:0 20px}}@media screen and (max-width:400px){.express__section .bottom__container .cont[data-v-3db2a599]{display:grid;grid-template-columns:repeat(1,2fr)}}@media screen and (max-width:350px){.express__section .bottom__container .cont[data-v-3db2a599]{margin:0 20px}}.express__section .bottom__container .bottom__form[data-v-3db2a599]{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-3db2a599]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form[data-v-3db2a599]{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-3db2a599]{max-width:100%}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]{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-3db2a599]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]{background:#000}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]::-moz-placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]::placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]:-moz-placeholder,.express__section .bottom__container .bottom__form .bottom__form-inputt[data-v-3db2a599]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]:placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-3db2a599]:focus{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-3db2a599]{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-3db2a599]{border-radius:12px;height:44px}}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-3db2a599]:hover{background:transparent;color:var(--taxi)}.banner-img[data-v-3db2a599]{height:40px;width:40px}@media screen and (max-width:767px){.banner-img[data-v-3db2a599]{height:30px;width:30px}}.red[data-v-3db2a599]{background:#fff;border-radius:25px;height:250px;opacity:.3;position:absolute;right:270px;width:665px;z-index:0}[data-v-3db2a599] .form__check{background:none;color:#fff}[data-v-3db2a599] .wrap{background:none;color:#fff!important;display:grid;text-wrap:wrap}@media screen and (max-width:768px){[data-v-3db2a599] .wrap{display:flex}}@media screen and (max-width:500px){[data-v-3db2a599] .wrap{display:none;flex-direction:row;margin:0 20px}}[data-v-3db2a599] .wrap-mob,[data-v-3db2a599] .check-link{color:#fff!important}.title[data-v-3072173c]{font-size:var(--big-size);font-weight:700;line-height:normal;margin-bottom:30px}.margin-0[data-v-3072173c]{margin:0}section.thank[data-v-1485fad7]{align-items:center;display:flex;justify-content:center;min-height:80vh}@media screen and (max-width:768px){section.thank[data-v-1485fad7]{align-items:start;margin-bottom:30px;min-height:auto}}section.thank .thank-content[data-v-1485fad7]{align-items:center;display:flex;height:100%;justify-content:center;padding:0 20px;width:100%}section.thank .thank-content .thank-block[data-v-1485fad7]{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-1485fad7]{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-1485fad7]{text-align:center}section.thank .thank-content .thank-block .thank-block__text .thank-block__icon[data-v-1485fad7]{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-1485fad7]{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-1485fad7]{padding:25px}}section.thank .thank-content .thank-block .thank-block__link .thank-back[data-v-1485fad7]{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-1485fad7]:hover{background:#fff;color:var(--secondary-color);transition:.3s}.default__item[data-v-d7bc717f]{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-d7bc717f]{gap:5px;padding:10px}}.default__item .item__dropdown .dropdown__list[data-v-d7bc717f]{display:flex;flex-direction:column;gap:5px}.default__item .item__dropdown .dropdown__list .dropdown__item[data-v-d7bc717f]{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-d7bc717f]:hover{background:#f5f5f5;transition:.3s}.default__item .item__dropdown .dropdown__list .dropdown__item .title[data-v-d7bc717f]{cursor:pointer;display:flex;justify-content:space-between}.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow[data-v-d7bc717f]{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-d7bc717f]{font-size:var(--small-size)}}.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa-regular[data-v-d7bc717f],.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow .fa-solid[data-v-d7bc717f],.default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow i[data-v-d7bc717f]{font-size:14px;width:20px}@media screen and (max-width:768px){.default__item .item__dropdown .dropdown__list .dropdown__item .title .name[data-v-d7bc717f]{font-size:var(--small-size)}}.default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-d7bc717f]{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-d7bc717f]{font-size:var(--small-size);margin:0;padding:5px 5px 5px 25px}}.default__item .item__dropdown .dropdown__list .dropdown__item .value[data-v-d7bc717f] li{list-style:disc;text-align:start}.default__item .item__params .params__list[data-v-d7bc717f]{-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-d7bc717f]{align-items:center;display:flex;justify-content:space-between;padding:5px 0}.default__item .item__params .params__list li .value[data-v-d7bc717f]{order:2}.default__item .item__params .params__list li[data-v-d7bc717f]: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-d7bc717f]{display:grid;gap:5px;grid-template-columns:1fr 1fr}.default__item .item__name[data-v-d7bc717f]{font-weight:600;text-align:center}@media screen and (max-width:768px){.default__item .item__name[data-v-d7bc717f]{font-size:var(--small-size)}}.default__item img[data-v-d7bc717f]{height:120px;-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:768px){.default__item img[data-v-d7bc717f]{height:80px}}.default__item .item__price[data-v-d7bc717f]{display:flex;flex-direction:column}.default__item .item__price .current[data-v-d7bc717f]{color:var(--secondary-color);font-weight:700}@media screen and (max-width:768px){.default__item .item__price .current[data-v-d7bc717f]{font-size:var(--standart-size)}}.default__item .item__price .old[data-v-d7bc717f]{font-size:var(--standart-size);text-decoration:line-through}@media screen and (max-width:768px){.default__item .item__price .old[data-v-d7bc717f]{font-size:var(--small-size)}}.modal[data-v-1bac7ed9]{animation:fadeIn-1bac7ed9 .3s ease-in-out}.modal .modal__dialog .modal__content[data-v-1bac7ed9]{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-1bac7ed9]{width:90vw}}@media screen and (max-width:768px){.modal .modal__dialog .modal__content[data-v-1bac7ed9]{padding:20px 10px;width:95vw}}.modal .modal__dialog .modal__content .modal__title[data-v-1bac7ed9]{font-size:24px;font-weight:500;margin-bottom:20px}.modal .modal__dialog .modal__content .modal__steps[data-v-1bac7ed9]{display:flex;flex-wrap:wrap;gap:5px}.modal .modal__dialog .modal__content .modal__steps .modal__step[data-v-1bac7ed9]{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-1bac7ed9]{background:var(--secondary-color);color:#fff;cursor:pointer;opacity:1;pointer-events:auto}.modal .modal__dialog .modal__content .modal__steps .active[data-v-1bac7ed9]{cursor:pointer;opacity:1;pointer-events:auto;transition:.3s}.modal .modal__dialog .modal__content .modal__steps-content[data-v-1bac7ed9]{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-1bac7ed9]::-webkit-scrollbar{width:5px}.modal .modal__dialog .modal__content .modal__steps-content[data-v-1bac7ed9]::-webkit-scrollbar-track{background:#fff;border-radius:5px}.modal .modal__dialog .modal__content .modal__steps-content[data-v-1bac7ed9]::-webkit-scrollbar-thumb{background:#5f5f5f94;border-radius:5px}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item[data-v-1bac7ed9]{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-1bac7ed9]{gap:5px;padding:10px}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{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-regular[data-v-1bac7ed9],.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-1bac7ed9],.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__dropdown .dropdown__list .dropdown__item .title .arrow i[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9] 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-1bac7ed9]{-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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{order:2}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__params .params__list li[data-v-1bac7ed9]: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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{font-size:var(--small-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item img[data-v-1bac7ed9]{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-1bac7ed9]{height:80px}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price[data-v-1bac7ed9]{display:flex;flex-direction:column}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price .current[data-v-1bac7ed9]{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-1bac7ed9]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__item .item__price .old[data-v-1bac7ed9]{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-1bac7ed9]{font-size:var(--small-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modal__step-block .default__list[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{grid-template-columns:1fr}}.modal .modal__dialog .modal__content .modal__steps-content .brands__list[data-v-1bac7ed9]{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-1bac7ed9]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .brands__list[data-v-1bac7ed9]{gap:10px;grid-template-columns:repeat(2,1fr)}}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item[data-v-1bac7ed9]{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-1bac7ed9]: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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{font-weight:600}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .brand__item .item__name .count[data-v-1bac7ed9]{font-size:var(--small-size)}.modal .modal__dialog .modal__content .modal__steps-content .brands__list .active[data-v-1bac7ed9]{border:2px solid var(--secondary-color)}.modal .modal__dialog .modal__content .modal__steps-content .grid__template-list[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{gap:5px}}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item[data-v-1bac7ed9]{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-1bac7ed9]{font-weight:600;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__price[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__image[data-v-1bac7ed9]{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-1bac7ed9]{padding:0}}.modal .modal__dialog .modal__content .modal__steps-content .modifications__list .modifications__item .item__image img[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{font-weight:600;text-align:center}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__price[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__image[data-v-1bac7ed9]{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-1bac7ed9]{padding:0}}.modal .modal__dialog .modal__content .modal__steps-content .completations__list .completations__item .item__image img[data-v-1bac7ed9]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.modal .modal__dialog .modal__content .modal__steps-content .items__list[data-v-1bac7ed9]{display:flex;flex-wrap:wrap;gap:10px}.modal .modal__dialog .modal__content .modal__steps-content .items__list .active[data-v-1bac7ed9]{background:var(--secondary-color);color:#fff}.modal .modal__dialog .modal__content .modal__steps-content .models__list[data-v-1bac7ed9]{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-1bac7ed9]{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.modal .modal__dialog .modal__content .modal__steps-content .models__list[data-v-1bac7ed9]{gap:10px;grid-template-columns:repeat(2,1fr)}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item[data-v-1bac7ed9]{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-1bac7ed9]{gap:5px;padding:10px}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item[data-v-1bac7ed9]: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-1bac7ed9]{display:flex;flex-direction:column}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__price .old[data-v-1bac7ed9]{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-1bac7ed9]{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-1bac7ed9]{font-size:var(--standart-size)}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__image img[data-v-1bac7ed9]{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-1bac7ed9]{height:80px}}.modal .modal__dialog .modal__content .modal__steps-content .models__list .model__item .item__name[data-v-1bac7ed9]{font-weight:700}.modal .modal__dialog .modal__content .modal__close[data-v-1bac7ed9]{right:15px;top:15px}.modal .modal__dialog .modal__content .modal__close .close__text[data-v-1bac7ed9]{display:none}@keyframes fadeIn-1bac7ed9{0%{opacity:0}to{opacity:1}}.express-brand__section[data-v-8029690b]{background:url(./banner41.zkbFug_s.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:540px){.express-brand__section[data-v-8029690b]{background:url(./banner41.zkbFug_s.webp) no-repeat 31% 50%;background-size:cover}}.express-brand__section .bottom__container[data-v-8029690b]{display:flex;flex-direction:column;gap:30px;height:100%}.express-brand__section .bottom__container .express-brand__form[data-v-8029690b]{align-items:self-start;display:flex}@media screen and (max-width:1000px){.express-brand__section .bottom__container .express-brand__form[data-v-8029690b]{flex-direction:column}}.express-brand__section .bottom__container h2[data-v-8029690b]{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-8029690b]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container h2[data-v-8029690b]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express-brand__section .bottom__container h2[data-v-8029690b]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express-brand__section .bottom__container h2[data-v-8029690b]{max-width:250px}}.express-brand__section .bottom__container h2[data-v-8029690b]: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-8029690b]:before{content:none}}.express-brand__section .bottom__container h2 span[data-v-8029690b]{display:inline-block;padding-right:42px;position:relative}@media screen and (max-width:540px){.express-brand__section .bottom__container h2 span[data-v-8029690b]{padding-right:0}}.express-brand__section .bottom__container h2 span[data-v-8029690b]: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-8029690b]:before{right:-42px;top:0}}.express-brand__section .bottom__container .banners[data-v-8029690b]{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:40px;width:100%}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners[data-v-8029690b]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:1023px){.express-brand__section .bottom__container .banners[data-v-8029690b]{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-8029690b]{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-8029690b]{align-items:center;background:var(--main-color);border-radius:4px;display:flex;padding:20px;position:relative}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners span[data-v-8029690b]{padding-left:20px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .banners span[data-v-8029690b]{text-wrap:nowrap;width:100%}}@media screen and (max-width:616px){.express-brand__section .bottom__container .banners span[data-v-8029690b]{opacity:.9;text-wrap:wrap;width:100%}}.express-brand__section .bottom__container .banners span[data-v-8029690b]: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-8029690b]:before{height:30px;width:30px}}.express-brand__section .bottom__container .bottom__form[data-v-8029690b]{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-8029690b]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form[data-v-8029690b]{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-8029690b]{max-width:100%}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]{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-8029690b]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]{background:#000}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]::-moz-placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]::placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]:-moz-placeholder,.express-brand__section .bottom__container .bottom__form .bottom__form-inputt[data-v-8029690b]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]:placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-8029690b]:focus{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-8029690b]{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-8029690b]{border-radius:12px;height:44px}}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-8029690b]:hover{background:transparent;color:var(--taxi)}.time-block[data-v-54e755e9]{background:#fff;border:none;border-radius:12px;padding:15px 20px}@media screen and (max-width:540px){.time-block[data-v-54e755e9]{padding:15px 10px}}.range-slider[data-v-54e755e9]{display:flex;flex-direction:column}.range-slider .range-slider__input[data-v-54e755e9]{-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-54e755e9]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#417be8;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-54e755e9]::-moz-range-thumb{background:#417be8;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-54e755e9]{color:var(--main-black);display:none;justify-content:space-between;margin-bottom:15px}.range-slider .range-slider__value .value__left[data-v-54e755e9],.range-slider .range-slider__value .value__right[data-v-54e755e9]{background-color:#ededed;border-radius:20px;padding:5px 10px}.timeOut[data-v-54e755e9]{display:flex;justify-content:space-between;padding-bottom:20px}.timeOut .title[data-v-54e755e9]{font-size:16px;font-weight:700}.timeOut .output-time[data-v-54e755e9]{font-weight:700}.percent-block[data-v-76cf8960]{background:#fff;border:none;border-radius:12px;padding:15px 20px}@media screen and (max-width:540px){.percent-block[data-v-76cf8960]{padding:15px 10px}}.range-slider[data-v-76cf8960]{display:flex;flex-direction:column}.range-slider .range-slider__input[data-v-76cf8960]{-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-76cf8960]::-webkit-slider-runnable-track{border-radius:3px;height:3px}.range-slider .range-slider__input[data-v-76cf8960]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#417be8;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-76cf8960]::-moz-range-track{border-radius:3px;height:3px}.range-slider .range-slider__input[data-v-76cf8960]::-moz-range-thumb{background:#417be8;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-76cf8960]{color:var(--main-black);display:none;justify-content:space-between;margin-bottom:15px}.range-slider .range-slider__value .value__left[data-v-76cf8960],.range-slider .range-slider__value .value__right[data-v-76cf8960]{background-color:#ededed;border-radius:20px;padding:5px 10px}.first__row[data-v-76cf8960],.payment__row[data-v-76cf8960],.range__time-block label[data-v-76cf8960]{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-76cf8960],.payment__row .output-first[data-v-76cf8960],.range__time-block label .output-first[data-v-76cf8960]{font-weight:700}@media screen and (max-width:400px){.first__row .output-first[data-v-76cf8960],.payment__row .output-first[data-v-76cf8960],.range__time-block label .output-first[data-v-76cf8960]{font-size:var(--standart-size)}}.first__row .title[data-v-76cf8960],.payment__row .title[data-v-76cf8960],.range__time-block label .title[data-v-76cf8960]{font-size:16px;font-weight:700}@media screen and (max-width:400px){.first__row .title[data-v-76cf8960],.payment__row .title[data-v-76cf8960],.range__time-block label .title[data-v-76cf8960]{font-size:14px}}.form__form-content[data-v-173fcf52]{display:flex;flex-direction:column;gap:15px;position:relative;width:100%}@media screen and (max-width:540px){.form__form-content[data-v-173fcf52]{gap:10px}}.form__form-content .form__form-block[data-v-173fcf52]{display:flex;flex-direction:column;gap:10px;position:relative}.form__form-content .form__form-block .car__choice[data-v-173fcf52]{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-173fcf52]{height:100%;padding:10px 15px;transition:.3s;width:100%}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value[data-v-173fcf52]{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-173fcf52]{font-size:var(--standart-size)}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-controls .select[data-v-173fcf52]{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-173fcf52]{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-173fcf52]{display:grid}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .image[data-v-173fcf52]{max-height:100px}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .image img[data-v-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{font-size:var(--small-size)}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .current[data-v-173fcf52]{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-173fcf52]{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-173fcf52]{font-size:var(--medium-size)}}@media screen and (max-width:340px){.form__form-content .form__form-block .car__choice .car__choice-wrapper .value .value-block .price .current[data-v-173fcf52]{font-size:var(--standart-size)}}.form__form-content .form__form-block .car__choice .car__choice-wrapper .title[data-v-173fcf52]{display:flex;font-weight:700;justify-content:space-between;transition:.3s}.form__form-content .form__form-block .car__choice[data-v-173fcf52]:hover{border-color:var(--main-color);opacity:.6;transition:.3s}.form__form-content .form__form-block .car__choice:hover .title[data-v-173fcf52]{color:var(--main-color);transition:.3s}.form__form-content .form__form-block .car__choice .car__choice-wrapper.car[data-v-173fcf52]{padding:25px 15px 15px;width:100%}.form__form-content .form__form-block .car__choice .title.car[data-v-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{align-items:center;gap:5px}}@media screen and (max-width:360px){.form__form-content .form__form-block .form__credit-data[data-v-173fcf52]{flex-direction:column}}.form__form-content .form__form-block .form__credit-data .credit-data__item[data-v-173fcf52]{align-items:center;background:#fff;border-radius:12px;display:flex;font-weight:700;gap:10px;justify-content:space-between;padding:15px 20px;text-align:start}.form__form-content .form__form-block .form__credit-data .credit-data__item .bold[data-v-173fcf52]{font-weight:700}@media screen and (max-width:360px){.form__form-content .form__form-block .form__credit-data .credit-data__item[data-v-173fcf52]{justify-content:space-between;width:100%}}.form__form-content .form__form-block .form__form-submit[data-v-173fcf52]{background:var(--red-b);border:3px solid var(--red-b);color:var(--bg-light);font-weight:700;padding:15px;transition:.3s}.form__form-content .form__form-block .form__form-submit[data-v-173fcf52]:hover{opacity:.7;transition:.3s}.form__form-content .form__form-block .form__form-notice[data-v-173fcf52]{align-items:center;display:flex;gap:5px;text-align:start}.form__form-content .form__form-block .form__form-notice span[data-v-173fcf52]{color:var(--main-color);font-size:30px;font-weight:700;line-height:normal}.form__form-content .form__form-block .form__form-select[data-v-173fcf52]{cursor:pointer;position:relative}.form__form-content .form__form-block .form__form-select select[data-v-173fcf52]{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-173fcf52]:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231a1a1a' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") 50%/11px no-repeat var(--light-grey);border-radius:100%;content:"";height:21px;pointer-events:none;position:absolute;right:10px;top:25px;transition:.3s;width:21px}.form__form-content .form__form-block .form__form-select.auto[data-v-173fcf52]{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-173fcf52]{padding:10px 15px}.form__form-content .form__form-block .form__form-select.auto .auto__select[data-v-173fcf52]{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-173fcf52]{gap:20px}}.form__form-content .form__form-block .form__form-select.auto .auto__select .auto__select-item[data-v-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{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-173fcf52]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.form__form-content .form__form-block .form__form-select.active[data-v-173fcf52]:after{transform:rotate(180deg);transition:.3s}.form__form-content .form__form-block .form__form-select.auto.disabled[data-v-173fcf52],.form__form-content .form__form-block .form__form-select.disabled[data-v-173fcf52]{opacity:.4;pointer-events:none}.form__form-content .form__form-block .form__form-title[data-v-173fcf52]{font-weight:700;padding-bottom:10px;text-align:start}.form__form-alert[data-v-173fcf52]{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-173fcf52]{opacity:.4;pointer-events:none}[data-v-173fcf52]::-webkit-scrollbar{width:5px}[data-v-173fcf52]::-webkit-scrollbar-track{background:#fff;border-radius:20px}[data-v-173fcf52]::-webkit-scrollbar-thumb{background:#5f5f5f94;border-radius:20px}.base-input[data-v-173fcf52]{height:50px;position:relative}.base-input .paste-indicator[data-v-173fcf52]{align-items:center;display:flex;font-size:12px;gap:5px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .3s}.base-input .paste-indicator.show[data-v-173fcf52]{opacity:1}.base-input .paste-indicator .indicator-text[data-v-173fcf52]{white-space:nowrap}.base-input .alert[data-v-173fcf52]{font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.base-input .form-input.paste-blocked[data-v-173fcf52]{animation:shake-173fcf52 .5s}.base-input .form-input.shortcut-blocked[data-v-173fcf52]{animation:pulse-173fcf52 .3s ease}.base-input .form-input.is-invalid[data-v-173fcf52]{background-color:#ff44440d!important}.base-input .form-input.is-invalid[data-v-173fcf52]:focus{box-shadow:0 0 0 3px #f443!important}@keyframes shake-173fcf52{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes pulse-173fcf52{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.page__text-content[data-v-86e60a06]{margin-left:30px}@media screen and (max-width:767px){.page__text-content[data-v-86e60a06]{margin-left:0}}.car[data-v-86e60a06]{background:var(--light-grey);border-radius:20px;display:flex;flex-direction:column;gap:15px;justify-content:center;overflow:hidden}.car .car__info[data-v-86e60a06]{padding:10px 20px}.car .car__info h2[data-v-86e60a06]{color:var(--main-black);font-size:18px;text-align:center}.car .car__info .car__list[data-v-86e60a06]{list-style:none;margin-top:20px;padding-left:0}.car .car__info .car__list li[data-v-86e60a06]{align-items:center;display:flex;justify-content:space-between}.car .car__info .car__sale[data-v-86e60a06]{align-items:center;display:flex;justify-content:center}.car .car__info .car__sale .car__sale-block[data-v-86e60a06]{background:#36b555;border-radius:20px;color:#fff;font-size:18px;font-weight:700;padding:15px 20px}.car .car__info .car__price[data-v-86e60a06]{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-86e60a06]{flex-direction:column}}.car .car__info .car__price .car__price-old[data-v-86e60a06]{text-decoration:line-through}.car .car__info .car__price .car__price-current[data-v-86e60a06]{font-size:var(--big-size);font-weight:700}.car .car__info .car__price .car__price-current span[data-v-86e60a06]{color:var(--main-color);font-size:26px;font-weight:inherit}.car .car__img[data-v-86e60a06]{display:flex;justify-content:center}.car .car__img img[data-v-86e60a06]{max-width:100%}.credit__section-header[data-v-86e60a06]{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.credit__section-header span[data-v-86e60a06]{font-size:var(--large-size);font-weight:700}.credit__section-header .page__title[data-v-86e60a06]{margin:0}.credit__section-header .title-bank[data-v-86e60a06]{align-items:center;display:flex;gap:10px}.credit__section-header .title-bank img[data-v-86e60a06]{height:100%;-o-object-fit:contain;object-fit:contain;width:100px}.car__choice .car-select .car-select__wrapper[data-v-86e60a06]{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-86e60a06]:hover{opacity:.7;transition:.3s}.car__choice .car-select .car-select__wrapper .car-select__title[data-v-86e60a06]{background:var(--red-b);border-radius:4px;color:#fff;padding:10px 20px;text-align:center;width:100%}.car__choice .car-select .car-select__wrapper .car-select__image img[data-v-86e60a06]{height:100%;width:100%}.car__choice .car-show .car-show__wrapper[data-v-86e60a06]{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-86e60a06]{grid-template-columns:1fr}}.car__choice .car-show .car-show__wrapper .car-show__content[data-v-86e60a06]{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-86e60a06]{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-86e60a06]{-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-86e60a06]{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-86e60a06]{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-86e60a06]{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-86e60a06]{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-86e60a06]: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-86e60a06]{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-86e60a06]{gap:5px}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .block[data-v-86e60a06]{display:flex;flex-direction:column}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .old[data-v-86e60a06]{color:var(--grey);text-decoration:line-through}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .current[data-v-86e60a06]{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-86e60a06]{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-86e60a06]{background:#f6f6f6;min-width:250px;padding:30px}.car__choice .car-show .car-show__wrapper .car-show__image img[data-v-86e60a06]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.banks__title[data-v-86e60a06]{font-size:26px;line-height:30px;margin:30px 0}@media screen and (max-width:540px){.banks__title[data-v-86e60a06]{font-size:22px;margin:10px 0 20px}}.banks[data-v-86e60a06]{display:grid;gap:15px;grid-template-columns:repeat(8,1fr);padding:0}@media screen and (max-width:1199px){.banks[data-v-86e60a06]{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:1023px){.banks[data-v-86e60a06]{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:767px){.banks[data-v-86e60a06]{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:540px){.banks[data-v-86e60a06]{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:359px){.banks[data-v-86e60a06]{gap:10px;grid-template-columns:repeat(2,1fr)}}.banks li[data-v-86e60a06]{list-style-type:none;padding:0}.banks li img[data-v-86e60a06]{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-86e60a06]{height:30px}}.title[data-v-a1f61454]{margin:0 auto;max-width:1440px;padding:30px 20px 0}@media screen and (max-width:540px){.title[data-v-a1f61454]{padding:0 10px}}.contacts__phone-link[data-v-8dcffddf]{background:none;border:none;color:inherit;cursor:pointer;display:inline;font:inherit;padding:0;text-decoration:none}.modal-overlay[data-v-8dcffddf]{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-8dcffddf]{background:#fff;border-radius:8px;max-width:500px;padding:30px;position:relative;width:90%}.modal-close[data-v-8dcffddf]{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-title[data-v-8dcffddf]{font-size:1.2rem;font-weight:500;margin-bottom:20px;text-align:center}.contacts__list[data-v-8dcffddf]{display:flex;flex-direction:column;gap:100px;margin-bottom:30px;position:relative}@media screen and (max-width:1000px){.contacts__list[data-v-8dcffddf]{gap:20px;margin:30px 0}}.contacts__list .contacts__item[data-v-8dcffddf]{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-8dcffddf]{font-size:14px}}@media screen and (max-width:540px){.contacts__list .contacts__item[data-v-8dcffddf]{font-size:16px}}@media screen and (max-width:425px){.contacts__list .contacts__item[data-v-8dcffddf]{font-size:14px}}.contacts__list .contacts__item[data-v-8dcffddf]:before{content:"";height:26px;left:0;position:absolute;top:calc(50% - 13px);width:26px}.contacts__list .contacts__item span[data-v-8dcffddf]{color:#000;font-size:19px;font-weight:700}@media screen and (max-width:767px){.contacts__list .contacts__item span[data-v-8dcffddf]{font-size:14px;font-weight:600}}@media screen and (max-width:540px){.contacts__list .contacts__item span[data-v-8dcffddf]{font-size:16px}}@media screen and (max-width:425px){.contacts__list .contacts__item span[data-v-8dcffddf]{font-size:14px}}.contacts__list .contacts__item[data-v-8dcffddf]:first-child:before{background:url(/svg/Vector.svg) no-repeat 50%;background-size:contain}.contacts__list .contacts__item[data-v-8dcffddf]:nth-child(2):before{background:url(/svg/Vector3.svg) no-repeat 50%;background-size:contain}.contacts__list .contacts__item[data-v-8dcffddf]: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-8dcffddf]{display:none}}.mob__version[data-v-8dcffddf]{display:none}@media screen and (max-width:767px){.mob__version[data-v-8dcffddf]{display:inline}}.section__map[data-v-21f6e86e]{display:flex}.section__map .map[data-v-21f6e86e]{height:300px;width:900px}@media screen and (max-width:1300px){.section__map .map[data-v-21f6e86e]{height:300px;width:800px}}@media screen and (max-width:1200px){.section__map .map[data-v-21f6e86e]{height:300px;width:600px}}@media screen and (max-width:1000px){.section__map .map[data-v-21f6e86e]{height:300px;max-width:500px}}@media screen and (max-width:767px){.section__map .map[data-v-21f6e86e]{height:400px;max-width:100%}}@media screen and (max-width:567px){.section__map .map[data-v-21f6e86e]{height:400px;max-width:400px}}@media screen and (max-width:450px){.section__map .map[data-v-21f6e86e]{height:400px;max-width:350px}}.contacts-wrapper[data-v-c9513442]{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-c9513442]{align-items:center;flex-direction:column;justify-content:center}}.contact-title[data-v-c9513442]{margin:0 auto;max-width:1430px}.title[data-v-c9513442]{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-c9513442]{font-size:20px}}.page[data-v-d0213b0a]{padding:0 0 40px}.page__content[data-v-d0213b0a]{margin-top:15px}.page__content .content-item[data-v-d0213b0a]{padding:15px 0}.page__content h1[data-v-d0213b0a],.page__content h2[data-v-d0213b0a],.page__content p[data-v-d0213b0a]{margin-bottom:10px}.page__content p[data-v-d0213b0a]{text-align:justify;text-indent:20px}.page__content dt[data-v-d0213b0a]{font-weight:700}.page__content dd[data-v-d0213b0a]{margin-inline-start:40px}.express-brand__section[data-v-f1c2ef2a]{background:url(./banner42.Bh3KE1Ew.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:540px){.express-brand__section[data-v-f1c2ef2a]{background:url(./banner41.zkbFug_s.webp) no-repeat 31% 50%;background-size:cover}}.express-brand__section .bottom__container[data-v-f1c2ef2a]{display:flex;flex-direction:column;gap:30px;height:100%}.express-brand__section .bottom__container .express-brand__form[data-v-f1c2ef2a]{align-items:self-start;display:flex}@media screen and (max-width:1000px){.express-brand__section .bottom__container .express-brand__form[data-v-f1c2ef2a]{flex-direction:column}}.express-brand__section .bottom__container h2[data-v-f1c2ef2a]{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-f1c2ef2a]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container h2[data-v-f1c2ef2a]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express-brand__section .bottom__container h2[data-v-f1c2ef2a]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express-brand__section .bottom__container h2[data-v-f1c2ef2a]{max-width:250px}}.express-brand__section .bottom__container h2[data-v-f1c2ef2a]: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-f1c2ef2a]:before{content:none}}.express-brand__section .bottom__container h2 span[data-v-f1c2ef2a]{display:inline-block;padding-right:42px;position:relative}@media screen and (max-width:540px){.express-brand__section .bottom__container h2 span[data-v-f1c2ef2a]{padding-right:0}}.express-brand__section .bottom__container h2 span[data-v-f1c2ef2a]: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-f1c2ef2a]:before{right:-42px;top:0}}.express-brand__section .bottom__container .banners[data-v-f1c2ef2a]{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:40px;width:100%}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners[data-v-f1c2ef2a]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:1023px){.express-brand__section .bottom__container .banners[data-v-f1c2ef2a]{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-f1c2ef2a]{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-f1c2ef2a]{align-items:center;background:var(--main-color);border-radius:4px;display:flex;padding:20px;position:relative}@media screen and (max-width:1200px){.express-brand__section .bottom__container .banners span[data-v-f1c2ef2a]{padding-left:20px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .banners span[data-v-f1c2ef2a]{text-wrap:nowrap;width:100%}}@media screen and (max-width:616px){.express-brand__section .bottom__container .banners span[data-v-f1c2ef2a]{opacity:.9;text-wrap:wrap;width:100%}}.express-brand__section .bottom__container .banners span[data-v-f1c2ef2a]: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-f1c2ef2a]:before{height:30px;width:30px}}.express-brand__section .bottom__container .bottom__form[data-v-f1c2ef2a]{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-f1c2ef2a]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express-brand__section .bottom__container .bottom__form[data-v-f1c2ef2a]{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-f1c2ef2a]{max-width:100%}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]{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-f1c2ef2a]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]{background:#000}}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]::-moz-placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]::placeholder{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]:-moz-placeholder,.express-brand__section .bottom__container .bottom__form .bottom__form-inputt[data-v-f1c2ef2a]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]:placeholder-shown{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-input[data-v-f1c2ef2a]:focus{color:var(--bg-light);opacity:1}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-f1c2ef2a]{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-f1c2ef2a]{border-radius:12px;height:44px}}.express-brand__section .bottom__container .bottom__form .bottom__form-btn[data-v-f1c2ef2a]:hover{background:transparent;color:var(--taxi)}.page .page__content .page__form .form__form[data-v-2cbba19b]{align-items:center;display:flex;flex-direction:column;justify-content:center}.page .page__content .page__form .form__form .form__steps[data-v-2cbba19b]{margin-bottom:20px;position:relative;width:100%}.page .page__content .page__form .form__form .form__steps-list[data-v-2cbba19b]{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-2cbba19b]{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-2cbba19b]{background:var(--main-color);border-radius:4px;transition:.3s}.page .page__content .page__form .form__form .form__steps-item--active .form__steps-item__text[data-v-2cbba19b]{color:var(--main-black);transition:.3s}.page .page__content .page__form .form__form .form__steps-item__number[data-v-2cbba19b]{align-items:center;background:#dbdbdb;border-radius:4px;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-2cbba19b]{font-size:16px}}.page .page__content .page__form .form__form .form__steps-item__text[data-v-2cbba19b]{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-2cbba19b]{background-color:#dbdbdb;border-radius:4px;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-2cbba19b]{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-2cbba19b]{height:100%;width:100%}.page .page__content .page__form .form__form .form__content .form__content-item[data-v-2cbba19b]{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-2cbba19b]{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-2cbba19b]{background:var(--red-b);border:3px solid var(--red-b);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-2cbba19b]:hover{opacity:.7;transition:.3s}.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input[data-v-2cbba19b]{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-2cbba19b]{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-2cbba19b]{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-2cbba19b]{animation:shake-2cbba19b .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-2cbba19b]{animation:pulse-2cbba19b .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-2cbba19b]{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-2cbba19b]: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-2cbba19b]: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-2cbba19b]{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-2cbba19b]{align-items:center;background:#ff6b6b1a;border-radius:4px;color:#ff6b6b;display:flex;font-size:12px;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-2cbba19b]{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-2cbba19b]{padding:4px}.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-2cbba19b],.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-2cbba19b],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning.icon-only i[data-v-2cbba19b]{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-2cbba19b]{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-regular[data-v-2cbba19b],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning .fa-solid[data-v-2cbba19b],.page .page__content .page__form .form__form .form__content .form__content-item .form__form-block .base-input .paste-warning i[data-v-2cbba19b]{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-2cbba19b]{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-2cbba19b],.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-2cbba19b]{padding-right:120px}.page .page__content .page__form .form__form .form__content .form__content-item .item__controls[data-v-2cbba19b]{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-2cbba19b]{align-items:center;background:var(--red-b);border-radius:4px;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-2cbba19b]{align-items:center;border-radius:4px;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-2cbba19b]:hover{opacity:.7;transition:.3s}.car__choice .car-select .car-select__wrapper .car-select__title[data-v-2cbba19b]{background:var(--red-b);border-radius:4px;color:#fff;padding:15px 20px;text-align:center}.car__choice .car-select .car-select__wrapper .car-select__image img[data-v-2cbba19b]{filter:grayscale(100%);height:100%;width:100%}.car__choice .car-show .car-show__wrapper[data-v-2cbba19b]{border:var(--border);border-radius:4px;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-2cbba19b]{grid-template-columns:1fr}}.car__choice .car-show .car-show__wrapper .car-show__content[data-v-2cbba19b]{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-2cbba19b]{padding:0 10px 10px}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__title[data-v-2cbba19b]{font-size:18px;font-weight:600}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price[data-v-2cbba19b]{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-2cbba19b]{gap:5px}}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .block[data-v-2cbba19b]{display:flex;flex-direction:column}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .old[data-v-2cbba19b]{color:var(--grey);text-decoration:line-through}.car__choice .car-show .car-show__wrapper .car-show__content .car-show__price .current[data-v-2cbba19b]{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-2cbba19b]{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-2cbba19b]{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-2cbba19b]{padding:15px}}.car__choice .car-show .car-show__wrapper .car-show__image img[data-v-2cbba19b]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.car__choice .car-show .car-show__select[data-v-2cbba19b]{align-items:center;border:var(--border);border-radius:4px;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-2cbba19b]:hover{opacity:.7;transition:.3s}.form__steps-title[data-v-2cbba19b]{align-items:center;display:flex;justify-content:center;margin-bottom:20px}@keyframes shake-2cbba19b{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-3px)}20%,40%,60%,80%{transform:translate(3px)}}@keyframes pulse-2cbba19b{0%{transform:scale(1)}50%{transform:scale(1.01)}to{transform:scale(1)}}@keyframes icon-bounce-2cbba19b{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.base-input .paste-warning.show.icon-only i[data-v-2cbba19b]{animation:icon-bounce-2cbba19b .3s ease}@media (max-width:768px){.form__form-block .base-input .paste-warning .warning-text[data-v-2cbba19b]{display:none}.form__form-block .base-input .paste-warning.has-text[data-v-2cbba19b]{padding:4px}.form__form-block .base-input .paste-warning.has-text .warning-text[data-v-2cbba19b]{display:inline;font-size:10px}.form__form-block .base-input .paste-warning.show[data-v-2cbba19b]{padding:4px}.form__form-block .base-input .form-input.paste-blocked[data-v-2cbba19b]{padding-right:40px!important}}.fade-enter-active[data-v-2cbba19b],.fade-leave-active[data-v-2cbba19b]{transition:opacity .3s ease}.fade-enter-from[data-v-2cbba19b],.fade-leave-to[data-v-2cbba19b]{opacity:0;transform:translateY(-50%) translate(10px)}.fade-enter-from.icon-only[data-v-2cbba19b]{transform:translateY(-50%) scale(.8)}.taxi__section .taxi__section-content[data-v-e2bb1d07]{align-items:center;background:url(/images/taxi__bg.webp) no-repeat 100% 100%;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-e2bb1d07]{grid-template-columns:1fr 250px;padding:60px}}@media screen and (max-width:767px){.taxi__section .taxi__section-content[data-v-e2bb1d07]{grid-template-columns:1fr;margin:0 auto;padding:0}}@media screen and (max-width:540px){.taxi__section .taxi__section-content[data-v-e2bb1d07]{padding:0}}.taxi__section .taxi__section-content .taxi__form[data-v-e2bb1d07]{align-items:center;background:#fff;border-radius:var(--border-small-radius);display:flex;justify-content:center;max-width:500px;opacity:.9;padding:20px}.taxi__section .taxi__section-content .taxi__text[data-v-e2bb1d07]{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-e2bb1d07]{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-e2bb1d07]{color:#fff;font-size:28px;line-height:42px;max-width:700px}.taxi__section .taxi__section-content .taxi__text .content__main-title span[data-v-e2bb1d07]{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-e2bb1d07]{display:none}}@media screen and (max-width:425px){.taxi__section .taxi__section-content .taxi__text .content__main-title[data-v-e2bb1d07]{font-size:24px;line-height:30px}}.taxi__section .taxi__section-content .taxi__text .content__main-link[data-v-e2bb1d07]{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-e2bb1d07]{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-e2bb1d07]{height:50px;margin-bottom:20px}}.taxi__section .taxi__section-content .taxi__text .content__main-link[data-v-e2bb1d07]:hover{background:transparent;color:#000}.content__gift[data-v-e2bb1d07]{align-items:center;display:flex;gap:5px;position:absolute;top:350px}@media screen and (max-width:1100px){.content__gift[data-v-e2bb1d07]{top:410px}}@media screen and (max-width:780px){.content__gift[data-v-e2bb1d07]{display:none}}.content__main-p[data-v-e2bb1d07]{color:#fff}.taxi__buttons[data-v-8d85f2e2]{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-8d85f2e2]::-webkit-scrollbar{display:none}.taxi__buttons .tag[data-v-8d85f2e2]{background:#fff;border:1px solid #c4c4c4;border-radius:6px;color:#000;font-size:14px;font-weight:500;padding:6px 10px;white-space:nowrap}.taxi__buttons .tag.disabled[data-v-8d85f2e2]{border-color:#ddd;color:#aaa}.model[data-v-8d85f2e2]{background:#fff;border:1px solid #9f9f9f;border-radius:4px;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-8d85f2e2]{gap:10px;padding:10px}}.model[data-v-8d85f2e2]:hover{background:#fff;box-shadow:var(--box-shadow);transition:.3s}.model .modeld__garantee[data-v-8d85f2e2]{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-8d85f2e2]{background:transparent;font-size:var(--small-size);font-weight:300;text-align:center}.model .modeld__garantee img[data-v-8d85f2e2]{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.model .model__info[data-v-8d85f2e2]{padding:15px}.model .model__info .model__title[data-v-8d85f2e2]{display:flex;flex-direction:column;line-height:normal}.model .model__info .model__title .name[data-v-8d85f2e2]{font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model .model__info .model__title .configuration[data-v-8d85f2e2]{display:flex;flex-wrap:wrap;gap:5px}.model .model__info .model__params[data-v-8d85f2e2]{margin:10px 0}.model .model__info .model__params .model__params-list[data-v-8d85f2e2]{color:#a7a7a7;display:flex;flex-wrap:wrap;gap:8px}.model .model__info .model__params .model__params-list .model__param[data-v-8d85f2e2]{position:relative}.model .model__info .model__params .model__params-list .model__param[data-v-8d85f2e2]:before{content:"🞄";font-size:14px;margin-right:2px}.model .model__info .model__percent[data-v-8d85f2e2]{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-8d85f2e2]{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-8d85f2e2]:hover{background:transparent;color:var(--main-color);transition:.3s}.model .model__info .model__price[data-v-8d85f2e2]{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.model .model__info .model__price .model__price-month[data-v-8d85f2e2]{font-size:var(--standart-size)}@media screen and (max-width:400px){.model .model__info .model__price .model__price-month[data-v-8d85f2e2]{font-size:14px}}.model .model__info .model__price .model__price-month span[data-v-8d85f2e2]{font-weight:700}.model .model__info .model__price .model__price-current[data-v-8d85f2e2]{font-size:var(--medium-size);font-size:18px;font-weight:700;line-height:normal}.model .model__info .model__price .model__price-old[data-v-8d85f2e2]{color:#b0b0b0;margin-left:10px;text-decoration:line-through}.model .model__controls[data-v-8d85f2e2]{display:grid;flex-direction:column;gap:10px;padding:0 15px 15px;width:100%}.model .model__img-block[data-v-8d85f2e2]{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-8d85f2e2]{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-8d85f2e2]{transform:scaleX(-1)}.model .model__img-block .model__stickers[data-v-8d85f2e2]{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-8d85f2e2]{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-8d85f2e2]{background:#fff;border:2px solid #28a745;border-radius:4px;color:#28a745;display:inline-block;font-weight:600}.model .model__img-block .model__stickers .available span[data-v-8d85f2e2]{font-weight:700}.model .model__img-block .model__stickers .garantee[data-v-8d85f2e2]{background:var(--main-color2);color:#fff}.model .model__img-block .model__stickers .count[data-v-8d85f2e2]{background:var(--yellow);color:var(--main-black);font-size:14px}.model .model__img-block .model__stickers .count span[data-v-8d85f2e2]{color:var(--main-black);font-size:inherit;font-weight:600}.model .model__img-block img[data-v-8d85f2e2]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.current-model[data-v-8d85f2e2],.recent[data-v-8d85f2e2]{display:none}.recent[data-v-8d85f2e2]{background:#fff;border-radius:20px;left:15px;padding:8px 12px;position:absolute;text-align:center;top:15px;z-index:100}.model__text[data-v-8d85f2e2]{display:flex;flex-direction:column;gap:15px;width:100%}.taxi__filter .taxi__menu[data-v-d2b121e4]{align-items:center;display:flex;gap:20px;justify-content:space-between}@media screen and (max-width:767px){.taxi__filter .taxi__menu[data-v-d2b121e4]{gap:10px}}@media screen and (max-width:575px){.taxi__filter .taxi__menu[data-v-d2b121e4]{flex-direction:column}}.taxi__filter .taxi__menu .taxi__menu-item[data-v-d2b121e4]{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-d2b121e4]{height:50px;padding:0 15px}}@media screen and (max-width:767px){.taxi__filter .taxi__menu .taxi__menu-item[data-v-d2b121e4]{height:44px;padding:0 10px}}@media screen and (max-width:575px){.taxi__filter .taxi__menu .taxi__menu-item[data-v-d2b121e4]{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-d2b121e4]{display:none}.taxi__filter .taxi__menu .taxi__menu-item .checkbox__switch[data-v-d2b121e4]{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-d2b121e4]{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-d2b121e4]{right:10px}}.taxi__filter .taxi__menu .taxi__menu-item p[data-v-d2b121e4]{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-d2b121e4]{font-size:14px}}.taxi__filter .taxi__menu .taxi__menu-item.active[data-v-d2b121e4]{background:var(--yellow)}.taxi__filter .taxi__menu .taxi__menu-item.active .checkbox__switch[data-v-d2b121e4]{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-d2b121e4]{border:7px solid var(--main-black)}}@media screen and (max-width:767px){.taxi__filter[data-v-d2b121e4]{margin-top:20px}}.taxi__wrapper[data-v-d2b121e4]{display:flex;flex-direction:column;gap:20px}.taxi__list[data-v-d2b121e4]{align-items:center;display:grid;gap:20px 23px;grid-template-columns:repeat(4,1fr)}@media (max-width:1199px){.taxi__list[data-v-d2b121e4]{gap:15px}}@media (max-width:1220px){.taxi__list[data-v-d2b121e4]{grid-template-columns:repeat(3,1fr)}}@media (max-width:906px){.taxi__list[data-v-d2b121e4]{grid-template-columns:repeat(2,1fr)}}@media (max-width:610px){.taxi__list[data-v-d2b121e4]{grid-template-columns:repeat(1,1fr)}}.banner[data-v-c545d5fb]:before{border-radius:var(--border-radius);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}.callback__section .container[data-v-c545d5fb]{background:transparent;padding:0}.callback__section .banner[data-v-c545d5fb]{background:url(/images/image14.webp) no-repeat 50%;background-size:cover;border-radius:var(--border-radius);margin:0 auto;max-width:1400px;padding:20px;position:relative}@media screen and (max-width:540px){.callback__section .banner[data-v-c545d5fb]{border-bottom:1px solid #fc0;border-radius:0;border-top:1px solid #fc0;padding:0}}.callback__section .white-container[data-v-c545d5fb]{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:1000px){.callback__section .white-container[data-v-c545d5fb]{margin-left:0;max-width:100%;padding:30px}}@media screen and (max-width:540px){.callback__section .white-container[data-v-c545d5fb]{border-radius:0;opacity:.8;padding:20px}}.callback__section .callback__content[data-v-c545d5fb]{background:none;color:var(--main-black);display:flex;flex-direction:column;position:relative;z-index:1}@media screen and (max-width:540px){.callback__section .callback__content[data-v-c545d5fb]{color:var(--bg-light)}}.callback__section .callback__content .callback__title[data-v-c545d5fb]{align-items:center;display:flex;flex-direction:column;margin-bottom:10px;padding-left:0;position:relative}.callback__section .callback__content .callback__title h2[data-v-c545d5fb]{align-items:flex-start;border-left:2px solid #fc0;color:var(--main-black);display:flex;font-size:22px;font-weight:700;justify-content:flex-start;margin-bottom:10px;padding:0 10px;text-align:left}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h2[data-v-c545d5fb]{color:var(--main-black)}}.callback__section .callback__content .callback__title h3[data-v-c545d5fb]{align-items:flex-start;display:flex;font-size:18px;font-weight:400;justify-content:flex-start;margin:0;padding:0 10px;text-align:left;width:100%}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h3[data-v-c545d5fb]{color:var(--main-black)}}.callback__section .callback__mob-img[data-v-c545d5fb]{display:none}@media screen and (max-width:540px){.callback__section .callback__mob-img[data-v-c545d5fb]{background:url(/images/callback__form-bg.webp) no-repeat 80% 50%;background-size:cover;height:260px;margin-left:-20px;margin-right:-20px}}.callback__section .callback__form[data-v-c545d5fb]{display:flex;flex-direction:column;gap:12px}.callback__section .callback__form input[type=tel][data-v-c545d5fb],.callback__section .callback__form input[type=text][data-v-c545d5fb]{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-c545d5fb]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-c545d5fb]::-moz-placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-c545d5fb]::placeholder,.callback__section .callback__form input[type=text][data-v-c545d5fb]::placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-c545d5fb]:focus,.callback__section .callback__form input[type=text][data-v-c545d5fb]:focus{border-color:#fc0;outline:none}@media screen and (max-width:540px){.callback__section .callback__form input[type=tel][data-v-c545d5fb],.callback__section .callback__form input[type=text][data-v-c545d5fb]{background-color:#ffffff26;border-color:var(--bg-light);color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-c545d5fb]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-c545d5fb]::-moz-placeholder{color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-c545d5fb]::placeholder,.callback__section .callback__form input[type=text][data-v-c545d5fb]::placeholder{color:var(--bg-light)}}.callback__section .callback__form .callback__form-btn[data-v-c545d5fb]{background-color:#fc0;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-c545d5fb]:hover{background-color:#d1a700}@media screen and (max-width:540px){.callback__section .callback__form .callback__form-btn[data-v-c545d5fb]{background-color:var(--secondary-color)}}.callback__section .callback__form .form-checkbox[data-v-c545d5fb]{align-items:center;display:flex;font-size:14px;margin-top:6px}.callback__section .callback__form .form-checkbox input[type=checkbox][data-v-c545d5fb]{accent-color:#fc0;margin-right:8px}.callback__section .callback__form .form-checkbox a[data-v-c545d5fb]{color:#fc0;text-decoration:underline}.callback__section .callback__form .form-checkbox a[data-v-c545d5fb]:hover{text-decoration:none}@media screen and (max-width:540px){.callback__section .callback__form .form-checkbox[data-v-c545d5fb],.callback__section .callback__form .form-checkbox a[data-v-c545d5fb]{color:var(--bg-light)}}.banner__title[data-v-c545d5fb]{display:flex;position:absolute}.title[data-v-c545d5fb]{color:#fff;font-size:26px;font-weight:300;line-height:50px}@media screen and (max-width:1250px){.title[data-v-c545d5fb]{font-size:20px}}@media screen and (max-width:1100px){.title[data-v-c545d5fb]{font-size:16px}}@media screen and (max-width:1000px){.title[data-v-c545d5fb]{display:none}}.title-span[data-v-c545d5fb]{display:block;font-size:30px;font-weight:700}@media screen and (max-width:1250px){.title-span[data-v-c545d5fb]{font-size:24px}}@media screen and (max-width:1100px){.title-span[data-v-c545d5fb]{font-size:20px}}@media screen and (max-width:1000px){.title-span[data-v-c545d5fb]{display:none}}.banner__gift[data-v-c545d5fb]{align-items:center;display:flex;gap:10px;position:absolute;top:180px}@media screen and (max-width:1000px){.banner__gift[data-v-c545d5fb]{display:none}}.gift__title[data-v-c545d5fb]{color:#fff}.title[data-v-15d4e422]{font-size:24px;margin:0 auto;max-width:1430px}.cars__buttons[data-v-180b95c6]{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-180b95c6]::-webkit-scrollbar{display:none}.cars__buttons .tag[data-v-180b95c6]{background:#fff;border:1px solid #c4c4c4;border-radius:6px;color:var(--main-color);font-size:11px;font-weight:500;padding:6px 10px;white-space:nowrap}.cars__buttons .tag.disabled[data-v-180b95c6]{border-color:#ddd;color:#aaa}.model[data-v-180b95c6]{background:#fff;border:1px solid #9f9f9f;border-radius:4px;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-180b95c6]{gap:10px;padding:10px}}.model[data-v-180b95c6]:hover{background:#fff;box-shadow:var(--box-shadow);transition:.3s}.model .modeld__garantee[data-v-180b95c6]{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-180b95c6]{background:transparent;font-size:var(--small-size);font-weight:300;text-align:center}.model .modeld__garantee img[data-v-180b95c6]{height:30px;-o-object-fit:contain;object-fit:contain;width:30px}.model .model__info[data-v-180b95c6]{padding:15px}.model .model__info .model__title[data-v-180b95c6]{display:flex;flex-direction:column;line-height:normal}.model .model__info .model__title .name[data-v-180b95c6]{font-weight:700;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model .model__info .model__title .configuration[data-v-180b95c6]{display:flex;flex-wrap:wrap;gap:5px}.model .model__info .model__params[data-v-180b95c6]{margin:10px 0}.model .model__info .model__params .model__params-list[data-v-180b95c6]{color:#a7a7a7;display:flex;flex-wrap:wrap;gap:8px}.model .model__info .model__params .model__params-list .model__param[data-v-180b95c6]{position:relative}.model .model__info .model__params .model__params-list .model__param[data-v-180b95c6]:before{content:"🞄";font-size:14px;margin-right:2px}.model .model__info .model__percent[data-v-180b95c6]{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-180b95c6]{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-180b95c6]:hover{background:transparent;color:var(--main-color);transition:.3s}.model .model__info .model__price[data-v-180b95c6]{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.model .model__info .model__price .model__price-month[data-v-180b95c6]{font-size:var(--standart-size)}@media screen and (max-width:400px){.model .model__info .model__price .model__price-month[data-v-180b95c6]{font-size:14px}}.model .model__info .model__price .model__price-month span[data-v-180b95c6]{color:var(--main-color);font-weight:700}.model .model__info .model__price .model__price-current[data-v-180b95c6]{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-180b95c6]{color:#b0b0b0;margin-left:0;text-decoration:line-through}.model .model__controls[data-v-180b95c6]{display:grid;flex-direction:column;gap:10px;padding:0 15px 15px;width:100%}.model .model__img-block[data-v-180b95c6]{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-180b95c6]{display:block;height:150px;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%}.model .model__img-block .model__stickers[data-v-180b95c6]{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-180b95c6]{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-180b95c6]{background:#fff;border:2px solid #28a745;border-radius:4px;color:#28a745;display:inline-block;font-weight:600}.model .model__img-block .model__stickers .available span[data-v-180b95c6]{font-weight:700}.model .model__img-block .model__stickers .garantee[data-v-180b95c6]{background:var(--main-color2);color:#fff}.model .model__img-block img[data-v-180b95c6]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.current-model[data-v-180b95c6],.recent[data-v-180b95c6]{display:none}.recent[data-v-180b95c6]{background:#fff;border-radius:20px;left:15px;padding:8px 12px;position:absolute;text-align:center;top:15px;z-index:100}.model__text[data-v-180b95c6]{display:flex;flex-direction:column;gap:15px;width:100%}.china__banner .container[data-v-c8fae509]{height:100%}@media screen and (max-width:767px){.china__banner .container[data-v-c8fae509]{padding:0;width:100%}}.china__banner .container .china__banner-content[data-v-c8fae509]{background:url(/images/china__bg.webp) no-repeat 25% 50%;background-size:cover;border-radius:var(--border-radius);color:var(--bg-light);display:flex;flex-direction:column;gap:10px;height:300px;overflow:hidden;padding:100px;position:relative}@media screen and (max-width:1023px){.china__banner .container .china__banner-content[data-v-c8fae509]{background:url(/images/china__bg.webp) no-repeat 0 50%;background-size:cover;height:250px;padding:80px}}@media screen and (max-width:767px){.china__banner .container .china__banner-content[data-v-c8fae509]{border-radius:0;height:200px;padding:50px}}@media screen and (max-width:425px){.china__banner .container .china__banner-content[data-v-c8fae509]{background:url(/images/china__bg.webp) no-repeat 40% 50%;background-size:cover;border-radius:0;gap:15px;height:200px;padding:30px;width:100%}}.china__banner .container .china__banner-content[data-v-c8fae509] *{background:transparent}.china__banner .container .china__banner-content .content__main-price[data-v-c8fae509],.china__banner .container .china__banner-content .content__main-text[data-v-c8fae509]{font-size:24px;font-weight:600;line-height:32px}@media screen and (max-width:425px){.china__banner .container .china__banner-content .content__main-price[data-v-c8fae509],.china__banner .container .china__banner-content .content__main-text[data-v-c8fae509]{font-size:20px;line-height:24px}}.china__banner .container .china__banner-content .content__main-title[data-v-c8fae509]{font-size:40px;line-height:48px;text-transform:uppercase}@media screen and (max-width:767px){.china__banner .container .china__banner-content .content__main-title[data-v-c8fae509]{font-size:32px;line-height:36px}}@media screen and (max-width:425px){.china__banner .container .china__banner-content .content__main-title[data-v-c8fae509]{font-size:24px;line-height:30px}}.china__banner .container .china__banner-content .content__main-title span[data-v-c8fae509]{text-transform:none}.china__banner .container .china__banner-content .content__main-link[data-v-c8fae509]{align-items:center;background:var(--secondary-color);border:1px solid var(--secondary-color);border-radius:7px;display:flex;font-size:18px;font-weight:500;justify-content:center;line-height:20px;margin-top:30px;padding:20px 55px;transition:all .3s ease;width:-moz-fit-content;width:fit-content}@media screen and (max-width:767px){.china__banner .container .china__banner-content .content__main-link[data-v-c8fae509]{height:56px;margin-bottom:30px;margin-top:auto}}@media screen and (max-width:425px){.china__banner .container .china__banner-content .content__main-link[data-v-c8fae509]{height:50px;margin-bottom:20px}}.china__banner .container .china__banner-content .content__main-link[data-v-c8fae509]:hover{background:transparent;color:#fff}.china__banner .container .china__banner-content[data-v-c8fae509]: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__banner .container .china__banner-content[data-v-c8fae509]>*{position:relative;z-index:2}.china__wrapper[data-v-707bdd99]{display:flex;flex-direction:column;gap:20px}.china__list[data-v-707bdd99]{align-items:center;display:grid;gap:20px 23px;grid-template-columns:repeat(4,1fr)}@media (max-width:1199px){.china__list[data-v-707bdd99]{gap:15px}}@media (max-width:1220px){.china__list[data-v-707bdd99]{grid-template-columns:repeat(3,1fr)}}@media (max-width:905px){.china__list[data-v-707bdd99]{grid-template-columns:repeat(2,1fr)}}@media (max-width:610px){.china__list[data-v-707bdd99]{grid-template-columns:repeat(1,1fr)}}.title[data-v-cd6c5626]{font-size:24px;margin:0 auto;max-width:1430px;padding:30px 15px}.contact__form-form[data-v-88ba076f]{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-88ba076f]{display:flex;flex-direction:column}}.contact__form-form .contact__form-submit[data-v-88ba076f]{background:var(--main-color);border-radius:4px;color:#000;font-weight:700;padding:15px}[data-v-88ba076f] .form-input{border:1px solid #ccc!important;color:#000!important}[data-v-88ba076f] .form-input::-moz-placeholder{color:#000!important;opacity:.8!important}[data-v-88ba076f] .form-input::placeholder{color:#000!important;opacity:.8!important}.column[data-v-88ba076f]{gap:15px;grid-template-columns:1fr}.base-form.express__form[data-v-88ba076f]{align-items:start;display:flex;gap:10px}@media screen and (max-width:1000px){.base-form.express__form[data-v-88ba076f]{flex-direction:column}}.base-form.brand__form[data-v-88ba076f]{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(--red-b);border-color:var(--red-b);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}.brand__section[data-v-5b738190]{margin-top:15px}.brand__section .brand__content[data-v-5b738190]{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-5b738190]{padding:20px}}@media screen and (max-width:768px){.brand__section .brand__content[data-v-5b738190]{align-items:center;gap:15px;padding:10px 0}}@media screen and (max-width:500px){.brand__section .brand__content[data-v-5b738190]{align-items:center;gap:15px;padding:0}}.brand__section .brand__content[data-v-5b738190]: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-5b738190]:before{display:none}}.brand__section .brand__content[data-v-5b738190]>*{position:relative;z-index:2}.brand__section .brand__content .brand__img[data-v-5b738190]{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-5b738190]{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-5b738190]{display:none}}.brand__section .brand__content .brand__img .brand__img-h3[data-v-5b738190]{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-5b738190]{display:none}}.brand__section .brand__content .brand__img img[data-v-5b738190]{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-5b738190]{min-height:200px}.brand__section .brand__content .brand__benefints[data-v-5b738190]{display:none}}.brand__section .brand__content .brand__form-wrapper[data-v-5b738190]{background:#fff;border-radius:4px;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-5b738190]{padding:10px 25px;width:100%}}.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]{font-size:20px;font-weight:700;line-height:30px;position:relative}@media screen and (max-width:1199px){.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]{font-size:18px}}@media screen and (max-width:1023px){.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]{font-size:18px;line-height:30px}}@media screen and (max-width:767px){.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]{margin:0 auto;max-width:265px;text-align:center}}@media screen and (max-width:425px){.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]{font-weight:600;line-height:24px}}.brand__section .brand__content .brand__form-wrapper .brand__name span[data-v-5b738190]{font-weight:600}@media screen and (max-width:767px){.brand__section .brand__content .brand__form-wrapper .brand__name span[data-v-5b738190]{text-transform:none}}@media screen and (max-width:425px){.brand__section .brand__content .brand__form-wrapper .brand__name span[data-v-5b738190]{font-size:16px}}.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]:before{background:var(--bg-light);content:"";height:4px;left:-265px;position:absolute;top:calc(50% - 2px);width:250px}@media screen and (max-width:1600px){.brand__section .brand__content .brand__form-wrapper .brand__name[data-v-5b738190]:before{content:none}}.express__form[data-v-5b738190]{align-items:self-start;display:flex;flex-direction:row}@media screen and (max-width:1000px){.express__form[data-v-5b738190]{flex-direction:column}}.models__wrapper[data-v-e6c7f2a1]{display:flex;flex-direction:column;gap:20px}.models__list[data-v-e6c7f2a1]{align-items:center;display:grid;gap:20px 23px;grid-template-columns:repeat(4,1fr)}@media (max-width:1199px){.models__list[data-v-e6c7f2a1]{gap:15px}}@media (max-width:1220px){.models__list[data-v-e6c7f2a1]{grid-template-columns:repeat(3,1fr)}}@media (max-width:905px){.models__list[data-v-e6c7f2a1]{grid-template-columns:repeat(2,1fr)}}@media (max-width:610px){.models__list[data-v-e6c7f2a1]{grid-template-columns:repeat(1,1fr)}}.banner[data-v-c3a7d0d2]:before{background-color:#5a5a5a59;border-radius:var(--border-radius);content:"";top:0;right:0;bottom:0;left:0;position:absolute;z-index:0}.callback__section .container[data-v-c3a7d0d2]{background:transparent;padding:0}.callback__section .banner[data-v-c3a7d0d2]{background:url(/images/banner33.webp) no-repeat 0 0;background-size:150%;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-c3a7d0d2]{background-size:220%}}@media screen and (max-width:740px){.callback__section .banner[data-v-c3a7d0d2]{background-size:300%;background:url(/images/banner33.webp) no-repeat 15% 5%}}@media screen and (max-width:540px){.callback__section .banner[data-v-c3a7d0d2]{background-size:450%;padding:0}}.callback__section .white-container[data-v-c3a7d0d2]{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-c3a7d0d2]{margin-left:0;max-width:100%;padding:30px}}@media screen and (max-width:540px){.callback__section .white-container[data-v-c3a7d0d2]{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-c3a7d0d2]{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-c3a7d0d2]{color:var(--bg-light)}}.callback__section .callback__content .callback__title[data-v-c3a7d0d2]{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-c3a7d0d2]:before{background-color:#417be8;border-radius:2px;bottom:4px;content:"";left:0;position:absolute;top:4px;width:4px}.callback__section .callback__content .callback__title h2[data-v-c3a7d0d2]{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-c3a7d0d2]{color:var(--main-black)}}.callback__section .callback__content .callback__title h3[data-v-c3a7d0d2]{font-size:18px;font-weight:400}@media screen and (max-width:540px){.callback__section .callback__content .callback__title h3[data-v-c3a7d0d2]{color:var(--main-black)}}.callback__section .callback__mob-img[data-v-c3a7d0d2]{display:none}@media screen and (max-width:540px){.callback__section .callback__mob-img[data-v-c3a7d0d2]{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-c3a7d0d2]{display:flex;flex-direction:column;gap:12px;z-index:999999}.callback__section .callback__form input[type=tel][data-v-c3a7d0d2],.callback__section .callback__form input[type=text][data-v-c3a7d0d2]{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-c3a7d0d2]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-c3a7d0d2]::-moz-placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-c3a7d0d2]::placeholder,.callback__section .callback__form input[type=text][data-v-c3a7d0d2]::placeholder{color:#aaa}.callback__section .callback__form input[type=tel][data-v-c3a7d0d2]:focus,.callback__section .callback__form input[type=text][data-v-c3a7d0d2]:focus{border-color:#e2001a;outline:none}@media screen and (max-width:540px){.callback__section .callback__form input[type=tel][data-v-c3a7d0d2],.callback__section .callback__form input[type=text][data-v-c3a7d0d2]{background-color:#ffffff26;border-color:var(--bg-light);color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-c3a7d0d2]::-moz-placeholder,.callback__section .callback__form input[type=text][data-v-c3a7d0d2]::-moz-placeholder{color:var(--bg-light)}.callback__section .callback__form input[type=tel][data-v-c3a7d0d2]::placeholder,.callback__section .callback__form input[type=text][data-v-c3a7d0d2]::placeholder{color:var(--bg-light)}}.callback__section .callback__form .callback__form-btn[data-v-c3a7d0d2]{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-c3a7d0d2]:hover{background-color:#b80016}@media screen and (max-width:540px){.callback__section .callback__form .callback__form-btn[data-v-c3a7d0d2]{background-color:var(--secondary-color)}}.callback__section .callback__form .form-checkbox[data-v-c3a7d0d2]{align-items:center;display:flex;font-size:14px;margin-top:6px}.callback__section .callback__form .form-checkbox input[type=checkbox][data-v-c3a7d0d2]{accent-color:#e2001a;margin-right:8px}.callback__section .callback__form .form-checkbox a[data-v-c3a7d0d2]{color:#e2001a;text-decoration:underline}.callback__section .callback__form .form-checkbox a[data-v-c3a7d0d2]:hover{text-decoration:none}@media screen and (max-width:540px){.callback__section .callback__form .form-checkbox[data-v-c3a7d0d2],.callback__section .callback__form .form-checkbox a[data-v-c3a7d0d2]{color:var(--bg-light)}}.section__header[data-v-1544a3dd]{margin-top:10px}.model-credit__form[data-v-40c4f68d]{display:grid;gap:10px;grid-template-columns:1fr}.model-credit__form .form__block[data-v-40c4f68d]{display:flex;flex-direction:column;gap:0}.model-credit__form .form__block.range[data-v-40c4f68d]{gap:15px}.model-credit__form .form__block.row[data-v-40c4f68d]{flex-direction:row;flex-wrap:wrap}.model-credit__form .form__form-content[data-v-40c4f68d]{display:flex;flex-direction:column;gap:10px}.model-credit__form .form__form-item[data-v-40c4f68d]{background:#fff;display:flex;gap:10px;padding:10px 15px}.model-credit__form .form__form-item .money[data-v-40c4f68d]{color:var(--main-color);font-weight:700;margin-left:auto}@media screen and (max-width:768px){.model-credit__form .form__form-item[data-v-40c4f68d]{flex-direction:column;gap:5px}.model-credit__form .form__form-item .money[data-v-40c4f68d]{margin-left:0}}.model-credit__form .form__complection-item[data-v-40c4f68d]{border:1px solid var(--secondary-color);border-radius:4px;padding:10px;width:-moz-fit-content;width:fit-content}.model-credit__form .form__complection-select[data-v-40c4f68d]{background:#fff;padding:15px 0}.model-credit__form .form__complection-select .form__complection-list[data-v-40c4f68d]{align-items:center;display:grid;gap:5px;grid-template-columns:repeat(2,1fr);margin-top:5px;width:100%}.model-credit__form .form__complection-select .form__complection-list .form__complection-item[data-v-40c4f68d]{align-items:center;border:1px solid #9f9f9f;border-radius:4px;color:#9f9f9f;cursor:pointer;display:flex;gap:15px;padding:5px 10px;width:100%}.model-credit__form .form__complection-select .form__complection-list .form__complection-item.active[data-v-40c4f68d]{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-40c4f68d]{gap:5px;padding:5px 10px}.model-credit__form .form__complection-select .form__complection-list .form__complection-item span[data-v-40c4f68d]{font-size:14px}}.form__complection-item.active[data-v-40c4f68d]{color:var(--main-color)}.model-card__mod-choice[data-v-40c4f68d]{display:flex;flex-direction:column;gap:5px}.model-card__mod-choice .model-card__mod-select[data-v-40c4f68d]{flex-grow:1;position:relative}.model-card__mod-choice .model-card__mod-select .filter__body-select-reset[data-v-40c4f68d]{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-regular[data-v-40c4f68d],.model-card__mod-choice .model-card__mod-select .filter__body-select-reset .fa-solid[data-v-40c4f68d],.model-card__mod-choice .model-card__mod-select .filter__body-select-reset i[data-v-40c4f68d]{height:100%}.model-card__mod-choice .model-card__mod-select .filter__body-select-reset[disabled][data-v-40c4f68d]{display:none}.model-card__mod-choice .model-card__mod-select[data-v-40c4f68d]:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") 50%/11px no-repeat var(--main-black);border-radius:100%;content:"";height:21px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:21px}@media screen and (max-width:500px){.model-card__mod-choice .model-card__mod-select[data-v-40c4f68d]{grid-column-start:1}}.model-card__mod-choice .model-card__mod-select select[data-v-40c4f68d]{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-40c4f68d]{padding:5px}.model-card__mod-choice .model-card__mod-select select.active[data-v-40c4f68d]{font-weight:700}.model-card__mod-choice .model-card__mod-subtitle[data-v-40c4f68d]{margin-bottom:10px}.base-input[data-v-40c4f68d]{height:50px;position:relative}.base-input .paste-indicator[data-v-40c4f68d]{align-items:center;display:flex;font-size:12px;gap:5px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .3s}.base-input .paste-indicator.show[data-v-40c4f68d]{opacity:1}.base-input .paste-indicator .indicator-text[data-v-40c4f68d]{white-space:nowrap}.base-input .alert[data-v-40c4f68d]{font-size:14px;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.base-input .form-input.paste-blocked[data-v-40c4f68d]{animation:shake-40c4f68d .5s}.base-input .form-input.shortcut-blocked[data-v-40c4f68d]{animation:pulse-40c4f68d .3s ease}.base-input .form-input.is-invalid[data-v-40c4f68d]{background-color:#ff44440d!important}.base-input .form-input.is-invalid[data-v-40c4f68d]:focus{box-shadow:0 0 0 3px #f443!important}@keyframes shake-40c4f68d{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}@keyframes pulse-40c4f68d{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.model-finance[data-v-1fb6f0ce]{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-1fb6f0ce]{padding:15px 0}}.model-finance .model-finance__wrapper[data-v-1fb6f0ce]{display:grid;gap:40px;grid-template-columns:1fr 1fr}.model-finance .model-finance__wrapper .model-finance__body[data-v-1fb6f0ce]{border:1px solid var(--main-color);border-radius:4px;margin-right:10px;padding:30px}@media screen and (max-width:768px){.model-finance .model-finance__wrapper .model-finance__body[data-v-1fb6f0ce]{margin-left:0;padding:30px}}@media screen and (max-width:540px){.model-finance .model-finance__wrapper .model-finance__body[data-v-1fb6f0ce]{padding:25px 15px;width:100%}}@media screen and (max-width:340px){.model-finance .model-finance__wrapper .model-finance__body[data-v-1fb6f0ce]{border:none!important;padding:25px 0;width:100%}}.model-finance .model-finance__wrapper .model-finance__body .model-finance__title[data-v-1fb6f0ce]{font-size:20px;font-weight:600;line-height:normal;margin-bottom:25px}.model-finance .model-finance__wrapper .model-finance__header[data-v-1fb6f0ce]{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-1fb6f0ce]{align-items:center;background:#9f9f9f;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;margin-bottom:5px;padding:15px 20px;width:100%}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head.static-head[data-v-1fb6f0ce]{cursor:default;font-size:16px;font-weight:700}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head.static-head .icon[data-v-1fb6f0ce]{display:none}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head .icon[data-v-1fb6f0ce]{background:#fff;border-radius:100%;box-shadow:var(--box-shadow);color:#000;height:30px;padding:10px;position:relative;width:30px}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head .icon .fa-regular[data-v-1fb6f0ce],.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head .icon .fa-solid[data-v-1fb6f0ce],.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-head .icon i[data-v-1fb6f0ce]{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.model-finance .model-finance__wrapper .model-finance__header .model-finance__section .model-finance__section-content[data-v-1fb6f0ce]{animation:fadeIn-1fb6f0ce .3s ease-in-out;padding:0 20px 10px}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car[data-v-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{display:none;flex-direction:column;margin:10px 0}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car img[data-v-1fb6f0ce]{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-1fb6f0ce]{display:flex;flex-direction:column;gap:20px}@media screen and (max-width:1420px){.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col[data-v-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{flex-direction:column;margin:10px 0}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row[data-v-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{width:auto}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row img[data-v-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{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-1fb6f0ce]{font-size:15px}}.model-finance .model-finance__wrapper .model-finance__header .model-finance__car .view__col .view__row p span[data-v-1fb6f0ce]{font-size:14px;font-weight:500;text-transform:uppercase}@media screen and (max-width:1178px){.model-finance .model-finance__wrapper[data-v-1fb6f0ce]{gap:15px;grid-template-columns:1fr}}.model-finance__info p[data-v-1fb6f0ce]{padding:10px 0}.model-finance__info .main__span[data-v-1fb6f0ce]{color:var(--main-color);font-weight:600}.model-finance__info .bold[data-v-1fb6f0ce]{font-weight:600}@keyframes fadeIn-1fb6f0ce{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.carousel__custom-thumbnails[data-v-a7944c74]{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-a7944c74]{display:none}}.carousel__custom-thumbnails .thumb-btn[data-v-a7944c74]{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-a7944c74]{display:flex;flex-grow:1;gap:10px;justify-content:flex-start}.carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item[data-v-a7944c74]{border-radius:6px;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-a7944c74]{border-radius:6px;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.carousel__custom-thumbnails .carousel__custom-thumbnails-list .carousel__item.active[data-v-a7944c74]{opacity:1}[data-v-a7944c74] .slide{height:400px}.slider-wrapper[data-v-a7944c74]{align-items:center;display:flex;position:relative}.slider-wrapper .nav-btn[data-v-a7944c74]{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-a7944c74]:hover{background:#000000b3}.slider-wrapper .nav-btn.prev[data-v-a7944c74]{left:10px}.slider-wrapper .nav-btn.next[data-v-a7944c74]{right:10px}[data-v-a7944c74] .carousel__pagination{display:none;position:relative;top:95px}.special__slider[data-v-a7944c74]{display:flex;flex-direction:column;gap:10px;max-width:95vw}@media screen and (max-width:1150px){.special__slider[data-v-a7944c74]{display:block}}.special__slider .carousel__custom-thumbnails[data-v-a7944c74]{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-a7944c74]{display:none}}.special__slider .carousel__custom-thumbnails .thumb-btn[data-v-a7944c74]{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-a7944c74]{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-a7944c74]{aspect-ratio:1/1;border-radius:6px;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-a7944c74]{border-radius:6px;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-a7944c74]{opacity:1}.main-image[data-v-a7944c74]{aspect-ratio:16/9;border-radius:4px;display:block;-o-object-fit:cover;object-fit:cover;width:100%}.pre-hydration[data-v-a7944c74] .carousel__slide--clone{display:none}.price_month[data-v-06ae45d9]{display:flex;flex-direction:column;gap:5px}.price_month span[data-v-06ae45d9]{color:var(--main-color);font-weight:700}.calculator[data-v-06ae45d9]{bottom:158px;left:950px;width:45px}.complectations-block[data-v-06ae45d9]{display:flex;flex-wrap:wrap;gap:5px}@media screen and (max-width:1355px){.complectations-block[data-v-06ae45d9]{display:grid;grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:1120px){.complectations-block[data-v-06ae45d9]{display:flex;flex-wrap:nowrap;justify-content:space-between;width:100%}}@media screen and (max-width:1075px){.complectations-calculator[data-v-06ae45d9]{flex-direction:column;gap:0}}.complectations-calculator__item[data-v-06ae45d9]{align-items:center;border:1px solid var(--main-color);border-radius:20px;display:flex;gap:10px;padding:10px 15px;width:30%}@media screen and (max-width:1355px){.complectations-calculator__item[data-v-06ae45d9]{width:100%}}@media screen and (max-width:1120px){.complectations-calculator__item[data-v-06ae45d9]{max-width:200px}}@media screen and (max-width:900px){.complectations-calculator__item[data-v-06ae45d9]{max-width:165px}}@media screen and (max-width:767px){.complectations-calculator__item[data-v-06ae45d9],.complectations-calculator__total[data-v-06ae45d9]{display:none}}.complectations-calculator__switch[data-v-06ae45d9]{display:flex}.complectations-calculator__text[data-v-06ae45d9]{align-items:center;display:flex;flex-direction:column;justify-content:space-between!important;width:100%}.complectations-calculator__text .text[data-v-06ae45d9]{font-size:14px}.complectations-calculator__text .money[data-v-06ae45d9]{align-items:center;color:var(--main-color);display:flex;font-size:14px}.complectations-calculator__text-max[data-v-06ae45d9]{display:flex;font-weight:700;gap:5px;margin:10px 0}@media screen and (max-width:1355px){.complectations-calculator__text-max[data-v-06ae45d9]{flex-direction:column}}@media screen and (max-width:1120px){.complectations-calculator__text-max[data-v-06ae45d9]{flex-wrap:nowrap}}.complectations-calculator__money[data-v-06ae45d9]{color:var(--main-color);font-weight:700}.car-card__wrapper[data-v-06ae45d9]{margin-right:5px;margin-top:30px}@media screen and (max-width:600px){.car-card__wrapper[data-v-06ae45d9]{margin-right:0;margin-top:0}}[data-v-06ae45d9] .trade span,[data-v-06ae45d9] .credit span{font-size:18px}.car-card[data-v-06ae45d9]{padding-bottom:20px;padding-top:0}.car-card .car-card__body[data-v-06ae45d9]{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-06ae45d9]{display:flex;flex-direction:column}}@media screen and (max-width:768px){.car-card .car-card__body[data-v-06ae45d9]{gap:15px;padding:0}}.car-card .car-card__body .skeleton.image[data-v-06ae45d9]{border-radius:4px;height:350px}.car-card .car-card__body .car-card__body-slider[data-v-06ae45d9]{display:flex;flex-direction:column;gap:20px;justify-content:center;position:relative;top:-14px}@media screen and (max-width:1150px){.car-card .car-card__body .car-card__body-slider[data-v-06ae45d9]{order:-1;overflow:hidden;padding-bottom:10px}}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-img[data-v-06ae45d9]{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-06ae45d9]{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-06ae45d9]{display:none}}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images img[data-v-06ae45d9]{width:150px}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images img[data-v-06ae45d9]:first-child{border-bottom-left-radius:4px}.car-card .car-card__body .car-card__body-slider .car-card__body-slider-images img[data-v-06ae45d9]:last-child{border-bottom-right-radius:4px}.car-card .car-card__body .car-card__body-info[data-v-06ae45d9]{display:flex;flex-direction:column;gap:20px;grid-area:info;margin-left:7px}@media screen and (max-width:540px){.car-card .car-card__body .car-card__body-info[data-v-06ae45d9]{gap:20px;margin-left:0}}.car-card .car-card__body .car-card__body-info .car-card__title[data-v-06ae45d9]{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-06ae45d9]{border:1px solid #d7d7d7;border-radius:4px;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-06ae45d9],.car-card .car-card__body .car-card__body-info .car-card__title h1[data-v-06ae45d9]{font-size:var(--big-size)}}.car-card .car-card__body .car-card__body-info .car-card__tags[data-v-06ae45d9]{display:flex;flex-wrap:wrap;gap:10px}.car-card .car-card__body .car-card__body-info .car-card__tags .car-card__tag[data-v-06ae45d9]{background:#e6f0d8;border:3px solid #e6f0d8;border-radius:4px;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-06ae45d9]:hover{background:transparent;transition:.3s}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__single-param[data-v-06ae45d9]{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-06ae45d9]{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-06ae45d9]{-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-06ae45d9]{-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-06ae45d9]{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-06ae45d9]{align-items:center;display:flex;justify-content:space-between}.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-06ae45d9]{font-weight:700;order:2}.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-06ae45d9]{font-weight:300}.car-card .car-card__body .car-card__body-info .car-card__params .car-card__params-title[data-v-06ae45d9]{font-size:var(--medium-size);font-weight:700;margin-bottom:30px}.car-card .car-card__body .car-card__body-info .card-card__title[data-v-06ae45d9]{font-size:16px;font-weight:700}.car-card .car-card__body .car-card__body-info .car-card__prices[data-v-06ae45d9]{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-06ae45d9]{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-06ae45d9]{align-items:center}}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button[data-v-06ae45d9]{background:#fff;border-radius:4px;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-regular[data-v-06ae45d9],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button .fa-solid[data-v-06ae45d9],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button i[data-v-06ae45d9]{transition:.1s}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active[data-v-06ae45d9]{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-regular[data-v-06ae45d9],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active .fa-solid[data-v-06ae45d9],.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-button.active i[data-v-06ae45d9]{transition:.1s}.car-card .car-card__body .car-card__body-info .car-card__prices .card-card__prices-content[data-v-06ae45d9]{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-06ae45d9]{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-06ae45d9]{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-06ae45d9]{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-06ae45d9]{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-06ae45d9]{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-06ae45d9]{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-06ae45d9]{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-06ae45d9]{color:#5c5c5c}}.car-card .car-card__body .car-card__body-info .car-card__buttons[data-v-06ae45d9]{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-06ae45d9]{grid-template-columns:1fr}}.car-card .car-card__body .car-card__body-sidebar[data-v-06ae45d9]{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-06ae45d9]{display:flex;flex-direction:row}}@media screen and (max-width:768px){.car-card .car-card__body .car-card__body-sidebar[data-v-06ae45d9]{justify-content:center}}.car-card .car-card__body .car-card__body-sidebar .car-card__form[data-v-06ae45d9]{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-06ae45d9]{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-06ae45d9]{background:linear-gradient(90deg,#162235 1.47%,#223953 99.47%,#233a54 0);border-radius:4px;color:#fff;overflow:hidden}.car-card .car-card__body .car-card__body-sidebar .sale img[data-v-06ae45d9]{width:100%}.car-card .car-card__body .car-card__body-sidebar .sale .car-card__form-content[data-v-06ae45d9]{padding:20px}.car-card .car-card__body .car-card__body-sidebar .sale .car-card__form-title[data-v-06ae45d9]{padding-bottom:20px;text-align:center}.car-card__stickers[data-v-06ae45d9]{align-items:center;display:flex;gap:10px;left:20px;margin-top:0!important;top:20px;z-index:2}@media screen and (max-width:1150px){.car-card__stickers[data-v-06ae45d9]{display:flex;flex-direction:row;left:0;position:relative;top:0}}@media screen and (max-width:768px){.car-card__stickers[data-v-06ae45d9]{flex-wrap:nowrap;left:0;margin-bottom:20px;margin-top:0!important;top:10px}}@media screen and (max-width:410px){.car-card__stickers[data-v-06ae45d9]{flex-wrap:wrap}}.car-card__stickers .car-card__credit[data-v-06ae45d9]{align-items:center;background:var(--red-b);border:2px solid var(--red-b);border-radius:4px;color:#fff;display:flex;height:40px;justify-content:center;width:250px}.car-card__stickers .car-card__credit span[data-v-06ae45d9]{font-size:var(--small-size)!important;font-weight:700}@media screen and (max-width:1170px){.car-card__stickers .car-card__credit[data-v-06ae45d9]{min-width:49%;padding:8px}}.car-card__stickers .sticker[data-v-06ae45d9]{align-items:center;border-radius:4px;display:flex;height:40px;justify-content:center;width:250px}@media screen and (max-width:1170px){.car-card__stickers .sticker[data-v-06ae45d9]{min-width:49%}}@media screen and (max-width:768px){.car-card__stickers .sticker[data-v-06ae45d9]{font-weight:700!important;opacity:.85;padding:2px}}.car-card__stickers .discount[data-v-06ae45d9]{background:var(--main-color);border:2px solid var(--main-color);color:#fff;font-size:var(--small-size)!important;font-weight:700}.buttons__show-list[data-v-af780ea5]{display:flex;gap:20px;justify-content:center;margin-bottom:40px;margin-left:0}@media screen and (max-width:767px){.buttons__show-list[data-v-af780ea5]{flex-wrap:wrap;gap:10px;margin-bottom:20px}}@media screen and (max-width:480px){.buttons__show-list[data-v-af780ea5]{flex-direction:column;gap:10px}}.buttons__show-list .title__show-list[data-v-af780ea5]{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:center;line-height:22px;width:49%}@media screen and (max-width:767px){.buttons__show-list .title__show-list[data-v-af780ea5]{border:1px solid #7f7f7f;font-size:16px;line-height:18px;width:48%}}@media screen and (max-width:480px){.buttons__show-list .title__show-list[data-v-af780ea5]{align-items:center;display:flex;justify-content:center;width:100%}}.buttons__show-list .title__show-list.active[data-v-af780ea5]{border:2px solid var(--main-color);color:var(--main-color)}@media screen and (max-width:767px){.buttons__show-list .title__show-list.active[data-v-af780ea5]{border:1px solid var(--main-color)}}.options-container[data-v-af780ea5]{display:block}.options-container .options-columns[data-v-af780ea5]{align-items:flex-start;display:flex;gap:30px}@media screen and (max-width:768px){.options-container .options-columns[data-v-af780ea5]{flex-direction:column;gap:20px}}.options-container .options-column[data-v-af780ea5]{display:flex;flex:1;flex-direction:column;gap:20px;width:100%}.options-container .option-block[data-v-af780ea5]{background:#fff;border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;padding:20px;width:100%}.options-container .option-title[data-v-af780ea5]{border-bottom:1px solid #e5e5e5;color:var(--main-color);font-size:18px;font-weight:500;margin:0 0 15px;padding-bottom:10px}.options-container .option-list[data-v-af780ea5]{-moz-columns:1;column-count:1;margin:0;padding:0}.options-container .option-list[data-v-af780ea5] li{line-height:20px;margin-bottom:8px;position:relative;-moz-column-break-inside:avoid;break-inside:avoid;page-break-inside:avoid}.options-container .option-list[data-v-af780ea5] li:before{background-color:var(--main-color2);content:"";display:inline-block;height:8px;margin-right:10px;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160'/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M464 256a208 208 0 1 0-416 0 208 208 0 1 0 416 0M0 256a256 256 0 1 1 512 0 256 256 0 1 1-512 0m256-80a80 80 0 1 1 0 160 80 80 0 1 1 0-160'/%3E%3C/svg%3E") center/contain no-repeat;width:8px}.accordion[data-v-af780ea5]{display:block}.accordion .tech__content[data-v-af780ea5]{display:flex;gap:20px;justify-content:space-between;padding-bottom:10px}@media screen and (max-width:1023px){.accordion .tech__content[data-v-af780ea5]{align-items:center;flex-direction:column}}@media screen and (max-width:580px){.accordion .tech__content[data-v-af780ea5]{border-bottom:0;padding-bottom:20px}}.accordion .tech__content .tech__content-img[data-v-af780ea5]{height:256px;min-width:274px;position:relative;width:274px}.accordion .tech__content .tech__content-img p[data-v-af780ea5]{bottom:-12px;height:-moz-max-content;height:max-content;left:125px;position:absolute}.accordion .tech__content .tech__content-img p[data-v-af780ea5]:nth-child(3){bottom:40px;left:-15px;transform:rotate(180deg);writing-mode:vertical-lr}.accordion .tech__content .tech__content-img p[data-v-af780ea5]:nth-child(4){left:-15px;top:40px;transform:rotate(180deg);writing-mode:vertical-lr}.accordion .tech__content .tech__content-img img[data-v-af780ea5]{height:100%;width:100%}.accordion .tech__content .accordion__list-tech[data-v-af780ea5]{display:grid;gap:5px 40px;grid-template-columns:1fr 1fr}@media screen and (max-width:580px){.accordion .tech__content .accordion__list-tech[data-v-af780ea5]{grid-template-columns:1fr;width:100%}}.accordion .tech__content .accordion__list-tech li[data-v-af780ea5]{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){.accordion .tech__content .accordion__list-tech li[data-v-af780ea5]{margin-left:0;min-width:auto}}.accordion .tech__content .accordion__list-tech li span[data-v-af780ea5]:last-child{font-weight:700;text-align:right}.hide[data-v-af780ea5]{display:none}.complectations-calculator[data-v-820f4162]{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-820f4162]{gap:15px}}@media screen and (max-width:1000px){.complectations-calculator[data-v-820f4162]{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.complectations-calculator[data-v-820f4162]{display:grid;gap:5px;grid-template-columns:1fr 1fr}}.complectations-calculator .complectations-calculator__item[data-v-820f4162]{align-items:center;border:1px solid #e5e5e5;border-radius:4px;display:flex;gap:15px;height:100%;padding:10px 20px;transition:.3s}@media screen and (max-width:540px){.complectations-calculator .complectations-calculator__item[data-v-820f4162]{padding:10px}}.complectations-calculator .complectations-calculator__item .complectations-calculator__text[data-v-820f4162]{display:flex;flex-direction:column;gap:5px}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .money[data-v-820f4162]{color:var(--dark-grey);font-size:var(--large-size);font-weight:500}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-820f4162]{color:var(--dark-grey)}@media screen and (max-width:768px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-820f4162]{font-size:var(--standart-size)}}.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-820f4162]{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-820f4162]{font-weight:300}@media screen and (max-width:768px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-820f4162]{font-size:var(--large-size)}}@media screen and (max-width:540px){.complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-820f4162]{font-size:var(--medium-size)}}.complectations-calculator .complectations-calculator__item[data-v-820f4162]:hover{box-shadow:var(--box-shadow);transition:.3s}.complectations-calculator .complectations-calculator__item div[data-v-820f4162]{background:transparent}@media screen and (max-width:1400px){.complectations-calculator .complectations-calculator__item[data-v-820f4162]{align-items:start;display:flex;flex-direction:column}}.complectations-calculator .complectations-calculator__item.active[data-v-820f4162]{border:1px solid var(--main-color)}.complectations-calculator .complectations-calculator__item.active .money[data-v-820f4162]{color:var(--main-color)}.complectations-calculator .complectations-calculator__item.total[data-v-820f4162]{border:none;box-shadow:none;font-size:var(--big-size);justify-content:center}.complectations-calculator .complectations-calculator__item.total .complectations-calculator__text[data-v-820f4162]{display:flex;flex-wrap:wrap;gap:0}.complectations-calculator .complectations-calculator__item.activeTotal[data-v-820f4162]{border:none;color:var(--main-black)}.complectations-calculator .complectations-calculator__item.activeTotal[data-v-820f4162]:hover{box-shadow:none}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text[data-v-820f4162]{display:flex;flex-direction:column;gap:5px}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text .text[data-v-820f4162]{color:var(--main-black)}.complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__money[data-v-820f4162]{color:var(--main-color)}.banner__card[data-v-820f4162]{align-items:center;display:flex;flex-direction:column;gap:10px}.banner__card span[data-v-820f4162]{display:flex;height:50px;text-align:center}@media screen and (max-width:767px){.banner__card span[data-v-820f4162]{font-size:14px;height:30px}}.express__section[data-v-820f4162]{background:url(./banner_form.DptcfRG1.webp) no-repeat 50% 1%;background-size:cover;border-radius:4px;color:var(--bg-light);margin:10px auto;max-width:1400px;width:100%}@media screen and (max-width:540px){.express__section[data-v-820f4162]{background:url(./banner_form.DptcfRG1.webp) no-repeat 31% 100%;background-size:auto}}.express__section .bottom__container[data-v-820f4162]{display:flex;flex-direction:row;gap:30px;height:100%}@media screen and (max-width:1000px){.express__section .bottom__container[data-v-820f4162]{flex-direction:column;gap:0}}.express__section .bottom__container .express__form[data-v-820f4162]{align-items:self-start;display:flex;flex-direction:column}@media screen and (max-width:1000px){.express__section .bottom__container .express__form[data-v-820f4162]{flex-direction:column}}.express__section .bottom__container h2[data-v-820f4162]{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-820f4162]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express__section .bottom__container h2[data-v-820f4162]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express__section .bottom__container h2[data-v-820f4162]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express__section .bottom__container h2[data-v-820f4162]{max-width:250px}}.express__section .bottom__container h2[data-v-820f4162]: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-820f4162]:before{content:none}}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-820f4162]{padding-right:0}}.express__section .bottom__container h2 span[data-v-820f4162]: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-820f4162]:before{right:-42px;top:0}}.express__section .bottom__container .cards[data-v-820f4162]{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-820f4162]{font-size:16px;gap:15px;line-height:30px}}@media screen and (max-width:767px){.express__section .bottom__container .cards[data-v-820f4162]{display:flex;flex-direction:row;margin:0 20px}}@media screen and (max-width:600px){.express__section .bottom__container .cards[data-v-820f4162]{display:grid;grid-template-columns:repeat(2,2fr);margin:0}}@media screen and (max-width:400px){.express__section .bottom__container .cards[data-v-820f4162]{display:grid;grid-template-columns:repeat(2,2fr);margin:0 10px}}.express__section .bottom__container .bottom__form[data-v-820f4162]{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-820f4162]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form[data-v-820f4162]{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-820f4162]{max-width:100%}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]{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-820f4162]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]{background:#000}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]::-moz-placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]::placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]:-moz-placeholder,.express__section .bottom__container .bottom__form .bottom__form-inputt[data-v-820f4162]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]:placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-820f4162]:focus{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-820f4162]{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-820f4162]{border-radius:12px;height:44px}}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-820f4162]:hover{background:transparent;color:var(--taxi)}.banner-img[data-v-820f4162]{height:60px;width:60px}@media screen and (max-width:767px){.banner-img[data-v-820f4162]{height:30px;width:30px}}[data-v-820f4162] .form__check{background:none;color:#fff}[data-v-820f4162] .wrap{background:none;color:#fff!important;display:grid;text-wrap:wrap}@media screen and (max-width:768px){[data-v-820f4162] .wrap{display:flex}}@media screen and (max-width:500px){[data-v-820f4162] .wrap{display:none;flex-direction:row;margin:0 20px}}[data-v-820f4162] .wrap-mob,[data-v-820f4162] .check-link{color:#fff!important}.finance[data-v-37c21c8b]{margin-bottom:10px}.banner__card[data-v-ed0dd9ba]{align-items:center;display:flex;flex-direction:column;gap:10px}.banner__card span[data-v-ed0dd9ba]{display:flex;height:50px;text-align:center}@media screen and (max-width:767px){.banner__card span[data-v-ed0dd9ba]{font-size:14px;height:30px}}.express__section[data-v-ed0dd9ba]{background:url(./banner_form.DptcfRG1.webp) no-repeat 50% 1%;background-size:cover;border-radius:4px;color:var(--bg-light);margin:10px auto;max-width:1400px;width:100%}@media screen and (max-width:540px){.express__section[data-v-ed0dd9ba]{background:url(./banner_form.DptcfRG1.webp) no-repeat 31% 100%;background-size:auto}}.express__section .bottom__container[data-v-ed0dd9ba]{display:flex;flex-direction:row;gap:30px;height:100%}@media screen and (max-width:1050px){.express__section .bottom__container[data-v-ed0dd9ba]{flex-direction:column;gap:0}}.express__section .bottom__container .express__form[data-v-ed0dd9ba]{align-items:self-start;display:flex;flex-direction:column}@media screen and (max-width:1000px){.express__section .bottom__container .express__form[data-v-ed0dd9ba]{flex-direction:column}}.express__section .bottom__container h2[data-v-ed0dd9ba]{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-ed0dd9ba]{font-size:28px;line-height:30px;margin-top:40px}}@media screen and (max-width:767px){.express__section .bottom__container h2[data-v-ed0dd9ba]{font-size:19px;line-height:22px;margin-top:30px}}@media screen and (max-width:540px){.express__section .bottom__container h2[data-v-ed0dd9ba]{line-height:30px;max-width:320px}}@media screen and (max-width:425px){.express__section .bottom__container h2[data-v-ed0dd9ba]{max-width:250px}}.express__section .bottom__container h2[data-v-ed0dd9ba]: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-ed0dd9ba]:before{content:none}}@media screen and (max-width:540px){.express__section .bottom__container h2 span[data-v-ed0dd9ba]{padding-right:0}}.express__section .bottom__container h2 span[data-v-ed0dd9ba]: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-ed0dd9ba]:before{right:-42px;top:0}}.express__section .bottom__container .cards[data-v-ed0dd9ba]{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-ed0dd9ba]{font-size:16px;gap:15px;line-height:30px;margin:0}}@media screen and (max-width:767px){.express__section .bottom__container .cards[data-v-ed0dd9ba]{display:flex;flex-direction:row;margin:0}}@media screen and (max-width:600px){.express__section .bottom__container .cards[data-v-ed0dd9ba]{display:grid;grid-template-columns:repeat(2,2fr);margin:0}}@media screen and (max-width:400px){.express__section .bottom__container .cards[data-v-ed0dd9ba]{display:grid;grid-template-columns:repeat(2,2fr);margin:0}}.express__section .bottom__container .bottom__form[data-v-ed0dd9ba]{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-ed0dd9ba]{gap:15px;margin-bottom:40px}}@media screen and (max-width:767px){.express__section .bottom__container .bottom__form[data-v-ed0dd9ba]{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-ed0dd9ba]{max-width:100%}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]{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-ed0dd9ba]{height:44px;max-width:100%}}@media screen and (max-width:540px){.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]{background:#000}}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]::-moz-placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]::placeholder{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]:-moz-placeholder,.express__section .bottom__container .bottom__form .bottom__form-inputt[data-v-ed0dd9ba]:-moz-placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]:placeholder-shown{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-input[data-v-ed0dd9ba]:focus{color:var(--bg-light);opacity:1}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-ed0dd9ba]{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-ed0dd9ba]{border-radius:12px;height:44px}}.express__section .bottom__container .bottom__form .bottom__form-btn[data-v-ed0dd9ba]:hover{background:transparent;color:var(--taxi)}.banner-img[data-v-ed0dd9ba]{height:60px;width:60px}@media screen and (max-width:767px){.banner-img[data-v-ed0dd9ba]{height:30px;width:30px}}[data-v-ed0dd9ba] .form__check{background:none;color:#fff}[data-v-ed0dd9ba] .wrap{background:none;color:#fff!important;display:grid;text-wrap:wrap}@media screen and (max-width:768px){[data-v-ed0dd9ba] .wrap{display:flex}}@media screen and (max-width:500px){[data-v-ed0dd9ba] .wrap{display:none;flex-direction:row;margin:0 20px}}[data-v-ed0dd9ba] .wrap-mob,[data-v-ed0dd9ba] .check-link{color:#fff!important}.absolute[data-v-03097f14],.centered-item[data-v-03097f14]{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.absolute[data-v-03097f14]{gap:1px;line-height:20px;position:absolute;top:16px;width:70px}.model__card-span[data-v-03097f14]{flex-wrap:wrap;font-size:14px;font-weight:700!important}.model__card-list-top[data-v-03097f14]{display:none}@media screen and (max-width:767px){.model__card-list-top[data-v-03097f14]{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-03097f14]::-webkit-scrollbar{display:none}.model__card-list-top li[data-v-03097f14]{flex:0 0 auto}.model__card-list-top li[data-v-03097f14]:before{left:5px}}@media screen and (max-width:375px){.model__card-list-top[data-v-03097f14]{display:flex!important}}.model__card-list-top[data-v-03097f14]: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-03097f14]:before{content:none}}.model__card-list-top li[data-v-03097f14]{border:1px solid var(--main-color);border-radius:4px;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:110px}.model__card-list-top li[data-v-03097f14]:before{content:"";left:0;position:absolute;top:50%}@media screen and (max-width:767px){.model__top[data-v-03097f14]{left:0;position:relative;top:0;width:auto}}.complectations-calculator[data-v-03097f14]{max-width:250px;width:100%}@media screen and (max-width:1023px){.complectations-calculator[data-v-03097f14]{max-width:-moz-max-content;max-width:max-content;order:2}}@media screen and (max-width:767px){.complectations-calculator[data-v-03097f14]{max-width:100%;order:0}}.complectations-calculator__item[data-v-03097f14]{align-items:center;border:1px solid var(--main-color);border-radius:20px;display:flex;gap:10px;margin-top:10px;padding:10px 15px}@media screen and (max-width:767px){.complectations-calculator__item[data-v-03097f14],.complectations-calculator__total[data-v-03097f14]{display:none}}.complectations-calculator__switch[data-v-03097f14]{display:flex}.complectations-calculator__text[data-v-03097f14]{align-items:center;display:flex;justify-content:space-between!important;width:100%}.complectations-calculator__text .money[data-v-03097f14]{align-items:center;color:var(--main-color);display:flex;font-size:16px}.complectations-calculator__text-max[data-v-03097f14]{display:flex;flex-direction:column;font-weight:700;margin:10px 0}.complectations-calculator__money[data-v-03097f14]{color:var(--main-color);font-weight:700}.model__card[data-v-03097f14]{margin-top:0;padding:0;position:relative}.model__card .model__container[data-v-03097f14]{display:flex;gap:30px;justify-content:space-evenly;position:relative}@media screen and (max-width:1200px){.model__card .model__container[data-v-03097f14]{flex-wrap:wrap;gap:10px}}@media screen and (max-width:767px){.model__card .model__container[data-v-03097f14]{flex-direction:column;gap:0;margin-bottom:0}}@media screen and (max-width:1023px){.model__card .model__container .model__left[data-v-03097f14]{order:1}}.model__card .model__container .model__left .model__garantee[data-v-03097f14]{align-items:center;background-color:#417be8;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-03097f14]{color:#fff}.model__card .model__container .model__left .model__img-block[data-v-03097f14]{align-items:flex-end;display:flex;gap:20px 36px;margin-bottom:5px;margin-top:27px;position:relative}@media screen and (max-width:1199px){.model__card .model__container .model__left .model__img-block[data-v-03097f14]{margin-bottom:20px;margin-top:0}}@media screen and (max-width:767px){.model__card .model__container .model__left .model__img-block[data-v-03097f14]{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-03097f14]{flex-direction:column}}.model__card .model__container .model__left .model__img-block .model__img[data-v-03097f14]{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-03097f14]{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-03097f14]{height:auto;max-height:240px;max-width:300px}}.model__card .model__container .model__left .model__img-block .model__img img[data-v-03097f14]{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-03097f14]{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-03097f14]{flex-direction:row}}@media screen and (max-width:767px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-03097f14]{flex-direction:column}}@media screen and (max-width:425px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-03097f14]{background:#fff;color:var(--bg-light);flex-direction:row;justify-content:space-evenly;margin-left:-20px;margin-right:0;padding:10px;width:calc(100% + 40px)}}@media screen and (max-width:375px){.model__card .model__container .model__left .model__img-block .model__main-icons[data-v-03097f14]{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-03097f14]{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-03097f14]{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-03097f14]{display:none}}.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon .model__img-mob[data-v-03097f14]{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-03097f14]{display:inline-block}}.model__card .model__container .model__left .model__img-block .model__main-icons .model__main-icon p[data-v-03097f14]{font-weight:600}.model__card .model__container .model__left .model__main-color[data-v-03097f14]{margin-bottom:22px}@media screen and (max-width:767px){.model__card .model__container .model__left .model__main-color[data-v-03097f14]{margin-bottom:10px}}.model__card .model__container .model__left .model__main-color .car__name-color[data-v-03097f14]{margin-top:15px}.model__card .model__container .model__left .model__main-color .color__bar[data-v-03097f14]{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-03097f14]::-webkit-scrollbar{height:4px}.model__card .model__container .model__left .model__main-color .color__bar[data-v-03097f14]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.model__card .model__container .model__left .model__main-color .color__bar[data-v-03097f14]::-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-03097f14]{border:1px solid #000;border-radius:33px;cursor:pointer;flex:0 0 30px;height:30px;transition:transform .2s;width:30px}.model__card .model__container .model__left .model__main-color .color__bar .color__bar-item[data-v-03097f14]:hover{transform:scale(1.1)}.model__card .model__container .model__right[data-v-03097f14]{display:flex;flex-direction:column;gap:30px;justify-content:center}@media screen and (max-width:1023px){.model__card .model__container .model__right[data-v-03097f14]{order:3}}@media screen and (max-width:767px){.model__card .model__container .model__right[data-v-03097f14]{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-03097f14]{gap:10px}}@media screen and (max-width:375px){.model__card .model__container .model__right[data-v-03097f14]{flex-direction:column}}.model__card .model__container .model__right .model__card-list[data-v-03097f14]{border:1px solid var(--main-color);border-radius:4px;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-03097f14]{gap:15px;padding:15px 0 15px 15px}}@media screen and (max-width:1023px){.model__card .model__container .model__right .model__card-list[data-v-03097f14]{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-03097f14]{display:none}}@media screen and (max-width:375px){.model__card .model__container .model__right .model__card-list[data-v-03097f14]{display:none}}.model__card .model__container .model__right .model__card-list[data-v-03097f14]: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-03097f14]:before{content:none}}.model__card .model__container .model__right .model__card-list li[data-v-03097f14]{font-weight:300;line-height:22px;padding:0 28px;position:relative}.model__card .model__container .model__right .model__card-list li[data-v-03097f14]:before{background:var(--main-color);content:"";height:1px;left:0;position:absolute;top:50%;width:18px}.model__price-text[data-v-03097f14]{font-weight:500;margin-bottom:10px;position:relative;z-index:2}@media screen and (max-width:767px){.model__price-text[data-v-03097f14]{display:none}}.model__row-price[data-v-03097f14]{display:flex;flex-direction:column;flex-wrap:wrap;gap:10px 19px;position:relative;z-index:2}@media screen and (max-width:767px){.model__row-price[data-v-03097f14]{display:none}}.model__row-price .model__diff[data-v-03097f14]{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-03097f14]{display:none}}@media screen and (max-width:425px){.model__row-price .model__diff[data-v-03097f14]{font-size:22px;line-height:26px}}.model__row-price .model__price[data-v-03097f14]{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-03097f14]{display:none}}@media screen and (max-width:425px){.model__row-price .model__price[data-v-03097f14]{font-size:16px}}.model__credit[data-v-03097f14]{font-size:16px;font-weight:300;line-height:18px;margin-top:13px}@media screen and (max-width:767px){.model__credit[data-v-03097f14]{display:none;margin-bottom:15px}}@media screen and (max-width:425px){.model__credit[data-v-03097f14]{font-size:14px}}@media screen and (max-width:375px){.model__credit[data-v-03097f14]{margin-bottom:12px;margin-top:0}}.model__credit span[data-v-03097f14]{color:var(--main-color);font-weight:400}.model__price-text2[data-v-03097f14]{display:none;font-weight:500;margin-bottom:10px;position:relative;z-index:2}@media screen and (max-width:767px){.model__price-text2[data-v-03097f14]{display:none}}.model__main-color[data-v-03097f14]{margin-bottom:22px;max-width:430px}@media screen and (max-width:767px){.model__main-color[data-v-03097f14]{margin-bottom:10px;max-width:350px}}@media screen and (max-width:370px){.model__main-color[data-v-03097f14]{margin-bottom:10px;max-width:270px}}.model__main-color .car__name-color[data-v-03097f14]{margin-top:15px}.model__main-color .color__bar[data-v-03097f14]{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-03097f14]::-webkit-scrollbar{height:4px}.model__main-color .color__bar[data-v-03097f14]::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.model__main-color .color__bar[data-v-03097f14]::-webkit-scrollbar-thumb{background-color:var(--main-color);border-radius:2px}.model__main-color .color__bar .color__bar-item[data-v-03097f14]{border:1px solid #000;border-radius:33px;cursor:pointer;flex:0 0 30px;height:30px;transition:transform .2s;width:30px}.model__main-color .color__bar .color__bar-item[data-v-03097f14]:hover{transform:scale(1.1)}.model__row-price2[data-v-03097f14]{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-03097f14]{display:flex;gap:8px 12px}}.model__row-price2 .model__diff2[data-v-03097f14]{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-03097f14]{display:block}}@media screen and (max-width:425px){.model__row-price2 .model__diff2[data-v-03097f14]{font-size:22px;line-height:26px}}.model__row-price2 .model__price2[data-v-03097f14]{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-03097f14]{display:block}}@media screen and (max-width:425px){.model__row-price2 .model__price2[data-v-03097f14]{font-size:16px}}.model__credit2[data-v-03097f14]{display:none;font-size:16px;font-weight:300;line-height:18px;margin-top:13px}@media screen and (max-width:767px){.model__credit2[data-v-03097f14]{display:block;margin-bottom:15px}}@media screen and (max-width:425px){.model__credit2[data-v-03097f14]{font-size:14px}}@media screen and (max-width:375px){.model__credit2[data-v-03097f14]{margin-bottom:12px;margin-top:0}}.model__credit2 span[data-v-03097f14]{color:var(--main-color);font-weight:400}.model__buttons[data-v-03097f14]{display:flex;gap:25px;margin-top:20px;width:100%}@media screen and (max-width:1023px){.model__buttons[data-v-03097f14]{gap:15px}}@media screen and (max-width:767px){.model__buttons[data-v-03097f14]{flex-direction:column;margin-top:0}}.model__buttons .credit__button[data-v-03097f14]{min-width:155px}.model__buttons .credit__button[data-v-03097f14],.model__buttons .trade__button[data-v-03097f14]{border-radius:10px;font-size:14px;font-weight:500;height:60px;line-height:16px}.model__buttons .trade__button[data-v-03097f14]{min-width:215px}.view__col[data-v-03097f14]{display:flex;flex-direction:column;gap:30px;margin-top:100px}@media screen and (max-width:1200px){.view__col[data-v-03097f14]{gap:10px;margin-top:0}}@media screen and (max-width:1023px){.view__col[data-v-03097f14]{display:grid;gap:80px;grid-template-columns:repeat(2,1fr)!important;margin:10px 0}}@media screen and (max-width:767px){.view__col[data-v-03097f14]{display:flex;flex-direction:column;gap:10px;margin:10px 0}}@media screen and (max-width:560px){.view__col[data-v-03097f14]{display:flex;flex-direction:row;gap:20px}}@media screen and (max-width:425px){.view__col[data-v-03097f14]{display:grid;gap:10px 20px;grid-template-columns:repeat(2,1fr)!important;margin:10px 0}}.view__col .view__row[data-v-03097f14]{align-items:center;display:flex;gap:12px}@media screen and (max-width:1200px){.view__col .view__row[data-v-03097f14]{display:grid;grid-template-columns:3fr}}@media screen and (max-width:767px){.view__col .view__row[data-v-03097f14]{color:#000;flex-direction:column;gap:10px;width:auto}}@media screen and (max-width:425px){.view__col .view__row[data-v-03097f14]{color:#000;flex-direction:column;gap:10px;width:auto}}@media screen and (max-width:375px){.view__col .view__row[data-v-03097f14]{width:auto}}.view__col .view__row img[data-v-03097f14]{height:40px;-o-object-fit:contain;object-fit:contain;width:40px;fill:var(--main-color)}.view__col .view__row p[data-v-03097f14]{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-03097f14]{font-size:18px}}@media screen and (max-width:767px) and (max-width:425px){.view__col .view__row p[data-v-03097f14]{font-size:15px}}.view__col .view__row p span[data-v-03097f14]{font-size:14px;font-weight:500;text-transform:uppercase}.complectations__header[data-v-2a719387]{align-items:center;display:flex;flex-wrap:wrap;gap:15px;margin:10px 0}@media screen and (max-width:768px){.complectations__header[data-v-2a719387]{gap:5px}}.complectations__body[data-v-2a719387]{display:grid;gap:30px}@media screen and (max-width:768px){.complectations__body[data-v-2a719387]{gap:15px}}.complectations__body .complectations-calculator[data-v-2a719387]{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-2a719387]{gap:15px}}@media screen and (max-width:1000px){.complectations__body .complectations-calculator[data-v-2a719387]{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.complectations__body .complectations-calculator[data-v-2a719387]{display:grid;gap:5px;grid-template-columns:1fr 1fr}}.complectations__body .complectations-calculator .complectations-calculator__item[data-v-2a719387]{align-items:center;border:1px solid #e5e5e5;border-radius:4px;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-2a719387]{padding:10px}}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text[data-v-2a719387]{display:flex;flex-direction:column;gap:5px}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .money[data-v-2a719387]{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-2a719387]{color:var(--dark-grey)}@media screen and (max-width:768px){.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .text[data-v-2a719387]{font-size:var(--standart-size)}}.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-2a719387]{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-2a719387]{font-weight:300}@media screen and (max-width:768px){.complectations__body .complectations-calculator .complectations-calculator__item .complectations-calculator__text .complectations-calculator__money[data-v-2a719387]{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-2a719387]{font-size:var(--medium-size)}}.complectations__body .complectations-calculator .complectations-calculator__item[data-v-2a719387]:hover{box-shadow:var(--box-shadow);transition:.3s}.complectations__body .complectations-calculator .complectations-calculator__item div[data-v-2a719387]{background:transparent}@media screen and (max-width:1400px){.complectations__body .complectations-calculator .complectations-calculator__item[data-v-2a719387]{align-items:start;display:flex;flex-direction:column}}.complectations__body .complectations-calculator .complectations-calculator__item.active[data-v-2a719387]{border:1px solid var(--main-color)}.complectations__body .complectations-calculator .complectations-calculator__item.active .money[data-v-2a719387]{color:var(--main-color)}.complectations__body .complectations-calculator .complectations-calculator__item.total[data-v-2a719387]{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-2a719387]{display:flex;flex-wrap:wrap;gap:0}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal[data-v-2a719387]{border:none;color:var(--main-black)}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal[data-v-2a719387]:hover{box-shadow:none}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text[data-v-2a719387]{display:flex;flex-direction:column;gap:5px}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__text .text[data-v-2a719387]{color:var(--main-black)}.complectations__body .complectations-calculator .complectations-calculator__item.activeTotal .complectations-calculator__money[data-v-2a719387]{color:var(--main-color)}.complectations__body .modifications__list[data-v-2a719387]{display:flex;flex-direction:column;gap:10px}.complectations__body .modifications__list .modifications__item[data-v-2a719387]{border-radius:4px;display:flex;flex-direction:column;overflow:hidden}@media screen and (max-width:768px){.complectations__body .modifications__list .modifications__item[data-v-2a719387]{background:transparent}}.complectations__body .modifications__list .modifications__item .complectations__list[data-v-2a719387]{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-2a719387]{padding:10px 0}}.complectations__body .modifications__list .modifications__item .modifications__item-head[data-v-2a719387]{align-items:center;background:#9f9f9f;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:20px;width:100%}.complectations__body .modifications__list .modifications__item .modifications__item-head .icon[data-v-2a719387]{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-regular[data-v-2a719387],.complectations__body .modifications__list .modifications__item .modifications__item-head .icon .fa-solid[data-v-2a719387],.complectations__body .modifications__list .modifications__item .modifications__item-head .icon i[data-v-2a719387]{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.complectations__body .modifications__list .complectations__item[data-v-2a719387]{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-2a719387]{align-items:start}}@media screen and (max-width:1100px){.complectations__body .modifications__list .complectations__item[data-v-2a719387]{border:1px solid #e5e5e5;border-radius:20px;flex-direction:column;padding:15px}}.complectations__body .modifications__list .complectations__item .complectations__item-wrapper[data-v-2a719387]{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-2a719387]{align-items:center;display:grid;gap:15px;grid-template-columns:auto auto}}.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-2a719387]{align-items:center;display:flex;justify-content:space-between;width:450px}@media screen and (max-width:1200px){.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-2a719387]{width:300px}}@media screen and (max-width:1100px){.complectations__body .modifications__list .complectations__item .complectations__item-price[data-v-2a719387]{width:100%}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices[data-v-2a719387]{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-2a719387]{display:none}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices .current[data-v-2a719387]{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-2a719387]{font-size:var(--medium-size)}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices .old[data-v-2a719387]{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-2a719387]{display:none}@media screen and (max-width:767px){.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile[data-v-2a719387]{display:flex;flex-direction:row;gap:10px;text-align:end}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile .current-mobile[data-v-2a719387]{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-2a719387]{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-2a719387]{font-size:var(--medium-size)}}.complectations__body .modifications__list .complectations__item .complectations__item-price .complectations__item-prices-mobile .old-mobile[data-v-2a719387]{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-2a719387]{display:none}}.complectations__body .modifications__list .complectations__item .complectations__item-name[data-v-2a719387]{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-2a719387]{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-2a719387]{font-weight:600}.complectations__body .modifications__list .complectations__item .complectations__item-name .complectations__item-subtitle[data-v-2a719387]{color:#9c9c9c;font-size:var(--standart-size)}.complectations__body .modifications__list .complectations__item .complectations__item-img[data-v-2a719387]{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-2a719387]{height:auto;width:100%}}.complectations__body .modifications__list .complectations__item .complectations__item-buttons[data-v-2a719387]{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-2a719387]{width:100%}}.complectations__body .complectations__description[data-v-2a719387]{color:#9c9c9c;font-size:var(--standart-size)}.month__price[data-v-2a719387]{color:var(--main-color)}.gallery__body[data-v-9c6e4cd2]{flex-direction:column;padding:20px 0 0}.gallery__body[data-v-9c6e4cd2],.gallery__choice[data-v-9c6e4cd2]{display:flex;gap:15px}.gallery__choice .choice__item[data-v-9c6e4cd2]{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-9c6e4cd2]{font-size:var(--medium-size)}}.gallery__choice .choice__item .fa-regular[data-v-9c6e4cd2],.gallery__choice .choice__item .fa-solid[data-v-9c6e4cd2],.gallery__choice .choice__item i[data-v-9c6e4cd2]{bottom:-10px;color:#eee;font-size:25px;left:50%;position:absolute;transform:translate(-50%)}.gallery__choice .active[data-v-9c6e4cd2],.gallery__choice .choice__item[data-v-9c6e4cd2]:hover{opacity:1}.model__gallery[data-v-9c6e4cd2],.slider[data-v-9c6e4cd2],.special__slider[data-v-9c6e4cd2]{overflow:hidden;position:relative;width:100%}.slider__track[data-v-9c6e4cd2]{display:flex;transition:transform .35s ease;will-change:transform}.slider__item[data-v-9c6e4cd2]{flex:0 0 auto;padding-right:5px}.slider__item img[data-v-9c6e4cd2]{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-9c6e4cd2]{height:300px}}@media screen and (max-width:767px){.slider__item img[data-v-9c6e4cd2]{height:250px}}.slider__nav[data-v-9c6e4cd2]{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-regular[data-v-9c6e4cd2],.slider__nav .fa-solid[data-v-9c6e4cd2],.slider__nav i[data-v-9c6e4cd2]{color:var(--main-color);font-size:16px}.slider__nav[data-v-9c6e4cd2]:hover{background:#fff}.slider__nav.left[data-v-9c6e4cd2]{left:10px}.slider__nav.right[data-v-9c6e4cd2]{right:10px}.model-сharacteristics__header[data-v-010a25db]{display:flex;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden;padding-bottom:10px;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.model-сharacteristics__header[data-v-010a25db]::-webkit-scrollbar{display:none}.model-сharacteristics__header .model-сharacteristics__tab-title[data-v-010a25db]{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){.model-сharacteristics__header .model-сharacteristics__tab-title[data-v-010a25db]{font-size:var(--medium-size)}}.model-сharacteristics__header .model-сharacteristics__tab-title .fa-regular[data-v-010a25db],.model-сharacteristics__header .model-сharacteristics__tab-title .fa-solid[data-v-010a25db],.model-сharacteristics__header .model-сharacteristics__tab-title i[data-v-010a25db]{bottom:-10px;color:#eee;font-size:25px;left:50%;position:absolute;transform:translate(-50%)}.model-сharacteristics__header .model-сharacteristics__tab-title[data-v-010a25db]:hover{opacity:1;transition:.3s}.model-сharacteristics__header .select[data-v-010a25db]{opacity:1;padding-right:20px;position:relative;width:-moz-fit-content;width:fit-content}.model-сharacteristics__header .select select[data-v-010a25db]{color:var(--main-black)}.model-сharacteristics__header .select[data-v-010a25db]:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%231a1a1a' d='M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") 50%/11px no-repeat #fff;border-radius:100%;content:"";height:21px;pointer-events:none;position:absolute;right:10px;top:50%;transform:translateY(-50%);width:21px}.model-сharacteristics__header .active[data-v-010a25db]{opacity:1}@media screen and (max-width:768px){.model-сharacteristics__header[data-v-010a25db]{margin-bottom:20px}}.model-сharacteristics__body[data-v-010a25db]{display:grid;margin-bottom:30px}@media screen and (max-width:1300px){.model-сharacteristics__body[data-v-010a25db]{grid-template-columns:1fr}}.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__title[data-v-010a25db]{font-size:16px;font-weight:600;line-height:normal;margin-bottom:30px}.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__params[data-v-010a25db]{-moz-column-gap:30px;column-gap:30px;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:20px}@media screen and (max-width:1100px){.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__params[data-v-010a25db]{grid-template-columns:1fr 1fr}}@media screen and (max-width:768px){.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__params[data-v-010a25db]{grid-template-columns:1fr;row-gap:10px}}.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__params .model-сharacteristics__param[data-v-010a25db]{border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:10px}.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__params .model-сharacteristics__param span[data-v-010a25db]{font-size:var(--standart-size)}@media screen and (max-width:400px){.model-сharacteristics__body .model-сharacteristics__text .model-сharacteristics__params .model-сharacteristics__param span[data-v-010a25db]{font-size:var(--small-size)}}.model-dimensions__body[data-v-010a25db]{align-items:center;display:grid;gap:50px;grid-template-columns:3fr 1fr}@media screen and (max-width:1200px){.model-dimensions__body[data-v-010a25db]{grid-template-columns:2fr 1fr}}@media screen and (max-width:1000px){.model-dimensions__body[data-v-010a25db]{grid-template-columns:1fr}}@media screen and (max-width:768px){.model-dimensions__body[data-v-010a25db]{gap:15px}}.model-dimensions__body .model-dimensions__images[data-v-010a25db]{align-items:center;display:grid;gap:50px;grid-template-columns:auto auto auto;justify-content:center;padding:20px 0}@media screen and (max-width:1200px){.model-dimensions__body .model-dimensions__images[data-v-010a25db]{grid-template-columns:auto auto}}@media screen and (max-width:400px){.model-dimensions__body .model-dimensions__images[data-v-010a25db]{gap:20px;grid-template-columns:auto auto}}.model-dimensions__body .model-dimensions__images .model-dimensions__image-item[data-v-010a25db]{align-items:center;display:flex;height:100%;padding-bottom:20px;position:relative}@media screen and (max-width:1200px){.model-dimensions__body .model-dimensions__images .model-dimensions__image-item[data-v-010a25db]:first-child{grid-column:1/3}}@media screen and (max-width:400px){.model-dimensions__body .model-dimensions__images .model-dimensions__image-item[data-v-010a25db]:first-child{grid-column:1/3}}.model-dimensions__body .model-dimensions__images .model-dimensions__image-item img[data-v-010a25db]{-o-object-fit:contain;object-fit:contain;width:100%}@media screen and (max-width:540px){.model-dimensions__body .model-dimensions__images .model-dimensions__image-item img[data-v-010a25db]{max-height:100px}}.model-dimensions__body .model-dimensions__images .model-dimensions__image-item .value[data-v-010a25db]{background:#fff;border-radius:20px;bottom:-15px;left:50%;padding:5px;position:absolute;transform:translate(-50%);width:-moz-max-content;width:max-content}.model-dimensions__body .model-dimensions__images .model-dimensions__image-item[data-v-010a25db]:before{background:var(--border-color);bottom:0;content:"";height:1px;position:absolute;width:100%}.model-dimensions__body .model-dimensions__params[data-v-010a25db]{border:1px solid var(--border-color);border-radius:20px;display:flex;flex-direction:column;gap:15px;padding:15px}.model-dimensions__body .model-dimensions__params .value[data-v-010a25db]{order:2}.model-dimensions__body .model-dimensions__params .model-dimensions__param[data-v-010a25db]{align-items:center;display:flex;justify-content:space-between}.model-dimensions__body .model-dimensions__params .model-dimensions__param span[data-v-010a25db]{font-size:var(--standart-size)}.model-dimensions__body .model-dimensions__params .model-dimensions__param[data-v-010a25db]:after{background-color:#e6e8ec;content:"";display:block;flex-grow:1;height:1px;margin:0 8px;position:relative;top:5px}.tab__content[data-v-010a25db]{animation:fadeIn .3s ease-in-out}@media screen and (max-width:570px){.section__tabs[data-v-844c49a8]{border-bottom:1px solid #c4c4c4}}.section__tabs .container[data-v-844c49a8]{margin:0 auto;max-width:1430px;padding:0 15px}.section__tabs .tabs__header[data-v-844c49a8]{align-items:center;display:flex;flex-wrap:nowrap;gap:10px;justify-content:space-between;margin-bottom:20px;padding-top:0;position:relative}@media screen and (max-width:1024px){.section__tabs .tabs__header[data-v-844c49a8]{gap:10px;padding-top:10px}}@media screen and (max-width:570px){.section__tabs .tabs__header[data-v-844c49a8]{flex-direction:column;padding-top:0}}.section__tabs .tabs__header .tabs__header-item[data-v-844c49a8],.section__tabs .tabs__header .tabs__header-link[data-v-844c49a8]{align-items:center;background:transparent;border:1px solid #9f9f9f;border-radius:4px;color:#9f9f9f;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:50px;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-844c49a8],.section__tabs .tabs__header .tabs__header-link[data-v-844c49a8]{max-width:48%}}@media screen and (max-width:570px){.section__tabs .tabs__header .tabs__header-item[data-v-844c49a8],.section__tabs .tabs__header .tabs__header-link[data-v-844c49a8]{border-radius:4px;max-width:100%}}.section__tabs .tabs__header .tabs__header-item[data-v-844c49a8]:hover,.section__tabs .tabs__header .tabs__header-link[data-v-844c49a8]:hover{border-color:var(--main-color);color:var(--main-color)}.section__tabs .tabs__header .tabs__header-item.active[data-v-844c49a8],.section__tabs .tabs__header .tabs__header-link.active[data-v-844c49a8]{background:var(--main-color);border:1px solid var(--main-color);color:var(--bg-light)}.section__tabs .tabs__body>div[data-v-844c49a8]{margin-top:-20px;padding-top:20px;scroll-margin-top:100px}.section__tabs .tabs__body .tabs__body-item[data-v-844c49a8]{display:flex;flex-direction:column;gap:30px}.section__tabs .tabs__body .finance-content[data-v-844c49a8]{background:#f5f5f5;border-radius:8px;padding:20px}.section__tabs .tabs__body .finance-content h2[data-v-844c49a8]{color:var(--main-color);margin-bottom:15px}section.success[data-v-64b08c74]{align-items:center;display:flex;justify-content:center;min-height:80vh}@media screen and (max-width:768px){section.success[data-v-64b08c74]{align-items:start;margin-bottom:30px;min-height:auto}}section.success .success-content[data-v-64b08c74]{align-items:center;display:flex;height:100%;justify-content:center;padding:0 20px;width:100%}section.success .success-content .success-block[data-v-64b08c74]{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-64b08c74]{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-64b08c74]{text-align:center}section.success .success-content .success-block .success-block__text .success-block__icon[data-v-64b08c74]{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-64b08c74]{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-64b08c74]{padding:25px}}section.success .success-content .success-block .success-block__link .success-back[data-v-64b08c74]{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-64b08c74]:hover{background:#fff;color:var(--secondary-color);transition:.3s}.logo[data-v-3ae67a8e]{width:auto}@media screen and (max-width:768px){.logo[data-v-3ae67a8e]{text-align:center}}.logo img[data-v-3ae67a8e]{max-height:100%;max-width:150px;-o-object-fit:cover;object-fit:cover}@media screen and (max-width:768px){.logo img[data-v-3ae67a8e]{max-width:120px}}.navbar-list[data-v-0e10ee54]{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}.navbar-list .navbar-item .navbar-link[data-v-0e10ee54]{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-0e10ee54]{padding:5px 8px}}.navbar-list .navbar-item .navbar-link[data-v-0e10ee54]:hover,.navbar-list .navbar-item .router-link-active[data-v-0e10ee54]{color:var(--secondary-color);position:relative;transition:.3s}.footer__menu .navbar-list[data-v-0e10ee54]{align-items:start;flex-direction:column;justify-content:start}.footer__menu .navbar-list .navbar-item:hover .navbar-link[data-v-0e10ee54]{background:none;color:var(--secondary-color)}.footer__menu .navbar-list .navbar-link[data-v-0e10ee54]{padding:3px 0}.footer__menu .navbar-list .navbar-link[data-v-0e10ee54]:hover{background:none;color:var(--secondary-color)}.footer__menu .navbar-list .navbar-link[data-v-0e10ee54]:hover:after{display:none}.footer__menu .navbar-list a.router-link-active.router-link-exact-active.navbar-link[data-v-0e10ee54]{background:none;color:var(--secondary-color)}.footer__menu .navbar-list a.router-link-active.router-link-exact-active.navbar-link[data-v-0e10ee54]:after{display:none}@media screen and (max-width:400px){.footer__menu .navbar-list[data-v-0e10ee54]{flex-direction:row}.footer__menu .navbar-list .navbar-link[data-v-0e10ee54]{background:#f3f3f3;font-size:var(--standart-size);padding:8px}.footer__menu .navbar-list .navbar-link[data-v-0e10ee54]:hover{background:none;color:var(--secondary-color)}.footer__menu .navbar-list a.router-link-active.router-link-exact-active.navbar-link[data-v-0e10ee54]{background:#f3f3f3;color:var(--secondary-color)}}.navbar-list.burger[data-v-0e10ee54]{align-items:start;flex-direction:column;gap:5px}.navbar-list.burger .navbar-item .navbar-link[data-v-0e10ee54]{color:var(--main-black);font-weight:400;padding:10px}.contacts[data-v-eacf3f3a],.contacts.burger[data-v-eacf3f3a]{display:flex;flex-direction:column;gap:15px}.contacts.burger[data-v-eacf3f3a]{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-eacf3f3a]{font-size:var(--standart-size)}.modal-overlay[data-v-3a0498c4]{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-3a0498c4]{background:#fff;border-radius:8px;max-width:500px;padding:2rem;position:relative;width:90%}.modal-close[data-v-3a0498c4]{background:none;border:none;cursor:pointer;font-size:1.5rem;position:absolute;right:10px;top:10px}.modal-title[data-v-3a0498c4]{margin-bottom:1.5rem;text-align:center}.modal-form[data-v-3a0498c4]{gap:1rem}.form-group[data-v-3a0498c4],.modal-form[data-v-3a0498c4]{display:flex;flex-direction:column}.form-group[data-v-3a0498c4]{gap:.5rem}.form-group label[data-v-3a0498c4]{font-weight:500}.form-group input[data-v-3a0498c4],.form-group textarea[data-v-3a0498c4]{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem}.form-group textarea[data-v-3a0498c4]{min-height:100px;resize:vertical}.submit-btn[data-v-3a0498c4]{border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;margin-top:1rem;padding:.75rem}.submit-btn[data-v-3a0498c4],.submit-btn[data-v-3a0498c4]:hover{background-color:var(--main-color)}.header[data-v-3a0498c4]{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-3a0498c4]{padding:0}}.header .header__wrap[data-v-3a0498c4]{background:#fff;box-shadow:var(--box-shadow);display:flex;justify-content:center;width:100%}.header .header__top[data-v-3a0498c4]{background:var(--main-color2);padding:8px 0}@media screen and (max-width:767px){.header .header__top[data-v-3a0498c4]{display:none}}.header .header__top .header__top-content[data-v-3a0498c4]{align-items:center;display:flex;gap:20px;justify-content:flex-end}.header .header__top .header__top-content .header__top-adress[data-v-3a0498c4],.header .header__top .header__top-content .header__top-phone[data-v-3a0498c4]{align-items:center;display:flex;gap:5px}@media screen and (max-width:768px){.header .header__top .header__top-content .header__top-adress[data-v-3a0498c4],.header .header__top .header__top-content .header__top-phone[data-v-3a0498c4]{font-size:14px}}.header .header__top .header__top-content .header__top-adress img[data-v-3a0498c4],.header .header__top .header__top-content .header__top-phone img[data-v-3a0498c4]{height:20px}.header .header__content[data-v-3a0498c4]{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-3a0498c4]{border-radius:20px;grid-template-columns:auto 1fr;padding:5px 20px}}.header .header__content .header__navbar[data-v-3a0498c4]{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-3a0498c4]{display:none}}.header .header__content .header__navbar .dropdown[data-v-3a0498c4]{position:relative}.header .header__content .header__navbar .dropdown:hover .dropdown-list[data-v-3a0498c4]{opacity:1;pointer-events:all;visibility:visible}.header .header__content .header__navbar .dropdown:hover .dropdown-head-link .fa-regular[data-v-3a0498c4],.header .header__content .header__navbar .dropdown:hover .dropdown-head-link .fa-solid[data-v-3a0498c4],.header .header__content .header__navbar .dropdown:hover .dropdown-head-link i[data-v-3a0498c4]{transform:rotate(-180deg);transition:.3s}.header .header__content .header__navbar .dropdown .dropdown-head-link[data-v-3a0498c4],.header .header__content .header__navbar .dropdown .dropdown-head-link .fa-regular[data-v-3a0498c4],.header .header__content .header__navbar .dropdown .dropdown-head-link .fa-solid[data-v-3a0498c4],.header .header__content .header__navbar .dropdown .dropdown-head-link i[data-v-3a0498c4]{transition:.3s}.header .header__content .header__navbar .dropdown .dropdown-list[data-v-3a0498c4]{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-3a0498c4]{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-3a0498c4]:hover{border-color:var(--secondary-color);color:var(--secondary-color);transition:all .3s ease}.header .header__content .header__block[data-v-3a0498c4]{align-items:center;display:flex;gap:10px;justify-content:end;width:100%}.header .header__content .header__call .header__call-link[data-v-3a0498c4]{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-3a0498c4]{display:flex}}.header .header__menu.mobile-menu[data-v-3a0498c4]{display:none}@media screen and (max-width:1000px){.header .header__menu.mobile-menu[data-v-3a0498c4]{color:var(--main-color);display:block;font-size:32px;padding:5px}}.header__top-phone-link[data-v-3a0498c4],.navbar-list[data-v-3a0498c4]{align-items:center;display:flex;gap:5px}.navbar-list[data-v-3a0498c4]{flex-wrap:wrap;justify-content:flex-end}.navbar-list .navbar-item .navbar-link[data-v-3a0498c4]{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-3a0498c4]{padding:5px 8px}}@media screen and (max-width:400px){.navbar-list .navbar-item .navbar-link[data-v-3a0498c4]{font-size:var(--big-size)}}.navbar-list .navbar-item .navbar-link[data-v-3a0498c4]:hover,.navbar-list .navbar-item .router-link-active[data-v-3a0498c4]{color:var(--secondary-color);position:relative;transition:.3s}@media screen and (min-width:1000px){.scrolled[data-v-3a0498c4]{max-width:100%;padding:0}.scrolled .header__wrap[data-v-3a0498c4]{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-3a0498c4]{border-radius:20px;box-shadow:none;max-width:1560px;width:100%}}.mobile-menu__overlay[data-v-3a0498c4]{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-3a0498c4]{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-3a0498c4]{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-3a0498c4]{transform:translate(0);transition:.3s}.mobile-menu[data-v-3a0498c4]{background:transparent;display:none;transition:.3s}@media screen and (max-width:900px){.mobile-menu[data-v-3a0498c4]{display:block;font-size:32px;padding:10px}}.mobile-menu.active[data-v-3a0498c4]{transform:rotate(90deg)}.header.active[data-v-3a0498c4]{box-shadow:0 6px 6px #0003}.modal__title[data-v-3a0498c4]{color:#000}@keyframes fadeIn-3a0498c4{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes fadeOut-3a0498c4{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}.mobile__v[data-v-3a0498c4]{display:none}.go-to-top[data-v-baa2dab6]{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-regular[data-v-baa2dab6],.go-to-top .fa-solid[data-v-baa2dab6],.go-to-top i[data-v-baa2dab6]{color:#fff;font-size:28px}.go-to-top[data-v-baa2dab6]:hover{box-shadow:0 5px 15px #0003;transform:translateY(-2px)}.go-to-top.visible[data-v-baa2dab6]{opacity:1;transform:translateY(0);visibility:visible}.footer[data-v-d7b9ff74]{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-d7b9ff74]{padding-top:20px}}.footer .container[data-v-d7b9ff74]{margin:0 auto;max-width:1450px;padding:0 35px;position:relative}.footer .logo[data-v-d7b9ff74]{height:59px;margin-bottom:60px;width:-moz-max-content;width:max-content}@media screen and (max-width:1023px){.footer .logo[data-v-d7b9ff74]{margin-bottom:30px}}.footer .logo img[data-v-d7b9ff74]{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.footer .footer__top[data-v-d7b9ff74]{display:flex;flex-wrap:wrap;gap:0;justify-content:space-between}@media screen and (max-width:800px){.footer .footer__top[data-v-d7b9ff74]{align-items:center;flex-direction:column;justify-content:flex-start}}.footer .footer__top .footer__top-left[data-v-d7b9ff74],.footer .footer__top .footer__top-right[data-v-d7b9ff74]{flex:1}.footer .footer__top .footer__contacts[data-v-d7b9ff74]{color:#417be8;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-d7b9ff74]{align-items:flex-start;margin-left:0;padding-left:0;width:100%}}.footer .footer__top .footer__contacts a[data-v-d7b9ff74],.footer .footer__top .footer__contacts p[data-v-d7b9ff74]{display:flex;gap:8px;margin-bottom:10px}.footer .footer__top .footer__contacts .footer__info-adress[data-v-d7b9ff74]{font-weight:700}.footer .footer__top .footer__nav[data-v-d7b9ff74]{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-d7b9ff74]{flex-direction:column}}.footer .footer__top .footer__nav li[data-v-d7b9ff74]{margin-bottom:8px}.footer .footer__top .footer__nav li a[data-v-d7b9ff74]{color:#000;font-size:18px;font-weight:500;text-decoration:none}.footer .footer__top .footer__nav li a[data-v-d7b9ff74]:hover{color:#417be8;text-decoration:underline}@media screen and (max-width:1023px){.footer .footer__top .footer__top-center[data-v-d7b9ff74]{display:none}.footer .footer__top .footer__top-right[data-v-d7b9ff74]{margin-top:0}}@media screen and (max-width:800px){.footer .footer__top .footer__top-right[data-v-d7b9ff74]{width:100%}}.footer .footer__top .footer__top-right .footer__info-tel[data-v-d7b9ff74]{font-size:18px;line-height:20px;margin-bottom:15px}.footer .footer__top .footer__top-right .footer__info-adress[data-v-d7b9ff74]{font-size:15px;line-height:26px}@media screen and (max-width:767px){.footer .footer__top .footer__top-right .footer__info-adress[data-v-d7b9ff74]{max-width:100%}}.footer .footer__top .footer__top-right .footer__info-time[data-v-d7b9ff74]{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-d7b9ff74]{margin-top:10px}}.footer .footer__top .footer__top-title[data-v-d7b9ff74]{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-d7b9ff74]{font-size:20px;line-height:26px;margin-bottom:15px;text-transform:none}}.footer .footer__bottom[data-v-d7b9ff74]{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-d7b9ff74]{border-top:none;margin-top:0;padding-top:0}}@media screen and (max-width:570px){.footer .footer__bottom .footer__info[data-v-d7b9ff74]{padding-bottom:50px}}.footer .footer__bottom .footer__info a[data-v-d7b9ff74],.footer .footer__bottom .footer__info p[data-v-d7b9ff74]{font-weight:300;margin-bottom:10px}.footer .footer__bottom .footer__info a[data-v-d7b9ff74]{text-decoration:underline}.footer-logo[data-v-d7b9ff74]{position:absolute;top:0}.callback-button[data-v-d7b9ff74]{bottom:10px;display:none;gap:10px;padding:0 10px;position:fixed;width:100%;z-index:99}.callback-button .callback-button__icon[data-v-d7b9ff74]{background:var(--main-color-2);border-radius:100%;padding:20px}.callback-button .callback-button__icon .fa-regular[data-v-d7b9ff74],.callback-button .callback-button__icon .fa-solid[data-v-d7b9ff74],.callback-button .callback-button__icon i[data-v-d7b9ff74]{color:#fff;font-size:20px}.callback-button .callback-button__text[data-v-d7b9ff74]{background:var(--main-color);border-radius:var(--border-small-radius);color:#fff;padding:10px;position:relative}.callback-button .callback-button__text[data-v-d7b9ff74]: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-d7b9ff74]{align-items:center;display:flex;justify-content:flex-end}}.phone[data-v-d7b9ff74],.time[data-v-d7b9ff74]{color:#000}.phone[data-v-d7b9ff74]{font-size:14px;text-decoration:underline}.footer__top-left[data-v-d7b9ff74]{align-items:center;display:flex}@media screen and (max-width:800px){.footer__top-left[data-v-d7b9ff74]{justify-content:flex-start;padding-left:0;width:100%}}.footer__info[data-v-d7b9ff74]{font-size:14px}@media screen and (max-width:768px){main[data-v-5c3e7fbc]{margin-top:60px}}
