@charset "utf-8";.Header{width:100%;display:block;position:fixed;top:-64px;top:calc(var(--header) * -1);z-index:10006;transition:top .2s;background:#fff;box-shadow:0 0 20px rgba(57,94,191,.1)}html:not(.with-fancybox) .Header.scrolled{top:0}body{padding-top:var(--header)}@media (max-width:500px){body>.Footer{padding-bottom:calc(var(--tabbar-size) + 14px)}}.Header__wrapper{width:var(--width);padding:0 var(--indent);margin:auto;position:relative;display:flex;align-items:center;min-height:64px}.Header__logo{font-weight:700;font-size:18px;line-height:64px;color:#111;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:fit-content;min-width:fit-content}a.Header__logo{transform:scale(1);transition:transform .2s}a.Header__logo:active{transform:scale(.95)}.Header__logo>img{min-width:130px;width:130px;min-height:auto;height:auto}.Header__logo-button{overflow:visible;padding:8px 24px;font-weight:600;font-size:14px;line-height:16px}.Header__logo-phone:not(:first-child){font-weight:700;font-size:18px;line-height:64px;color:#111;display:block;margin:auto 40px auto auto;white-space:nowrap;text-overflow:ellipsis;transform:scale(1);transition:color .2s,transform .2s}.Header__logo-phone:not(:first-child):hover{color:#006ad9}.Header__logo-phone:not(:first-child):active{transform:scale(.95)}.Header__logo-action,.Header__logo-phone:first-child{display:block;position:relative;font-size:32px;font-family:var(--font-icons)!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#0076ea;width:64px;height:64px;min-width:64px;min-height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;display:none}.Header__logo-phone.Icon{display:none}.Header__logo-action{font-size:16px}.Header__logo-nav{margin:0 0 0 60px;min-height:inherit;display:flex;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:20px}.Header__logo-group{position:relative}.Header__logo-group .Header__logo-item{display:flex;align-items:center}.Header__logo-group__in{position:absolute;top:100%;left:0;padding:10px;border-radius:0 0 8px 8px;background-color:#fff;opacity:0;pointer-events:none;transform:translateY(-24px);transition:opacity .2s,transform .2s;max-height:calc(24px * 10 + 4px * 9 + 10px * 2);height:fit-content;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;box-shadow:0 0 40px 0 rgba(181,188,197,.5)}.Header__logo-group__in::-webkit-scrollbar-thumb{background-color:#dee3e9;border-radius:16px;border:6px solid transparent;background-clip:padding-box}.Header__logo-group__in::-webkit-scrollbar-button{display:none}.Header__logo-group__in::-webkit-scrollbar{background-color:transparent;width:16px;border-radius:16px;border:6px solid transparent;background-clip:padding-box}.Header__logo-group:active .Header__logo-group__in,.Header__logo-group:hover .Header__logo-group__in{opacity:1;pointer-events:all;transform:translateY(0)}.Header__logo-group__item{display:block;padding:4px 10px;font-weight:600;font-size:14px;line-height:16px;color:#111;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:color .2s;position:relative;user-select:none}.Header__logo-group__item:active,.Header__logo-group__item:hover{color:#8a949d}.Header__logo-group__item+.Header__logo-group__item{margin-top:4px}.Header__logo-group:active .Header__logo-item,.Header__logo-group:hover .Header__logo-item{color:#8a949d}.Header__logo-nav-item{font-weight:700;font-size:14px;line-height:64px;color:#8a949d;user-select:none;display:block;position:relative;min-height:inherit;display:flex;align-items:center;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transform:scale(1);transition:color .2s,transform .2s}a.Header__logo-nav-item:active{transform:scale(.95)}.Header__logo-nav-item::after{content:'';display:block;position:absolute;height:2px;background:0 0;bottom:0;left:0;right:0;border-radius:2px 2px 0 0;pointer-events:none;transition:background .2s}.Header__logo-nav-item:hover{color:#4a5458}.Header__logo-nav-item.active{color:#111}.Header__logo-nav-item.active::after{background:#278ef4}.Header__logo-ul{margin:auto 20px auto 28px;padding-left:16px;border-left:1px solid #d2d7de}.Header__logo-ul-in{display:flex;flex-direction:column;justify-content:center;gap:4px;min-height:40px;overflow:hidden;box-sizing:border-box;padding:6px;margin:-6px;border-radius:8px}.Header__logo-li:first-child{font-weight:700;font-size:12px;line-height:14px;color:#283136;overflow:hidden;text-overflow:ellipsis;max-width:85%}.Header__logo-li:not(:first-child){font-weight:400;font-size:12px;line-height:14px;color:#283136;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Header__logo>br{display:none}.Header__burger{position:relative;width:64px;height:64px;min-width:64px;min-height:64px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0;display:none;background:0 0;transition:background .2s}.Header__burger.active{background:#ecf1f9}.Burger__wrapper{width:24px;min-width:24px;height:24px;min-height:24px;position:relative;display:block}.Burger__line{display:block;width:inherit;min-width:inherit;height:2px;min-height:2px;background-color:#0076ea;border-radius:2px;position:absolute;opacity:0;transform:rotate(0);top:0;transition:top .2s,opacity .1s,transform .1s}.Burger__line:nth-of-type(1){top:5px;opacity:1}.Burger__line:nth-of-type(2){top:11px;opacity:1}.Burger__line:nth-of-type(3){top:17px;opacity:1}.Header__burger.active .Burger__line:nth-of-type(1){top:11px;transform:rotate(45deg);transition:top .1s,opacity .1s,transform .2s}.Header__burger.active .Burger__line:nth-of-type(2){top:11px;opacity:0}.Header__burger.active .Burger__line:nth-of-type(3){top:11px;transform:rotate(-45deg);transition:top .1s,opacity .1s,transform .2s}[dir] .Header__burger-modal{background:0 0;transition:unset;backdrop-filter:unset;transform:translateX(100%);transition:transform .2s;visibility:visible;opacity:1;display:block!important;pointer-events:none;padding:0;margin:0;border-radius:0}[dir] .Header__burger-modal::-webkit-scrollbar{display:none}[dir] .Header__burger-modal.tingle-modal--visible{transform:translateX(0);pointer-events:all}[dir] .Header__burger-modal .tingle-modal-box{height:100%;width:100%;animation:unset;border-radius:0;background:#f7f9fb}[dir] .Header__burger-modal .tingle-modal-box__content{padding:64px 0 0 0;padding:var(--header) 0 0 0;height:100%;border-radius:0;transition:padding .2s}.Header__burger-modal-content{display:flex;flex-direction:column;padding:0 12px 12px 12px;position:relative;height:100%;box-shadow:inset 0 0 20px rgb(57 94 191 / 10%);-webkit-box-shadow:inset 0 0 20px rgb(57 94 191 / 10%);-webkit-appearance:none;appearance:none}.Header__burger-modal .Header__city,.Header__burger-modal .Header__nav{display:block;margin:0;padding:0}.Header__burger-modal .Header__nav-item__title{font-weight:600;font-size:15px;line-height:40px;color:#111;padding:0 16px;background:0 0;transition:background .2s,color .2s;border-radius:8px}.Header__burger-modal .Header__nav-item__title::after{display:none}.Header__burger-modal .Header__city .Header__nav-item__title{color:#1e8ffe}.Header__burger-modal .Header__nav{display:flex;flex-direction:column;gap:10px}.Header__burger-modal .Header__nav .Header__nav-item__title{display:flex;align-items:center;justify-content:space-between}.Header__burger-modal .Header__nav-item__title:hover{color:#1e8ffe;background:rgba(86,171,254,.11)}.Header__burger-modal .Header__nav .Header__nav-item__title::after{content:'';font-family:var(--font-icons)!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:10px}.Header__burger-modal .Header__nav-item__title.active{background:rgba(86,171,254,.11);color:#1e8ffe}.Header__burger-modal .Header__nav-item__menu+.Header__nav-item__title::after{display:block}.Header__burger-modal .Header__nav-item.onlyQuery{display:block}.Header__burger-modal #Header__burger-modal-slide{display:none}.Header__burger-modal .Header__burger-modal-content{overflow:hidden}.Header__burger-modal .Header__burger-modal-content>*{position:unset!important}.Header__burger-modal .Header__nav-item{width:calc(50% - 12px);position:unset}[dir] .Header__burger-modal .Header__nav-item__menu{display:flex!important;opacity:1;visibility:visible;left:unset;right:0;top:0;width:100%;padding:12px;z-index:1;height:100%;overflow:scroll;transform:translateX(calc(100% + 12px * 2));transition:.2s;gap:10px;box-shadow:unset}.Header__burger-modal #Header__burger-modal-slide:checked~*{margin-left:calc(-100% - 12px * 2)}.Header__burger-modal .Header__nav-item.active .Header__nav-item__menu{transform:translateX(0)}.Header__burger-modal .Header__nav-item__menu-item{font-weight:600;font-size:15px;line-height:40px;color:#111;padding:0 16px;background:0 0;transition:background .2s,color .2s;border-radius:8px}.Header__burger-modal .Header__nav-item__menu-item.active,.Header__burger-modal .Header__nav-item__menu-item:hover{color:#1e8ffe;background:rgba(86,171,254,.11)}.Header__burger-modal .Header__nav-item__menu-title{position:relative;margin-bottom:19px;display:flex;align-items:center;gap:8px;color:#1e8ffe}.Header__burger-modal .Header__nav-item__menu-title::after{content:'';display:block;position:absolute;left:-12px;right:-12px;height:1px;background:#e2e8ee;bottom:-13px;pointer-events:none}.Header__burger-modal .Header__city .Header__nav-item__title{position:relative;margin-bottom:29px}.Header__burger-modal .Header__city .Header__nav-item__title::after{content:'';display:block;position:absolute;left:8px;right:8px;height:1px;background:#e2e8ee;bottom:-13px;pointer-events:none}.Header__burger-modal .Header__nav-item__menu-title::before{content:'';font-family:var(--font-icons)!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative;font-size:10px}@media (max-width:1200px) and (min-width:501px){.Header__logo{font-size:14px;line-height:16px}.Header__logo>img{min-width:120px;width:120px}.Header__logo-nav{margin:0 0 0 64px;gap:18px}.Header__logo-ul{display:none}.Header__logo-phone:not(:first-child){display:none}.Header__logo-phone.Icon{display:block;margin:auto 0 auto auto;font-size:32px;color:#0076ea;font-weight:500}.Header__logo-button{margin:auto 0 auto 16px;padding:8px 16px}}@media (max-width:970px) and (min-width:501px){.Header__logo-nav{margin:0 0 0 24px;gap:12px}}@media (max-width:1024px) and (min-width:501px){.Header__wrapper{width:100%;box-sizing:border-box}}@media (max-width:768px) and (min-width:501px){.Header__wrapper{width:auto;padding:0;display:flex;justify-content:space-between;align-items:center}.Header__burger,.Header__logo-action,.Header__logo-phone:first-child{display:flex}.Header__logo-ul{display:none}.Header__logo-phone:not(:first-child){display:none}.Header__logo-button{display:none}.Header__logo{font-weight:700;font-size:14px;line-height:16px;text-align:center}.Header__logo-nav{display:none}}@media (max-width:500px){.Header__wrapper{width:auto;padding:0;display:flex;justify-content:space-between;align-items:center}.Header__burger,.Header__logo-action,.Header__logo-phone:first-child{display:flex}.Header__logo-ul{display:none}.Header__logo-phone:not(:first-child){display:none}.Header__logo-button{display:none}.Header__logo{font-weight:700;font-size:14px;line-height:16px;text-align:center}.Header__logo-nav{display:none}}.Header__burger-modal-footer{width:auto;display:flex;flex-direction:column;align-items:center;gap:20px;margin-bottom:120px;padding-top:24px;border-top:1px solid #d2d7de;margin-bottom:0}.Header__burger-modal-footer-ul{display:flex;flex-direction:column;align-items:center;gap:10px;padding:6px;margin:-6px;border-radius:8px}.Header__burger-modal-footer-li:first-child{font-weight:700;font-size:16px;line-height:19px;color:#283136}.Header__burger-modal-footer-li:not(:first-child){font-weight:400;font-size:14px;line-height:17px;color:#283136}.Header__burger-modal-footer-phone{font-weight:700;font-size:18px;line-height:22px;color:#111;margin-top:20px}.Header__burger-modal-footer-button{width:auto;min-width:320px;padding:16px 24px}@media (max-width:500px){.Header__burger-modal-footer-button{width:100%}}.Header__burger-modal-catalog,.Header__burger-modal-list{display:flex;flex-direction:column;align-items:center;margin-top:80px}.Header__burger-modal-list{gap:0;margin-top:auto;margin-bottom:auto;overflow:auto;padding-top:40px;padding-bottom:40px}.Header__burger-modal-list>*+*{margin-top:12px}.Header__burger-modal-li{position:relative;display:block;width:100%;padding:14px 24px;box-sizing:border-box;border-radius:8px;background-color:#fff;color:#889096;font-size:16px;font-weight:700;line-height:20px;text-align:left;user-select:none;cursor:pointer;transition:color .2s}summary.Header__burger-modal-li::after{content:'';display:block;position:absolute;top:50%;right:18px;transform:translateY(-50%) rotate(270deg);font-size:12px;font-family:var(--font-icons)!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#889096;width:12px;height:12px;min-width:12px;min-height:12px;display:flex;align-items:center;justify-content:center;user-select:none;transition:color .2s}.Header__burger-modal-li.active,[open]>.Header__burger-modal-li{color:#283236}[open]>summary.Header__burger-modal-li::after{color:#283236;transform:translateY(-50%) rotate(90deg)}.Header__burger-modal-list details{display:block;width:100%;box-sizing:border-box}.Header__burger-group{display:block;width:100%;box-sizing:border-box;padding:18px 0 10px 18px}.Header__burger-group>*+*{margin-top:14px}.Header__burger-group__item{display:block;width:fit-content;color:#283236;font-size:16px;font-weight:600;line-height:20px;text-align:left}body>.Bubble{position:fixed;z-index:10000;bottom:40px;left:40px;animation:Bubble-visible 1.2s cubic-bezier(.47,0,.75,.72) forwards;transform-origin:center;pointer-events:none}body>.Bubble#credit{bottom:5%;left:2%}body.tingle-enabled>.Bubble,body>.Bubble.hidden{animation:Bubble-hidden .2s cubic-bezier(.47,0,.75,.72) forwards}.Modals-modal .Bubble{position:absolute;top:-27px;left:-47px;pointer-events:none}.Modals-modal .Bubble .Bubble-close{display:none}@keyframes Bubble-visible{0%{transform:translateY(150%) scale(1);pointer-events:none}30%{transform:translateY(0) scale(1)}80%{transform:translateY(0) scale(1)}90%{transform:translateY(0) scale(1.1)}100%{transform:translateY(0) scale(1);pointer-events:all}}@keyframes Bubble-hidden{0%{transform:translateX(0)}100%{transform:translateX(-150%)}}.Bubble-content{min-width:160px;width:160px;min-height:160px;height:160px;padding:12px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;background-color:#fff;border-radius:50%;cursor:pointer;position:relative;transform:scale(1);transition:transform .2s}.Bubble#credit .Bubble-image{display:block;width:auto;height:auto}.Bubble#credit .Bubble-content{min-width:fit-content;width:fit-content;min-height:fit-content;height:fit-content;padding:0;background-color:transparent;border-radius:0}.Bubble-content:hover{transform:scale(1.05)}.Bubble-content:active{transform:scale(.95)}.Bubble#credit .Bubble-content:active{transform:scale(1)}.Bubble-content *{pointer-events:none;user-select:none}.Bubble-close{content:'';font-family:var(--font-icons)!important;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:rgba(0,0,0,.4);position:absolute;font-size:18px;min-height:18px;height:18px;min-width:18px;width:18px;top:0;right:0;bottom:0;transition:color .2s;user-select:none;cursor:pointer;z-index:5;padding:11px;margin-top:-11px;margin-right:-11px}.Bubble-close:hover{color:rgba(0,0,0,.6)}body>.Bubble#credit .Bubble-close{color:rgba(255,255,255,1);margin-top:0;margin-right:8px;text-shadow:0 0 20px #000}body>.Bubble#credit .Bubble-close:hover{color:rgba(255,255,255,.6)}body[route=tradein] .Bubble::before{content:url(/content/promo_tradein.svg);position:absolute;top:-4px;left:-16px;z-index:1;pointer-events:none}body[route=tradein] .Bubble-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:#fff;box-shadow:0 0 100px rgba(0,44,119,.16);z-index:2}body[route=tradein] .Bubble-content>span{font-weight:700;text-align:center;color:#289ed1;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}body[route=tradein] .Bubble-content>span:nth-child(1){font-size:16px;line-height:24px}body[route=tradein] .Bubble-content>span:nth-child(2){font-size:16px;line-height:24px;margin-top:-4px}body[route=tradein] .Bubble-content>span:nth-child(3){font-size:16px;line-height:24px;color:#fff;padding:4px 8px;background:linear-gradient(91.91deg,#0ccdb1 0,#4274ec 100%);border-radius:8px}body[active-modal=promo_tradein] .Modals-modal .tingle-modal-box{background:0 0}body[active-modal=promo_tradein] .Modals-modal .tingle-modal-box__content{background:#fff;border-radius:inherit;position:relative;z-index:2}body[active-modal=promo_tradein] .Modals-modal .tingle-modal-box::after{content:url(/content/promo_tradein-modal.svg);position:absolute;bottom:-28px;right:-39px;z-index:1;pointer-events:none}@media (max-width:1200px){.Bubble-content{min-width:124px;width:124px;min-height:124px;height:124px}.Bubble-close{margin-top:-15px;margin-right:-15px}body[route=tradein] .Bubble::before{transform:scale(.75);transform-origin:top left}body[route=tradein] .Bubble-content>span:nth-child(1){font-size:13px;line-height:18px}body[route=tradein] .Bubble-content>span:nth-child(2){font-size:13px;line-height:18px}body[route=tradein] .Bubble-content>span:nth-child(3){font-size:13px;line-height:18px;padding:4px 6px}}@media (max-width:768px) and (min-width:501px){body[active-modal=promo_tradein] .Modals-modal .tingle-modal-box{margin-left:calc(var(--indent) * 3);margin-right:calc(var(--indent) * 3)}}@media (max-width:500px){body .Modals-modal .tingle-modal-box::after{display:none}.Bubble{display:none!important}body>.Bubble#credit{display:block!important;bottom:calc(var(--tabbar-size) + var(--indent));left:0}.Bubble#credit .Bubble-image{width:200px}body>.Bubble#credit .Bubble-close{min-height:12px;height:12px;min-width:12px;width:12px;padding:8px;margin-right:8px;font-size:14px}.Footer{padding-bottom:30px}}.ModalHeader__cities{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:calc(100% + 6px * 2);height:fit-content;box-sizing:border-box;margin:-6px;margin-top:calc(24px - 6px)}.ModalHeader__cities-item{display:block;width:fit-content;height:fit-content;padding:12px 16px;box-sizing:border-box;border-radius:8px;background-color:#d7e6f9;margin:6px;overflow:hidden;color:#0076ea;font-size:14px;font-weight:600;line-height:18px;overflow:hidden;text-overflow:ellipsis;flex-shrink:0}