.tooltip_content__97S26{color:var(--white);padding:.75rem 1rem;background-color:var(--gray-400);border-radius:var(--corner-radius-s);position:relative;max-width:13.25rem;outline:none;display:flex;align-items:flex-start;gap:14px}.tooltip_close__qZD5N{display:none}.tooltip_arrow__I4Wf6{fill:var(--gray-400);transform:rotate(180deg)}@media screen and (max-width:1023px){.tooltip_content__97S26{max-width:14.75rem}.tooltip_close__qZD5N{display:block}.tooltip_close__qZD5N>svg{fill:var(--white)}}.color-picker_wrapper__E32ZF{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;gap:var(--space-4xs)}.color-picker_colorButtons__jX_JH{display:flex;flex-wrap:wrap;align-items:center;width:-moz-fit-content;width:fit-content;gap:var(--space-6xs)}.color-picker_label__V8jt4{display:flex;width:-moz-fit-content;width:fit-content;position:relative}.color-picker_label__V8jt4 input[type=radio]{display:none}.color-picker_buttonOuter__Ck0ac{width:48px;height:48px;border-radius:50px;flex-shrink:0;transition:border .2s;border:2px solid var(--no-color);display:flex;align-items:center;justify-content:center}.color-picker_buttonOuter__Ck0ac:after{content:"";width:36px;height:36px;border-radius:70px;background:var(--colorVariable)}.color-picker_lightColor__CrHkw:after{border:2px solid var(--gray-300);box-sizing:border-box;transition:border .3s}.color-picker_label__V8jt4 input:checked+.color-picker_buttonOuter__Ck0ac{border-color:var(--colorVariable)}.color-picker_label__V8jt4 input:checked+.color-picker_lightColor__CrHkw{border:2px solid var(--gray-300)}.color-picker_label__V8jt4 input:disabled+.color-picker_buttonOuter__Ck0ac{opacity:.2}.drag-and-drop_container__yWnSY{border:1px dashed var(--red-300);border-radius:var(--corner-radius-m);height:11.5rem;width:100%;overflow:hidden;transition:background-color .1s,border-color .1s;position:relative}.drag-and-drop_container__yWnSY:focus,.drag-and-drop_container__yWnSY:hover{background-color:var(--gray-100);border-color:var(--red-200)}.drag-and-drop_container__yWnSY.drag-and-drop_error__WpW9_{border-color:var(--red-300)}.drag-and-drop_container__yWnSY img{width:100%;height:100%;object-fit:cover}.drag-and-drop_havePreview__VLJJ6{border:none;max-width:184px}.drag-and-drop_clear__rnAdP{width:2rem;height:2rem;border-radius:50%;background:var(--white);position:absolute;top:.5rem;right:.5rem;z-index:4;display:flex;align-items:center;justify-content:center}.drag-and-drop_clear__rnAdP svg{fill:var(--black)}.drag-and-drop_text___JuSw{display:flex;align-items:center;justify-content:center;padding:0 1rem;flex-direction:column;gap:8px;height:100%;text-align:center}.drag-and-drop_text___JuSw p span{color:var(--red-300);cursor:pointer}.drag-and-drop_icon__IqEQW{width:60px;height:60px;border-radius:50%;background-color:var(--orange-100);margin-bottom:8px;display:flex;align-items:center;justify-content:center}.drag-and-drop_icon__IqEQW svg{fill:var(--red-300)}.drag-and-drop_p__qbIOS{text-align:center}.drag-and-drop_p__qbIOS>span{display:block}.drag-and-drop_p__qbIOS>span:first-letter{text-transform:uppercase}@media screen and (max-width:575px){.drag-and-drop_container__yWnSY{height:130px}.drag-and-drop_text___JuSw{gap:0}.drag-and-drop_icon__IqEQW{width:54px;height:54px}.drag-and-drop_p__qbIOS span{display:none}}.dropdown_trigger__NZOdo{border-radius:30px;border:1px solid var(--gray-200);padding:0 1.5rem;height:54px;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border-color .2s;background-color:var(--white);line-height:20px;text-align:left}.dropdown_trigger__NZOdo~div[data-radix-popper-content-wrapper]{z-index:3!important}.dropdown_trigger__NZOdo.dropdown_placeholder__2i96e,.dropdown_trigger__NZOdo[data-placeholder]{color:var(--gray-400)}.dropdown_trigger__NZOdo svg{fill:var(--black)}.dropdown_trigger__NZOdo[data-state=open]{border-color:var(--red-300)}.dropdown_trigger__NZOdo[data-state=open] .dropdown_icons__sM1xd>svg{transform:rotate(180deg)}.dropdown_trigger__NZOdo:disabled{background-color:var(--gray-100);color:var(--gray-300)}.dropdown_trigger__NZOdo[data-placeholder]{color:var(--gray-300)}.dropdown_trigger__NZOdo:disabled svg{fill:var(--gray-300)}.dropdown_trigger__NZOdo.dropdown_error__hIQ1h{border-color:var(--red-300)}.dropdown_icons__sM1xd{display:flex;align-items:center;gap:16px}.dropdown_arrow__SbI4_,.dropdown_clear__VNl1L{width:16px;height:16px}.dropdown_icons__sM1xd>span{display:flex;align-items:center;justify-content:center}.dropdown_icons__sM1xd>span>svg{fill:var(--gray-400)}.dropdown_content__1k2_V{box-shadow:var(--shadow-100);border-radius:var(--corner-radius-m);background-color:var(--white);overflow:hidden;width:var(--radix-select-trigger-width);max-height:248px}.dropdown_item__imBYi{padding:1rem 1.5rem;transition:background-color .2s;outline:none;cursor:pointer}.dropdown_item__imBYi:focus,.dropdown_item__imBYi:hover{background-color:var(--gray-100)}.dropdown_item__imBYi[data-state=checked]{color:var(--red-300);display:flex;align-items:center;justify-content:space-between}.dropdown_item__imBYi[data-state=checked] svg{fill:var(--red-300)}.input_label__MaNqr{display:block;position:relative;z-index:1}.input_label__MaNqr input,.input_label__MaNqr textarea{border-radius:30px;border:1px solid var(--gray-200);padding:15px 23px;width:100%;transition:border-color .2s;background-color:var(--white);cursor:text;resize:none;display:block;line-height:22px}.input_label__MaNqr input[type=date]::-webkit-calendar-picker-indicator{display:none}.input_label__MaNqr input::placeholder,.input_label__MaNqr textarea::placeholder{color:var(--gray-400)}.input_label__MaNqr:not(.input_error__IoO3s) input:hover,.input_label__MaNqr:not(.input_error__IoO3s) textarea:hover{border-color:var(--gray-300)}.input_error__IoO3s input,.input_error__IoO3s textarea,.input_label__MaNqr:not(.input_error__IoO3s) input:focus,.input_label__MaNqr:not(.input_error__IoO3s) textarea:focus{border-color:var(--red-300)}.input_label__MaNqr input:disabled,.input_label__MaNqr textarea:disabled{background-color:var(--gray-100);color:var(--gray-400)}.input_label__MaNqr input:disabled::placeholder,.input_label__MaNqr textarea:disabled::placeholder{color:var(--gray-300)}.input_label__MaNqr input:placeholder-shown~.input_check__EEunV,.input_label__MaNqr textarea:placeholder-shown~.input_check__EEunV{display:none}.input_icon__fX2DB,.input_icons__Pg71o{width:1rem;height:1rem;position:absolute;z-index:2;top:19px;right:1.5rem}.input_icons__Pg71o{width:auto}.input_icon__fX2DB svg{fill:var(--black)}.input_text__H_SnN{position:absolute;top:1px;height:52px;background:var(--white);right:24px;display:flex;align-items:center;color:var(--gray-400)}.input_label__MaNqr input:not(:placeholder-shown)~.input_text__H_SnN{right:48px}.Combobox_combobox__zmNXI div[data-radix-popper-content-wrapper]{z-index:3!important}.Combobox_input__U9Wh9:read-only:not(:disabled){cursor:pointer}.Combobox_input__U9Wh9:disabled{cursor:default}.Combobox_icons__liDZG{display:flex;gap:8px;height:1rem;align-items:center}.Combobox_arrow__G5WlT,.Combobox_clear__n_jVZ{display:flex;align-items:center;justify-content:center;padding:4px}.Combobox_arrow__G5WlT svg,.Combobox_clear__n_jVZ svg{height:16px;width:16px}.Combobox_arrow__G5WlT{color:var(--black)}.Combobox_arrow__G5WlT svg{fill:var(--black)}.Combobox_clear__n_jVZ{color:var(--gray-400)}.Combobox_clear__n_jVZ svg{fill:var(--gray-400)}.Combobox_iconsOpen__5jKq_ .Combobox_arrow__G5WlT{transform:scaleY(-1)}.Combobox_content__nlZ_A{box-shadow:var(--shadow-100);border-radius:var(--corner-radius-m);background-color:var(--white);overflow:auto;width:var(--radix-popper-anchor-width);max-height:248px}.Combobox_content__nlZ_A :not(:first-child) .Combobox_groupTitle__zQdFe{border-top:1px solid var(--gray-200)}.Combobox_groupTitle__zQdFe{padding:1rem 1.5rem;color:var(--gray-400);border-bottom:1px solid var(--gray-200)}.ComboboxOption_option__U9Dej{padding:1rem 1.5rem;transition:background-color .2s;outline:none}.ComboboxOption_option__U9Dej:not(.ComboboxOption_skeleton__19R5u){cursor:pointer}.ComboboxOption_option__U9Dej :focus,.ComboboxOption_option__U9Dej:not(.ComboboxOption_skeleton__19R5u):hover{background-color:var(--gray-100)}.ComboboxOption_option__U9Dej[data-state=checked]{color:var(--red-300);display:flex;align-items:center;justify-content:space-between}.ComboboxOption_option__U9Dej[data-state=checked] svg{fill:var(--red-300)}.QuickAppointment_header__63cka{align-items:center}.QuickAppointment_form__pB3rJ{display:flex;flex-direction:column;gap:32px}.QuickAppointment_footer__gQpCD{justify-content:center}.QuickAppointment_button__89CkQ svg{width:24px;height:24px}@keyframes modal_overlay-show__S_IUv{0%{opacity:0}to{opacity:1}}.modal_overlay__owgya{position:fixed;animation:modal_overlay-show__S_IUv .15s cubic-bezier(.16,1,.3,1);padding:var(--space-m);display:flex;width:100%;height:100%;justify-content:center;background:var(--transparent-gray-400);overflow:hidden;z-index:999;inset:0}.modal_wrap__gWuVQ{max-width:648px;width:100%;background:var(--white);border-radius:var(--corner-radius-l);display:grid;grid-template-rows:auto 1fr;max-height:min(80vh,800px);overflow:hidden;margin:auto}.modal_close__YB_qs{width:54px;height:54px;border:1px solid var(--transparent-gray-200);border-radius:30px;display:flex;align-items:center;justify-content:center}.modal_close__YB_qs svg{fill:var(--gray-400);width:24px;height:24px}@media screen and (max-width:768px){.modal_overlay__owgya{padding:0}.modal_wrap__gWuVQ{min-height:100%;border-radius:0;max-width:unset}.modal_close__YB_qs{width:32px;height:32px}.modal_close__YB_qs svg{width:16px;height:16px}}.create_titleBlock__CpmnT{padding-top:12px;width:100%;flex-direction:column;gap:12px;align-items:flex-start}.create_form__Mg4F9{display:flex;flex-direction:column;gap:var(--space-xs)}.create_footer__jE__y{align-items:center;padding:var(--space-2xs) var(--space-s);justify-content:space-between}.create_textBlock__7L4DB{display:flex;width:-moz-fit-content;width:fit-content;gap:var(--space-6xs);align-items:center;margin-right:auto}@media screen and (max-width:575px){.create_titleBlock__CpmnT{padding-top:3px}.create_footer__jE__y{align-items:center;padding:var(--space-3xs) var(--space-xs);flex-direction:column-reverse;gap:var(--space-3xs);text-align:center}.create_footer__jE__y>button:last-child{width:100%}.create_textBlock__7L4DB{align-items:center;margin-right:unset;flex-wrap:wrap}}.LazyModal_wrapper__vfGbN{overflow:inherit;display:inherit}.LazyModal_formHeader__kKQfM{display:flex;flex-direction:column;row-gap:4px}.LazyModal_form__meqzr{display:flex;flex-direction:column;gap:32px;overflow:auto;height:100vh}.LazyModal_loader__Qnjla{justify-content:center}.CarLoader_loader__E7DjU{display:flex;align-items:center;justify-content:center}.CarLoader_loader__E7DjU g{stroke:var(--red-300)}.CarLoader_loader__E7DjU.CarLoader_large__NflM5{transform:translateX(-20px)}.CarLoader_carBody__6jQfV{animation:CarLoader_shake__01CdV .2s ease-in-out infinite alternate}.CarLoader_carLine__vMBIO{transform-origin:center right;stroke-dasharray:22;animation:CarLoader_line__OA5h5 .8s ease-in-out infinite;animation-fill-mode:both}.CarLoader_carLineTop__qEU_l{animation-delay:0s}.CarLoader_carLineMiddle__wWeaQ{animation-delay:.2s}.CarLoader_carLineBottom__E_1p2{animation-delay:.4s}@keyframes CarLoader_shake__01CdV{0%{transform:translateY(-1%)}to{transform:translateY(3%)}}@keyframes CarLoader_line__OA5h5{0%{stroke-dashoffset:22}25%{stroke-dashoffset:22}50%{stroke-dashoffset:0}51%{stroke-dashoffset:0}80%{stroke-dashoffset:-22}to{stroke-dashoffset:-22}}.map_wrapper__7fah_{position:relative;padding:0;height:100%;width:100%}.map_fakeMap__w4EgD{position:absolute;left:0;top:0}.map_map__9CJAE{position:relative;height:780px;border-radius:var(--corner-radius-l);overflow:hidden;background-color:var(--gray-300)}.map_cluster__TPkGE{background-color:var(--red-300);width:40px;height:40px;color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center}@media screen and (max-width:1200px){.map_map__9CJAE{height:736px}}@media screen and (max-width:1024px){.map_map__9CJAE{height:720px}}@media screen and (max-width:768px){.map_map__9CJAE{height:320px;border-radius:0 0 var(--corner-radius-l) var(--corner-radius-l)}}@media screen and (max-width:576px){.map_map__9CJAE .balloon-button{display:none}}.DesktopMap_back__kDPDE{color:var(--red-300);padding-bottom:1.5rem;border-bottom:1px solid var(--transparent-gray-200);display:flex;align-items:center;gap:8px;width:100%}.DesktopMap_back__kDPDE svg{height:24px;width:24px;fill:var(--red-300)}.DesktopMap_searchWrapper__7oL9J{border-radius:var(--corner-radius-m);background-color:var(--white);position:absolute;z-index:2;top:40px;bottom:40px;left:40px;width:100%;max-width:26.5rem;padding:1.5rem;display:flex;flex-direction:column;row-gap:16px}.MapSearch_wrapper__YUmCy{padding:24px 36px;border-radius:var(--corner-radius-m) var(--corner-radius-m) 0 0;display:flex;flex-direction:column;row-gap:16px}.MapSearch_actions__M0c0_{display:grid;grid-template-columns:1fr auto auto;grid-column-gap:8px;column-gap:8px;align-items:center;color:var(--gray-400)}.MapSearch_actionButton__HbPOs{width:54px;height:54px;border:1px solid var(--transparent-gray-200);border-radius:30px;display:flex;align-items:center;justify-content:center}.MapSearch_reset__Oj0iW{color:var(--red-300);margin-left:auto}@media screen and (max-width:575px){.MapSearch_wrapper__YUmCy{padding:1rem}}.MapModal_wrapper__QjzM1{position:fixed;top:0;left:0;z-index:99;width:100%;height:100%;background-color:var(--white);padding:1rem 1.5rem;display:grid;grid-template-rows:auto 1fr auto;grid-gap:16px;gap:16px}.MapModal_header___dEHS{padding-bottom:1.5rem;border-bottom:1px solid var(--transparent-gray-200);display:grid;grid-template-columns:repeat(3,1fr);align-items:center;font-weight:var(--font-medium)}.MapModal_title__reKuD{margin:auto}.MapModal_back__GB0Pm{margin-right:auto;display:flex;column-gap:8px;align-items:center;color:var(--red-300)}.MapModal_back__GB0Pm svg{fill:var(--red-300)}.MapModal_content__75_86{height:100%;overflow-y:auto;display:grid;grid-template-rows:1fr auto}.MobileMap_wrapper__lFM3W{display:flex;flex-direction:column;flex-grow:1}@media screen and (max-width:576px){.MobileMap_wrapper__lFM3W{height:unset}}.HeroSection_section__WcNnj{display:flex;padding:0!important;height:564px;justify-content:space-between;align-items:flex-end}.HeroSection_content__0QvdJ{display:flex;gap:var(--space-s);flex-direction:column;max-width:674px;flex-shrink:0}.HeroSection_titleWrapper__lSp3m{display:flex;flex-direction:column;gap:16px;padding:40px 12px 0 40px}.HeroSection_imgWrapper__PESSf{height:100%;overflow:hidden}.HeroSection_img__2cpoD{object-position:left bottom;object-fit:cover;height:100%;width:auto;max-width:680px}.HeroSection_footer__JWb7j{display:flex;flex-direction:column;gap:40px;padding:0 12px 40px 40px}.HeroSection_footer__JWb7j:before{content:"";height:1px;background:var(--transparent-gray-300);display:block;width:100%}@media screen and (max-width:1199px){.HeroSection_content__0QvdJ{max-width:520px}.HeroSection_titleWrapper__lSp3m{padding:36px 12px 0 36px}.HeroSection_footer__JWb7j{padding:0 12px 36px 36px}}@media screen and (max-width:1023px){.HeroSection_content__0QvdJ{max-width:460px}}@media screen and (max-width:919px){.HeroSection_section__WcNnj{height:unset;flex-direction:column}.HeroSection_content__0QvdJ{max-width:unset}.HeroSection_titleWrapper__lSp3m{padding:36px 36px 0}.HeroSection_footer__JWb7j{padding:0 36px 36px}.HeroSection_imgWrapper__PESSf{align-self:flex-end}.HeroSection_img__2cpoD{height:auto;width:100%}}@media(max-width:767px){.HeroSection_titleWrapper__lSp3m{gap:8px}.HeroSection_footer__JWb7j{display:flex;flex-direction:column;gap:var(--space-s)}}@media(max-width:575px){.HeroSection_titleWrapper__lSp3m{padding:16px 16px 0}.HeroSection_footer__JWb7j{padding:0 16px 16px}}.Balloon_wrapper__VYmsk{display:flex;flex-direction:column;justify-content:space-between;row-gap:8px;width:100%}.Balloon_workStatus__bPLps{padding-right:32px}@media screen and (max-width:576px){.Balloon_wrapper__VYmsk{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;row-gap:16px}}.car-picker_carCard__Fqy58{display:flex;align-items:center;border-radius:var(--corner-radius-m);border:1px solid var(--transparent-gray-200);gap:var(--space-3xs);padding:var(--space-5xs);width:100%}.car-picker_carCard__Fqy58:hover,.car-picker_chosen__V7Mvo{border-color:var(--red-300)}.car-picker_imageBlock__2fFPH{position:relative;width:120px;height:72px;border-radius:var(--corner-radius-s);overflow:hidden;flex-shrink:0}.car-picker_imageBlock__2fFPH img{position:absolute;width:100%;height:100%;object-fit:cover;left:0;top:0}.car-picker_dataBlock__qklhP{display:flex;gap:4px;flex-direction:column;align-items:flex-start}.car-picker_dataBlock__qklhP p{color:var(--gray-400)}.car-picker_carCard__Fqy58:disabled,.car-picker_carCard__Fqy58:disabled p{color:var(--transparent-gray-200)}.car-picker_carCard__Fqy58:disabled .car-picker_imageBlock__2fFPH{opacity:.4}.radio_label__zVPCX{gap:var(--space-6xs);flex-direction:column}.radio_label__zVPCX,.radio_wrap__38J1t{display:flex;width:-moz-fit-content;width:fit-content}.radio_wrap__38J1t{flex-shrink:0;gap:var(--space-4xs);align-items:flex-start}.radio_label__zVPCX input[type=radio]{display:none}.radio_box__MLhdw{display:flex;width:24px;height:24px;position:relative;flex-shrink:0;border:1px solid var(--gray-200);border-radius:80px;background:inherit;transition:background .2s,border .2s}.radio_errorBox__yhUSI:after,.radio_safeBox___dP5y:after{content:"";position:absolute;left:calc(50% - 4px);top:calc(50% - 4px);width:8px;height:8px;border-radius:50%;background:inherit}.radio_wrap__38J1t span{transition:color .2s;padding-top:1px}.radio_label__zVPCX input[type=radio]:disabled+.radio_wrap__38J1t{cursor:not-allowed}.radio_label__zVPCX input:focus+.radio_wrap__38J1t .radio_box__MLhdw,.radio_label__zVPCX:hover .radio_box__MLhdw{border-color:var(--red-300)}.radio_label__zVPCX input:disabled+.radio_wrap__38J1t .radio_box__MLhdw{background:var(--gray-100);border-color:var(--gray-300)}.radio_label__zVPCX input:disabled+.radio_wrap__38J1t span{color:var(--gray-300)}.radio_errorBox__yhUSI,.radio_label__zVPCX input:checked+.radio_wrap__38J1t .radio_box__MLhdw,.radio_label__zVPCX input:disabled+.radio_wrap__38J1t .radio_errorBox__yhUSI,.radio_label__zVPCX input:focus+.radio_wrap__38J1t .radio_box__MLhdw,.radio_label__zVPCX:hover .radio_wrap__38J1t .radio_errorBox__yhUSI{border-color:var(--red-300)}.radio_label__zVPCX input:checked+.radio_wrap__38J1t .radio_safeBox___dP5y:after{background:var(--red-300)}.radio_label__zVPCX input:checked+.radio_wrap__38J1t:hover .radio_box__MLhdw{border-color:var(--red-200)}.radio_label__zVPCX input:checked+.radio_wrap__38J1t:hover .radio_safeBox___dP5y:after{background:var(--red-200)}.radio_label__zVPCX input:checked:disabled+.radio_wrap__38J1t .radio_box__MLhdw{border-color:var(--gray-300);background:var(--gray-100)}.radio_label__zVPCX input:checked:disabled+.radio_wrap__38J1t .radio_box__MLhdw:after{background:var(--gray-300)}.radio_label__zVPCX input:checked+.radio_wrap__38J1t .radio_errorBox__yhUSI,.radio_label__zVPCX input:checked+.radio_wrap__38J1t:hover .radio_errorBox__yhUSI{border-color:var(--red-300);background:inherit}.radio_label__zVPCX input:checked+.radio_wrap__38J1t .radio_errorBox__yhUSI:after{background:var(--red-300)}.radio_label__zVPCX input:checked:disabled+.radio_wrap__38J1t .radio_errorBox__yhUSI{border-color:var(--red-300)}.Agreement_link__1Nui5{color:var(--red-300)}.checkbox_label__A6nX1{gap:var(--space-6xs);flex-direction:column}.checkbox_label__A6nX1,.checkbox_wrap__7Ml1d{display:flex;width:-moz-fit-content;width:fit-content}.checkbox_wrap__7Ml1d{flex-shrink:0;gap:var(--space-4xs);align-items:flex-start}.checkbox_label__A6nX1 input[type=checkbox]{opacity:0;display:none}.checkbox_label__A6nX1 a{color:var(--red-300)}.checkbox_box__Pdxdg{display:flex;width:24px;height:24px;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--gray-200);border-radius:var(--corner-radius-xs);background:inherit;transition:background .2s,border .2s}.checkbox_box__Pdxdg svg{display:flex;width:16px;height:16px;fill:none;transition:fill .2s}.checkbox_wrap__7Ml1d span{transition:color .2s;padding-top:1px}.checkbox_label__A6nX1 input[type=checkbox]:disabled+.checkbox_wrap__7Ml1d{cursor:not-allowed}.checkbox_label__A6nX1 input:hover+.checkbox_wrap__7Ml1d .checkbox_box__Pdxdg,.checkbox_label__A6nX1:hover .checkbox_box__Pdxdg{border-color:var(--gray-400)}.checkbox_label__A6nX1 input:disabled+.checkbox_wrap__7Ml1d .checkbox_box__Pdxdg{background:var(--gray-100);border-color:var(--gray-200)}.checkbox_label__A6nX1 input:disabled+.checkbox_wrap__7Ml1d span{color:var(--gray-300)}.checkbox_errorBox___XtU6,.checkbox_label__A6nX1 input:disabled+.checkbox_wrap__7Ml1d .checkbox_errorBox___XtU6,.checkbox_label__A6nX1:hover .checkbox_wrap__7Ml1d .checkbox_errorBox___XtU6{border-color:var(--red-300)}.checkbox_label__A6nX1 input:checked+.checkbox_wrap__7Ml1d .checkbox_box__Pdxdg{border-color:var(--red-300);background:var(--red-300)}.checkbox_label__A6nX1 input:checked+.checkbox_wrap__7Ml1d .checkbox_box__Pdxdg svg{fill:var(--white)}.checkbox_label__A6nX1 input:checked:disabled+.checkbox_wrap__7Ml1d .checkbox_box__Pdxdg{border-color:var(--gray-100);background:var(--gray-100)}.checkbox_label__A6nX1 input:checked:disabled+.checkbox_wrap__7Ml1d .checkbox_box__Pdxdg svg{fill:var(--gray-300)}.checkbox_label__A6nX1 input:checked+.checkbox_wrap__7Ml1d .checkbox_errorBox___XtU6{border-color:var(--red-300);background:inherit}.checkbox_label__A6nX1 input:checked+.checkbox_wrap__7Ml1d .checkbox_errorBox___XtU6 svg{fill:var(--red-300)}.checkbox_label__A6nX1 input:checked:disabled+.checkbox_wrap__7Ml1d .checkbox_errorBox___XtU6{border-color:var(--red-300)}.AddFromMyCars_wrapper__fQzBm{display:flex;flex-direction:column;row-gap:8px}.Success_block__cAJNX{display:flex;flex-direction:column;row-gap:4px}.appointment_stepWrapper__NzL5e{overflow:inherit;display:inherit}.appointment_stepWrapper__NzL5e.appointment_map__vkuvh .appointment_footer__7Pdmp,.appointment_stepWrapper__NzL5e.appointment_success__eIRQ3 .appointment_footer__7Pdmp,.appointment_stepWrapper__NzL5e.appointment_success__eIRQ3 .appointment_formHeader__SKp4e{display:none}.appointment_formHeader__SKp4e{display:flex;flex-direction:column;row-gap:4px}.appointment_map__vkuvh .appointment_form__f6lVN{display:flex;flex-direction:column;gap:2rem}.appointment_success__eIRQ3 .appointment_form__f6lVN span{color:var(--gray-400)}.appointment_loader__MuRpH{justify-content:center}.appointment_form__f6lVN{display:flex;flex-direction:column;gap:32px;overflow:auto;height:100vh}.AppointmentBreadcrumbs_breadcrumbs__9NR_9:has(.AppointmentBreadcrumbs_pickCar__WETGD):has(.AppointmentBreadcrumbs_createCar__3cipS) .AppointmentBreadcrumbs_pickCar__WETGD{display:none}.AppointmentBreadcrumbs_breadcrumbs__9NR_9.AppointmentBreadcrumbs_createCar__3cipS .AppointmentBreadcrumbs_pickCar__WETGD{display:flex;align-items:center;column-gap:8px;flex-direction:row-reverse}.AppointmentBreadcrumbs_breadcrumbs__9NR_9.AppointmentBreadcrumbs_createCar__3cipS .AppointmentBreadcrumbs_pickCar__WETGD .AppointmentBreadcrumbs_arrow__gveBt{transform:scaleX(-1)}.AppointmentBreadcrumbs_breadcrumbs__9NR_9 .AppointmentBreadcrumbs_map__yGg_k .AppointmentBreadcrumbs_stepData__fgumu{max-width:124px;text-overflow:ellipsis;overflow:hidden}.AppointmentBreadcrumbs_breadcrumb__ppB6T{display:flex;align-items:center;column-gap:8px}@media screen and (max-width:576px){.AppointmentBreadcrumbs_modal_breadcrumbs__sCNz2 .AppointmentBreadcrumbs_modal_breadcrumb_address__pxDZO{max-width:72px}}.recover-password_titleBlock__0PjY_{padding-top:12px;width:100%;flex-direction:column;gap:12px;align-items:flex-start}.recover-password_form___Iluc{display:flex;flex-direction:column;gap:var(--space-s);padding:var(--space-xs) var(--space-s)}.recover-password_footer__eV63i{padding:var(--space-2xs) var(--space-s)}@media screen and (max-width:575px){.recover-password_titleBlock__0PjY_{padding-top:3px}.recover-password_footer__eV63i{padding:var(--space-3xs) var(--space-xs)}}.login_form__bVThZ{display:flex;flex-direction:column;gap:var(--space-s);padding:var(--space-xs) var(--space-s)}.login_title__ENsH_{padding-top:12px}.login_fields__YB4Jt{display:flex;flex-direction:column;gap:var(--space-xs);width:100%}.login_inputBlock__gW28T{display:flex;flex-direction:column;gap:var(--space-2xs);width:100%}.login_footer__aimv2{align-items:center;padding:var(--space-2xs) var(--space-s);gap:var(--space-3xs)}.login_textBlock__kTkKh{display:flex;width:-moz-fit-content;width:fit-content;gap:var(--space-6xs);align-items:center;margin-right:auto}@media screen and (max-width:575px){.login_title__ENsH_{padding-top:3px}.login_errorBlock__dfum1,.login_form__bVThZ{padding:var(--space-xs)}.login_form__bVThZ{gap:var(--space-s)}.login_footer__aimv2{align-items:center;padding:var(--space-3xs) var(--space-xs);flex-direction:column-reverse;text-align:center}.login_footer__aimv2>button{width:100%}.login_textBlock__kTkKh{align-items:center;margin-right:unset;flex-wrap:wrap}}.new-password-modal_title__YzWXF{padding-top:12px}.new-password-modal_fields__xl56E{display:flex;flex-direction:column;gap:var(--space-xs);width:100%}.new-password-modal_inputBlock__r9MbK{display:flex;flex-direction:column;gap:var(--space-5xs);width:100%}.new-password-modal_help__0fFFc{color:var(--gray-400)}@media screen and (max-width:575px){.new-password-modal_title__YzWXF{padding-top:3px}.new-password-modal_footer__5J_o6>button{width:100%}}.personal-info_form__eGgrf{display:flex;flex-direction:column;gap:var(--space-s);width:100%;padding:var(--space-xs) var(--space-s)}.personal-info_title__zT35t{padding-top:12px}.personal-info_formSection__niYBS{display:flex;flex-direction:column;gap:var(--space-xs);width:100%}.personal-info_formSection__niYBS:first-child{padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-200)}.personal-info_inputBlock__fHhKD{display:flex;flex-direction:column;gap:var(--space-5xs);width:100%}.personal-info_inputBlock__fHhKD>p{color:var(--gray-400)}.personal-info_footer__0YCYN{gap:var(--space-3xs)}@media screen and (max-width:575px){.personal-info_title__zT35t{padding-top:3px}.personal-info_errorBlock__kEm5F{padding:var(--space-xs)}.personal-info_form__eGgrf{gap:var(--space-s);padding:var(--space-xs)}.personal-info_footer__0YCYN{align-items:center;padding:var(--space-3xs) var(--space-xs);flex-direction:column-reverse;text-align:center}.personal-info_footer__0YCYN>button{width:100%}.personal-info_textBlock__hfecI{align-items:center;margin-right:unset;flex-wrap:wrap}}.send-code-modal_titleBlock__0cwqA{padding-top:12px;width:100%;flex-direction:column;gap:12px;align-items:flex-start}.send-code-modal_footer__XEwKH{align-items:center;padding:var(--space-2xs) var(--space-s);justify-content:space-between}.send-code-modal_sendButton__hDpHO{padding:0 1rem;width:100%;max-width:280px}.send-code-modal_form__1dNSN>div>label{max-width:220px}.send-code-modal_textBlock__2Art_{display:flex;width:-moz-fit-content;width:fit-content;gap:var(--space-6xs);align-items:center;margin-right:auto;flex-wrap:wrap}@media screen and (max-width:575px){.send-code-modal_titleBlock__0cwqA{padding-top:3px}.send-code-modal_footer__XEwKH{padding:var(--space-3xs) var(--space-xs);flex-direction:column-reverse;gap:var(--space-3xs);text-align:center}.send-code-modal_footer__XEwKH>button:last-child{width:100%}.send-code-modal_form__1dNSN>div>label{max-width:unset}.send-code-modal_textBlock__2Art_{align-items:center;margin-right:unset;flex-wrap:wrap}}@keyframes burger-menu_overlay-show__tCs0c{0%{transform:translateX(100%)}to{transform:translateX(0)}}.burger-menu_overlay__od_Pj{display:none}.burger-menu_entry__FOIjK{width:100%}.burger-menu_entry__FOIjK svg{height:24px;width:24px}@media screen and (max-width:1023px){.burger-menu_menuHeader__sevAi{display:grid;grid-template-columns:1fr 54px;grid-gap:24px;gap:24px;align-items:flex-start;margin-bottom:var(--space-s)}.burger-menu_phone__rGA81{color:var(--gray-400);width:-moz-fit-content;width:fit-content;transition:color .3s;margin-top:16px}.burger-menu_phone__rGA81:hover{color:var(--black-text)}.burger-menu_menuMain__UIg5k{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow:auto;width:100%}.burger-menu_menuMain__UIg5k::-webkit-scrollbar{display:none}.burger-menu_groupButtons__QiRTn{display:grid;grid-template-columns:1fr 1fr;align-items:center;width:100%;margin-bottom:var(--space-xs);grid-gap:var(--space-5xs);gap:var(--space-5xs)}.burger-menu_groupButtons__QiRTn>a,.burger-menu_groupButtons__QiRTn>button{width:100%}.burger-menu_servicesButtons__G4zBB{width:100%;display:flex;flex-direction:column;gap:var(--space-4xs);margin-bottom:32px}.burger-menu_servicesButton__ucUai{width:100%;padding:0 var(--space-2xs);justify-content:flex-start;border-radius:var(--corner-radius-m);height:72px}.burger-menu_navigation__mYxOl{width:100%;display:flex;flex-direction:column;gap:var(--space-3xs)}.burger-menu_navButton__WeD0Q{width:100%;align-items:center;justify-content:space-between;padding-bottom:var(--space-3xs);border-bottom:1px solid var(--transparent-gray-200);display:flex}.burger-menu_navigation__mYxOl .burger-menu_navButton__WeD0Q:last-child{padding-bottom:0;border-bottom:none}.burger-menu_buttonIcon__Edw60{width:54px;height:54px;border-radius:50%;border:1px solid var(--transparent-gray-200);display:flex;flex-shrink:0;align-items:center;justify-content:center}.burger-menu_buttonIcon__Edw60>svg{width:24px;height:24px;fill:var(--black-text)}.burger-menu_overlay__od_Pj{position:fixed;display:flex;width:100%;height:100%;justify-content:right;background:var(--transparent-gray-400);overflow:hidden;z-index:99;inset:0}.burger-menu_wrap__Zf0co{max-width:626px;width:81.5%;background:var(--white);border-radius:var(--corner-radius-l) 0 0 var(--corner-radius-l);display:flex;flex-direction:column;height:100%;padding:24px 24px 40px 40px;animation:burger-menu_overlay-show__tCs0c .3s}.burger-menu_close__HVKSP{width:54px;height:54px;border:1px solid var(--transparent-gray-200);border-radius:30px;display:flex;align-items:center;justify-content:center}.burger-menu_close__HVKSP svg{fill:var(--gray-400);width:24px;height:24px}}@media screen and (max-width:575px){.burger-menu_menuHeader__sevAi{margin-bottom:var(--space-3xs)}.burger-menu_phone__rGA81{margin-top:var(--space-4xs)}.burger-menu_groupButtons__QiRTn{grid-template-columns:1fr}.burger-menu_servicesButtons__G4zBB{gap:var(--space-5xs);margin-bottom:24px}.burger-menu_servicesButton__ucUai{height:64px}.burger-menu_wrap__Zf0co{max-width:100%;width:100%;margin-left:24px;padding:12px 12px 24px 24px}}.Header_header__MwWvM{width:100%;position:fixed;top:0;left:50%;transform:translateX(-50%);z-index:50;max-width:1400px;background-color:var(--gray-200);border-radius:0 0 var(--corner-radius-l) var(--corner-radius-l);transition:background-color .2s,top .5s ease}.Header_headerScrolled__j9JCn{background-color:var(--white)}.Header_headerScrolled__j9JCn.Header_headerHide___jJvD{top:-100%}.Header_top__K7h_L{padding:12px 40px}.Header_bottom__8g2yQ,.Header_navLinks__h_31s,.Header_top__K7h_L{display:flex;gap:1rem;align-items:center}.Header_bottom__8g2yQ{padding:20px 40px;background-color:var(--white);border-radius:var(--corner-radius-l);transition:border-radius .2s;position:relative}.Header_logo__V9h3K{height:54px}.Header_logo__V9h3K img{width:auto;height:100%}.Header_headerScrolled__j9JCn .Header_bottom__8g2yQ{border-top-left-radius:0;border-top-right-radius:0}.Header_link__suN3m{border-radius:50px;height:26px;display:flex;align-items:center;justify-content:center;font-size:12px;line-height:16px;color:var(--gray-400);cursor:pointer;padding:0 4px;outline:none;transition:color .2s;text-align:left;white-space:nowrap}.Header_link__suN3m.Header_specialLink__yYJYx{background-color:var(--gray-300);font-weight:var(--font-medium);padding:0 12px}.Header_link__suN3m svg{fill:var(--gray-400);transition:fill .2s}.Header_link__suN3m:hover{color:var(--red-300)}.Header_link__suN3m:hover svg{fill:var(--red-300)}.Header_link__suN3m:focus{border:1px solid var(--red-300)}.Header_geo__T_w5V{display:flex;gap:8px;margin-right:auto}.Header_popoverBtns__MK2FX{display:flex;gap:.5rem;margin-top:1rem}.Header_phone__YqBzn{margin-left:44px}.Header_btn__0S0xO,.Header_mobileBtn__kzHHF{border-radius:40px;border:1px solid var(--gray-200);height:54px;flex-shrink:0;display:flex;align-items:center;justify-content:center;gap:8px;transition:color .2s,background-color .2s,border-color .2s;overflow:hidden}.Header_back__UfIAg svg,.Header_btn__0S0xO svg,.Header_mobileBtn__kzHHF svg{fill:var(--black);transition:fill .2s}.Header_linkToMap__T2SxH{padding:0 2rem}.Header_mobileBtn__kzHHF,.Header_profile__yad4a{width:54px}.Header_mobileBtn__kzHHF svg,.Header_profile__yad4a svg{height:24px;width:24px}.Header_btn__0S0xO:hover{background-color:var(--red-300);border-color:var(--red-300);color:var(--white)}.Header_btn__0S0xO:hover svg path{fill:var(--white)}.Header_btn__0S0xO:focus{border-color:var(--red-300)}.Header_back__UfIAg,.Header_mobileBtn__kzHHF{display:none}.Header_back__UfIAg{width:2rem;height:2rem;align-items:center;justify-content:center}.Header_popupBlock__DkkfN{display:none}.Header_services__qxqoI{flex-shrink:0}@media screen and (max-width:1440px){.Header_header__MwWvM{left:20px;right:20px;transform:none;width:auto}}@media screen and (max-width:1199px){.Header_header__MwWvM{left:1rem;right:1rem}.Header_top__K7h_L{gap:.5rem}.Header_phone__YqBzn{margin-left:4px}.Header_link__suN3m{padding:0 2px}.Header_bottom__8g2yQ,.Header_top__K7h_L{padding-left:36px;padding-right:36px}.Header_bottom__8g2yQ{gap:12px}.Header_popupBlock__DkkfN{display:flex;position:relative}.Header_menuButton__0azx_{padding:8px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.Header_popupWrap__YQdXK{position:absolute;top:calc(100% + 0px);flex-direction:column;gap:8px;right:0;background:var(--white);z-index:1;display:flex;padding:12px;border:1px solid var(--gray-300);border-radius:12px}.Header_secondary__yRbZE{display:none}.Header_popupLink__tMzcy{font-size:12px;line-height:16px;color:var(--gray-400)}}@media screen and (max-width:1023px){.Header_header__MwWvM{padding-top:var(--space-5xs);left:20px;right:20px;transition:padding-top .2s,top .5s ease}.Header_headerScrolled__j9JCn{padding-top:0}.Header_btn__0S0xO,.Header_services__qxqoI,.Header_top__K7h_L{display:none}.Header_burger__SJOrm{display:flex}}@media screen and (max-width:920px){.Header_specialButton__H66JP{display:none!important}}@media screen and (max-width:767px){.Header_logo__V9h3K{height:46px}}@media screen and (max-width:575px){.Header_header__MwWvM{padding-top:.5rem;left:.5rem;right:.5rem}.Header_headerScrolled__j9JCn{padding-top:0}.Header_bottom__8g2yQ{padding:.75rem 1rem;gap:8px}.Header_popoverBtns__MK2FX{flex-direction:column}.Header_mobileBtn__kzHHF{display:flex}.Header_mobileBtn__kzHHF:not(.Header_burger__SJOrm){margin-left:auto}.Header_openSearch__7_Wou .Header_back__UfIAg{display:flex}.Header_openSearch__7_Wou .Header_mobileBtn__kzHHF,.Header_openSearch__7_Wou>a{display:none}}.SearchResult_result__nMmtH{z-index:3;box-shadow:var(--shadow-100);background-color:var(--white);padding:var(--space-4xs);width:var(--radix-popper-anchor-width);margin-top:var(--space-5xs);border-radius:var(--corner-radius-m)}.SearchResult_result__nMmtH>span{padding:var(--space-3xs);color:var(--gray-400);display:block}.SearchResult_result__nMmtH>span>svg{fill:var(--gray-400)}.SearchResult_result__nMmtH ul{list-style:none}.SearchResult_item__uyw76{padding:1rem var(--space-3xs);border-radius:var(--corner-radius-s);transition:background-color .2s;display:flex;align-items:flex-start;gap:1rem}.SearchResult_item__uyw76:hover{background-color:var(--gray-100)}.SearchResult_item__uyw76>div>p{margin-bottom:4px}.SearchResult_item__uyw76>div>span{display:block;color:var(--gray-400)}.SearchResult_item__uyw76 svg{fill:var(--gray-400)}.profile-picture_btn__dVdAt{width:54px;height:54px;border:1px solid var(--gray-200);border-radius:50%;display:flex;align-items:center;color:var(--gray-400);justify-content:center;position:relative;flex-shrink:0}.profile-picture_btn__dVdAt img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-picture_btn__dVdAt:not(.profile-picture_large__yQFcp):hover .profile-picture_initials__Sx8aN{color:var(--white)}.profile-picture_btn__dVdAt:focus{border-color:var(--red-300)}.profile-picture_btn__dVdAt.profile-picture_large__yQFcp{width:120px;height:120px}.profile-picture_control__hex72{position:absolute;bottom:0;right:0;z-index:2;background-color:var(--black);border-radius:50%;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;cursor:pointer}.profile-picture_control__hex72 svg{fill:var(--white);width:1rem;height:1rem}.profile-picture_large__yQFcp .profile-picture_icon__FDOwX{fill:var(--black);width:48px;height:48px}.profile-picture_control__hex72 input{display:none}.bread-crumbs_crumbs__Fa2e9{display:flex;flex-wrap:nowrap;gap:var(--space-6xs);align-items:center;margin-bottom:2rem;overflow:hidden}.bread-crumbs_mobileCrumbs__lV_Em{display:none}.bread-crumbs_crumbs__Fa2e9 svg,.bread-crumbs_mobileCrumbs__lV_Em svg{width:16px;height:16px;fill:var(--gray-400);flex-shrink:0}.bread-crumbs_link__EK5KX{color:var(--gray-400);white-space:nowrap}.bread-crumbs_link__EK5KX:first-letter{text-transform:uppercase}.bread-crumbs_link__EK5KX:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.bread-crumbs_link__EK5KX.bread-crumbs_active__n_4qe,.bread-crumbs_link__EK5KX:hover{color:var(--black-text)}.bread-crumbs_link__EK5KX:focus{outline:1px solid var(--red-300);border-radius:var(--corner-radius-xs)}@media screen and (max-width:767px){.bread-crumbs_crumbs__Fa2e9{display:none}.bread-crumbs_mobileCrumbs__lV_Em{display:flex;overflow:hidden;margin-bottom:1.5rem;flex-wrap:nowrap;gap:var(--space-6xs);align-items:center;text-overflow:ellipsis}.bread-crumbs_link__EK5KX:last-child{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.MyCars_carsInfoWrapper__9YQMB{display:flex;flex-direction:column;row-gap:40px}@media(max-width:576px){.MyCars_carsInfoWrapper__9YQMB{row-gap:32px}}.MaintenanceHistory_history_main__mzrfj{display:flex;flex-direction:column}.MaintenanceHistory_header_line__Mvwky,.MaintenanceHistory_section_line__Z9wAG{width:100%;height:1px;border-top:1px solid var(--transparent-gray-200);margin-top:40px;margin-bottom:40px}@media(max-width:1200px){.MaintenanceHistory_header_line__Mvwky{margin-top:32px}}@media(max-width:768px){.MaintenanceHistory_section_line__Z9wAG{margin-top:32px;margin-bottom:32px}.MaintenanceHistory_header_line__Mvwky{margin-top:24px;margin-bottom:32px}}.Profile_profileMain__cTnqd{display:grid;grid-gap:40px 24px;gap:40px 24px;grid-template-columns:312px 1fr;grid-template-rows:394px auto;flex-shrink:0;align-items:flex-start;grid-template-areas:"profile cars" "button cars"}.Profile_pageTitle__Hn4S9{padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.Profile_profileMain__cTnqd>a{grid-area:profile}.Profile_profileMain__cTnqd>div{max-width:100%;grid-area:cars}@media(max-width:1199px){.Profile_profileMain__cTnqd{gap:40px 16px;grid-template-columns:218px 1fr;grid-template-rows:310px auto}}@media(max-width:1023px){.Profile_profileMain__cTnqd{grid-template-columns:repeat(1,1fr);grid-template-areas:"profile" "cars" "button";grid-template-rows:auto;gap:16px}}@media(max-width:767px){.Profile_profileMain__cTnqd{gap:12px;margin-top:0;margin-bottom:0}.Profile_profileMain__cTnqd>div{margin-bottom:20px}}.persona-card_wrap__A7yCk{display:flex;max-width:312px;width:100%;flex-direction:column;justify-content:space-between;min-height:394px;height:-moz-fit-content;height:fit-content;border-radius:var(--corner-radius-m);background:var(--gray-100);transition:background .2s;padding:var(--space-2xs)}.persona-card_wrap__A7yCk:hover{background:var(--gray-200)}.persona-card_personBlock__f1LqQ{width:100%;display:flex;align-items:center;gap:var(--space-3xs)}.persona-card_info__Hql3Q>p{color:var(--gray-400);display:none}.persona-card_avatarIcon__lfS2q{width:54px;height:54px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--transparent-gray-200);border-radius:30px}.persona-card_avatarIcon__lfS2q svg{width:24px;height:24px;fill:var(--black)}.persona-card_contacts__SPtSi{width:100%;flex-direction:column;align-items:flex-start;display:flex;gap:var(--space-6xs)}.persona-card_contacts__SPtSi>p{color:var(--gray-400)}@media screen and (max-width:1199px){.persona-card_wrap__A7yCk{max-width:218px;min-height:310px;padding:var(--space-3xs)}}@media screen and (max-width:1023px){.persona-card_wrap__A7yCk{max-width:1023px;flex-direction:row;justify-content:left;min-height:unset}.persona-card_info__Hql3Q{display:flex;flex-direction:column;gap:var(--space-6xs);align-items:flex-start}.persona-card_info__Hql3Q>p{color:var(--gray-400);display:flex}.persona-card_contacts__SPtSi{display:none}}@media screen and (max-width:767px){.persona-card_personBlock__f1LqQ{width:100%;display:flex;align-items:flex-start;gap:var(--space-3xs)}.persona-card_info__Hql3Q{padding-top:2px}.persona-card_info__Hql3Q>p{color:var(--gray-400);display:flex;word-break:break-all}}.LogoutButton_logout__tyrvL{display:flex;gap:8px;padding:16px 32px;border-radius:40px;border:1px solid var(--transparent-gray-200);align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;grid-area:button}.LogoutButton_logout__tyrvL svg{fill:var(--black)}@media(max-width:576px){.LogoutButton_logout__tyrvL{width:100%}}.MyCarsBlock_wrap__pMxbi{display:flex;flex-direction:column;max-width:984px;width:100%;border-radius:var(--corner-radius-m);background:var(--gray-100);transition:background .2s;padding:var(--space-2xs);height:-moz-fit-content;height:fit-content;min-height:394px}.MyCarsBlock_wrap__pMxbi .MyCarsBlock_addCarButton__cjxAA{width:100%;flex-grow:1;border:1px solid var(--transparent-gray-200);border-radius:var(--corner-radius-s);align-items:center;justify-content:center;flex-direction:column}.MyCarsBlock_wrap__pMxbi .MyCarsBlock_addCarButtonLarge__A6aB3{width:100%;flex-grow:1}.MyCarsBlock_wrap__pMxbi .MyCarsBlock_addCarButtonLarge__A6aB3.MyCarsBlock_hideButton__0LP4G{display:none}.MyCarsBlock_topBlock__PfpYk{width:100%;display:flex;align-items:center;margin-bottom:var(--space-2xs)}.MyCarsBlock_myCars__LuCAv{display:flex;width:-moz-fit-content;width:fit-content;flex-shrink:0;gap:var(--space-3xs);align-items:center;margin-right:auto}.MyCarsBlock_carIcon__BPymo{width:54px;height:54px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid var(--transparent-gray-200);border-radius:30px}.MyCarsBlock_carIcon__BPymo svg{width:24px;height:24px;fill:var(--black)}.MyCarsBlock_carsTextBox__hsn2A{display:flex;flex-direction:column;gap:var(--space-6xs);align-items:flex-start}.MyCarsBlock_carsTextBox__hsn2A p,.MyCarsBlock_carsTextBox__hsn2A span{color:var(--gray-400)}.MyCarsBlock_carsWrapper__rvg9d{width:100%}.MyCarsBlock_ownedCars__jHiz9{width:100%;align-items:flex-start;display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:var(--space-2xs);gap:var(--space-2xs)}.MyCarsBlock_ownedCarWrap__heCrC{display:flex;flex-direction:column;width:100%;max-width:296px;background:var(--gray-100);transition:background .2s}.MyCarsBlock_cardImageOuter__MTCcJ{width:100%;display:flex;position:relative;border-radius:var(--corner-radius-s);overflow:hidden}.MyCarsBlock_cardImageInner__bdae9{width:100%;padding-top:58.8%}.MyCarsBlock_cardImageOuter__MTCcJ img{width:100%;height:100%;position:absolute;object-fit:cover;left:0;top:0}.MyCarsBlock_carInfo__kXqCF{gap:var(--space-4xs);margin-top:var(--space-3xs)}.MyCarsBlock_carInfo__kXqCF,.MyCarsBlock_infoData__BAFg4{display:flex;flex-direction:column;align-items:flex-start}.MyCarsBlock_infoData__BAFg4{gap:var(--space-6xs)}.MyCarsBlock_infoData__BAFg4>p{color:var(--gray-400)}@media screen and (max-width:1199px){.MyCarsBlock_wrap__pMxbi{max-width:686px;padding:var(--space-3xs);min-height:310px}.MyCarsBlock_topBlock__PfpYk{margin-bottom:var(--space-3xs)}.MyCarsBlock_ownedCars__jHiz9{gap:var(--space-3xs)}.MyCarsBlock_ownedCarWrap__heCrC{max-width:207px}.MyCarsBlock_carInfo__kXqCF{gap:var(--space-5xs);margin-top:var(--space-4xs)}}@media screen and (max-width:1023px){.MyCarsBlock_wrap__pMxbi{max-width:1023px;min-height:304px;margin-bottom:24px}.MyCarsBlock_ownedCarWrap__heCrC{max-width:197px}}@media screen and (max-width:767px){.MyCarsBlock_wrap__pMxbi{max-width:272px;min-height:unset;height:unset}.MyCarsBlock_topBlock__PfpYk>button{display:none}.MyCarsBlock_myCars__LuCAv{margin-right:unset}.MyCarsBlock_carsWrapper__rvg9d{position:relative;margin-bottom:var(--space-3xs)}.MyCarsBlock_carsTextBox__hsn2A h5{font-size:1rem}.MyCarsBlock_carsWrapper__rvg9d.MyCarsBlock_gradient__HuAb3:after{content:"";position:absolute;width:100%;height:40px;left:0;bottom:0}.MyCarsBlock_ownedCars__jHiz9{grid-template-columns:1fr}.MyCarsBlock_ownedCarWrap__heCrC{flex-direction:row;max-width:240px;gap:var(--space-4xs);align-items:center}.MyCarsBlock_cardImageOuter__MTCcJ{max-width:90px}.MyCarsBlock_cardImageInner__bdae9{padding-top:60%}.MyCarsBlock_carInfo__kXqCF{gap:var(--space-6xs);margin-top:unset}.MyCarsBlock_infoData__BAFg4{display:flex;flex-direction:column;gap:var(--space-6xs);align-items:flex-start}.MyCarsBlock_infoData__BAFg4 .MyCarsBlock_vin__WPuA4,.MyCarsBlock_infoData__BAFg4 span{display:none}.MyCarsBlock_hideButton__0LP4G{display:flex}}.change-password_header__2gqep{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2xs);width:100%;padding:20px 20px 20px var(--space-s);border-bottom:1px solid var(--transparent-gray-200)}.change-password_fieldsSection__029oG,.change-password_inner__1u3Vf{display:flex;flex-direction:column;width:100%}.change-password_fieldsSection__029oG{padding:var(--space-xs) var(--space-s) var(--space-s);gap:var(--space-xs)}.change-password_inputBlock__jDhg1{display:flex;flex-direction:column;gap:var(--space-5xs);width:100%}.change-password_inputBlock__jDhg1>p{color:var(--gray-400)}.change-password_buttonSection__A45X0{width:100%;display:flex;padding:var(--space-2xs) var(--space-s);justify-content:flex-end;border-top:1px solid var(--transparent-gray-200)}@media screen and (max-width:575px){.change-password_header__2gqep{padding:12px 12px 12px var(--space-xs)}.change-password_inner__1u3Vf{display:flex;flex-direction:column;width:100%;height:100%;justify-content:space-between;gap:var(--space-2xs)}.change-password_fieldsSection__029oG{padding:var(--space-xs) var(--space-xs);gap:var(--space-xs)}.change-password_buttonSection__A45X0{padding:var(--space-3xs) var(--space-xs)}.change-password_buttonSection__A45X0>button{width:100%}}.PersonalInfoContent_sectionLine__7enKw{border-top:1px solid var(--transparent-gray-200);height:1px;width:100%;margin-top:32px;margin-bottom:40px}.PersonalInfoContent_info__Fd_cQ{margin-top:40px;display:flex;flex-direction:column;gap:32px}.PersonalInfoContent_aboutBlock__ZARKG p{color:var(--gray-400);display:flex;flex-direction:column;padding-bottom:4px}.PersonalInfoContent_aboutInfo__jWu0c{display:flex;align-items:center;gap:23px}.PersonalInfoContent_aboutInfo__jWu0c>h5{text-overflow:ellipsis;overflow:hidden}.PersonalInfoContent_edit__v0pmb{width:24px;height:24px}.PersonalInfoContent_edit__v0pmb svg{fill:var(--red-300)}.PersonalInfoContent_aboutBtn__4D8m6{padding:16px 32px;border-radius:40px;border:1px solid var(--transparent-gray-200)}.PersonalInfoContent_contentWrapper__viV4B{display:flex;justify-content:space-between}@media(max-width:575px){.PersonalInfoContent_sectionLine__7enKw{margin-top:24px;margin-bottom:32px}.PersonalInfoContent_info__Fd_cQ{margin-top:32px;gap:24px}.PersonalInfoContent_aboutInfo__jWu0c{justify-content:space-between}.PersonalInfoContent_aboutBtn__4D8m6{width:100%}.PersonalInfoContent_aboutBtn__4D8m6 h6{text-align:center}}.ConfirmModal_header__pHqUy{align-items:center}.ConfirmModal_inner__oRnpF{display:flex;flex-direction:column;gap:32px}.ConfirmModal_footer__MBfMA{display:flex;gap:8px}@media screen and (max-width:576px){.ConfirmModal_footer__MBfMA{flex-direction:column}}.additional-services_additional_wrap__Xo0z9{display:grid;grid-template-columns:repeat(3,1fr);color:var(--white);grid-gap:24px;gap:24px;width:100%}.additional-services_additional_wrap__Xo0z9 picture{display:flex;justify-content:center}.additional-services_additional_wrap__Xo0z9>div{border-radius:20px}.additional-services_additional_wrap__Xo0z9 h4{padding-top:24px;padding-left:24px}.additional-services_additional_wrap__Xo0z9 img{max-height:346px;max-width:424px}.additional-services_insurance__W3aBs{background-color:var(--blue-300)}.additional-services_mtpl__W7bft{background-color:var(--red-300)}.additional-services_truck__0j26K{background-color:var(--black)}.additional-services_title__AtzN_{margin-bottom:var(--space-s)}.additional-services_subSection__FhQbl{display:flex;border-radius:var(--corner-radius-m);background-color:var(--black-text);width:100%;min-height:308px;padding:var(--space-xs);background-image:url(/assets/svg/bg/subscribe-bg-alt.svg);background-position:right 18px;background-repeat:no-repeat;background-size:40%}.additional-services_formContent__w629e{width:100%;max-width:516px;height:100%;display:flex;flex-direction:column;align-items:flex-start}.additional-services_formContent__w629e h3{color:var(--white);margin-bottom:var(--space-5xs)}.additional-services_errorBlock__Z04HV{display:flex;flex-direction:column;gap:100px;width:100%}.additional-services_errorBlock__Z04HV button{width:-moz-fit-content;width:fit-content}.additional-services_errorBlock__Z04HV,.additional-services_succesBlock___w7k0{max-width:280px;width:100%}.additional-services_errorBlock__Z04HV p,.additional-services_subscribeForm__19E6C+p,.additional-services_succesBlock___w7k0 p{color:var(--gray-400)}.additional-services_subscribeForm__19E6C{display:flex;flex-direction:column;width:100%;margin:0 0 24px}.additional-services_description__nxUmc{color:var(--gray-400)}.additional-services_errorText__lzywM{color:var(--red-300);margin-top:var(--space-5xs)}.additional-services_subscribeForm__19E6C+p>a{color:var(--red-300)}.additional-services_subscribeForm__19E6C>button{display:none}.additional-services_inputWrap__cA1nF{display:grid;grid-template-columns:1fr 54px;grid-gap:var(--space-5xs);gap:var(--space-5xs);align-items:flex-start;margin-top:var(--space-xl)}.additional-services_demarcation_line__i1NL1{border-top:1px solid var(--transparent-gray-200);width:100%;height:1px;margin:40px 0}@media (max-width:1199px){.additional-services_additional_wrap__Xo0z9 img{max-height:296px;max-width:288px}.additional-services_additional_wrap__Xo0z9{gap:16px}.additional-services_subSection__FhQbl{min-height:310px}.additional-services_formContent__w629e{width:49%;max-width:512px}.additional-services_formContent__w629e h3{font-size:26px}.additional-services_errorBlock__Z04HV{gap:108px}.additional-services_errorBlock__Z04HV,.additional-services_succesBlock___w7k0{max-width:264px}.additional-services_inputWrap__cA1nF{margin-top:var(--space-l)}}@media (max-width:1023px){.additional-services_additional_wrap__Xo0z9{grid-template-columns:repeat(2,1fr)}.additional-services_additional_wrap__Xo0z9 img{max-width:320px}.additional-services_subSection__FhQbl{min-height:322px;background-position:calc(100% + 20px) 18px;background-size:51%}.additional-services_formContent__w629e{width:46%;max-width:512px}.additional-services_errorBlock__Z04HV{gap:100px}.additional-services_errorBlock__Z04HV p,.additional-services_succesBlock___w7k0 p{max-width:213px;width:100%}.additional-services_subscribeForm__19E6C+p>a{color:var(--red-300)}.additional-services_inputWrap__cA1nF{margin-top:var(--space-2xs)}}@media (max-width:767px){.additional-services_additional_wrap__Xo0z9{gap:12px;grid-template-columns:repeat(1,1fr)}.additional-services_additional_wrap__Xo0z9 img{height:auto;width:auto}.additional-services_subSection__FhQbl{min-height:unset;padding:var(--space-xs) var(--space-xs) 144px;background-position:right calc(100% + 320px);background-size:430px}.additional-services_formContent__w629e{max-width:612px;width:100%;margin-bottom:24px}.additional-services_errorBlock__Z04HV p,.additional-services_succesBlock___w7k0 p{max-width:613px;width:100%}.additional-services_errorBlock__Z04HV{gap:var(--space-xs)}.additional-services_errorBlock__Z04HV button{width:-moz-fit-content;width:fit-content}.additional-services_errorBlock__Z04HV,.additional-services_succesBlock___w7k0{max-width:600px;width:100%;margin-bottom:var(--space-xl)}.additional-services_subscribeForm__19E6C{margin:0 0 24px}.additional-services_subscribeForm__19E6C+p>a{color:var(--red-300)}.additional-services_inputWrap__cA1nF>button{display:none}.additional-services_subscribeForm__19E6C>button{display:flex;margin-top:12px;padding:0 12px}.additional-services_inputWrap__cA1nF{grid-template-columns:1fr;margin-top:var(--space-xs)}.additional-services_demarcation_line__i1NL1{margin:32px 0}}@media (max-width:575px){.additional-services_additional_wrap__Xo0z9 img{max-width:272px}}@media (max-width:475px){.additional-services_subSection__FhQbl{background-position:right calc(100% + 300px);background-size:410px}.additional-services_errorBlock__Z04HV button{width:100%;padding:0 14px}}@media (max-width:425px){.additional-services_subSection__FhQbl{background-position:right calc(100% + 167px);background-size:290px}}.NewsListPage_title__Prdn8{padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.NewsListPage_loadMore__I_hSW{margin:var(--space-s) auto 0}@media screen and (max-width:767px){.NewsListPage_loadMore__I_hSW{width:100%}}.card-file_card__CgArs{border-radius:var(--corner-radius-m);background-color:var(--gray-100);width:100%;display:flex;align-items:center;gap:var(--space-3xs);cursor:pointer;padding:var(--space-2xs);transition:background-color .2s}.card-file_card__CgArs svg{width:1.5rem;height:1.5rem}.card-file_card__CgArs:hover{background-color:var(--gray-200)}.card-file_name__HW1Z4{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-file_name_wrap__bgDMV{display:flex;width:calc(100% - 24px - 80px - 32px)}.card-file_size__iQvVS{margin-left:auto;color:var(--gray-400);flex-shrink:0}@media screen and (max-width:767px){.card-file_card__CgArs{gap:var(--space-4xs);padding:var(--space-3xs)}}.about_about_wrap__TNFDR{background-color:var(--white);overflow:hidden;margin-bottom:8px;padding:0}.about_header__tla_3{padding:40px 0 0 40px}.about_about_block__i_IOn{display:flex;justify-content:space-between;width:100%;max-width:312px;background-color:var(--white);border-radius:20px;position:absolute;right:40px;bottom:40px}.about_about_block_text__QN2Tp{display:flex;flex-direction:column;gap:4px;padding:24px}.about_about_block_text__QN2Tp p{color:var(--gray-400)}.about_about_block_button__IOn0p{display:flex;align-items:center;justify-content:center;width:102px;border-left:1px solid var(--transparent-gray-200)}.about_about_block_button__IOn0p svg{fill:var(--red-300)}.about_about_mission__ESDbY{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:unset;background:none}.about_mission_text__qW6mr{padding:40px;display:flex;flex-direction:column;border-radius:32px;background-color:var(--white)}.about_mission_text__qW6mr h4{width:536px}.about_text_orange__TP8Oj{color:var(--red-300)}.about_mission_pic__ZrdsL{border-radius:32px;overflow:hidden}.about_about_philosophy__8keLU{color:var(--white);display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px;padding:unset;background:none}.about_philosophy_pic__PYlo0{overflow:hidden;border-radius:32px}.about_philosophy_text__pTs62{border-radius:32px;background-color:var(--blue-300);padding:40px;display:flex;flex-direction:column;justify-content:space-between}.about_philosophy_text__pTs62 h4{width:536px}.about_historySection__LdatW{background:var(--black-text);border-radius:var(--corner-radius-l)}.about_historySection__LdatW .about_titleSection__9dicA{color:var(--white);padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-100)}.about_sliderBlock__MP_Lu{width:100%;display:flex;flex-direction:column;align-items:center}.about_slideDate__DoMIt{color:var(--gray-400);padding-bottom:var(--space-s)}.about_slideImage__KBjS5{display:block;width:100%;border-radius:var(--corner-radius-m);overflow:hidden}.about_documentsSection__k5XXD .about_titleSection__9dicA,.about_works__D4TIg .about_titleSection__9dicA{padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.about_workCards__C39YY{display:grid;width:100%;grid-gap:var(--space-2xs);gap:var(--space-2xs);grid-template-columns:repeat(4,1fr)}.about_jobs__XQhW3>a,.about_jobs__XQhW3>button{display:none}.about_subTitleBlock__hAfQK{width:100%;display:flex;align-items:center;justify-content:space-between;padding-bottom:28px;border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.about_jobCards__8CpLc{grid-gap:var(--space-2xs);grid-template-columns:repeat(4,1fr)}.about_documentFiles__uYpyW,.about_jobCards__8CpLc{display:grid;width:100%;gap:var(--space-2xs);align-items:flex-start}.about_documentFiles__uYpyW{grid-gap:var(--space-2xs);grid-template-columns:repeat(2,calc(50% - 12px))}.about_missionList___n_cO{padding-top:30px;display:flex;gap:var(--space-5xs);flex-direction:column}@media (max-width:1199px){.about_header__tla_3{padding-left:36px;padding-bottom:40px}.about_about_block__i_IOn{right:36px;bottom:36px;width:296px}.about_mission_pic__ZrdsL{max-height:532px}.about_mission_text__qW6mr{padding:36px}.about_mission_text__qW6mr h4{width:411px}.about_philosophy_pic__PYlo0{max-height:532px}.about_philosophy_text__pTs62{padding:36px}.about_philosophy_text__pTs62 h4{width:419px}.about_documentFiles__uYpyW,.about_jobCards__8CpLc,.about_workCards__C39YY{gap:var(--space-3xs)}.about_subTitleBlock__hAfQK{padding-bottom:23px}}@media (max-width:1023px){.about_about_block__i_IOn{bottom:32px;width:320px}.about_about_mission__ESDbY{flex-direction:column;gap:8px;display:flex}.about_mission_pic__ZrdsL{max-height:unset}.about_mission_text__qW6mr{gap:80px}.about_mission_text__qW6mr h4{width:550px}.about_about_philosophy__8keLU{flex-direction:column;display:flex}.about_philosophy_text__pTs62{gap:80px}.about_philosophy_text__pTs62 h4{width:550px}.about_philosophy_pic__PYlo0{max-height:unset}.about_jobCards__8CpLc,.about_workCards__C39YY{grid-template-columns:repeat(2,1fr)}.about_documentFiles__uYpyW{grid-template-columns:repeat(1,100%)}}@media (max-width:767px){.about_about_block__i_IOn{right:16px;bottom:16px}.about_header__tla_3{padding:24px 0 40px 16px}.about_mission_text__qW6mr{border-radius:24px;gap:48px}.about_mission_text__qW6mr h4{width:100%}.about_mission_pic__ZrdsL,.about_philosophy_pic__PYlo0{border-radius:24px}.about_philosophy_text__pTs62{gap:48px;border-radius:24px}.about_philosophy_text__pTs62 h4{width:100%}.about_jobCards__8CpLc,.about_workCards__C39YY{grid-template-columns:repeat(1,1fr);gap:var(--space-4xs)}.about_jobCards__8CpLc{margin-bottom:var(--space-xs)}.about_documentFiles__uYpyW{gap:var(--space-4xs)}.about_jobs__XQhW3>a,.about_jobs__XQhW3>button{display:flex;width:100%}.about_subTitleBlock__hAfQK{justify-content:left;padding-bottom:var(--space-xs)}.about_subTitleBlock__hAfQK>a,.about_subTitleBlock__hAfQK>button{display:none}}@media (max-width:575px){.about_about_block__i_IOn{max-width:calc(100% - 2rem);width:100%}.about_about_block_text__QN2Tp{padding:1rem}.about_about_block_button__IOn0p{width:86px}.about_documentsSection__k5XXD,.about_jobs__XQhW3,.about_works__D4TIg{padding:var(--space-xs) var(--space-3xs)}.about_mission_text__qW6mr,.about_philosophy_text__pTs62{padding:16px}}.card-job_card_wrap__AJtoO{background-color:var(--red-300);border-radius:var(--corner-radius-m);width:100%;height:394px;padding:24px 24px 18px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.card-job_card_wrap__AJtoO:hover{background-color:var(--red-200)}.card-job_card_wrap__AJtoO h4{color:var(--white);text-align:left;margin-bottom:40px;position:relative;z-index:1}.card-job_card_wrap__AJtoO picture{position:absolute;width:100%;bottom:0;right:0;z-index:0}.card-job_btn__J7Gxl{background-color:var(--white);border-radius:50%;width:54px;height:54px;display:flex;align-items:center;justify-content:center;z-index:11}.card-job_btn__J7Gxl svg{fill:var(--black)}@media (max-width:1199px){.card-job_card_wrap__AJtoO{height:292px;padding:var(--space-3xs)}}@media (max-width:1023px){.card-job_card_wrap__AJtoO{height:228px}.card-job_card_wrap__AJtoO picture{width:188px}}@media (max-width:575px){.card-job_card_wrap__AJtoO{height:228px}.card-job_card_wrap__AJtoO picture{width:162px}}.PromoList_title__oTNEW{padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.PromoList_tabsWrapper__XtZO_{width:100%;overflow-x:auto;margin-bottom:var(--space-s)}.PromoList_tabs__t4TGJ{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-5xs)}.PromoList_bannersGroup__E0xfI{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:var(--space-2xs);gap:var(--space-2xs);width:100%}@media screen and (max-width:1199px){.PromoList_bannersGroup__E0xfI{gap:var(--space-3xs)}}@media screen and (max-width:1023px){.PromoList_bannersGroup__E0xfI{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:767px){.PromoList_bannersGroup__E0xfI{grid-template-columns:repeat(1,1fr);gap:var(--space-4xs)}}.SlugWrapper_firstSection___oiNQ,.SlugWrapper_pageWrapper__mPjMb{display:flex;flex-direction:column}.SlugWrapper_firstSection___oiNQ{row-gap:40px}.SlugWrapper_pageWrapper__mPjMb{row-gap:8px}.SlugWrapper_titleWrapper__ISCk_{border-bottom:1px solid var(--transparent-gray-200);padding-bottom:var(--space-s)}.SlugWrapper_title__BIUt_{margin-bottom:var(--space-xs)}.AdditionalInformationSection_wrapper__UX5_d{display:flex;flex-direction:column;row-gap:80px}.AdditionalInformationSection_blocksWrapper__pyEGF{display:flex;flex-direction:column;row-gap:16px}.services-card_card__d4WMc{width:100%;height:auto;min-height:336px;overflow:hidden;display:flex;flex-direction:column;border-radius:var(--corner-radius-m);position:relative}.services-card_image__CarvV{flex-shrink:0}.services-card_primary__QpqSh{background:var(--white);justify-content:space-between;color:var(--black-text);transition:background .2s,border .3s;height:auto;border:2px solid var(--red-300-50)}.services-card_secondary__oxG1J,.services-card_tertiary___TCXx{color:var(--black);background:var(--gray-100);row-gap:var(--space-5xs)}.services-card_secondary__oxG1J{justify-content:space-between}.services-card_primary__QpqSh:hover{border-color:var(--red-300)}.services-card_secondary__oxG1J:hover,.services-card_tertiary___TCXx:hover{background:var(--gray-200);color:var(--black)}.services-card_tertiarySkeleton__QodnF:hover{background:var(--gray-100)}.services-card_tertiary___TCXx{padding:var(--space-2xs);align-items:center;height:auto;min-height:336px}.services-card_textBlock__slLRD{display:flex;flex-direction:column;width:100%;gap:var(--space-5xs)}.services-card_bonus__Enfv9{color:var(--red-300)}.services-card_textBlock__slLRD>h4{word-break:break-word}.services-card_primary__QpqSh span{border:1px solid var(--gray-200);color:var(--gray-400)}.services-card_primary__QpqSh>.services-card_textBlock__slLRD,.services-card_secondary__oxG1J>.services-card_textBlock__slLRD{padding:var(--space-2xs) var(--space-2xs) 0;z-index:4}.services-card_primarySkeletonImageWrapper__5l1Gx{padding:0 0 var(--space-2xs) var(--space-2xs);margin:0!important}.services-card_primary__QpqSh>.services-card_image__CarvV{width:200px;height:200px;margin:8px}.services-card_primary__QpqSh>.services-card_image__CarvV img{filter:brightness(0) saturate(100%) invert(6%) sepia(11%) saturate(41%) hue-rotate(323deg) brightness(97%) contrast(94%)}.services-card_secondary__oxG1J>.services-card_image__CarvV{position:absolute;bottom:0;right:0;width:100%;max-width:312px}.services-card_tertiary___TCXx>.services-card_image__CarvV{width:236px;height:236px}.services-card_primarySkeleton__Lg9Tu,.services-card_primarySkeleton__Lg9Tu:hover{border:2px solid var(--gray-200)}.services-card_tertiaryTitle__8_xu6{display:flex;column-gap:4px;align-items:center}@media screen and (max-width:1200px){.services-card_card__d4WMc{min-height:292px}.services-card_primary__QpqSh{height:auto;min-height:292px}.services-card_tertiary___TCXx{height:auto;min-height:330px;gap:1rem;padding:1rem;justify-content:flex-start}.services-card_primary__QpqSh>.services-card_textBlock__slLRD,.services-card_secondary__oxG1J>.services-card_textBlock__slLRD{padding:var(--space-3xs) var(--space-3xs) 0}.services-card_primarySkeletonImageWrapper__5l1Gx{padding:0 0 var(--space-3xs) var(--space-3xs)}.services-card_primary__QpqSh>.services-card_image__CarvV{width:140px;height:140px;margin:4px}.services-card_tertiary___TCXx>.services-card_image__CarvV{height:166px;width:166px}}@media screen and (max-width:1024px){.services-card_card__d4WMc{min-height:228px}.services-card_primary__QpqSh{height:auto;min-height:228px}.services-card_tertiary___TCXx{height:auto}.services-card_primary__QpqSh>.services-card_image__CarvV{width:100px;height:100px;margin:8px}.services-card_secondary__oxG1J>.services-card_image__CarvV{position:absolute;bottom:0;right:0;z-index:1;max-width:194px}.services-card_tertiary___TCXx>.services-card_image__CarvV{width:252px;height:252px}}@media screen and (max-width:768px){.services-card_card__d4WMc{min-height:146px}.services-card_card__d4WMc>.services-card_textBlock__slLRD{padding:0}.services-card_primary__QpqSh{flex-direction:row-reverse;gap:1rem;padding:var(--space-4xs);height:auto;min-height:146px}.services-card_primarySkeletonImageWrapper__5l1Gx{padding:0}.services-card_primary__QpqSh>.services-card_textBlock__slLRD{padding-top:4px;padding-right:4px}.services-card_secondary__oxG1J>.services-card_textBlock__slLRD{padding:var(--space-3xs)}.services-card_tertiary___TCXx{flex-direction:row;align-items:flex-start;padding:12px;min-height:146px;height:auto}.services-card_tertiary___TCXx>.services-card_textBlock__slLRD{margin-top:4px}.services-card_primary__QpqSh>.services-card_image__CarvV{width:54px;height:54px;margin:0}.services-card_secondary__oxG1J>.services-card_image__CarvV{max-width:158px}.services-card_tertiary___TCXx>.services-card_image__CarvV{max-width:64px;height:64px}}.CarData_cars__W3ayy{display:flex;gap:32px;position:relative;background-color:var(--gray-100);border-radius:20px;padding:24px 32px 32px 24px;width:100%}.CarData_carsWrap__3Eoa_{width:100%;padding-bottom:var(--space-s);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.CarData_carsPic__28gcJ{width:392px;height:238px;overflow:hidden;border-radius:12px;flex-shrink:0}.CarData_carsPic__28gcJ img{width:100%;height:100%;object-fit:cover}.CarData_carsMain__gXcvh{display:flex;height:auto;justify-content:space-between;flex-direction:column;width:100%}.CarData_carsText__XP4bT{color:var(--gray-400);display:flex;flex-direction:column;gap:4px;padding-top:12px;padding-bottom:24px}.CarData_carsPersonal___n8Nv{display:flex;gap:8px}.CarData_groupButtons__AlMdo{display:flex;justify-content:space-between;width:100%}.CarData_carsEdit__3h2l_{display:flex;gap:8px}.CarData_carsDeleteButton__4qh4Q,.CarData_carsEditButton__JQP9Q{width:54px;height:54px;display:flex;justify-content:center;align-items:center;border:1px solid var(--gray-200);border-radius:50%;gap:8px}.CarData_carsDeleteButton__4qh4Q svg,.CarData_carsEditButton__JQP9Q svg{fill:var(--gray-400);width:24px;height:24px}@media(max-width:1200px){.CarData_carsPic__28gcJ{width:382px;height:232px}}@media(max-width:1024px){.CarData_carsPic__28gcJ{width:100%;max-width:304px;height:186px}.CarData_cars__W3ayy{flex-direction:column;padding:24px}.CarData_carsMain__gXcvh{width:100%}.CarData_carsText__XP4bT{max-width:100%}}@media(max-width:768px){.CarData_cars__W3ayy{padding:16px;gap:0}.CarData_carsMain__gXcvh{margin-top:24px}.CarData_carsEditButton__JQP9Q{padding:0 27px;width:auto;border-radius:40px}.CarData_carsEditButton__JQP9Q h6{display:block}.CarData_groupButtons__AlMdo{flex-direction:column;width:-moz-fit-content;width:fit-content;gap:8px}}@media(max-width:576px){.CarData_groupButtons__AlMdo{width:100%}.CarData_groupButtons__AlMdo>button:first-child{padding:var(--space-3xs)}.CarData_carsEdit__3h2l_{display:grid;grid-template-columns:1fr 54px}}@media screen and (max-width:384px){.CarData_carsPic__28gcJ{height:146px}}.RecommendationSection_maintenanceRecommendations__qLcmW{padding-bottom:var(--space-s);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s);width:100%}.RecommendationSection_recommendationMain__qjuwO{display:grid;grid-template-columns:1fr 1fr;align-items:flex-start;margin-top:32px;grid-gap:24px;gap:24px}.RecommendationSection_recommendationBlock__1bqbo{padding:24px;border-radius:20px;width:100%;position:relative;min-height:222px;display:flex;flex-direction:column;justify-content:space-between;color:var(--white);overflow:hidden;gap:8px}.RecommendationSection_recommendationText__LwZ7R{width:50%;max-width:288px;display:flex;flex-direction:column;gap:8px;z-index:1}.RecommendationSection_recommendationText__LwZ7R h5{max-width:272px}.RecommendationSection_recommendationBtn__AW5ej{background-color:var(--white);color:var(--black);width:-moz-fit-content;width:fit-content;z-index:1;border-radius:40px;padding:16px 32px;border:none}.RecommendationSection_recommendationBtn__AW5ej:hover{background-color:var(--white)!important}.RecommendationSection_recommendationBtn__AW5ej h6{text-align:center}.RecommendationSection_recommendationPic__a7fxs{position:absolute;right:0;bottom:0;overflow:hidden;width:50%}.RecommendationSection_recommendationPic__a7fxs img{max-height:222px;width:326px;object-fit:cover}@media(max-width:1200px){.RecommendationSection_recommendationBlock__1bqbo{min-height:218px}.RecommendationSection_recommendationText__LwZ7R{width:64%}.RecommendationSection_recommendationPic__a7fxs{width:38%}.RecommendationSection_recommendationPic__a7fxs img{max-height:218px;width:319px}}@media(max-width:1024px){.RecommendationSection_recommendationBlock__1bqbo button{width:auto;padding:16px 20px}.RecommendationSection_recommendationBlock__1bqbo{min-height:322px}.RecommendationSection_recommendationText__LwZ7R h5{max-width:unset}.RecommendationSection_recommendationText__LwZ7R{width:100%;max-width:430px}.RecommendationSection_recommendationPic__a7fxs{width:100%;height:auto;align-items:flex-end;display:flex;justify-content:flex-end}.RecommendationSection_recommendationPic__a7fxs img{max-width:320px;width:100%;flex-shrink:0;height:auto;max-height:unset}}@media(max-width:768px){.RecommendationSection_recommendationBlock__1bqbo{padding:16px}.RecommendationSection_recommendationMain__qjuwO{flex-direction:column;gap:12px}}@media(max-width:640px){.RecommendationSection_recommendationMain__qjuwO{grid-template-columns:1fr}.RecommendationSection_recommendationPic__a7fxs>img{max-height:172px;width:auto}.RecommendationSection_recommendationBlock__1bqbo{min-height:266px}}@media(max-width:576px){.RecommendationSection_recommendationBtn__AW5ej{padding:16px 0}.RecommendationSection_recommendationPic__a7fxs img{max-height:165px}}.CarList_miniCarsWrap__6CzKa{display:flex;gap:8px}.CarList_miniCars__vWOvo{display:flex;gap:8px;overflow:auto;max-width:100%}.CarList_miniCars__vWOvo::-webkit-scrollbar{display:none}.CarList_miniCars__vWOvo .CarList_button__lNcHi{display:flex;gap:8px;padding-left:4px;padding-right:24px;border:1px solid var(--transparent-gray-200);border-radius:31px;height:54px;align-items:center;cursor:pointer;width:182px;flex-shrink:0}.CarList_miniCars__vWOvo .CarList_active__FyDkm{border:1px solid var(--red-300)}.CarList_picMini___NXb2{width:46px;height:46px;border-radius:50%;overflow:hidden;flex-shrink:0}.CarList_picMini___NXb2 img{object-fit:cover;height:100%}.CarList_miniText__ie3fY>p:first-child{text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100px;overflow:hidden}@media(max-width:1024px){.CarList_miniCarsWrap__6CzKa{flex-direction:column}}@media(max-width:576px){.CarList_miniCars__vWOvo::-webkit-scrollbar{display:none}}.MaintenanceHistoryListSection_maintenanceHistory__FfEe_{padding-bottom:var(--space-s);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s);display:grid;grid-template:"title button" "list list";grid-gap:32px 12px;gap:32px 12px;grid-template-columns:1fr auto}.MaintenanceHistoryListSection_seeAll__QtLTn{padding:16px 32px;border:1px solid var(--transparent-gray-200);border-radius:40px;grid-area:button;text-align:center}.MaintenanceHistoryListSection_list__46q4r{margin-top:0;grid-area:list}@media screen and (max-width:768px){.MaintenanceHistoryListSection_list__46q4r>div:nth-child(2),.MaintenanceHistoryListSection_list__46q4r>div:nth-child(3){display:none}}@media screen and (max-width:576px){.MaintenanceHistoryListSection_maintenanceHistory__FfEe_{grid-template:"title" "list" "button"}}.maintenance-history_history_block__BV5Ii{padding:24px;background-color:var(--gray-100);border-radius:20px;width:100%}.maintenance-history_history_text__q3K3R{margin-top:32px;margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.maintenance-history_history_text_line__mYWcZ{grid-gap:8px;gap:8px;display:grid;grid-template-columns:130px 1fr}.maintenance-history_history_key__JolIh{color:var(--gray-400)}.maintenance-history_history_value__WkBtk{word-break:break-all;white-space:break-spaces}@media (max-width:1023px){.maintenance-history_history_text__q3K3R{gap:16px}.maintenance-history_history_text_line__mYWcZ{flex-direction:column;gap:4px;display:flex}}@media (max-width:575px){.maintenance-history_history_block__BV5Ii{padding:16px}}.SectionHeader_header__zpM0G{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--transparent-gray-200);padding-bottom:2rem;margin-bottom:40px}@media screen and (max-width:768px){.SectionHeader_header__zpM0G{padding-bottom:1.5rem}.SectionHeader_link__nxLha{position:absolute;bottom:1rem;right:1rem;left:1rem;z-index:1}}.SpareParts_topSection__I9ncp{width:100%;background-image:url(/assets/svg/bg/red-black-bg.svg);background-position:calc(100% + 1px) 100%;background-repeat:no-repeat;background-size:75% auto;min-height:760px}.SpareParts_sectionTitle__nH7t_{width:100%;padding-bottom:var(--space-xs);border-bottom:1px solid var(--transparent-gray-200);margin-bottom:var(--space-s)}.SpareParts_textBlock__WxMNl{flex-direction:column;align-items:flex-start;display:flex;gap:var(--space-2xs);max-width:648px;width:100%;padding-bottom:165px}.SpareParts_textBlock__WxMNl>p{max-width:537px;width:100%;color:var(--gray-400)}.SpareParts_decorationImage__TI3nN{position:absolute;bottom:-17%;right:0;width:55%}.SpareParts_decorationImage__TI3nN img{height:auto;width:100%}@media(max-width:1199px){.SpareParts_topSection__I9ncp{background-size:100% auto;min-height:815px}.SpareParts_textBlock__WxMNl{max-width:608px;padding-bottom:287px}.SpareParts_textBlock__WxMNl>p{max-width:530px}.SpareParts_decorationImage__TI3nN{width:70%;max-width:700px;bottom:-15%}}@media(max-width:1023px){.SpareParts_topSection__I9ncp{min-height:728px}.SpareParts_textBlock__WxMNl{max-width:608px;width:100%;padding-bottom:250px}.SpareParts_textBlock__WxMNl>p{max-width:530px}.SpareParts_decorationImage__TI3nN{position:absolute;bottom:-13%;right:0;width:68%;max-width:600px}}@media(max-width:767px){.SpareParts_topSection__I9ncp{min-height:unset}.SpareParts_textBlock__WxMNl{padding-bottom:205px}.SpareParts_decorationImage__TI3nN{position:absolute;bottom:-11%;right:0;width:69%;max-width:440px}}@media(max-width:475px){.SpareParts_decorationImage__TI3nN{right:-8px;width:318px;bottom:-60px}}.document_wrapper__HhX7k{display:grid}.document_wrapper__HhX7k a{color:var(--red-300)}.document_wrapper__HhX7k ul{list-style-type:none}.document_wrapper__HhX7k ul li:before{display:inline-block;content:"–";margin-right:6px}.document_wrapper__HhX7k ul ul li{margin-left:12px}.document_wrapper__HhX7k ol{padding-bottom:16px;padding-inline-start:24px;margin:0}.document_wrapper__HhX7k table{padding:8px 0;display:block;overflow-y:hidden;overflow-x:auto;table-layout:auto;counter-reset:ol-1 ol-2}.document_wrapper__HhX7k table ol{padding:0;margin:0}.document_wrapper__HhX7k .footnotes>ol,.document_wrapper__HhX7k>ol{padding-left:0}.document_wrapper__HhX7k p{display:inline}.document_wrapper__HhX7k tr td,.document_wrapper__HhX7k tr th{padding-right:24px;padding-bottom:12px;vertical-align:text-top}.document_wrapper__HhX7k tr td:not(:first-child),.document_wrapper__HhX7k tr th:not(:first-child){min-width:320px}.document_wrapper__HhX7k tr:last-child td{padding-bottom:0}.document_wrapper__HhX7k tr td:last-child,.document_wrapper__HhX7k tr th:last-child{padding-right:0}.document_wrapper__HhX7k h1{margin-bottom:16px}.document_wrapper__HhX7k h2{counter-increment:h2;counter-reset:ol-1;padding-bottom:12px}.document_wrapper__HhX7k h2:before{display:inline-block;content:counter(h2) ". ";margin-right:8px}.document_wrapper__HhX7k ol{list-style-type:none;counter-reset:ol-1 calc(var(--start) - 1);display:flex;flex-direction:column;gap:12px}.document_wrapper__HhX7k ol li{counter-increment:ol-1}.document_wrapper__HhX7k ol li:before{display:inline-block;content:counter(ol-1) ". ";width:24px;margin-right:2px}.document_wrapper__HhX7k ol li ol{counter-reset:ol-2;padding-top:12px;padding-bottom:12px}.document_wrapper__HhX7k ol li ol li{counter-increment:ol-2}.document_wrapper__HhX7k ol li ol li:before{display:inline-block;content:counter(ol-1) "." counter(ol-2) ". ";width:32px;margin-right:2px}.Map_header__IG_Xh{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.Map_tabs__QW5Wm{display:flex;gap:8px}.Map_header__IG_Xh h1{margin-right:auto}.Map_map__04jTx{margin:0 -40px -40px}@media screen and (max-width:1199px){.Map_header__IG_Xh{flex-direction:column;align-items:flex-start;margin-bottom:40px}.Map_map__04jTx{margin:0 -36px -36px}}@media screen and (max-width:767px){.Map_header__IG_Xh{gap:1.5rem;margin-bottom:var(--space-5xs);border-bottom:1px solid var(--transparent-gray-200);padding-bottom:var(--space-s)}.Map_tabs__QW5Wm{overflow:auto}.Map_tabs__QW5Wm::-webkit-scrollbar{display:none}}@media screen and (max-width:575px){.Map_map__04jTx{margin:0 -1rem -1rem}.Map_tabs__QW5Wm{width:100%}}.NewsPage_mainTitle__OfFmx{width:calc(100% - 448px);margin-bottom:var(--space-xs)}@media screen and (max-width:1200px){.NewsPage_mainTitle__OfFmx{width:100%}}.HeroSection_headerButton__P4NcW{width:max-content}.HeroSection_title__kMx0m{font-size:3.025rem;line-height:1.16}@media screen and (max-width:920px){.HeroSection_heroSection__N9Gxo{height:80vh;height:80svh;position:relative}.HeroSection_heroSection__N9Gxo .hero-content{gap:0}.HeroSection_heroSection__N9Gxo .hero-footer:before{display:none}.HeroSection_heroSection__N9Gxo .hero-img-wrapper{height:100%;width:100%;background:linear-gradient(90deg,#cb2929 200px,#00428d 0);display:flex}.HeroSection_heroSection__N9Gxo .hero-img-wrapper img{align-self:auto;contain:inline-size;width:unset;aspect-ratio:1358/1166;background:#cb2929}.HeroSection_headerButton__P4NcW{background-color:var(--white);color:var(--black-text);border:none;position:absolute;bottom:36px;right:36px}.HeroSection_headerButton__P4NcW:not(:disabled):hover{background-color:var(--bg-gray)}}@media screen and (max-width:576px){.HeroSection_heroSection__N9Gxo{height:45vh;height:45svh}.HeroSection_headerButton__P4NcW{left:50%;transform:translateX(-50%);right:unset;bottom:16px}.HeroSection_title__kMx0m{font-size:1.5rem;line-height:1.25}.HeroSection_subtitle__GTnL0{font-size:.875rem;line-height:1.43}}@media screen and (max-width:420px){.HeroSection_heroSection__N9Gxo{height:unset}.HeroSection_heroSection__N9Gxo .hero-img-wrapper{display:none}.HeroSection_heroSection__N9Gxo .hero-content{row-gap:8px}.HeroSection_heroSection__N9Gxo .hero-footer{background-image:url(/assets/svg/home/hero/bg.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;padding-top:16px}.HeroSection_headerButton__P4NcW{position:relative;bottom:unset}}.AdvantagesSection_cardsWrapper__RF6N_{display:grid;grid-template-areas:"a b c d " "e f j k" ". l m .";grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(3,1fr);grid-gap:16px;gap:16px}.AdvantagesSection_card__QGQ43{padding:16px;display:flex;flex-direction:column;row-gap:16px;background:var(--gray-100);border-radius:20px;align-items:center;min-height:154px}.AdvantagesSection_card__QGQ43:nth-last-child(2){grid-area:l}.AdvantagesSection_card__QGQ43:last-child{grid-area:m}.AdvantagesSection_title__eEgxq{text-align:center}.AdvantagesSection_icon__Gz_V_{color:var(--white);background:var(--red-300);width:54px;height:54px;border-radius:999px;display:flex;justify-content:center;align-items:center}.AdvantagesSection_icon__Gz_V_ svg{height:24px;width:24px}@media(max-width:1024px){.AdvantagesSection_cardsWrapper__RF6N_{grid-template-areas:unset;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(4,1fr)}.AdvantagesSection_card__QGQ43:last-child,.AdvantagesSection_card__QGQ43:nth-last-child(2){grid-area:unset}}@media(max-width:768px){.AdvantagesSection_cardsWrapper__RF6N_{grid-template-areas:unset;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,1fr)}}@media(max-width:576px){.AdvantagesSection_cardsWrapper__RF6N_{display:flex;scroll-snap-type:x mandatory;scroll-snap-stop:always;overflow:auto;scrollbar-width:none;-ms-overflow-style:none;padding:0 16px;margin:0 -16px}.AdvantagesSection_cardsWrapper__RF6N_::-webkit-scrollbar{display:none}.AdvantagesSection_card__QGQ43{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 16px);width:100%;scroll-snap-align:center;scroll-snap-stop:always}}.FaqBlock_wrapper__1y_7M{display:grid;grid-column-gap:32px;column-gap:32px;grid-template-columns:minmax(0,1fr) min-content;grid-template-areas:"a b" "c b";align-items:start;padding:24px;background:var(--gray-100);border-radius:20px}.FaqBlock_wysiwyg__vYkKe{padding-top:24px}.FaqBlock_text__XsQbp{-webkit-hyphens:auto;hyphens:auto;min-height:32px;display:flex;align-items:center}.FaqBlock_accordionContent__TZpZq{grid-area:c}.FaqBlock_richBlock__73MhV{display:flex;flex-direction:column;row-gap:24px}@media(max-width:768px){.FaqBlock_wrapper__1y_7M{grid-template-areas:"a b" "c c"}}.CollapsedButton_wrapper__Zou_j{grid-area:b;border-radius:999px;background:var(--red-300);color:var(--white);display:flex;align-items:center;justify-content:center;transition:transfrom .2s;cursor:pointer;width:32px;height:32px}.CollapsedButton_wrapper__Zou_j svg{fill:var(--white);height:16px;width:16px}.CollapsedButton_wrapper__Zou_j[data-state=open]>.CollapsedButton_arrow__exBs5{transform:scaleY(-1)}.ActionButton_button__lGcb6{width:-moz-fit-content;width:fit-content}@media(max-width:420px){.ActionButton_button__lGcb6{width:100%}}.Banner_banner__jid0L{display:flex;width:100%;background:var(--black-text);border-radius:var(--corner-radius-m);position:relative;overflow:hidden;color:var(--white);padding:1.5rem}.Banner_banner__jid0L:after{content:"";width:100%;height:100%;background:var(--no-color);position:absolute;left:0;top:0;transition:background .2s;z-index:2}.Banner_banner__jid0L:hover:after{background:var(--transparent-gray-200)}.Banner_imageBg___CyIv{position:absolute;left:0;top:0;width:100%;height:100%;z-index:1;display:block}.Banner_imageBg___CyIv img{height:100%;width:100%;object-fit:cover}.Banner_imageBg___CyIv.Banner_darken__p8z5M:after{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:var(--transparent-gray-300)}.Banner_content__EKH5J{width:100%;height:100%;row-gap:24px;display:flex;flex-direction:column;position:relative;z-index:2;justify-content:space-between}.Banner_data__2vkrJ{display:flex;flex-direction:column;row-gap:20px}.Banner_tag__EMfM4{background-color:var(--white);border-color:var(--no-color);color:var(--black)}.Banner_titleWrapper__WnNFC{display:flex;flex-direction:column;row-gap:12px}.Banner_btnMore__7FdxU{max-width:max-content;min-width:min-content}@media screen and (max-width:1200px){.Banner_banner__jid0L{padding:1rem}}@media screen and (max-width:576px){.Banner_btnMore__7FdxU{max-width:unset}}.NewsPage_mainBlock__EPhrQ{display:grid;grid-template-areas:"content side" "services services";grid-template-columns:1fr 312px;grid-gap:0 136px;gap:0 136px;width:100%}.NewsPage_pageContent___z5l6{width:100%;display:flex;flex-direction:column;gap:var(--space-s);grid-area:content}.NewsPage_pageContent___z5l6>picture{width:100%;display:flex;overflow:hidden;border-radius:var(--corner-radius-m)}.NewsPage_sideBlock__I4dNi{height:100%;width:100%;justify-content:space-between;grid-area:side}.NewsPage_lowerBlock___uN4t,.NewsPage_otherCards__KlrCY,.NewsPage_otherNews__ZrYHa,.NewsPage_sideBlock__I4dNi{display:flex;flex-direction:column;row-gap:var(--space-xs)}.NewsPage_lowerBlock___uN4t{width:100%;padding-top:var(--space-s);border-top:1px solid var(--transparent-gray-200);margin-top:var(--space-s);grid-area:services}.NewsPage_lowerCards__571yI{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:var(--space-2xs);gap:var(--space-2xs)}@media screen and (max-width:1199px){.NewsPage_mainBlock__EPhrQ{grid-template-columns:1fr 218px;gap:0 94px}.NewsPage_lowerCards__571yI,.NewsPage_otherCards__KlrCY{gap:var(--space-3xs)}}@media screen and (max-width:1023px){.NewsPage_mainBlock__EPhrQ{grid-template-columns:1fr;gap:0;grid-template-areas:"content" "services" "side"}.NewsPage_lowerCards__571yI{grid-template-columns:1fr 1fr}.NewsPage_sideBlock__I4dNi{padding-top:var(--space-s);border-top:1px solid var(--transparent-gray-200);margin-top:var(--space-s)}.NewsPage_sideBlock__I4dNi>a{display:none}.NewsPage_otherCards__KlrCY{display:grid;grid-template-columns:1fr 1fr}}@media screen and (max-width:575px){.NewsPage_lowerCards__571yI,.NewsPage_otherCards__KlrCY{grid-template-columns:1fr;gap:var(--space-4xs)}}.PromotionsSection_promo-1__rC7BS{grid-template-columns:1fr}.PromotionsSection_promo-4__TkAbo{grid-template-columns:repeat(2,1fr)}.PromotionsSection_promo-5__XRiUS>a:nth-child(4),.PromotionsSection_promo__OjXlp:not(.PromotionsSection_promo-4__TkAbo,.PromotionsSection_promo-1__rC7BS)>a:first-child{grid-column:1/3}.PromotionsSection_promo__OjXlp:not(.PromotionsSection_promo-3__YxCXb,.PromotionsSection_promo-4__TkAbo,.PromotionsSection_promo-1__rC7BS)>a:last-child{grid-column:3/5}.PromotionsSection_banner__UqnzG{height:320px}@media screen and (max-width:1024px){.PromotionsSection_promo-1__rC7BS{grid-template-columns:1fr}.PromotionsSection_promo-5__XRiUS>a:nth-child(4),.PromotionsSection_promo__OjXlp:not(.PromotionsSection_promo-3__YxCXb,.PromotionsSection_promo-4__TkAbo,.PromotionsSection_promo-1__rC7BS)>a:last-child,.PromotionsSection_promo__OjXlp:not(.PromotionsSection_promo-4__TkAbo,.PromotionsSection_promo-1__rC7BS,.PromotionsSection_promo-5__XRiUS,.PromotionsSection_promo-3__YxCXb)>a:first-child{grid-column-start:unset;grid-column-end:unset}}@media screen and (max-width:576px){.PromotionsSection_promo-5__XRiUS>a:nth-child(4),.PromotionsSection_promo__OjXlp:not(.PromotionsSection_promo-4__TkAbo,.PromotionsSection_promo-1__rC7BS)>a:first-child{grid-column:1/2}}.MobileAppSection_section__iD6mP{width:100%;background-color:var(--white);padding:0!important;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.MobileAppSection_content__KP_GL{max-width:620px;display:flex;flex-direction:column;row-gap:36px;padding:40px 0 40px 40px;margin-right:-64px}.MobileAppSection_content__KP_GL p{padding-right:40px}.MobileAppSection_wrapper__17_cb{display:flex;flex-direction:column;row-gap:64px}.MobileAppSection_links__6ILnV{display:flex;column-gap:24px}.MobileAppSection_qr__Ar57m{width:120px;height:120px}.MobileAppSection_qr__Ar57m svg{width:inherit;height:inherit}.MobileAppSection_stores__zp52G{display:flex;flex-direction:column;row-gap:12px}.MobileAppSection_storeLink__0A_N2{background-color:var(--dark-gray);padding:0 24px;border-radius:14px;display:flex;align-items:center;width:max-content;height:100%}.MobileAppSection_storeLink__0A_N2 img{height:36px;width:auto}.MobileAppSection_img__YxvtK img{aspect-ratio:1008/563;object-position:left bottom;object-fit:cover;height:100%}@media screen and (max-width:1200px){.MobileAppSection_content__KP_GL{padding:36px 0 36px 36px}}@media screen and (max-width:576px){.MobileAppSection_section__iD6mP{background-image:url(/assets/svg/home/app/mobile-bg.svg);background-position:100% 0;background-repeat:no-repeat;display:block}.MobileAppSection_content__KP_GL{max-width:unset;row-gap:18px;padding:16px;width:100%}.MobileAppSection_wrapper__17_cb{flex-direction:column-reverse;row-gap:36px}.MobileAppSection_title__MpvID{padding-right:52px}.MobileAppSection_links__6ILnV{flex-direction:column;row-gap:16px}.MobileAppSection_img__YxvtK,.MobileAppSection_qr__Ar57m{display:none}.MobileAppSection_stores__zp52G{flex-direction:row;gap:8px;flex-wrap:wrap}.MobileAppSection_storeLink__0A_N2{height:unset;padding:8px 12px;flex:1 1;justify-content:center}}.NewsCard_cardWrap__vmKlh{display:flex;max-width:312px;width:100%;flex-direction:column;border-radius:var(--corner-radius-m);overflow:hidden;background:var(--gray-100);transition:background .2s}.NewsCard_cardWrap__vmKlh:hover{background:var(--gray-200)}.NewsCard_imageWrap__BCMHf{width:100%;position:relative;border-radius:var(--corner-radius-m);overflow:hidden;display:flex;flex-shrink:0}.NewsCard_imageSpace__1pbGp{width:100%;padding-bottom:77%}.NewsCard_imageWrap__BCMHf img{width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover}.NewsCard_contentBlock__vLD8U{width:100%;height:100%;flex-direction:column;display:flex;gap:var(--space-3xs);padding:var(--space-3xs)}.NewsCard_cardTitle__MwLgW{display:-webkit-box;width:100%;height:88px;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:1199px){.NewsCard_cardWrap__vmKlh{max-width:unset}.NewsCard_imageSpace__1pbGp{padding-bottom:76%}}@media screen and (max-width:1023px){.NewsCard_imageSpace__1pbGp{padding-bottom:77%}.NewsCard_cardTitle__MwLgW{height:66px;-webkit-line-clamp:3}}@media screen and (max-width:767px){.NewsCard_imageSpace__1pbGp{padding-bottom:76.5%}.NewsCard_cardTitle__MwLgW{height:88px;-webkit-line-clamp:4}}.PromoList_tabsWrapper__x8ij5{width:100%;overflow-x:auto;margin-bottom:var(--space-s)}.PromoList_tabs__sxdZD{display:flex;align-items:center;flex-wrap:nowrap;gap:var(--space-5xs)}.RelatedServices_swiper__GC4W8{position:relative;grid-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:repeat(4,1fr)}.RelatedServices_swiper__GC4W8 .swiper-slide{height:auto}.RelatedServices_navigation__QKmc_{position:absolute;top:50%;left:0;z-index:1;display:flex;justify-content:space-between;align-items:center;width:100%;transform:translateY(-50%);padding:0 16px}.RelatedServices_navigationHide__iIFKp{display:none}@media screen and (max-width:920px){.RelatedServices_swiper__GC4W8{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:768px){.RelatedServices_swiper__GC4W8{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:576px){.RelatedServices_swiper__GC4W8{grid-template-columns:repeat(1,1fr)}.RelatedServices_navigation__QKmc_{display:none}}