.CloseButton-ygG7H{display:inline-flex;flex-shrink:0;cursor:pointer;color:var(--foreground-secondary)}.CloseButton-ygG7H:focus,.CloseButton-ygG7H:hover{opacity:.7}.Snackbar2-ytaM2{display:flex;align-items:normal;gap:8px;box-sizing:border-box;min-width:320px;max-width:640px;padding:var(--layout-padding-small);color:var(--foreground-inverse);border-radius:var(--border-radius-l);background-color:var(--surface-inverse)}.Snackbar2__link-pM4Jr{display:inline-flex;color:var(--foreground-inverse)}.Snackbar2__close-JpZBs{color:var(--foreground-secondary-inverse)}.Snackbar2__close-JpZBs:hover{color:var(--foreground-inverse)}.Snackbar2_error-hXkZ5{background-color:var(--red-tertiary)}.Snackbar2_error-hXkZ5,.Snackbar2_error-hXkZ5 .Snackbar2__link-pM4Jr{color:var(--foreground)}.Snackbar2_error-hXkZ5 .Snackbar2__close-JpZBs{color:var(--foreground-secondary)}.Snackbar2__statusIcon-P0YE5{display:inline-flex;flex-shrink:0}.Snackbar2__container-qFAi2{gap:8px}.Snackbar2__container-qFAi2,.Snackbar2__text-h6MyO{display:flex;flex:1;flex-direction:column;min-width:0}.Snackbar2__text-h6MyO{justify-content:center;gap:6px}.Snackbar2_mobile-I_Z6W{align-items:center;min-width:auto}.Snackbar2_mobile-I_Z6W .Snackbar2__container-qFAi2{flex-direction:row}.Snackbar2_type_success-aebdN .Snackbar2__statusIcon-P0YE5{color:var(--foreground-green-inverse)}.Snackbar2_type_warning-fGT7w .Snackbar2__statusIcon-P0YE5{color:var(--foreground-orange-inverse)}.Snackbar2_type_info-5SBMi .Snackbar2__statusIcon-P0YE5{color:var(--foreground-blue-inverse)}.Snackbar2_type_error-w2YjV .Snackbar2__statusIcon-P0YE5{color:var(--foreground-red)}.Notifier-uDJqE{--animation-timeout:300ms;position:fixed;z-index:99999;top:0;right:0;display:flex;visibility:hidden;flex-direction:column;gap:8px;box-sizing:border-box;padding:24px 24px 0 0;transition:visibility 0s var(--animation-timeout)}.Notifier_visible-Qtvff{visibility:visible;transition:visibility 0s 0s}.Notifier__itemEntering-jbgMJ{animation:Notifier__slideInRight-UOXW3 var(--animation-timeout) ease-out}.Notifier__itemExiting-pxyqm{animation:Notifier__slideInRightExit-pSQKs var(--animation-timeout) ease-in}.Notifier_mobile-X_W0l{right:0;left:0;padding:8px}.Notifier_mobile-X_W0l .Notifier__itemEntering-jbgMJ{animation:Notifier__slideInTop-hOUVd var(--animation-timeout) ease-out}.Notifier_mobile-X_W0l .Notifier__itemExiting-pxyqm{animation:Notifier__slideInTopExit-T4nz4 var(--animation-timeout) ease-in}@keyframes Notifier__slideInRight-UOXW3{0%{transform:translateX(100%)}to{transform:translateX(0)}}@keyframes Notifier__slideInRightExit-pSQKs{0%{transform:translateX(0)}to{transform:translateX(100%)}}@keyframes Notifier__slideInTop-hOUVd{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@keyframes Notifier__slideInTopExit-T4nz4{0%{transform:translateY(0)}to{transform:translateY(-100%)}}.Overlay-Gxmyb{position:fixed;inset:0;display:flex;visibility:hidden;overflow:hidden;justify-content:center;align-items:flex-end;box-sizing:border-box;opacity:0;background-color:var(--overlay-secondary-dark-static);transition:opacity .25s ease-out,visibility 0s ease-out .25s,transform 0s ease-out .25s;transform:translate(-9999px,-9999px)}.Overlay_visible-s830q{visibility:visible;opacity:1;transition:opacity .25s ease-in,visibility 0s ease-in 0s,transform 0s ease-in 0s;transform:translate(0)}.ModalHeader{font-size:var(--font-size-h5);font-weight:700;line-height:var(--line-height-h5);overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Modal{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:5px;background:#000c}.Modal_mobile{padding:0;background:#00000052}.Modal__content_mobile{min-height:200px;max-height:calc(100vh - 76px);max-height:calc(100dvh - 16px);margin:0;color:var(--foreground);border-radius:var(--border-radius-l) var(--border-radius-l) 0 0;background-color:var(--surface)}.Modal__container{position:relative;margin:auto}.Modal_mobile .Modal__container{position:fixed;bottom:0;left:0;width:100%}.Modal__content{display:flex;flex-direction:column;box-sizing:border-box;color:var(--foreground);background-color:var(--surface)}.Modal__content_wrapper{overflow:hidden;border-radius:var(--border-radius-xxl);-webkit-mask-image:-webkit-radial-gradient(var(--surface),var(--foreground-inverse))}.Modal_mobile .Modal__content_wrapper{border-radius:var(--border-radius-l) var(--border-radius-l) 0 0}.Modal__content_relative{position:relative;display:flex;overflow:auto;flex-direction:column;height:100%}.Modal__content__header{flex-shrink:0;height:24px;padding:16px 54px 16px 24px}.Modal__content_body{display:flex;overflow-y:auto;-webkit-overflow-scrolling:touch;flex-grow:1;flex-direction:column;height:100%;text-align:left}.Modal__content_footer{position:absolute;bottom:0;width:100%}.Modal_mobile .Modal__content_footer{padding-bottom:env(safe-area-inset-bottom)}.Modal_mobile.Modal_fullscreen .Modal__container{height:100%}.Modal_mobile.Modal_fullscreen .Modal__content{height:100%;max-height:100%;border-radius:0}.Modal_fullscreen .Modal__content_wrapper{border-radius:0}.Modal_mobile.Modal_fullscreen .Modal__content_wrapper{height:100%}.Modal__closer{position:absolute;z-index:50000;top:0;right:-40px;color:var(--foreground-light-static)}.Modal_mobile .Modal__closer{position:absolute;top:16px;right:16px;color:var(--foreground)}.Modal,.Modal .Modal__container{animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.Modal .Modal__container:-webkit-full-screen,.Modal:-webkit-full-screen{animation:none!important}.Modal .Modal__container:fullscreen,.Modal:fullscreen{animation:none!important}.Modal.Modal_has-animation .Modal__container{animation-name:Modal__container}.Modal.Modal_visible.Modal_has-animation .Modal__container{animation-name:Modal_visible__container}@keyframes Modal__container{0%{transform:translateY(0)}to{transform:translateY(50px)}}@keyframes Modal_visible__container{0%{transform:translateY(50px)}to{transform:translateY(0)}}:root{--spinner-color:#94d1ee}.Loader_type_circle{position:relative;display:inline-block;box-sizing:border-box;border-bottom:2px solid #0000;border-right:2px solid #0000;border-top:2px solid #0000;border-top-color:var(--spinner-color);border-left:2px solid #0000;border-left-color:var(--spinner-color);border-radius:50%;background:linear-gradient(1deg,#0000,#0000);-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:spin 1s linear infinite;animation-delay:.3s}.Loader_type_circle.Loader_color_white{border-top-color:var(--foreground-inverse);border-left-color:var(--foreground-inverse)}.Loader_type_circle.Loader_color_red{border-top-color:var(--red);border-right-color:var(--red);border-left-color:var(--red)}.Loader_type_circle.Loader_color_gray{border-top-color:var(--foreground-secondary);border-right-color:var(--foreground-secondary);border-left-color:var(--foreground-secondary)}.Loader_type_circle.Loader_color_gray2{border-left-color:#0000;border-right-color:#0000;border-top-color:#0000;border:5px solid var(--overlay-quaternary);border-bottom:5px solid #0000}.Loader_type_circle.Loader_color_greenProauto{border-top-color:#46cc72;border-right-color:#46cc72;border-left-color:#46cc72}.Loader_type_circle.Loader_color_black{border-top-color:var(--foreground);border-right-color:var(--foreground);border-left-color:var(--foreground)}.Loader_type_circle.Loader_color_blue2{border-top-color:var(--blue);border-right-color:var(--blue);border-left-color:var(--blue)}.Loader_type_circle.Loader_color_green{border-top-color:var(--green);border-right-color:var(--green);border-left-color:var(--green)}.Loader_type_circle.Loader_color_magenta{border-top-color:#af52de;border-right-color:#af52de;border-left-color:#af52de}.Loader_type_dots{line-height:1;display:flex;justify-content:center;align-items:center;width:auto;height:auto;margin:15px 0;text-align:center}.Loader_type_dots.Loader_color_blue .Loader__dot{background-color:var(--blue)}.Loader_type_dots.Loader_color_white .Loader__dot{background-color:var(--foreground-inverse)}.Loader_type_dots.Loader_color_gray .Loader__dot{background-color:var(--foreground-secondary)}.Loader_type_dots.Loader_color_black .Loader__dot{background-color:var(--foreground)}.Loader_type_dots .Loader__dot{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;animation:preloader_type_dots .8s linear infinite}.Loader_type_dots .Loader__dot:nth-child(2){animation-delay:.2s}.Loader_type_dots .Loader__dot:nth-child(3){animation-delay:.4s}.Loader_wrapper{display:flex;justify-content:center;border-radius:3px}.Loader_wrapper_white{background-color:var(--blue)}.Loader_size_s.Loader_type_dots .Loader__dot{width:8px;height:8px}.Loader_size_s.Loader_type_circle{line-height:var(--line-height-h5);width:24px;height:24px;background-position:-2px -19px}.Loader_size_m.Loader_type_dots .Loader__dot{width:11px;height:11px}.Loader_size_m.Loader_type_circle{line-height:var(--line-height-h4);width:28px;height:28px;background-position:-2px -44px}.Loader_size_l.Loader_type_dots .Loader__dot{width:13px;height:13px}.Loader_size_l.Loader_type_circle{line-height:32px;width:32px;height:32px;background-position:-2px -73px}.Loader_size_xl.Loader_type_dots .Loader__dot{width:15px;height:15px}.Loader_size_xl.Loader_type_circle{line-height:38px;width:38px;height:38px;background-position:-2px -106px}.Loader_size_s2.Loader_type_circle{width:16px;height:16px}.Loader_size_m2.Loader_type_circle{width:20px;height:20px}.Loader_size_l2.Loader_type_circle{width:24px;height:24px}.Loader_size_xl2.Loader_type_circle{width:28px;height:28px}@keyframes preloader_type_dots{0%{opacity:1}80%{opacity:0}to{opacity:0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.MapLocationFCLoadable-Lqm0a{width:100%;height:300px}.MapLocationFCLoadable__loaderContainer-zi40c{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.Link{cursor:pointer;touch-action:manipulation;text-decoration:none;-webkit-tap-highlight-color:var(--overlay-quaternary-dark-static);outline:none;transition:color .3s ease}.Link.Link_width_full{display:inline-block;width:100%}.Link.Link_height_full{display:inline-block;height:100%}.Link{color:var(--blue)}.Link.Link_color_black,.Link.Link_color_black_without_hover{color:var(--foreground)}.Link.Link_color_blue_medium{color:var(--blue-tertiary)}.Link.Link_color_green{color:#070}.Link.Link_color_gray{color:var(--foreground-secondary)}.Link.Link_color_gray_light{color:var(--surface-tertiary)}.Link.Link_color_red{color:var(--red)}.Link.Link_color_white,.Link.Link_color_white_with_white_hover{color:var(--white)}.Link.Link_disabled{cursor:auto;color:var(--foreground-secondary)}@media not all and (pointer:coarse){.Link:not(.Link_disabled):hover{color:var(--red)}.Link:not(.Link_disabled):hover.Link_color_white_with_white_hover{opacity:.8;color:var(--white)}.Link:not(.Link_disabled):hover.Link_color_black_without_hover{opacity:.8;color:var(--foreground)}.Link:not(.Link_disabled):hover.Link_color_red{opacity:.9}}@media (hover:hover){.Link:not(.Link_disabled):hover{color:var(--red)}.Link:not(.Link_disabled):hover.Link_color_red{opacity:.9}}.CardSellerAlarmsNewDesign-hfAhL{display:flex;flex-direction:column;gap:8px}.CardSellerAlarmsNewDesign__otherInfo-YmCrG{display:flex;flex-direction:column;gap:16px;margin:0;padding:16px;border-radius:var(--border-radius-l);background-color:var(--fill)}.CardSellerAlarmsNewDesign__item-J_2OJ{display:flex}.CardSellerAlarmsNewDesign__itemInfo-Laufg{display:flex;flex-direction:column;justify-content:center}.CardSellerAlarmsNewDesign__itemLogo-htFIl{width:56px;height:56px;margin-right:12px;object-fit:contain}.CardSellerAlarmsNewDesign__itemTitle-Xh9WL{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-bottom:4px}.CardSellerAlarmsNewDesign__itemDescription-opZMJ{font-size:var(--font-size-body2);line-height:var(--line-height-body2);color:var(--foreground-secondary)}.CardSellerAlarmsNewDesign__itemLink-GkiPC{margin-left:4px}.CloseButton{z-index:50000;top:0;right:0;cursor:pointer;opacity:.4;border:none;background-repeat:no-repeat;background-position:50%}.CloseButton_type_modal{position:fixed}.CloseButton_type_block{position:absolute}.CloseButton_color_white{opacity:1}.CloseButton_color_grey,.CloseButton_color_white:hover{opacity:.4}.CloseButton_color_grey:hover{opacity:1}.CloseButton_color_black,.CloseButton_color_blackAndWhiteBorder{opacity:.6;transition:opacity var(--animation-speed-fast)}.CloseButton_color_black:hover,.CloseButton_color_blackAndWhiteBorder:hover{opacity:1}.CloseButton_color_blackAndWhiteCross{opacity:1;transition:opacity var(--animation-speed-fast)}.CloseButton_color_blackAndWhiteCross:hover{opacity:.8}.CloseButton_form_standart.CloseButton_color_black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31'%3E%3Cpath fill-rule='evenodd' d='M16.284 12.672 3.556-.056.728 2.772 13.456 15.5.728 28.228l2.828 2.828 12.728-12.728 12.728 12.728 2.829-2.828L19.113 15.5 31.84 2.772 29.012-.056z'/%3E%3C/svg%3E")}.CloseButton_form_standart.CloseButton_color_grey{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31'%3E%3Cpath fill='gray' fill-rule='evenodd' d='M16.284 12.672 3.556-.056.728 2.772 13.456 15.5.728 28.228l2.828 2.828 12.728-12.728 12.728 12.728 2.829-2.828L19.113 15.5 31.84 2.772 29.012-.056z'/%3E%3C/svg%3E")}.CloseButton_form_standart.CloseButton_color_white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='31' viewBox='0 0 32 31'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16.284 12.672 3.556-.056.728 2.772 13.456 15.5.728 28.228l2.828 2.828 12.728-12.728 12.728 12.728 2.829-2.828L19.113 15.5 31.84 2.772 29.012-.056z'/%3E%3C/svg%3E")}.CloseButton_form_round.CloseButton_color_black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='8' fill='%23000'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M8 6.853 6.025 4.878a.72.72 0 0 0-1.02 0l-.127.128a.72.72 0 0 0 0 1.02L6.853 8 4.878 9.976a.72.72 0 0 0 0 1.02l.127.127a.72.72 0 0 0 1.02 0L8 9.147l1.975 1.976a.72.72 0 0 0 1.02 0l.127-.128a.72.72 0 0 0 0-1.02L9.147 8l1.975-1.975a.72.72 0 0 0 0-1.02l-.127-.127a.72.72 0 0 0-1.02 0z' clip-rule='evenodd'/%3E%3C/svg%3E")}.CloseButton_form_round.CloseButton_color_blackAndWhiteBorder{background-image:url(https://st.avto.ru/autoru/close_round_black_white_border_208115e1318f62f0.svg)}.CloseButton_form_round.CloseButton_color_blackAndWhiteCross{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='12' fill='%23000' opacity='.24'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M16.72 8.628a.954.954 0 0 0-1.348-1.349L12 10.651 8.628 7.28A.954.954 0 0 0 7.28 8.63L10.651 12 7.28 15.372a.954.954 0 1 0 1.35 1.349L12 13.349l3.372 3.372a.954.954 0 0 0 1.349-1.35L13.349 12z' clip-rule='evenodd'/%3E%3C/svg%3E")}.CloseButton_form_round.CloseButton_color_grey{background-image:url(https://st.avto.ru/autoru/close_round_grey_cdf13b0b837d950e.svg)}.CloseButton_form_round.CloseButton_color_white{background-image:url(https://st.avto.ru/autoru/close_round_white_46e3f1979fd6a4fc.svg)}.CloseButton_size_xs{width:42px;height:42px;background-size:11px 11px}.CloseButton_size_s{width:42px;height:42px;background-size:16px 16px}.CloseButton_size_m{width:52px;height:52px;background-size:20px 20px}.CloseButton_size_l{width:52px;height:52px;background-size:24px 24px}.CloseButton_size_16{width:16px;height:16px;background-size:16px}.CloseButton_size_20{width:20px;height:20px}.CloseButton_size_24{width:24px;height:24px}.CloseButton_outer{right:-52px}.CloseButton_size_s..CloseButton_outer,.CloseButton_size_xs..CloseButton_outer{right:-42px}:root{--tail-width-s:14px;--tail-height-s:8px;--tail-width-m:28px;--tail-height-m:16px;--non-centeral-alignment-offset:8px}.Popup__tail{position:absolute;color:var(--white)}.Popup__tailSvg{display:block}.Popup__tail_size_s{width:var(--tail-width-s);height:var(--tail-height-s)}.Popup__tail_size_m{width:var(--tail-width-m);height:var(--tail-height-m)}.Popup_direction_top-center .Popup__tail{top:100%}.Popup_direction_top-center .Popup__tail_size_s{left:calc((100% - var(--tail-width-s))/2)}.Popup_direction_top-center .Popup__tail_size_m{left:calc((100% - var(--tail-width-m))/2)}.Popup_direction_top-left .Popup__tail{top:100%;left:var(--non-centeral-alignment-offset)}.Popup_direction_top-right .Popup__tail{top:100%;right:var(--non-centeral-alignment-offset)}.Popup_direction_bottom-center .Popup__tail{bottom:100%;transform:rotate(180deg)}.Popup_direction_bottom-center .Popup__tail_size_s{left:calc((100% - var(--tail-width-s))/2)}.Popup_direction_bottom-center .Popup__tail_size_m{left:calc((100% - var(--tail-width-m))/2)}.Popup_direction_bottom-left .Popup__tail{bottom:100%;left:var(--non-centeral-alignment-offset);transform:rotate(180deg)}.Popup_direction_bottom-right .Popup__tail{right:var(--non-centeral-alignment-offset);bottom:100%;transform:rotate(180deg)}.Popup_direction_right-center .Popup__tail{transform:rotate(90deg);transform-origin:left top}.Popup_direction_right-center .Popup__tail_size_s{top:calc((100% - var(--tail-width-s))/2);right:calc(100% - var(--tail-width-s))}.Popup_direction_right-center .Popup__tail_size_m{top:calc((100% - var(--tail-width-m))/2);right:calc(100% - var(--tail-width-m))}.Popup_direction_right-top .Popup__tail{top:var(--non-centeral-alignment-offset);transform:rotate(90deg);transform-origin:left top}.Popup_direction_right-top .Popup__tail_size_s{right:calc(100% - var(--tail-width-s))}.Popup_direction_right-top .Popup__tail_size_m{right:calc(100% - var(--tail-width-m))}.Popup_direction_right-bottom .Popup__tail{transform:rotate(90deg);transform-origin:left top}.Popup_direction_right-bottom .Popup__tail_size_s{right:calc(100% - var(--tail-width-s));bottom:calc(var(--non-centeral-alignment-offset)/2 + var(--tail-width-s) - var(--tail-height-s) + 2px)}.Popup_direction_right-bottom .Popup__tail_size_m{right:calc(100% - var(--tail-width-m));bottom:calc(var(--non-centeral-alignment-offset)/2 + var(--tail-width-m) - var(--tail-height-m) + 2px)}.Popup_direction_left-center .Popup__tail{transform:rotate(-90deg);transform-origin:right top}.Popup_direction_left-center .Popup__tail_size_s{top:calc((100% - var(--tail-width-s))/2);left:calc(100% - var(--tail-width-s))}.Popup_direction_left-center .Popup__tail_size_m{top:calc((100% - var(--tail-width-m))/2);left:calc(100% - var(--tail-width-m))}.Popup_direction_left-top .Popup__tail{top:var(--non-centeral-alignment-offset);transform:rotate(-90deg);transform-origin:right top}.Popup_direction_left-top .Popup__tail_size_s{left:calc(100% - var(--tail-width-s))}.Popup_direction_left-top .Popup__tail_size_m{left:calc(100% - var(--tail-width-m))}.Popup_direction_left-bottom .Popup__tail{transform:rotate(-90deg);transform-origin:right top}.Popup_direction_left-bottom .Popup__tail_size_s{bottom:calc(var(--non-centeral-alignment-offset)/2 + var(--tail-width-s) - var(--tail-height-s) + 2px);left:calc(100% - var(--tail-width-s))}.Popup_direction_left-bottom .Popup__tail_size_m{bottom:calc(var(--non-centeral-alignment-offset)/2 + var(--tail-width-m) - var(--tail-height-m) + 2px);left:calc(100% - var(--tail-width-m))}.Popup.Popup_theme_dark{color:var(--white);background-color:var(--surface-inverse);box-shadow:none}.Popup.Popup_theme_dark .Popup__tail{color:var(--foreground)}.Popup.Popup_theme_blue{color:var(--white);background-color:var(--blue);box-shadow:none}.Popup.Popup_theme_blue .Popup__tail{color:var(--blue)}.Popup.Popup_theme_red{color:var(--white);background-color:var(--red);box-shadow:none}.Popup.Popup_theme_red .Popup__tail{color:var(--red)}.Popup.Popup_theme_transparent{background-color:unset}.Popup{position:absolute;display:none;visibility:hidden;overflow:hidden;color:var(--foreground);border-radius:var(--border-radius-s);background:var(--surface);box-shadow:0 10px 30px 0 var(--overlay-quaternary-dark-static);transform:translate(-9999px,-9999px);animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.Popup__closer{position:absolute;z-index:10;top:10px;right:10px;width:14px;height:14px;cursor:pointer;opacity:.3;background:no-repeat 0 0 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='m14 .7-.7-.7L7 6.3.7 0 0 .7 6.3 7 0 13.3l.7.7L7 7.7l6.3 6.3.7-.7L7.7 7z'/%3E%3C/svg%3E")}.Popup__scrollContainer_scrollable{overflow-y:auto;max-height:inherit}.Popup:hover{opacity:1}.Popup_withTail{overflow:visible}.Popup:not(.Popup_withScrollbar) .Popup__scrollContainer_scrollable::-webkit-scrollbar{display:none}.Popup.Popup_js_inited{display:block}.Popup.Popup_visible{visibility:visible;transform:translate(0)}.Popup.Popup_animation_opacity-only{animation-name:Popup_opacity-only}.Popup.Popup_animation_opacity-only.Popup_visible{animation-name:Popup_visible_opacity-only}.Popup.Popup_animation_full.Popup_direction_bottom-center,.Popup.Popup_animation_full.Popup_direction_bottom-left,.Popup.Popup_animation_full.Popup_direction_bottom-right{animation-name:Popup_opacity-only,Popup_bottom}.Popup.Popup_animation_full.Popup_direction_top-center,.Popup.Popup_animation_full.Popup_direction_top-left,.Popup.Popup_animation_full.Popup_direction_top-right{animation-name:Popup_opacity-only,Popup_top}.Popup.Popup_animation_full.Popup_direction_right-bottom,.Popup.Popup_animation_full.Popup_direction_right-center,.Popup.Popup_animation_full.Popup_direction_right-top{animation-name:Popup_opacity-only,Popup_right}.Popup.Popup_animation_full.Popup_direction_left-bottom,.Popup.Popup_animation_full.Popup_direction_left-center,.Popup.Popup_animation_full.Popup_direction_left-top{animation-name:Popup_opacity-only,Popup_left}.Popup.Popup_animation_full.Popup_visible.Popup_direction_bottom-center,.Popup.Popup_animation_full.Popup_visible.Popup_direction_bottom-left,.Popup.Popup_animation_full.Popup_visible.Popup_direction_bottom-right{animation-name:Popup_visible_opacity-only,Popup_visible_bottom}.Popup.Popup_animation_full.Popup_visible.Popup_direction_top-center,.Popup.Popup_animation_full.Popup_visible.Popup_direction_top-left,.Popup.Popup_animation_full.Popup_visible.Popup_direction_top-right{animation-name:Popup_visible_opacity-only,Popup_visible_top}.Popup.Popup_animation_full.Popup_visible.Popup_direction_right-bottom,.Popup.Popup_animation_full.Popup_visible.Popup_direction_right-center,.Popup.Popup_animation_full.Popup_visible.Popup_direction_right-top{animation-name:Popup_visible_opacity-only,Popup_visible_right}.Popup.Popup_animation_full.Popup_visible.Popup_direction_left-bottom,.Popup.Popup_animation_full.Popup_visible.Popup_direction_left-center,.Popup.Popup_animation_full.Popup_visible.Popup_direction_left-top{animation-name:Popup_visible_opacity-only,Popup_visible_left}@keyframes Popup_opacity-only{0%{visibility:visible;opacity:1;transform:translate(0)}99%{transform:translate(0)}to{visibility:hidden;opacity:0;transform:translate(-9999px,-9999px)}}@keyframes Popup_visible_opacity-only{0%{opacity:0}to{opacity:1}}@keyframes Popup_bottom{0%{transform:translateY(0)}99%{transform:translateY(10px)}}@keyframes Popup_visible_bottom{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes Popup_top{0%{transform:translateY(0)}99%{transform:translateY(-10px)}}@keyframes Popup_visible_top{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes Popup_right{0%{transform:translateX(0)}99%{transform:translateX(10px)}}@keyframes Popup_visible_right{0%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes Popup_left{0%{transform:translateX(0)}99%{transform:translateX(-10px)}}@keyframes Popup_visible_left{0%{transform:translateX(-10px)}to{transform:translateX(0)}}.TextInput{display:inline-block;max-width:100%}.TextInput__input{position:relative;display:flex;align-items:center;box-sizing:border-box;width:100%;padding:0 12px;border:1px solid #0000001f;border-radius:var(--border-radius-s);background-color:var(--white)}.TextInput_width_full{width:100%}.TextInput_size_s .TextInput__input{padding:0 8px;border-radius:var(--border-radius-s)}:is(.TextInput_size_l,.TextInput_size_m) .TextInput__input{border-radius:var(--border-radius-m)}:is(.TextInput_size_promo,.TextInput_size_xl,.TextInput_size_xxl) .TextInput__input{border-radius:var(--border-radius-l)}.TextInput_size_s .TextInput__box{height:30px}:is(.TextInput_size_l,.TextInput_size_m) .TextInput__box{height:42px}.TextInput_size_xl .TextInput__box{height:54px}.TextInput_size_xxl .TextInput__box{height:62px}.TextInput_size_promo .TextInput__box{height:60px}.TextInput_size_auto .TextInput__box{height:auto}.TextInput__box{display:flex;flex:1;align-items:center}.TextInput__placeholder{font-size:var(--font-size-body1);line-height:normal;position:absolute;top:50%;display:block;overflow:hidden;max-width:calc(100% - 32px);white-space:nowrap;text-overflow:ellipsis;pointer-events:none;color:#0000008a;transition:font-size .05s ease-out 0s,margin-top .05s ease-out 0s,opacity .1s ease-out 0s;transform:translateY(-50%)}.TextInput_size_s .TextInput__placeholder{max-width:calc(100% - 16px)}.TextInput_disabled :is(.TextInput__control,.TextInput__placeholder){color:#0000003d}.TextInput_has-value:not(.TextInput_focused){z-index:1}.TextInput_has-value .TextInput__input{border-color:#157ee180;background-color:var(--blue-tertiary)}.TextInput_color_whiteNoBordersBg.TextInput_has-value .TextInput__input{background-color:var(--white)}.TextInput_theme_alternate.TextInput_has-value:not(.TextInput_focused):not(.TextInput_hovered):not(.TextInput_error) .TextInput__input{border-color:#0000001f;background-color:var(--white)}.TextInput_has-value .TextInput__placeholder{display:none}:is(.TextInput_focused.TextInput_placeholderShowWithValue,.TextInput_has-value.TextInput_placeholderShowWithValue) .TextInput__placeholder{font-size:var(--font-size-caption);display:block;margin-top:-10px}:is(.TextInput_has-placeholder.TextInput_focused.TextInput_placeholderShowWithValue,.TextInput_has-placeholder.TextInput_has-value.TextInput_placeholderShowWithValue) .TextInput__control{position:relative;top:6px}.TextInput__control{font:inherit;font-size:var(--font-size-body1);width:100%;min-width:0;margin:0;padding:0;color:#000000de;border:none;outline:none;background-color:initial}.TextInput__control_noCursor{cursor:default;caret-color:#0000}.TextInput__control_byContentMode{position:absolute;top:0;left:0}.TextInput__inputWrap{position:relative;display:flex;width:100%}.TextInput__inputWrap_spacer{visibility:hidden;min-width:15px}.TextInput_changed .TextInput__input{border-color:#5bc274}:is(.TextInput_focused,.TextInput_hovered) .TextInput__input{z-index:1;border-color:var(--blue);background-color:var(--white)}:is(.TextInput_focused,.TextInput_hovered) .TextInput__control{color:#000000de}.TextInput__clear{display:inline-block;box-sizing:border-box;width:24px;min-width:24px;height:24px;margin-right:-8px;margin-left:8px;padding:4px;cursor:pointer;opacity:.5}.TextInput__clearIcon{display:none;color:#757575}.TextInput__clearIcon_visible{display:block}:is(.TextInput_focused,.TextInput_hovered) .TextInput__clear{opacity:1}.TextInput__error{font-size:var(--font-size-body2);line-height:16px;position:relative;left:0;display:block;color:var(--red)}.TextInput__error:empty{display:none}.TextInput__error:not(:empty){padding:4px 0}.TextInput_color_white .TextInput__input{border-color:#0000}:is(.TextInput_color_contrast,.TextInput_color_contrastFilled) .TextInput__input{border-color:#d3d3d5;background-color:var(--white)}.TextInput_color_contrastFilled.TextInput_has-value .TextInput__input{background-color:var(--gray-95)}:is(.TextInput_color_white.TextInput_focused,.TextInput_color_white.TextInput_hovered) .TextInput__input{z-index:1;border-color:var(--gray-95)}:is(.TextInput_color_contrast.TextInput_focused,.TextInput_color_contrast.TextInput_hovered,.TextInput_color_contrastFilled.TextInput_focused,.TextInput_color_contrastFilled.TextInput_hovered) .TextInput__input{z-index:1;border-color:var(--black)}:is(.TextInput_color_greyNoBorders.TextInput_focused,.TextInput_color_greyNoBorders.TextInput_hovered,.TextInput_color_whiteNoBorders.TextInput_focused,.TextInput_color_whiteNoBorders.TextInput_hovered,.TextInput_color_whiteNoBordersBg.TextInput_focused,.TextInput_color_whiteNoBordersBg.TextInput_hovered) .TextInput__input,:is(.TextInput_color_whiteNoBorders,.TextInput_color_whiteNoBordersBg) .TextInput__input{border-color:#0000}:is(.TextInput_color_greyBlackBorders,.TextInput_color_greyBlueBorders,.TextInput_color_greyNoBorders) .TextInput__input{border-color:#0000;background-color:var(--gray-95)}:is(.TextInput_color_greyBlueBorders.TextInput_focused,.TextInput_color_greyBlueBorders.TextInput_hovered) .TextInput__input{z-index:1;border-color:var(--blue)}:is(.TextInput_color_greyBlackBorders.TextInput_focused,.TextInput_color_greyBlackBorders.TextInput_hovered) .TextInput__input{z-index:1;border-color:var(--black)}.TextInput_icon_search .TextInput__input:before{display:inline-block;width:24px;height:24px;margin-right:8px;content:"";opacity:.5;color:var(--black);background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M10.67 2a8.67 8.67 0 1 0 5.413 15.446L20.638 22 22 20.637l-4.554-4.554A8.67 8.67 0 0 0 10.67 2m-6.743 8.67a6.744 6.744 0 1 1 13.488 0 6.744 6.744 0 0 1-13.488 0' clip-rule='evenodd'/%3E%3C/svg%3E")}.TextInput.TextInput_error{z-index:3}.TextInput.TextInput_error .TextInput__input{border-color:var(--red);background-color:var(--white)}.TextInput_error.TextInput_showErrorInPlaceholder .TextInput__placeholder{color:var(--red)}.TextInput_error.TextInput_showErrorInPlaceholder .TextInput__input{border-color:#0000001f}.TextInput_theme_embedded .TextInput__input{padding:0;border:0;border-radius:0;background-color:initial}.TextInput_theme_embedded .TextInput__control{font:inherit;font-size:var(--font-size-sub);line-height:var(--line-height-sub)}.Button{--button-side-space:24px;--button-left-space:var(--button-side-space);--button-right-space:var(--button-side-space);font-family:inherit;font-size:var(--font-size-body1);font-weight:var(--font-weight-medium);-webkit-font-smoothing:antialiased;position:relative;display:inline-block;box-sizing:border-box;max-width:100%;margin:0;padding:0;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;vertical-align:middle;white-space:nowrap;text-decoration:none;color:#000000de;border:1px solid #0000;border-radius:var(--border-radius-s);outline:0;background:#0000}.Button::-moz-focus-inner{border:none}.Button__content{display:flex;justify-content:center;align-items:center;height:100%}.Button_width_narrow .Button__content>:is(div:first-child,span:first-child,svg:first-child){margin:0 3px 0 0}.Button_width_narrow .Button__content>:is(div:last-child,span:last-child,svg:last-child){margin:0}.Button_width_full{width:100%}.Button_width_full .Button__content>:is(div:first-child,span:first-child,svg:first-child){margin-left:4px}.Button_width_full .Button__content>:is(div:last-child,span:last-child,svg:last-child){margin-right:4px}.Button_fontWeight_bold :is(.Button__content,.Button__text){font-weight:700}.Button.Button_pressed{transform:scale(.95)}.Button:disabled,.Button_disabled{cursor:default;transform:none}.Button__text{display:inline-block;overflow:hidden;text-overflow:ellipsis}.Button_size_s{font-size:var(--font-size-body2);line-height:30px;height:32px;border-radius:var(--border-radius-s)}.Button_size_l,.Button_size_m{font-size:var(--font-size-body1);line-height:42px;height:44px;border-radius:var(--border-radius-m)}.Button_size_xl{line-height:54px;height:56px}.Button_size_xl,.Button_size_xxl{font-size:var(--font-size-body0);border-radius:var(--border-radius-l)}.Button_size_xxl{line-height:62px;height:64px}.Button_size_promo{font-size:var(--font-size-h5);line-height:var(--line-height-h5);height:60px;border-radius:var(--border-radius-l)}.Button_radius_round{border-radius:1000px}.Button_size_promo .Button__content .Button__text:only-child{margin:0 48px}.Button_size_s .IconSvg:only-child{width:24px;height:24px;margin:0 3px}:is(.Button_size_l,.Button_size_m) .IconSvg:only-child{width:24px;height:24px;margin:0 9px}.Button_size_xl .IconSvg:only-child{width:24px;height:24px;margin:0 15px}.Button_size_xxl .IconSvg:only-child{width:24px;height:24px;margin:0 19px}.Button_size_promo .IconSvg:only-child{width:24px;height:24px;margin:0 17px}.Button__content>:is(div,span){margin:0 4px}.Button__content>:is(div:first-child,span:first-child,svg:first-child){margin-left:var(--button-left-space,24px)}.Button__content>:is(div:last-child,span:last-child,svg:last-child){margin-right:var(--button-right-space,24px)}.Button.Button_multiline{line-height:normal;height:auto}.Button_multiline .Button__content>div{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin:12px 16px}.Button_multiline .Button__content>div>div:first-child{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}:root{--button-color-disabled:var(--foreground-tertiary);--button-background-color-disabled:var(--surface-secondary)}.Button.Button_disabled.Button_oldDisabledColor.Button_color_black,.Button.Button_disabled.Button_oldDisabledColor.Button_color_blue,.Button.Button_disabled.Button_oldDisabledColor.Button_color_gray,.Button.Button_disabled.Button_oldDisabledColor.Button_color_grayHoverBlue,.Button.Button_disabled.Button_oldDisabledColor.Button_color_green,.Button.Button_disabled.Button_oldDisabledColor.Button_color_red{background-color:#d1d1d6}.Button.Button_color_black{color:var(--white);background-color:var(--black)}.Button.Button_color_black.Button_focused,.Button.Button_color_black.Button_hovered{background-color:#2e2e2e}.Button.Button_color_black.Button_disabled{color:var(--button-color-disabled);border-color:#0000;background-color:var(--button-background-color-disabled)}.Button.Button_color_black.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_blue{color:var(--white);background-color:var(--blue)}.Button.Button_color_blue.Button_focused,.Button.Button_color_blue.Button_hovered{background-color:#2284ef}.Button.Button_color_blue.Button_disabled{color:var(--button-color-disabled);border-color:#0000;background-color:var(--button-background-color-disabled)}.Button.Button_color_blue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_gray{color:var(--black);background-color:#efeff3}.Button.Button_color_gray.Button_focused,.Button.Button_color_gray.Button_hovered{background-color:var(--surface-tertiary)}.Button.Button_color_gray.Button_disabled{color:var(--button-color-disabled);border-color:#0000;background-color:var(--button-background-color-disabled)}.Button.Button_color_gray.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_grayHoverBlue{color:var(--black);background-color:#efeff3}.Button.Button_color_grayHoverBlue.Button_checked,.Button.Button_color_grayHoverBlue.Button_focused,.Button.Button_color_grayHoverBlue.Button_hovered{color:var(--white);border-color:#0000;background-color:var(--blue)}.Button.Button_color_grayHoverBlue.Button_disabled{color:var(--button-color-disabled);border-color:#0000;background-color:var(--button-background-color-disabled)}.Button.Button_color_grayHoverBlue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_green{color:var(--white);background-color:var(--green)}.Button.Button_color_green.Button_focused,.Button.Button_color_green.Button_hovered{background-color:#5bc274}.Button.Button_color_green.Button_disabled{color:var(--button-color-disabled);border-color:#0000;background-color:var(--button-background-color-disabled)}.Button.Button_color_green.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_red{color:var(--white);background-color:var(--red)}.Button.Button_color_red.Button_focused,.Button.Button_color_red.Button_hovered{background-color:#f65b53}.Button.Button_color_red.Button_disabled{color:var(--button-color-disabled);border-color:#0000;background-color:var(--button-background-color-disabled)}.Button.Button_color_red.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_transparentWhiteBlue{color:var(--white);border-color:var(--white);background-color:#2276d31f}.Button.Button_color_transparentWhiteBlue.Button_focused,.Button.Button_color_transparentWhiteBlue.Button_hovered{border-color:var(--blue);background-color:#2284ef}.Button.Button_color_transparentWhiteBlue.Button_disabled{opacity:.5;color:var(--button-color-disabled);border-color:var(--white);background-color:var(--white)}.Button.Button_color_transparentWhiteBlue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_transparentWhite{color:var(--foreground-secondary)}.Button.Button_color_transparentWhite.Button_checked{color:var(--foreground);background-color:var(--white)}.Button.Button_color_transparentBlackBlue{color:var(--black);background-color:#e2effd}.Button.Button_color_transparentBlackBlue.Button_focused,.Button.Button_color_transparentBlackBlue.Button_hovered{color:var(--white);background-color:#2284ef}.Button.Button_color_transparentBlackBlue.Button_disabled{opacity:.5;color:var(--button-color-disabled);border-color:#0000001f;background-color:initial}.Button.Button_color_transparentBlackBlue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_transparentBlue{color:var(--blue);background-color:#e2effd}.Button.Button_color_transparentBlue.Button_focused,.Button.Button_color_transparentBlue.Button_hovered{color:var(--white);background-color:#2284ef}.Button.Button_color_transparentBlue.Button_disabled{opacity:.5;color:var(--button-color-disabled);border-color:#0000001f;background-color:initial}.Button.Button_color_transparentBlue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_whiteBlue{color:var(--blue);border-color:var(--blue);background-color:var(--white)}.Button.Button_color_whiteBlue.Button_focused,.Button.Button_color_whiteBlue.Button_hovered{color:var(--white);background-color:var(--blue)}.Button.Button_color_whiteBlue.Button_disabled{color:var(--button-color-disabled);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteBlue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_white{color:#000000de;border-color:#0000001f;background-color:var(--white)}.Button.Button_color_white.Button_checked,.Button.Button_color_white.Button_focused,.Button.Button_color_white.Button_hovered{border-color:#0000;background-color:#e5e5e5}.Button.Button_color_white.Button_checked.Button_disabled{border-color:#0000;background-color:var(--white)}.Button.Button_color_white.Button_disabled{color:var(--button-color-disabled);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_white.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_whiteHoverBlue{color:var(--black);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverBlue.Button_focused,.Button.Button_color_whiteHoverBlue.Button_hovered{color:var(--white);border-color:#0000;background-color:var(--blue)}.Button.Button_color_whiteHoverBlue.Button_checked{color:var(--black);border-color:#157ee180;background-color:var(--blue-tertiary)}.Button.Button_color_whiteHoverBlue.Button_checked.Button_disabled{color:var(--button-color-disabled);background-color:var(--gray-95)}.Button.Button_color_whiteHoverBlue.Button_disabled{color:var(--button-color-disabled);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverBlue.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_whiteHoverBlueLightExtra{color:var(--black);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverBlueLightExtra.Button_focused,.Button.Button_color_whiteHoverBlueLightExtra.Button_hovered{color:var(--foreground);background-color:var(--blue-tertiary)}.Button.Button_color_whiteHoverBlueLightExtra.Button_checked{color:var(--black);border-color:#157ee180;background-color:var(--blue-tertiary)}.Button.Button_color_whiteHoverBlueLightExtra.Button_checked.Button_disabled{color:var(--button-color-disabled);background-color:var(--gray-95)}.Button.Button_color_whiteHoverBlueLightExtra.Button_disabled{color:var(--button-color-disabled);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverBlueLightExtra.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_whiteHoverBlack{color:var(--black);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverBlack.Button_checked,.Button.Button_color_whiteHoverBlack.Button_focused,.Button.Button_color_whiteHoverBlack.Button_hovered{color:var(--white);border-color:#0000;background-color:var(--black)}.Button.Button_color_whiteHoverBlack.Button_checked.Button_disabled{background-color:#464646}.Button.Button_color_whiteHoverBlack.Button_disabled{color:var(--button-color-disabled);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverBlack.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_whiteHoverGray{color:var(--black);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverGray.Button_checked,.Button.Button_color_whiteHoverGray.Button_focused,.Button.Button_color_whiteHoverGray.Button_hovered{border-color:#0000;background-color:var(--surface-tertiary)}.Button.Button_color_whiteHoverGray.Button_checked.Button_disabled{background-color:var(--surface-tertiary)}.Button.Button_color_whiteHoverGray.Button_disabled{color:var(--button-color-disabled);border-color:#0000001f;background-color:var(--white)}.Button.Button_color_whiteHoverGray.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_unset.Button_disabled{color:#00000061;border-color:#0000}.Button.Button_color_unset.Button_disabled .IconSvg{opacity:.38}.Button.Button_color_yellow{color:var(--foreground);background-color:#fc0}.Button.Button_color_yellow.Button_focused,.Button.Button_color_yellow.Button_hovered{background-color:#ffd117}.Button.Button_color_yellow.Button_disabled{color:var(--overlay-secondary-dark-static);border-color:#0000;background-color:#0000001f}.Button.Button_color_yellow.Button_disabled .IconSvg{opacity:.38}.Button.Button_place_bottom{border-right:none;border-bottom:none;border-left:none;border-radius:0}.ControlGroup{display:flex}.ControlGroup>:is(.Button:first-child,.Checkbox_type_button:first-child,.Radio_type_button:first-child),.ControlGroup>:is(.Checkbox_checked,.Radio_checked){z-index:1}.ControlGroup_responsive_no>:not(:first-child){margin-left:-1px}.ControlGroup_responsive_no>.Button:not(:first-child),.ControlGroup_responsive_no>.Checkbox_type_button:not(:first-child) .Button,.ControlGroup_responsive_no>.Radio_type_button:not(:first-child) .Button,.ControlGroup_responsive_no>.RichInput:not(:first-child) .TextInput__input,.ControlGroup_responsive_no>.Select:not(:first-child) .Button,.ControlGroup_responsive_no>.Select:not(:first-child) .Select__nativeWrapper,.ControlGroup_responsive_no>.TextInput:not(:first-child) .TextInput__input{border-top-left-radius:0;border-bottom-left-radius:0}.ControlGroup_responsive_no>.Button:not(:last-child),.ControlGroup_responsive_no>.Checkbox_type_button:not(:last-child) .Button,.ControlGroup_responsive_no>.Radio_type_button:not(:last-child) .Button,.ControlGroup_responsive_no>.RichInput:not(:last-child) .TextInput__input,.ControlGroup_responsive_no>.Select:not(:last-child) .Button,.ControlGroup_responsive_no>.Select:not(:last-child) .Select__nativeWrapper,.ControlGroup_responsive_no>.TextInput:not(:last-child) .TextInput__input{border-top-right-radius:0;border-bottom-right-radius:0}.ControlGroup_responsive_no>.Select:not(:last-child) .Select__nativeWrapper{border-right:none}.ControlGroup_equal_width{display:flex;width:100%}.ControlGroup_equal_width>:is(.Button,.Checkbox,.Radio,.Select,.TextInput){flex:1}.ControlGroup_equal_width>:is(.Checkbox,.Radio)>.Button{width:100%}.ControlGroup_equal_width>:is(.Checkbox,.Radio)>.Button .Button__text{margin:0}.ControlGroup_equal_padding{width:100%}.ControlGroup_equal_padding>:is(.Checkbox,.Radio){flex-grow:1}.ControlGroup_equal_padding>:is(.Checkbox,.Radio)>.Button{width:100%}.ControlGroup_equal_padding>:is(.Checkbox,.Radio)>.Button .Button__text{margin:0}.ControlGroup_equal_padding>.Button{width:100%}.ControlGroup_equal_padding>.Button .Button__text{margin:0}.ControlGroup>:is(.Button_type_button.Button_hovered,.Checkbox_type_button.Checkbox_hovered,.Radio_type_button.Radio_hovered,.TextInput.TextInput_hovered){z-index:2}.ControlGroup>.Button_focused,.ControlGroup>.Checkbox_type_button.Checkbox_focused,.ControlGroup>.Radio_type_button.Radio_focused,.ControlGroup>.Select_focused,.ControlGroup>.TextInput_focused{z-index:3}.ControlGroup_place_bottom>.Button,.ControlGroup_place_bottom>.Checkbox_type_button .Button,.ControlGroup_place_bottom>.Radio_type_button .Button,.ControlGroup_place_bottom>.Select .Button,.ControlGroup_place_bottom>.TextInput .TextInput__input{border-radius:0}.ControlGroup_place_bottom>.Button:first-child:not(.Button_focused),.ControlGroup_place_bottom>.Checkbox_type_button:first-child .Button:not(.Button_focused),.ControlGroup_place_bottom>.Radio_type_button:first-child .Button:not(.Button_focused),.ControlGroup_place_bottom>.Select:first-child .Button:not(.Button_focused),.ControlGroup_place_bottom>.TextInput:first-child:not(.TextInput_focused) .TextInput__input{border-left-color:#0000}.ControlGroup_place_bottom>.Button:last-child:not(.Button_focused),.ControlGroup_place_bottom>.Checkbox_type_button:last-child .Button:not(.Button_focused),.ControlGroup_place_bottom>.Radio_type_button:last-child .Button:not(.Button_focused),.ControlGroup_place_bottom>.Select:last-child .Button:not(.Button_focused),.ControlGroup_place_bottom>.TextInput:last-child:not(.TextInput_focused) .TextInput__input{border-right-color:#0000}.ControlGroup_place_bottom>.Button:not(.Button_focused),.ControlGroup_place_bottom>.Checkbox_type_button .Button:not(.Button_focused),.ControlGroup_place_bottom>.Radio_type_button .Button:not(.Button_focused),.ControlGroup_place_bottom>.Select .Button:not(.Button_focused),.ControlGroup_place_bottom>.TextInput:not(.TextInput_focused) .TextInput__input{border-bottom-color:#0000}.ControlGroup_width_full{width:100%}.ControlGroup_width_full>:is(.Select,.TextInput){flex:1}@media screen and (max-device-width:767px){.ControlGroup_responsive_yes{display:block}.ControlGroup_responsive_yes>:is(.Button,.Select,.TextInput){width:100%}.ControlGroup_responsive_yes>:is(.Button:not(:last-child),.Select:not(:last-child),.TextInput:not(:last-child)){margin-bottom:12px}_width_full:scope{width:100%}_width_full:scope>:is(.Select,.TextInput){flex:1}}@media screen and (min-device-width:768px){.ControlGroup_responsive_yes>:not(:first-child){margin-left:-1px}.ControlGroup_responsive_yes>.Button:not(:first-child),.ControlGroup_responsive_yes>.Checkbox_type_button:not(:first-child) .Button,.ControlGroup_responsive_yes>.Radio_type_button:not(:first-child) .Button,.ControlGroup_responsive_yes>.RichInput:not(:first-child) .TextInput__input,.ControlGroup_responsive_yes>.Select:not(:first-child) .Button,.ControlGroup_responsive_yes>.TextInput:not(:first-child) .TextInput__input{border-top-left-radius:0;border-bottom-left-radius:0}.ControlGroup_responsive_yes>.Button:not(:last-child),.ControlGroup_responsive_yes>.Checkbox_type_button:not(:last-child) .Button,.ControlGroup_responsive_yes>.Radio_type_button:not(:last-child) .Button,.ControlGroup_responsive_yes>.RichInput:not(:last-child) .TextInput__input,.ControlGroup_responsive_yes>.Select:not(:last-child) .Button,.ControlGroup_responsive_yes>.TextInput:not(:last-child) .TextInput__input{border-top-right-radius:0;border-bottom-right-radius:0}}@media screen and (max-device-width:767px){.ControlGroup_responsive_yes{display:block}.ControlGroup_responsive_yes>:is(.Button,.Select,.TextInput){width:100%}.ControlGroup_responsive_yes>:is(.Button:not(:last-child),.Select:not(:last-child),.TextInput:not(:last-child)){margin-bottom:12px}}.OfferNoteView-BN6mp{font-size:var(--font-size-body1);line-height:var(--line-height-body1);position:relative;display:flex;align-items:center;min-height:44px;cursor:text;border-radius:var(--border-radius-s);background-color:var(--fill);transition:background-color .5s}.OfferNoteView__wrapper-MERpD{display:flex;gap:8px}.OfferNoteView_redesigned-jA0EQ{overflow:hidden;flex-grow:1;border-radius:var(--border-radius-m)}.OfferNoteView_hasHover-MY_79:hover{background-color:#e5e5e5}.OfferNoteView_redesigned-jA0EQ.OfferNoteView_hasHover-MY_79:hover{opacity:.8;background-color:var(--fill)}.OfferNoteView_hasHover-MY_79:hover .OfferNoteView__clear-cmd0h{visibility:visible;opacity:1}.OfferNoteView__text-xA9TK{overflow:hidden;flex-grow:1;padding:12px 16px;text-overflow:ellipsis}.OfferNoteView__text_redesigned-zl3K3{padding:12px}.OfferNoteView__clear-cmd0h{display:flex;visibility:hidden;flex-grow:0;flex-shrink:0;width:32px;cursor:pointer;opacity:0;transition:opacity .5s}.OfferNoteView__placeholder-_yBIk{color:var(--foreground-secondary)}.Spinner{position:relative;display:inline-block;visibility:hidden;border:2px solid #0000;border-radius:50%}.Spinner:after{content:"\00A0"}.Spinner.Spinner_visible{visibility:visible;background:linear-gradient(1deg,#0000,#0000);-webkit-backface-visibility:hidden;backface-visibility:hidden;animation:Spinner 1s linear infinite}.Spinner_color_red{border-top-color:var(--red);border-left-color:var(--red)}.Spinner_color_white{border-top-color:var(--foreground-light-static);border-left-color:var(--foreground-light-static)}.Spinner_color_black{border-top-color:var(--foreground);border-left-color:var(--foreground)}.Spinner_color_grey{border-top-color:var(--fill);border-left-color:var(--fill)}.Spinner_color_greyDark{border-top-color:var(--foreground);border-left-color:var(--foreground)}.Spinner_color_blue{border-top-color:var(--blue);border-left-color:var(--blue)}.Spinner.Spinner_size_xxs{line-height:12px;width:12px;height:12px;background-position:-2px -2px}.Spinner.Spinner_size_xs{line-height:16px;width:16px;height:16px;background-position:-2px -2px}.Spinner.Spinner_size_s{line-height:var(--line-height-h5);width:24px;height:24px;background-position:-2px -19px}.Spinner.Spinner_size_m{line-height:var(--line-height-h4);width:28px;height:28px;background-position:-2px -44px}.Spinner.Spinner_size_l{line-height:32px;width:32px;height:32px;background-position:-2px -73px}.Spinner.Spinner_size_xl{line-height:38px;width:38px;height:38px;background-position:-2px -106px}@keyframes Spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.Spinner.Spinner_visible.Spinner_color_white{background:linear-gradient(1deg,#0000,#0000);animation:Spinner_color_white 1s linear infinite}@keyframes Spinner_color_white{0%{border-top-color:var(--white);border-left-color:var(--white);transform:rotate(0)}to{border-top-color:var(--white);border-left-color:var(--white);transform:rotate(1turn)}}.OfferNote-uERM_{font-size:var(--font-size-body1);line-height:16px;position:relative}.OfferNote__noteEditWrapper-I9G51{display:flex;gap:8px}.OfferNote__noteView-dLxpm{display:flex;align-items:center;height:44px;cursor:text;border-radius:3px;background:#f2f2f2;transition:background-color .5s}.OfferNote__noteView-dLxpm:hover{background-color:#e5e5e5}.OfferNote__inputRedesigned-B47fA,.OfferNote__noteEdit-XcpZw .OfferNote__input-RYL9L{flex-grow:1}.OfferNote__button-R8Y1J{flex-grow:0;width:44px;height:44px}.OfferNote__button-R8Y1J .OfferNote__icon-QsKaL:only-child,.OfferNote__button-R8Y1J :is(.OfferNote__spinner-d_DFg:first-child,.OfferNote__spinner-d_DFg:last-child){margin:0}.OfferNote__text-KmY5_{overflow:hidden;flex-grow:1;text-overflow:ellipsis}.OfferNote__clear-ZVkoL{display:flex;visibility:hidden;flex-grow:0;flex-shrink:0;width:32px;cursor:pointer;opacity:0;transition:opacity .5s}.OfferNote__noteView-dLxpm:hover .OfferNote__clear-ZVkoL{visibility:visible;opacity:1}.OfferNote__icon_check-Uo8jc{fill:var(--foreground-secondary)}.OfferNote__placeholder-xBXed{color:var(--foreground-secondary)}.HoveredTooltip__text{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.HoveredTooltip__text_has-padding{padding:12px 16px}.HoveredTooltip__trigger{cursor:pointer}.HoveredTooltip__tipIconSVG{line-height:1;margin-top:-3px;vertical-align:middle}@media screen and (max-width:425px){.HoveredTooltip.Popup.Popup_js_inited{display:none}.HoveredTooltip_mobile.Popup.Popup_js_inited{display:block}}.Checkbox{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgb(0,0,0,0)}.Checkbox__control{position:absolute;width:1px;height:1px;opacity:0}.Checkbox__box{position:relative;display:inline-block;box-sizing:border-box;width:24px;height:24px;padding:2px}.Checkbox__box:after{position:absolute;top:7px;left:6px;visibility:hidden;width:14px;height:10px;content:"";opacity:0;background-color:var(--white);-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='currentColor' d='M.295 5.477a.95.95 0 0 1 0-1.378l-.033.032a1.043 1.043 0 0 1 1.437.003l2.88 2.77L11.464.283a1.045 1.045 0 0 1 1.431.001l-.033-.031a.95.95 0 0 1-.004 1.382L5.3 8.902a1.053 1.053 0 0 1-1.438.005z'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10'%3E%3Cpath fill='currentColor' d='M.295 5.477a.95.95 0 0 1 0-1.378l-.033.032a1.043 1.043 0 0 1 1.437.003l2.88 2.77L11.464.283a1.045 1.045 0 0 1 1.431.001l-.033-.031a.95.95 0 0 1-.004 1.382L5.3 8.902a1.053 1.053 0 0 1-1.438.005z'/%3E%3C/svg%3E");-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 0;mask-position:0 0;-webkit-mask-size:100%;mask-size:100%}.Checkbox_color_transparent .Checkbox__box:after{position:absolute;top:2px;left:2px;visibility:hidden;width:20px;height:20px;content:"";opacity:0;background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M4 20a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4zM3.727 9.493a.97.97 0 0 0 0 1.399l3.58 3.442a1 1 0 0 0 1.386 0l7.58-7.288a.97.97 0 0 0-1.346-1.4L8 12.309 5.073 9.493a.97.97 0 0 0-1.346 0' clip-rule='evenodd'/%3E%3C/svg%3E");background-size:100%;-webkit-mask:none;mask:none}.Checkbox__checkbox{display:inline-block;box-sizing:border-box;width:20px;height:20px;border:1px solid var(--overlay-tertiary-dark-static);border-radius:var(--border-radius-xs);background-color:var(--white);transition:background-color .2s,border-color .2s}.Checkbox_color_transparent .Checkbox__checkbox{border-color:var(--white);background:unset}.Checkbox__text{margin-top:2px}.Checkbox_disabled.Checkbox_color_transparent .Checkbox__checkbox{border-color:#ffffffa3;background-color:#ffffff8f}.Checkbox_checked .Checkbox__checkbox{border-color:#0000;background-color:var(--blue)}.Checkbox_checked.Checkbox_color_transparent .Checkbox__checkbox{border-color:var(--white);background:unset}.Checkbox_checked .Checkbox__box:after{visibility:visible;opacity:1}.Checkbox_disabled{cursor:default}.Checkbox_disabled .Checkbox__checkbox{border-color:#0000000a;background-color:#0000000a}.Checkbox_disabled .Checkbox__text{color:#0000003d}.Checkbox_disabled.Checkbox_checked .Checkbox__checkbox{border-color:#0000;background-color:#0000003d}:is(.Checkbox_focused,.Checkbox_hovered) .Checkbox__checkbox{border-color:#2284ef}:is(.Checkbox_checked.Checkbox_focused,.Checkbox_checked.Checkbox_hovered) .Checkbox__checkbox{border-color:#2284ef;background-color:#2284ef}.Checkbox_error .Checkbox__checkbox{border-color:var(--red)}:is(.Checkbox_focused.Checkbox_color_transparent,.Checkbox_hovered.Checkbox_color_transparent) .Checkbox__checkbox{border-color:var(--white);background-color:#ffffff3d}:is(.Checkbox_checked.Checkbox_focused.Checkbox_color_transparent,.Checkbox_checked.Checkbox_hovered.Checkbox_color_transparent) .Checkbox__checkbox{border-color:var(--white);background:unset}:is(.Checkbox_checked.Checkbox_focused.Checkbox_color_transparent,.Checkbox_checked.Checkbox_hovered.Checkbox_color_transparent) .Checkbox__box:after{opacity:.94}.Checkbox_type_button{white-space:nowrap}.Checkbox_type_checkbox{font-family:inherit;font-size:var(--font-size-body1);line-height:var(--line-height-body1);display:inline-flex;flex-direction:row;align-items:flex-start}.Checkbox_type_checkbox .Checkbox__box{flex-shrink:0}.Checkbox_width_full{width:100%}.Checkbox_width_full .Checkbox__text{flex:1}.Checkbox_type_checkbox.Checkbox_reverse{flex-direction:row-reverse}.Checkbox_type_checkbox:not(.Checkbox_reverse) .Checkbox__box+.Checkbox__text{margin-left:8px}.Checkbox_type_checkbox.Checkbox_reverse .Checkbox__box+.Checkbox__text{margin-right:8px}.Checkbox_color_transparent .Checkbox__text{color:var(--white)}:is(.Checkbox_type_checkbox.Checkbox_color_red.Checkbox_focused,.Checkbox_type_checkbox.Checkbox_color_red.Checkbox_hovered) .Checkbox__checkbox{border-color:#f65b53}:is(.Checkbox_type_checkbox.Checkbox_color_red.Checkbox_checked.Checkbox_focused,.Checkbox_type_checkbox.Checkbox_color_red.Checkbox_checked.Checkbox_hovered) .Checkbox__checkbox{border-color:#f65b53;background-color:#f65b53}.Checkbox_type_checkbox.Checkbox_color_red.Checkbox_checked .Checkbox__checkbox{border-color:#0000;background-color:var(--red)}:is(.Checkbox_type_checkbox.Checkbox_color_black.Checkbox_focused,.Checkbox_type_checkbox.Checkbox_color_black.Checkbox_hovered) .Checkbox__checkbox{border-color:var(--black)}:is(.Checkbox_type_checkbox.Checkbox_color_black.Checkbox_checked.Checkbox_focused,.Checkbox_type_checkbox.Checkbox_color_black.Checkbox_checked.Checkbox_hovered) .Checkbox__checkbox{border-color:var(--black);background-color:var(--black)}.Checkbox_type_checkbox.Checkbox_color_black.Checkbox_checked .Checkbox__checkbox{border-color:#0000;background-color:var(--black)}.Checkbox_type_checkbox.Checkbox_size_l .Checkbox__checkbox{width:25px;height:25px}.Checkbox_type_checkbox.Checkbox_size_l .Checkbox__box{padding-top:0}.Checkbox_type_checkbox.Checkbox_size_l .Checkbox__box:after{top:8px;left:8px}.Checkbox_type_checkbox.Checkbox_size_l:not(.Checkbox_reverse) .Checkbox__box+.Checkbox__text{margin-left:12px}.Checkbox_type_checkbox.Checkbox_size_l.Checkbox_reverse .Checkbox__box+.Checkbox__text{margin-right:12px}.Checkbox_type_checkbox.Checkbox_size_s .Checkbox__checkbox{width:16px;height:16px}.Checkbox_type_checkbox.Checkbox_size_s .Checkbox__box{padding-top:4px}.Checkbox_type_checkbox.Checkbox_size_s .Checkbox__box:after{top:8px;left:5px;width:11px;height:11px}.Checkbox_type_checkbox.Checkbox_size_s .Checkbox__box+.Checkbox__text{font-size:var(--font-size-body2)}.Checkbox_type_checkbox.Checkbox_size_s:not(.Checkbox_reverse) .Checkbox__box+.Checkbox__text{margin-left:12px}.Checkbox_type_checkbox.Checkbox_size_s.Checkbox_reverse .Checkbox__box+.Checkbox__text{margin-right:12px}.TextArea{display:inline-block;width:100%}.TextArea__box{position:relative;display:flex;box-sizing:border-box;width:100%;padding:1px}.TextArea__control{font-family:inherit;font-size:var(--font-size-body1);box-sizing:border-box;width:100%;height:100%;margin:0;padding:0;resize:none;touch-action:manipulation;vertical-align:top;overflow-wrap:anywhere;-webkit-appearance:none;appearance:none;color:#000000de;border:none;outline:none;background:var(--white)}.TextArea_size_s :is(.TextArea__box,.TextArea__control){border-radius:var(--border-radius-s)}.TextArea_size_l .TextArea__box,.TextArea_size_l .TextArea__control,.TextArea_size_m .TextArea__box,.TextArea_size_m .TextArea__control{border-radius:var(--border-radius-m)}.TextArea_size_promo .TextArea__box,.TextArea_size_promo .TextArea__control,.TextArea_size_xl .TextArea__box,.TextArea_size_xl .TextArea__control,.TextArea_size_xxl .TextArea__box,.TextArea_size_xxl .TextArea__control{border-radius:var(--border-radius-l)}.TextArea__placeholder{font-size:var(--font-size-body1);line-height:normal;position:absolute;z-index:0;pointer-events:none;color:#0000008a;transition:font-size .05s ease-out 0s,margin-top .05s ease-out 0s,opacity .1s ease-out 0s}.TextArea__placeholder_error{color:var(--red)}.TextArea_has-value:not(.TextArea_placeholderShowWithValue) .TextArea__placeholder{display:none}.TextArea_size_s .TextArea__control{padding:4px 8px}.TextArea_size_s .TextArea__placeholder{margin:4px 8px 0}.TextArea_size_m .TextArea__control{padding:8px}.TextArea_size_m .TextArea__placeholder{margin:8px 8px 0}.TextArea_size_l .TextArea__control{padding:12px 16px}.TextArea_size_l .TextArea__placeholder{margin:12px 16px 0}.TextArea_size_xl .TextArea__control{padding:16px}.TextArea_size_xl .TextArea__placeholder{margin:16px 16px 0}.TextArea_has-value.TextArea_has-placeholder .TextArea__placeholder{font-size:var(--font-size-caption);right:0;left:0;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}:is(.TextArea_has-value.TextArea_has-placeholder:not(.TextArea_placeholderShowWithValue).TextArea_size_m,.TextArea_has-value.TextArea_has-placeholder:not(.TextArea_placeholderShowWithValue).TextArea_size_s) .TextArea__placeholder{display:none}:is(.TextArea_focused.TextArea_placeholderShowWithValue,.TextArea_has-value.TextArea_placeholderShowWithValue) .TextArea__placeholder{font-size:var(--font-size-caption);display:block}:is(.TextArea_focused.TextArea_has-placeholder:not(.TextArea_size_xl).TextArea_placeholderShowWithValue,.TextArea_has-value.TextArea_has-placeholder:not(.TextArea_size_xl).TextArea_placeholderShowWithValue) .TextArea__control{padding-top:18px;padding-bottom:6px}:is(.TextArea_focused.TextArea_has-placeholder:not(.TextArea_size_xl).TextArea_placeholderShowWithValue,.TextArea_has-value.TextArea_has-placeholder:not(.TextArea_size_xl).TextArea_placeholderShowWithValue) .TextArea__placeholder{margin-top:4px}:is(.TextArea_focused.TextArea_has-placeholder.TextArea_size_xl.TextArea_placeholderShowWithValue,.TextArea_has-value.TextArea_has-placeholder.TextArea_size_xl.TextArea_placeholderShowWithValue) .TextArea__control{padding-top:24px;padding-bottom:8px}:is(.TextArea_focused.TextArea_has-placeholder.TextArea_size_xl.TextArea_placeholderShowWithValue,.TextArea_has-value.TextArea_has-placeholder.TextArea_size_xl.TextArea_placeholderShowWithValue) .TextArea__placeholder{margin-top:8px}.TextArea_disabled .TextArea__control,.TextArea_disabled .TextArea__placeholder{color:#0000003d}.TextArea__placeholder_faded{opacity:0}.TextArea__error{font-size:var(--font-size-caption);margin-top:4px;color:var(--red)}:is(.TextArea_color_greyNoBorders.TextArea_focused,.TextArea_color_greyNoBorders.TextArea_hovered) .TextArea__control{border-color:#0000}.TextArea_color_greyNoBorders .TextArea__control{border-color:#0000;background-color:var(--gray-95)}.TextArea__clear{position:absolute;right:0;display:inline-block;align-self:center;width:24px;min-width:24px;height:24px;margin-right:8px;cursor:pointer;opacity:.5}.TextArea__clearIcon{display:none;color:#757575}.TextArea__clearIcon_visible{display:block}.TextArea:not(.TextArea_disabled) .TextArea__clear:hover{opacity:.8}.TextArea_withClear .TextArea__control{padding-right:32px}:is(.TextArea_focused,.TextArea_hovered) .TextArea__clear{opacity:1}.TextArea_color_blue.TextArea .TextArea__box{border:1px solid #0000001f}:is(.TextArea_color_blue.TextArea_focused,.TextArea_color_blue.TextArea_hovered) .TextArea__box{border:1px solid var(--blue)}.TextArea_color_blue.TextArea_error .TextArea__box{border-color:var(--red);background-color:var(--white)}.TextArea_color_blue.TextArea_error.TextArea_color_blue.TextArea_showErrorInPlaceholder .TextArea__placeholder{color:var(--red)}.TextArea_color_blue.TextArea_error.TextArea_color_blue.TextArea_showErrorInPlaceholder .TextArea__box{border-color:#0000001f}.TextArea_color_black.TextArea .TextArea__box{border:1px solid #0000001f}:is(.TextArea_color_black.TextArea_focused,.TextArea_color_black.TextArea_hovered) .TextArea__box{border:1px solid var(--black)}.TextArea_color_black.TextArea_error .TextArea__box{border-color:var(--red);background-color:var(--white)}.TextArea_color_black.TextArea_error.TextArea_color_black.TextArea_showErrorInPlaceholder .TextArea__placeholder{color:var(--red)}.TextArea_color_black.TextArea_error.TextArea_color_black.TextArea_showErrorInPlaceholder .TextArea__box{border-color:#0000001f}.ButtonWithLoader__inner{width:100%}.ButtonWithLoader__content{display:flex;justify-content:center;align-items:center;width:100%}.ButtonWithLoader__loader{display:none;justify-content:center;align-items:center;margin:0!important}.ButtonWithLoader_isLoading .ButtonWithLoader__loader{display:flex}.ButtonWithLoader_isLoading .ButtonWithLoader__content{display:none}.OfferComplaintPopup-aYXg6{position:relative;width:600px}.Modal__content.OfferComplaintPopup-aYXg6{max-height:calc(100vh - 40px)}.OfferComplaintPopup_mobile-GJuNg{width:auto}.OfferComplaintPopup__header-oSrNA{position:relative;overflow:visible;height:var(--line-height-h4);padding:var(--layout-padding-big) var(--layout-padding-big) 0}.OfferComplaintPopup_mobile-GJuNg .OfferComplaintPopup__header-oSrNA{height:var(--line-height-h5);padding:var(--layout-padding-big) var(--safe-horizontal-offset) 0}.OfferComplaintPopup__header-oSrNA:after{position:absolute;z-index:2;bottom:-20px;left:0;width:100%;height:20px;content:"";background:linear-gradient(0deg,#fff0,#fff)}.OfferComplaintPopup_mobile-GJuNg .OfferComplaintPopup__header-oSrNA:after{margin-top:14px}.OfferComplaintPopup__title-TCH5I{font-size:var(--font-size-h4);font-weight:700;line-height:var(--line-height-h4);color:var(--foreground)}.OfferComplaintPopup_mobile-GJuNg .OfferComplaintPopup__title-TCH5I{font-size:var(--font-size-h5);line-height:var(--line-height-h5)}.OfferComplaintPopup__complaints-M16wE{overflow-y:scroll;padding:8px 32px}.OfferComplaintPopup_mobile-GJuNg .OfferComplaintPopup__complaints-M16wE{padding:8px var(--safe-horizontal-offset)}.OfferComplaintPopup__complaintItem-mtjt4{padding:4px 0}.OfferComplaintPopup__complaintItem-mtjt4:not(:last-child){border-bottom:var(--divider-1px)}.OfferComplaintPopup__complaint-JEBV2{width:100%;padding:10px 0}.OfferComplaintPopup__complaintText-hsgjJ{font-size:var(--font-size-body1);line-height:var(--line-height-body1);width:100%;color:var(--foreground)}.OfferComplaintPopup__complaintTextInput-Xptdq{padding-bottom:8px}.OfferComplaintPopup__buttonWrapper-ZsU1v{position:relative;z-index:2;padding:0 var(--layout-padding-big) var(--layout-padding-big);background:var(--white)}.OfferComplaintPopup_mobile-GJuNg .OfferComplaintPopup__buttonWrapper-ZsU1v{padding:0 var(--safe-horizontal-offset) var(--layout-padding-big)}.OfferComplaintPopup__buttonWrapper-ZsU1v:before{position:absolute;z-index:2;top:-20px;left:0;width:100%;height:20px;content:"";background:linear-gradient(180deg,#fff0,#fff)}.OfferComplaintPopup__button-UDqWC{font-weight:var(--font-weight-medium);width:100%;border-radius:var(--border-radius-l)}.Modal__body.OfferComplaintPopup__modalBody-Kn81d{overflow-y:hidden}.OfferComplaintPopup__infoBubble-aNFaI{line-height:52px;position:absolute;z-index:2;top:-60px;right:32px;left:32px;padding:0 16px;opacity:0;color:var(--foreground-light-static);border-radius:var(--border-radius-l);background:var(--red);transition:opacity .2s ease-in-out}.OfferComplaintPopup_mobile-GJuNg .OfferComplaintPopup__infoBubble-aNFaI{right:var(--safe-horizontal-offset);left:var(--safe-horizontal-offset)}.OfferComplaintPopup__infoBubble_visible-naN_2{opacity:1}.ButtonReport__tooltip-lKFy_{display:inline-flex}.Button2Favorite__tooltip-j6lpi{display:inline-flex}.Button2Favorite__popup-mhMtU{max-width:250px}.Button2Favorite__active-kF01J .Button2Favorite__icon-boj1n{color:var(--red)}.SellerPopupBasement{display:grid;grid-template-areas:"image vehicleInfo actionButtons" "note note note";grid-template-columns:90px auto 96px;gap:12px 16px;box-sizing:border-box;width:628px;margin-top:16px;padding:var(--layout-padding-big);border-radius:var(--border-radius-xxl);background-color:var(--white)}.SellerPopupBasement_mobile{width:600px;margin:16px auto 2%}.SellerPopupBasement__photo{grid-area:image;width:100%;border-radius:var(--border-radius-s)}.SellerPopupBasement__vehicleInfo{display:flex;flex-direction:column;grid-area:vehicleInfo}.SellerPopupBasement__title{font-size:var(--font-size-sub);font-weight:700;line-height:var(--line-height-sub);color:var(--foreground)}.SellerPopupBasement__title>span{color:var(--overlay-quaternary)}.SellerPopupBasement__techSummary{display:grid;grid-template:repeat(3,1fr) /repeat(2,1fr);gap:4px 8px;margin-top:8px}.SellerPopupBasement__techSummaryItem{font-size:var(--font-size-body2);line-height:var(--line-height-body2);color:var(--foreground-secondary)}.SellerPopupBasement__techSummaryItem:first-letter{text-transform:uppercase}.SellerPopupBasement__actionButtons{display:flex;align-self:flex-start;grid-area:actionButtons;gap:8px}.SellerPopupBasement__note{grid-area:note}.CardTaxiLink{font-size:var(--font-size-body1);line-height:56px}.CardTaxiLink_type_button{line-height:var(--line-height-body1)}.CardTaxiLink_type_link{display:flex;align-items:center}.CardTaxiLink_reverse{flex-direction:row-reverse}.CardTaxiLink__logo{flex-shrink:0;width:24px;height:24px;margin-right:16px;border-radius:var(--border-radius-xs);background:url(https://st.avto.ru/autoru/taxi-logo_a47ba750c4f8dbfb.svg);background-size:24px auto}.CardTaxiLink_reverse .CardTaxiLink__logo{margin-right:0}.CardTaxiLink__text{flex-grow:1}.CardTaxiLink__buttonContent{display:flex;align-items:center;height:100%;padding:0 24px 0 10px}.InfoPopup{display:inline-block}.InfoPopup:not(.InfoPopup_theme_plain):not(.InfoPopup_theme_vasWithChildren){position:relative;display:inline-flex;justify-content:center;align-items:center;width:16px;height:16px;cursor:pointer;border-radius:50%;background-color:var(--overlay-quaternary)}.InfoPopup_theme_white:not(.InfoPopup_WithChildren){width:14px;height:14px}.InfoPopup_theme_dark.InfoPopup_withChildren{width:auto;height:auto}.InfoPopup_theme_default:not(.InfoPopup_theme_plain):not(.InfoPopup_theme_vasWithChildren){display:inline-flex;justify-content:center;align-items:center;width:unset;height:unset;border-radius:unset;background-color:unset}.InfoPopup_withChildren{position:inherit;width:auto;height:auto;border-radius:inherit;background-color:initial}.InfoPopup:not(.InfoPopup_withChildren):hover{background-color:var(--overlay-tertiary-dark-static)}.InfoPopup:not(.InfoPopup_withChildren):after{font-size:10px;content:"?";color:var(--white)}.InfoPopup__content{line-height:var(--line-height-sub);max-width:400px;padding:10px}.InfoPopup__content_theme_white{font-size:var(--font-size-body2);line-height:var(--line-height-body2);max-width:245px;padding:15px 20px}.InfoPopup__content_theme_white_wide{max-width:370px;padding:16px}.InfoPopup__content_theme_dark{padding:12px 16px;color:var(--white);background:var(--surface-inverse)}.InfoPopup__content_theme_vas,.InfoPopup__content_theme_vasWithChildren{font-size:var(--font-size-body2);line-height:var(--line-height-body2);max-width:none;padding:20px}.InfoPopup__content_theme_default{max-width:none;padding:0}.Popup-info{border-radius:var(--border-radius-s)}.Popup-short{border-radius:0}.MetroList_nowrap{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.MetroList_inline,.MetroList_inline .MetroList__iconList{display:inline}.MetroList__iconList{display:inline-block;margin-right:4px;white-space:nowrap}.MetroList__icon{display:inline-block;width:7px;height:7px;margin-top:-3px;margin-left:-3px;vertical-align:middle;border:1px solid var(--white);border-radius:50%}.MetroList__icon:first-child{margin-left:0}.MetroList__station{display:inline-block}.MetroList_inline .MetroList__station,.MetroList_nowrap .MetroList__station{display:inline}.MetroList_inline .MetroList__stationFirstName{white-space:normal}.MetroList__stationFirstName{white-space:nowrap}.MetroListPlace_twolines{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.MetroListPlace_nowrap{display:inline-flex;align-items:center;max-width:100%;white-space:nowrap}.MetroListPlace_nowrap.MetroListPlace_ellipsis{display:inline-block;overflow:hidden;text-overflow:ellipsis}.MetroListPlace_nowrap.MetroListPlace_ellipsis :is(.MetroListPlace__content,.MetroListPlace__metro,.MetroListPlace__regionName){display:inline}.MetroListPlace__tooltip.InfoPopup.InfoPopup_theme_dark{margin-left:5px;vertical-align:top}.SellerPopupFooter{display:flex;justify-content:space-between;align-items:center;margin-top:24px;padding:0 24px 24px;cursor:pointer}.SellerPopupFooter_notAnimated{cursor:default}.SellerPopupFooter__address{font-size:var(--font-size-body1);line-height:var(--line-height-body1);width:50%;color:var(--blue);transition:color .3s ease}.SellerPopupFooter:not(.SellerPopupFooter_notAnimated):hover .SellerPopupFooter__address{color:var(--red)}.SellerPopupFooter__rightBlock{position:relative;height:100%}.SellerPopupFooter__taxiButton{opacity:1;transition:opacity .3s ease}.SellerPopupFooter__taxiButton_hidden{cursor:pointer;pointer-events:none;opacity:0}.SellerPopupFooter__showMapLink{position:absolute;top:50%;right:0;opacity:1;transition:opacity .3s ease;transform:translateY(-50%)}.SellerPopupFooter__showMapLink_hidden{opacity:0}.ClientRenderer__loader-oYZHk{margin:0}.SubscriptionItem__loader{position:absolute;z-index:99;inset:0;display:flex;justify-content:center;align-items:center;opacity:.9;background-color:var(--white)}.MenuItem{position:relative;touch-action:manipulation;white-space:nowrap;color:#000000de;background-repeat:no-repeat;background-position:10px 50%;background-size:24px 24px}.MenuItem_hidden{display:none}.MenuItem_hovered:not(.MenuItem_disabled){cursor:pointer;color:var(--white)}.MenuItem_hovered:not(.MenuItem_disabled) .Menu__twins-badge{color:var(--blue);background-color:var(--white)}.MenuItem_hover-color_blue.MenuItem_hovered:not(.MenuItem_disabled){background-color:var(--blue)}.MenuItem_hover-color_black.MenuItem_hovered:not(.MenuItem_disabled){background-color:var(--black)}.MenuItem_checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23757575' d='M5.716 12.881a.95.95 0 0 1 0-1.378l-.032.032a1.04 1.04 0 0 1 1.436.003l2.88 2.77 6.885-6.62a1.045 1.045 0 0 1 1.431 0l-.032-.03a.95.95 0 0 1-.005 1.382l-7.559 7.266a1.053 1.053 0 0 1-1.437.005z'/%3E%3C/svg%3E")}.MenuItem_checked.MenuItem_hovered:not(.MenuItem_disabled){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M5.716 12.881a.95.95 0 0 1 0-1.378l-.032.032a1.04 1.04 0 0 1 1.436.003l2.88 2.77 6.885-6.62a1.045 1.045 0 0 1 1.431 0l-.032-.03a.95.95 0 0 1-.005 1.382l-7.559 7.266a1.053 1.053 0 0 1-1.437.005z'/%3E%3C/svg%3E")}.MenuItem_has-clear_cross{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23757575' fill-rule='evenodd' d='M10.586 12 7.05 8.464A1 1 0 0 1 8.464 7.05L12 10.586l3.536-3.536a1 1 0 0 1 1.414 1.414L13.414 12l3.536 3.536a1 1 0 0 1-1.414 1.414L12 13.414 8.464 16.95a1 1 0 0 1-1.414-1.414z'/%3E%3C/svg%3E")}.MenuItem_has-clear_cross.MenuItem_hovered:not(.MenuItem_disabled){background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M10.586 12 7.05 8.464A1 1 0 0 1 8.464 7.05L12 10.586l3.536-3.536a1 1 0 0 1 1.414 1.414L13.414 12l3.536 3.536a1 1 0 0 1-1.414 1.414L12 13.414 8.464 16.95a1 1 0 0 1-1.414-1.414z'/%3E%3C/svg%3E")}.MenuItem .MenuItem_type_link .Link{text-decoration:none;color:inherit;outline:none}.MenuItem .MenuItem_type_link .Link:after{position:absolute;inset:0;content:""}.MenuItem .MenuItem_disabled{opacity:.24}.MenuItem .Link_disabled{cursor:text}.Menu_size_s .MenuItem{padding:0 10px}.Menu_size_s .Menu__group-title~.MenuItem,.Menu_size_s[class*=Menu_mode] .MenuItem{padding:0 40px}.Menu_size_m .MenuItem{padding:0 13px}.Menu_size_m .Menu__group-title~.MenuItem,.Menu_size_m[class*=Menu_mode] .MenuItem{padding:0 20px 0 40px}.Menu_size_l .MenuItem{padding:0 15px}.Menu_size_l .Menu__group-title~.MenuItem,.Menu_size_l[class*=Menu_mode] .MenuItem{padding:0 40px}.Menu_size_xl .MenuItem{padding:0 20px}.Menu_size_xl .Menu__group-title~.MenuItem,.Menu_size_xl[class*=Menu_mode] .MenuItem{padding:0 40px}.Menu__group+.MenuItem{margin:8px 0}.MenuItemGroup__root{position:relative;display:flex;justify-content:space-between;align-items:center}.MenuItemGroup__root>.MenuItem:first-child{flex-grow:1}.MenuItemGroup__button{position:relative;right:40px;margin-right:-32px}.MenuItemGroup__children .MenuItem.MenuItem_size_m{padding-left:60px}.MenuItemGroup__children_deepGroup .MenuItem.MenuItem_size_m{padding:0 10px 0 80px}.MenuItemGroup .MenuItem.MenuItem_hovered.MenuItem_hover-color_black+button .MenuItemGroup__icon{color:var(--white)}.Menu{font-size:var(--font-size-body1);overflow-y:auto;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);outline:0}.Menu_noOverflow{overflow-y:initial;max-height:none}.Menu:after,.Menu:before{display:block;height:8px;content:""}.Menu .Menu__group{padding:8px 0;border-width:1px;border-left:0 solid var(--overlay-quaternary-dark-static);border-bottom:1px solid var(--overlay-quaternary-dark-static);border-right:0 solid var(--overlay-quaternary-dark-static);border-top:1px solid var(--overlay-quaternary-dark-static)}.Menu .Menu__group-title{line-height:var(--line-height-h4);margin-bottom:4px;padding:0 14px;color:#0000008a}.Menu .Menu__group+.Menu__group{border-top:0}.Menu .Menu__group:last-child{padding-bottom:0;border-bottom:0}.Menu .Menu__group:first-child{padding-top:0;border-top:0}.Menu.Menu_size_s{line-height:var(--line-height-h4)}.Menu.Menu_size_m{line-height:36px}.Menu.Menu_size_l{line-height:44px}.Menu.Menu_size_xl{line-height:var(--line-height-h1)}.Menu__twins{max-width:180px;padding:10px 0}@media (orientation:landscape) and (max-height:449px),(orientation:portrait) and (max-width:767px){.Menu__twins{max-width:none}}.Menu__twins-title{font-size:var(--font-size-body1);line-height:var(--line-height-body1);display:flex;align-items:center}@media (orientation:landscape) and (max-height:449px),(orientation:portrait) and (max-width:767px){.Menu__twins-title{margin-bottom:10px}}.Menu__twins-title svg{margin-left:4px}.Menu__twins-subtitle{font-size:var(--font-size-body2);line-height:var(--line-height-body2);white-space:normal;opacity:.5}@media (orientation:landscape) and (max-height:449px),(orientation:portrait) and (max-width:767px){.Menu__twins-subtitle{font-size:var(--font-size-body0);line-height:var(--line-height-body0);opacity:1}}.Menu__twins-wrap{display:inline-block;margin-left:8px}.ListItem.ListItem__child div:has(.Menu__twins-checkbox_hide) .Checkbox_checked .Checkbox__checkbox{border:1px solid #0003;background:none}.TextWithCounter__list-dLVda{overflow:hidden;width:100%;text-align:left;white-space:nowrap;text-overflow:ellipsis}.TextWithCounter__list-dLVda+.TextWithCounter__count-zqbJQ{overflow:visible;text-overflow:unset}.SelectButton__text{font:inherit;font-size:var(--font-size-body1);position:relative;top:6px;display:flex;overflow:hidden;align-items:center;box-sizing:border-box;max-width:100%;white-space:nowrap;text-overflow:ellipsis;color:#000000de}.SelectButton__text_block{display:block}.SelectButton__text_disabled{color:#0000003d}.Select{display:inline-block;max-width:100%}.Select__menu_empty{display:none}.Select__button_relative{position:relative}.Select__button.Button{font-size:var(--font-size-body1);font-weight:400;width:100%;color:var(--foreground-secondary);border-color:#0000001f;background-color:var(--white)}.Select__button.Button .TextInput__placeholder{right:8px;left:8px}.Select__button.Button .Button__content{justify-content:flex-start}.Select__button.Button.Button_focused,.Select__button.Button.Button_hovered{z-index:1}.Select__button.Button.Select__button_blue.Button_focused,.Select__button.Button.Select__button_blue.Button_hovered{border-color:var(--blue)}.Select__button.Button.Select__button_black.Button_focused,.Select__button.Button.Select__button_black.Button_hovered{border-color:var(--black)}.Select__button.Button.Button_disabled{border-color:#00000014}.Select__button.Button.Button_disabled .Button__text{color:#0000003d}.Select__button.Button.Button_disabled:after{opacity:.2}.Select_checked:not(.Select_disabled):not(.Select_error) .Select__button.Button:not(.Button_hovered).Button_withoutBorder{border-color:#0000}.Select_color_blue.Select_checked:not(.Select_disabled):not(.Select_error) .Select__button.Button{background-color:var(--blue-tertiary)}.Select_color_blue.Select_checked:not(.Select_disabled):not(.Select_error) .Select__button.Button:not(.Button_hovered):not(.Button_withoutBorder){border-color:#157ee180}.Select_color_black.Select_checked:not(.Select_disabled):not(.Select_error) .Select__button.Button{background-color:var(--gray-95)}.Select_color_black.Select_checked:not(.Select_disabled):not(.Select_error) .Select__button.Button:not(.Button_hovered):not(.Button_withoutBorder){border-color:#0000001f}.Select_checked:not(.Select_disabled) .Select__button.Button{color:var(--foreground)}.Select_color_blue :is(.Button.Button_focused,.Button.Button_hovered){border-color:var(--blue)}.Select_color_black :is(.Button.Button_focused,.Button.Button_hovered){border-color:var(--black)}:is(.Select_color_black.Select_theme_alternate.Select_checked:not(.Select_disabled):not(.Select_error),.Select_color_blue.Select_theme_alternate.Select_checked:not(.Select_disabled):not(.Select_error)) .Select__button.Button{background-color:var(--white)}:is(.Select_color_black.Select_theme_alternate.Select_checked:not(.Select_disabled):not(.Select_error),.Select_color_blue.Select_theme_alternate.Select_checked:not(.Select_disabled):not(.Select_error)) .Select__button.Button:not(.Button_hovered){border-color:#0000001f}.Select__button_error.Button,.Select__button_error.Button.Button_focused,.Select__button_error.Button.Button_hovered{border-color:var(--red)}.Select_width_full{width:100%}.Select_size_m .Select__button .Button__content,.Select_size_s .Select__button .Button__content{padding-right:32px}:is(.Select_size_m,.Select_size_s) .Select__button .Button__text{margin-right:0;margin-left:8px}:is(.Select_size_l,.Select_size_xl,.Select_size_xxl) .Select__button .Button__content{padding-right:32px}:is(.Select_size_l,.Select_size_xl,.Select_size_xxl) .Select__button .Button__text{margin-right:0;margin-left:12px}.Select__button:after{position:absolute;top:0;right:8px;bottom:0;width:24px;height:auto;content:"";opacity:.543;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.23 7-7-1.379-1.46L12 13.39 6.379 7.77 5 9.23z'/%3E%3C/svg%3E") no-repeat;background-position:50%;background-size:24px;transition:transform .1s ease-out}.Select_size_s .Select__button:after{width:24px}.Select__button_opened:after{transform:rotate(-180deg)}.Select__popup{border-radius:var(--border-radius-s)}.Select__nativeWrapper{position:relative;z-index:3;overflow:hidden;margin:0;padding:0;border:1px solid var(--background);border-radius:var(--border-radius-s);outline:0}.Select__nativeSelect{position:relative;z-index:12;display:block;width:100%;height:38px;-webkit-appearance:none;appearance:none;opacity:.01;-webkit-focus-ring-color:#0000;border:0;border-radius:0;background:#fff0}.Select__nativeLabel,.Select__nativeSelect{font-size:14px;margin:0;padding:0 35px 0 10px;white-space:nowrap;outline:0}.Select__nativeLabel{line-height:38px;position:absolute;inset:0;overflow:hidden;text-overflow:ellipsis;pointer-events:none;color:var(--foreground-secondary);border:0;background-color:var(--white)}.Select__nativeClear{position:absolute;z-index:16;top:0;right:0;display:none;width:38px;height:100%;cursor:pointer;opacity:.3;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23757575' fill-rule='evenodd' d='M10.586 12 7.05 8.464A1 1 0 0 1 8.464 7.05L12 10.586l3.536-3.536a1 1 0 0 1 1.414 1.414L13.414 12l3.536 3.536a1 1 0 0 1-1.414 1.414L12 13.414 8.464 16.95a1 1 0 0 1-1.414-1.414z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;background-size:24px}.Select_checked .Select__nativeLabel{color:var(--black);background-color:#cbe4ff}.Select_checked.Select_hasClear .Select__nativeLabel.Select__button:after{display:none}.Select_checked .Select__nativeClear{display:block}.Select__input_placeholder{display:flex}.Select__errorMessage{font-size:var(--font-size-body2);line-height:var(--line-height-body2);position:relative;left:0;display:block;padding:4px 0;color:var(--red)}.Select_placeholder .TextInput__box{max-width:90%}.Select_placeholder .TextInput__inputWrap{display:none}.Select_placeholder .Button__text.SelectButtonTextWithCounter__list{margin-left:0}.SubscriptionItemDesktop{position:relative;display:block;box-sizing:border-box;width:400px;padding:24px;color:var(--foreground-secondary);border-bottom:var(--divider-4px);background-color:var(--white)}.SubscriptionItemDesktop:hover{background:rgba(0,0,0,.025)}.SubscriptionItemDesktop:last-child{border-bottom:none}.SubscriptionItemDesktop_hidden{display:none}.SubscriptionItemDesktop__title{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-start;column-gap:8px}.SubscriptionItemDesktop__title:after{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.SubscriptionItemDesktop__text{font-size:var(--font-size-body1);font-weight:var(--font-weight-bold);line-height:var(--line-height-body1);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis}.SubscriptionItemDesktop__icons{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;column-gap:8px;height:20px;color:var(--foreground-secondary)}.SubscriptionItemDesktop__description{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-top:8px;color:var(--foreground)}.SubscriptionItemDesktop__email-input{margin-top:24px}.SubscriptionItemDesktop__email-button{margin-top:16px}.SubscriptionItemDesktop__email-checkbox,.SubscriptionItemDesktop__remove-link{position:relative;z-index:10;margin-top:24px}.SubscriptionItemDesktop__remove-link{display:flex;align-items:center}.SubscriptionItemDesktop__remove-icon{margin-right:12px}.SubscriptionItemDesktop__period-select{margin-top:12px}.SubscriptionItemDesktop__await-text,.SubscriptionItemDesktop__ya-auth{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin-top:24px}.SubscriptionItemDesktop__h3{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.SubscriptionSaveButton{display:flex;justify-content:center;align-items:center;height:100%}.SubscriptionSaveButton__button{font-size:var(--font-size-body1);display:flex;align-items:center;cursor:pointer}.SubscriptionSaveButton__button_color_blue{color:var(--blue)}.SubscriptionSaveButton__button_color_blue:hover{color:var(--red)}.SubscriptionSaveButton__button_color_white{color:var(--white)}.SubscriptionSaveButton__button_color_gray{color:var(--foreground-secondary)}.SubscriptionSaveButton__button_color_gray:hover{color:var(--red)}.SubscriptionSaveButton__button_color_black,.SubscriptionSaveButton__button_color_black:hover{color:var(--foreground)}.SubscriptionSaveButton_saved .SubscriptionSaveButton__button{color:var(--black)}.SubscriptionSaveButton__buttonText{padding-left:10px}.SubscriptionSaveButton__loader{margin:0}.ListingFilterSubscriptionButton__container{width:100%;background:var(--blue)}.ListingFilterSubscriptionButton:hover{background:#2c8be4}.ListingFilterSubscriptionButton__container_saved{background:var(--white)}.ListingFilterSubscriptionButton__popup,.ListingFilterSubscriptionButton__subscriptionItem{max-width:100%}.History4CallSellerPopupHeader-xwTQe{position:relative;display:flex;justify-content:space-between;padding:24px;background-color:var(--black)}.History4CallSellerPopupHeader__textBlock-nExKX{display:flex;flex-direction:column;gap:8px;padding-right:30%}.History4CallSellerPopupHeader__title-YwBfp{font-size:var(--font-size-body1);font-weight:var(--font-weight-bold);line-height:var(--line-height-body1);color:var(--white)}.History4CallSellerPopupHeader__description-N7gSs{font-size:var(--font-size-body1);line-height:var(--line-height-body1);color:#ffffff94}.History4CallSellerPopupHeader__image-m6SEi{position:absolute;right:24px;bottom:0;width:142px;height:158px;background-image:url(https://st.avto.ru/autoru/kv_719b984b2b0e7902.webp);background-size:cover}.SellerPopupHeader__container{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:24px 24px 0}.SellerPopupHeader__sellerName{font-size:var(--font-size-body1);font-weight:700;line-height:var(--line-height-body1);margin-bottom:4px;color:var(--foreground)}.SellerPopupHeader__sellerDescription{font-size:var(--font-size-body2);line-height:var(--line-height-body2);color:var(--foreground-secondary)}.SellerPopupHeader__sellerOfficialDealer{display:flex;align-items:center}.SellerPopupHeader__sellerOfficialDealerIcon{margin-right:4px}.SellerPopupHeader__sellerLogoImg{width:48px;height:48px;border-radius:50%}.SellerPopupHeader__history4Call{padding-top:4px;border-radius:16px 16px 0 0;background:var(--black)}.SellerPopup{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.SellerPopup:empty{padding:0;border:none}.Modal__content_wrapper.SellerPopup__modalWrapper{width:628px}.Modal__content_wrapper.SellerPopup__modalWrapper_mobile{width:600px;margin:0 auto}.Modal__content.SellerPopup__contentWrapper{box-sizing:border-box;width:100%;border-radius:var(--border-radius-xxl)}.SellerPopup__content{position:relative;overflow:hidden;transition:height .3s ease}.SellerPopup__phonesContainer{display:flex;flex-direction:column;gap:24px;margin:0 24px;opacity:1;transition:opacity .3s ease}.SellerPopup__phonesContainer_hidden{pointer-events:none;opacity:0}.SellerPopup__phonesList{display:flex;flex-grow:1;flex-direction:column;flex-shrink:1}.SellerPopup__phoneItem{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;border-top:1px solid var(--overlay-quaternary)}.SellerPopup__phoneItem:first-child{border-top:none}.SellerPopup__phoneItem_qr{padding:var(--layout-padding-big) 0;text-align:center}.SellerPopup__phoneItem_sizeS{padding:16px 0}.SellerPopup__phoneItem_sizeS .SellerPopup__phoneInfo{flex-direction:row;justify-content:space-between;align-items:center}.SellerPopup__phoneItem_sizeS .SellerPopup__phoneNumber{font-size:var(--font-size-sub);line-height:var(--line-height-sub)}.SellerPopup__phoneItem_sizeS .SellerPopup__phoneDescription{font-size:var(--font-size-body2);line-height:var(--line-height-body2)}.SellerPopup__phoneInfo{display:flex;flex-direction:column;gap:4px}.SellerPopup__phoneNumber{font-size:var(--font-size-h3);font-weight:700;line-height:var(--line-height-h3);flex-grow:1;flex-shrink:0;margin-right:20px;text-decoration:none;color:var(--foreground)}.SellerPopup__phoneDescription{font-size:var(--font-size-body1);line-height:var(--line-height-body1);color:var(--foreground-secondary)}.SellerPopup__phoneBadge{align-self:flex-start}.SellerPopup__sellerAlarmsEmptyPlaceholder{width:100%;border-bottom:1px solid var(--overlay-quaternary)}.SellerPopup__place{position:absolute;top:0;left:0;width:100%;opacity:1;background:var(--white);transition:opacity .3s ease}.SellerPopup__place_hidden{z-index:-1;pointer-events:none;opacity:0}.SellerPopup__mapContainer{overflow:hidden;height:370px}.SellerPopup__mapContainer .SellerPopup__map{height:100%}.SellerPopup__mapToggle{position:absolute;top:16px;left:16px}.SellerPopup__phonesRow{display:flex;align-items:flex-start;align-self:stretch;gap:32px}.SellerPopup__qr{box-sizing:border-box;width:210px;padding:16px;border-radius:16px;background-color:var(--background)}.SellerPopup__qrSvg{font-size:0;line-height:0;display:block;text-align:center}.SellerPopup__qrSvg svg{display:inline-block}.SellerPopup__qrText{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin-top:16px}.PageLoaderBarDesktop-fTD8M{position:fixed;z-index:-9999;top:0;left:0;visibility:hidden;width:0;height:3px;transition:width 0s linear}.PageLoaderBarDesktop_red-sdW8v{background:var(--red)}.PageLoaderBarDesktop_yellow-U3bLr{background:var(--orange)}.PageLoaderBarDesktop_loading-T_lfD{z-index:calc(var(--popup-z-index) + 1);visibility:visible;width:95%;transition-duration:2s}.FooterCopyright{white-space:nowrap}.FooterSocialLinks{display:inline-block;align-self:flex-start;height:24px}.FooterSocialLinks__link{display:inline-block;height:24px;margin-right:12px;transition:opacity .3s ease,fill .3s ease}.FooterSocialLinks__link:hover{opacity:.8}.FooterSocialLinks__link:last-child{margin-right:0}.DesktopLayout-JTZgH{width:100%;max-width:var(--desktop-header-container-width);margin:0 auto;padding:0 24px}@media screen and (max-width:1320px){.DesktopLayout-JTZgH{max-width:var(--desktop-header-container-width-m)}}body:has(.DesktopLayout-JTZgH){min-width:calc(var(--desktop-header-container-width-m) + 48px)}.DesktopLayout__container-oT3Fh{display:flex;flex-direction:row;justify-content:space-between;gap:36px}.DesktopLayout__container_reverse-YPpkh{flex-direction:row-reverse}.DesktopLayout__main-D9YFa{flex-grow:1;flex-shrink:1;min-width:0}.DesktopLayout__sidebarInline-Q6_Bv{display:none}@media screen and (max-width:1320px){.DesktopLayout__sidebarInline-Q6_Bv{display:block}}.DesktopLayout__sidebar-ldL9i{flex-grow:0;flex-shrink:0;width:300px}@media screen and (max-width:1320px){.DesktopLayout__sidebar-ldL9i{display:none}}.DesktopLayout-aQfhW{max-width:100%}.DesktopLayout-Yq9Ds{max-width:100%;padding:0 24px}.Footer{font-size:var(--font-size-body1);line-height:21px;flex-shrink:0;min-width:920px;margin-top:30px;padding-bottom:30px}.Footer,.Footer__link{color:var(--overlay-secondary-dark-static)}.Footer__link{white-space:nowrap;text-decoration:none;transition:color .3s ease}.Footer__link_theme_black{color:#6d6d6d}.Footer__link:hover{color:var(--red)}.Footer__column{display:inline-block;box-sizing:border-box;width:25%;padding-right:16px;vertical-align:top}.Footer__column .Footer__link{display:block;padding-bottom:8px}.Footer__important-links{display:flex;margin-bottom:30px;padding-bottom:30px;border-bottom:var(--divider-1px)}@media screen and (max-width:1219px){.Footer__important-links{display:block}}.Footer__history-links{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:stretch;margin-bottom:30px;padding-bottom:22px;border-bottom:var(--divider-1px)}.Footer__history-links .Footer__link{display:block;width:calc(50% - 10px);padding-bottom:8px;white-space:normal}.Footer__history-links .Footer__link:nth-child(odd){margin-right:20px}.Footer__history-links .Footer__link:last-child:nth-child(odd){margin-right:0}.Footer__important-links .Footer__column{width:auto;padding-right:0}@media screen and (max-width:1219px){.Footer__important-links .Footer__column{width:25%;text-align:left}}.Footer__important-links .Footer__link{display:inline-block;margin-right:30px;color:var(--blue)}@media screen and (max-width:1219px){.Footer__important-links .Footer__link{display:block}}.Footer__important-links .Footer__link:hover{color:var(--red)}.Footer__link-spoiler{position:relative;padding-right:33px;cursor:pointer}@media screen and (max-width:1219px){.Footer__link-spoiler{order:1;margin-top:10px;padding-left:205px}}.Footer__link-spoiler:after{position:absolute;top:3px;right:5px;width:18px;height:18px;content:"";opacity:.5;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' viewBox='1 12 7 12'%3E%3Cpath d='m1.27 22.74 4.71-4.6c.08-.08.08-.21 0-.29l-4.71-4.6-.09-.08a.65.65 0 0 1-.18-.45.728.728 0 0 1 1.21-.54l.09.08 5.59 5.46c.16.16.16.41 0 .57L2.3 23.75l-.1.07c-.12.11-.28.18-.46.18-.41 0-.74-.32-.74-.72 0-.18.07-.33.18-.46z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;transition:transform .2s ease;transform:rotate(90deg)}.Footer__link-spoiler_open:after{transform:rotate(-90deg)}.Footer__link-spoiler_theme_black{color:#6d6d6d}.Footer__link-spoiler_theme_black:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='12' fill='%236d6d6d' viewBox='1 12 7 12'%3E%3Cpath d='m1.27 22.74 4.71-4.6c.08-.08.08-.21 0-.29l-4.71-4.6-.09-.08a.65.65 0 0 1-.18-.45.728.728 0 0 1 1.21-.54l.09.08 5.59 5.46c.16.16.16.41 0 .57L2.3 23.75l-.1.07c-.12.11-.28.18-.46.18-.41 0-.74-.32-.74-.72 0-.18.07-.33.18-.46z'/%3E%3C/svg%3E")}.Footer__base{display:flex;flex-direction:column;gap:8px;margin-top:0}@media (orientation:landscape) and (max-height:449px),(orientation:portrait) and (max-width:767px){.Footer__base{margin-top:20px}}.Footer__base-links{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.Footer__base-linksContainer{display:flex;flex-direction:row;align-items:center;gap:24px}.Footer__base-linksWrapper{display:flex;flex-direction:column;gap:8px}.Footer__base-links .Footer__link{display:inline-block}.Footer__geo-links{margin-bottom:30px;padding-bottom:22px;border-bottom:1px solid #0000001f}.Footer__geo-links-legend{padding-bottom:30px}.Footer__geo-links-main-regions{font-weight:700}.Footer__geo-links-sub-regions{margin-top:22px}.Footer__geo-links .Footer__link{position:relative;white-space:normal}.Footer__seo-text-column{display:inline-block;box-sizing:border-box;width:40%;padding-right:20px;vertical-align:top}.Footer__seo-text-column_wide{width:60%}.Footer__seo-text-column:last-child{padding-right:0}.Footer__close-popup{position:absolute;z-index:10;top:0;right:-27px;display:inline-block;width:16px;height:15px;cursor:pointer;opacity:1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='23.1' viewBox='0 0 24 23.1'%3E%3Cpath d='M10.3 11.5.3 1.9C-.1 1.5-.1.8.4.3.8-.1 1.5-.1 2 .3l4.7 4.6h.1l5.2 5 5.2-5L22 .3c.5-.4 1.2-.4 1.6 0 .5.5.5 1.2.1 1.6l-10 9.6 10 9.7c.4.4.4 1.1-.1 1.6-.4.4-1.1.4-1.6 0l-6.5-6.3-3.5-3.4-3.5 3.4L2 22.8c-.5.4-1.2.4-1.6 0-.5-.5-.5-1.2-.1-1.6z' style='fill-rule:evenodd;clip-rule:evenodd;fill:%23fff'/%3E%3C/svg%3E") 50% 50% no-repeat;background-size:cover}.Footer_theme_black{margin-top:0;padding-top:30px;color:#6d6d6d;background-color:var(--black)}.SearchLineSuggest2Item-qfskW{display:flex;overflow:hidden;align-items:center;cursor:pointer;color:var(--foreground)}.SearchLineSuggest2Item_selected-MLiru,.SearchLineSuggest2Item_selected-MLiru .SearchLineSuggest2Item__text-xSFa1{color:var(--red)}.SearchLineSuggest2Item__pic-A7IfE{flex-shrink:0;margin-right:12px}.SearchLineSuggest2Item__marklogo-IRWBs{width:24px;height:24px}.SearchLineSuggest2Item__right-fqKNM{display:flex;overflow:hidden;flex:1;flex-direction:column;justify-content:center}.SearchLineSuggest2Item__title-xu7nV{font-size:var(--font-size-body0);line-height:var(--line-height-body0)}.SearchLineSuggest2Item__text-xSFa1{font-size:var(--font-size-body2);line-height:var(--line-height-body2);display:flex;margin-top:4px;color:var(--foreground-secondary)}.SearchLineSuggest2Item__categoryName-sSDbM{flex-shrink:0;margin-right:12px}.SearchLineSuggest2Item__params-SQK6F{overflow:hidden;flex:1;white-space:nowrap;text-overflow:ellipsis}.SearchLineSuggest2__loader-YPe1r{display:flex;justify-content:center;align-items:center;padding:66px 0}.SearchLineSuggest2__empty-Xudve{font-size:var(--font-size-body1);line-height:var(--line-height-body1);color:var(--foreground-secondary)}.SearchLineSuggest2__list-u2_kF{display:flex;flex-direction:column;gap:12px}.SearchLineSuggest2__row-KBz13{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.SearchLineSuggest2__title-p5xPc{margin:20px 0 12px;color:var(--foreground-secondary)}.SearchLineSuggest2__title_first-wq7Gs{margin-top:0}.SearchLineSuggest2__itemContent-r8uIo{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.SearchLineSuggest2__itemContent_selected-bwmOf,.SearchLineSuggest2__itemContent_selected-bwmOf .SearchLineSuggest2__category-MrjaC{color:var(--red)}.SearchLineSuggest2__category-MrjaC{color:var(--foreground-secondary)}.ConsentBannerContent__title-CKSl6{width:100%;margin-bottom:8px}.ConsentBannerContent__description-GBsqY{margin-bottom:24px;color:var(--foreground)}.ConsentBannerContent__description-GBsqY a{text-decoration:none;color:var(--light-link)}.ConsentBannerContent__descriptionContainer-WiMbM{width:100%}.ConsentBannerContent__descriptionWithCheckbox-aEf5h{margin-bottom:16px}.ConsentBannerContent__checkbox-o8AKS{width:100%;margin-bottom:16px;text-align:left}.ConsentBannerContent__checkbox-o8AKS a{text-decoration:none;color:var(--light-link)}.ConsentBannerContent__checkboxText-NpSTm{font-size:var(--font-size-body0)}.ConsentBannerDesktop__modal-nMzAM{max-width:620px}.ConsentBannerDesktop__content-oSW93{display:flex;overflow-x:hidden;flex-direction:column;align-items:center;padding:24px 24px 0}.ConsentBannerDesktop__image-pO4EQ{display:block;max-width:572px;height:224px;object-fit:contain}.ConsentBannerDesktop__divider-dAnlH{height:1px;background-color:var(--surface-secondary)}.ConsentBannerDesktop__footer-unYj5{padding:24px 32px}.ConsentBannerDesktop__button-qgcw9{width:100%}.DragIndicator-NTfbM{display:flex;justify-content:center;align-items:center;width:100%;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.DragIndicator-NTfbM:active{cursor:grabbing}.DragIndicator-NTfbM:before{display:block;width:32px;height:4px;content:"";border-radius:3px;background-color:var(--overlay-quaternary)}.BottomSheet-m_x2K.BottomSheet_noOverlay-IT2jD{pointer-events:none;background-color:unset}.BottomSheet__wrapper-_CaAx{position:fixed;inset:auto 0 0;transition:transform .3s ease-in-out;transform:translateY(100%)}.BottomSheet_visible-M9gKe .BottomSheet__wrapper-_CaAx{transform:translateY(0)}.BottomSheet__container-bZeeY{position:relative;display:flex;overflow:hidden;flex-direction:column;box-sizing:border-box;width:100%;max-width:480px;max-height:calc(100vh - env(safe-area-inset-top, 0));max-height:calc(100dvh - env(safe-area-inset-top, 0));margin:0 auto;padding-bottom:env(safe-area-inset-bottom,0);color:var(--foreground);border-radius:var(--border-radius-xxl) var(--border-radius-xxl) 0 0;background-color:var(--surface);box-shadow:none}.BottomSheet_noOverlay-IT2jD .BottomSheet__container-bZeeY{box-shadow:var(--shadow-m)}.BottomSheet__indicator-DFU2N{position:absolute;z-index:1;height:24px}.BottomSheet__content-JCls0{overflow-y:auto;-webkit-overflow-scrolling:touch;padding:24px var(--layout-padding-small) var(--layout-padding-small)}.BottomSheet__close-vodbm{position:absolute;z-index:1;top:26px;right:16px;display:flex;justify-content:flex-end;align-items:center;gap:var(--border-radius-l);box-sizing:border-box}.ConsentBannerMobile__sheetContent-vmbRx{padding:16px}.ConsentBannerMobile__content-STaJa{display:flex;overflow-x:hidden;flex-direction:column;align-items:center}.ConsentBannerMobile__media-etqbs{position:relative;overflow:hidden;width:370px;max-width:100%;height:232px}.ConsentBannerMobile__image-n9k9y{display:block;width:100%;height:100%;margin-bottom:0;object-fit:cover;object-position:center}.ConsentBannerMobile__button-co2SY{position:absolute;z-index:1;right:0;bottom:0;left:0;width:100%}.MigrationBanner__modal-hLEH9{max-width:620px;padding:32px}.MigrationBanner__mobileModal-jy_dN{padding:24px}.MigrationBanner__content-j2vlI{display:flex;overflow-x:hidden;flex-direction:column;align-items:center}.MigrationBanner__image-rk1e0{max-width:572px;max-height:224px;margin-bottom:24px}.MigrationBanner__mobileImage-JxSkp{margin-bottom:12px}.MigrationBanner__title-LPmd5{width:100%;margin-bottom:8px}.MigrationBanner__description-kA15F{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-bottom:24px;color:var(--foreground)}.MigrationBanner__description-kA15F a{text-decoration:none;color:var(--light-link)}.MigrationBanner__button-ibh7Q{width:100%}.AutoLoanOfferButton-cvL2p{display:flex;align-items:center;cursor:pointer}.AutoLoanOfferButton__icon-_yF2V{display:flex;flex-shrink:0}.AutoLoanOfferButton__text-yM8hf{display:flex;flex-direction:column;gap:2px;margin-left:6px}.AutoLoanOfferButton__arrow-Z27eh{display:flex;flex-shrink:0}.AutoLoanOfferButton_mobileListing-WceL6{flex:1;margin:8px 0;padding:12px;border-radius:var(--border-radius-xxl);background-color:var(--surface)}.AutoLoanOfferButton_mobileListing-WceL6 .AutoLoanOfferButton__icon-_yF2V{position:relative;overflow:hidden;padding:12px;border-radius:var(--border-radius-m);background-color:var(--blue-tertiary)}.AutoLoanOfferButton_mobileListing-WceL6 .AutoLoanOfferButton__icon-_yF2V:after{position:absolute;top:-2px;left:-26px;width:20px;height:100px;content:"";background:linear-gradient(270deg,#0000,#ffffff80 25%,#fff 50%,#ffffff80 75%,#0000);filter:blur(4px);transform:rotate(-45deg);animation:AutoLoanOfferButton__shimmerWave-UDFIU 2.4s ease-in-out infinite;will-change:transform}.AutoLoanOfferButton_mobileListing-WceL6 .AutoLoanOfferButton__text-yM8hf{margin-left:12px}.AutoLoanOfferButton_mobileListing-WceL6 .AutoLoanOfferButton__arrow-Z27eh{margin-left:auto;padding-left:12px}.AutoLoanOfferButton_desktopListing-H6haz{flex:1;padding:12px;border-radius:var(--border-radius-m);background-color:var(--blue-tertiary)}.AutoLoanOfferButton_desktopListing-H6haz .AutoLoanOfferButton__text-yM8hf{margin-left:8px}.AutoLoanOfferButton_desktopListing-H6haz .AutoLoanOfferButton__arrow-Z27eh{margin-left:auto}.AutoLoanOfferButton_desktopListingSticky-iURd9{color:var(--link)}.AutoLoanOfferButton_desktopListingSticky-iURd9 .AutoLoanOfferButton__text-yM8hf{margin-left:8px}.AutoLoanOfferButton_desktopCard-IanaE{color:var(--link)}.AutoLoanOfferButton_header-TQf4M{padding:8px 12px;border-radius:var(--border-radius-xl);border-top-right-radius:var(--border-radius-xs);background-color:var(--blue-tertiary)}.AutoLoanOfferButton_header-TQf4M .AutoLoanOfferButton__text-yM8hf{margin-left:8px}.AutoLoanOfferButton_burger-qgu86{padding:10px 12px 6px}.AutoLoanOfferButton_burger-qgu86 .AutoLoanOfferButton__text-yM8hf{margin-left:12px}.AutoLoanOfferButton_newIndex-Gts6k{padding:4px 12px 4px 4px;border-radius:var(--border-radius-xxl);box-shadow:0 2px 16px 0 var(--shadow)}.AutoLoanOfferButton_newIndex-Gts6k .AutoLoanOfferButton__icon-_yF2V{padding:6px;border-radius:var(--border-radius-xxl);background-color:var(--blue-tertiary)}.AutoLoanOfferButton_newIndex-Gts6k .AutoLoanOfferButton__arrow-Z27eh,.AutoLoanOfferButton_newIndex-Gts6k .AutoLoanOfferButton__text-yM8hf{margin-left:8px}.AutoLoanOfferButton_withHover-Nf_Ee:hover{color:var(--red)}@keyframes AutoLoanOfferButton__shimmerWave-UDFIU{0%{top:-2px;left:-26px}33%{top:-2px;left:-26px}66%{top:-64px;left:40px}to{top:-64px;left:40px}}.HeaderFavoritesPopupLoader__contentCenter-tRWq6{display:flex;flex-grow:1;flex-direction:column;justify-content:center;align-items:center}.HeaderFavoritesPopupLoader__loader-MPE4q{margin:8px 0}.HeaderFavoritesPopupLoadable-XlVJr{display:flex;flex-direction:column;height:100%}.HeaderFavoritesPopupLoadable__wrapper-EqVQk{display:flex;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;flex-grow:1;flex-direction:column}.HeaderFavoritesPopupLoadable__container-VdYqd{position:fixed;z-index:var(--popup-z-index);top:0;right:0;bottom:0;display:flex;flex-direction:column;width:720px;background:var(--surface);box-shadow:0 0 14px var(--background);transition:transform .3s;transform:translateX(740px)}.HeaderFavoritesPopupLoadable__container_open-zLWwn{transform:translateX(0)}.Shimmer-u6ieh{--background-ratio:2;--gradient-ratio:0.44444;--gradient-right:calc(var(--gradient-ratio)*100%/var(--background-ratio));--gradient-center:calc(var(--gradient-right)/2);background-color:var(--surface-secondary);background-image:linear-gradient(90deg,#0000 0,var(--gradient-color) var(--gradient-center),#0000 var(--gradient-right));background-size:calc(var(--background-ratio)*100%);animation:Shimmer__shimmer-vp9CL 1.6s ease-out infinite}.Shimmer-u6ieh,.Shimmer-u6ieh[data-theme=light]{--gradient-color:#05132e0a}.Shimmer-u6ieh[data-theme=dark],[data-theme=dark] .Shimmer-u6ieh{--gradient-color:#00000014}@keyframes Shimmer__shimmer-vp9CL{0%{background-position:100%}to{background-position:-100%}}.ListItem2-YfpWi{position:relative;display:flex;justify-content:space-between;align-items:center;gap:12px;min-width:0}.ListItem2_withPadding-TK5kN{padding:12px 16px}.ListItem2__content-I1kHC{display:flex;flex-grow:1;justify-content:space-between;align-items:center;gap:12px;min-width:0}.ListItem2__clicker-Hopng{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;text-indent:-9999px}.ListItem2__clickable-r1buw,.ListItem2__withHover-O5qkV.ListItem2__clicker-Hopng{cursor:pointer}.ListItem2__withHover-O5qkV.ListItem2__clicker-Hopng:hover{background-color:var(--overlay-quinary)}.ListItem2__leftSlot-hsJju{display:flex;flex-shrink:0}.ListItem2__listText-xCpNS{flex-grow:1}.ListItem2__rightSlots-_pP9m{display:flex;flex-shrink:0;align-items:center;gap:12px}.ListItem2_itemsStart-UU0v1,.ListItem2_itemsStart-UU0v1 .ListItem2__content-I1kHC,.ListItem2_itemsStart-UU0v1 .ListItem2__rightSlots-_pP9m{align-items:start}.ListItem2_topDivider-t6Abs .ListItem2__content-I1kHC{padding-top:16px;border-top:1px solid var(--stroke)}.ListItem2_topDivider-t6Abs.ListItem2_withPadding-TK5kN{padding-top:0}.ListItem2-YfpWi+.ListItem2-YfpWi .ListItem2__content_topDivider-kXRFY{border-top:none}.ListItem2_bottomDivider-ZKzqv .ListItem2__content-I1kHC{padding-bottom:16px;border-bottom:1px solid var(--stroke)}.ListItem2_bottomDivider-ZKzqv.ListItem2_withPadding-TK5kN{padding-bottom:0}.ListItem2_noTopBorder-agOnb .ListItem2__content-I1kHC{border-top:none}.ListItem2_noBottomBorder-WEOZK .ListItem2__content-I1kHC{border-bottom:none}.ListItem2_disabled-XmI2V{pointer-events:none;opacity:.5}.ListItem2_skeleton-DLWio{min-height:44px}.ListItem2__skeleton-Wzqx_{width:100%;height:44px;border-radius:var(--border-radius-s)}.ListItem2_level_2-vPfPN .ListItem2__content-I1kHC{padding-left:32px}.ListItem2_level_3-SMkIV .ListItem2__content-I1kHC{padding-left:64px}.Header2AddButtonDealerMenu-rJT5w{margin:0;padding:2px;list-style:none}.Header2AddButtonDealerMenu__link-p2Jo5{padding:10px 12px;border-radius:var(--border-radius-m)}.Header2AddButtonDealerMenu__link-p2Jo5:hover{background-color:var(--overlay-quinary)}.Header2AddButtonDealerMenu__text-CTnj3{padding:12px}.Header2AddButton-O20fb{display:flex;flex:0 0 auto;align-items:center;gap:8px;width:var(--header-add-button-width,148px);max-width:var(--header-add-button-max-width,none)}.Header2AddButton__popup-gBYbu{width:280px}.Header2AddButton__text-Sq0ZV{color:var(--foreground-green)}.Header2AddButton__text_isAuth-DhquH{display:var(--header-add-button-text-auth-display,block)}.Header2AddButton__content-dqII8{display:flex;flex-direction:column;gap:2px;min-width:0;padding-right:4px}.Header2AddButton__count-daI0y{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Header2AddButton__link-VxptM{position:relative;gap:8px;text-wrap:inherit}.Header2AddButton__linkButton-pyS_L:hover{color:var(--foreground-green)}.Header2AddButton__linkButton-pyS_L:hover .Header2AddButton__linkButtonIcon-IjJfT{cursor:pointer;background-color:var(--foreground-green)}.Header2AddButton__shimmer-o5CE_{width:148px;height:44px;border-radius:var(--border-radius-m)}.Header2AddButton__linkButtonOffers-ciIBx{display:flex;flex-direction:column;align-items:center;gap:4px;margin-left:var(--header-add-button-offers-margin-left,27px);color:var(--foreground)}.Header2AddButton__linkButtonOffers-ciIBx:hover{color:var(--brand-primary)}.Header2Burger-xmAVr{padding:15px 12px;transition:background-color var(--normal-transition-time) var(--header-transition-timing-function);will-change:background-color}.Header2Burger__content-knp9X{position:relative;width:20px;height:14px}.Header2Burger__line-ylCAc{position:absolute;left:0;width:100%;height:2px;opacity:1;background-color:var(--foreground);transition:transform var(--normal-transition-time) var(--header-transition-timing-function),opacity var(--normal-transition-time) var(--header-transition-timing-function),background-color var(--normal-transition-time) var(--header-transition-timing-function);will-change:transform,opacity,background-color}.Header2Burger_active-JLz1R .Header2Burger__line-ylCAc{background-color:var(--foreground-inverse)}.Header2Burger__line-ylCAc:first-child{top:0}.Header2Burger_active-JLz1R .Header2Burger__line-ylCAc:first-child{transform:translateY(6px) rotate(-45deg)}.Header2Burger__line-ylCAc:nth-child(2){top:6px}.Header2Burger_active-JLz1R .Header2Burger__line-ylCAc:nth-child(2){opacity:0}.Header2Burger__line-ylCAc:nth-child(3){top:12px}.Header2Burger_active-JLz1R .Header2Burger__line-ylCAc:nth-child(3){transform:translateY(-6px) rotate(45deg)}.Header2BurgerMenuService-IC1zh{position:relative;display:flex;align-items:center;gap:12px}.Header2BurgerMenuService__iconWrapper-U4oDh{overflow:hidden;width:48px;min-width:48px;height:48px;border-radius:var(--border-radius-l);background-color:var(--surface-secondary)}.Header2BurgerMenuService__icon-CCGs4{max-width:100%}.Header2BurgerMenuService__link-xiU6h{margin-bottom:4px}.Header2BurgerMenuService__link-xiU6h:after{position:absolute;top:0;left:0;width:100%;height:100%;content:""}.Header2BurgerMenuLink-i7nlR{align-items:start;gap:2px;text-wrap:inherit}.Header2BurgerMenuLink__badge-r7uNn{min-width:6px;height:6px}.Header2BurgerMenu-UMim2{display:flex;align-items:start;gap:12px;padding:20px 0}.Header2BurgerMenu__item-nfbhA{flex:1 1 0%;min-width:0}.Header2BurgerMenu__services-FEfnf{display:grid;flex:2 1 0%;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;min-width:0;margin:0;padding:0;list-style:none}.Header2BurgerMenu__title-mJFpG{margin-bottom:16px}.Header2BurgerMenu__list-_IGk_{display:flex;flex-direction:column;gap:16px;margin:0;padding:0;list-style:none}.Header2BurgerMenu__list_secondary-nqqdj{gap:8px;margin-top:24px}@keyframes Header2BurgerMenu__slideIn-Pw7gf{0%{transform:translateY(calc(var(--animation-index, 1)*var(--animation-gap, 32px)))}to{transform:translateY(0)}}.Header2BurgerMenu__animateItem-aM7vl{will-change:transform}.Header2BurgerMenu_active-QhaEa .Header2BurgerMenu__animateItem-aM7vl{animation:Header2BurgerMenu__slideIn-Pw7gf var(--normal-transition-time) var(--header-transition-timing-function) forwards}.Header2Container-Z3L3p{padding:0}@media screen and (max-width:1320px){.Header2Container-Z3L3p{--header-controls-hidden:none;--header-burger-margin-left:0;--header-add-button-margin:0;--header-add-button-margin-auth:0 -4px 0 0;--header-add-button-width:auto;--header-add-button-max-width:148px;--header-add-button-text-auth-display:none;--header-add-button-offers-margin-left:8px;--header-user-button-width:96px}}.Header2Container__innerWrapper-_jAW1{max-width:756px;margin-left:232px}@media (max-width:1320px){.Header2Container__innerWrapper-_jAW1{max-width:448px;margin-left:222px}}:is(body:has(.PageIndex),body:has([class*=GarageLayout]),body:has([class*=LogbookLayoutListing]),body:has([class*=PageCarForOrder])) .Header2Container-Z3L3p{max-width:1272px}@media screen and (max-width:1304px){:is(body:has(.PageIndex),body:has([class*=GarageLayout]),body:has([class*=LogbookLayoutListing]),body:has([class*=PageCarForOrder])) .Header2Container-Z3L3p{--header-controls-hidden:none;--header-burger-margin-left:0;--header-add-button-margin:0;--header-add-button-margin-auth:0 -4px 0 0;--header-add-button-width:auto;--header-add-button-max-width:148px;--header-add-button-text-auth-display:none;--header-add-button-offers-margin-left:8px;--header-user-button-width:96px;max-width:936px}}:is(body:has(.PageCard),body:has([class*=DesktopLayout]),body:has([class*=PageDealersListing])) .Header2Container-Z3L3p{max-width:1272px}@media screen and (max-width:1320px){:is(body:has(.PageCard),body:has([class*=DesktopLayout]),body:has([class*=PageDealersListing])) .Header2Container-Z3L3p{--header-controls-hidden:none;--header-burger-margin-left:0;--header-add-button-margin:0;--header-add-button-margin-auth:0 -4px 0 0;--header-add-button-width:auto;--header-add-button-max-width:148px;--header-add-button-text-auth-display:none;--header-add-button-offers-margin-left:8px;--header-user-button-width:96px;max-width:936px}}body:has([class*=PageProAutoLanding]) .Header2Container-Z3L3p{width:auto;max-width:1440px;padding:0 100px}@media screen and (max-width:1320px){body:has([class*=PageProAutoLanding]) .Header2Container-Z3L3p{max-width:1440px;padding:0 100px}}.Scroll-hq45V{overflow:auto}.Scroll_withGutter-WMmXG{overflow-y:scroll;scrollbar-gutter:stable}.Scroll__withHoverableScrollbar-PMhNL::-webkit-scrollbar,.Scroll__withScrollbar-BidfP::-webkit-scrollbar{width:16px;background-color:initial}.Scroll__withHoverableScrollbar-PMhNL::-webkit-scrollbar-corner,.Scroll__withHoverableScrollbar-PMhNL::-webkit-scrollbar-track,.Scroll__withScrollbar-BidfP::-webkit-scrollbar-corner,.Scroll__withScrollbar-BidfP::-webkit-scrollbar-track{background-color:initial}.Scroll__withHoverableScrollbar-PMhNL::-webkit-scrollbar-thumb,.Scroll__withScrollbar-BidfP::-webkit-scrollbar-thumb{border:4px solid #0000;border-radius:8px;background-color:var(--overlay-tertiary);background-clip:padding-box}.Scroll__withHoverableScrollbar-PMhNL::-webkit-scrollbar-thumb{background-color:initial}.Scroll__withHoverableScrollbar-PMhNL:hover::-webkit-scrollbar{width:16px}.Scroll__withHoverableScrollbar-PMhNL:hover::-webkit-scrollbar-thumb{background-color:var(--overlay-tertiary)}.Header2Dropdown-cQcms{position:absolute;z-index:var(--popup-z-index);top:8px;right:8px;left:8px;visibility:hidden;opacity:0;transition:opacity var(--base-transition-time) var(--header-transition-timing-function-inverse) .2s,visibility 0s var(--normal-transition-time);will-change:opacity}.Header2Dropdown_compact-ll1U1{position:absolute;top:-16px;right:0;left:auto;width:auto}.Header2Dropdown_fastAnimation-aqkJc{transition:opacity var(--base-transition-time) var(--header-transition-timing-function-inverse),visibility 0s var(--base-transition-time)}.Header2Dropdown_visible-oxqU4{visibility:visible;opacity:1;transition:opacity .1s var(--header-transition-timing-function),visibility 0s}.Header2Dropdown_fastAnimation-aqkJc.Header2Dropdown_visible-oxqU4{transition:opacity var(--base-transition-time) var(--header-transition-timing-function),visibility 0s}.Header2Dropdown_quickClose-cjWvH:not(.Header2Dropdown_visible-oxqU4),.Header2Dropdown_quickClose-cjWvH:not(.Header2Dropdown_visible-oxqU4) .Header2Dropdown__wrapper-Mhtxr{transition:none}.Header2Dropdown__overlay-WAL4w{position:fixed;top:0;left:0;width:100%;height:100%;content:"";background-color:var(--overlay-quaternary)}.Header2Dropdown__wrapper-Mhtxr{position:relative;display:flex;overflow:hidden;flex-direction:column;box-sizing:border-box;min-height:min(220px,100dvh - var(--wrapper-top-offset,0px) - 8px);max-height:calc(100dvh - var(--wrapper-top-offset, 0px) - 8px);padding:84px 0 24px;border-radius:var(--border-radius-l);background-color:var(--surface);box-shadow:var(--shadow-l);transition:clip-path var(--normal-transition-time) var(--header-transition-timing-function),transform var(--normal-transition-time) var(--header-transition-timing-function),box-shadow var(--normal-transition-time) var(--header-transition-timing-function);will-change:clip-path,transform}.Header2Dropdown_compact-ll1U1 .Header2Dropdown__wrapper-Mhtxr{padding:12px;border-radius:var(--border-radius-xxl);transition:transform var(--base-transition-time) var(--header-transition-timing-function);transform:translateY(30px);will-change:transform}.Header2Dropdown-cQcms:not(.Header2Dropdown_compact-ll1U1) .Header2Dropdown__wrapper-Mhtxr{transition:clip-path var(--normal-transition-time) var(--header-transition-timing-function);clip-path:inset(0 0 calc(100% - 84px) 0)}.Header2Dropdown_fastAnimation-aqkJc:not(.Header2Dropdown_compact-ll1U1) .Header2Dropdown__wrapper-Mhtxr{transition:clip-path var(--base-transition-time) var(--header-transition-timing-function)}.Header2Dropdown-cQcms.Header2Dropdown_visible-oxqU4:not(.Header2Dropdown_compact-ll1U1) .Header2Dropdown__wrapper-Mhtxr{clip-path:inset(-32px)}.Header2Dropdown_compact-ll1U1.Header2Dropdown_visible-oxqU4 .Header2Dropdown__wrapper-Mhtxr{transform:translateY(0)}.Header2Dropdown__wrapper_gradient-mT5bq:before{position:absolute;z-index:1;top:80px;left:0;width:100%;height:56px;content:"";pointer-events:none;background:linear-gradient(0,var(--overlay-quinary-inverse) 0,var(--surface) 100%)}.Header2Dropdown__wrapper_gradient-mT5bq:after{position:absolute;z-index:1;bottom:24px;left:0;width:100%;height:56px;content:"";pointer-events:none;background:linear-gradient(180deg,var(--overlay-quinary-inverse) 0,var(--surface) 100%)}.Header2Dropdown__content-MDu4e{flex:1;min-height:0}.Header2Dropdown__scroll_withGutter-kB2EU{padding-left:16px}.Header2GeoButton-AuZJw{display:flex;justify-content:end;align-items:center;background-color:var(--surface-secondary)}.Header2GeoButton_active-sL9Gw{justify-content:start}.Header2GeoButton__button-IzxTO{font-family:inherit;display:flex;align-items:center;gap:4px;min-width:0;height:100%;margin:0;padding:0 12px;cursor:pointer;pointer-events:auto;color:var(--foreground);border:none;background:none;font-feature-settings:inherit;font-variant-numeric:inherit}.Header2GeoButton__button-IzxTO:hover{color:var(--brand-primary)}.Header2GeoButton__button-IzxTO:hover .Header2GeoButton__text-O_fLx{color:inherit}.Header2GeoButton_active-sL9Gw .Header2GeoButton__button-IzxTO{pointer-events:none}.Header2GeoButton__icon-Z5ulv{flex-shrink:0}.Header2GeoButton__title-glk0I{overflow:hidden;text-wrap:nowrap;text-overflow:ellipsis}.Header2GeoButton__input-w_T66{position:absolute;top:0;right:0;bottom:0;left:100%;pointer-events:auto}.Header2GeoButton__input-w_T66.Header2GeoButton__input_noFocusOutline-leaGp{--input-focus-outline:none}.Header2GeoButton_withAnimation-Ueli3 .Header2GeoButton__input-w_T66{width:400px;opacity:0}.Header2GeoButton_active-sL9Gw .Header2GeoButton__input-w_T66{left:33px}.Header2GeoButton_active-sL9Gw.Header2GeoButton_withAnimation-Ueli3 .Header2GeoButton__input-w_T66{width:auto;opacity:1;transition:left var(--normal-transition-time) var(--header-transition-timing-function),opacity var(--normal-transition-time) var(--header-transition-timing-function);will-change:opacity}.Header2GeoButton__inputWrapper-p0JrL{min-width:0}.Header2GeoButton-AuZJw .Header2GeoButton__inputContent-f6jmS{padding:0 8px}.Header2GeoContentRadiusButton-bC1Up{font-family:inherit;margin:0;padding:11px 0 0;cursor:pointer;color:var(--foreground-secondary);border:none;background:none;font-feature-settings:inherit;font-variant-numeric:inherit}.Header2GeoContentRadiusButton_active-AyFm7{color:var(--foreground)}.ListContent2-oxmbC{display:flex;flex-direction:column;align-items:start;gap:2px;text-align:left}.ListContent2__description-EthCy,.ListContent2__subtitle-pxPvi{font-size:var(--font-size-body0);line-height:var(--line-height-body0);color:var(--foreground-secondary)}.ListContent2__title-QkdKX{display:flex;align-items:center;gap:8px;color:var(--foreground)}.ListContent2__titleSlot-MtaR6{display:block}.ListContent2__bottomSlot-wM8GE{width:fit-content;margin-top:2px}.ListContent2_right-e8idG{align-items:end;text-align:right}.ListContent2_right-e8idG .ListContent2__title-QkdKX{flex-direction:row-reverse}.ListContent2_h5-vVUw2 .ListContent2__title-QkdKX{font-size:var(--font-size-h5);line-height:var(--line-height-h5)}.ListContent2_body0-mcVei .ListContent2__title-QkdKX,.ListContent2_h5-vVUw2 :is(.ListContent2__description-EthCy,.ListContent2__subtitle-pxPvi){font-size:var(--font-size-body0);line-height:var(--line-height-body0)}.ListContent2_body0-mcVei :is(.ListContent2__description-EthCy,.ListContent2__subtitle-pxPvi),.ListContent2_body1-AVXJi .ListContent2__title-QkdKX{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.ListContent2_body1-AVXJi :is(.ListContent2__description-EthCy,.ListContent2__subtitle-pxPvi),.ListContent2_body2-gIvxF .ListContent2__title-QkdKX{font-size:var(--font-size-body2);line-height:var(--line-height-body2)}.ListContent2_body2-gIvxF :is(.ListContent2__description-EthCy,.ListContent2__subtitle-pxPvi){font-size:var(--font-size-caption);line-height:var(--line-height-caption)}.ListContent2_medium-FL2OD .ListContent2__title-QkdKX{font-weight:var(--font-weight-medium)}.ListContent2_regular-pY6E6 .ListContent2__title-QkdKX{font-weight:var(--font-weight-normal)}.ListContent2_bold-bTy_c .ListContent2__title-QkdKX{font-weight:var(--font-weight-bold)}.Header2GeoContentSuggest_active-Pw2Ue{color:var(--brand-primary)}.Chips2-OJu_E{font-family:var(--main-font);display:flex;flex-shrink:0;box-sizing:border-box;margin:0;padding:0;text-decoration:none;color:var(--foreground)}.Chips2_theme_filter-C3hqE{border:1px solid var(--overlay-quaternary);background:var(--surface)}.Chips2_theme_navigation-jACip{border:1px solid #0000;background:var(--fill)}.Chips2_floating-KIGqA{border:none;background:var(--surface-floating);box-shadow:var(--shadow-s)}.Chips2_style_business-jm9aG{font-family:var(--main-font)}.Chips2_floating-KIGqA.Chips2_theme_filter-C3hqE,.Chips2_floating-KIGqA.Chips2_theme_navigation-jACip{border:none}.Chips2_selected-c62Os{color:var(--foreground-inverse);background:var(--surface-inverse)}@media (hover:hover){.Chips2-OJu_E:not(.Chips2_disabled-pPvLg):hover{cursor:pointer}.Chips2_theme_filter-C3hqE:not(.Chips2_selected-c62Os):hover{background:var(--fill)}.Chips2_theme_navigation-jACip:not(.Chips2_selected-c62Os):hover{border-color:#0000;border-image:linear-gradient(0deg,var(--overlay-quinary),var(--overlay-quinary)),var(--fill);background:linear-gradient(0deg,var(--overlay-quinary),var(--overlay-quinary)),var(--fill)}.Chips2_floating-KIGqA:not(.Chips2_selected-c62Os):not(.Chips2_disabled-pPvLg):hover{background:var(--surface-secondary-floating);box-shadow:var(--shadow-m)}.Chips2_style_business-jm9aG:not(.Chips2_selected-c62Os):not(.Chips2_disabled-pPvLg):hover{opacity:.8}.Chips2_selected-c62Os:not(.Chips2_disabled-pPvLg):hover{background-image:linear-gradient(0deg,var(--overlay-tertiary-inverse),var(--overlay-tertiary-inverse)),linear-gradient(0deg,var(--surface-inverse),var(--surface-inverse))}.Chips2_disabled-pPvLg:hover{cursor:default;color:var(--foreground-tertiary);background-color:var(--fill)}}.Chips2_disabled-pPvLg{cursor:default;color:var(--foreground-tertiary);background-color:var(--fill)}.Chips2_color_green-ncO8i:not(.Chips2_selected-c62Os):not(.Chips2_disabled-pPvLg){color:var(--foreground-green);border:1px solid var(--foreground-green)}.Chips2_with_badge-zgllS{position:relative}.Chips2_size_l-LTOH9{font-size:var(--font-size-body0);line-height:var(--line-height-body0);min-width:56px;height:56px}.Chips2_size_m-WY2kI{font-size:var(--font-size-body1);line-height:var(--line-height-body1);min-width:44px;height:44px}.Chips2_size_s-kKdzN{font-size:var(--font-size-body2);line-height:var(--line-height-body2);min-width:32px;height:32px}.Chips2_corners_round-IRNYK.Chips2_size_l-LTOH9{border-radius:32px}.Chips2_corners_round-IRNYK.Chips2_size_m-WY2kI{border-radius:var(--border-radius-xxl)}.Chips2_corners_round-IRNYK.Chips2_size_s-kKdzN{border-radius:var(--border-radius-l)}.Chips2_corners_square-iaPcB.Chips2_size_l-LTOH9,.Chips2_corners_square-iaPcB.Chips2_size_m-WY2kI{border-radius:var(--border-radius-m)}.Chips2_corners_square-iaPcB.Chips2_size_s-kKdzN{border-radius:var(--border-radius-s)}.Chips2__textWrapper-Mn2E1{display:flex;justify-content:space-around;align-items:center;margin:0 8px}.Chips2_size_s-kKdzN .Chips2__textWrapper-Mn2E1{margin:0 6px}.Chips2_only_text-TrCBo{justify-content:center}.Chips2_only_text-TrCBo .Chips2__textWrapper-Mn2E1{margin:0 3px}.Chips2__counter-MOnqd{margin-left:8px;color:var(--foreground-secondary)}.Chips2__counter-MOnqd:empty{display:none}.Chips2__counter-MOnqd.Chips2_size_s-kKdzN{margin-left:6px}.Chips2__counter-MOnqd.Chips2_size_m-WY2kI{margin-left:10px}.Chips2_selected-c62Os .Chips2__counter-MOnqd{color:var(--foreground-secondary-inverse)}.Chips2_disabled-pPvLg .Chips2__counter-MOnqd{color:var(--foreground-tertiary)}.Chips2__badge-YPk8j{position:absolute;top:-9px;right:-1px}.Chips2_size_l-LTOH9 .Chips2__badge-YPk8j{top:-10px;right:1px}.Chips2_size_m-WY2kI .Chips2__badge-YPk8j{top:-8px;right:1px}.Chips2_only_icon-mmPLX .Chips2__badge-YPk8j{position:absolute;top:-3px;right:-2px}.Chips2_only_icon-mmPLX.Chips2_size_m-WY2kI .Chips2__badge-YPk8j{top:-4px;right:-4px}.Chips2_only_icon-mmPLX.Chips2_size_l-LTOH9 .Chips2__badge-YPk8j{top:-3px;right:-4px}.Chips2__left-KvvT7{position:relative;top:-1px;left:-1px;margin-right:-1px;margin-bottom:-1px}.Chips2__right-D3MUK{display:flex;flex-wrap:nowrap;align-items:center;box-sizing:border-box}.Chips2-OJu_E.Chips2_only_icon-mmPLX .Chips2__right-D3MUK{margin:auto;padding:0}.Chips2_size_s-kKdzN .Chips2__right-D3MUK{height:30px;padding:6px 8px}.Chips2_size_m-WY2kI .Chips2__right-D3MUK{height:42px;padding:10px}.Chips2_size_l-LTOH9 .Chips2__right-D3MUK{height:54px;padding:16px}:is(.Chips2_size_l-LTOH9,.Chips2_size_m-WY2kI) .Chips2__icon-gcuO2{padding:2px}.Chips2_only_icon-mmPLX .Chips2__icon-gcuO2{padding:0}.Chips2_size_l-LTOH9.Chips2_only_icon-mmPLX{width:56px}.Chips2_size_m-WY2kI.Chips2_only_icon-mmPLX{width:44px}.Chips2_size_s-kKdzN.Chips2_only_icon-mmPLX{width:32px}.Chips2__icon_noPadding-DLEvc.Chips2__icon_noPadding-DLEvc,.Chips2_size_s-kKdzN .Chips2__icon-gcuO2{padding:0}.Chips2_size_l-LTOH9.Chips2_corners_square-iaPcB .Chips2__avatar-eVeKE,.Chips2_size_m-WY2kI.Chips2_corners_square-iaPcB .Chips2__avatar-eVeKE{border-radius:var(--border-radius-m)}.Chips2_size_s-kKdzN.Chips2_corners_square-iaPcB .Chips2__avatar-eVeKE{border-radius:var(--border-radius-s)}.Chips2__closer-nZS1D{height:24px}.Chips2_size_s-kKdzN .Chips2__closer-nZS1D{height:16px}.Header2GeoContentRegion-XqdDM{cursor:pointer}.Header2GeoContent-RP4yT{display:flex;flex-direction:column;align-items:start;gap:24px;opacity:0;animation:Header2GeoContent__fadeIn-rUnHm var(--normal-transition-time) var(--header-transition-timing-function)}@keyframes Header2GeoContent__fadeIn-rUnHm{0%{opacity:0}to{opacity:1}}.Header2GeoContent_active-bjWSF{opacity:1}.Header2GeoContent-RP4yT:has(.Header2GeoContent__suggestions-ySLUf){animation:none}.Header2GeoContent__list-pJZcN{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.Header2GeoContent__radius-efqfw{display:flex;flex-direction:column;width:360px;margin-bottom:24px}.Header2GeoContent__radiusTitle-aEWv7{margin-bottom:11px}.Header2GeoContent__radiusList-smN1Y{position:relative;margin:0;padding:0;list-style:none}.Header2GeoContent__radiusItem-FvBtT{position:absolute}.Header2GeoContent__radiusItem-FvBtT:first-child{left:0}.Header2GeoContent__radiusItem-FvBtT:nth-child(2){left:15.3%}.Header2GeoContent__radiusItem-FvBtT:nth-child(3){left:30.5%}.Header2GeoContent__radiusItem-FvBtT:nth-child(4){left:46.5%}.Header2GeoContent__radiusItem-FvBtT:nth-child(5){left:62.5%}.Header2GeoContent__radiusItem-FvBtT:nth-child(6){left:78.5%}.Header2GeoContent__radiusItem-FvBtT:nth-child(7){left:93.5%}.Header2GeoContent__suggestions-ySLUf{display:flex;flex-direction:column;gap:16px;width:100%;margin:0;padding:0;list-style:none}.Header2GeoContent__suggestionItem-zUjGT:hover .Header2GeoContent__suggestionItemTitle-nRx8x{color:var(--brand-primary)}.Header2GeoContent__suggestionItem-zUjGT:first-child,.Header2GeoContent__suggestionItem-zUjGT:last-child{position:relative;z-index:2}.Header2GeoContent__loader-DI_wt{display:flex;justify-content:center;align-items:center;min-height:110px}.ChatIndicator-Oraja{display:none}.LazyImage{position:relative;display:block;width:100%;height:100%}.LazyImage__previewContainer{position:absolute;z-index:1;overflow:hidden;width:100%;height:100%;opacity:1;transition:opacity .15s}.LazyImage_theme_light .LazyImage__previewContainer_fallback{background-color:#f4f4f4}.LazyImage_theme_light .LazyImage__previewContainer_fallback:before{background-image:linear-gradient(90deg,#f4f4f4 20%,#e5e5e5cc 40%,#f4f4f4 60%)}.LazyImage_theme_dark .LazyImage__previewContainer_fallback{background-color:#4f4f4f}.LazyImage_theme_dark .LazyImage__previewContainer_fallback:before{background-image:linear-gradient(90deg,#4f4f4f 20%,#191919cc 40%,#4f4f4f 60%)}.LazyImage__previewContainer_fallback:before{position:absolute;top:0;right:0;display:block;width:400%;height:100%;content:"";background-size:100% 100%}.LazyImage_visible:not(.LazyImage_loaded) .LazyImage__previewContainer_fallback:before{animation:LazyImagePulse 1.5s ease-in-out infinite}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.LazyImage_visible:not(.LazyImage_loaded) .LazyImage__previewContainer_fallback:before{animation:none}}.LazyImage_loaded .LazyImage__previewContainer{opacity:0;animation:none}.LazyImage__previewLayer{position:absolute;inset:0;display:block;width:100%;height:100%}.LazyImage__previewLayer_1{z-index:2}.LazyImage__previewLayer_2{z-index:1;transform:scale(1.1)}.LazyImage__image{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .15s}.LazyImage__image_hidden{opacity:0}@keyframes LazyImagePulse{0%{transform:translateX(0)}to{transform:translateX(135%)}}.ChatAuthContent-zEH3d{display:flex;flex-direction:column;align-items:center;gap:24px;max-width:328px}.ChatAuthContent__image-mw8ZR{width:182px;height:182px}.ChatAuthContent__content-Qu4Qh{display:flex;flex-direction:column;gap:8px;text-align:center}.ChatAuthContent__actions-FO2cg{display:flex;flex-direction:column;gap:8px;width:100%}.HeaderChatAuthPopup-GrShB{position:fixed;z-index:1001;top:0;right:0;bottom:0;display:flex;flex-direction:column;width:0;cursor:auto;color:var(--foreground);background:var(--white);box-shadow:0 0 14px var(--overlay-quaternary-dark-static);transition:transform .3s;transform:translateX(360px)}.HeaderChatAuthPopup_open-hFM1G{width:360px;transform:translateX(0)}.HeaderChatAuthPopup__closer-genf8{position:absolute;top:32px;left:16px;cursor:pointer}.HeaderChatAuthPopup__content-dcX_T{margin:auto 0;padding:72px 16px 48px}.Header2IconsBlock-u_3SD{display:flex;gap:8px;color:var(--foreground-secondary)}.Header2IconsBlock_notAuth-HeD2K{display:var(--header-controls-hidden,flex)}.Header2IconsBlock__item-zedlr{font-family:inherit;position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;width:64px;padding:0;cursor:pointer;color:var(--foreground);border:none;background:none}.Header2IconsBlock__item-zedlr:hover{color:var(--brand-primary)}.Header2IconsBlock__chatIndicator-EjbVr{position:absolute;top:-2px;left:calc(50% + 2px);display:block;box-sizing:border-box;width:12px;height:12px;content:"";border:2px solid var(--white);border-radius:10px;background-color:var(--brand-primary)}.Header2IconsBlock__favorites_isAuth-fDJ5p{display:var(--header-controls-hidden,flex)}.Header2Logo-zkIyv{font-size:0;line-height:0;display:block}.Header2Logo__logo-ABbMQ{width:152px;height:32px;color:var(--brand-primary)}.Header2MainNav__list-wWlps{display:flex;align-items:center;gap:24px;height:20px;margin:0;padding:0;list-style:none}.Header2MainNav__link-sTrIX{gap:8px}.Header2SearchLine__searchIcon_active-nsV9x{color:var(--foreground)}.Header2SearchLine__control-ElNDY{display:flex;align-items:center;gap:2px;cursor:pointer}.Header2SearchLine__control-ElNDY:before{position:absolute;z-index:2;top:0;right:-32px;width:1px;height:100%;content:"";opacity:0;background-color:var(--stroke);transition:opacity var(--normal-transition-time) var(--header-transition-timing-function) var(--normal-transition-time);will-change:opacity}.Header2SearchLine__control-ElNDY:after{position:absolute;z-index:1;top:0;right:-32px;bottom:0;left:0;visibility:hidden;content:"";cursor:pointer}.Header2SearchLine_geo-lzVc3 .Header2SearchLine__control-ElNDY{position:relative}.Header2SearchLine_geo-lzVc3 .Header2SearchLine__control-ElNDY:before{opacity:1}.Header2SearchLine_geo-lzVc3 .Header2SearchLine__control-ElNDY:after{visibility:visible}.Header2SearchLine__chevronRight-sluCc{position:absolute;z-index:1;left:27px;display:flex;visibility:hidden;justify-content:center;align-items:center;opacity:0;background-color:var(--surface-secondary);transition:opacity var(--normal-transition-time) var(--header-transition-timing-function-inverse) var(--normal-transition-time),visibility 0s var(--header-transition-timing-function-inverse) var(--normal-transition-time),transform var(--normal-transition-time) var(--header-transition-timing-function-inverse);transform:translateX(150px);will-change:opacity,transform}.Header2SearchLine__chevronRight-sluCc:before{position:absolute;z-index:-1;top:0;bottom:0;left:0;width:150px;content:"";background-color:var(--surface-secondary)}.Header2SearchLine_geo-lzVc3 .Header2SearchLine__chevronRight-sluCc{visibility:visible;opacity:1;transition:opacity var(--normal-transition-time) var(--header-transition-timing-function),visibility 0s,transform var(--normal-transition-time) var(--header-transition-timing-function);transform:translateX(0);will-change:opacity,transform}.Header2SearchLine__chevronRightIcon-1HwHD{opacity:0;transition:opacity var(--normal-transition-time) var(--header-transition-timing-function-inverse);will-change:opacity}.Header2SearchLine_geo-lzVc3 .Header2SearchLine__chevronRightIcon-1HwHD{opacity:1;transition:opacity var(--normal-transition-time) var(--header-transition-timing-function);will-change:opacity}.Header2SubscriptionsPopup-IXm2V{position:fixed;z-index:calc(var(--popup-z-index) + 1);top:0;right:0;bottom:0;display:flex;flex-direction:column;width:400px;max-height:100dvh;background:var(--surface);box-shadow:0 0 14px var(--background)}.Header2SubscriptionsPopup__transitionEnter-KdaDy .Header2SubscriptionsPopup-IXm2V{transform:translateX(100%)}.Header2SubscriptionsPopup__transitionEnterActive-xRAfT .Header2SubscriptionsPopup-IXm2V{transition:transform var(--base-transition-time);transform:translateX(0);will-change:transform}.Header2SubscriptionsPopup__transitionExit-bFM25 .Header2SubscriptionsPopup-IXm2V{transform:translateX(0)}.Header2SubscriptionsPopup__transitionExitActive-HxN3Y .Header2SubscriptionsPopup-IXm2V{transition:transform var(--base-transition-time);transform:translateX(100%);will-change:transform}.Header2SubscriptionsPopup__closer-L97vM{padding:10px;cursor:pointer}.Header2SubscriptionsPopup__closerIcon-mGjZr{opacity:.3;transition:opacity var(--base-transition-time) ease;will-change:opacity}.Header2SubscriptionsPopup__closerIcon-mGjZr:hover{opacity:1}.Header2SubscriptionsPopup__header-WoeGO{position:relative;display:flex;justify-content:space-between;align-items:center;padding:12px 12px 0 24px}.Header2SubscriptionsPopup__wrapper-fB4PZ{position:relative;display:flex;overflow:hidden;flex-direction:column;box-sizing:border-box}.Header2SubscriptionsPopup__content-hWy76{flex:1;min-height:0}.Header2SubscriptionsPopup__loader-sIPLr{display:flex;justify-content:center;align-items:center;min-height:110px}.Header2SubscriptionsPopup__empty-DYMo9{display:flex;flex-direction:column;padding:0 24px}.Header2User-jN8VX{display:flex}.Header2User__button-_XWdO{width:var(--header-user-button-width,108px)}.Header2User__avatar-gg8_7{margin:0;padding:0;cursor:pointer;border:none;background:none}.Header2UserMenuLink-Psw6w{padding:8px 12px;border-radius:var(--border-radius-m)}.Header2UserMenuLink-Psw6w:hover{background-color:var(--overlay-quinary)}.HeaderCopyButton-I8FWa{cursor:pointer;color:var(--foreground-secondary)}.HeaderCopyButton-I8FWa:hover{color:var(--foreground)}.HeaderCopyButton__icon-ddavy{display:block}.Header2UserMenuProfile-n4Uvi{position:relative;padding:12px}.Header2UserMenuProfile__user-ETaKd{display:flex;flex-direction:column;align-items:start;gap:8px;width:100%;margin-bottom:8px}.Header2UserMenuProfile__userTitle-rIV78{display:flex;align-items:center;width:100%}.Header2UserMenuProfile__userTitleText-CuVGl{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.Header2UserMenuProfile__userTitleIcon-H6guN{flex-shrink:0;color:var(--foreground-secondary)}.Header2UserMenuProfile__user-ETaKd:hover .Header2UserMenuProfile__userTitleIcon-H6guN{color:inherit}.Header2UserMenuProfile__list-l3OrB{display:flex;gap:4px;margin:0;padding:0;list-style:none}.Header2UserMenuProfile__listItem-nAS63{display:flex;align-items:center;gap:4px}.Header2UserMenuProfile__listItem-nAS63:not(:first-child):before{display:block;width:3px;height:3px;content:"";border-radius:50%;background-color:var(--foreground-tertiary)}.Header2UserMenuProfile__listLink-5E62b{color:var(--foreground-secondary)}.Header2UserMenu-WK5Bn{width:276px}.Header2UserMenu__content-wDRpT{margin-top:10px}.Header2UserMenu__list-Plj9C{margin:0;padding:0;list-style:none}.Header2UserMenu__title-SEB9L{margin:12px 0 4px 12px}.Header2-USNIA{position:relative;padding:24px 0 12px;background-color:var(--white)}.Header2_indexPage_padding-ISKJt{padding:24px 0}.Header2_listingCarsPage-BkUsx{padding:24px 0 18px}.Header2_breadcrumbsIndent-nKKSm{padding:24px 0 26px}.Header2__wrapper-KZpFM{position:relative;z-index:100;display:flex;align-items:center;gap:12px;transition:z-index 0s ease-out var(--normal-transition-time)}.Header2_dropdownActiveFastAnimation-mrvBu .Header2__wrapper-KZpFM{transition:z-index 0s ease-out var(--base-transition-time)}.Header2_dropdownActive-MFmF5 .Header2__wrapper-KZpFM{z-index:calc(var(--popup-z-index) + 1);transition-delay:0s}.Header2__burger-OGScM{margin-left:var(--header-burger-margin-left,12px)}.Header2__addButton-LSsrc{margin:var(--header-add-button-margin,0 12px)}.Header2_isAuth-QWBd4 .Header2__addButton-LSsrc{margin:var(--header-add-button-margin-auth,0 -8px 0 12px)}.Header2__user-jB3YX{margin-left:4px}.Header2_isAuth-QWBd4 .Header2__user-jB3YX{margin-left:-4px}.Header2__content-UAqB7{position:relative;display:flex;flex-direction:column;gap:24px}.Header2__searchWrapper-iHiX_{position:relative;overflow:hidden;width:100%;border-radius:var(--border-radius-m)}.Header2__geoButton-PFhnl{position:absolute;z-index:1;top:0;right:0;bottom:0;left:calc(100% - 240px);width:auto;pointer-events:none;transition:left var(--normal-transition-time) var(--header-transition-timing-function)}.Header2-USNIA:not(.Header2_indexPage-ulbgt) .Header2__autoLoanButton-kogeK{position:absolute;top:58px;right:8px}@media (max-width:1320px){.Header2-USNIA:not(.Header2_indexPage-ulbgt) .Header2__autoLoanButton-kogeK{display:none}}.Header2_indexPage-ulbgt .Header2__autoLoanButton-kogeK{position:absolute;top:68px;right:0}.Header2_searchFocused-ez6om .Header2__geoButton-PFhnl{display:none}.Header2__searchWrapper_focused-HHwus{outline:1px solid var(--surface-inverse)}.Header2__searchWrapper_geo-vEvr9 .Header2__geoButton-PFhnl{left:64px}.Header2_indexPage-ulbgt .Header2__geoButton-PFhnl{left:0;justify-content:start;max-width:320px;background-color:initial}.Header2_indexPage-ulbgt .Header2__searchWrapper_focused-HHwus .Header2__geoButton-PFhnl{max-width:none;background-color:var(--surface-secondary)}.Header2_indexPage-ulbgt .Header2__searchWrapper_geo-vEvr9 .Header2__geoButton-PFhnl{left:0}.Header2_indexPage-ulbgt .Header2__searchLine-WgRa_{visibility:hidden;opacity:0}.Header2__bodyRedesign-PaEBi{--desktop-header-height:132px}.HeaderLight-YkTpx{position:sticky;z-index:var(--float-control-z-index);top:0;left:0;width:100%;height:68px;background:var(--surface);box-shadow:0 1px 4px #0000;transition:box-shadow .15s ease-in-out}.HeaderLight_withShadow-nLqYO{box-shadow:var(--shadow-s)}.HeaderLight__content-PM7uY{display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;max-width:var(--desktop-header-container-width);height:100%;margin:0 auto;padding:0 36px}.HeaderLight__logo-okAbZ{font-size:0;line-height:0;width:108px;height:100%;background-image:url(https://st.avto.ru/autoru/autoru-red_48775685d26eef94.svg);background-repeat:no-repeat;background-position:left 50% top calc(50% - 1px);background-size:auto 19px}.HeaderLight__logoLink-irO2F{display:block;height:100%}.FormHeader__mobileTitle{line-height:44px;display:none;width:100%;text-align:center;color:var(--white)}.FormHeader__crossButton{position:absolute;display:none;width:20px;height:44px;cursor:pointer;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.172 16 .444 28.728l2.828 2.828L16 18.828l12.728 12.728 2.828-2.828L18.828 16 31.556 3.272 28.728.444 16 13.172 3.272.444.444 3.272z'/%3E%3C/svg%3E") 50% no-repeat;background-size:20px 20px}@media screen and (max-width:1320px){.FormHeader{background-color:var(--red)}.FormHeader__coreBlock{display:none}.FormHeader__mobileTitle{display:block}.FormHeader__crossButton{display:inline-block;margin-left:13px}}:root{--desktop-header-height:120px;--desktop-header-container-width:1272px;--desktop-header-container-width-m:936px;--desktop-top-navigation-height:44px;--ios-safe-area-bottom:calc(40px + env(safe-area-inset-bottom));--mobile-post-navigation-height:52px;--mobile-post-navigation-reactions-offset:20px;--main-font:"YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;--main-heading-font:"YS Geo","YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;--anonymous-font:"Anonymous Pro","Arial","Helvetica Neue","Helvetica",sans-serif;--jetbrains-mono-font:"JetBrains Mono","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-size-h1:47px;--line-height-h1:47px;--font-size-h2:34px;--line-height-h2:36px;--font-size-h3:28px;--line-height-h3:32px;--font-size-h4:24px;--line-height-h4:28px;--font-size-h5:20px;--line-height-h5:24px;--font-size-sub:17px;--line-height-sub:20px;--font-size-body0:17px;--line-height-body0:24px;--font-size-body1:15px;--line-height-body1:20px;--font-size-body2:13px;--line-height-body2:16px;--font-size-caption:11px;--line-height-caption:12px;--fs-h1:var(--font-size-h3);--lh-h1:var(--line-height-h3);--fs-h2:var(--font-size-h4);--lh-h2:var(--line-height-h4);--fs-h4:var(--font-size-sub);--lh-h4:var(--line-height-sub);--fs-body:var(--font-size-body1);--lh-body:var(--line-height-body1);--fs-small:var(--font-size-body2);--lh-small:var(--line-height-body2);--fs-extra-small:var(--font-size-caption);--lh-extra-small:var(--line-height-caption);--animation-speed-fast:0.2s;--animation-speed-normal:0.4s;--float-control-z-index:900;--fullscreen-gallery-z-index:2600;--modal-z-index:2500;--curtain-z-index:2900;--popup-z-index:3000;--base-transition-time:0.3s;--normal-transition-time:0.5s;--link-hover-transition-settings:var(--base-transition-time) ease;--header-transition-timing-function:cubic-bezier(0,0,0.3,1);--header-transition-timing-function-inverse:cubic-bezier(0.7,0,1,1);--border-radius-xs:4px;--border-radius-s:8px;--border-radius-m:12px;--border-radius-l:16px;--border-radius-xl:20px;--border-radius-xxl:24px;--border-radius-xxxl:36px;--mag-dark:#000;--mag-blue:#2882db;--mag-red:#d73b35;--mag-white:#fff;--mag-gradient:linear-gradient(270deg,var(--mag-blue) 0%,#7b71d3 20%,#ae5bbb 40%,#cf4294 60%,#dd3266 80%,var(--mag-red) 100%);--mag-gray-dark:#575757;--mag-gray-a1:#adadad;--mag-gray-light:#5c5c5c;--mag-gray-light-extra:#e0e0e0;--mag-text-blue:var(--mag-blue);--mag-text-black:#1f1f1f;--mag-text-white:#fff;--mag-text-gray-dark:var(--mag-gray-dark);--mag-text-gray-light-extra:var(--mag-gray-light-extra);--mag-bg-white:#fff;--mag-bg-gray-light:#f5f5f5;--mag-bg-dark:#000000e0;--mag-m-content-width:780px;--mag-l-content-width:1100px;--mag-xl-content-width:1272px;--mag-header-height:80px;--mag-new-red:#d90000;--mag-new-gray-light:#eaebed;--mag-new-blue:#2aabee;--mag-post-preview-background:#fff;--mag-new-page-background:none;--mag-new-header-background-color:#fff;--mag-new-gap-heading:40px;--arb-main-font:"YS Geo","YS Text","YSTextVariable","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;--arb-jetbrains-mono-font:"JetBrains Mono","Arial","Helvetica Neue","Helvetica",yandex-sans-rub-sign,sans-serif;--arb-font-size-h1:68px;--arb-line-height-h1:64px;--arb-font-size-h2:52px;--arb-line-height-h2:52px;--arb-font-size-h3:40px;--arb-line-height-h3:40px;--arb-font-size-h4:32px;--arb-line-height-h4:32px;--arb-font-size-sub1:16px;--arb-line-height-sub1:20px;--arb-font-size-sub2:13px;--arb-line-height-sub2:16px;--arb-font-size-body1:24px;--arb-line-height-body1:24px;--arb-font-size-body2:19px;--arb-line-height-body2:24px;--arb-font-size-body3:16px;--arb-line-height-body3:20px;--arb-font-size-body4:14px;--arb-line-height-body4:16px;--arb-sand-100:#f2efed;--arb-sand-200:#ddd2c5;--arb-sand-300:#d0c4b9;--arb-sand-400:#c7baaf;--arb-sand-500:#bcaa99;--arb-light-white:#fff;--arb-light-o64:#ffffffa3;--arb-light-o12:#ffffff1f;--arb-light-o4:#fff6;--arb-black:#0f0f0f;--arb-black-o12:#0000001f;--arb-black-o52:#00000085;--arb-academy-black:#13141e;--arb-grey-11:#1c1a1c;--arb-grey-17:#2b282b;--arb-grey-8:#ebebeb;--arb-red:#e60000;--arb-academy-blue:#0051e6;--arb-academy-dark-blue:#282d3f;--arb-light-blue:#accef0;--arb-light-blue-new-hover:#d7ebff;--arb-academy-lime:#cf0;--arb-border-radius-xxs:4px;--arb-border-radius-xs:6px;--arb-border-radius-s:8px;--arb-border-radius-m:10px;--arb-border-radius-l:12px;--arb-a11y-transition-time:0.2s;--cabinet-layout-padding-inline:32px;--cabinet-layout-padding-block:40px;--cabinet-layout-padding:var(--cabinet-layout-padding-block) var(--cabinet-layout-padding-inline);--SliderItem--width1:calc(100vw - 48px);--SliderItem--height1:calc(var(--SliderItem--width1)*9/16);--SliderItem--width2:calc(50vw - 28px);--SliderItem--height2:calc(var(--SliderItem--width2)*9/16);--SliderItem--height2--4-3:calc(var(--SliderItem--width2)*3/4);--SliderItem--width4:calc(25vw - 18px);--SliderItem--height4:calc(var(--SliderItem--width4)*9/16);--SliderItem--height4--4-3:calc(var(--SliderItem--width4)*3/4);--safe-horizontal-offset:calc(16px + env(safe-area-inset-left));--main-layout-column-width:60px;--main-layout-gap:20px;--landing-layout-column-width:72px;--landing-layout-gap:36px;--landing-layout-column-small-width:49px;--landing-layout-small-gap:32px;--layout-padding-big:24px;--layout-padding-small:16px;--main-layout-content-column:calc(var(--main-layout-column-width)*4 + var(--main-layout-gap)*3);--landing-layout-max-width:calc(var(--landing-layout-column-width)*12 + var(--landing-layout-gap)*11);--main-layout-max-width:calc(var(--main-layout-column-width)*16 + var(--main-layout-gap)*15);--landing-layout-min-width:calc(var(--landing-layout-column-small-width)*12 + var(--landing-layout-small-gap)*11);--main-layout-min-width:calc(var(--main-layout-column-width)*12 + var(--main-layout-gap)*11);--landing-layout-min-width-with-padding:calc(var(--landing-layout-min-width) + var(--layout-padding-small)*2);--main-layout-min-width-with-padding:calc(var(--main-layout-min-width) + var(--layout-padding-small)*2);--shadow-s:0 2px 8px #1314161f;--shadow-m:0 2px 16px #1314161f;--shadow-l:0 4px 32px #1314161f;--divider-1px:1px solid #0000001a;--divider-4px:4px solid #0000001a;--divider-8px:8px solid #0000001a}:root[data-theme=dark],[data-theme=dark]{--divider-1px:1px solid #ffffff1f;--divider-4px:4px solid #ffffff1f;--divider-8px:8px solid #ffffff1f}h1,h2,h3,h4,h5,h6{font-family:var(--main-heading-font);letter-spacing:.024em}.content{display:flex;flex-direction:row;max-width:1180px;min-height:calc(100vh - 127px);margin:auto}.page{font:100%/18px var(--main-font);-webkit-font-smoothing:antialiased;max-height:100000000px;margin:0;background:var(--white)}.page_freeze{overflow:hidden}.footer{margin-top:0;padding-top:36px;border-top:1px solid var(--background)}.RadioButtons{display:inline-block;width:100%;max-width:430px}.RadioButtons__Wrapper{display:flex;box-sizing:border-box;height:50px;padding:3px;border-radius:100px;background-color:#00000012}.RadioButtons__Item{font-size:var(--font-size-sub);line-height:44px;display:inline-block;flex-grow:1;padding:0 20px;cursor:pointer;text-align:center;color:var(--foreground-secondary);border-radius:100px}.RadioButtons__Item_active{cursor:default;color:#000000de;background-color:var(--white)}.RadioList .FormSection__ListItem{width:100%}.RadioList{display:flex;flex-direction:row}@media screen and (max-width:920px){.RadioList{display:block}}.RadioList__column{display:flex;flex:1;flex-direction:column}.RadioList__resetLink{font-size:var(--font-size-body1);padding:10px 10px 10px 47px}.FormSection{overflow:hidden;max-height:70px;margin:0 21px;border-bottom:1px solid var(--overlay-quaternary-dark-static);transition:max-height .337s}.FormSection__Header{font-size:var(--font-size-sub);font-weight:700;line-height:2.65;position:relative;width:100%;height:45px;padding:13px 0;cursor:pointer;letter-spacing:normal;color:#000000e6}.FormSection__Header:after{position:absolute;top:0;right:12px;width:16px;height:100%;content:"";background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' d='m12 16.23 7-7-1.379-1.46L12 13.39 6.379 7.77 5 9.23z'/%3E%3C/svg%3E") 50% no-repeat;background-size:16px 16px;transition:transform .1s ease-out}.FormSection_readOnly .FormSection__Header:after{display:none}.FormSection_readOnly .FormSection__PlaceholderFieldValue{opacity:.5}.FormSection__Title{font-size:var(--font-size-sub);font-weight:700;overflow:hidden;padding-right:40px;white-space:nowrap;text-overflow:ellipsis}.FormSection__List{margin-top:1px;margin-right:10px;margin-left:1px;padding-bottom:27px}.FormSection__ListItem{display:flex;align-items:center;box-sizing:border-box;width:50%}.FormSection__SearchInput{margin-bottom:10px}.FormSection :is(.FormCheckbox,.FormRadioButton){padding:10px}.FormSection__ListItemLogo{display:inline-block;flex-shrink:0;width:24px;height:24px;margin-right:10px;background-size:cover}.FormSection__Title .FormSection__ListItemLogo{height:100%;background-repeat:no-repeat;background-position:50%;background-size:contain}.FormSection_opened{max-height:9999px}.FormSection_opened .FormSection__Header{opacity:1;border-bottom:none}.FormSection_opened .FormSection__Header:after{transform:rotate(-180deg)}.FormSection_error{border-bottom-color:var(--red)}.FormSection_error .FormSection__Header{color:var(--red)}.FormSection__SearchField .input__control{font-size:var(--font-size-sub);line-height:50px;width:100%;height:50px;margin-bottom:29px;padding:0 19px;border-radius:3px;background-color:#00000012}.FormSection__ListColumn{display:inline-block;width:25%;vertical-align:top}.FormSection__ListItemText{display:inline-block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.FormSection__Placeholder{display:block;overflow:hidden;white-space:nowrap}.FormSection__Section{margin-top:27px}.FormSection__MobilePlaceholder{display:none}.FormSection__Header_empty{opacity:.5}.FormSection__PlaceholderFieldName{font-size:var(--font-size-body2);font-weight:400;line-height:17px;color:#999}.FormSection__PlaceholderFieldValue{line-height:32px;overflow:hidden;text-overflow:ellipsis}.FormSection__emptyList{display:flex;justify-content:space-between}.FormSection_mobile.FormSection{max-height:49px}.FormSection_mobile.FormSection .FormSection__SearchField .input__control{margin-bottom:15px}.FormSection_mobile.FormSection .FormSection__Header{line-height:34px;height:28px;padding:10px 0}.FormSection_mobile.FormSection .FormSection__List{padding-bottom:13px}.FormSection_mobile.FormSection .FormSection__ListColumn,.FormSection_mobile.FormSection .FormSection__ListItem{width:100%}.FormSection_mobile.FormSection.FormSection_opened{max-height:9999px}.FormSection_mobile.FormSection .FormSection__DesktopPlaceholder{display:none}.FormSection_mobile.FormSection .FormSection__MobilePlaceholder{display:block}.FormSection_mobile.FormSection .FormSection__PlaceholderFieldName{line-height:12px}.FormSection_mobile.FormSection .FormSection__PlaceholderFieldValue{line-height:var(--line-height-h5)}.FormSection_mobile.FormSection .FormSection__PlaceholderFieldValue .FormSection__ColorItem{width:16px;height:16px}.InputFormSection .FormSection__List{max-width:430px}.FormFieldsSelector{display:block;margin-bottom:0;background:var(--white)}.FormFieldsSelector__Item:last-of-type .FormSection{border:none}.FormFieldsSelector__Item .FormFieldsSelector__Item:last-of-type .FormSection{border-bottom:1px solid var(--overlay-quaternary-dark-static)}:root{--tail-width:24px;--tail-height:10px}.Tooltip2__tail{position:absolute;width:var(--tail-width);height:var(--tail-height);color:var(--white)}.Tooltip2__tailSvg{display:block}:is(.Tooltip2_direction_bottom-center,.Tooltip2_direction_bottom-left,.Tooltip2_direction_bottom-right) .Tooltip2__tail{transform:rotate(180deg)}:is(.Tooltip2_direction_right-bottom,.Tooltip2_direction_right-center,.Tooltip2_direction_right-top) .Tooltip2__tail{transform:rotate(90deg);transform-origin:left top}:is(.Tooltip2_direction_left-bottom,.Tooltip2_direction_left-center,.Tooltip2_direction_left-top) .Tooltip2__tail{transform:rotate(-90deg);transform-origin:right top}.Tooltip2.Tooltip2_theme_dark{color:var(--white);background-color:var(--tooltip2-background,var(--surface-inverse));box-shadow:none}.Tooltip2.Tooltip2_theme_dark .Tooltip2__tail{color:var(--tooltip2-background,var(--foreground))}.Tooltip2.Tooltip2_theme_dark .Tooltip2__close{color:var(--foreground-secondary-inverse)}.Tooltip2{font-size:var(--font-size-body2);line-height:var(--line-height-body2);position:absolute;display:block;visibility:visible;overflow:hidden;padding:12px;border-radius:var(--border-radius-m);background:var(--white);box-shadow:0 10px 30px 0 var(--overlay-quaternary-dark-static);transform:translate(0);animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.Tooltip2::-webkit-scrollbar{display:none}.Tooltip2__close{position:absolute;z-index:1;top:12px;right:12px;cursor:pointer;color:var(--dark-foreground-secondary-inverse)}.Tooltip2:hover{opacity:1}.Tooltip2_withTail{overflow:visible}.Tooltip2_withCloser{padding-right:32px}.Tooltip2.Tooltip2_hidden{visibility:hidden;padding:0;transform:translate(-9999px,-9999px)}.Tooltip2.Tooltip2_animation_opacity-only.Tooltip2{animation-name:Tooltip2_visible_opacity-only}.Tooltip2.Tooltip2_animation_opacity-only.Tooltip2_hidden{animation-name:Tooltip2_opacity-only}.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_bottom-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_bottom-left,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_bottom-right{animation-name:Tooltip2_visible_opacity-only,Tooltip2_visible_bottom}.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_top-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_top-left,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_top-right{animation-name:Tooltip2_visible_opacity-only,Tooltip2_visible_top}.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_right-bottom,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_right-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_right-top{animation-name:Tooltip2_visible_opacity-only,Tooltip2_visible_right}.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_left-bottom,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_left-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_direction_left-top{animation-name:Tooltip2_visible_opacity-only,Tooltip2_visible_left}.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_bottom-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_bottom-left,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_bottom-right{animation-name:Tooltip2_opacity-only,Tooltip2_bottom}.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_top-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_top-left,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_top-right{animation-name:Tooltip2_opacity-only,Tooltip2_top}.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_right-bottom,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_right-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_right-top{animation-name:Tooltip2_opacity-only,Tooltip2_right}.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_left-bottom,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_left-center,.Tooltip2.Tooltip2_animation_full.Tooltip2_hidden.Tooltip2_direction_left-top{animation-name:Tooltip2_opacity-only,Tooltip2_left}@keyframes Tooltip2_opacity-only{0%{visibility:visible;opacity:1;transform:translate(0)}99%{transform:translate(0)}to{visibility:hidden;opacity:0;transform:translate(-9999px,-9999px)}}@keyframes Tooltip2_visible_opacity-only{0%{opacity:0}to{opacity:1}}@keyframes Tooltip2_bottom{0%{transform:translateY(0)}99%{transform:translateY(10px)}}@keyframes Tooltip2_visible_bottom{0%{transform:translateY(10px)}to{transform:translateY(0)}}@keyframes Tooltip2_top{0%{transform:translateY(0)}99%{transform:translateY(-10px)}}@keyframes Tooltip2_visible_top{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes Tooltip2_right{0%{transform:translateX(0)}99%{transform:translateX(10px)}}@keyframes Tooltip2_visible_right{0%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes Tooltip2_left{0%{transform:translateX(0)}99%{transform:translateX(-10px)}}@keyframes Tooltip2_visible_left{0%{transform:translateX(-10px)}to{transform:translateX(0)}}.SegmentedControl2Option-SQuq4{font-weight:var(--font-weight-medium);position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--foreground);padding-inline:var(--segmented-control2-option-padding)}.SegmentedControl2Option_fullWidth-Mh6Bc{overflow:hidden;flex-grow:1;flex-shrink:1}.SegmentedControl2Option_selected-DmSq1{background-color:var(--surface-secondary-floating)}.SegmentedControl2Option_optionsEqualWidth-niSId{flex-basis:0}.SegmentedControl2Option_disabled-H3ntI{cursor:default;color:var(--foreground-tertiary)}.SegmentedControl2Option_selected-DmSq1.SegmentedControl2Option_disabled-H3ntI{background-color:var(--fill)}.SegmentedControl2Option_size_s-jraaX{--segmented-control2-option-padding:12px;font-size:var(--font-size-body2);line-height:var(--line-height-body2);height:28px;border-radius:calc(var(--border-radius-s) - 2px)}.SegmentedControl2Option_size_m-GTKsk{--segmented-control2-option-padding:16px;font-size:15px;line-height:20px;height:40px;border-radius:calc(var(--border-radius-m) - 2px)}.SegmentedControl2Option_size_l-lEbdH{--segmented-control2-option-padding:16px;font-size:17px;line-height:20px;height:52px;border-radius:calc(var(--border-radius-l) - 2px)}.SegmentedControl2Option_icon-DIppS{padding-inline:0;aspect-ratio:1/1}.SegmentedControl2Option__radio-nWGLK{position:absolute;transform:scale(0)}.SegmentedControl2Option__label-W7pz7{white-space:nowrap}.SegmentedControl2Option_fullWidth-Mh6Bc .SegmentedControl2Option__label-W7pz7{overflow:hidden;text-overflow:ellipsis;margin-inline:0}.SegmentedControl2Option__notifications-pbRtw{position:absolute;top:50%;right:calc(var(--segmented-control2-option-padding)/2);flex-shrink:0;border-radius:100px;background-color:var(--red);transform:translate(35%,-50%)}.SegmentedControl2Option_size_s-jraaX .SegmentedControl2Option__notifications-pbRtw{width:4px;height:4px}.SegmentedControl2Option_size_m-GTKsk .SegmentedControl2Option__notifications-pbRtw{width:5px;height:5px}.SegmentedControl2Option_size_l-lEbdH .SegmentedControl2Option__notifications-pbRtw{width:6px;height:6px}.SegmentedControl2-DzQBp{display:flex;overflow-x:auto;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;box-sizing:border-box;width:fit-content;max-width:100%;padding:2px;background-color:var(--fill);scrollbar-width:none}.SegmentedControl2-DzQBp:has(input:focus-visible){box-shadow:0 0 0 1px var(--black)}.SegmentedControl2-DzQBp::-webkit-scrollbar{display:none}.SegmentedControl2_fullWidth-THoo7{display:flex;overflow:hidden;width:100%}.SegmentedControl2_size_s-IJMHC{border-radius:var(--border-radius-s)}.SegmentedControl2_size_m-reump{border-radius:var(--border-radius-m)}.SegmentedControl2_size_l-Yl9ju{border-radius:var(--border-radius-l)}.SegmentedControl2__divider-dcDsv{display:flex;flex-shrink:0;justify-content:center;align-items:stretch}.SegmentedControl2__divider-dcDsv:before{width:1px;content:"";background:var(--overlay-quaternary)}.SegmentedControl2_size_s-IJMHC .SegmentedControl2__divider-dcDsv{width:12px;padding-block:6px}:is(.SegmentedControl2_size_l-Yl9ju,.SegmentedControl2_size_m-reump) .SegmentedControl2__divider-dcDsv{width:24px;padding-block:8px}.OfferFormTitle__title-dsFjb{font-size:var(--font-size-h2);font-weight:var(--font-weight-medium);line-height:var(--line-height-h2);margin:0;font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums}.OfferFormTitle__subTitle-U7a8t{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin:8px 0 0}.OfferFormTitle__tabs-bY6Aj{margin-top:24px}.SalesEmptyList-gq0iL{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:920px;min-height:50vh;margin:0 auto;padding:16px;background:var(--surface)}.SalesEmptyList__img-JiPfb{width:120px;height:120px}.SalesEmptyList__header-C2DQ7{font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);line-height:var(--line-height-h4);margin:6px 0 10px;text-align:center}.SalesEmptyList__text-IXd_t{font-size:var(--font-size-body1);line-height:var(--line-height-body1);width:50%;margin:0 0 24px;text-align:center;color:var(--foreground-secondary)}.SalesEmptyList__buttons-VkUeP{display:flex;flex-direction:column;gap:8px}.FormSection__ColorItem{display:inline-block;width:42px;height:42px;margin-right:8px;margin-bottom:8px;content:"";cursor:pointer;vertical-align:middle;color:var(--white);border-radius:50%;background-color:red}.FormSection__ColorItem:last-child{margin-right:0}.FormSection__ColorItem_small{display:inline-block;width:20px;height:20px;margin-right:8px;margin-bottom:0;vertical-align:middle}.FormSection__ColorItem_FAFBFB{color:#ccc;border:1px solid #ccc;background-color:var(--white)}.FormSection__ColorItem_CACECB{background-color:#c1c1c1}.FormSection__ColorItem_C49648{background-color:#f1d9b2}.FormSection__ColorItem_FFD600{background-color:#fde90f}.FormSection__ColorItem_DEA522{background-color:#fabe00}.FormSection__ColorItem_FF8649{background-color:#f96}.FormSection__ColorItem_FFC0CB{background-color:pink}.FormSection__ColorItem_EE1D19{background-color:#fc4829}.FormSection__ColorItem_660099{background-color:#c5172d}.FormSection__ColorItem_200204{background-color:#926547}.FormSection__ColorItem_22A0F8{background-color:#36a1ff}.FormSection__ColorItem_0000CC{background-color:#334dff}.FormSection__ColorItem_4A2197{background-color:#96c}.FormSection__ColorItem_007F00{background-color:#35ba2b}.FormSection__ColorItem_97948F{background-color:#9c9999}.FormSection__ColorItem_040001{background-color:var(--black)}.FormSection__ColorItem_FFEFD5{background-color:#c49648}.FormSection__ColorItem_FFFFFF{color:#ccc;border:1px solid #ccc;background-color:#fafbfb}.FormSection__ColorItem_0088FF{background-color:#22a0f8}.FormSection__ColorItem_FDE910{background-color:#ffd600}.FormSection__ColorItem_34BA2B{background-color:#007f00}.FormSection__ColorItem_FFCC00{background-color:#dea522}.FormSection__ColorItem_926547{background-color:#200204}.FormSection__ColorItem_FF0000{background-color:#ee1d19}.FormSection__ColorItem_FF9966{background-color:#ff8649}.FormSection__ColorItem_CC0033{background-color:#609}.FormSection__ColorItem_9C9999{background-color:#97948f}.FormSection__ColorItem_0000FF{background-color:#00c}.FormSection__ColorItem_9966CC{background-color:#4a2197}.FormSection__ColorItem_000000{background-color:#040001}.FormSection__ColorItemTitle{display:inline-block;vertical-align:middle}.FormSection__SelectedIcon{position:relative;z-index:9999;top:5px;display:block;float:left;width:22px;height:22px;margin-right:10px;border-radius:var(--border-radius-m);background-repeat:no-repeat;transition:color .3s,opacity .3s}.FormSection__SelectedIcon svg{position:absolute;top:9px;left:10px;width:24px;height:15px;fill:currentcolor}.MarkFormSection .FormSection__ListItem{width:100%;height:44px;padding:10px;cursor:pointer}.MarkFormSection .FormSection__ListItemLogo{opacity:.4}.MarkFormSection .FormSection__ListItem:hover,.MarkFormSection .FormSection__ListItem_selected{background-color:#f5faff;filter:none}.MarkFormSection .FormSection__ListItem:hover .FormSection__ListItemLogo,.MarkFormSection .FormSection__ListItem_selected .FormSection__ListItemLogo{opacity:1}.MarkFormSection__link.FormSection__ListItem{padding-left:44px}.ModelFormSection__link.FormSection__ListItem{height:42px;padding-left:40px}.MarkFormSection_without-logos .MarkFormSection__link.FormSection__ListItem{padding-left:10px}.Dropdown2ExpandButton-xTF5D{z-index:1;padding:0;color:inherit;border:none;outline:none;background:none}.Dropdown2ExpandButton__toggler-iFW0k{position:relative;box-sizing:border-box;width:24px;height:24px;cursor:pointer;border:3px solid #0000}.Dropdown2ExpandButton__toggler-iFW0k:after,.Dropdown2ExpandButton__toggler-iFW0k:before{position:absolute;top:50%;left:0;display:block;width:100%;height:2px;content:"";background-color:currentcolor;transition:.35s}.Dropdown2ExpandButton__toggler-iFW0k:before{transform:translateY(-50%)}.Dropdown2ExpandButton__toggler-iFW0k:after{transform:translateY(-50%) rotate(90deg)}.Dropdown2ExpandButton__toggler_active-YuSk0:before{opacity:0;transform:translateY(-50%) rotate(-90deg)}.Dropdown2ExpandButton__toggler_active-YuSk0:after{transform:translateY(-50%) rotate(0)}.Dropdown2ExpandButton__toggler_disabled-JMPTK{cursor:default}.Dropdown2Item-aqHRc{--divider-padding:12px}.Dropdown2Item_size_l-ZCIEq{--divider-padding:16px}.Dropdown2Item_group-wU3yQ{position:relative}.Dropdown2Item_group-wU3yQ:not(:last-child):after{position:absolute;right:var(--divider-padding);bottom:0;left:var(--divider-padding);height:1px;content:"";background-color:var(--stroke)}.Dropdown2Item__item-FEMG8{position:relative;z-index:1;gap:8px;box-sizing:border-box;border-radius:10px}.Dropdown2Item__item_clear-Amb5H{color:var(--foreground-secondary)}.Dropdown2Item__item_withHover-QRNYI:not(.Dropdown2Item__item_disabled-c8tov){cursor:pointer}.Dropdown2Item__item_withHover-QRNYI:not(.Dropdown2Item__item_disabled-c8tov):hover{background-color:var(--background)}.Dropdown2Item__item_disabled-c8tov{cursor:default;color:#b6b7ba}.Dropdown2Item__item_focused-elckb{background-color:var(--background)}.Dropdown2Item__item_size_m-qjfNM{min-height:44px;padding-inline:12px;padding-block:10px}.Dropdown2Item__item_size_l-Wy8BT{padding-inline:16px;padding-block:16px}.Dropdown2Item__item_depth_0-cxYOV{padding-left:12px}.Dropdown2Item__item_depth_1-d71Ii{padding-left:44px}.Dropdown2Item__item_depth_2-MqJbL{padding-left:76px}.Dropdown2Item__item_depth_3-LmcGr{padding-left:108px}.Dropdown2Item__text_secondary-NfStw{color:var(--foreground-secondary)}.Dropdown2Item__text_disabled-OFjfF{color:var(--foreground-tertiary)}.Dropdown2Item__text_clamped-B7RcH{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.Dropdown2Item__children-f8O8e{padding-left:0;list-style:none}.Dropdown2Item__count-EcmoT{font-size:11px;font-weight:500;line-height:12px;color:var(--foreground-secondary)}.Dropdown2Item__clicker-wCrQn{border-radius:10px}.Dropdown2Item__leftSlot-xNLpE{display:flex;justify-content:center;align-items:center;width:24px;height:24px}.Dropdown2-GZuKR{overflow-y:auto;box-sizing:border-box;padding:4px;border-radius:12px;isolation:isolate}.Dropdown2__menu-I3UWu{margin:0;padding-left:0;list-style:none}.Dropdown2__spinnerContainer-X5qpE{display:flex;justify-content:center;align-items:center}.Dropdown2__segmentedControl_size_m-MwMjj{padding:10px 12px}.Dropdown2__segmentedControl_size_l-Tnjx5{padding:12px 16px}.Dropdown2__searchContainer-fgxLS{padding:8px 12px}.Address__salon-address{font-weight:700;margin:20px 0}.AddressCheckbox{margin:20px 0}.Address__field{margin-bottom:12px}.Address__field:last-child{margin-bottom:0}.LazyAuth{margin-bottom:12px}.LazyAuth__error{font-size:var(--font-size-body1);position:absolute;bottom:-20px;left:0;color:var(--red)}.LazyAuth__header{font-size:var(--font-size-h4);line-height:var(--line-height-h4);margin:25px 0}.LazyAuth__button-checkmark{display:none}.LazyAuth__row{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.LazyAuth__form{width:100%}.LazyAuth__phone{display:flex;gap:8px}.LazyAuth__confirm-control{position:relative;display:inline-flex}.LazyAuth__confirm{display:flex;align-items:flex-start}.LazyAuth__confirm .LargeInput__wrap{flex:1}.LazyAuth__confirm-notice{font-size:16px;line-height:var(--line-height-sub);display:flex;flex:1;flex-direction:column;justify-content:center;min-height:44px;margin:0 20px}.LazyAuth__cooldownText{font-size:var(--font-size-body1);opacity:.5}.LazyAuth__confirm-phone-number{white-space:nowrap}.LazyAuth__confirm-actions{display:flex;flex-direction:column;justify-content:space-around;margin:0 10px}.LazyAuth__another-number-button,.LazyAuth__repeat-button{font-size:var(--font-size-body1);outline:none}.LazyAuth__button{min-width:150px}.LazyAuth__button-icon{display:none}.LazyAuth__disclaimer-wrapper{position:relative}.LazyAuth__disclaimer{font-size:var(--font-size-body2);line-height:1.38;position:relative;top:0;left:0;margin-top:24px;opacity:.5}.LazyAuth__disclaimer a{text-decoration:none;color:#0363cd}.ReviewFormPage .LazyAuth__phone{width:auto}.ReviewFormPage .LazyAuth .Input{flex-grow:0}@media screen and (max-width:768px){.LazyAuth__header{margin:0;padding:16px 0}}@media screen and (max-width:720px){.LazyAuth__confirm-notice{margin:20px 0}.LazyAuth__disclaimer-wrapper{position:relative}.LazyAuth__button{min-width:50px}.LazyAuth__button .Button__content .Button__text{margin:0 10px}.LazyAuth__confirm{display:block}.LazyAuth__confirm-control{display:flex}.LazyAuth__button-text{display:none}.LazyAuth__button-checkmark{display:block;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='currentColor' fill-rule='evenodd' d='M23.207 5.354 8.5 20.06.793 12.354l1.414-1.415L8.5 17.232 21.793 3.94z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%}.Button.LazyAuth__button .LazyAuth__button-checkmark{margin:0 auto}.Button_disabled .LazyAuth__button-checkmark{opacity:.2}}.Phones__list{margin:20px 0}.Phones__add{margin:10px 0}.PhonesItem{padding:10px}.PhonesItem .checkbox__text{font-size:var(--font-size-sub);line-height:1.35;min-height:22px;margin-left:8px;color:#000000e6}.Phones__ErrorMessage{font-size:var(--font-size-body2);line-height:16px;top:100%;margin-top:5px;color:var(--red)}.Phones__virtual-phone{font-size:var(--font-size-body1);line-height:21px;margin-top:16px}@media screen and (min-width:920px){.Phones__virtual-phone{padding:32px 32px 32px 128px;border-radius:var(--border-radius-s);background:url(https://st.avto.ru/autoru/virtual-phone_bfdaaaa09e056b4b.svg) no-repeat;background-color:#f0f7ff;background-position:42px 32px;background-size:40px 48px}.Phones__virtual-phone-about-list{margin:16px 0;padding:0 0 16px;list-style-type:none;color:var(--black);border-bottom:1px solid var(--overlay-quaternary-dark-static)}.Phones__virtual-phone-about-item{position:relative;margin-top:12px;padding-left:26px}.Phones__virtual-phone-about-item:before{position:absolute;top:6px;left:7px;width:6px;height:6px;content:"";border-radius:50%;background-color:#55b555}}.Phones__virtual-phone-about{display:none}@media screen and (min-width:920px){.Phones__virtual-phone-about{display:block;margin-top:16px;color:var(--overlay-secondary-dark-static)}}.Phones__virtual-phone-redirect-phones{margin-bottom:16px}@media screen and (min-width:920px){.Phones__virtual-phone-redirect-phones{font-size:var(--font-size-sub);font-weight:700}}.Phones__disable-chats{max-width:640px;margin-top:24px;margin-bottom:32px}@media screen and (max-width:920px){.Phones__disable-chats{margin-top:16px;margin-bottom:24px}}.Phones__disable-chats-subtitle{margin-top:8px;color:var(--foreground-secondary)}.Contacts .Phones__list{margin-top:0}.PhotosAddButton-ytTIR{display:flex;cursor:pointer}.PhotosAddButton_disabled-RPtZB{color:var(--overlay-secondary-dark-static);border:1px solid #ededed;background-color:#ededed}.PhotosAddButton_disabled-RPtZB .PhotosAddButton__icon-E9mQH{opacity:.3}.PhotosAddButton__icon-E9mQH{margin:auto}.PhotosAddButton__fileInput-As2Yx{display:none}.StoButton{font-family:inherit;cursor:pointer;white-space:nowrap;border-radius:3px;outline-width:1px;background-color:var(--white)}.StoButton.Button:before,.StoButton.Button_checked:before,.StoButton.Button_hovered,.StoButton:before{background-color:initial}.StoButton.Button_size_m{font-size:var(--font-size-body1);padding:9px 14px}.StoButton.Button_size_l{font-size:var(--font-size-sub);padding:14px 19px}.StoButton.Button_size_l,.StoButton.Button_size_m,.StoButton.Button_size_s,.StoButton.Button_size_xl,.StoButton.Button_size_xxl{line-height:normal}:is(.StoButton.Button_size_l,.StoButton.Button_size_m,.StoButton.Button_size_s,.StoButton.Button_size_xl,.StoButton.Button_size_xxl) .Button__text{line-height:normal;margin:0}.StoButton_mode_alert{color:var(--red);border:1px solid var(--red)}.StoButton_mode_alert:hover{color:var(--white);background-color:var(--red)}.StoButton_mode_normal{color:var(--blue);border:1px solid var(--blue)}.StoButton_mode_filled,.StoButton_mode_normal:hover{color:var(--white);background-color:var(--blue)}.StoButton_mode_filled{border:1px solid var(--blue)}.StoButton_mode_filled.Button_hovered{border-color:#2284ef;background-color:#2284ef}.StoButton_mode_accent{color:var(--white);border:1px solid var(--green)}.StoButton_mode_accent,.StoButton_mode_accent.Button:before,.StoButton_mode_accent:before{background-color:var(--green)}.StoButton_mode_accent:hover{border:1px solid #4ca800;background-color:#4ca800}.StoButton_mode_link{font-size:var(--font-size-body1);color:var(--blue);border:none;background:none}.StoButton_mode_link.Button_size_l,.StoButton_mode_link.Button_size_m{margin:0;padding:0}:is(.StoButton_mode_link.Button_size_l,.StoButton_mode_link.Button_size_m) .Button__text{margin:0}.StoButton.Button_disabled,.StoButton_mode_grey{border:1px solid var(--fill);background-color:var(--fill)}.StoButton.Button_disabled,.StoButton.Button_disabled:hover{color:var(--foreground-secondary)}.StoButton_mode_icon{border:none;background:none}.StoButton_mode_icon.Button_size_l,.StoButton_mode_icon.Button_size_m{margin:0;padding:0}.UserProfile{padding:20px 20px 0}.UserProfile__title{font-size:var(--font-size-h4);font-weight:700}.UserProfile__content{display:flex;align-items:center}.UserProfile__photoWrapper{position:relative;margin-right:20px}.UserProfile__paranja{position:absolute;inset:0;display:flex;border-radius:50%;background-color:var(--overlay-secondary-dark-static)}.UserProfile .IconSvg_resend{margin-left:5px;fill:var(--white)}.UserProfile .Loader_size_m{width:62px;height:62px;margin:auto;padding:0;opacity:1}.UserProfile__noPhoto,.UserProfile__photo{width:64px;height:64px;cursor:pointer;border-radius:50%}.UserProfile__photo{background-repeat:no-repeat;background-size:cover}.UserProfile__photo .IconSvg{display:none}.UserProfile__noPhoto{display:flex;background-color:var(--overlay-quinary-dark-static)}.UserProfile__noPhoto .IconSvg{margin:auto;fill:var(--foreground-secondary)}.UserProfile__noPhoto:hover .IconSvg{fill:var(--black)}.UserProfile__error{font-size:var(--font-size-body2);line-height:16px;margin-top:10px;color:var(--red)}.UserProfile__photoRetryButton{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media screen and (max-width:768px){.UserProfile__title{font-size:14px}}.Description__caption{font-size:var(--font-size-sub);font-weight:700;margin:14px 0}.Description__flex{display:flex;width:100%;margin-bottom:30px}.Description__textareaColumn{width:50%}.Description__textarea{width:100%}.Description__items{display:flex;flex-wrap:wrap;align-content:flex-start;gap:12px;width:50%;margin-left:20px}.Description__disclamer{font-size:var(--font-size-body1);line-height:1.4;margin-top:15px;color:var(--foreground-secondary)}@media screen and (max-width:920px){.Description__flex{flex-direction:column}.Description__items{display:none}.Description__textareaColumn{width:100%}}.EquipmentFormSection__Title{font-size:var(--font-size-sub);font-weight:700;line-height:1.35;height:22px;letter-spacing:normal;color:#000000e6}.EquipmentFormSection__Group{margin-bottom:10px}.EquipmentFormSection__Group .EquipmentFormSection__Checkbox{display:inline-block;width:50%;padding:10px}@media screen and (max-width:920px){.EquipmentFormSection__Group .EquipmentFormSection__Checkbox{width:100%}}.EquipmentFormSection__Checkbox .checkbox__text,.EquipmentFormSection__Radio .radio__text{font-size:var(--font-size-sub);line-height:1.35;min-height:22px;margin-left:8px;color:#000000e6}.EquipmentFormSection__RadioTitle{margin:10px 0 5px}.EquipmentFormSection__Radio{display:inline-block;padding:10px}.EquipmentFormSection__RadioBlock{margin-top:27px}@media screen and (max-width:920px){.EquipmentFormSection__Radio{display:block;width:100%;margin-left:0}}.BuyDateSection .FormSection__Title{margin-bottom:20px}.BuyDateSection__DateInputs{max-width:430px}.BuyDateSection__DateInput{display:inline-block;box-sizing:border-box;width:50%;vertical-align:top}.BuyDateSection__YearInput{padding-right:10px}.BuyDateSection__error{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin-top:8px;color:var(--red)}@media screen and (max-width:920px){.BuyDateSection__DateInput{display:block;width:100%;padding-right:0;vertical-align:top}.BuyDateSection__YearInput{margin-bottom:20px}}.PTSSection .FormSection__ListItem{display:inline-block;width:auto}.PTSSection .FormSection__ListItem:first-child{margin-left:0}@media screen and (max-width:920px){.PTSSection .FormSection__ListItem{display:block;width:100%;margin-left:0}}.OwnerAmountSection_error .FormSection__Title{color:var(--red)}.AvtokodSection__input-HxaH4{max-width:430px;margin:20px 0}.AvtokodSection__notice-jCYYJ{font-size:var(--font-size-body2);line-height:var(--line-height-body2);color:#999}.AvtokodSection__popupContent-mz87D{min-height:296px;padding:0 0 0 225px;background:url(https://st.avto.ru/autoru/sts_example_fe2df963018179df.webp) no-repeat}.AvtokodSection__popup-WB3MY{width:600px}.AvtokodSection__tooltip-SBjVB{font-size:var(--font-size-body1);cursor:pointer;text-decoration:none;color:#157ee1;transition:color .15s ease}@media screen and (max-width:920px){.AvtokodSection__tooltip-SBjVB{display:none}}.OwnerFormSection__TooltipContainer{position:relative}.OwnerFormSection__Tooltip{bottom:6px}.OwnerSection .FormSection__List .FormSection__Section:first-child{margin-top:0}.OwnerSection .BuyDateSection{margin-bottom:20px}.StateFormSection .FormCheckbox{margin-left:10px}.StateFormSection .FormCheckbox:first-child{margin-left:0}@media screen and (max-width:920px){.StateFormSection .FormCheckbox{margin-left:0}}.Radio{cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.Radio__text{font-size:var(--font-size-body1);display:inline-block;padding:2px 0;vertical-align:top}.Radio__control{position:absolute;width:1px;height:1px;opacity:0}.Radio__box{position:relative;width:24px;height:24px;margin-right:10px;padding:2px}.Radio__box,.Radio__radio{display:inline-block;box-sizing:border-box}.Radio__radio{width:20px;height:20px;border:1px solid var(--overlay-tertiary-dark-static);border-radius:100px;background:var(--white);transition:border-width .2s,border-color .2s}.Radio_hovered .Radio__radio{border-color:var(--blue)}.Radio_checked .Radio__radio{border-width:6px;border-color:var(--blue)}.Radio_checked.Radio_hovered .Radio__radio{border-color:#2284ef}.Radio_disabled{cursor:default}.Radio_disabled .Radio__radio{border-color:#0000000a;background-color:#0000000a}.Radio_disabled .Radio__text{color:#0000003d}.Radio_disabled.Radio_checked .Radio__box{border-color:#0000003d}.Radio_type_button{white-space:nowrap}.Radio_type_radio{font-family:inherit;font-size:var(--font-size-body1);line-height:var(--line-height-body1);display:inline-flex;flex-direction:row;align-items:center}.Radio_type_radio .Radio__box{flex-shrink:0;align-self:flex-start}.Radio_type_list{font-size:var(--font-size-body1);line-height:var(--line-height-body1);position:relative;display:block;padding:18px 34px 18px 0;color:var(--foreground);border-bottom:1px solid var(--background);background-color:var(--white);transition:background-color .1s ease-in-out,color .1s ease-in-out}.Radio_type_list.Radio_hovered{color:var(--red)}.Radio_type_list .Radio__checkedIcon{position:absolute;top:50%;right:0;display:none;color:var(--red);transform:translateY(-50%)}.Radio_type_list.Radio_checked .Radio__checkedIcon{display:block}.Radio_type_list.Radio_disabled.Radio_checked .Radio__checkedIcon{color:var(--overlay-quaternary)}.Radio_type_list .Radio__box{display:none}.ButtonGroup{display:flex;align-items:center;box-sizing:border-box}.ButtonGroup>:not(:first-child){margin-left:-1px}.ButtonGroup>:is(.Checkbox,.Radio) .Button{font-weight:400}.ButtonGroup>:is(.Checkbox,.Radio) .Button_color_whiteHoverBlue:not(.Button_focused):not(.Button_checked){color:var(--foreground-secondary)}.ButtonGroup>:is(.Checkbox,.Radio) .Button_color_whiteHoverBlue:not(.Button_focused):not(.Button_checked).Button_hovered{color:var(--white)}.ButtonGroup>:is(.Checkbox,.Radio) .Button_color_whiteHoverBlue:not(.Button_focused):not(.Button_checked).Button_disabled{color:#00000061}.ButtonGroup>:is(.Checkbox,.Radio) .Button_color_whiteHoverBlue.Button_checked{cursor:auto}.ButtonGroup>:is(.Checkbox:not(:first-child),.Radio:not(:first-child)) .Button{border-top-left-radius:0;border-bottom-left-radius:0}.ButtonGroup>:is(.Checkbox:not(:last-child),.Radio:not(:last-child)) .Button{border-top-right-radius:0;border-bottom-right-radius:0}.ButtonGroup>:is(.Checkbox_checked,.Radio_checked),.ButtonGroup>:is(.Checkbox_type_button:first-child,.Radio_type_button:first-child){z-index:1}.ButtonGroup>:is(.Checkbox.Checkbox_hovered,.Radio.Radio_hovered){z-index:2}.ButtonGroup>:is(.Checkbox_type_button.Checkbox_focused,.Radio_type_button.Radio_focused){z-index:3}.ButtonGroup>.Radio_type_button{-webkit-transform:translateZ(0)}.ButtonGroup_equal_padding{width:100%}.ButtonGroup_equal_padding>:is(.Checkbox,.Radio){flex-grow:1}.ButtonGroup_equal_padding>:is(.Checkbox,.Radio)>.Button{width:100%}.ButtonGroup_equal_padding>:is(.Checkbox,.Radio)>.Button .Button__text{margin:0}.ButtonGroup_equal_width{width:100%}.ButtonGroup_equal_width>:is(.Checkbox,.Radio){flex:1}.ButtonGroup_equal_width>:is(.Checkbox,.Radio)>.Button{width:100%}.ButtonGroup_equal_width>:is(.Checkbox,.Radio)>.Button .Button__text{margin:0}.RadioGroup_type_radio,.RadioGroup_type_radio .Radio{display:block}.RadioGroup_type_radio .Radio:not(:last-child){margin-bottom:10px}.RadioGroup_type_list{display:block}.RadioGroup_view_touch{display:flex;align-items:center;box-sizing:border-box;padding:2px;background-color:#0000000a}.RadioGroup_view_touch,.RadioGroup_view_touch_size_s{border-radius:calc(var(--border-radius-s) + 2px)}.RadioGroup_view_touch_size_l,.RadioGroup_view_touch_size_m{border-radius:calc(var(--border-radius-m) + 2px)}.RadioGroup_view_touch_size_promo,.RadioGroup_view_touch_size_xl,.RadioGroup_view_touch_size_xxl{border-radius:calc(var(--border-radius-l) + 2px)}.RadioGroup_view_touch .Button{font-size:var(--font-size-body2);line-height:15px;width:100%}.RadioGroup_view_touch .Button__content>:is(span:first-child,span:last-child){margin:0}.RadioGroup_view_touch .Radio{display:inline-flex;width:100%}.RadioGroup_view_touch .Button_disabled:not(.Button_checked){cursor:not-allowed}.RadioGroup_view_touch .RadioGroup__item{display:flex;align-items:center}.RadioGroup_view_touch .RadioGroup__item+.RadioGroup__item:before{display:inline-block;flex-shrink:0;width:1px;height:16px;content:"";opacity:.08;background-color:var(--surface-inverse)}.RadioGroup_view_touch .RadioGroup__item.RadioGroup__item_checked:before,.RadioGroup_view_touch .RadioGroup__item_checked+.RadioGroup__item:before{opacity:0}.PanoramaUploadBlock{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.PanoramaUploadBlock__title{font-weight:var(--font-weight-bold);margin-bottom:8px}.PanoramaUploadBlock__description{margin-bottom:20px;color:var(--foreground-secondary)}.PanoramaUploadBlock__thumb{position:relative;display:flex;flex-direction:column}.PanoramaUploadBlock__thumb:hover .PanoramaUploadBlock__actionIcon{opacity:1}.PanoramaUploadBlock__uploadArea{position:relative;display:flex;overflow:hidden;flex-direction:column;align-items:center;box-sizing:border-box;height:180px;cursor:default;text-align:center;border-radius:var(--border-radius-m);background-color:var(--fill)}.PanoramaUploadBlock__uploadArea_status_init{cursor:pointer;border:1px dashed var(--background);background-color:var(--white)}.PanoramaUploadBlock__uploadArea_status_init .PanoramaUploadBlock__bigText{color:var(--blue)}.PanoramaUploadBlock__uploadArea_status_init:hover{background-color:var(--blue-tertiary)}.PanoramaUploadBlock__spinIcon{display:block;width:48px;height:44px;margin-top:50px;color:var(--blue);transition:color var(--link-hover-transition-settings)}.PanoramaUploadBlock__bigText{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-top:12px;transition:color var(--link-hover-transition-settings)}.PanoramaUploadBlock__smallText{font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin-top:4px;color:var(--foreground-secondary)}.PanoramaUploadBlock__caption{margin-top:8px;color:var(--foreground-secondary)}.PanoramaUploadBlock__removeButton{position:absolute;z-index:10;top:-9px;right:-9px;opacity:0}.PanoramaUploadBlock__actionIcon{position:absolute;top:8px;justify-content:center;align-items:center;padding:4px;cursor:pointer;opacity:0;border-radius:50%;background-color:var(--surface);transition:all .2s ease-in-out}.PanoramaUploadBlock__actionIcon:hover{color:var(--white);background-color:var(--blue)}.PanoramaUploadBlock__actionIcon_right{right:8px}.PanoramaUploadBlock__actionIcon_left{left:8px}.PanoramaUploadBlock__infoText{font-size:var(--font-size-body2);font-weight:700;line-height:16px}.PanoramaUploadBlock__statusText{font-size:var(--font-size-body2);line-height:15px;margin-top:8px}.PanoramaUploadBlock__errorIcon{margin-top:62px;color:var(--red)}.PanoramaUploadBlock__panoramaBadge{font-size:var(--font-size-caption);font-weight:700;line-height:var(--line-height-caption);position:absolute;top:8px;left:8px;padding:2px 4px;border-radius:2px;background-color:var(--white)}.PanoramaUploadBlock__preview{width:100%}.PanoramaUploadBlock__modal{width:600px;padding:32px}.PanoramaUploadBlock__modalTitle{font-weight:700}.PanoramaUploadBlock__radioGroup{margin:16px 0}.PanoramaUploadBlock__buttons{display:flex;gap:16px}.PanoramaUploadBlock_newDesign .PanoramaUploadBlock__uploadArea{border-radius:var(--border-radius-xxl)}.PanoramaUploadBlock_newDesign .PanoramaUploadBlock__uploadArea_status_init{cursor:pointer;border:1px dashed var(--background);background-color:var(--white)}.PanoramaUploadBlock_newDesign .PanoramaUploadBlock__uploadArea_status_init .PanoramaUploadBlock__bigText{color:inherit}.PanoramaUploadBlock_newDesign .PanoramaUploadBlock__uploadArea_status_init:hover{border:1px solid var(--surface-inverse);background-color:var(--white)}.PanoramaUploadBlock_newDesign .PanoramaUploadBlock__spinIcon{color:inherit}.PanoramaUploadBlock_newDesign .PanoramaUploadBlock__actionIcon:hover{background-color:var(--surface)}.PanoramaUploadExterior__fileInput-yMMak,.PanoramaUploadInterior__fileInput-dA8SK{display:none}.PanoramaUpload__header{font-size:var(--font-size-sub);line-height:19px;display:flex;justify-content:space-between;margin-bottom:22px}.PanoramaUpload_category_cars .PanoramaUpload__header{font-size:var(--font-size-h4);line-height:var(--line-height-h4);margin-bottom:8px}.PanoramaUpload_category_cars .PanoramaUpload__tip{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.PanoramaUpload__title{font-weight:700}.PanoramaUpload__tooltipContent{width:310px}.PanoramaUpload__tooltipParagraph{margin:0}.PanoramaUpload__tooltipParagraph:not(:first-child){margin-top:16px}.PanoramaUpload__content{display:flex}.PanoramaUpload__column{width:calc(50% - 12px)}.PanoramaUpload__column:not(:first-child){margin-left:24px}.PanoramaUploadContainer:not(:empty){margin:0 21px;padding:28px 0;border-bottom:var(--divider-1px)}.ParentCategory-t8EXQ{margin:0 21px}@media screen and (min-width:921px){.ParentCategory-t8EXQ{width:350px;margin-bottom:13px}}.Attach2Empty-VhcC3{display:flex;flex-direction:column;align-items:center;gap:8px;margin:auto;-webkit-user-select:none;user-select:none;text-align:center}.Attach2Empty__icon-oBe0m{color:var(--foreground)}.Attach2Empty_disabled-lSSui .Attach2Empty__icon-oBe0m{color:var(--foreground-secondary)}.Attach2Empty__link-gIPp1.Attach2Empty__link-gIPp1{font-weight:var(--font-weight-normal)}.Attach2Empty__link_disabled-RPSi6.Attach2Empty__link_disabled-RPSi6.Attach2Empty__link_disabled-RPSi6{opacity:1;color:var(--foreground-secondary)}.AttachItem2ButtonsButton-XhjuW{display:flex;justify-content:center;align-items:center;width:32px;height:32px;cursor:pointer;color:var(--foreground)}.AttachItem2ButtonsButton_labeled-fLbDV{gap:2px;width:auto;padding-inline:12px}.AttachItem2ButtonsButton_square-IvKrE{width:24px;height:24px;color:var(--foreground-light-static);border-radius:16px;background:var(--overlay-secondary-dark-static)}.AttachItem2ButtonsButton__label-Y5SB7{margin-inline:4px}.AttachItem2Buttons-C4QbL{display:flex}.AttachItem2Buttons_square-EyyGI{gap:6px}.AttachItem2SquareTopRight-L17Cl{opacity:0;transition:all .1s ease-out;transform:translate(4px,4px)}.AttachItem2SquareTopRight_visible-NKl39{opacity:1;transform:translate(0)}.AttachItem2SquareBackdropPreview__blur-__sjX,.AttachItem2SquareBackdropPreview__gradient-R0S45,.AttachItem2SquareBackdropPreview__image-NU712,.AttachItem2SquareBackdropPreview__tint-TiNxT{position:absolute;inset:0;transition:all .1s ease-out}.AttachItem2SquareBackdropPreview__image-NU712{width:100%;height:100%;object-fit:cover;filter:grayscale(0);transition:all .1s ease-out}.AttachItem2SquareBackdropPreview_error-_cFJH .AttachItem2SquareBackdropPreview__image-NU712{filter:grayscale(1)}.AttachItem2SquareBackdropPreview__blur-__sjX{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}:is(.AttachItem2SquareBackdropPreview_error-_cFJH,.AttachItem2SquareBackdropPreview_loading-yMb2s) .AttachItem2SquareBackdropPreview__blur-__sjX{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.AttachItem2SquareBackdropPreview__gradient-R0S45{opacity:0;background:linear-gradient(#0000,#000000bf)}.AttachItem2SquareBackdropPreview_gradient-ZvN6p .AttachItem2SquareBackdropPreview__gradient-R0S45{opacity:1}.AttachItem2SquareBackdropPreview__tint-TiNxT{opacity:1;background:var(--overlay-quinary-dark-static)}.AttachItem2SquareBackdropPreview_gradient-ZvN6p .AttachItem2SquareBackdropPreview__tint-TiNxT{opacity:0}.AttachItem2SquareBackdropPreview_hoveredClickable-TeJ5C .AttachItem2SquareBackdropPreview__tint-TiNxT{background:var(--overlay-quaternary-dark-static)}.AttachItem2SquareBackdropPreview_loading-yMb2s .AttachItem2SquareBackdropPreview__tint-TiNxT{background:var(--overlay-tertiary-dark-static)}.AttachItem2SquareBackdropPreview_error-_cFJH .AttachItem2SquareBackdropPreview__tint-TiNxT{background:#e6000040}.AttachItem2SquareBackdropPreview_dragging-mvMq0 .AttachItem2SquareBackdropPreview__tint-TiNxT{background:var(--overlay-quinary-dark-static)}.AttachItem2SquareBackdropFlat-E7lN7,.AttachItem2SquareBackdropFlat__tint-oRWDe{position:absolute;inset:0;transition:all .1s ease-out}.AttachItem2SquareBackdropFlat-E7lN7{background:var(--surface-secondary)}.AttachItem2SquareBackdropFlat_error-eXUzu{background:var(--red-tertiary)}.AttachItem2SquareBackdropFlat__tint-oRWDe{opacity:0;background:var(--overlay-quinary-dark-static)}.AttachItem2SquareBackdropFlat_hoveredClickable-ZfWzp .AttachItem2SquareBackdropFlat__tint-oRWDe{opacity:1}.AttachItem2Square-Y9vAu{position:relative;display:flex;overflow:hidden;flex-direction:column;box-sizing:border-box;min-width:124px;max-width:148px;padding:8px;border-radius:var(--border-radius-s);transition:all .1s ease-out;transform:scale(1);aspect-ratio:1}.AttachItem2Square_clickable-WKOKN{cursor:pointer}.AttachItem2Square_dragging-wjKkL{opacity:.75;transform:scale(.93939)}.AttachItem2Square__top-jaerw{display:flex}.AttachItem2Square__topLeft-dJEIB{position:relative}.AttachItem2Square__topRight-ey856{position:relative;margin-left:auto}.AttachItem2Square__bottom-KuMc8{position:relative;margin-top:auto}.AttachItem2FileBottom-E7CxH{display:flex;flex-direction:column;align-self:flex-end;gap:2px;-webkit-user-select:none;user-select:none;justify-items:flex-start}.AttachItem2FileBottom__bottom-J97Pv{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:16px}.AttachItem2FileBottom__error-sX1bq,.AttachItem2FileBottom__fileName-HN_KU,.AttachItem2FileBottom__subtitle-H211I{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.AttachItem2FileBottom__fileName-HN_KU{color:var(--foreground)}.AttachItem2FileBottom__subtitle-H211I{color:var(--foreground-secondary)}.AttachItem2FileBottom__error-sX1bq{color:var(--foreground-red)}.AttachItem2FileBottom_withPreview-fdvcH :is(.AttachItem2FileBottom__error-sX1bq,.AttachItem2FileBottom__fileName-HN_KU){color:var(--foreground-light-static)}.AttachItem2FileBottom_withError-CT2eo .AttachItem2FileBottom__subtitle-H211I,.AttachItem2FileBottom_withPreview-fdvcH .AttachItem2FileBottom__subtitle-H211I{color:var(--foreground-secondary-light-static)}.RoundProgress2-HJ0dB{position:relative;display:flex;justify-content:center;align-items:center;aspect-ratio:1}.RoundProgress2_size_s-dcYh2{width:16px}.RoundProgress2_size_m-yCZoE{width:24px}.RoundProgress2_size_l-HO5fY{width:32px}.RoundProgress2_clickable-bwwmb{cursor:pointer}.RoundProgress2__progress-Xn299{position:absolute;inset:0;transform:rotate(-90deg)}.RoundProgress2__progressFilled-uhZNu{transition:stroke-dashoffset .1s ease-out}.RoundProgress2_color_default-WMdhs .RoundProgress2__progressBackground-W8Jk9{stroke:var(--overlay-quaternary)}.RoundProgress2_color_light-kdh5s .RoundProgress2__progressBackground-W8Jk9{stroke:var(--overlay-secondary-light-static)}.RoundProgress2_color_default-WMdhs .RoundProgress2__progressFilled-uhZNu{stroke:var(--foreground)}.RoundProgress2_color_light-kdh5s .RoundProgress2__progressFilled-uhZNu{stroke:var(--overlay-light-static)}.RoundProgress2_color_default-WMdhs .RoundProgress2__icon-zPW5A{color:var(--foreground)}.RoundProgress2_color_light-kdh5s .RoundProgress2__icon-zPW5A{color:var(--foreground-light-static)}.AttachItem2Checkbox-jl2zT{display:contents}.AttachItem2Checkbox__checkbox_square-yli5S{background:var(--surface)}.AttachItem2Retry-WlhT6{cursor:pointer;color:var(--foreground)}.AttachItem2Retry_square-jm98h.AttachItem2Retry_withPreview-oAa1u{color:var(--foreground-light-static)}.AttachItem2FileTopLeftIcon-cIsdW{color:var(--foreground)}.AttachItem2FileTopLeft-CjPSg{position:absolute;width:24px;height:24px;pointer-events:none;opacity:0;transition:opacity .1s ease-out}.AttachItem2FileTopLeft_visible-CBDLv{pointer-events:auto;opacity:1}.AttachItem2PhotoBottom-rpkOk{display:flex;-webkit-user-select:none;user-select:none;opacity:0;transition:all .1s ease-out;transform:translate(4px,4px);justify-items:flex-start}.AttachItem2PhotoBottom_visible-UEq4d{opacity:1;transform:translate(0)}.AttachItem2PhotoCenterRetry-GPnAv{display:flex;flex-direction:column;align-items:center;gap:6px;padding:12px;text-align:center;color:var(--foreground-light-static)}.AttachItem2PhotoCenterRetry_clickable-smOJY{cursor:pointer}.AttachItem2PhotoCenter-j2wum{position:absolute;inset:0;display:flex;justify-content:center;align-items:center;pointer-events:none;opacity:0;transition:opacity .1s ease-out}.AttachItem2PhotoCenter_retryable-_DVyH{transform:translateY(8px)}.AttachItem2PhotoCenter_visible-ar524{pointer-events:auto;opacity:1;transform:translateY(0)}.FilePreview2-F0Pxp{position:relative;display:flex;overflow:hidden;justify-content:center;align-items:center;border-radius:var(--border-radius-s);background:var(--fill);aspect-ratio:1/1}.FilePreview2_withPreview-_6OvK{background:var(--surface)}.FilePreview2__preview-RipDR{width:100%;height:100%;object-fit:cover}.FilePreview2_disabled-GwUR2 .FilePreview2__preview-RipDR{opacity:.5}.FilePreview2__icon-PuJ_Q{color:var(--foreground)}.FilePreview2_disabled-GwUR2 .FilePreview2__icon-PuJ_Q{color:var(--foreground-tertiary)}.FilePreview2__expired-iqC80{position:absolute;bottom:3px;left:3px;display:flex;color:var(--foreground-light-static);border-radius:100px;background:var(--surface-quaternary)}.AttachItem2StripeLeftTexts-NK5hB{display:flex;overflow:hidden;flex-grow:1;flex-direction:column;flex-shrink:1}.AttachItem2StripeLeftTexts_loading-nUqLD{opacity:.5}.AttachItem2StripeLeftTexts__error-UIbXZ,.AttachItem2StripeLeftTexts__fileName-bGEUm,.AttachItem2StripeLeftTexts__subtitle-Ntdge{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.AttachItem2StripeLeftTexts__error-UIbXZ{color:var(--foreground-red)}.AttachItem2StripeLeftTexts__subtitle-Ntdge{color:var(--foreground-secondary)}.AttachItem2StripeLeftTexts__separator-tA_xM:before{display:inline;content:"•";margin-inline:4px}.AttachItem2StripeLeft-Z6Y55{display:flex;overflow:hidden;flex-grow:1;flex-shrink:1;align-items:center;gap:8px}.AttachItem2StripeLeft_clickable-Y3k2Q{cursor:pointer}.AttachItem2StripeLeft_m-kIoSa{padding:4px 0 4px 4px}.AttachItem2StripeLeft_l-w6cly{padding:8px 0 8px 8px}.AttachItem2StripeLeft__preview-JrDeN{flex-shrink:0}.AttachItem2StripeLeft_m-kIoSa .AttachItem2StripeLeft__preview-JrDeN{height:36px}.AttachItem2StripeLeft_l-w6cly .AttachItem2StripeLeft__preview-JrDeN{height:40px}.AttachItem2StripeRight-EH2px{display:flex;flex-shrink:0;align-items:center}.AttachItem2StripeRight_m-fBSvg{margin-right:4px}.AttachItem2StripeRight_l-uEUDM{margin-right:8px}.AttachItem2StripeRight_padded-Dcu0R{display:flex;justify-content:center;align-items:center;width:32px;height:32px}.AttachItem2Stripe-D6XqE{display:flex;align-items:center;gap:8px;width:100%;background:var(--fill);transition:all .1s ease-out;transform:scale(1)}.AttachItem2Stripe_m-GJBMp{border-radius:var(--border-radius-m)}.AttachItem2Stripe_l-E6IAz{border-radius:var(--border-radius-l)}.AttachItem2Stripe_hoveredClickable-qKMso,.AttachItem2Stripe_multiFile-s804F.AttachItem2Stripe_hoveredClickable-qKMso{background:var(--fill-secondary)}.AttachItem2Stripe_error-hNjYZ{background:var(--red-tertiary)}.AttachItem2Stripe_readOnly-Oo9pA{background:var(--surface);box-shadow:inset 0 0 0 1px var(--stroke)}.AttachItem2Stripe_multiFile-s804F{background:none}.Attach2ItemsAdd-s6DTU{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;box-sizing:border-box;padding:8px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--foreground);background:var(--surface-secondary);transition:all .1s ease-out}.Attach2ItemsAdd_square-EcmJF{gap:6px;min-width:124px;max-width:148px;border-radius:var(--border-radius-s);aspect-ratio:1}.Attach2ItemsAdd_small-NZkoh{flex-direction:row;align-self:stretch;gap:8px}.Attach2ItemsAdd_small-NZkoh.Attach2ItemsAdd_m-qbicJ{border-radius:var(--border-radius-m)}.Attach2ItemsAdd_small-NZkoh.Attach2ItemsAdd_l-qxwN8{border-radius:var(--border-radius-l)}.Attach2ItemsAdd-s6DTU:before{position:absolute;inset:0;content:"";opacity:0;border-radius:inherit;background:var(--overlay-quinary-dark-static);transition:opacity .1s ease-out}.Attach2ItemsAdd-s6DTU:hover:before{opacity:1}.Attach2ItemsAdd__badge-woksx{position:absolute;top:-2px;right:-2px}.Attach2Items-u2mi0{display:grid}.Attach2Items_square-yZ7YO{grid-template-columns:repeat(auto-fill,minmax(124px,1fr));gap:4px}.Attach2Items_small-t9fcT{grid-template-columns:repeat(var(--attach2-items-items-columns),minmax(0,1fr));grid-auto-rows:1fr;gap:8px}.Attach2Items__cell-UBJlG{display:flex;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.Attach2Items_square-yZ7YO .Attach2Items__cell-UBJlG{aspect-ratio:1/1}.Attach2Items__cell_sortable-rwrT8{cursor:grab}.Attach2Items__item-Qo0M8{flex-grow:1}.Attach2Zone-jyKka{display:flex;flex-direction:column;box-sizing:border-box;min-height:220px;padding:var(--border-radius-m);border:1px dashed var(--stroke);border-radius:var(--border-radius-m);background:#0000;transition:all .1s ease-out}.Attach2Zone_addable-yWeOt{cursor:pointer}.Attach2Zone_addable-yWeOt:hover{border:1px dashed var(--foreground);background:var(--fill)}.Attach2Zone_droppable-f8XIT,.Attach2Zone_droppable-f8XIT:hover{border:1px solid var(--blue);background:var(--blue-tertiary)}.Attach2Zone_error-cKGZI,.Attach2Zone_error-cKGZI:hover{border:1px dashed var(--red);background:var(--red-tertiary)}.Attach2Zone_disabled-k05oP,.Attach2Zone_disabled-k05oP:hover{cursor:auto;opacity:.56;border:1px dashed var(--stroke);background:var(--fill)}.Attach2Zone_readOnly-cKxkS,.Attach2Zone_readOnly-cKxkS:hover{cursor:auto;border:1px solid var(--stroke);background:#0000}.Attach2Zone_unempty-K4XCK{min-height:auto}.Attach2Zone_unempty-K4XCK,.Attach2Zone_unempty-K4XCK:hover{background:#0000}.Attach2Zone_nonAddable-VoHqZ.Attach2Zone_unempty-K4XCK,.Attach2Zone_readOnly-cKxkS.Attach2Zone_unempty-K4XCK{padding:0;border:none}.FormFieldsSelector__Item:has(+.FormFieldsSelector__Item .Photos-G0U3W) .FormSection{border-bottom:none}.Button-e7qre{font-family:inherit;font-size:inherit;width:100%;margin:0;padding:0;text-align:inherit;border:none;outline:none;background:none}.Button__input-pwPS2{overflow:hidden;white-space:nowrap}.Select2-MxJgu{display:inline-block;max-width:100%}.Select2_width_full-KamxW{width:100%}.PriceInputDiscounts__title{font-size:var(--font-size-sub);font-weight:700;line-height:2.65;padding:13px 0}.PriceInputDiscounts__field{width:100%;max-width:430px;margin-bottom:20px}.PriceInputDiscounts__field:last-child{margin-bottom:0}.PriceInputDiscounts__fieldDescription{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin-top:5px}.PriceInputDiscounts__message{font-size:var(--font-size-body2);line-height:16px;width:100%;max-width:430px;color:var(--red)}.PriceInput{display:grid;align-items:flex-start;grid-template-columns:2fr .5fr;gap:8px;width:100%;max-width:430px}.PriceInput__tooltip{bottom:7px}.PriceFormSection__ExtraOptions{margin-top:15px}.PriceFormSection__ExtraOptions .FormCheckbox{margin-left:10px}.PriceFormSection__ExtraOptions .FormCheckbox:first-child{margin-left:0}@media screen and (max-width:920px){.PriceFormSection__ExtraOptions{margin-top:10px}.PriceFormSection__ExtraOptions .FormCheckbox{margin-left:0}}.ProsAndConsItem{font-size:var(--font-size-body1);width:100%;padding:10px 0 10px 24px;border:none;border-bottom:1px solid var(--overlay-quaternary-dark-static)}.ProsAndConsItem:focus{outline:none}.ProsAndConsItem__wrapper{position:relative}.ProsAndConsItem__input{padding-left:20px}.ProsAndConsItem__icon{position:absolute;top:50%;left:0;width:19px;height:19px;transform:translateY(-50%)}.ProsAndConsItem__icon_plus{color:var(--green)}.ProsAndConsItem__icon_minus{color:var(--red)}.ProsAndConsItem__list{position:absolute;z-index:100;left:0;overflow-y:scroll;-ms-overflow-style:none;width:100%;max-height:252px;background-color:var(--white);box-shadow:0 4px 8px 0 #0003,0 6px 20px 0 #00000030}.ProsAndConsItem__list::-webkit-scrollbar{width:0;background:#0000}.ProsAndConsItem__list-item{font-size:var(--font-size-body1);padding:12px 15px;cursor:pointer}.ProsAndConsItem__list-item--active{color:red;background-color:#00000008}.ProsAndConsItem__list--bottom{bottom:50px}.ProsAndConsItem__list--top{top:50px}.ProsAndConsItem__plus-icon{color:var(--green)}.ProsAndContras{display:flex;flex-wrap:wrap;padding:12px 20px}.ProsAndContras__title{font-size:var(--font-size-h4);font-weight:700;margin-bottom:14px}.ProsAndContras__col{width:calc(50% - 10px)}.ProsAndContras__col:first-of-type{margin-right:20px}@media screen and (max-width:768px){.ProsAndContras{max-width:none;padding:16px}.ProsAndContras__title{font-size:14px;margin-bottom:2px}}@media screen and (max-width:425px){.ProsAndContras{padding-top:0}.ProsAndContras__title{margin-bottom:8px;padding-top:16px}.ProsAndContras__col{width:100%}.ProsAndContras__col:first-of-type{margin-right:0}}.Rating__item-RVs2i{position:relative;display:inline-block}.Rating__icon-ZFL4Z{position:relative;color:#ccc}.Rating__icon_filled-J5jx3{position:absolute;top:0;left:0;opacity:0;color:var(--orange)}.Rating__icon_checked-cK9Zk{opacity:1}.Rating__icon_animated-RVMTe{transform-origin:35% 50%;animation-name:Rating__fillAnimation-BYnKV;animation-duration:.2s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}.Rating_editable-qGDtO .Rating__icon-ZFL4Z{cursor:pointer}.Rating_x-small-wobpd .Rating__icon-ZFL4Z{width:15px;height:15px;padding-right:3px}.Rating_small-y_aPz .Rating__icon-ZFL4Z{width:18px;height:18px;padding-right:7px}.Rating_medium-i5kcf .Rating__icon-ZFL4Z{width:20px;height:20px;padding-right:7px}.Rating_large-WfpCG .Rating__icon-ZFL4Z{width:24px;height:24px;padding-right:4px}.Rating_x-large-fbUJC .Rating__icon-ZFL4Z{width:32px;height:32px;padding-right:10px}.Rating_xxl-XQxTg .Rating__icon-ZFL4Z{width:40px;height:40px;padding-right:16px}@keyframes Rating__fillAnimation-BYnKV{0%{opacity:0;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}.ReviewRatingsForms{max-width:calc(100vw - 40px);padding:52px 0 40px 20px}.ReviewRatingsForms__title{font-size:var(--font-size-h4);font-weight:700}.ReviewRatingsForms__rating{width:158px;min-width:155px;padding-right:16px}.ReviewRatingsForms__rating:last-child{padding-right:0}.ReviewRatingsForms__rating-name{font-size:var(--font-size-body1);margin-top:24px;margin-bottom:8px;color:#0009}.ReviewRatingsForms__ratings{display:flex;flex-wrap:wrap}.ReviewRatingsForms__error{font-size:var(--font-size-body1);margin:24px 0 0;color:var(--red)}.ReviewRatingsForms .RatingBar{margin:0}.ReviewRatingsForms .RatingBar .ControlGroup .Button{height:36px}.ReviewRatingsForms .RatingBar .ControlGroup .Button .RadioGroup{background:var(--overlay-tertiary-dark-static)}.ReviewRatingsForms .RatingBar .ControlGroup .Button.Button_size_m{font-size:var(--font-size-body1)}.ReviewRatingsForms .RatingBar .ControlGroup .Button.Button_size_m .Button__text{width:31px;margin:0}.ReviewRatingsForms .RatingBar .ControlGroup .Button.Button_checked{background:var(--overlay-tertiary-dark-static)}.ReviewRatingsForms .RatingBar .ControlGroup .Button.Button_checked:before{background:#ebecee}@media screen and (max-width:768px){.ReviewRatingsForms{max-width:none;padding:16px}.ReviewRatingsForms__title{font-size:14px}.ReviewRatingsForms__rating-name{margin-top:16px}}@media screen and (max-width:425px){.ReviewRatingsForms{padding:10px 20px}.ReviewRatingsForms__title{margin-top:8px}.ReviewRatingsForms__rating{width:100%;margin-right:0;margin-bottom:12px}.ReviewRatingsForms__rating-name{font-size:16px}.ReviewRatingsForms .RadioGroup.RadioGroup_type_button{display:flex}.ReviewRatingsForms .Radio.Radio_type_button{flex-grow:1}.ReviewRatingsForms .RatingBar .ControlGroup .Button.Button_size_m{width:100%;height:44px}}.ReviewSubmit{max-width:calc(100vw - 40px);padding:20px}.ReviewSubmit__controls{display:flex;flex-wrap:wrap}.ReviewSubmit__error{padding-bottom:16px;color:var(--red)}@media screen and (max-width:425px){.ReviewSubmit__button{width:100%;margin-right:0}}.Badge{border-radius:var(--border-radius-xs)}.Badge_size_s{padding-top:1px}.Badge_size_m,.Badge_size_s{font-size:var(--font-size-caption);line-height:var(--line-height-caption)}.Badge_size_l{font-size:var(--font-size-body2);line-height:var(--line-height-body2)}.Badge_color_dark{color:var(--white);background-color:var(--surface-inverse)}.Badge_color_green{color:var(--black);background-color:var(--deal-fair)}.Badge_color_transparentGray{background-color:var(--overlay-tertiary-dark-static)}.Badge_color_transparentBlack,.Badge_color_transparentGray{color:var(--white);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.Badge_color_transparentBlack{background-color:#0000008f}.Badge_color_transparentBlue{color:var(--foreground);background-color:#2276d31f}.Badge_color_blue{color:var(--white);background-color:var(--blue)}.Badge_color_yellow{color:var(--orange);background-color:var(--orange-tertiary)}.Badge_color_gray{color:var(--black);background-color:var(--fill)}.Badge_color_blueLightExtra{color:var(--blue);background-color:var(--blue-tertiary)}.Badge_color_blueGrayLightExtra{color:var(--blue);background-color:var(--fill)}.Badge_color_white{color:var(--foreground-secondary);border:1px solid var(--background);background-color:var(--white)}.Badge_color_lavender{color:var(--white);background-color:#6a76e1}.Badge_color_violet{color:var(--white);background-color:#c475ec}.Badge_color_purple{color:var(--white);background-color:#af52de}.Badge_color_purpleLight{color:#af52de;background-color:#f5eafb}.Badge_color_lightPink{color:#501c27;background-color:#ffd2da}.Badge_color_lightRed{color:var(--red);background-color:#fbebe9}.Badge_color_red,.Badge_color_redLight{color:var(--white);background-color:var(--red)}.Badge_color_journal{color:var(--white);background:var(--mag-gradient)}.Badge_padding_default.Badge_size_s{padding:3px 4px 2px}.Badge_padding_default.Badge_size_m{padding:4px 8px}.Badge_padding_default.Badge_size_l{padding:4px 12px}.Badge_cursor{cursor:pointer}.ImageZoomer{cursor:zoom-out}.ImageGalleryFullscreenVertical{position:fixed;z-index:var(--fullscreen-gallery-z-index);inset:0;display:flex;overflow:hidden;justify-content:space-between;width:100%;height:100vh;-webkit-user-select:none;user-select:none;background:var(--black)}.ImageGalleryFullscreenVertical__background{position:fixed;z-index:-1;inset:0;width:100%;min-width:100%;height:100%;min-height:100%;opacity:.64;object-fit:cover;filter:blur(15px)}@supports not (filter:blur(15px)){.ImageGalleryFullscreenVertical__background{display:none}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.ImageGalleryFullscreenVertical__background{display:none}}.ImageGalleryFullscreenVertical__background_prev{opacity:0}.ImageGalleryFullscreenVertical__background_transition{opacity:0;transition:opacity .3s}.ImageGalleryFullscreenVertical__background_transition.ImageGalleryFullscreenVertical__background_prev{opacity:.64;transition:opacity .3s}.ImageGalleryFullscreenVertical__items{position:relative;display:flex;overflow:auto;overscroll-behavior-y:contain;flex-grow:1;flex-direction:column;align-items:center;width:100%;height:calc(100% - 12px);max-height:calc(100% - 12px);margin-top:6px;scrollbar-width:none}.ImageGalleryFullscreenVertical__items::-webkit-scrollbar{display:none}.ImageGalleryFullscreenVertical__items:after{position:relative;z-index:-1;flex-shrink:0;width:100%;height:58px;content:""}.ImageGalleryFullscreenVertical__items_frozen{overflow:hidden}.ImageGalleryFullscreenVertical__itemContainer{position:relative;box-sizing:border-box;max-width:100%;margin:auto;padding:6px 6px 0}.ImageGalleryFullscreenVertical__itemContainer_panorama{width:100%}.ImageGalleryFullscreenVertical__image{display:block;box-sizing:border-box;max-width:100%;height:auto;max-height:calc(100vh - 12px);margin:auto;cursor:zoom-in;object-fit:contain}.ImageGalleryFullscreenVertical__video{width:calc(133vh - 15.96px);max-width:100%;height:calc(100vh - 12px);background-repeat:no-repeat;background-position:50%}.ImageGalleryFullscreenVertical__video_withAd{width:calc(133vh - 95.76px);height:calc(100vh - 72px)}.ImageGalleryFullscreenVertical .ImageGalleryFullscreenVertical__panorama{z-index:0;max-height:calc(100vh - 12px)}.ImageGalleryFullscreenVertical__spincar{width:100%;height:calc(100vh - 12px);border:none}.ImageGalleryFullscreenVertical__fullContainer{position:absolute;z-index:2100;top:0;right:0;display:flex;overflow:hidden;justify-content:center;align-items:center;width:100%;height:100%;max-height:100%}.ImageGalleryFullscreenVertical__fullPanorama{display:flex;height:100%}.ImageGalleryFullscreenVertical__closeButton{position:absolute;z-index:1;top:0;right:0;display:flex;justify-content:center;align-items:center;width:48px;height:48px;margin:12px;padding:0;cursor:pointer;color:var(--white)}.ImageGalleryFullscreenVertical__nav{display:flex;justify-content:center;padding:4px;cursor:pointer;color:var(--white);background-color:#0000001f}.ImageGalleryFullscreenVertical__nav:hover{background-color:#0000003d}.ImageGalleryFullscreenVertical__nav_left{margin-bottom:8px;border-radius:var(--border-radius-xs) var(--border-radius-xs) 0 0}.ImageGalleryFullscreenVertical__nav_right{margin-top:8px;border-radius:0 0 var(--border-radius-xs) var(--border-radius-xs)}.ImageGalleryFullscreenVertical__leftNavIcon{transform:rotate(270deg)}.ImageGalleryFullscreenVertical__rightNavIcon{transform:rotate(90deg)}.ImageGalleryFullscreenVertical__navigation{display:flex;flex-direction:column;max-height:100%;padding:12px}.ImageGalleryFullscreenVertical__thumbsContainer{display:flex;overflow-y:scroll;overscroll-behavior-y:contain;flex-direction:column;max-height:100%;scrollbar-width:none}.ImageGalleryFullscreenVertical__thumbsContainer::-webkit-scrollbar{display:none}.ImageGalleryFullscreenVertical__thumbContainer{position:relative;display:flex;overflow:hidden;flex-shrink:0;align-items:center;box-sizing:border-box;width:104px;margin-left:1px}.ImageGalleryFullscreenVertical__thumbContainer:before{position:absolute;inset:0;content:"";pointer-events:none;opacity:1;background-color:var(--overlay-tertiary-dark-static);transition:opacity .3s}.ImageGalleryFullscreenVertical__thumbContainer:hover:before,.ImageGalleryFullscreenVertical__thumbContainer_active:before{opacity:0}.ImageGalleryFullscreenVertical__thumbContainer:after{position:absolute;inset:0;content:"";pointer-events:none;opacity:0;border:1px solid var(--white);transition:opacity .3s}.ImageGalleryFullscreenVertical__thumbContainer_active:after{opacity:1}.ImageGalleryFullscreenVertical__thumb{display:block;width:100%;height:auto;margin-bottom:1px}.ImageGalleryFullscreenVertical__thumb_panorama{position:relative;left:50%;width:auto;height:79px;object-fit:contain;transform:translateX(-50%)}.ImageGalleryFullscreenVertical__thumbBadge{position:absolute;top:4px;left:4px}.ImageGalleryFullscreenVertical__thumbBadge_panorama{color:var(--foreground)}.ImageGalleryFullscreenVertical__sidebar{overflow:scroll;overscroll-behavior-y:contain;min-width:280px;max-width:280px;max-height:100%;scrollbar-width:none}@media (max-width:1320px){.ImageGalleryFullscreenVertical__sidebar{display:none}}.ImageGalleryFullscreenVertical__sidebar::-webkit-scrollbar{display:none}.ImageGalleryFullscreenVertical__footer{position:fixed;z-index:2;bottom:12px;display:flex;align-items:center;padding:0 10px;border-radius:var(--border-radius-s);background-color:#000000a3}@media screen and (max-width:960px){.ImageGalleryFullscreenVertical__footer{display:none}}.ImageGalleryFullscreenVertical__badgesAndSrcWrapper{position:absolute;bottom:12px;left:18px;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 36px)}.ImageGalleryFullscreenVertical__badges{display:flex}.ImageGalleryFullscreenVertical__sourceWrapper{display:flex;flex-direction:column}.ImageGalleryFullscreenVertical__source{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin:0 0 4px;color:var(--white)}.ImageGalleryFullscreenVertical__sourceDate{font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0;color:var(--foreground-secondary-light-static)}.ImageGalleryFullscreenVertical__badgeWrapper{flex-shrink:0;cursor:pointer}.ImageGalleryFullscreenVertical__badgeWrapper:not(:first-child){margin-left:4px}.ImageGalleryFullscreenVertical__badge{pointer-events:none}.ImageGalleryDesktop{--big-image-height:438px;position:relative}.ImageGalleryDesktop__image-container{position:relative;overflow:hidden;width:100%;margin-bottom:1px;-webkit-user-select:none;user-select:none;will-change:transform}.ImageGalleryDesktop_withBorderRadius .ImageGalleryDesktop__image-container{border-radius:var(--border-radius-s)}.ImageGalleryDesktop_withLargeBorderRadius .ImageGalleryDesktop__image-container{border-radius:var(--border-radius-l)}.ImageGalleryDesktop_withAbsoluteBorderRadius{overflow:hidden;border-radius:var(--border-radius-xxl)}.ImageGalleryDesktop__image{position:relative;display:block;max-width:100%;height:var(--big-image-height);margin:auto;background-position:50%;background-size:contain;object-fit:contain;transition:transform .5s}.ImageGalleryDesktop__image:hover{transform:scale(1.1)}.ImageGalleryDesktop__image_hidden{display:none}.ImageGalleryDesktop__image_fit_cover{width:100%;object-fit:cover}.ImageGalleryDesktop__image_cover{position:absolute;inset:-20px;display:block;content:"";background-repeat:no-repeat;background-position:50%;background-size:150%;filter:blur(20px) brightness(.6)}.ImageGalleryDesktop__itemContainer{position:relative;height:var(--big-image-height)}.ImageGalleryDesktop__itemContainer_hidden,.ImageGalleryDesktop__itemContainer_hidden .ImageGalleryDesktop__image_cover{display:none}.ImageGalleryDesktop__spincar{width:780px;max-width:780px;margin-left:calc(50% - 390px)}.ImageGalleryDesktop__panorama{height:470px}.ImageGalleryDesktop__panorama:hover,.ImageGalleryDesktop__spincar:hover,.ImageGalleryDesktop__video:hover{transform:none}.ImageGalleryDesktop__left-nav,.ImageGalleryDesktop__right-nav{position:absolute;z-index:2;top:50%;display:flex;visibility:hidden;justify-content:center;align-items:center;width:48px;height:48px;margin:16px;padding:0;cursor:pointer;transform:translateY(-50%)}.ImageGalleryDesktop:hover :is(.ImageGalleryDesktop__left-nav,.ImageGalleryDesktop__right-nav){visibility:visible}.ImageGalleryDesktop__right-nav{right:0}.ImageGalleryDesktop__left-nav{left:0}.ImageGalleryDesktop__left-nav-icon{transform:rotate(180deg)}.ImageGalleryDesktop__btn-wrapper{position:absolute;z-index:1;bottom:0;left:0}.ImageGalleryDesktop__action-btn{margin-bottom:25px;margin-left:25px}.ImageGalleryDesktop__thumbs-container{display:grid;gap:1px;box-sizing:border-box}.ImageGalleryDesktop__thumb-container{position:relative;box-sizing:border-box}.ImageGalleryDesktop__thumb-container:before{position:absolute;inset:0;content:" ";pointer-events:none;opacity:1;background-color:#00000029;transition:opacity .3s}@media print{.ImageGalleryDesktop__thumb-container:before{display:none}}.ImageGalleryDesktop__thumb-container:hover:before,.ImageGalleryDesktop__thumb-container_active:before{opacity:0}.ImageGalleryDesktop__thumb{display:block;width:100%;height:100%;background-position:50%;background-size:cover;object-fit:cover}.ImageGalleryDesktop__aspectRatioThumb{aspect-ratio:4/3}.ImageGalleryDesktop_withBorderRadius .ImageGalleryDesktop__thumb{border-radius:var(--border-radius-xs)}.ImageGalleryDesktop__thumb-badge{font-size:var(--font-size-caption);font-weight:700;line-height:16px;position:absolute;top:8px;right:8px;display:block;padding:0 5px;color:var(--foreground);border-radius:2px;background-color:var(--white)}.ImageGalleryDesktop__thumb-tail{font-size:var(--font-size-body1);line-height:var(--line-height-body1);position:absolute;z-index:2;top:0;left:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;color:#fff;background:var(--overlay-secondary-dark-static)}.ScaledPhoto-NhusK,.ScaledPhoto-NhusK .ScaledPhoto__wrapper-GIKnH{width:100%;height:100%}.ScaledPhoto__loader-J26zJ{position:absolute;z-index:100;top:50%;left:50%}.ImageFullscreenGallery{position:fixed;z-index:var(--fullscreen-gallery-z-index);top:0;left:0;display:flex;flex-direction:column;width:100%;height:100%;-webkit-user-select:none;user-select:none;background:var(--surface-inverse);transform:translateZ(0)}.ImageFullscreenGallery__controls{position:absolute;z-index:2;top:0;left:0;display:flex;flex-shrink:0;align-items:center;width:100%;height:64px;opacity:1;background:#0000008f;transition:opacity .2s ease-in-out}.ImageFullscreenGallery__controls_hidden{pointer-events:none;opacity:0}.ImageFullscreenGallery__controlCenter{font-size:var(--font-size-body1);font-weight:700;line-height:var(--line-height-body1);display:flex;flex:1;justify-content:center;color:var(--white)}.ImageFullscreenGallery__controlLeft,.ImageFullscreenGallery__controlRight{display:flex;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:100%;cursor:pointer;color:var(--white)}.ImageFullscreenGallery__list{display:flex;overflow:auto hidden;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;width:100vw;height:100%}.ImageFullscreenGallery__list::-webkit-scrollbar{display:none}.ImageFullscreenGallery__item{position:relative;display:inline-flex;overflow:hidden;scroll-snap-align:start;scroll-snap-stop:always;flex-shrink:0;width:100vw;place-content:center center}.ImageFullscreenGallery__image{display:flex;box-sizing:border-box;max-width:100%;max-height:100%;margin:auto;object-fit:contain}.ImageFullscreenGallery__sourceWrapper{position:absolute;bottom:24px;left:16px;display:flex;flex-direction:column}.ImageFullscreenGallery__source{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin:0 0 4px;color:var(--white)}.ImageFullscreenGallery__sourceDate{font-size:var(--font-size-caption);line-height:var(--line-height-caption);margin:0;color:var(--foreground-secondary-light-static)}.ImageGallery{display:flex;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.ImageGallery_fullWidth{scroll-padding-left:24px}.ImageGallery_fullWidth:after{display:inline-block;flex-shrink:0;width:16px;content:""}.ImageGallery::-webkit-scrollbar{display:none}.ImageGallery__item{position:relative;overflow:hidden;scroll-snap-align:start;flex-shrink:0;width:131px;height:97px;border-radius:var(--border-radius-s)}.ImageGallery__item:not(:last-child){margin-right:2px}.ImageGallery__item_big{width:86.7vw;height:65vw}.ImageGallery__item_big:not(:last-child){margin-right:8px}.ImageGallery__item_fullWidth:first-child{margin-left:24px}.ImageGallery__item_fullWidth:last-child{margin-right:8px}.ImageGallery_view_new .ImageGallery__item{width:220px;height:170px;border-radius:initial}.ImageGallery_view_new .ImageGallery__item:first-child{border-top-left-radius:var(--border-radius-l);border-bottom-left-radius:var(--border-radius-l)}.ImageGallery_view_new .ImageGallery__item:last-child{border-top-right-radius:var(--border-radius-l);border-bottom-right-radius:var(--border-radius-l)}.ImageGallery_view_new .ImageGallery__item:not(:last-child){margin-right:1px}.ImageGallery__action-btn{position:absolute;z-index:1;right:auto;bottom:12px;left:calc(6.65vw + 12px)}.ReviewEditorImageGalleryButtons-cAKLf{display:block}.ReviewEditorImageGalleryButtons__removeButton-PLM5k{width:48px;height:48px;color:var(--white);border-radius:50%;background-color:var(--overlay-tertiary-dark-static)}.ReviewEditorImageGalleryButtons__removeButton-PLM5k.Button.Button_hovered{background-color:var(--overlay-dark-static)}.ReviewEditorImageGalleryButtons__addButton-u_CY4{display:flex;width:48px;height:48px;margin-top:8px;padding:0;cursor:pointer;color:var(--white);border-radius:50%;background-color:var(--overlay-tertiary-dark-static)}.ReviewEditorImageGalleryButtons__addButton-u_CY4:hover{background-color:var(--overlay-dark-static)}.ReviewEditorImageGallery{position:relative}.ReviewEditorImageGallery__galleryMobile{position:relative;scroll-padding-left:16px;margin:0 -16px}.ReviewEditorImageGallery__galleryItemMobile{width:calc(100vw - 32px)}.ReviewEditorImageGallery__galleryItemMobile:first-child{margin-left:16px}.ReviewEditorImageGallery__galleryItemMobile:not(:last-child){margin-right:1px}.ReviewEditorImageGallery .ImageGalleryDesktop__image-container{margin-bottom:8px}.ReviewEditorImageGallery__item{position:relative;overflow:hidden;border-radius:var(--border-radius-l)}.ReviewEditorImageGallery .ImageGalleryDesktop__thumb-container{overflow:hidden;border-radius:var(--border-radius-xs)}.ReviewEditorImageGallery .ImageGalleryDesktop__thumb-container:first-child{border-top-left-radius:var(--border-radius-m);border-bottom-left-radius:var(--border-radius-m)}.ReviewEditorImageGallery .ImageGalleryDesktop__thumb-container:last-child{border-top-right-radius:var(--border-radius-m);border-bottom-right-radius:var(--border-radius-m)}.ReviewEditorImageGallery__item_mobile{width:100%;height:100%}.ReviewEditorImageGallery__imgDesktop{object-fit:cover}.ReviewEditorImageGallery__imgDesktop:hover{transform:scale(1.03)}.ReviewEditorImageGallery__imgMobile{display:block;width:100%;height:100%;object-fit:cover;transition:opacity .15s}.ReviewEditorImageGallery__buttons{position:absolute;z-index:1;top:10px;right:10px}.ReviewEditorImageGallery__paranja{position:absolute;inset:0;background:var(--overlay-tertiary-dark-static)}.ReviewEditorImageGallery__spinner{position:absolute;top:calc(50% - 14px);left:calc(50% - 14px)}.ReviewEditorImageGallery__retryButton{position:absolute;inset:0;width:100%;white-space:normal;color:var(--white)}.LogbookVideoPreview-VxBGI{position:relative;overflow:hidden;border-radius:var(--border-radius-l)}.LogbookVideoPreview__frameWrapper-pzrA4{width:100%;padding-bottom:56.25%}.LogbookVideoPreview__frame-vYgMR{position:absolute;inset:0;width:100%;height:100%;border:0}.LogbookVideoPreview__removeButton-Qq7s9{position:absolute;z-index:2;top:10px;right:10px}.YandexVideoPlayerList-VNYbe{position:relative;display:flex;justify-content:center;align-items:center;color:var(--white);background-color:var(--black)}.LogbookVideoPlayer__bannedModeration-cV5Ay,.LogbookVideoPlayer__onModeration-SJWef,.LogbookVideoPlayer__unavailable-HklQ9{position:relative;overflow:hidden;width:100%}.LogbookVideoPlayer__overlay-wworM{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%;height:100%;color:var(--foreground-light-static);background:var(--overlay-secondary-dark-static)}.LogbookVideoPlayer__bgBlur-rO82S{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover;filter:blur(50px)}.LogbookVideoPlayer__bg-KkvH9{position:absolute;inset:0;background-repeat:no-repeat;background-position:50%;background-size:contain}.LogbookVideoPlayer__onModeration-SJWef .LogbookVideoPlayer__overlay_withBlur-lislE{background:var(--overlay-tertiary-dark-static);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.LogbookVideoPlayer__bannedModeration-cV5Ay .LogbookVideoPlayer__overlay_withBlur-lislE{background:var(--overlay-tertiary-dark-static);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.LogbookVideoPlayer__overlay_withoutPreview-iQENM{background-color:var(--overlay-dark-static)}.LogbookVideoPlayer__alertIcon-pRfJh,.LogbookVideoPlayer__customsIcon-YcKoR,.LogbookVideoPlayer__stopIcon-qoqCw{width:24px;height:24px}.LogbookVideoPlayer__alertIcon-pRfJh,.LogbookVideoPlayer__stopIcon-qoqCw,.LogbookVideoPlayer__unavailable__text-dk57c{color:var(--dark-foreground-red)}.SingleVideoContainer-PhfsJ{display:flex;flex-grow:1;box-sizing:border-box;width:100%;height:100%;padding:8px;color:var(--foreground-inverse)}.SingleVideoContainer_hideCursor-SriP_{cursor:none}.SingleVideoInitControls-BS1Ng,.SingleVideoInitControls-g3isB{display:flex;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer}.SingleVideoInitControls-g3isB{position:relative}.SingleVideoInitControls-g3isB .SingleVideoInitControls__playButton-g942V{z-index:2;display:flex;justify-content:center;align-items:center;padding:22px;border:.8px solid #ffffff26;border-radius:50%;background-color:var(--overlay-tertiary-light-static);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.SingleVideoInitControls__icon-Nk7B1{width:44px;height:44px}.SingleVideoInitControls__fade-R0wx3{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--overlay-quaternary)}.SingleVideoAutoplayControls-TDf0l{display:flex;justify-content:space-between;align-items:flex-end;width:100%;height:fit-content;margin-top:auto}.SingleVideoAutoplayControls__muteButton-TSc1b{width:40px;min-width:40px;height:40px;min-height:40px}.SingleVideoAutoplayControls__icon-lDL7R{width:16px;height:16px}.SingleVideoAutoplayControls-R8O46{width:100%;height:fit-content;margin-top:auto;padding:12px}.SingleVideoAutoplayControls__controls-LIgma{z-index:2;display:flex;justify-content:space-between;align-items:flex-end;width:100%}.SingleVideoAutoplayControls__icon-W66r2{width:16px;height:16px}.SingleVideoAutoplayControls__remainingTime-tK3oq{border:1px solid #fff3;background:var(--overlay-tertiary-light-static);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.SingleVideoAutoplayControls__muteButton-W9irG,.SingleVideoAutoplayControls__unmuteButton-qgdbe{margin-left:auto}.SingleVideoAutoplayControls__muteButton-W9irG,.SingleVideoAutoplayControls__pauseButton-ybvkt,.SingleVideoAutoplayControls__playButton-yMDMK,.SingleVideoAutoplayControls__unmuteButton-qgdbe{display:flex;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;min-height:32px;cursor:pointer;border:1px solid #ffffff26;border-radius:50%;background:var(--overlay-tertiary-light-static);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.SingleVideoAutoplayControls__timeControl-WtIaj{position:absolute;bottom:0;left:18px;width:calc(100% - 36px)}.SingleVideoAutoplayControls__timeSlider-o5xbh{overflow:hidden;height:4px;border-radius:1000px;background:var(--overlay-tertiary-light-static)}.SingleVideoAutoplayControls__timeSlider-o5xbh .SingleVideoAutoplayControls__progressBar-WRYj6{height:4px;background-color:var(--brand-secondary)}.SingleVideoAutoplayControls__timeSlider-o5xbh .SingleVideoAutoplayControls__timeSliderToggler-vas_9{top:0;width:8px;height:4px;margin-left:-8px;border:none;border-radius:34px;background-color:var(--brand-secondary)}.SingleVideoAutoplayControls__timeSlider-o5xbh:hover .SingleVideoAutoplayControls__timeSliderToggler-vas_9{box-shadow:-2px 0 7px 2px #75950061}.SingleVideoAutoplayControls__timeSlider-o5xbh .SingleVideoAutoplayControls__sliderContent-kgqPI{margin-right:0}.SingleVideoAutoplayControls__fade-uDmzF{position:absolute;bottom:0;left:0;width:100%;height:68px;background:linear-gradient(0deg,#0000004d,#0000)}.VerticalSlider{position:relative;box-sizing:border-box}.VerticalSlider__bar{position:absolute;width:4px;border-radius:10px;background-color:#0000001f}.VerticalSlider__content{position:relative;width:4px;height:100%}.VerticalSlider__toggler{position:absolute;z-index:10;display:inline-block;box-sizing:initial;cursor:pointer;opacity:1;border:2px solid var(--white);border-radius:15px;background-color:var(--black)}.VerticalSlider__toggler_disabled{cursor:default}.VerticalSlider__toggler:not(.VerticalSlider__toggler_inactive):not(.VerticalSlider__toggler_disabled):hover,.VerticalSlider__toggler_dragged{z-index:20;background-color:#2e2e2e}.VerticalSlider__click-bar{position:absolute;z-index:5;left:-8px;width:20px;cursor:pointer}.VerticalSlider__click-bar_disabled{cursor:default}.VerticalSlider__progress{position:absolute;bottom:0;width:4px;cursor:pointer;border-radius:10px;background-color:var(--black)}.SingleVideoDefaultControls-p_KEt{width:100%;margin-top:auto}.SingleVideoDefaultControls_hide-IHD5O{visibility:hidden}.SingleVideoDefaultControls__bottomControls-s1vBr{display:grid;align-items:flex-end;align-self:flex-end;grid-template-columns:1fr auto;gap:8px;width:100%;padding:4px 4px 4px 8px;border-radius:var(--border-radius-m)}.SingleVideoDefaultControls__bottomControls_background-eFvPb{background-color:var(--overlay-secondary-dark-static)}.SingleVideoDefaultControls__playControlsWrapper-ouvAa{display:grid;align-items:center;grid-template-columns:auto 1fr;gap:8px;width:100%}.SingleVideoDefaultControls__iconS-jLIN7{width:16px;height:16px;padding:8px;cursor:pointer}.SingleVideoDefaultControls__timeControl-SH7aE{display:grid;align-items:center;grid-template-columns:auto 1fr auto;gap:4px}.SingleVideoDefaultControls__timeSlider-s5Eex{height:2px;border-radius:var(--border-radius-s);background:var(--overlay-tertiary-light-static)}.SingleVideoDefaultControls__timeSlider-s5Eex:hover,.SingleVideoDefaultControls__timeSlider-s5Eex:hover .SingleVideoDefaultControls__progressBar-FmYSV{height:4px}.SingleVideoDefaultControls__timeSlider-s5Eex .SingleVideoDefaultControls__timeSliderToggler-Tm3oh{top:-4px;display:none;width:8px;height:8px}.SingleVideoDefaultControls__timeSlider-s5Eex:hover .SingleVideoDefaultControls__timeSliderToggler-Tm3oh{display:block}.SingleVideoDefaultControls__otherControls-Z2u4f{display:flex;align-items:flex-end;gap:4px}.SingleVideoDefaultControls__volumeControls-z3GpM{display:flex;flex-direction:column;align-items:center;margin:-4px;padding:4px;cursor:pointer;border-radius:var(--border-radius-m)}.SingleVideoDefaultControls__volumeControls_hover-zH06l{background-color:var(--overlay-secondary-dark-static)}.SingleVideoDefaultControls__volumeSlider-xuY1O{margin-top:8px;border-radius:var(--border-radius-s);background:var(--overlay-tertiary-light-static)}.SingleVideoDefaultControls__volumeSlider-xuY1O .SingleVideoDefaultControls__progressBar-FmYSV,.SingleVideoDefaultControls__volumeSliderToggler-uckza{background-color:var(--surface)}.SingleVideoDefaultControls-O9Kti{width:100%;margin-top:auto;padding:24px}.SingleVideoDefaultControls_hide-GUKzu{visibility:hidden}.SingleVideoDefaultControls_vertical-LVlYC{padding:12px 24px}.SingleVideoDefaultControls__horizontalControls-CZ9lI{z-index:2;display:grid;align-items:flex-end;align-self:flex-end;grid-template-columns:1fr auto;gap:12px;width:100%;padding:6px 8px;border:.8px solid #fff3;border-radius:var(--border-radius-xl);background-color:var(--overlay-tertiary-inverse);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.SingleVideoDefaultControls__verticalControls-RyCxO{z-index:2;display:flex;flex-direction:column;align-self:flex-end;gap:8px;width:100%}.SingleVideoDefaultControls__verticalButtons-vIGoC{display:flex;justify-content:space-between;align-items:flex-end;gap:8px}.SingleVideoDefaultControls__verticalPlayPauseButton-u6IB0{justify-content:center;align-items:center;cursor:pointer;border:.8px solid #fff3;border-radius:50%}.SingleVideoDefaultControls__verticalOtherControls-dU9j8,.SingleVideoDefaultControls__verticalPlayPauseButton-u6IB0{display:flex;background-color:var(--overlay-tertiary-light-static);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.SingleVideoDefaultControls__verticalOtherControls-dU9j8{justify-content:flex-end;align-items:flex-end;width:112px;max-width:244px;border:.8px solid #fff3;border-radius:1000px}.SingleVideoDefaultControls__verticalOtherControls_maxWidth-UBncm{width:100%}.SingleVideoDefaultControls__playControlsWrapper-W4TUe{display:grid;align-items:center;grid-template-columns:auto 1fr;gap:4px;width:100%}.SingleVideoDefaultControls__icon-sYzEd{flex-shrink:0;width:24px;height:24px;cursor:pointer}.SingleVideoDefaultControls__horizontalControls-CZ9lI .SingleVideoDefaultControls__icon-sYzEd{padding:10px}.SingleVideoDefaultControls__verticalControls-RyCxO .SingleVideoDefaultControls__icon-sYzEd{padding:16px}.SingleVideoDefaultControls__timeControl-OW3Qa{display:grid;align-items:center;grid-template-columns:auto 1fr auto;gap:12px}.SingleVideoDefaultControls__verticalControls-RyCxO .SingleVideoDefaultControls__timeControl-OW3Qa{gap:0;padding:12px 0}.SingleVideoDefaultControls__verticalControls-RyCxO .SingleVideoDefaultControls__timeControlText-F6tuc{font-weight:var(--font-weight-medium);display:flex;justify-content:center;align-self:center;width:56px}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__timeSlider-EnOEH{overflow:hidden;height:10px;border-radius:var(--border-radius-s);background:var(--overlay-tertiary-light-static)}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__timeSlider-EnOEH .SingleVideoDefaultControls__progressBar-XUuQJ{height:10px;background-color:var(--brand-secondary)}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__timeSlider-EnOEH .SingleVideoDefaultControls__timeSliderToggler-ov0uq{top:0;width:20px;height:10px;margin-left:-20px;border:none;border-radius:34px;background-color:var(--brand-secondary)}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__timeSlider-EnOEH:hover .SingleVideoDefaultControls__timeSliderToggler-ov0uq{box-shadow:-2px 0 7px 2px #75950061}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__timeSlider-EnOEH .SingleVideoDefaultControls__sliderContent-vR3AC{margin:0}.SingleVideoDefaultControls__otherControls-CS7yZ{display:flex;align-items:flex-end;gap:4px}.SingleVideoDefaultControls__volumeControls-srRaI{display:flex;flex:1;justify-content:flex-end;align-items:center;width:100%;cursor:pointer;border-radius:var(--border-radius-xl)}.SingleVideoDefaultControls__verticalControls-RyCxO .SingleVideoDefaultControls__volumeControls-srRaI{padding-left:16px}.SingleVideoDefaultControls__volumeSliderWrapper-mHDJF{width:0;max-width:120px}.SingleVideoDefaultControls__verticalControls-RyCxO .SingleVideoDefaultControls__volumeSliderWrapper-mHDJF{width:0;margin-right:-4px}.SingleVideoDefaultControls__horizontalControls-CZ9lI .SingleVideoDefaultControls__volumeSliderWrapper_visible-lGa3L{width:120px;padding-left:12px}.SingleVideoDefaultControls__verticalControls-RyCxO .SingleVideoDefaultControls__volumeSliderWrapper_visible-lGa3L{flex:1;width:100%;max-width:136px}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__volumeSlider-dxNXd{overflow:hidden;width:100%;height:10px;border-radius:var(--border-radius-s);background:var(--overlay-tertiary-light-static)}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__volumeSlider-dxNXd .SingleVideoDefaultControls__progressBar-XUuQJ{height:10px;background-color:var(--surface)}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__volumeSlider-dxNXd .SingleVideoDefaultControls__volumeSliderToggler-_RKJC{top:0;width:20px;height:10px;margin-left:-20px;border:none;border-radius:34px;background-color:var(--surface)}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__volumeSlider-dxNXd:hover .SingleVideoDefaultControls__volumeSliderToggler-_RKJC{box-shadow:-2px 0 7px 2px #0000002e}.SingleVideoDefaultControls-O9Kti .SingleVideoDefaultControls__volumeSlider-dxNXd .SingleVideoDefaultControls__sliderContent-vR3AC{margin:0}.SingleVideoDefaultControls__fade-p3vny{position:absolute;bottom:0;left:0;width:100%;height:120px;background:linear-gradient(0deg,#0000004d,#0000)}.SingleVideoDefaultControls__fade_vertical-p81aB{height:160px}.SingleVideoControls-Ax1Er{position:absolute;inset:0;display:flex}.SingleVideoInitControls-p3lEU{display:flex;justify-content:center;align-items:center;width:100%;height:100%;cursor:pointer;color:var(--foreground-inverse)}.SingleVideoAutoplayControls-VXkHK{display:flex;justify-content:space-between;align-items:flex-end;width:100%;height:fit-content;margin-top:auto}.SingleVideoDefaultControls-xtfR7{position:relative;width:100%;height:100vh}.SingleVideoDefaultControls_hide-ja1Ha{visibility:hidden}.SingleVideoDefaultControls-xtfR7 .SingleVideoDefaultControls__exitControl-c7OWV{position:fixed;top:32px;left:calc(var(--safe-horizontal-offset) + 8px)}.SingleVideoDefaultControls-xtfR7 .SingleVideoDefaultControls__muteUnmuteControl-yHsHJ{position:fixed;top:32px;right:calc(var(--safe-horizontal-offset) + 8px)}.SingleVideoDefaultControls-xtfR7 .SingleVideoDefaultControls__playPauseControl-Uxu08{position:absolute;top:calc(50% - 32px);left:calc(50% - 32px)}.SingleVideoDefaultControls__bottomControls-TqhMm{display:grid;align-items:flex-end;align-self:flex-end;grid-template-columns:1fr auto;gap:8px;width:100%;padding:4px 4px 4px 8px;border-radius:var(--border-radius-m)}.SingleVideoDefaultControls__bottomControls_mobileFullscreen-ERosZ{align-items:center;height:44px;padding:0 16px;border-radius:100px}.SingleVideoDefaultControls__bottomControls_background-J4P52{background-color:var(--overlay-secondary-dark-static)}.SingleVideoDefaultControls__playControlsWrapper-TBSlQ{display:grid;align-items:center;grid-template-columns:auto 1fr;gap:8px;width:100%}.SingleVideoDefaultControls__playControlsWrapper_mobileFullscreen-UCdDg{grid-template-columns:1fr}.SingleVideoDefaultControls__iconM-_GMSJ{width:24px;height:24px;padding:10px;cursor:pointer}.SingleVideoDefaultControls__timeControl-T7ZCx{display:grid;align-items:center;grid-template-columns:auto 1fr auto;gap:4px}.SingleVideoDefaultControls__timeSlider-J2Wa4{height:2px;border-radius:var(--border-radius-s);background:var(--overlay-tertiary-light-static)}.SingleVideoDefaultControls__timeSlider-J2Wa4:hover,.SingleVideoDefaultControls__timeSlider-J2Wa4:hover .SingleVideoDefaultControls__progressBar-cdbQo,.SingleVideoDefaultControls__timeSlider_mobileFullscreen-AcCBc,.SingleVideoDefaultControls__timeSlider_mobileFullscreen-AcCBc .SingleVideoDefaultControls__progressBar-cdbQo{height:4px}.SingleVideoDefaultControls__timeSlider-J2Wa4 .SingleVideoDefaultControls__timeSliderToggler-qpisD{top:-4px;display:none;width:8px;height:8px}.SingleVideoDefaultControls__timeSlider-J2Wa4:hover .SingleVideoDefaultControls__timeSliderToggler-qpisD,.SingleVideoDefaultControls__timeSlider_mobileFullscreen-AcCBc .SingleVideoDefaultControls__timeSliderToggler-qpisD{display:block}.SingleVideoControls-LMQ7C{position:absolute;inset:0;display:flex}.SingleVideoControls_mobileFullscreen-GPX4n{width:calc(100% - 32px);height:calc(100% - 32px);padding:16px}.Confirm-sja8P{box-sizing:border-box}.Confirm_desktop-G0ESW{max-width:480px;padding:28px 32px;border-radius:var(--border-radius-s)}.Confirm_mobile-P3qm5{padding:var(--safe-horizontal-offset)}.Confirm__title-iKifv{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);line-height:var(--line-height-h4)}.Confirm__text-sae84{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-top:22px}.Confirm__buttons-nxkkM{display:flex;justify-content:space-between;gap:24px;margin-top:28px}.Confirm_reversed-Rm3ST .Confirm__buttons-nxkkM{flex-direction:row-reverse}.Confirm__button-on3rA{flex-grow:1}.LogbookFormVideoPreview-Pp6Tv{position:relative;overflow:hidden;border-radius:var(--border-radius-l);background-repeat:no-repeat;background-size:cover;aspect-ratio:16/9}.LogbookFormVideoPreview__bgBlur-jYLFd{position:absolute;inset:0;background-repeat:no-repeat;background-size:cover;filter:blur(50px)}.LogbookFormVideoPreview__bg-eLBtt{position:absolute;inset:0;background-repeat:no-repeat;background-position:50%;background-size:contain}.LogbookFormVideoPreview__actions-pqJL8{position:absolute;z-index:5;top:8px;right:8px}.LogbookFormVideoPreview__container-UNBXE{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;color:var(--white);background-color:var(--overlay-secondary-dark-static)}.ReviewEditorVideo-Md01C{margin-bottom:16px}.LogbookVideoInput__row-Powi0{display:flex;gap:8px}.LogbookVideoInput__input-x8trx{flex-grow:1}.LogbookVideoInput__error-WJjtG{font-size:var(--font-size-body2);width:100%;margin:5px 0;color:var(--red)}.ReviewEditorControls,.ReviewEditorControls__buttons{display:flex}.ReviewEditorControls__photosAdd{width:24px;height:24px}.ReviewEditorControls__item{box-sizing:border-box;width:40px;height:40px;border:1px solid #0000001f;border-right:none;border-radius:0}.ReviewEditorControls__item:first-of-type{border-radius:var(--border-radius-xs) 0 0 var(--border-radius-xs)}.ReviewEditorControls__item:last-of-type{border-right:1px solid #0000001f;border-radius:0 var(--border-radius-xs) var(--border-radius-xs) 0}.ReviewEditorControls__item .IconSvg{color:var(--foreground-secondary)}.ReviewEditorControls__item:hover .IconSvg{color:var(--black)}.ReviewEditorControls .HoveredTooltip__trigger,.ReviewEditorControls .StoButton,.ReviewEditorControls__photosAdd{display:flex;justify-content:center;align-items:center;box-sizing:border-box;width:100%;height:100%;border:none;border-radius:0}.ReviewEditorControls .HoveredTooltip__trigger .Button__text,.ReviewEditorControls .StoButton .Button__text,.ReviewEditorControls__photosAdd .Button__text{margin:0}.ReviewEditorControls__button_disabled,.ReviewEditorControls__button_disabled.Button_hovered{background-color:#ededed}.ReviewEditorControls__button_disabled .IconSvg{opacity:.38}.ReviewEditorControls .Button__content>svg:last-child{margin:0}.ReviewEditorControls__saveStatus{font-size:var(--font-size-body1);align-self:center;margin-left:auto;opacity:.5}@media screen and (max-width:425px){.ReviewEditorControls__addButton.StoButton.Button_size_m{height:100%;padding:0 10px}.ReviewEditorControls__addVideoButton.StoButton.Button_size_m{padding-top:5px}.ReviewEditorControls__addVideoButton-icon{display:block;width:22px}.ReviewEditorControls__addVideoButton-text{display:none}}@media screen and (max-width:768px){.ReviewEditorControls{position:absolute;z-index:1;box-sizing:border-box;width:100%;padding-right:16px;border-color:var(--separator-line);border-top:var(--separator-line);border-bottom:var(--separator-line);background-color:var(--white)}.ReviewEditorControls_stuck{position:fixed;bottom:0}.ReviewEditorControls__item{border-top:none;border-bottom:none}.ReviewEditorControls__item:first-of-type,.ReviewEditorControls__item:last-of-type{border-radius:0}.ReviewEditorControls__saveStatus{font-size:14px}.ReviewEditorControls__error{padding:0 16px}}:root{--content-height:150px}.ReviewEditor{position:relative;margin-top:10px;margin-bottom:0;padding:0;background-color:var(--white)}.ReviewEditor__content{min-height:var(--content-height);padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}.ReviewEditor__error{font-size:var(--font-size-body1);margin:4px 0 0;color:var(--red)}.ReviewEditor__date{margin-top:25px;color:var(--foreground-secondary)}.ReviewEditor__subtitleBlock .ReviewEditor__textareaBox .ReviewEditor__textareaControl{font-size:var(--font-size-h4);font-weight:700;overflow:hidden;padding:0}.ReviewEditor_mode-logbook .ReviewEditor__subtitleBlock .ReviewEditor__textareaBox .ReviewEditor__textareaControl{font-size:var(--font-size-h5);font-weight:var(--font-weight-semibold)}.ReviewEditor__textBlock .ReviewEditor__textareaBox .ReviewEditor__textareaControl{font-size:var(--font-size-body1);line-height:1.4;box-sizing:border-box;padding:6px 0}.ReviewEditor_mode-review .ReviewEditor__textBlock .ReviewEditor__textareaControl{padding-right:20px}.ReviewEditor_mode-logbook :is(.ReviewEditor__subtitleBlock,.ReviewEditor__textBlock) .ReviewEditor__textareaBox{padding-right:16px}:is(.ReviewEditor__subtitleBlock,.ReviewEditor__textBlock) .ReviewEditor__textareaBox{padding:0}:is(.ReviewEditor__subtitleBlock,.ReviewEditor__textBlock) .ReviewEditor__textareaBox .ReviewEditor__textareaControl{position:relative;width:100%;margin:0;resize:none;color:var(--foreground);border:none;outline:none}.ReviewEditor__subtitleBlock{position:relative;padding:6px 0 4px}.ReviewEditor_mode-review .ReviewEditor__subtitleBlock{padding-right:20px;padding-left:12px}.ReviewEditor__textBlock{position:relative;padding:0}.ReviewEditor_mode-review .ReviewEditor__textBlock{padding-right:20px;padding-left:12px}.ReviewEditor_with-error .ReviewEditor__content{border:1px solid var(--red);border-radius:var(--border-radius-xs)}.ReviewEditor__removeButton{position:absolute;width:32px;height:32px;opacity:.7}.ReviewEditor__removeButton:hover{opacity:1}:is(.ReviewEditor__subtitleBlock,.ReviewEditor__textBlock) .ReviewEditor__removeButton{top:2px;right:2px}.ReviewEditor_mode-logbook :is(.ReviewEditor__subtitleBlock,.ReviewEditor__textBlock) .ReviewEditor__removeButton{top:-1px;right:-10px}.ReviewEditor__removeButton .IconSvg:only-child{width:24px;height:24px;margin:0 5px}.ReviewEditor__removeButton .IconSvg:only-child.IconSvg_closeBold{width:34px;height:24px;opacity:.48}.ReviewEditor__removeButton .IconSvg:only-child.IconSvg_closeBold:hover{opacity:.64}.ReviewEditor .ReviewEditorImageGallery{margin-top:16px}.ReviewEditor_mode-logbook .ReviewEditorImageGallery{margin-bottom:16px}.ReviewEditor__editorControlsPlaceholder{height:auto;min-height:40px;margin-top:16px}.ReviewEditor_mode-logbook .ReviewEditor__editorControlsPlaceholder{min-height:0;margin-top:0}.ReviewEditor__addVideoWrapper{margin-top:16px;margin-bottom:16px}.ReviewEditor__addVideoWrapper_withPadding{margin-right:16px;margin-left:16px}.ReviewEditor_mode-logbook .ReviewEditor__addVideoWrapper{margin-top:0}@media screen and (max-width:425px){.ReviewEditor{padding:0}}@media screen and (max-width:768px){.ReviewEditor__content{margin-right:16px;margin-left:16px}.ReviewEditor_mode-logbook .ReviewEditor__content{margin-right:0;margin-left:0;padding-bottom:32px}.ReviewEditor__textBlock .ReviewEditor__textareaBox .ReviewEditor__textareaControl{font-size:14px}.ReviewEditor_mode-logbook .ReviewEditor__textBlock .ReviewEditor__textareaBox .ReviewEditor__textareaControl{font-size:var(--font-size-body1)}.ReviewEditor__subtitleBlock .ReviewEditor__textareaBox .ReviewEditor__textareaControl{font-size:18px;font-weight:400}.ReviewEditor__error{padding:0 16px}.ReviewEditor_mode-logbook .ReviewEditor__error{margin-bottom:16px}.ReviewEditor_mode-logbook{padding:0}.ReviewEditor__editorControlsPlaceholder{position:static;display:block}}.ReviewTitleInput{box-sizing:border-box;width:100%;margin-top:0}.ReviewTitleInput__time,.ReviewTitleInput__title{line-height:1;padding:0 10px 27px}.ReviewTitleInput__title{font-size:var(--font-size-h4);font-weight:700}.ReviewTitleInput__time{font-size:var(--font-size-body1);opacity:.6}.ReviewTitleInput__wrap{padding:9px 12px 12px}.ReviewTitleInput_with-error .ReviewTitleInput__wrap{border:1px solid var(--red)}.ReviewTitleInput .ReviewTitleInput__inputBox{min-height:0;padding:0}.ReviewTitleInput .ReviewTitleInput__inputControl{font-family:inherit;font-size:27px;font-weight:700;line-height:normal;overflow:hidden;width:100%;padding:0;resize:none;color:var(--foreground);border:none;outline:none;background:none;box-shadow:none}.ReviewTitleInput_with-error .ReviewTitleInput__error{display:block}.ReviewTitleInput__error{font-size:var(--font-size-body1);display:none;margin:4px 0 0;color:var(--red)}@media screen and (max-width:768px){.ReviewTitleInput__time,.ReviewTitleInput__title{font-size:14px;padding-right:16px;padding-bottom:16px;padding-left:16px}.ReviewTitleInput__time{opacity:.6}.ReviewTitleInput__wrap{margin-right:16px;margin-left:16px}.ReviewTitleInput .ReviewTitleInput__inputControl{font-size:18px;font-weight:400}.ReviewTitleInput__error{margin:4px 16px 0}}:root{--separator-line:#dedede}.RichContent{position:relative;margin:48px 20px 0;padding:24px 24px 16px;border:none;border-radius:var(--border-radius-xs);box-shadow:0 4px 14px var(--background)}@media screen and (max-width:768px){.RichContent{margin:0;padding:16px 0 0;border-top:3px solid var(--separator-line);border-bottom:4px solid var(--separator-line);border-radius:0;box-shadow:0 -1px 0 var(--separator-line)}}.Toggle{position:relative;display:inline-block;flex:none;width:41px;height:25px}.Toggle__input{position:absolute;z-index:-1;width:100%;height:100%;margin:0;opacity:0}.Toggle__control{position:absolute;inset:0;cursor:pointer;border-radius:15px;background-color:var(--overlay-quaternary-dark-static);transition:.4s}.Toggle__control:before{position:absolute;bottom:2px;left:2px;width:21px;height:21px;content:"";border-radius:50%;background-color:var(--white);transition:.4s}.Toggle_checked .Toggle__control:before{transform:translateX(16px)}.Toggle_checked.Toggle_color_blue .Toggle__control{background-color:#157ee1}.Toggle_checked.Toggle_color_black .Toggle__control{background-color:var(--black)}:is(.Toggle_disabled.Toggle_color_black,.Toggle_disabled.Toggle_color_blue) .Toggle__control{cursor:default;background-color:var(--background)}.Toggle_small{width:25px;height:14px}.Toggle_small .Toggle__control:before{bottom:1px;left:1px;width:12px;height:12px}.Toggle_checked.Toggle_small .Toggle__control:before{transform:translateX(11px)}.Toggle_checked.Toggle_small.Toggle_color_blue .Toggle__control{background-color:#157ee1}.Toggle_checked.Toggle_small.Toggle_color_black .Toggle__control{background-color:var(--black)}.VasIcon{display:block}.VasIcon.VasIcon_type_all_sale_activate,.VasIcon.VasIcon_type_all_sale_special{color:var(--blue)}.VasIcon.VasIcon_type_all_sale_badge{color:var(--orange)}.VasIcon_size_16,.VasIcon_size_16 svg{width:16px;height:16px}.VasIcon_size_24,.VasIcon_size_24 svg{width:24px;height:24px}.VasIcon_size_32 svg{width:32px;height:32px}.VasIcon_size_48{width:48px;height:48px}.VasIcon-rounded{display:block;border-radius:50%;background-color:var(--white)}.VasIcon_size_32.VasIcon-rounded{width:32px;height:32px}.VasIcon_size_32.VasIcon-rounded svg{width:24px;height:24px;margin:4px}.VasIcon_size_36.VasIcon-rounded{width:36px;height:36px}.VasIcon_size_36.VasIcon-rounded svg{width:24px;height:24px;margin:6px}.VasFormUserService{font-size:var(--font-size-h5);line-height:var(--line-height-h5);display:flex;align-items:center;margin-bottom:16px;padding:20px 24px 20px 20px;border-radius:var(--border-radius-l);background-color:var(--white)}.VasFormUserService__emblem{flex-shrink:0;width:48px;height:48px;background-repeat:no-repeat;background-position:bottom;background-size:48px}.VasFormUserService__emblem_type_vip{background-image:url(https://st.avto.ru/autoru/vip_18533ac1cb820bfa.svg)}.VasFormUserService__emblem_type_turbo{background-image:url(https://st.avto.ru/autoru/turbo_4fa6b942ba57f74b.svg)}.VasFormUserService__emblem_type_express{background-image:url(https://st.avto.ru/autoru/express_a5292d2cea058379.svg)}.VasFormUserService__info{flex:1 1 auto;margin-left:20px}.VasFormUserService__title{font-weight:700;padding-right:5px}.VasFormUserService__description{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-top:4px}.VasFormUserService__activeStatus{font-size:var(--font-size-body2);line-height:var(--line-height-caption);padding:6px 8px;color:var(--foreground-secondary);border-radius:var(--border-radius-xs);background-color:var(--fill)}.VasFormUserService__activeStatus_color_red{color:var(--red);background-color:#db37271f}.VasFormUserService__originalPrice{margin-right:16px;text-decoration:line-through;color:var(--foreground-secondary)}.VasFormUserService__prolongationInfo{margin:0 32px;padding-left:32px;border-left:var(--divider-1px)}.VasFormUserService__prolongationSecondaryInfo{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-top:4px}.VasFormUserService__checkbox{margin-left:16px}.VasFormUserService_mobile{font-size:var(--font-size-body0);line-height:var(--line-height-body0);flex-wrap:wrap;justify-content:space-between;gap:8px;padding:16px 0}.VasFormUserService_mobile :is(.VasFormUserService__checkbox,.VasFormUserService__info,.VasFormUserService__prolongationInfo){margin:0;padding:0;border:none}.VasFormUserTotalRedesignItem__item-CbnNT{border-bottom:1px solid var(--stroke)}.VasFormUserTotalRedesignItem__item-CbnNT:first-child{border-top:1px solid var(--stroke)}.VasFormUserTotalRedesignItem__item-CbnNT:last-child{border-bottom:none}.VasFormUserTotalRedesignItem__prices-lHTiR,.VasFormUserTotalRedesignItem__titles-soewV{display:flex;flex-direction:column;gap:2px}.VasFormUserTotalRedesignItem__prices-lHTiR{align-items:flex-end}.SaleServicesPopup__container{cursor:pointer}.SaleServicesPopup__infoPopupContent{z-index:1;max-width:none}.SaleServicesPopup-short{line-height:normal;padding:0}.SaleServicesPopup__content-short{width:220px;padding:20px;color:var(--white);background-color:#2d2d2d;box-shadow:0 5px 15px 0 var(--overlay-tertiary-dark-static)}.SaleServicesPopup__content-short__title{font-size:var(--font-size-h5);font-weight:700;margin-bottom:15px}.SaleServicesPopup__content-short__description{font-size:var(--font-size-body2);line-height:var(--line-height-body2)}.SaleServicesPopup__content-short .SaleServicesPopup__anim{display:block;margin-top:20px}.SaleServicesPopup__content{font-size:var(--font-size-body2);line-height:16px;width:490px;max-width:none;margin:10px}.SaleServicesPopup__content__row{display:flex;align-items:flex-start}.SaleServicesPopup__content__row-verticalCenter{align-items:center}.SaleServicesPopup__content__columnLeft{flex-shrink:0;width:254px;padding-right:16px}.SaleServicesPopup__content__columnRight{flex-grow:1;flex-shrink:0}.SaleServicesPopup__content__title{font-size:var(--font-size-h5);font-weight:700;line-height:var(--line-height-body1);margin:0 0 16px}.SaleServicesPopup__content__image{width:218px;height:206px;margin-bottom:20px}.SaleServicesPopup__content__multiplier{display:flex;align-items:center}.SaleServicesPopup__content__multiplierNumber{font-size:36px;font-weight:700;padding-right:10px}.SaleServicesPopup__content__multiplierNumber:before{content:"\00d7";color:var(--red)}.SaleServicesPopup__content__multiplierNumber_noSymbol:before{content:""}.SaleServicesPopup__content__multiplierText{color:var(--foreground-secondary)}.VasFormUserOptions{font-size:var(--fs-body);position:relative;z-index:10;overflow:hidden;max-height:0;margin:0;padding:0;border-radius:var(--border-radius-l);background-color:var(--surface)}.VasFormUserOptions_mounted{max-height:1000px;margin-bottom:8px}.VasFormUserOptions__item{position:relative;display:flex;justify-content:space-between;align-items:center;box-sizing:border-box;padding:17px 12px}.VasFormUserOptions__item:after{position:absolute;right:12px;bottom:0;left:15px;box-sizing:border-box;width:auto;height:1px;content:"";background-color:var(--surface-tertiary)}.VasFormUserOptions__item:first-child{padding-top:21px}.VasFormUserOptions__item:last-child{padding-bottom:21px}.VasFormUserOptions__item:last-child:after{width:0}.VasFormUserOptions__itemPrice{display:flex;flex-direction:column;align-items:flex-end}.VasFormUserOptions__itemCaption{display:flex;align-items:center;color:var(--foreground-secondary)}.VasFormUserOptions__itemPopup{overflow:hidden;border-radius:var(--border-radius-m)}.VasFormUserOptions__itemPriceOriginal{margin-right:8px;text-decoration:line-through;color:var(--red)}.VasFormUserOptions__itemSelector{margin-right:6px}.VasFormUserOptions__helpIcon{display:flex;align-items:center;color:var(--foreground-tertiary)}.HiddenVisually{position:absolute;overflow:hidden;clip:rect(0 0 0 0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0;clip-path:inset(100%)}.VipDurationsCarousel-kmczh{display:flex;gap:8px;justify-items:stretch}.VipDurationsCarousel__option-nsgrm{position:relative;display:flex;flex:1;flex-direction:column;padding:12px 12px 8px;cursor:pointer;-webkit-tap-highlight-color:transparent}.VipDurationsCarousel__option_checked-RmvCv{cursor:default}.VipDurationsCarousel__option-nsgrm:before{position:absolute;inset:0;content:"";border:1px solid var(--overlay-quaternary);border-radius:var(--border-radius-l);transition:border .15s}.VipDurationsCarousel__option-nsgrm:hover:before{border:2px solid var(--overlay-tertiary-dark-static)}.VipDurationsCarousel__option_checked-RmvCv:before,.VipDurationsCarousel__option_checked-RmvCv:hover:before{border:2px solid var(--foreground)}.VipDurationsCarousel__days-aCnTC{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.VipDurationsCarousel__originalPrice-ckPyI{font-size:var(--font-size-body2);line-height:var(--line-height-body2);height:var(--line-height-body2);margin-top:8px;text-decoration:line-through;color:var(--foreground-secondary)}.VipDurationsCarousel__price-fs1F1{font-size:var(--font-size-sub);font-weight:var(--font-weight-medium);line-height:var(--line-height-body0)}.VipDurationsCarousel__badge-dIT96{position:absolute;top:0;padding:2px 6px;transform:translateY(-50%)}.VasFormUserVipVariants-oMHDY{overflow:hidden;max-height:0;margin:0;padding-top:0;border-radius:var(--border-radius-l);background-color:var(--surface)}.VasFormUserVipVariants_visible-gYo2J{max-height:600px;margin-bottom:8px}.VasFormUserVipVariants__wrap-dqx3f{padding:16px}.VasFormUserVipVariants__lead-QiLOj{font-size:var(--font-size-body1);font-weight:var(--font-weight-bold);line-height:var(--line-height-body1)}.VasFormUserVipVariants__radioGroup-a_b8n{position:relative}.VasFormUserVipVariants__radioGroup-a_b8n:before{position:absolute;inset:-6px;top:0;content:"";border:2px solid #0000;border-radius:calc(var(--border-radius-l) + 6px);transition:border-color .15s}.VasFormUserVipVariants_outline-kMXY_ .VasFormUserVipVariants__radioGroup-a_b8n:before{border-color:var(--black)}.VasFormUserVipVariants__vipDurationsCarousel-oCm4d{margin-top:12px}.VasFormUserVipVariants_mobile-Mgsnc .VasFormUserVipVariants__radioGroup-a_b8n:before{display:none}.VasFormUserVipVariants_mobile-Mgsnc .VasFormUserVipVariants__radioGroup-a_b8n{overflow-x:scroll;scroll-behavior:smooth;scroll-snap-type:x mandatory}.VasFormUserOfferSnippet__top{display:flex;justify-content:space-between}.VasFormUserOfferSnippet__offer{display:flex}.VasFormUserOfferSnippet__thumb{display:flex;justify-content:center;align-items:center;width:64px;height:48px;margin-right:12px;border-radius:8px;background:var(--white)}.VasFormUserOfferSnippet__title{font-size:var(--fs-body);font-weight:var(--font-weight-semibold);line-height:var(--lh-body);overflow:hidden;max-width:300px;margin:3px 0;white-space:nowrap;text-overflow:ellipsis;color:var(--black)}.VasFormUserOfferSnippet__params{font-size:var(--fs-small);line-height:var(--lh-small);display:flex;margin:0;padding:0;list-style:none}.VasFormUserOfferSnippet__dot{margin:0 8px;opacity:.2;color:var(--foreground)}.VasFormUserOfferSnippet__lines{display:flex;margin:15px -8px 0}.VasFormUserOfferSnippet__line{font-size:var(--fs-extra-small);font-weight:var(--font-weight-medium);line-height:var(--lh-extra-small);width:100%;margin:0 8px;color:var(--foreground)}.VasFormUserOfferSnippet__progress{overflow:hidden;width:100%;height:8px;margin-top:7px;padding:0;border-radius:4px;background:var(--fill)}.VasFormUserOfferSnippet__progressBar{height:100%;border-radius:4px 0 0 4px;background:var(--fill);transition:.5s cubic-bezier(.33,1,.68,1)}.VasFormUserOfferSnippet__customNotCleared{font-size:var(--fs-small);line-height:var(--lh-small);display:flex;align-items:start;margin-top:12px;padding:8px 16px;border-radius:var(--border-radius-l);background:var(--red-tertiary)}.VasFormUserOfferSnippet__customNotClearedIcon{margin-right:8px;color:var(--red)}.VasFormUserOfferSnippet_mobile .VasFormUserOfferSnippet__top{flex-direction:column;gap:8px}.VasFormUserTotal{font-size:var(--fs-body);line-height:var(--lh-body);max-height:0;margin:0;padding:0;transition:margin .5s cubic-bezier(.33,1,.68,1),max-height .5s cubic-bezier(.33,1,.68,1)}.VasFormUserTotal_visible{max-height:fit-content;margin-top:16px;padding-top:16px;border-top:var(--divider-1px)}.VasFormUserTotal__item{display:flex;justify-content:space-between;padding:6px 0}.VasFormUserTotal__item_total{font-weight:var(--font-weight-semibold);padding-top:10px}.VasFormUserTotal__itemTitle{flex:0 0 auto;color:var(--foreground-secondary)}.VasFormUserTotal__totalTitle{font-size:var(--fs-h4)}.VasFormUserTotal__itemDivider{position:relative;top:-4px;flex:1 1 auto;margin:0 4px;border-bottom:1px dashed var(--surface-tertiary)}:root{--border-transition-time:0.15s}.VasFormUserVasSnippetNamed-SEdY6{position:relative;display:flex;flex-grow:1;flex-direction:column;justify-content:space-between;box-sizing:border-box;min-width:160px;min-height:270px;padding:0;cursor:pointer;border-radius:calc(var(--border-radius-l) + 2px);background:var(--surface)}.VasFormUserVasSnippetNamed-SEdY6:before{position:absolute;inset:-2px;content:"";border:2px solid #0000;border-radius:calc(var(--border-radius-l) + 2px);transition:width .5s cubic-bezier(.33,1,.68,1),border-color var(--border-transition-time)}.VasFormUserVasSnippetNamed-SEdY6:hover:before{border-color:var(--overlay-tertiary-dark-static)}.VasFormUserVasSnippetNamed_selected-GAGjg:before,.VasFormUserVasSnippetNamed_selected-GAGjg:hover:before{border-color:var(--black)}.VasFormUserVasSnippetNamed_free-rnl_o{flex-direction:row;align-items:center;width:100%;height:60px;min-height:auto}.VasFormUserVasSnippetNamed_free-rnl_o .VasFormUserVasSnippetNamed__top-MtEMQ{font-size:var(--fs-body);line-height:var(--lh-body)}.VasFormUserVasSnippetNamed_disabled-Pdaib,.VasFormUserVasSnippetNamed_selected-GAGjg{cursor:default}.VasFormUserVasSnippetNamed_disabled-Pdaib .VasFormUserVasSnippetNamed__check-GXQO0{background-color:var(--overlay-quinary)}.VasFormUserVasSnippetNamed__badgePlus-FoZIt,.VasFormUserVasSnippetNamed__discount-kDE9X{position:absolute;z-index:10;top:-2px;cursor:default;transform:translateY(-50%)}.VasFormUserVasSnippetNamed__badgePlus-FoZIt{top:0;left:12px}.VasFormUserVasSnippetNamed__discount-kDE9X{font-size:var(--fs-small);font-weight:var(--font-weight-normal);line-height:var(--lh-small);top:0;right:12px;padding:4px 8px;color:var(--foreground-light-static);border-radius:100px;background-color:var(--red)}.VasFormUserVasSnippetNamed__top-MtEMQ{position:relative;display:flex;justify-content:space-between;align-items:flex-start;padding:20px 12px}.VasFormUserVasSnippetNamed__mobileIcon-MQwBB{display:none;width:24px;height:24px;background-repeat:no-repeat;background-size:24px}.VasFormUserVasSnippetNamed__icon-vhv5j{position:relative;width:32px;height:32px;background-repeat:no-repeat;background-position:50%}.VasFormUserVasSnippetNamed__icon_vip-LIyEa{background-image:url(https://st.avto.ru/autoru/vip_42ba2d19785971c4.svg)}.VasFormUserVasSnippetNamed__icon_turbo-F2fRG{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='32' fill='none' viewBox='0 0 33 32'%3E%3Cpath stroke='url(%23a)' stroke-width='2' d='M12.37 2h9.834l-2.97 7.638-.53 1.362h5.629L8.9 27.204l3.72-11.906.406-1.298H8.085l4.286-12Z'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='29.998' x2='-.002' y1='12' y2='16' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23f54b42'/%3E%3Cstop offset='1' stop-color='%23fc0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")}.VasFormUserVasSnippetNamed__icon_express-GyajZ{background-image:url(https://st.avto.ru/autoru/express_6e72ebd96f3f7c41.svg)}.VasFormUserVasSnippetNamed__icon_select-W6Pr5{margin-left:-3px;background-image:url(https://st.avto.ru/autoru/select_eb72283965582f72.svg)}.VasFormUserVasSnippetNamed__titleWrap-kSfe1{display:flex;flex-direction:column}.VasFormUserVasSnippetNamed__title-yZJow{font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);line-height:var(--line-height-h4);display:flex;align-items:center;gap:8px;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#0000}.VasFormUserVasSnippetNamed__title_vip-hFzM9{background-image:linear-gradient(270deg,#0c78ed -11.17%,#af52de 113.36%)}.VasFormUserVasSnippetNamed__title_turbo-txc1V{background-image:linear-gradient(258.69deg,#f54b42 -7.77%,#fc0 119.45%)}.VasFormUserVasSnippetNamed__title_express-kf41U{background-image:linear-gradient(270deg,#52ded6 -11.17%,#0c78ed 113.36%)}.VasFormUserVasSnippetNamed__title_select-PBLw8{background-image:linear-gradient(269.15deg,#47c1c9 4.78%,#17f512 99%)}.VasFormUserVasSnippetNamed__note-eQZ4O{font-size:var(--fs-extra-small);line-height:var(--lh-extra-small);margin-top:2px;white-space:nowrap;color:var(--foreground-secondary)}.VasFormUserVasSnippetNamed__characteristicsWrap-zfRvE{font-size:var(--fs-small);line-height:var(--lh-small);height:100%;padding:0 12px}.VasFormUserVasSnippetNamed__characteristics-aihuQ{margin:0;padding:0;list-style:none}.VasFormUserVasSnippetNamed__characteristicsItem-VvaNi{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:6px;color:var(--overlay-quaternary)}.VasFormUserVasSnippetNamed__characteristicsItem-VvaNi:last-child{margin-bottom:0}.VasFormUserVasSnippetNamed__characteristicsItem_enabled-HqqPU{color:var(--foreground)}.VasFormUserVasSnippetNamed__characteristicsText-Ul6qe{width:85%}.VasFormUserVasSnippetNamed__priceWrap-ENyPJ{font-size:var(--fs-h4);font-weight:var(--font-weight-medium);line-height:var(--lh-h4);position:relative;display:flex;justify-content:space-between;align-items:center;padding:16px 12px 12px}.VasFormUserVasSnippetNamed_free-rnl_o .VasFormUserVasSnippetNamed__priceWrap-ENyPJ{width:60px;padding:16px 12px}.VasFormUserVasSnippetNamed__originalPrice-Ywp_y{font-size:var(--fs-extra-small);margin-left:4px;text-decoration:line-through;color:var(--foreground-secondary)}.VasFormUserVasSnippetNamed__check-GXQO0{box-sizing:border-box;width:24px;height:24px;border:var(--divider-1px);border-radius:50%;transition:border var(--border-transition-time)}.VasFormUserVasSnippetNamed-SEdY6:hover .VasFormUserVasSnippetNamed__check-GXQO0{border:2px solid var(--overlay-tertiary-dark-static)}.VasFormUserVasSnippetNamed_mobile-vTQUa.VasFormUserVasSnippetNamed_selected-GAGjg .VasFormUserVasSnippetNamed__characteristicsWrap-zfRvE{display:block;flex-shrink:1;order:3;width:100%;padding:0 16px 16px}.VasFormUserVasSnippetNamed_mobile-vTQUa{flex-direction:row;flex-wrap:wrap;height:auto;min-height:0}.VasFormUserVasSnippetNamed_mobile-vTQUa .VasFormUserVasSnippetNamed__top-MtEMQ{padding:var(--layout-padding-small);padding-right:0}.VasFormUserVasSnippetNamed_mobile-vTQUa .VasFormUserVasSnippetNamed__priceWrap-ENyPJ{font-size:var(--font-size-body0);line-height:var(--line-height-body0);gap:12px;padding:var(--layout-padding-small)}.VasFormUserVasSnippetNamed_mobile-vTQUa :is(.VasFormUserVasSnippetNamed__characteristicsWrap-zfRvE,.VasFormUserVasSnippetNamed__icon-vhv5j){display:none}.VasFormUserVasSnippetNamed_mobile-vTQUa .VasFormUserVasSnippetNamed__mobileIcon-MQwBB{display:block}.VasFormUserVasSnippetNamed_mobile-vTQUa :is(.VasFormUserVasSnippetNamed__badgePlus-FoZIt,.VasFormUserVasSnippetNamed__discount-kDE9X){transform:translateY(-6px)}.VasFormUserVasSnippetNamed_mobile-vTQUa .VasFormUserVasSnippetNamed__discount-kDE9X{right:8px}.VasFormUserInfoPopup{width:210px;padding:16px}.VasFormUserInfoPopup__container{font-size:var(--fs-body);font-weight:var(--font-weight-medium);line-height:var(--lh-body);width:210px;padding:16px}.VasFormUserInfoPopup__popup{box-sizing:border-box;height:262px}.VasFormUserInfoPopup__img{width:40px;height:40px;margin-bottom:4px;background:url(https://st.avto.ru/autoru/speed_038a24f0bf3701ed.svg);background-size:cover}.VasFormUserInfoPopup__title{font-size:var(--fs-body);font-weight:var(--font-weight-medium);line-height:var(--lh-body);margin-bottom:4px}.VasFormUserInfoPopup__text{font-size:var(--fs-small);line-height:var(--lh-small);margin-bottom:16px}.VasFormUserInfoPopup__button{font-weight:var(--font-weight-medium)}.VasFormUser__container{overflow:hidden;margin-bottom:24px;border:1px solid #0000000f;border-radius:var(--border-radius-xxl);box-shadow:0 4px 24px #0000000a}.VasFormUser__top{position:relative;border-radius:var(--border-radius-xxl);background-color:var(--background)}.VasFormUser__caption{padding:24px 24px 0}.VasFormUser__captionTitle{font-size:var(--fs-h2);font-weight:var(--font-weight-bold);line-height:var(--lh-h2);display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.VasFormUser__captionNote{font-size:var(--fs-body);line-height:var(--lh-body);color:var(--foreground-secondary)}.VasFormUser__vasList{position:relative;padding:16px 24px 24px}.VasFormUser__snippets{display:flex;justify-content:space-between;align-items:stretch;gap:8px;margin-bottom:8px}.VasFormUser__options,.VasFormUser__snippetsWrap{position:relative}.VasFormUser__options:before,.VasFormUser__snippetsWrap:before{position:absolute;inset:-6px;content:"";border:2px solid #0000;border-radius:calc(var(--border-radius-l) + 6px);transition:border-color .15s}.VasFormUser__outline:before{border-color:var(--black)}.VasFormUser__options.VasFormUser__outline:before{inset:-3px}.VasFormUser__resellerPack{padding:24px;background:var(--white)}.VasFormUser__bottom{padding:18px 24px 24px;background:var(--white)}.VasFormUser__bottom_selected{padding-bottom:18px}.VasFormUser__total{margin-top:24px}.VasFormUser__container_mobile{margin:0 -16px 16px;border:none}.VasFormUser__container_mobile .VasFormUser__outline:before{border:none}.VasFormUser__container_mobile .VasFormUser__captionTitle{font-size:var(--font-size-h4);font-weight:var(--font-weight-medium);line-height:var(--line-height-h4)}.VasFormUser__container_mobile .VasFormUser__captionNote{font-size:var(--font-size-body1);line-height:var(--line-height-body1)}.VasFormUser__container_mobile .VasFormUser__snippets{flex-direction:column}.VasFormUser__container_mobile .VasFormUser__caption{padding:var(--layout-padding-small)}.VasFormUser__container_mobile .VasFormUser__vasList{padding:var(--layout-padding-small);padding-top:0}.VasFormUser__container_mobile .VasFormUser__bottom,.VasFormUser__container_mobile .VasFormUser__resellerPack{padding:16px}.VasFormDealerSubmit__formError{font-size:var(--font-size-body1);line-height:var(--line-height-body1);max-width:470px;margin:20px auto 0;text-align:center;color:var(--red)}.VasFormDealerItem-NMo5n{margin:0;padding:35px;cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left}.VasFormDealerItem-NMo5n:hover{background-color:#cbe4ff}.VasFormDealerItem__checkbox-NB2OH,.VasFormDealerItem__content-Jik8x{display:flex;align-items:center}.VasFormDealerItem__icon-k9F1o{min-width:64px;margin:0 30px}.VasFormDealerItem__icon_type_package_turbo-ILE6s{color:var(--orange)}.VasFormDealerItem__icon_type_all_sale_special-xu5A7{color:var(--blue)}.VasFormDealerItem__icon_type_all_sale_badge-M1706{color:var(--orange)}.VasFormDealerItem__name-Eq16S{font-size:var(--font-size-sub);display:inline-block;margin-bottom:10px;color:var(--blue)}.VasFormDealerItem__name-Eq16S:hover{color:var(--red)}.VasFormDealerItem__description-KCTFw{font-size:var(--font-size-body1);margin-right:15px;color:var(--overlay-secondary-dark-static)}.VasFormDealerItem__price-d6xuu{font-size:var(--font-size-h5);margin-left:auto;white-space:nowrap;color:var(--foreground)}.VasFormDealerItem__popupTitle-xv90q{font-size:var(--font-size-h5);font-weight:700;margin-bottom:15px}.VasFormDealerItem__preview-ZjKlb{width:220px;height:auto}.VasFormDealerItem_mobile-dQ3Gj{padding:8px;border-radius:8px}.VasFormDealerItem_mobile-dQ3Gj .VasFormDealerItem__description-KCTFw{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin:0}.VasFormDealerItem_mobile-dQ3Gj .VasFormDealerItem__content-Jik8x{gap:8px}.VasFormDealerItem_mobile-dQ3Gj .VasFormDealerItem__icon-k9F1o{display:none;min-width:32px;margin:0}.VasFormDealer{padding:40px}.VasFormDealer__header{font-size:var(--font-size-h4);font-weight:700;line-height:var(--line-height-h4);margin-bottom:12px}.VasFormDealer__description{font-size:var(--font-size-body1);line-height:var(--line-height-body1);margin-bottom:24px}.VasFormDealer__items{margin-bottom:20px}.VasFormDealer_mobile{padding:0}.VasFormDealer_mobile .VasFormDealer__items{display:flex;flex-direction:column;gap:16px}.VasFormUserTimer-SvZxj{box-sizing:border-box;width:min-content;min-width:170px;height:52px;padding:12px;cursor:pointer;color:var(--white);border-radius:var(--border-radius-s);background-color:var(--surface-inverse);transition:min-width .2s ease-in-out,height .2s ease-in-out}.VasFormUserTimer__wrapper-n_PYk{display:flex;align-items:center;gap:8px}.VasFormUserTimer__discount-gqYhu{font-size:var(--font-size-body1);font-weight:var(--font-weight-bold);line-height:var(--line-height-body1);padding:1px 8px;border-radius:var(--border-radius-xs);background-color:var(--red)}.VasFormUserTimer__timer-BZ3OD{font-family:var(--main-heading-font);font-size:var(--font-size-h4);font-weight:var(--font-weight-bold);line-height:var(--line-height-h4);font-feature-settings:lining-nums tabular-nums;font-variant-numeric:lining-nums tabular-nums}.VasFormUserTimer__description-PQnTN{font-size:var(--font-size-body2);line-height:var(--line-height-body2);margin-top:5px;opacity:0}.VasFormUserTimer-SvZxj:hover{min-width:216px;height:75px}.VasFormUserTimer-SvZxj:hover .VasFormUserTimer__description-PQnTN{opacity:.5;transition:opacity .1s ease-in-out .2s}.OfferFormFloatBottomLeft-BK60x{position:fixed;z-index:var(--modal-z-index);bottom:24px;left:24px;display:none}.OfferFormFloatBottomLeft__visible-nmxsC{display:flex;flex-direction:column;gap:16px}.VasContainer_type_dealer{padding:40px 20px}.VasContainer_type_user{padding:40px 0}.Wysiwyg{padding:15px 20px;background-color:var(--white)}.Wysiwyg_has_border{border-bottom:var(--divider-1px)}@media screen and (max-width:920px){.Wysiwyg{display:none}}.Wysiwyg__flex{display:flex}.Wysiwyg__photo{display:flex;align-items:center;width:200px;height:150px;margin-right:15px;background-color:#f2f2f2}.Wysiwyg__photo img{width:100%;height:100%}.Wysiwyg__photo svg{display:block;width:95px;height:auto;margin:auto}.Wysiwyg__name{font-size:var(--font-size-sub);font-weight:700}.Wysiwyg__summary{width:285px}.Wysiwyg__description{font-size:var(--font-size-body1);line-height:1.4;margin-top:10px;opacity:.6}.Wysiwyg__price{font-weight:700;width:130px;padding:0 13px;text-align:right;white-space:nowrap}.Wysiwyg__year{padding-right:20px;padding-left:20px;white-space:nowrap}.Wysiwyg__run{width:100px;padding-right:7px;padding-left:8px;text-align:right;white-space:nowrap}.Wysiwyg__price_empty,.Wysiwyg__run_empty,.Wysiwyg__year_empty{opacity:.6}.PaymentDialogContainer_error,.PaymentDialogContainer_loading{background-color:var(--surface)}.PaymentDialogContainer_platform_mobile{width:100%}.PaymentDialogContainer_platform_mobile .PaymentDialogContainer__frame{width:100%;max-height:calc(80vh - 16px)}@supports (max-height:100svh){.PaymentDialogContainer_platform_mobile .PaymentDialogContainer__frame{max-height:calc(100svh - 16px)}}.PaymentDialogContainer__frame{display:block;overflow:hidden;border:none;transition:width 1s,height .75s}.PaymentDialogContainer__frame_loading{visibility:hidden}.PaymentDialogContainer__loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.PaymentDialogContainer__loader.Loader{width:100%}.PaymentDialogContainer__error{font-size:var(--font-size-h4);line-height:var(--line-height-h4);display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;text-align:center}.PaymentDialogContainer__errorButton{margin-top:32px}.PaymentDialogContainer_platform_mobile .PaymentDialogContainer__error{font-size:var(--font-size-h5);line-height:var(--line-height-h5);box-sizing:border-box;padding:48px 24px}.PaymentDialogContainer_platform_desktop .PaymentDialogContainer__loader.Loader_type_dots{margin:0}.PaymentModal-OdIvR.Modal.Popup{overflow-y:auto;background:#000c}.PaymentModal-OdIvR .Modal__content{background:#0000}.PaymentModal .Modal__content{margin:0!important;padding:0;border:none!important;outline:none;box-shadow:none}.PaymentModal.Modal .Modal__content{background-color:initial}.PaymentModal .CloseButton{top:-8px;right:-48px}.FormPage{box-sizing:border-box;width:100%;min-width:50px;max-width:920px;margin:20px 20px 20px 0;background-color:var(--white)}@media screen and (max-width:1219px){.FormPage{margin:20px auto}}.FormPage_center{max-width:860px;margin:0 auto}.FormPage__title{width:594px;margin:120px auto 26px;text-align:center}.ReviewFormPage{flex-grow:1;margin-left:-10px;background-color:var(--white)}.ReviewFormPage__title{font-size:27px;line-height:1;margin:0 21px 36px}.ReviewFormPage__container{display:flex;margin-top:40px}.ReviewFormPage__content{overflow:hidden;box-sizing:border-box;width:100%;min-width:50px;max-width:920px;margin:0 20px 20px 0;background-color:var(--white)}.ReviewFormPage__sidebar{position:sticky;top:24px;flex:0 0 240px;align-self:flex-start;margin-bottom:40px;padding:20px 20px 14px;border-radius:10px;background-color:#0000000f;background-image:url(https://st.avto.ru/autoru/reviews-manual_8b058ff0d6408525.svg);background-repeat:no-repeat;background-size:contain}.ReviewFormPage__sidebarTitle{font-size:var(--font-size-h5);font-weight:700;line-height:1.16;margin-top:24px;margin-bottom:16px}.ReviewFormPage__sidebarText{font-size:var(--font-size-body1);line-height:1.4;color:#0009}.ReviewFormPage__sidebarList{margin:0;padding:0;list-style:none}.ReviewFormPage__sidebarList li{font-size:var(--font-size-body1);display:flex;margin:10px 0}.ReviewFormPage__sidebarList li:before{font-size:var(--font-size-h4);display:block;padding-right:10px;content:"• ";vertical-align:text-top;color:var(--overlay-tertiary-dark-static)}.ReviewFormPage__sidebarPic{width:100%;height:190px}.ReviewFormPage .FormSection :is(.Checkbox,.Radio){width:100%}.ReviewFormPage .FormSection.Contacts{border-bottom:0}.ReviewFormPage .FormSection__PlaceholderFieldValue{max-width:75vw}@media screen and (max-width:768px){.ReviewFormPage__sidebar{display:none}.ReviewFormPage{max-width:100%;margin-left:0}.ReviewFormPage .ReviewFormPage__title{font-size:18px;font-weight:700;margin:0 20px 18px}.ReviewFormPage .ReviewFormPage__container{margin-top:18px}.ReviewFormPage :is(.ProsAndContras,.ReviewRatingsForms){border-bottom:8px solid var(--overlay-quaternary-dark-static)}}@media screen and (max-width:1219px){.ReviewFormPage{margin-left:0}.ReviewFormPage__title{font-weight:400}.ReviewFormPage__container{margin-top:24px}.ReviewFormPage__content{margin:0 auto}.ReviewFormPage__sidebar{margin-left:10px}}.AddressSuggest{position:relative;white-space:normal}.AddressSuggest__errorList{font-size:.85em;margin:5px 0;padding:0;list-style:none;color:var(--red)}.AddressSuggest__suggest-item-content{font-size:var(--font-size-body1);overflow-x:hidden;text-overflow:ellipsis;color:var(--black)}.PageEditContacts-eEOqT{padding:30px 0}.PageEditContacts__helpIcon-CMYBk,.PageEditContacts__phonesItemAddLabel-B6zyy,.PageEditContacts__phonesItemFromLabel-YlLyO,.PageEditContacts__phonesItemToLabel-Rknyj{margin-top:17px}.PageEditContacts__country-kgDZI{width:auto}.PageEditContacts__noContent-xw_17{font-size:var(--font-size-body1)}.PageEditContacts__title-sBmmt{font-size:var(--font-size-h4);font-weight:700;margin-bottom:32px}.PageEditContacts__section-L4R8T{margin-bottom:48px}.PageEditContacts__sectionTitle-RQaic{font-size:var(--font-size-sub);font-weight:700;margin-bottom:24px}.PageEditContacts__map-a5gLX{margin-top:16px}.PageEditContacts__mapSwitcher-SZOlM{font-size:var(--font-size-body1);width:max-content;margin-top:8px;margin-left:auto;cursor:pointer;color:var(--blue)}.PageEditContacts__mapSwitcher-SZOlM:hover{color:var(--red)}.PageEditContacts__name-UU9IH{width:100%}.PageEditContacts__row-cLn_Z{display:flex;margin-bottom:16px}.PageEditContacts__rowLabel-jyAjr{font-size:var(--font-size-body1);width:300px}.PageEditContacts__rowControl-DKTmD{flex:1;width:790px}.PageEditContacts__phonesItem-ITxyV{font-size:var(--font-size-body1);margin-bottom:8px}.PageEditContacts__phonesItemContent-xVpP9{display:grid;align-items:flex-start;grid-template-columns:104px minmax(210px,1fr) max-content minmax(112px,120px) max-content;gap:8px}.PageEditContacts__phonesItemAdd-lLFad,.PageEditContacts__phonesItemFrom-ZZ7qa,.PageEditContacts__phonesItemPhone-sf1WZ,.PageEditContacts__phonesItemSip-MWHP5,.PageEditContacts__phonesItemTo-xTaK9{width:auto}.PageEditContacts__phonesItemSipContainer-vxl8C{grid-column:2/-1;grid-row:2}.PageEditContacts__phonesItemDelete-AtUSu{cursor:pointer;color:var(--blue)}.PageEditContacts__phonesItemDelete-AtUSu:hover{color:var(--red)}.PageEditContacts__phonesItemActions-haayK{display:flex;justify-content:flex-end;grid-column:2/-1;grid-row:3;gap:16px}.PageEditContacts__scheduleItem-ckFbE{display:grid;grid-template-columns:max-content minmax(90px,100px) max-content minmax(90px,100px);gap:8px}.PageEditContacts__sipHelpContainer-jZYZr{justify-self:end;grid-column:1;grid-row:2}.PageEditContacts__phonesItemError-gqRMA{font-size:var(--font-size-caption);width:165px;margin:4px 0 8px;color:var(--red)}.PageEditContacts__phonesItemSipError-A9muP{font-size:var(--font-size-caption);margin:4px 8px 8px;color:var(--red)}.PageEditContacts__phonesItemScheduleError-o1gwt{font-size:var(--font-size-caption);width:145px;padding:4px 8px 8px;color:var(--red)}.PageEditContacts__phonesAdd-gYW_F{font-size:var(--font-size-body1);cursor:pointer;color:var(--blue)}.PageEditContacts__phonesAdd-gYW_F:hover{color:var(--red)}.PageEditContacts__error-fsJFw{font-size:var(--font-size-body1);margin-bottom:24px;color:var(--red)}.PageEditContacts__buttons-Esyoq{display:flex;gap:16px;margin-top:24px}.PageEditContacts__sipHelp-IwJnd{width:600px}.PageEditContacts__helpIcon-CMYBk{position:relative}.PageEditContacts__sipHelpTitle-W_tIM{font-weight:700;margin-top:0}.PageEditContacts__sipHelpParagraph-nLpfU{margin:12px 0}.PageEditContacts__sipHelpLink-V4sOc{display:inline;text-decoration:underline}