:root{--dark:#454545;--white:#fff;--black:#000;--primary:#227df5;--primary-dark:#06101c;--primary-300:#62a1f5;--primary-600:#0056c7;--primary-darker:#1c70df;--primary-accent-ghost:#f0f7fe;--primary-accent:#f3f7fa;--primary-ghost:#f0f7fe;--primary-light:#93bdf5;--primary-opacity-10:rgba(34,125,245,.1);--primary-opacity-20:rgba(34,125,245,.2);--primary-opacity-50:rgba(34,125,245,.5);--primary-gradient:linear-gradient(93.19deg,#227df5 27.39%,#5b9ef5 89.5%);--primary-gradient-light:linear-gradient(91.54deg,#227df5,#acd0ff);--primary-gradient-reverse:linear-gradient(93.19deg,#5b9ef5 27.39%,#227df5 89.5%);--secondary:#ff7513;--secondary-darker:#f16c0d;--notification:#09b37b;--notification-darked:#08a270;--bg-light:#f3f7fa;--bg-dark:#2b2b2b;--green:#1d6e00;--green-light:#bcedab;--gray:#5e5e5e;--gray-secondary:#6b7280;--gray2:#707070;--gray3:#f2f2f2;--gray4:#999;--gray5:#d6d6d6;--gray6:#737e8c;--gray7:#f5f5f5;--gray8:#6b7280;--gray9:#e5e7eb;--gray10:#f9fafb;--blue:#0063e4;--blue-light:#cedff5;--blue-ghost:#d0e3fc;--red:#d9301c;--red-light:#ffd6d1;--border-default:#dddfe2;--text-primary:#0f0f10;--text-secondary:#757a80;--box-shadow-black:rgba(0,0,0,.122);--base-font:"IBM Plex Sans","Helvetica Neue","Arial",-apple-system,BlinkMacSystemFont,sans-serif}.input{background:var(--bg-light);border-radius:8px;font-family:var(--base-font);height:48px;font-weight:400;font-size:16px;line-height:24px;color:var(--dark);transition:all .3s;padding:10px 20px;display:block;width:100%;border:0;outline:0;box-shadow:none;-webkit-backface-visibility:hidden;backface-visibility:hidden}.input--sm{height:36px;font-size:14px;line-height:20px;border-radius:4px}.input--outline{border:1px solid var(--gray3);background:none}.input::-moz-placeholder{color:var(--gray4);opacity:1}.input::placeholder{color:var(--gray4);opacity:1}.input:focus::-moz-placeholder{color:transparent}.input:focus::placeholder{color:transparent}.btn{background:var(--primary);color:var(--white);box-sizing:border-box;border-radius:4px;font-family:var(--base-font);text-align:center;font-weight:500;font-size:16px;line-height:20px;padding:12px 30px 16px;display:inline-block;transition:background-color .3s,color .3s,box-shadow .3s;border:0;outline:0;white-space:nowrap}.btn--shadow{box-shadow:0 1px 30px rgba(8,88,192,.53);border-radius:8px}.btn--shadow:hover:not(:disabled):not(.is-disabled){box-shadow:0 1px 30px rgba(8,88,192,0)}.btn.is-disabled,.btn:disabled{opacity:.7;cursor:default}.btn:hover:not(:disabled):not(.is-disabled){background-color:var(--primary-darker)}.btn--secondary{background:var(--secondary)}.btn--secondary:hover:not(:disabled):not(.is-disabled){background-color:var(--secondary-darker)}.btn--secondary.btn--shadow{box-shadow:0 0 23px rgba(255,117,19,.56);border-radius:8px}.btn--secondary.btn--shadow:hover:not(:disabled):not(.is-disabled){box-shadow:0 0 23px rgba(255,117,19,0)}.btn--ghost{background:none;color:var(--primary)}.btn--ghost:hover:not(:disabled):not(.is-disabled){background-color:var(--primary-opacity-10);color:var(--primary)}.btn--sm{padding:6px 15px}.btn--banner,.btn--sm{font-size:14px;line-height:20px;border-radius:4px}.btn--banner{background:var(--blue);color:var(--white);box-sizing:border-box;font-family:var(--base-font);text-align:center;font-weight:500;display:inline-block;transition:background-color .3s,color .3s,box-shadow .3s;border:0;outline:0;white-space:nowrap;padding:5px 13px 8px}.btn--notification{background:var(--notification)}.btn--notification:hover:not(:disabled):not(.is-disabled){background-color:var(--notification-darked)}.btn--notification.btn--shadow{box-shadow:0 0 23px rgba(255,117,19,.56);border-radius:8px}.btn--notification.btn--shadow:hover:not(:disabled):not(.is-disabled){box-shadow:0 0 23px rgba(255,117,19,0)}.btn--notification-icon{padding:12px;height:48px}.lds-ring{display:inline-block;width:25px;height:25px;position:absolute;top:50%;left:50%;margin-left:-12px;margin-top:-12px}.lds-ring--sm{width:12px;height:12px;margin-left:-6px;margin-top:-6px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:25px;height:25px;left:0;top:0;border:2px solid var(--primary);border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:var(--primary) transparent transparent transparent}.lds-ring--sm div{width:12px;height:12px;border-width:1px}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes lds-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:767px){.input{font-size:14px}}.input-dropdown{position:relative;width:100%}.input-dropdown .lds-ring{left:auto;margin-left:0;right:10px}.dropdown-list{position:absolute;top:100%;width:100%;left:0;background-color:var(--white);z-index:10;background:var(--white);border-radius:4px;margin-top:4px;padding:10px 20px;box-shadow:0 1px 5px rgba(0,0,0,.2);max-height:170px;overflow:auto}.dropdown-list-item{font-size:14px;line-height:20px;color:var(--gray2);display:block;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:8px;transition:color .3s}.dropdown-list-item:last-child{margin-bottom:0}.dropdown-list-item:hover{color:var(--dark)}.dropdown-list-item span{font-weight:500;color:var(--dark)}.banner-logo{font-weight:500;font-size:14px;line-height:24px}.banner-logo,.banner-text{color:var(--bg-dark);font-family:var(--base-font);font-style:normal}.banner-text{font-weight:400;font-size:8px;line-height:12px}@media (max-width:425px){.banner-logo{font-size:12px}.banner-text{max-width:128px}}@media (max-width:320px){.btn--banner{padding:5px 9px 8px}}:where(html){line-height:1.15}:where(h1){font-size:2em;margin-bottom:.67em;margin-top:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-bottom:0;margin-top:0}:where(hr){box-sizing:content-box;color:inherit;height:0}:where(pre){font-family:monospace,monospace;font-size:1em}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input[type=button i]){-webkit-appearance:button}:where(button,input[type=reset i]){-webkit-appearance:button}:where(button,input[type=submit i]){-webkit-appearance:button}:where(progress){vertical-align:baseline}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input[type=button i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=color i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=reset i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=submit i])::-moz-focus-inner{border-style:none;padding:0}:where(button,input[type=button i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=color i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=reset i])::-moz-focusring{outline:1px dotted ButtonText}:where(button,input[type=submit i])::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}jdiv.notranslate{z-index:999!important}html{-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{padding:0;margin:0;width:100%;height:100%}body{-webkit-text-size-adjust:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:var(--base-font);color:var(--dark);background:var(--white);min-width:320px;font-size:16px;line-height:24px;-webkit-overflow-scrolling:touch}small{opacity:1!important}*,:after,:before{box-sizing:border-box}a{color:inherit;text-decoration:none}iframe{border:none!important}button,input,select,textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}input::-ms-clear,input::-ms-reveal{display:none;width:0;height:0}input::-webkit-contacts-auto-fill-button{display:none!important;visibility:hidden;pointer-events:none;position:absolute;right:0}select::-ms-expand{display:none}button,label,select{cursor:pointer}address,figure,ol,p,table,ul{margin:0;padding:0}b,strong{font-weight:800}ul{list-style:none}.btn--ghost{line-height:24px}.page-layout{display:grid;grid-template-columns:100%;grid-template-rows:auto 1fr auto;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);width:100%;max-width:100vw;min-width:320px}.container{max-width:1152px;width:100%;margin:0 auto;padding:0 12px}.containerForHistory{box-sizing:border-box;margin:32px auto 60px;max-width:1152px;padding:0 20px;width:100%}@media (min-width:1280px) and (max-width:1439px){.containerForHistory{margin:0 auto 60px}}.containerForVinReport{margin-top:6.063rem}@media (max-width:768px){.containerForVinReport{margin-top:3rem}}.container-fluid{width:100%;padding:0 20px}.section{padding:40px 0;position:relative;overflow:hidden}.section:last-child:not(.section--pad-0){padding-bottom:80px}.section--pt-lg{padding-top:80px}.section--pb-lg{padding-bottom:80px}.section--pad-0{padding:0}.section-title{font-weight:700;font-size:32px;line-height:38px;margin:0 0 40px}.section-title--fs-sm{font-size:28px;line-height:38px}.section-title--mb-sm{margin-bottom:24px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.section-header .section-title{margin-bottom:0}.section-header__link{font-weight:500;font-size:16px;line-height:20px;display:inline-block;transition:color .3s;color:var(--primary)}.section-header__link:hover{color:var(--primary-darker)}.swiper-slider{position:relative}.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev,.swiper-slider .swiper-button-next,.swiper-slider .swiper-button-prev{width:28px;height:28px;background:#fff;box-shadow:0 4px 30px rgba(8,88,192,.15);border-radius:50%;margin-top:-14px}.swiper-container .swiper-button-prev,.swiper-slider .swiper-button-prev{left:-12px}.swiper-container .swiper-button-next,.swiper-slider .swiper-button-next{right:-12px}.swiper-container .swiper-button-next:after,.swiper-container .swiper-button-prev:after,.swiper-slider .swiper-button-next:after,.swiper-slider .swiper-button-prev:after{font-size:11px;color:var(--gray);font-weight:700}.swiper-container .swiper-button-next:hover:after,.swiper-container .swiper-button-prev:hover:after,.swiper-slider .swiper-button-next:hover:after,.swiper-slider .swiper-button-prev:hover:after{color:var(--primary)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{display:none!important}.html-content{color:var(--dark)}.html-content address,.html-content figure,.html-content ol,.html-content p,.html-content table,.html-content ul{margin-bottom:20px}.html-content address:last-child,.html-content figure:last-child,.html-content ol:last-child,.html-content p:last-child,.html-content table:last-child,.html-content ul:last-child{margin-bottom:0}.html-content li a,.html-content p a,.html-content>a{text-decoration:none;color:var(--primary);transition:color .3s}.html-content p a:hover,.html-content>a:hover{color:var(--primary-darker)}.html-content ol{list-style:none;counter-reset:counter}.html-content ol li{counter-increment:counter;margin-bottom:16px;position:relative;padding-left:25px}.html-content ol li:before{content:counter(counter) ". ";font-weight:400;position:absolute;left:0;top:0;color:var(--primary)}.html-content ul li{margin-bottom:1em;position:relative;text-indent:-10px;margin-left:10px}.html-content ol li ol,.html-content ul li ul{padding-top:1em;padding-left:1em}.html-content ul li li:before{content:"• "}.html-content ul li:before{content:"– ";text-indent:-10px}.html-content figure{font-size:0;line-height:1;margin:40px 0}.html-content figcaption{font-weight:500;font-size:14px;line-height:19px;color:var(--gray4);padding-top:8px}.html-content blockquote{background:var(--gray2);border-radius:2px;padding:44px;margin:90px 0 44px;position:relative}.html-content blockquote:before{content:"";position:absolute;background-size:contain;width:87px;height:69px;top:-54px;right:24px}.html-content blockquote .article-author{margin-right:0;border-right:0;padding-right:0}.html-content blockquote p{margin-bottom:24px}.html-content>:first-child{margin-top:0}.html-content hr{border:0;border-top:1px solid #eeeef0;margin:40px 0}.page-cont{padding:136px 0 100px;overflow:hidden}@media (max-width:1439px){.page-cont{padding-top:104px}}.page-date{font-size:16px;line-height:24px;color:var(--gray2);margin-bottom:12px}.page-cols{display:grid;grid-template-columns:3fr 1fr;grid-gap:24px;gap:24px;align-items:flex-start}.page-title{font-weight:700;font-size:32px;line-height:38px;margin:0 0 24px}.page-title small{font-size:20px}.breadcrumbs{margin-bottom:32px;font-size:0;line-height:1;font-size:16px;line-height:22px}.breadcrumbs li{display:inline;vertical-align:middle;color:var(--gray4)}.breadcrumbs li a{transition:color .3s}.breadcrumbs li a:hover{color:var(--dark)}.breadcrumbs li:after{content:" > ";padding-right:3px}.breadcrumbs li:last-child:after{display:none}.page-links{background:var(--bg-light);border-radius:20px;padding:24px 17px 24px 24px;width:264px}.page-links .swiper-container{overflow:visible}.page-link{transition:color .3s}.page-link--active,.page-link:hover{color:var(--primary)}.page-link--active{font-weight:500}.checkbox span{transition:color .3s,font-weight .3s}.checkbox input{display:none}.checkbox:hover span{color:var(--primary)}.checkbox input:checked~span{color:var(--primary);font-weight:700}.ur-checkbox{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;margin-bottom:8px;margin-right:8px}.ur-checkbox--block{display:block}.ur-checkbox input{display:none}.ur-checkbox span{font-size:14px;line-height:20px;display:block;position:relative;padding-left:24px;color:var(--bg-dark)}.ur-checkbox span:after{background:#fff;border:1px solid var(--gray5);box-sizing:border-box}.ur-checkbox span:after,.ur-checkbox span:before{content:"";border-radius:2px;position:absolute;width:16px;height:16px;top:3px;left:0;transition:all .3s}.ur-checkbox span:before{background:var(--primary) url(/_next/static/media/checkbox.17ae8fb9.svg) no-repeat center;opacity:0;z-index:1}.ur-checkbox:hover span:after{border-color:var(--primary-light)}.ur-checkbox input:checked~span:before{opacity:1}.ur-radio{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;margin-bottom:8px;margin-right:8px}.ur-radio--block{display:block}.ur-radio input{display:none}.ur-radio span{font-size:14px;line-height:20px;display:block;position:relative;padding-left:24px;color:var(--bg-dark)}.ur-radio span:after{background:#fff;border:1px solid var(--gray5);box-sizing:border-box;border-radius:2px;width:16px;height:16px;top:3px;left:0}.ur-radio span:after,.ur-radio span:before{content:"";position:absolute;transition:all .3s;border-radius:50%}.ur-radio span:before{width:10px;height:10px;top:6px;left:3px;background:var(--primary);opacity:0;z-index:1}.ur-radio:hover span:after{border-color:var(--primary-light)}.ur-radio input:checked~span:before{opacity:1}@media (min-width:991px){.page-links .swiper-wrapper{transform:none!important;display:block}.page-links .swiper-slide{margin-bottom:8px}.page-links .swiper-slide:last-child{margin-bottom:0}}@media (max-width:1199px){.container{max-width:958px}}@media (max-width:990px){.section:not(.section--pad-0){padding:40px 0}.section:last-child:not(.section--pad-0){padding-bottom:60px}.section--pt-lg:not(.section--pad-0){padding-top:60px}.section--pb-lg:not(.section--pad-0){padding-bottom:60px}.page-cont{padding-bottom:80px}.page-cols{display:flex;flex-direction:column-reverse;gap:0}.page-links{margin-bottom:20px;width:100%;padding:0;background:none}.page-links .swiper-slide{width:auto}.breadcrumbs{margin-bottom:20px}.page-link{display:inline-block;padding:13px 20px 16px;background:var(--bg-light);border-radius:20px}.page-link--active{color:var(--primary);background:var(--bg-light)}}@media (max-width:767px){.page-title,.section-title{font-size:24px;line-height:28px;margin-bottom:24px}}@media (max-width:575px){.section-title{font-size:24px;line-height:28px;margin-bottom:24px}.section:last-child:not(.section--pad-0){padding-bottom:32px}.section--pt-lg:not(.section--pad-0){padding-top:40px}.section--pb-lg:not(.section--pad-0){padding-bottom:40px}.section-header{margin-bottom:24px}}.slick-slide{visibility:hidden}.slick-slide.slick-active{visibility:visible}.MenuItems_headerLink__rqBNV{text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MenuItems_headerLink__rqBNV>*{color:var(--text-secondary)!important;white-space:nowrap;cursor:pointer}.MenuItems_headerLink__rqBNV>:hover{color:var(--primary-darker)!important}.MenuItems_headerLink__rqBNV path{fill:currentColor}.MenuItems_headerTitleLink__z_lYy{color:var(--text-primary);font-size:15px;font-weight:500;line-height:20px;position:relative;padding:0 8px;cursor:pointer}@media(max-width:1439px){.MenuItems_headerTitleLink__z_lYy{display:flex;flex-direction:column;gap:24px;padding:16px;border-radius:16px;font-size:17px;font-weight:600;line-height:24px;background-color:var(--white)}}.MenuItems_headerTitleLinkDesktop__zblpd{display:block}@media(max-width:1439px){.MenuItems_headerTitleLinkDesktop__zblpd{display:none}}.MenuItems_headerTitleLinkMobile__zEvqH{display:none}@media(max-width:1439px){.MenuItems_headerTitleLinkMobile__zEvqH{display:block}}.MenuItems_headerTitleLink__z_lYy:hover:after{width:calc(100% - 16px)}.MenuItems_headerTitleLink__z_lYy:after{border-bottom:2px solid var(--primary);border-radius:8px;content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);display:block;width:0;transition:.3s}@media(max-width:1439px){.MenuItems_headerTitleLink__z_lYy:after{display:none}}.MenuItems_headerTitleLink__z_lYy a,.MenuItems_headerTitleLink__z_lYy a:hover{color:var(--text-primary)}.ProfileMenuCustomer_wrapper__u_YBy{display:flex;flex-direction:column;gap:24px}.ProfileMenuCustomer_link__ScK07{text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ProfileMenuCustomer_link__ScK07>*{color:var(--text-secondary)!important;white-space:nowrap;cursor:pointer}.ProfileMenuCustomer_link__ScK07>:hover{color:var(--primary-darker)!important}.ProfileMenuCustomer_link__ScK07 path{fill:currentColor}.ProfileMenuService_wrapper__tdu7C{display:flex;flex-direction:column;gap:24px}.ProfileMenuService_link__a2Sl3{text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ProfileMenuService_link__a2Sl3>*{color:var(--text-secondary)!important;white-space:nowrap;cursor:pointer}.ProfileMenuService_link__a2Sl3>:hover{color:var(--primary-darker)!important}.ProfileMenuService_link__a2Sl3 path{fill:currentColor}.Header_wrapper__53eps span>svg{color:var(--text-secondary)}.Header_wrapper__53eps span>svg:hover{color:var(--primary-darker)}@media(max-width:1170px){.Header_wrapperNoBanner__aDiQ5>header{margin-top:0}.Header_headerBanner__i2UZY{display:flex}}