@import url(https://unpkg.com/leaflet@1.5.1/dist/leaflet.css);
.Typography-module__Title--jr5sM{font-family:"Inter",sans-serif;font-weight:600;font-size:48px;line-height:64px}.Typography-module__H1--ppvFG{font-family:"Inter",sans-serif;font-weight:600;font-size:34px;line-height:44px}.Typography-module__H2--OzrKw{font-family:"Inter",sans-serif;font-weight:600;font-size:24px;line-height:24px}.Typography-module__H3--TW29X{font-family:"Inter",sans-serif;font-weight:600;font-size:20px;line-height:24px}.Typography-module__subtitle1--e8pjT{font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:20px}.Typography-module__subtitle2--K3zX6{font-family:"Inter",sans-serif;font-weight:700;font-size:14px;line-height:16px}.Typography-module__body1--Xc5Ib{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:20px}.Typography-module__body2--kpW4s{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:16px}.Typography-module__caption--O5lwp{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px}.Typography-module__overline--coPFw{font-family:"Inter",sans-serif;font-weight:600;font-size:10px;line-height:16px;letter-spacing:1.2px}
.Toast-module__wrapper--ujrTj{display:flex;align-items:center;padding:16px;max-width:344px;width:100%;min-height:56px;border-radius:16px;animation:Toast-module__showingToast--G57Qe .2s;cursor:pointer}.Toast-module__wrapper_success--KdU2Z{background:#2ca853}.Toast-module__wrapper_error--nFMX5{background:#f55}.Toast-module__wrapper--ujrTj .Toast-module__text--aRH69{margin-left:8px;color:#fff}.Toast-module__wrapper--ujrTj .Toast-module__icon--czPca{display:flex;align-items:center;justify-content:center;width:19px;height:19px;border:2px solid #fff;border-radius:50%}.Toast-module__wrapper--ujrTj .Toast-module__icon--czPca svg{width:15px;height:15px}.Toast-module__wrapper--ujrTj .Toast-module__icon--czPca svg path{stroke-width:2px;stroke:#fff}.Toast-module__wrapper--ujrTj .Toast-module__icon_error--zqQiE svg{width:11px;height:11px}@keyframes Toast-module__showingToast--G57Qe{from{transform:translateY(-100%)}to{transform:translateY(0)}}
*{padding:0;margin:0;outline:none;box-sizing:border-box}a:focus,.App__button--Fgnr5:focus,.App__button--Fgnr5.App__alt--EyiTa:focus,button:focus,input[type=button]:focus,input[type=reset]:focus,input[type=submit]:focus{outline:none}li{list-style:none}a{text-decoration:none;cursor:pointer;font-size:inherit;color:inherit;line-height:inherit;letter-spacing:inherit}body{overflow:hidden;font-family:sans-serif;font-weight:normal;font-size:16px;background:#fff}button{background:none;border:none;outline:none;cursor:pointer;transition-duration:.2s;transition-property:opacity,background,border}button:hover{opacity:.8}input{background:none;border:none}.App__empty_relative--dhEAW{position:relative;min-height:50px}svg.App__recharts-surface--NNrBf{overflow:visible}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
.Uikit-module__wrapper--sKZrv{padding:30px;background:#ccc}.Uikit-module__wrapper--sKZrv .Uikit-module__block--Wmjge{margin-bottom:20px}
.Tooltip-module__wrapper--GIxiP{display:block;padding:2px 8px;padding-right:10px;border-radius:8px;background:#181a24;color:#fff}.Tooltip-module__wrapper_no-wrap--ElLgI{white-space:nowrap}
.Svg-module__wrapper--EUwz_ .Svg-module__title--gL9zG{margin-bottom:20px}.Svg-module__wrapper--EUwz_ .Svg-module__block--Q4GRG{display:flex;flex-wrap:wrap}.Svg-module__wrapper--EUwz_ .Svg-module__box--fkqRI{display:flex;justify-content:center;align-items:center;width:50px;height:50px;border:1px solid #000}.Svg-module__wrapper--EUwz_ .Svg-module__box--fkqRI svg{width:100%;height:100%}
.Checkbox-module__label--aiqeY{display:flex;align-items:flex-start;cursor:pointer}.Checkbox-module__label--aiqeY .Checkbox-module__checkbox--kMiN1{display:none}.Checkbox-module__label--aiqeY .Checkbox-module__block--Axdb7{display:flex;justify-content:center;align-items:center;width:24px;height:24px;border-radius:6px;border:1px solid #d6d6da;cursor:pointer;transition:.2s}.Checkbox-module__label--aiqeY .Checkbox-module__icon--zEOgL{min-width:18px;height:18px;opacity:0;transition:.2s}.Checkbox-module__label--aiqeY .Checkbox-module__icon--zEOgL path{stroke:#181a24}.Checkbox-module__label--aiqeY .Checkbox-module__checkbox--kMiN1:checked+.Checkbox-module__block--Axdb7{background-color:#add47d;border-color:#add47d}.Checkbox-module__label--aiqeY .Checkbox-module__checkbox--kMiN1:checked+.Checkbox-module__block--Axdb7 .Checkbox-module__icon--zEOgL{opacity:1}.Checkbox-module__label--aiqeY .Checkbox-module__content--ilTJL{margin-left:16px;margin-top:3px;cursor:pointer}.Checkbox-module__label--aiqeY .Checkbox-module__content_center--Js4wT{margin-top:0}
.Modal-module__modal--Z8XHW{position:fixed;left:0;top:0;display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;transition:.2s;visibility:hidden;z-index:200}.Modal-module__modal_showed--V9Qev{background:rgba(24,26,36,.48);visibility:visible}.Modal-module__modal--Z8XHW .Modal-module__window--wWx_Z{position:relative;padding:32px 40px;border-radius:16px;background:#fff;opacity:0;transform:translateY(-100px);transition:.2s}.Modal-module__modal--Z8XHW .Modal-module__window_showed--xTbxQ{opacity:1;transform:translateY(0)}.Modal-module__modal--Z8XHW .Modal-module__top--gMV_p{display:flex;align-items:center;margin-bottom:30px;height:44px}.Modal-module__modal--Z8XHW .Modal-module__title--D1KxW{margin-right:10px}.Modal-module__modal--Z8XHW .Modal-module__close--sjX6K{display:flex;justify-content:center;align-items:center;min-width:44px;height:44px;margin-right:0;margin-left:auto;border:1px solid #d6d6da;border-radius:12px}.Modal-module__modal--Z8XHW .Modal-module__close--sjX6K svg path{stroke:#181a24}@media screen and (max-width: 1024px){.Modal-module__modal--Z8XHW{align-items:flex-end}.Modal-module__modal--Z8XHW .Modal-module__window--wWx_Z{display:flex;flex-direction:column;padding:0 20px 32px 20px;width:100%;max-height:calc(100% - 30px);border-radius:24px 24px 0px 0px;transform:translateY(100vh);opacity:1}.Modal-module__modal--Z8XHW .Modal-module__window_showed--xTbxQ{transform:translateY(0)}.Modal-module__modal--Z8XHW .Modal-module__top--gMV_p{padding:16px 0 20px 0;margin:0;height:auto}.Modal-module__modal--Z8XHW .Modal-module__content--oRtqD{overflow-y:auto;overflow-x:hidden}}
.Button-module__button--WJ6NM{display:flex;justify-content:center;align-items:center;padding:12px 20px;border-radius:12px;white-space:nowrap}.Button-module__button_primary--osvBE{background:#181a24;color:#fff}.Button-module__button_primary--osvBE:not(.Button-module__button_icon-unset--OsRP_) svg path{stroke:#fff}.Button-module__button--WJ6NM:disabled{background:#91929e;cursor:default;opacity:1}.Button-module__button_secondary--M02bg{border:1px solid #d6d6da;color:#181a24}.Button-module__button_secondary--M02bg:not(.Button-module__button_icon-unset--OsRP_) svg path{fill:#181a24;stroke:#181a24}.Button-module__button_secondary--M02bg:disabled{background:none;opacity:.6}.Button-module__button_tertiary--OddJx{padding:0;border:none;color:#1a73e8}.Button-module__button_tertiary--OddJx:not(.Button-module__button_icon-unset--OsRP_) svg path{fill:#1a73e8;stroke:#1a73e8}.Button-module__button_tertiary--OddJx:disabled{background:none;opacity:.6}.Button-module__button_only-icon--mMMRZ{padding:12px}.Button-module__button_only-icon--mMMRZ div{margin:0}.Button-module__icon-left--q_sRR{margin-right:8px}.Button-module__icon-right--dEjiO{margin-left:8px}
.Datepicker-module__wrapper--OLyhK{position:relative;display:inline-block}.Datepicker-module__wrapper--OLyhK .Datepicker-module__input--sDrsN{border:1px solid #000}.Datepicker-module__wrapper--OLyhK .Datepicker-module__window--DJrXP{position:absolute;padding:16px;min-width:300px;background:#fff;border:1px solid #ccc;opacity:0;visibility:hidden;z-index:100;transition-duration:.2s;transition-property:opacity,visibility}.Datepicker-module__wrapper--OLyhK .Datepicker-module__window_opened--Ql8jw{opacity:1;visibility:visible}.Datepicker-module__wrapper--OLyhK .Datepicker-module__window_horizontal--e1e8l{display:flex}.Datepicker-module__wrapper--OLyhK .Datepicker-module__header--Zc2iH{margin-bottom:12px;display:flex;align-items:center;justify-content:space-between}.Datepicker-module__wrapper--OLyhK .Datepicker-module__header__date--Vakl6{display:flex;gap:4px}.Datepicker-module__wrapper--OLyhK .Datepicker-module__weekdays--_CUU4{margin-bottom:6px;display:flex;justify-content:space-between}.Datepicker-module__wrapper--OLyhK .Datepicker-module__weekday--NBvt5{display:flex;align-items:center;justify-content:center;width:24px;font-size:12px}.Datepicker-module__wrapper--OLyhK .Datepicker-module__weeks--wjGLU{display:flex;flex-direction:column;gap:10px}.Datepicker-module__wrapper--OLyhK .Datepicker-module__week--T3CMP{display:flex;justify-content:space-between;gap:8px 10px}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day--zhC8E{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_today--bkChE{border:1px solid #000}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_selected-start--ueyfl{background:green}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_selected-end--aBRJP{background:blue}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_range--p9fKH{background:blue;opacity:.5}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_hidden--NUpja{transition:none;opacity:0;visibility:0}.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_less-min--sYPJV,.Datepicker-module__wrapper--OLyhK .Datepicker-module__day_more-max--xrCO1{opacity:.3}.Datepicker-module__wrapper--OLyhK .Datepicker-module__arrow_hide--L3PYP{opacity:0;visibility:hidden}
.Yearpicker-module__wrapper--r1qoT{position:absolute;left:0;top:0;padding:16px;width:100%;height:100%;background:#fff;z-index:10}.Yearpicker-module__wrapper--r1qoT .Yearpicker-module__years--SPVuh{display:flex;flex-direction:column;gap:16px}.Yearpicker-module__wrapper--r1qoT .Yearpicker-module__row--HOqgV{display:flex;justify-content:center;gap:24px}.Yearpicker-module__wrapper--r1qoT .Yearpicker-module__year_active--va1wY{background:#ff0}
.Input-module__wrapper--wHQV9{width:100%}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi{position:relative;display:block;height:48px;cursor:text}.Input-module__wrapper--wHQV9 .Input-module__label_multiline--eNHec{height:auto}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder--SACtW{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:20px;position:absolute;top:50%;left:15px;width:calc(100% - 20px);transform:translateY(-50%);transition:.2s;transition-property:transform,background-color,font-size;pointer-events:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;text-align:left;color:#5e6071;z-index:2}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_phone--L5gQv{left:48px;width:calc(100% - 48px)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_small--HYCpw{font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:16px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_multiline--ussLe{padding-top:9px;top:16px;width:calc(100% - 85px);background:#ebedf1;transform:translateY(-10px)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_multiline--ussLe.Input-module__placeholder_focused--EFsfH{background:#fff}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_multiline--ussLe.Input-module__placeholder_error--pYNEM{background:rgba(0,0,0,0)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_active--DjhJ0{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;transform:translateY(-15px)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_left-icon--t2eJz{left:56px;width:calc(100% - 56px)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__placeholder_hide--rFLbW{display:none}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input--O3LYQ{font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:20px;padding:12px 15px;width:100%;background:#ebedf1;border-radius:12px;border:1px solid rgba(0,0,0,0);transition:.2s;transition-property:border-color,background-color}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_phone--xwcT2{padding-right:0;padding-left:0}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_phone--xwcT2 .flag-dropdown{display:flex;flex-direction:column;justify-content:flex-end;background:none;border:none}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_phone--xwcT2 .selected-flag{height:100%}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_phone--xwcT2 .selected-flag:hover{background:none}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_phone--xwcT2 input{height:20px;border:none;background:none}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input--O3LYQ:focus,.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input--O3LYQ:hover{border-color:#202123}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input--O3LYQ:disabled{border-color:rgba(0,0,0,0)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_outlined--nUXRo{background-color:#fff;border:1px solid #d6d6da}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_outlined--nUXRo:disabled{border-color:#d6d6da}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_error--TUodP{border-color:#f55;background-color:#ffecef}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input--O3LYQ:focus{background:#fff}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_with-placeholder--_7K9n{padding-top:21px;padding-bottom:5px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_left-icon--vSngN{padding-left:56px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_right-icon--EydTs{padding-right:56px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_multiline--Q7tno{width:100%;resize:vertical}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_multiline--Q7tno::-webkit-scrollbar{width:8px;height:8px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_multiline--Q7tno::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__input_multiline--Q7tno::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b6b7bf}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__icon--UXn8o{position:absolute;top:50%;display:flex;justify-content:center;align-items:center;transform:translateY(-50%)}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__icon_right--OV4GV{right:16px}.Input-module__wrapper--wHQV9 .Input-module__label--qSgoi .Input-module__icon_left--Jx25T{left:16px}.Input-module__wrapper--wHQV9 .Input-module__amount--QP3os{margin-top:4px;margin-left:16px}.Input-module__wrapper--wHQV9 .Input-module__helper--ZwUnR{margin-left:16px;margin-top:4px;color:#5e6071}.Input-module__wrapper--wHQV9 .Input-module__error--_huu4{margin-top:5px;margin-left:15px;color:#f55}
.DatePickerNew-module__wrapper--Unna8{padding:0}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__header--aKS4k{padding-bottom:14px;margin-bottom:6px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__window--PWSxt{padding:0;min-width:0;border:none;box-shadow:0px 0px 10px rgba(0,0,0,.1),0px 4px 30px rgba(0,0,0,.1);border-radius:12px;background:#fff}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker--IZKdM{padding:16px;width:256px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__date--nelFI{display:flex;gap:4px;color:#5e6071}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__dayweek--lx0me{display:flex;justify-content:center;flex:1}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__week--GYHGi{gap:0}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day--Om2op{position:relative;flex:1;height:32px;border:none;background:none}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day--Om2op span{position:relative;display:flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:10px;z-index:2}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start--UFpKD,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U{background:none}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start--UFpKD span,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U span{background:#8dc045}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start-range--Z70UI::before,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start-range--Z70UI::after,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U::before,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U::after,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50::before,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50::after{content:"";position:absolute;top:50%;margin-top:-14px;width:14px;height:28px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start-range--Z70UI::before,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U::before,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50::before{left:0}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start-range--Z70UI::after,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U::after,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50::after{right:0}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_start-range--Z70UI::after{background:#d8ebba}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_end--sKh1U::before{background:#d8ebba}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50{opacity:1}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50 span{background:#d8ebba}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50::before,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50::after{background:#d8ebba}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_range--Wfh50:hover span{background:#ededef}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_today--MUUN_ span{border:1px solid #202123}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_today--MUUN_.DatePickerNew-module__day_start--UFpKD span,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_today--MUUN_.DatePickerNew-module__day_end--sKh1U span{background:#8dc045}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_today--MUUN_:hover span{background:#627e51}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day_disabled--mPSIl{opacity:.3}@media screen and (max-width: 1024px){.DatePickerNew-module__wrapper--Unna8{width:100%}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__label--vzGU9{overflow:hidden}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker-wrapper--dK46x{width:100%;height:calc(100% - 130px);overflow:auto}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker-wrapper--dK46x::-webkit-scrollbar{width:8px;height:8px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker-wrapper--dK46x::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker-wrapper--dK46x::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b6b7bf}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__window--PWSxt{display:none}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__window_full--Qn9Pj{position:static;display:flex;flex-direction:column;align-items:center;width:100%;flex:1;box-shadow:none;overflow:auto}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker--IZKdM{width:100%}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__datepicker_hide--SvVeM{display:none}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__header_hide--yiEOw{display:none}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day--Om2op{width:46px;height:46px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day--Om2op span{width:44px;height:44px;font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:20px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day--Om2op::after,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__day--Om2op::before{width:50%;height:44px;margin-top:-22px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__custom-week--mthpC{display:flex;justify-content:space-between;padding:0 16px;padding-bottom:8px;margin-bottom:16px;border-bottom:1px solid #e3e4e7}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__custom-weekday--akhVq{color:rgba(25,28,52,.48)}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__custom-header--l9kyo{display:flex;justify-content:space-between;align-items:center;margin-bottom:31px;padding:0 8px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__custom-header_year--M_7rQ{justify-content:center;margin-bottom:0;padding-bottom:15px;border-bottom:1px solid #e3e4e7}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__btn--JdXA_{position:absolute;bottom:7px;left:8px;width:calc(100% - 16px);z-index:10}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__yearpicker--w4ip9{position:static}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__years--NOUhX{padding:0 32px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__year-row--sNqSE{justify-content:space-between}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__year-value--tv2yY{display:flex;justify-content:center;align-items:center;width:104px;height:104px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__year-value--tv2yY span{display:flex;justify-content:center;align-items:center;width:72px;height:36px;border-radius:100px;font-family:"Inter",sans-serif;font-weight:400;font-size:16px;line-height:20px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__year-value_active--XUtr5 span{background:#8dc045;color:#fff;font-family:"Inter",sans-serif;font-weight:600;font-size:16px;line-height:20px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__btns--bauc0{display:flex;justify-content:space-between;padding:8px}.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__cancel--ofhF2,.DatePickerNew-module__wrapper--Unna8 .DatePickerNew-module__ok--JQMaO{width:calc(50% - 4px)}}@media screen and (max-width: 1024px){.DatePickerNew-module__modal--ZyrAX{height:100%}.DatePickerNew-module__modal--ZyrAX .DatePickerNew-module__modal-window--CjoQU{height:100%;padding:0}.DatePickerNew-module__modal--ZyrAX .DatePickerNew-module__modal-content--ImFNz{height:100%;overflow:hidden}}
.SelectItem-module__item--ORJP2{display:block;padding:12px 16px;width:100%;text-align:left;transition:.2s}.SelectItem-module__item_outlined--bDMNE{padding-top:14px;padding-bottom:14px}.SelectItem-module__item--ORJP2:hover{background:#ededef}.SelectItem-module__item_active--_kBO6.SelectItem-module__item_highlight--ClvJv{background:#ededef}
.Select-module__wrapper--HLaIN{position:relative;z-index:10;overflow:hidden}.Select-module__wrapper_opened--yt8de{overflow:visible}.Select-module__wrapper--HLaIN .Select-module__input-wrapper--js3dp{position:absolute;left:0;top:0;width:100%;height:100%}.Select-module__wrapper--HLaIN .Select-module__input-wrapper--js3dp input:hover{border-color:none}.Select-module__wrapper--HLaIN .Select-module__input--qerFU{height:45px;border:none !important}.Select-module__wrapper--HLaIN .Select-module__value--nYllf{position:relative;display:flex;align-items:center;cursor:pointer}.Select-module__wrapper--HLaIN .Select-module__value--nYllf *>div>button{padding:0}.Select-module__wrapper--HLaIN .Select-module__value--nYllf *>div>button:hover{background:rgba(0,0,0,0)}.Select-module__wrapper--HLaIN .Select-module__value_outlined--kcOyH{padding:22px 16px 6px 16px;width:100%;height:48px;background:#ebedf1;border:1px solid rgba(0,0,0,0);border-radius:12px}.Select-module__wrapper--HLaIN .Select-module__value_outlined--kcOyH:hover{opacity:1}.Select-module__wrapper--HLaIN .Select-module__value_outlined--kcOyH.Select-module__value_opened--zDalI{background:#fff;border-color:#202123}.Select-module__wrapper--HLaIN .Select-module__value_disabled--JxzlV{color:#91929e}.Select-module__wrapper--HLaIN .Select-module__value_error--VQdMX{border:1px solid #f55;border-bottom:1px solid #f55;background-color:#ffecef}.Select-module__wrapper--HLaIN .Select-module__value_error--VQdMX input{background:rgba(0,0,0,0) !important}.Select-module__wrapper--HLaIN .Select-module__arrow--JgR5C{margin-left:12px;transition:.2s}.Select-module__wrapper--HLaIN .Select-module__arrow_showed--Hx4wN{transform:rotateX(180deg)}.Select-module__wrapper--HLaIN .Select-module__arrow_outlined--lRqpb{position:absolute;right:16px;top:50%;margin-left:0;transform:translateY(-50%)}.Select-module__wrapper--HLaIN .Select-module__arrow_outlined--lRqpb.Select-module__arrow_showed--Hx4wN{transform:translateY(-50%) rotateX(180deg)}.Select-module__wrapper--HLaIN .Select-module__selected-value--lYC8f{width:100%}.Select-module__wrapper--HLaIN .Select-module__selected-value--lYC8f div{width:100%;white-space:nowrap;text-overflow:ellipsis;text-align:left;overflow:hidden}.Select-module__wrapper--HLaIN .Select-module__clear--FUTSF{margin-left:16px}.Select-module__wrapper--HLaIN .Select-module__clear_outlined--iCdrH{position:absolute;right:16px;top:50%;margin-left:0;transform:translateY(-50%)}.Select-module__wrapper--HLaIN .Select-module__clear--FUTSF path{stroke:#181a24}.Select-module__wrapper--HLaIN .Select-module__list--hX0Yb{position:absolute;left:0;padding:8px 0;background:#fff;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:12px;opacity:0;visibility:hidden;transition:.2s}.Select-module__wrapper--HLaIN .Select-module__list_right--CMMw8{left:auto;right:0}.Select-module__wrapper--HLaIN .Select-module__list_showed--_hVZ9{opacity:1;visibility:visible}.Select-module__wrapper--HLaIN .Select-module__list_outlined--uAcT6{width:100%;max-height:236px;overflow:auto}.Select-module__wrapper--HLaIN .Select-module__list_outlined--uAcT6::-webkit-scrollbar{width:8px;height:8px}.Select-module__wrapper--HLaIN .Select-module__list_outlined--uAcT6::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.Select-module__wrapper--HLaIN .Select-module__list_outlined--uAcT6::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b6b7bf}.Select-module__wrapper--HLaIN .Select-module__list_full-width--zy6Uz{width:calc(100vw - 40px)}.Select-module__wrapper--HLaIN .Select-module__placeholder--psGgi{color:#91929e;transition:.2s}.Select-module__wrapper--HLaIN .Select-module__placeholder_outlined--K5aKk{position:absolute;color:#5e6071;transform:translateY(-8px)}.Select-module__wrapper--HLaIN .Select-module__placeholder_outlined--K5aKk.Select-module__placeholder_opened--sE6hL{font-family:"Inter",sans-serif;font-weight:400;font-size:12px;line-height:16px;transform:translateY(-15px)}.Select-module__wrapper--HLaIN .Select-module__placeholder_disabled--WxkSg{color:#91929e}.Select-module__wrapper--HLaIN .Select-module__hidden--ou3FO{display:none !important}.Select-module__wrapper--HLaIN .Select-module__empty--VJNXo{padding:12px 16px;color:#5e6071}.Select-module__wrapper--HLaIN .Select-module__error--IrtnI{margin-top:5px;margin-left:15px;color:#f55}
.TableCard-module__wrapper--WmWZK{display:flex;flex-direction:column;gap:12px;padding:16px;border:1px solid #d6d6da;border-radius:16px}.TableCard-module__wrapper--WmWZK .TableCard-module__line--a44Y0{display:flex;justify-content:space-between;gap:12px}.TableCard-module__wrapper--WmWZK .TableCard-module__title--YImr9{max-width:calc(50% - 16px);color:#5e6071}.TableCard-module__wrapper--WmWZK .TableCard-module__value--Fu1H5{max-width:50%;text-align:right;word-break:break-all}.TableCard-module__wrapper--WmWZK .TableCard-module__btn--j_MD5{width:100%}.TableCard-module__wrapper--WmWZK .TableCard-module__skeleton--mze5Y{width:calc(50% - 24px)}
.AccordionButton-module__indicator--hDTzQ{display:flex;align-items:center;color:#1a73e8}.AccordionButton-module__arrow--g3AXt{margin-left:8px;transition:.2s transform}.AccordionButton-module__arrow_opened--OraEl{transform:rotateX(180deg)}.AccordionButton-module__arrow--g3AXt path{stroke:#1a73e8}@media screen and (max-width: 1024px){.AccordionButton-module__indicator--hDTzQ{margin-left:24px;width:44px;height:44px;border:1px solid #d6d6da;border-radius:12px}.AccordionButton-module__arrow--g3AXt path{stroke:#181a24}}
.Accordion-module__wrapper--q_vh0{padding:28px 24px;border:1px solid #d6d6da;border-radius:12px}.Accordion-module__wrapper_bottom--y3Wjl{display:flex;flex-direction:column-reverse}.Accordion-module__wrapper--q_vh0 .Accordion-module__top--r8_0j{display:flex;align-items:center;justify-content:space-between}.Accordion-module__wrapper--q_vh0 .Accordion-module__top_bottom--mdRXL{margin-top:20px}.Accordion-module__wrapper--q_vh0 .Accordion-module__bottom--OlCZQ{overflow:hidden;transition:.4s}.Accordion-module__wrapper--q_vh0 .Accordion-module__bottom_opened--fD837{margin-top:12px}.Accordion-module__wrapper--q_vh0 .Accordion-module__bottom_top--Y_m_s.Accordion-module__bottom_opened--fD837{margin-top:0;margin-bottom:12px}@media screen and (max-width: 1024px){.Accordion-module__wrapper--q_vh0{padding:16px 24px}}
.RainbowLoaderCustom-module__loader--Xxs5R{width:100%;background:#ebedf1}.RainbowLoaderCustom-module__loader--Xxs5R>div{transition:.3s width linear}
.TableBody-module__tbody--Vpdnf{display:table-row-group;width:100%}.TableBody-module__tbody--Vpdnf .TableBody-module__row--Vdtr2{width:100%;border-bottom:1px solid #e3e4e7;transition-property:background,border;transition-duration:.2s}.TableBody-module__tbody--Vpdnf .TableBody-module__row_clickable--UQMjl{cursor:pointer}.TableBody-module__tbody--Vpdnf .TableBody-module__row_clickable--UQMjl:hover{background:#ededef}.TableBody-module__tbody--Vpdnf .TableBody-module__cell--rIXdh{padding:6px 16px;min-width:100px;height:52px}.TableBody-module__tbody--Vpdnf .TableBody-module__cell--rIXdh:first-child{padding-left:16px}.TableBody-module__tbody--Vpdnf .TableBody-module__cell--rIXdh:last-child{padding-right:16px}.TableBody-module__tbody--Vpdnf .TableBody-module__skeleton-cell--SmtBy{padding:22px 20px}.TableBody-module__tbody--Vpdnf .TableBody-module__accordion--VxCeM{padding:0;border:none}.TableBody-module__tbody--Vpdnf .TableBody-module__accordion-bottom--Z6zIF{margin-top:0}
.TableHead-module__thead--YAdSu{display:table-header-group;width:100%;z-index:10}.TableHead-module__thead--YAdSu .TableHead-module__row--Qcr3x{border-bottom:1px solid #e3e4e7}.TableHead-module__thead--YAdSu .TableHead-module__cell--pkBiS{position:sticky;top:0;padding:6px 16px;min-width:100px;height:56px;text-align:left;background:#fff;z-index:3}.TableHead-module__thead--YAdSu .TableHead-module__cell--pkBiS:first-child{padding-left:16px}.TableHead-module__thead--YAdSu .TableHead-module__cell--pkBiS:last-child{padding-right:16px}.TableHead-module__thead--YAdSu .TableHead-module__arrow--wM2Da{opacity:0;transition:.3s opacity transform}.TableHead-module__thead--YAdSu .TableHead-module__arrow_visible--vqkbQ{opacity:1}.TableHead-module__thead--YAdSu .TableHead-module__arrow_desc--vYq1R{transform:rotateX(180deg)}.TableHead-module__thead--YAdSu .TableHead-module__arrow--wM2Da path{fill:#91929e}.TableHead-module__thead--YAdSu .TableHead-module__btn--jbf5H{font-family:"Inter",sans-serif;font-weight:700;font-size:14px;line-height:16px;display:flex;align-items:center;white-space:nowrap;cursor:default;opacity:1}.TableHead-module__thead--YAdSu .TableHead-module__btn_sortable--A2MJd:hover .TableHead-module__arrow--wM2Da{opacity:1}
.DynamicSvgByPath-module__grayscale--Q3PPc{filter:grayscale(100%)}
.EmptyBlock-module__wrapper--g2Dq5{display:flex;flex-direction:column;align-items:center}.EmptyBlock-module__wrapper--g2Dq5 .EmptyBlock-module__icon--QYhFN{display:flex;justify-content:center;align-items:center;margin-bottom:20px;width:40px;height:40px;background:#8dc045;border-radius:12px}.EmptyBlock-module__wrapper--g2Dq5 .EmptyBlock-module__title--AUELy{text-align:center}.EmptyBlock-module__wrapper--g2Dq5 .EmptyBlock-module__title_with-text--A5gUD{margin-bottom:20px}.EmptyBlock-module__wrapper--g2Dq5 .EmptyBlock-module__text--p5WQh{text-align:center;color:#5e6071}
.FlyWindow-module__wrapper--YklLs{position:relative}.FlyWindow-module__window--i_gDW{position:absolute;padding:16px;width:356px;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:16px;background:#fff;z-index:4;opacity:0;visibility:hidden;transition-duration:.2s;transition-property:opacity,visibility}.FlyWindow-module__window_opened--xcwfp{opacity:1;visibility:visible}.FlyWindow-module__top--MPVIb{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.FlyWindow-module__bottom--Zvvc6{padding:16px;border-radius:8px;background:#ebedf1;text-align:left}.FlyWindow-module__close--wTtud path{stroke:#181a24}.FlyWindow-module__text--NHSWh{word-break:break-all}
.Loader-module__line--qJzc3{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;width:100%}
.Prompt-module__prompt--ptGeU{display:flex;align-items:center;padding:10px 16px;border-radius:8px}.Prompt-module__prompt_hint--lV9ZU{background-color:#e3f2ff}.Prompt-module__prompt_hint--lV9ZU .Prompt-module__icon--kK7rn path{stroke:#1a73e8}.Prompt-module__prompt_error--FPwvD{background-color:#ffecef}.Prompt-module__prompt_error--FPwvD .Prompt-module__icon--kK7rn path{stroke:#f55}.Prompt-module__icon--kK7rn{width:24px;height:24px;margin-right:16px}
.Radio-module__radio--GnLT2{display:flex;align-items:center;gap:16px;padding:12px 0;cursor:pointer}.Radio-module__circle--L_yHX{display:flex;justify-content:center;align-items:center;min-width:24px;height:24px;border:1px solid #d6d6da;border-radius:50%;transition:.2s}.Radio-module__circle--L_yHX::after{content:"";width:10px;height:10px;border-radius:50%;background-color:#202123;opacity:0;transition:.2s}.Radio-module__input--Uf7y5{display:none}.Radio-module__input--Uf7y5:checked+.Radio-module__circle--L_yHX{background-color:#2ca853;border-color:#2ca853}.Radio-module__input--Uf7y5:checked+.Radio-module__circle--L_yHX::after{opacity:1}
.Switch-module__switch--UKVnX .react-switch-handle{width:16px !important;height:16px !important;top:50% !important;left:4px !important;margin-top:-8px !important;box-shadow:none !important;transition-property:width,transform !important}.Switch-module__switch--UKVnX .react-switch-handle::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:6px;height:6px;border-radius:50%;background:#ebedf1;transition:.2s opacity}.Switch-module__switch--UKVnX .react-switch-bg{background:#ebedf1 !important}.Switch-module__switch_checked--nbzhK .react-switch-handle{width:6px !important;transform:translateX(28px) !important}.Switch-module__switch_checked--nbzhK .react-switch-handle::after{opacity:0}.Switch-module__switch_checked--nbzhK .react-switch-bg{background:#8dc045 !important}
.Table-module__wrapper--cm6X5{width:100%;overflow-x:auto}.Table-module__wrapper--cm6X5::-webkit-scrollbar{width:8px;height:8px}.Table-module__wrapper--cm6X5::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.Table-module__wrapper--cm6X5::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b6b7bf}.Table-module__wrapper_scrollable--iFnyr{overflow:auto}.Table-module__wrapper--cm6X5 .Table-module__table--TDARK{width:100%;border-collapse:collapse}.Table-module__wrapper_cards--y4Xgk{display:flex;flex-direction:column;gap:16px}.Table-module__wrapper--cm6X5 .Table-module__empty--Lccvq{margin-top:48px}.Table-module__wrapper--cm6X5 .Table-module__cards--XgMIX{display:flex;flex-direction:column;gap:20px}@media screen and (max-width: 1024px){.Table-module__wrapper--cm6X5 .Table-module__empty--Lccvq{margin-top:32px}}
.TableEmpty-module__wrapper--JzS0e{padding:48px 0}.TableEmpty-module__wrapper--JzS0e .TableEmpty-module__icon--bVZZa{display:flex;justify-content:center;align-items:center;margin:0 auto;margin-bottom:20px;width:40px;height:40px;border-radius:12px;background:#8dc045}.TableEmpty-module__wrapper--JzS0e .TableEmpty-module__icon--bVZZa path{stroke:#fff}.TableEmpty-module__wrapper--JzS0e .TableEmpty-module__title--KFHpo{margin-bottom:20px;text-align:center}.TableEmpty-module__wrapper--JzS0e .TableEmpty-module__description--_D60u{text-align:center}
.Pagination-module__wrapper--XvoCK{display:flex;align-items:center;justify-content:center}.Pagination-module__wrapper--XvoCK .Pagination-module__pages--lisYx{display:flex;margin:0 4px}.Pagination-module__wrapper--XvoCK .Pagination-module__page--zXYUv{margin:0 4px;width:65px;height:65px;border-radius:12px;border:1px solid rgba(0,0,0,0)}.Pagination-module__wrapper--XvoCK .Pagination-module__page_active--ReMEq{background:#8dc045}.Pagination-module__wrapper--XvoCK .Pagination-module__first--n8jJK,.Pagination-module__wrapper--XvoCK .Pagination-module__last--yRj4A,.Pagination-module__wrapper--XvoCK .Pagination-module__left--Ka3IK,.Pagination-module__wrapper--XvoCK .Pagination-module__right--jYdjh{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;border:1px solid rgba(0,0,0,0)}.Pagination-module__wrapper--XvoCK .Pagination-module__first--n8jJK:hover,.Pagination-module__wrapper--XvoCK .Pagination-module__last--yRj4A:hover,.Pagination-module__wrapper--XvoCK .Pagination-module__left--Ka3IK:hover,.Pagination-module__wrapper--XvoCK .Pagination-module__right--jYdjh:hover,.Pagination-module__wrapper--XvoCK .Pagination-module__page--zXYUv:hover{background:#ededef}.Pagination-module__wrapper--XvoCK .Pagination-module__first--n8jJK:active,.Pagination-module__wrapper--XvoCK .Pagination-module__last--yRj4A:active,.Pagination-module__wrapper--XvoCK .Pagination-module__left--Ka3IK:active,.Pagination-module__wrapper--XvoCK .Pagination-module__right--jYdjh:active,.Pagination-module__wrapper--XvoCK .Pagination-module__page--zXYUv:active{background:#e3e3e6}.Pagination-module__wrapper--XvoCK .Pagination-module__first--n8jJK:focus,.Pagination-module__wrapper--XvoCK .Pagination-module__last--yRj4A:focus,.Pagination-module__wrapper--XvoCK .Pagination-module__left--Ka3IK:focus,.Pagination-module__wrapper--XvoCK .Pagination-module__right--jYdjh:focus,.Pagination-module__wrapper--XvoCK .Pagination-module__page--zXYUv:focus{background:rgba(0,0,0,0);border-color:#181a24}.Pagination-module__wrapper--XvoCK .Pagination-module__first--n8jJK{margin-right:8px}.Pagination-module__wrapper--XvoCK .Pagination-module__last--yRj4A{margin-left:8px}
.AdminActionLog-module__wrapper--HkBYw .AdminActionLog-module__title--gQnPA{margin-bottom:28px}.AdminActionLog-module__wrapper--HkBYw .AdminActionLog-module__filters--QNgeY{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:16px}.AdminActionLog-module__wrapper--HkBYw .AdminActionLog-module__search--B6OOn{max-width:294px}.AdminActionLog-module__wrapper--HkBYw .AdminActionLog-module__action--SoyPP{width:176px}.AdminActionLog-module__wrapper--HkBYw .AdminActionLog-module__date--Zdaxv{min-width:276px}.AdminActionLog-module__wrapper--HkBYw .AdminActionLog-module__table--e5ZdL{margin-bottom:16px}
.Link-module__link--J9qCi{cursor:pointer}.Link-module__link_green--J8ifN{color:#8dc045}.Link-module__link_blue--QK3e0{color:#1a73e8}.Link-module__link_gray--tDSJ9{color:#5e6071}.Link-module__link_underline--Lfx_n{text-decoration:underline}.Link-module__link--J9qCi:hover{opacity:.7}
.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__title--RdowO{margin-bottom:24px}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__fields--Q8Asj{display:flex;justify-content:space-between;margin-bottom:24px}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__field--JXiNF{margin-bottom:24px}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__field--JXiNF:last-child{margin-bottom:0}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__field_mini--yGs2Y{width:calc(50% - 12px);margin-bottom:0}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__flag--kHbH4{margin-right:16px;width:24px !important;height:20px !important}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__left--tbmb5,.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__right--AqVFK{width:calc(50% - 12px)}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__right_error--CG4CT{display:flex;flex-direction:column;gap:22px}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__box--PRJtp{display:flex;justify-content:space-between}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__btns--u5I7T{display:flex;justify-content:flex-end;gap:16px}@media screen and (max-width: 1024px){.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__fields--Q8Asj{flex-direction:column;gap:24px}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__right--AqVFK,.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__left--tbmb5{width:100%}.AccountSettingsForm-module__form--mZ6Cp .AccountSettingsForm-module__btns--u5I7T{flex-direction:column-reverse}}
.WindowBlock-module__wrapper--H8iNl{border:1px solid #d6d6da;border-radius:12px}.WindowBlock-module__wrapper_medium--sUwJ8{padding:24px}.WindowBlock-module__wrapper_big--qG1_3{padding:24px 32px}
.YandexMap-module__map--jsr25{width:100%;height:100%}
.ApprovalForm-module__wrapper--V0xSQ{margin-bottom:28px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__title--rn8R8{margin-bottom:16px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__top--oeniL{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__size-label--_bAYS{display:flex;align-items:center;margin-bottom:16px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__info--h5kZ2{margin-left:8px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__info--h5kZ2 path{stroke:#5e6071}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__info--h5kZ2 path:last-child{fill:#5e6071}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__middle--CvvKY{margin-bottom:32px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__head--yDP7W{display:flex;justify-content:space-between;margin-bottom:16px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__size-field--W1010{max-width:136px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__add-coordiantes--Le0Xo{margin-right:16px;margin-left:auto}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__coordinates--f4SE1{display:flex;flex-wrap:wrap;gap:24px;margin-bottom:44px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__field-wrapper--mMYqq{min-width:396px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__field-label--MZw01{margin-bottom:8px;color:#5e6071}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__field-box--Y9qEf{display:flex;align-items:flex-start}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__field--EZpcb{margin-right:16px;width:336px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__trash--VQbW8 path{stroke:#181a24}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__exclusions--UgCR_{display:flex;flex-direction:column;gap:40px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__exclusion--OCrXH{display:flex;flex-wrap:wrap;gap:24px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__exclusion-top--v5kcU{display:flex;justify-content:space-between;align-items:center}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__exclusion-title--igN1Y{margin-bottom:16px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__add-exclusions--VHM9i{margin-right:0;margin-left:auto;margin-top:20px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__btns--YoFik{display:flex;justify-content:flex-end}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__trash--VQbW8{height:48.5px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__save--YT35I{margin:0 16px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__pencil--Ajrkt path{stroke:#181a24}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__modal--kaPHE{width:834px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__modal-top--YvHqI{display:flex;align-items:center;margin-bottom:16px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__modal-field--VlV10{margin-right:16px;max-width:195px}.ApprovalForm-module__wrapper--V0xSQ .ApprovalForm-module__map--DLh04{display:flex;justify-content:center;align-items:center;height:456px;border-radius:24px;background:#ebedf1}.ApprovalForm-module__tooltip--MsHey{padding:16px;max-width:348px}
.ChangePasswordForm-module__form--V8zVV{max-width:453px}.ChangePasswordForm-module__form--V8zVV .ChangePasswordForm-module__field--nkdX2{margin-bottom:24px}.ChangePasswordForm-module__form--V8zVV .ChangePasswordForm-module__field--nkdX2:last-child{margin-bottom:0}.ChangePasswordForm-module__form--V8zVV .ChangePasswordForm-module__btn--bZnAf{margin-top:24px}@media screen and (max-width: 1024px){.ChangePasswordForm-module__form--V8zVV{max-width:none}.ChangePasswordForm-module__form--V8zVV .ChangePasswordForm-module__btn--bZnAf{width:100%}}
.ComissionRateForm-module__form--ZJCCL{max-width:500px}.ComissionRateForm-module__form--ZJCCL .ComissionRateForm-module__field--SAL6V{margin-bottom:40px}.ComissionRateForm-module__form--ZJCCL .ComissionRateForm-module__btns--OwvNg{display:flex;justify-content:flex-end}.ComissionRateForm-module__form--ZJCCL .ComissionRateForm-module__cancel--KGWkf{margin-right:16px}
.CostOfLandForm-module__form--tfBc3{max-width:500px}.CostOfLandForm-module__form--tfBc3 .CostOfLandForm-module__field--WSm3Z{margin-bottom:40px}.CostOfLandForm-module__form--tfBc3 .CostOfLandForm-module__btns--QneMm{display:flex;justify-content:flex-end}.CostOfLandForm-module__form--tfBc3 .CostOfLandForm-module__cancel--vZ0j7{margin-right:16px}
.CreatePasswordForm-module__wrapper--M5C5S{display:flex;flex-direction:column;align-items:center;margin:0 auto;max-width:400px}.CreatePasswordForm-module__wrapper--M5C5S .CreatePasswordForm-module__title--KL2rZ{margin-bottom:32px}.CreatePasswordForm-module__wrapper--M5C5S .CreatePasswordForm-module__fields--nkmO6{margin-bottom:28px;max-width:400px;width:100%}.CreatePasswordForm-module__wrapper--M5C5S .CreatePasswordForm-module__input--dCdsh{margin-bottom:24px}.CreatePasswordForm-module__wrapper--M5C5S .CreatePasswordForm-module__input--dCdsh:last-child{margin-bottom:0}.CreatePasswordForm-module__wrapper--M5C5S .CreatePasswordForm-module__agree--unXQz{margin-bottom:36px}.CreatePasswordForm-module__wrapper--M5C5S .CreatePasswordForm-module__btn--NafZT{margin:0 auto}
.CryptoSupport-module__fields--iNUG1{display:flex;flex-direction:column;gap:24px;margin-bottom:40px}.CryptoSupport-module__top--F_liN{display:flex;justify-content:space-between;gap:24px}.CryptoSupport-module__btn--f3jR_{margin-right:0;margin-left:auto}.CryptoSupport-module__message--heElq{height:104px}@media screen and (max-width: 768px){.CryptoSupport-module__top--F_liN{flex-direction:column}.CryptoSupport-module__btn--f3jR_{width:100%}}
.DecliningForm-module__wrapper--wTk32{margin-bottom:28px}.DecliningForm-module__wrapper--wTk32 .DecliningForm-module__title--yDhPE{margin-bottom:16px}.DecliningForm-module__wrapper--wTk32 .DecliningForm-module__subtitle--YQcII{margin-bottom:16px}.DecliningForm-module__wrapper--wTk32 .DecliningForm-module__field--sPsXD{margin-bottom:32px;max-width:440px}.DecliningForm-module__wrapper--wTk32 .DecliningForm-module__btns--AkqFQ{display:flex}.DecliningForm-module__wrapper--wTk32 .DecliningForm-module__cancel--o8aum{margin-right:16px}
.InputGroup-module__wrapper--p97fG{display:flex;flex-wrap:wrap}.InputGroup-module__wrapper--p97fG .InputGroup-module__field--dA7F1{margin-right:16px;width:48px}.InputGroup-module__wrapper--p97fG .InputGroup-module__field--dA7F1:last-child{margin-right:0}.InputGroup-module__wrapper--p97fG .InputGroup-module__field--dA7F1 input{text-align:center}.InputGroup-module__wrapper--p97fG .InputGroup-module__error--pztRk{margin-top:8px;width:100%;color:#f55}@media screen and (max-width: 1024px){.InputGroup-module__wrapper--p97fG{flex-wrap:nowrap;justify-content:space-between}.InputGroup-module__wrapper--p97fG .InputGroup-module__field--dA7F1{margin-right:0}}
.EmailVerificationForm-module__email-form--dtgSv{max-width:453px}.EmailVerificationForm-module__email-form--dtgSv .EmailVerificationForm-module__title--bYEES{margin-bottom:24px}.EmailVerificationForm-module__email-form--dtgSv .EmailVerificationForm-module__field--ha_sM{margin-bottom:24px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__title--bYEES{margin-bottom:8px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__subtitle--nySrR{margin-bottom:24px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__subtitle__bold--mtvw3{font-weight:600}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__field--ha_sM{margin-bottom:24px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__btns--XiPNW{display:flex;gap:16px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__resend--gTutG,.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__change--gfvaP{padding:0 20px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__paper--EgIrz path,.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__mail--C1RfA path{stroke:#1a73e8}@media screen and (max-width: 1024px){.EmailVerificationForm-module__email-form--dtgSv{max-width:none}.EmailVerificationForm-module__email-form--dtgSv .EmailVerificationForm-module__confirm--nnqS9{width:100%}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__field--ha_sM{max-width:320px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__btns--XiPNW{flex-direction:column-reverse}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__resend--gTutG,.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__change--gfvaP{height:44px}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__resend--gTutG{order:-1}.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__paper--EgIrz path,.EmailVerificationForm-module__code-form--IHApi .EmailVerificationForm-module__mail--C1RfA path{stroke:#1a73e8}}
.EnterPhraseForm-module__wrapper--AENbr{display:flex;flex-direction:column;align-items:center}.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__title--dklph{margin-bottom:40px;text-align:center}.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__form--E7_qX{display:flex;flex-direction:column;align-items:center}.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__fields--eDJZ7{display:grid;grid-template-columns:repeat(3, calc((100% - 48px) / 3));row-gap:16px;column-gap:24px;margin-bottom:40px;max-width:680px;width:100%}.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__btns--cfZFH{display:flex}.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__back--jl_Hy{margin-right:16px}@media screen and (max-width: 1024px){.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__form--E7_qX{width:100%}.EnterPhraseForm-module__wrapper--AENbr .EnterPhraseForm-module__fields--eDJZ7{grid-template-columns:repeat(1, 100%)}}
.ExchangeDetailsForm-module__form--aN00L{margin-top:20px}.ExchangeDetailsForm-module__top--Ymr4o{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:32px}.ExchangeDetailsForm-module__send--cpCrp{display:flex;gap:4px;flex:1;z-index:11}.ExchangeDetailsForm-module__get--kv2Aq{display:flex;gap:4px;flex:1}.ExchangeDetailsForm-module__currency--n1LFx{max-width:148px;width:100%}.ExchangeDetailsForm-module__arrow--yJA14{padding:12px}.ExchangeDetailsForm-module__bottom--avj9p{display:flex;align-items:flex-start;gap:24px;margin-bottom:16px}.ExchangeDetailsForm-module__item--vo6li{display:flex;align-items:center;gap:16px}.ExchangeDetailsForm-module__icon--BTGJK{width:20px;height:20px}.ExchangeDetailsForm-module__icon--BTGJK svg,.ExchangeDetailsForm-module__icon--BTGJK img{width:20px;height:20px}.ExchangeDetailsForm-module__address--SXxYG{display:flex;flex-direction:column;gap:12px;flex:1}.ExchangeDetailsForm-module__networks--_6v5K{display:flex;flex-direction:column;gap:16px}.ExchangeDetailsForm-module__network--XVLG1{display:flex;flex-direction:column;gap:8px}.ExchangeDetailsForm-module__radios--YmpiH{display:flex;align-items:center;gap:5px 40px;flex-wrap:wrap}@media screen and (max-width: 768px){.ExchangeDetailsForm-module__top--Ymr4o{flex-direction:column;margin-bottom:24px}.ExchangeDetailsForm-module__arrow-icon--gSt5j{transform:rotate(90deg)}.ExchangeDetailsForm-module__bottom--avj9p{flex-direction:column;align-items:stretch;gap:12px}.ExchangeDetailsForm-module__exchange--l1RvK{margin-bottom:12px}.ExchangeDetailsForm-module__radios--YmpiH{flex-direction:column;align-items:flex-start;gap:0}.ExchangeDetailsForm-module__currency--n1LFx{max-width:none}}
.ExchangeRatesForm-module__form--IOvm6{max-width:500px}.ExchangeRatesForm-module__form--IOvm6 .ExchangeRatesForm-module__field--PJLGe{margin-bottom:40px}.ExchangeRatesForm-module__form--IOvm6 .ExchangeRatesForm-module__btns--aytG9{display:flex;justify-content:flex-end}.ExchangeRatesForm-module__form--IOvm6 .ExchangeRatesForm-module__cancel--xE71H{margin-right:16px}
.LoginForm-module__wrapper--pg4BM{display:flex;flex-direction:column;align-items:center}.LoginForm-module__wrapper--pg4BM .LoginForm-module__title--q7snn{margin-bottom:32px;text-align:center}.LoginForm-module__wrapper--pg4BM .LoginForm-module__form--AgDVr{display:flex;flex-direction:column;align-items:center;max-width:400px;width:100%}.LoginForm-module__wrapper--pg4BM .LoginForm-module__input--g1W5Y{margin-bottom:24px}
.NewNotificationForm-module__form--PYTi6{max-width:500px}.NewNotificationForm-module__form--PYTi6 .NewNotificationForm-module__subject--nU7FD{margin-bottom:32px}.NewNotificationForm-module__form--PYTi6 .NewNotificationForm-module__text--q0IC1{margin-bottom:40px}.NewNotificationForm-module__form--PYTi6 .NewNotificationForm-module__btns--F4hpy{display:flex;justify-content:flex-end}.NewNotificationForm-module__form--PYTi6 .NewNotificationForm-module__cancel--ja1mV{margin-right:16px}
.PhoneVerificationForm-module__phone-form--pLiBs{max-width:453px}.PhoneVerificationForm-module__phone-form--pLiBs .PhoneVerificationForm-module__title--nbiVt{margin-bottom:24px}.PhoneVerificationForm-module__phone-form--pLiBs .PhoneVerificationForm-module__field--ERHPx{margin-bottom:24px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__title--nbiVt{margin-bottom:8px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__subtitle--Wpx4u{margin-bottom:24px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__subtitle__bold--W6LWR{font-weight:600}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__field--ERHPx{margin-bottom:24px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__btns--bnCAS{display:flex}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__resend--RhXTb{margin:0 16px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__resend--RhXTb,.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__change--qcMvT{padding:0 20px}@media screen and (max-width: 1024px){.PhoneVerificationForm-module__phone-form--pLiBs{max-width:none}.PhoneVerificationForm-module__phone-form--pLiBs .PhoneVerificationForm-module__confirm--IZ4Ct{width:100%}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__field--ERHPx{max-width:320px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__btns--bnCAS{flex-direction:column-reverse;gap:16px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__resend--RhXTb,.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__change--qcMvT{height:44px}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__resend--RhXTb{order:-1}.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__paper--XAS8n path,.PhoneVerificationForm-module__code-form--l6Wgw .PhoneVerificationForm-module__mail--EXDxn path{stroke:#1a73e8}}
.SendWalletForm-module__form--sQjj1{max-width:500px;width:100%}.SendWalletForm-module__form--sQjj1 .SendWalletForm-module__input--jrhAG{margin-bottom:32px}.SendWalletForm-module__form--sQjj1 .SendWalletForm-module__textarea--FqHME{min-height:104px}.SendWalletForm-module__form--sQjj1 .SendWalletForm-module__btn--led4v{margin-top:48px;margin-right:0;margin-left:auto}
.TopupForm-module__form--jioiM{width:100%}.TopupForm-module__form--jioiM .TopupForm-module__fields--KHVXY{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;margin-top:20px}.TopupForm-module__form--jioiM .TopupForm-module__amount--r8a5e{max-width:268px;width:100%}.TopupForm-module__form--jioiM .TopupForm-module__names--nvUdk{display:none}.TopupForm-module__form--jioiM .TopupForm-module__currency--FQR68{max-width:148px;width:100%}.TopupForm-module__form--jioiM .TopupForm-module__btn--X4rgY{margin-right:0;margin-left:auto}@media screen and (max-width: 1024px){.TopupForm-module__form--jioiM .TopupForm-module__field--_it_F{max-width:none}}
.FileInput-module__label--MZzAB{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:124px;border-radius:12px;border:1px dashed #d6d6da}.FileInput-module__label--MZzAB .FileInput-module__icon--GsYHm{margin-bottom:12px}.FileInput-module__label--MZzAB .FileInput-module__icon--GsYHm path{fill:#181a24}.FileInput-module__label--MZzAB label.FileInput-module__area--iwjaL{position:absolute;left:0;top:0;padding:0;margin:0;width:100%;height:100%;max-width:none;min-width:0;border:none;display:inline-flex}.FileInput-module__label--MZzAB label.FileInput-module__area--iwjaL svg,.FileInput-module__label--MZzAB label.FileInput-module__area--iwjaL div{display:none}.FileInput-module__label--MZzAB .FileInput-module__text--om4Jf{text-align:center;white-space:break-spaces}@media screen and (max-width: 1024px){.FileInput-module__label--MZzAB{padding:16px}}
.UploadWalletForm-module__wrapper--jyElO{display:flex;flex-direction:column;align-items:center}.UploadWalletForm-module__wrapper--jyElO .UploadWalletForm-module__form--D9SeH{display:flex;flex-direction:column;align-items:center;max-width:504px;width:100%}.UploadWalletForm-module__wrapper--jyElO .UploadWalletForm-module__title--ivEJY{margin-bottom:32px;text-align:center}.UploadWalletForm-module__wrapper--jyElO .UploadWalletForm-module__input--ZT6nr{margin-bottom:24px}
.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__modal-window--xeMHZ{margin:0 auto;width:400px}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__slider-wrapper--xi5ag{margin-bottom:20px;width:400px;height:565px}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__document-block--RKsPr{height:100%;background:#ccc}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__bottom--jDw6T{display:flex;align-items:center;justify-content:space-between}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__arrows--NlcY6{display:flex}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__arrow--Qhu8g{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #d6d6da;border-radius:12px}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__arrow_left--t3lP_{margin-right:16px}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__preview--CPUTy{width:100%;height:100%;object-fit:contain}@media screen and (max-width: 1024px){.DocumentPreviewModal-module__modal--I0Ee8{z-index:250}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__slider-wrapper--xi5ag{padding:7px;margin-bottom:16px;width:100%;height:451px;border:1px solid #d6d6da;border-radius:6px}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__modal-window--xeMHZ{position:relative;margin:0 auto;max-width:320px;width:100%}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__bottom--jDw6T{justify-content:center}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__arrow--Qhu8g{position:absolute;top:50%;margin-top:-32px;z-index:2;background:#fff;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08)}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__arrow_left--t3lP_{left:-14px}.DocumentPreviewModal-module__modal--I0Ee8 .DocumentPreviewModal-module__arrow_right--T9nMt{right:-14px}}
.InfoLine-module__wrapper--sP_iW{display:flex;align-items:flex-start}.InfoLine-module__wrapper--sP_iW .InfoLine-module__label--UZMD7{margin-right:4px;color:#91929e}.InfoLine-module__wrapper--sP_iW .InfoLine-module__value--NmKDn{word-break:break-all}@media screen and (max-width: 1024px){.InfoLine-module__wrapper--sP_iW{justify-content:space-between}.InfoLine-module__wrapper--sP_iW .InfoLine-module__value--NmKDn{width:50%;text-align:right}}
.Tag-module__wrapper--Gs8hg{display:inline-block;padding:2px 8px;border-radius:8px}.Tag-module__wrapper_orange--vF2s_{background:#fff4e1;color:#ff9419}.Tag-module__wrapper_blue--uilgK{background:#e3f2ff;color:#1a73e8}.Tag-module__wrapper_red--JLi2K{background:#ffecef;color:#f55}.Tag-module__wrapper_green--y1BLY{background:#e7f6eb;color:#2ca853}.Tag-module__wrapper_gray--fVU00{background:#ebedf1;color:#181a24}
.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__title--Ka6J_{margin-bottom:24px}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__window--A5KvG{display:flex;padding:34px 32px;border:1px solid #d6d6da;border-radius:12px}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__left--t9oUU{margin-right:170px}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__line--OFI2x{margin-bottom:20px}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__line--OFI2x:last-child{margin-bottom:0}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__line_document--RE9uc{align-items:flex-start}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__btn--l1UHZ{margin-bottom:3px;color:#1a73e8}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__btn--l1UHZ:last-child{margin-bottom:0}@media screen and (max-width: 1024px){.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__window--A5KvG{flex-direction:column;gap:12px;padding:18px 16px}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__left--t9oUU{margin:0}.ValidationBlockInfo-module__wrapper--rjNIS .ValidationBlockInfo-module__line--OFI2x{margin-bottom:12px}}
.ValidationNewForm-module__title--GAClZ{margin-bottom:36px}.ValidationNewForm-module__select-country--ZESwN{max-width:834px}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__country--dgrrN{margin-bottom:30px;max-width:357px;z-index:100000}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__item--e1lti{display:flex;align-items:center;gap:10px}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__map--KZLjm{display:flex;align-items:center;justify-content:center;margin-bottom:36px;height:456px;border-radius:24px;background:#ebedf1;overflow:hidden}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__btn--z_eBW{margin-right:0;margin-left:auto}.ValidationNewForm-module__land-data--NUxY7{max-width:739px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__cadastral--E3Pdp{margin-bottom:36px;max-width:353px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__file--PLSDY{margin-bottom:36px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__results--GUwqc{display:flex;flex-direction:column;gap:20px;margin-bottom:36px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__result--lecoA{display:flex;justify-content:space-between;align-items:center;margin-bottom:36px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__left--Q33uu{display:flex;align-items:center}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__img--dLvvR{display:flex;justify-content:center;align-items:center;margin-right:26px;width:124px;height:124px;border-radius:16px;background:#ebedf1}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__subtitle--GaoH2{margin-bottom:8px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__name--VbkBG{color:#5e6071}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__delete--zADQt{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid #d6d6da}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__btns--KXREg{display:flex;justify-content:flex-end;gap:16px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__add--RmwAa path{fill:#181a24}.ValidationNewForm-module__data-check--DqZ_p .ValidationNewForm-module__text--k0PvP{margin-bottom:36px;font-weight:400}.ValidationNewForm-module__data-check--DqZ_p .ValidationNewForm-module__email--Lrfic{font-weight:600}.ValidationNewForm-module__data-check--DqZ_p .ValidationNewForm-module__btns--KXREg{display:flex;justify-content:flex-end;margin-top:36px;gap:16px}@media screen and (max-width: 1024px){.ValidationNewForm-module__title--GAClZ{margin-bottom:24px}.ValidationNewForm-module__select-country--ZESwN{max-width:none}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__country--dgrrN{margin-bottom:24px;max-width:none}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__map--KZLjm{margin-bottom:24px}.ValidationNewForm-module__select-country--ZESwN .ValidationNewForm-module__btn--z_eBW{width:100%}.ValidationNewForm-module__land-data--NUxY7{max-width:none}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__cadastral--E3Pdp{margin-bottom:24px;max-width:none}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__file--PLSDY{margin-bottom:24px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__btns--KXREg{flex-direction:column;gap:24px}.ValidationNewForm-module__land-data--NUxY7 .ValidationNewForm-module__results--GUwqc{margin-bottom:24px}.ValidationNewForm-module__data-check--DqZ_p .ValidationNewForm-module__title--GAClZ{margin-bottom:24px}.ValidationNewForm-module__data-check--DqZ_p .ValidationNewForm-module__text--k0PvP{margin-bottom:24px}.ValidationNewForm-module__data-check--DqZ_p .ValidationNewForm-module__btns--KXREg{flex-direction:column;gap:24px}}
.ImagePreview-module__wrapper--ioHia{display:flex;justify-content:space-between;align-items:center}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__left--VGJL9{display:flex;align-items:center}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__img--Gte5B{display:flex;justify-content:center;align-items:center;margin-right:26px;width:124px;height:124px;border-radius:16px;background:#ebedf1}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__subtitle--vvNRZ{margin-bottom:8px}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__name--Zkl1p{color:#5e6071}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__delete--cl0EG{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;border:1px solid #d6d6da}@media screen and (max-width: 1024px){.ImagePreview-module__wrapper--ioHia .ImagePreview-module__subtitle--vvNRZ{margin-bottom:4px}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__img--Gte5B{width:44px;height:44px;border-radius:12px}.ImagePreview-module__wrapper--ioHia .ImagePreview-module__img--Gte5B svg{width:24px;height:24px}}
.Map-module__wrapper--uwOgK{width:100%;height:100%}.Map-module__wrapper--uwOgK .Map-module__map--w3PIq{width:100%;height:100%}
.Bradcrumbs-module__wrapper--ze8C1{display:flex;align-items:center}.Bradcrumbs-module__wrapper--ze8C1 .Bradcrumbs-module__link--MMxPa{color:#1a73e8}.Bradcrumbs-module__wrapper--ze8C1 .Bradcrumbs-module__arrow--Qnalk{margin:0 8px}.Bradcrumbs-module__wrapper--ze8C1 .Bradcrumbs-module__arrow--Qnalk path{stroke:#181a24}.Bradcrumbs-module__wrapper--ze8C1 .Bradcrumbs-module__elem--LbTAl{line-height:20px}
.AdminComissionRate-module__wrapper--L5x49 .AdminComissionRate-module__breadcrumbs--VhMOZ{margin-bottom:6px}.AdminComissionRate-module__wrapper--L5x49 .AdminComissionRate-module__title--vHybv{margin-bottom:34px}
.AdminCostOfLand-module__wrapper--ox3_y .AdminCostOfLand-module__breadcrumbs--jxHI9{margin-bottom:6px}.AdminCostOfLand-module__wrapper--ox3_y .AdminCostOfLand-module__title--UqpkS{margin-bottom:34px}
.AdminExchangeRates-module__wrapper--rKBEA .AdminExchangeRates-module__breadcrumbs--uCGg4{margin-bottom:6px}.AdminExchangeRates-module__wrapper--rKBEA .AdminExchangeRates-module__title--SHs3o{margin-bottom:34px}
.TransactionHistory-module__wrapper--v9XAG{padding-top:40px}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__title--CRNPK{margin-bottom:24px}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__search--Zbv9q{margin-bottom:16px;max-width:548px}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__comment--NR52k{padding:16px;border:1px solid #d6d6da;border-radius:12px;word-break:break-word}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__table--jMGu8{margin-bottom:40px}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__pending--Tt4Cn{opacity:.5}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__arrow--p13qd path{stroke:#2ca853}@media screen and (max-width: 1024px){.TransactionHistory-module__wrapper--v9XAG{padding-top:0}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__title--CRNPK{margin-bottom:16px}.TransactionHistory-module__wrapper--v9XAG .TransactionHistory-module__search--Zbv9q{max-width:none}}
.Action-module__wrapper--ZoECy{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:60px;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:24px;background:#fff;transition:.2s opacity;cursor:pointer}.Action-module__wrapper--ZoECy:hover{opacity:.7}.Action-module__wrapper--ZoECy .Action-module__text--nQ2X0{color:#181a24}.Action-module__wrapper--ZoECy .Action-module__btn--y0iNU{display:flex;justify-content:center;align-items:center;width:35px;height:35px;border-radius:50%;background:#8dc045}.Action-module__wrapper_disabled--GGFZo .Action-module__text--nQ2X0{color:#91929e}.Action-module__wrapper_disabled--GGFZo .Action-module__btn--y0iNU{background:#91929e}.Action-module__wrapper_disabled--GGFZo .Action-module__btn--y0iNU:hover{opacity:1}
.BlockInfo-module__wrapper--Z0NVF .BlockInfo-module__top--oC34F{margin-bottom:4px;color:#91929e;text-align:left}.BlockInfo-module__wrapper--Z0NVF .BlockInfo-module__bottom--paAdp{display:flex;align-items:center;color:#181a24;text-align:left}.BlockInfo-module__wrapper--Z0NVF .BlockInfo-module__bottom--paAdp .BlockInfo-module__text--wWDLC{line-height:24px}.BlockInfo-module__wrapper--Z0NVF .BlockInfo-module__bottom--paAdp .BlockInfo-module__measure--_IhrH{margin-left:4px;color:#91929e}
.CardWallet-module__card--evxlb{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:32px;width:100%;height:100%}.CardWallet-module__card--evxlb .CardWallet-module__bg--H2ImW{position:absolute;left:0;top:0;width:100%;height:100%;z-index:-1}.CardWallet-module__card--evxlb .CardWallet-module__icon--cG1j_{min-width:40px;height:40px}.CardWallet-module__card--evxlb .CardWallet-module__top--IpxeJ{display:flex;justify-content:space-between;align-items:center}.CardWallet-module__card--evxlb .CardWallet-module__number--_ivqE{margin-left:45px;text-overflow:ellipsis;overflow:hidden;color:rgba(255,255,255,.4)}.CardWallet-module__card--evxlb .CardWallet-module__bottom--KMsBe{position:absolute;left:32px;bottom:36px;display:flex;align-items:center;color:#fff}.CardWallet-module__card--evxlb .CardWallet-module__value--SjAcr{margin-right:12px}@media screen and (max-width: 1024px){.CardWallet-module__card--evxlb .CardWallet-module__bottom--KMsBe{left:24px;bottom:24px}}
.WalletCommon-module__add--CUDds{margin-right:0;margin-left:auto}.WalletCommon-module__block--rahFr{margin-bottom:24px}.WalletCommon-module__block--rahFr:last-child{margin-bottom:0}@media screen and (max-width: 1024px){.WalletCommon-module__block--rahFr{margin-bottom:0}.WalletCommon-module__add--CUDds{width:100%}}
.WalletMiddle-module__wrapper--F4Kmz{display:flex;justify-content:space-between;padding-bottom:60px;border-bottom:1px solid #e3e4e7}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__type--Qat8c{margin-bottom:20px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__item--Q7kAJ{display:flex;align-items:center}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__circle--bQl9B{display:flex;justify-content:center;align-items:center;margin-right:24px;width:28px;height:28px;border-radius:50%;background:#91929e}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__cards--YPlUG{position:relative;margin-right:45px;max-width:432px;width:100%}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__cards_disabled--Tdb9r{opacity:.6}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__arrow--fb01L{position:absolute;top:50%;display:flex;justify-content:center;align-items:center;width:44px;height:44px;background:#fff;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:12px;z-index:2}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__arrow--fb01L svg path{stroke:#5e6071}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__arrow_prev--PIcIg{left:0;transform:translate(-50%, -50%)}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__arrow_next--S1sIi{right:0;transform:translate(50%, -50%)}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__card--YubHj{max-width:432px;width:100%;height:272px;height:0;padding-bottom:55.5%}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__info--T09x5{display:flex}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__info--T09x5 .WalletMiddle-module__indicators--RRjsu{margin-top:20px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__info--T09x5 .WalletMiddle-module__btn--TbL2U{margin-top:32px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo{margin-left:24px;max-width:357px;width:100%}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo .WalletMiddle-module__subttile--Axjpe{margin-bottom:20px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo .WalletMiddle-module__action--EEb7e{margin-bottom:10px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo .WalletMiddle-module__action--EEb7e:last-child{margin-bottom:0}.WalletMiddle-module__pagination--G3G22{position:absolute;bottom:-20px;display:flex;align-items:center;justify-content:center;margin-top:20px;width:100%}.WalletMiddle-module__pagination__btn--lDpN2{margin-right:12px;width:8px;height:8px;background:#e3e3e6;border-radius:50%;overflow:hidden}.WalletMiddle-module__pagination__btn_active--vKXrV{background:#8dc045}.WalletMiddle-module__pagination__btn--lDpN2:last-child{margin-right:0}@media screen and (max-width: 1240px){.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__cards--YPlUG{max-width:370px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__card--YubHj{height:100%}.WalletMiddle-module__pagination--G3G22{margin-top:0}}@media screen and (max-width: 1024px){.WalletMiddle-module__wrapper--F4Kmz{flex-direction:column;gap:24px;padding-bottom:0;margin-bottom:24px;border:none}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__type--Qat8c{margin-bottom:16px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__cards--YPlUG{margin-right:0;margin:0 22px;width:calc(100% - 44px)}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo{max-width:none;margin-left:0}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo .WalletMiddle-module__subttile--Axjpe{margin-bottom:16px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__actions--iTpQo .WalletMiddle-module__action--EEb7e{margin-bottom:8px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__info--T09x5{margin-bottom:24px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__btns--Z4dzb{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__btn--TbL2U{width:100%}.WalletMiddle-module__wrapper--F4Kmz .WalletMiddle-module__card--YubHj{height:0}.WalletMiddle-module__pagination--G3G22{margin-top:16px}}
.WalletTop-module__top--KLzvW{display:flex;align-items:center;margin-bottom:28px}.WalletTop-module__top--KLzvW .WalletTop-module__title--WiEBL{margin-right:32px}.WalletTop-module__top--KLzvW .WalletTop-module__wallet--W6BvD{margin-right:32px;max-width:435px}@media screen and (max-width: 1024px){.WalletTop-module__top--KLzvW{flex-direction:column;align-items:flex-start;gap:16px}.WalletTop-module__top--KLzvW .WalletTop-module__title--WiEBL{margin-right:0}.WalletTop-module__top--KLzvW .WalletTop-module__wallet--W6BvD{max-width:none;margin-right:0}.WalletTop-module__top--KLzvW .WalletTop-module__blocks--_NHbH{display:flex;flex-wrap:wrap;gap:16px 47px;padding:8px 0}}
.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__title--mk6Rf{margin-bottom:24px}.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__cards--B0ghc{display:flex;gap:24px;margin-bottom:46px}.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__card--x2Iks{display:flex;justify-content:space-between;align-items:flex-start;padding:24px;min-width:357px;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:24px}.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__subtitle--S4ti3{margin-bottom:8px}.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__value--gjobl{color:#91929e}.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__cost--Atdfo{display:flex;align-items:flex-end}.AdminMainInfo-module__wrapper--hf5li .AdminMainInfo-module__currency--wMFDU{padding:8px;text-transform:uppercase}
.CoinInformation-module__wrapper--RXvKo .CoinInformation-module__breadcrumbs--yY3gU{margin-bottom:12px}.CoinInformation-module__wrapper--RXvKo .CoinInformation-module__title--OJhWo{margin-bottom:32px}.CoinInformation-module__wrapper--RXvKo .CoinInformation-module__table--TEcHx{margin-bottom:16px}@media screen and (max-width: 1024px){.CoinInformation-module__wrapper--RXvKo .CoinInformation-module__breadcrumbs--yY3gU{margin-bottom:25px}.CoinInformation-module__wrapper--RXvKo .CoinInformation-module__title--OJhWo{margin-bottom:24px}.CoinInformation-module__wrapper--RXvKo .CoinInformation-module__table--TEcHx{margin-bottom:40px}}
.AdminNotifications-module__wrapper--YRG4s .AdminNotifications-module__top--xaq2M{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.AdminNotifications-module__wrapper--YRG4s .AdminNotifications-module__search--d9r_K{margin-bottom:16px;max-width:548px}.AdminNotifications-module__wrapper--YRG4s .AdminNotifications-module__table--v_JXS{margin-bottom:16px}.AdminNotifications-module__wrapper--YRG4s .AdminNotifications-module__btn_empty--fpE9F{margin-top:32px}.AdminNotifications-module__wrapper--YRG4s .AdminNotifications-module__empty--OWeIC{margin-top:48px}
.AdminNotificationsNew-module__wrapper--XqG2z .AdminNotificationsNew-module__breadcrumbs--_sCvE{margin-bottom:6px}.AdminNotificationsNew-module__wrapper--XqG2z .AdminNotificationsNew-module__title--sbfw1{margin-bottom:34px}
.Tabs-module__wrapper--ethaa{display:flex;align-items:center;border-bottom:1px solid #e3e4e7}.Tabs-module__wrapper_border-invert--c53t_{border-bottom:none;border-top:1px solid #e3e4e7}.Tabs-module__wrapper_full--vqCO7{position:relative;justify-content:space-between}.Tabs-module__wrapper--ethaa .Tabs-module__tab--uAPdN{display:flex;justify-content:center;align-items:center;padding:14px 24px}.Tabs-module__wrapper--ethaa .Tabs-module__tab_full--I3w9S{flex:1;padding-right:0;padding-left:0}.Tabs-module__wrapper--ethaa .Tabs-module__index--nRdBu{display:flex;justify-content:center;align-items:center;width:22px;height:22px;border-radius:50%;border:1.5px solid #d6d6da}.Tabs-module__wrapper--ethaa .Tabs-module__index_previouse--lMS7G{border-width:2px;border-color:#2ca853}.Tabs-module__wrapper--ethaa .Tabs-module__index_previouse--lMS7G path{stroke-width:2px;stroke:#2ca853}.Tabs-module__wrapper--ethaa .Tabs-module__index_active--D1C5U{color:#fff;background:#8dc045;border-color:#8dc045}.Tabs-module__wrapper--ethaa .Tabs-module__label--qJEil{position:relative;display:flex;justify-content:center;align-items:center;gap:13px;color:#5e6071}.Tabs-module__wrapper--ethaa .Tabs-module__label--qJEil::after{content:"";position:absolute;left:0;bottom:-14px;width:100%;border-radius:4px 4px 0px 0px;opacity:0;transition-duration:.2s;transition-property:opacity,background}.Tabs-module__wrapper--ethaa .Tabs-module__label_full--LSVE4{width:100%}.Tabs-module__wrapper--ethaa .Tabs-module__label_full--LSVE4:after{border-radius:0px 0px 4px 4px}.Tabs-module__wrapper--ethaa .Tabs-module__label_border-green--mBNHJ::after{background:#8dc045}.Tabs-module__wrapper--ethaa .Tabs-module__label_border-gray--i9gkr::after{background:#181a24}.Tabs-module__wrapper--ethaa .Tabs-module__label_border-standart--fSixs::after{height:4px}.Tabs-module__wrapper--ethaa .Tabs-module__label_border-small--RZXqa::after{height:2px}.Tabs-module__wrapper--ethaa .Tabs-module__label_border-invert--Ul7Dn::after{bottom:auto;top:-14px}.Tabs-module__wrapper--ethaa .Tabs-module__label_active--ZvKz8{color:#181a24}.Tabs-module__wrapper--ethaa .Tabs-module__label_active--ZvKz8::after{opacity:1}
.ProfileCommon-module__tabs--_oBus{display:flex;gap:16px;margin-bottom:16px;width:calc(100% + 20px);overflow:auto}.ProfileCommon-module__tabs_hide--UgxCp{display:none}.ProfileCommon-module__tabs--_oBus .ProfileCommon-module__tab--cxiTm{padding:7px 12px;border-radius:32px;background:#ebedf1;line-height:20px;white-space:nowrap}.ProfileCommon-module__tabs--_oBus .ProfileCommon-module__tab_active--mzIWP{background:#8dc045;color:#fff}
.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__fields--M9nx9{display:flex;margin-bottom:16px;gap:16px}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__search--JCE2z{max-width:548px}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__date--zLu6C{max-width:256px}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__empty--eTiXP{margin-top:60px}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__search-icon--EnBMr path{stroke:#fff}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__table--e5SwS{margin-bottom:10px}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__copy--ppNVJ{display:inline-block;color:#1a73e8}@media screen and (max-width: 1024px){.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__fields--M9nx9{flex-direction:column}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__search--JCE2z,.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__date--zLu6C{max-width:none}.MyReferrals-module__wrapper--bdPKf .MyReferrals-module__empty--eTiXP{margin-top:32px}}
.Referral-module__wrapper--CqNno .Referral-module__top--EQ_73{position:relative;display:flex;align-items:center;flex-wrap:wrap;margin-bottom:24px}.Referral-module__wrapper--CqNno .Referral-module__pretitle--CA5cV{width:100%;color:#91929e;text-transform:uppercase}.Referral-module__wrapper--CqNno .Referral-module__title--LlqL9{margin-right:32px}.Referral-module__wrapper--CqNno .Referral-module__copy--pykqs{max-width:calc(100% - 310px)}.Referral-module__wrapper--CqNno .Referral-module__accordion--E8CHB{margin-bottom:16px}.Referral-module__wrapper--CqNno .Referral-module__content--ab1JJ{max-width:848px}.Referral-module__wrapper--CqNno .Referral-module__subtitle--C3iGX{margin-bottom:12px}.Referral-module__wrapper--CqNno .Referral-module__blocks--jpLF0{display:flex;justify-content:space-between;padding:0 50px;margin-top:32px;margin-bottom:16px}.Referral-module__wrapper--CqNno .Referral-module__block--gEhst{display:flex;flex-direction:column;align-items:center;max-width:303px}.Referral-module__wrapper--CqNno .Referral-module__block__circle--zrhtF{display:flex;justify-content:center;align-items:center;margin-bottom:16px;width:64px;height:64px;border-radius:50%;background:#d8ebba}.Referral-module__wrapper--CqNno .Referral-module__block__title--w2BoM{margin-bottom:4px;text-align:center}.Referral-module__wrapper--CqNno .Referral-module__block__subtitle--mxPaz{text-align:center;color:#5e6071}.Referral-module__wrapper--CqNno .Referral-module__text--OZIcB{color:#5e6071}.Referral-module__wrapper--CqNno .Referral-module__properties--mAHjX{display:flex;justify-content:space-between;margin-top:20px}.Referral-module__wrapper--CqNno .Referral-module__line--LTvKj{display:flex;align-items:center;margin-bottom:13px}.Referral-module__wrapper--CqNno .Referral-module__line--LTvKj:last-child{margin-bottom:0}.Referral-module__wrapper--CqNno .Referral-module__level--BLRdd{display:inline-block;margin-right:8px;padding:2px 8px;background:#d8ebba;border-radius:8px;color:#627e51}.Referral-module__wrapper--CqNno .Referral-module__value--Unbjj{color:#627e51}.Referral-module__wrapper--CqNno .Referral-module__tabs--eSucm{margin-bottom:24px}@media screen and (max-width: 1240px){.Referral-module__wrapper--CqNno .Referral-module__top--EQ_73{flex-direction:column;align-items:flex-start}.Referral-module__wrapper--CqNno .Referral-module__title--LlqL9{margin-bottom:16px}}@media screen and (max-width: 1024px){.Referral-module__wrapper--CqNno .Referral-module__top--EQ_73{flex-direction:column;align-items:flex-start;padding-top:0;gap:0}.Referral-module__wrapper--CqNno .Referral-module__title--LlqL9{margin-right:0;margin-bottom:16px}.Referral-module__wrapper--CqNno .Referral-module__copy--pykqs{margin-top:8px;max-width:none}.Referral-module__wrapper--CqNno .Referral-module__accordion--E8CHB{margin-bottom:24px}.Referral-module__wrapper--CqNno .Referral-module__blocks--jpLF0{flex-direction:column;gap:24px;padding:0}.Referral-module__wrapper--CqNno .Referral-module__block--gEhst{align-items:flex-start}.Referral-module__wrapper--CqNno .Referral-module__block__title--w2BoM{text-align:left}.Referral-module__wrapper--CqNno .Referral-module__block__subtitle--mxPaz{text-align:left}.Referral-module__wrapper--CqNno .Referral-module__properties--mAHjX{gap:16px;flex-wrap:wrap}.Referral-module__wrapper--CqNno .Referral-module__box--jgYmw{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.Referral-module__wrapper--CqNno .Referral-module__line--LTvKj{margin-bottom:0;width:calc(50% - 8px)}}
.TransactionsCashback-module__wrapper--uJnC3 .TransactionsCashback-module__search--U9zym{max-width:548px}.TransactionsCashback-module__wrapper--uJnC3 .TransactionsCashback-module__date--wPcMP{max-width:256px}.TransactionsCashback-module__wrapper--uJnC3 .TransactionsCashback-module__fields--Rve4F{display:flex;margin-bottom:16px;gap:16px}@media screen and (max-width: 1024px){.TransactionsCashback-module__wrapper--uJnC3 .TransactionsCashback-module__fields--Rve4F{flex-direction:column}.TransactionsCashback-module__wrapper--uJnC3 .TransactionsCashback-module__search--U9zym,.TransactionsCashback-module__wrapper--uJnC3 .TransactionsCashback-module__date--wPcMP{max-width:none}}.TransactionsCashback-module__empty--kvW3s{margin-top:60px}
.IndicatorBlock-module__wrapper--bPm6R{padding:8px}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__top--AXfii{display:flex;align-items:flex-end}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__title--PtoSV{white-space:nowrap}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__text--_s6o9{padding:8px}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__subtitle--ZP3U3{color:#91929e;text-transform:uppercase}@media screen and (max-width: 1024px){.IndicatorBlock-module__wrapper--bPm6R{display:flex;justify-content:space-between;align-items:center;padding:0;width:100%}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__title--PtoSV{line-height:20px}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__text--_s6o9{padding:0;margin-left:4px;color:#91929e;text-transform:none}.IndicatorBlock-module__wrapper--bPm6R .IndicatorBlock-module__subtitle--ZP3U3{color:#91929e;text-transform:none}}
.Validation-module__wrapper--JzA55 .Validation-module__top--VC0IF{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px}.Validation-module__wrapper--JzA55 .Validation-module__window--B_Tqv{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;padding:32px 32px 24px 32px;margin-bottom:24px;border:1px solid #d6d6da;border-radius:16px;z-index:11}.Validation-module__wrapper--JzA55 .Validation-module__subtitle--kJkQD{margin-bottom:8px}.Validation-module__wrapper--JzA55 .Validation-module__info--lSNdM{display:flex;align-items:center;flex-wrap:wrap}.Validation-module__wrapper--JzA55 .Validation-module__indicator--EJkv7{margin-right:24px}.Validation-module__wrapper--JzA55 .Validation-module__indicator--EJkv7:last-child{margin-right:0}.Validation-module__wrapper--JzA55 .Validation-module__period--C00xd{width:288px}.Validation-module__wrapper--JzA55 .Validation-module__fields--jOKNI{display:flex;justify-content:space-between;margin-bottom:16px}.Validation-module__wrapper--JzA55 .Validation-module__search--hVRQj{width:calc(50% - 11px)}.Validation-module__wrapper--JzA55 .Validation-module__application-date--ZFkxq,.Validation-module__wrapper--JzA55 .Validation-module__status--Wem0o{width:calc(25% - 11px)}.Validation-module__wrapper--JzA55 .Validation-module__item--dM4gM{display:flex;align-items:center}.Validation-module__wrapper--JzA55 .Validation-module__checkbox--kw37Y{margin-right:16px}.Validation-module__wrapper--JzA55 .Validation-module__table--EjO3M{margin-bottom:16px}.Validation-module__wrapper--JzA55 .Validation-module__validation-date--KEZEA{display:flex;align-items:center;justify-content:space-between}.Validation-module__wrapper--JzA55 .Validation-module__validation-date_right--eHT_O{justify-content:flex-end}.Validation-module__wrapper--JzA55 .Validation-module__mark--rCTDU{margin-left:32px}.Validation-module__wrapper--JzA55 .Validation-module__map--uWrn2{display:flex;align-items:center;justify-content:center;width:834px;height:456px;background:#ebedf1;border-radius:24px}.Validation-module__wrapper--JzA55 .Validation-module__map--uWrn2 svg{width:80px;height:80px}.Validation-module__wrapper--JzA55 .Validation-module__loader--oZrV7{width:80%}.Validation-module__wrapper--JzA55 .Validation-module__empty-new--F2Y85,.Validation-module__wrapper--JzA55 .Validation-module__go-id--gDukK{margin-top:36px}.Validation-module__wrapper--JzA55 .Validation-module__open--ivGGl{text-decoration-line:underline}@media screen and (max-width: 1240px){.Validation-module__wrapper--JzA55 .Validation-module__window--B_Tqv{flex-direction:column}.Validation-module__wrapper--JzA55 .Validation-module__info--lSNdM{justify-content:flex-start}}@media screen and (max-width: 1024px){.Validation-module__wrapper--JzA55 .Validation-module__top--VC0IF{flex-direction:column;align-items:flex-start;gap:16px;margin-bottom:16px}.Validation-module__wrapper--JzA55 .Validation-module__add--fo84Q{width:100%}.Validation-module__wrapper--JzA55 .Validation-module__window--B_Tqv{flex-direction:column;padding:16px;gap:24px}.Validation-module__wrapper--JzA55 .Validation-module__info--lSNdM{flex-direction:column;align-items:flex-start;gap:8px}.Validation-module__wrapper--JzA55 .Validation-module__indicator--EJkv7{margin-right:0}.Validation-module__wrapper--JzA55 .Validation-module__period--C00xd{width:100%}.Validation-module__wrapper--JzA55 .Validation-module__date--nncEj .Validation-module__info--lSNdM{flex-direction:column-reverse;gap:16px}.Validation-module__wrapper--JzA55 .Validation-module__fields--jOKNI{flex-direction:column;gap:16px}.Validation-module__wrapper--JzA55 .Validation-module__search--hVRQj{width:100%}.Validation-module__wrapper--JzA55 .Validation-module__application-date--ZFkxq{width:100%}.Validation-module__wrapper--JzA55 .Validation-module__status--Wem0o{width:100%}.Validation-module__wrapper--JzA55 .Validation-module__map--uWrn2{width:100%}}

.AdminChangeRoleModal-module__window--NZdBw{width:480px}.AdminChangeRoleModal-module__form--bcBid .AdminChangeRoleModal-module__btns--UVmng{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}
.AdminFreezingModal-module__window--sBcDF{width:480px}.AdminFreezingModal-module__form--aiUi4 .AdminFreezingModal-module__btns--sS6dl{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}.AdminFreezingModal-module__form--aiUi4 .AdminFreezingModal-module__fields--lQt4G{display:flex;flex-direction:column;gap:24px}
.AdminKeyModal-module__form--Fme3J .AdminKeyModal-module__field--UDT8T{margin-bottom:40px;width:400px}.AdminKeyModal-module__form--Fme3J .AdminKeyModal-module__btns--ywssi{display:flex;justify-content:flex-end}.AdminKeyModal-module__form--Fme3J .AdminKeyModal-module__cancel--PidmG{margin-right:16px}
.CryptoDepositExpiredModal-module__modal--rcLrq .CryptoDepositExpiredModal-module__top--zC4OU{margin-bottom:5px}.CryptoDepositExpiredModal-module__modal--rcLrq .CryptoDepositExpiredModal-module__content--dPkDq{max-width:432px}.CryptoDepositExpiredModal-module__modal--rcLrq .CryptoDepositExpiredModal-module__btns--aBocV{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.CryptoDepositExpiredModal-module__modal--rcLrq .CryptoDepositExpiredModal-module__btn--IhS9I{width:calc(50% - 10px)}
.Back-module__link--h4Nlj path{stroke:#181a24}
.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__breadcrumbs--YhDHo{margin-bottom:6px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__top--qDVPb{display:flex;justify-content:space-between;align-items:center}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__title--y1yCz{margin-bottom:16px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__tabs--i5Jwt{margin-bottom:24px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__transactions--FVcNs{padding-top:0}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__validation-block--Vm2RL{display:flex;align-items:center;margin-bottom:24px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__validation-title--K2pz2{margin-left:12px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__wallet-title--uDzih{margin-bottom:22px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__wallet-middle--DAXcp{border-bottom:none}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__referral-title--HwxJA{margin-bottom:20px}.AdminUserBlock-module__wrapper--kCY4v .AdminUserBlock-module__btns--JdGLA{display:flex;gap:16px;margin-right:0;margin-left:auto}
.VerifyStatus-module__wrapper--MajL0{display:flex;align-items:center;padding:2px 8px;border-radius:8px}.VerifyStatus-module__wrapper--MajL0 .VerifyStatus-module__text--HYpME{margin-left:4px;white-space:nowrap;line-height:20px}.VerifyStatus-module__wrapper_verified--ZYlic{background:#e7f6eb}.VerifyStatus-module__wrapper_verified--ZYlic .VerifyStatus-module__text--HYpME{color:#2ca853}.VerifyStatus-module__wrapper_verified--ZYlic path{stroke:#2ca853}.VerifyStatus-module__wrapper_verified--ZYlic.VerifyStatus-module__wrapper_secondary--YXOuB{background:rgba(0,0,0,0);border:1px solid #2ca853}.VerifyStatus-module__wrapper_progress--nkoUn{background:#e3f2ff}.VerifyStatus-module__wrapper_progress--nkoUn .VerifyStatus-module__text--HYpME{color:#1a73e8}.VerifyStatus-module__wrapper_progress--nkoUn path{stroke:#1a73e8}.VerifyStatus-module__wrapper_progress--nkoUn.VerifyStatus-module__wrapper_secondary--YXOuB{background:rgba(0,0,0,0);border:1px solid #e3f2ff}.VerifyStatus-module__wrapper_notverified--i3hs9{background:#ffecef}.VerifyStatus-module__wrapper_notverified--i3hs9 .VerifyStatus-module__text--HYpME{color:#f55}.VerifyStatus-module__wrapper_notverified--i3hs9 path{stroke:#f55}.VerifyStatus-module__wrapper_notverified--i3hs9.VerifyStatus-module__wrapper_secondary--YXOuB{background:rgba(0,0,0,0);border:1px solid #f55}
.AdminUserBlockInfo-module__wrapper--EqjHp .AdminUserBlockInfo-module__title--B3AmP{margin-bottom:24px}.AdminUserBlockInfo-module__wrapper--EqjHp .AdminUserBlockInfo-module__window--UpcaR{display:flex}.AdminUserBlockInfo-module__wrapper--EqjHp .AdminUserBlockInfo-module__line--_3Sch{padding:10px 8px}.AdminUserBlockInfo-module__wrapper--EqjHp .AdminUserBlockInfo-module__left--J2o6m{margin-right:24px;width:453px}
.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__select-wrapper--tkgk9{position:absolute;right:16px;top:50%;display:flex;align-items:center;transform:translateY(-50%);z-index:2}.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__select-wrapper--tkgk9::before{content:"";width:1px;height:24px;margin-right:16px;background:#e3e4e7}.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__select--YlsQH{display:inline-block}.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__select-value--p2Qo_{line-height:24px;color:#5e6071}.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__option--pjh0W{white-space:nowrap}.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__clear--rycOn{position:absolute}.InputWithSelectControlled-module__wrapper--gxbBA .InputWithSelectControlled-module__clear--rycOn path{stroke:#5e6071}
.AdminUsers-module__wrapper--cqhxx .AdminUsers-module__title--kzQer{margin-bottom:28px}.AdminUsers-module__wrapper--cqhxx .AdminUsers-module__field--ji6qG{position:relative;margin-bottom:16px;max-width:548px;z-index:10}.AdminUsers-module__wrapper--cqhxx .AdminUsers-module__table--Cr59C{margin-bottom:16px}.AdminUsers-module__wrapper--cqhxx .AdminUsers-module__select-value--eOAxm{line-height:24px}
.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__title--o0bPL{margin-bottom:28px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__form--Sh6YA{margin-bottom:16px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__top--kZTbj{display:flex;align-items:center;margin-bottom:16px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__bottom--HYtHa{display:flex;align-items:center}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__field--cqWX2{margin-right:16px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__field--cqWX2:last-child{margin-right:0}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__id--JbsF5{max-width:309px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__date--rDFPN{max-width:288px;min-width:270px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__country--bd820{max-width:316px;width:100%}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__status--j5h55{max-width:244px;width:100%}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__percent--_0CfO{max-width:196px;width:100%}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__table--ZlZW3{margin-bottom:16px}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__table--ZlZW3 .AdminValidation-module__id--JbsF5{color:#5e6071}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__checkbox--XwMAM{align-items:center}.AdminValidation-module__wrapper--MXTbV .AdminValidation-module__checkbox-content--QCuq6{margin-top:0}
.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__breadcrumbs--TANzo{margin-bottom:8px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__top--AbJ02{display:flex;align-items:center;justify-content:space-between;margin-bottom:26px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__decline--xywyT{margin-right:16px;margin-left:auto}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__subtitle--y5CWx{margin-bottom:16px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__info--w2eFB{display:flex;margin-bottom:28px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__info-left--DsLjH{margin-right:136px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__line--E1y6c{padding:6px 8px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__name--FCFgw{margin-bottom:8px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__documents--TLIMB{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:32px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__documents--TLIMB:last-child{margin-bottom:0}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__document--Gt8RM{margin-right:56px;min-width:516px}.AdminValidationBlock-module__wrapper--eXlAI .AdminValidationBlock-module__document--Gt8RM:last-child{margin-right:0}
.InfoBlock-module__wrapper--wtWsl{display:flex;align-items:center;padding:14px 16px;border-radius:12px;background:#e3f2ff;gap:32px}.InfoBlock-module__wrapper--wtWsl .InfoBlock-module__block--Frmy4{display:flex;align-items:center}.InfoBlock-module__wrapper--wtWsl .InfoBlock-module__label--sh5cN{margin-right:8px;color:#5e6071}@media screen and (max-width: 1024px){.InfoBlock-module__wrapper--wtWsl{flex-direction:column;align-items:flex-start;gap:10px}.InfoBlock-module__wrapper--wtWsl .InfoBlock-module__block--Frmy4{justify-content:space-between;width:100%}}
.Explorer-module__wrapper--KiWUy .Explorer-module__top--U68N5{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:22px;gap:20px 0}.Explorer-module__wrapper--KiWUy .Explorer-module__fields--tGlPT{position:relative;display:flex;align-items:center;gap:40px;width:100%;z-index:4}.Explorer-module__wrapper--KiWUy .Explorer-module__search--c0uB5{max-width:548px;width:100%}.Explorer-module__wrapper--KiWUy .Explorer-module__checkbox--fcCFO{align-items:center}.Explorer-module__wrapper--KiWUy .Explorer-module__checkbox-content--OZN1D{margin-top:0}.Explorer-module__wrapper--KiWUy .Explorer-module__table--DVnbx{margin-bottom:16px}.Explorer-module__wrapper--KiWUy .Explorer-module__cards--wFF16{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}@media screen and (max-width: 1024px){.Explorer-module__wrapper--KiWUy .Explorer-module__top--U68N5{gap:24px}.Explorer-module__wrapper--KiWUy .Explorer-module__info--G4QlC{width:100%}.Explorer-module__wrapper--KiWUy .Explorer-module__fields--tGlPT{flex-direction:column;align-items:flex-start;gap:24px}.Explorer-module__wrapper--KiWUy .Explorer-module__search--c0uB5{max-width:none;width:100%}}
.ExplorerCard-module__wrapper--T_Uhf{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fff;border:1px solid #d6d6da;border-radius:16px}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__main--AsmDD,.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__additional--lNIWn{display:flex;flex-direction:column;gap:12px}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__accordion--db7xU{padding:0;border:none}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__content--vPK_I{margin-top:0}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__row--DK0WP{display:flex;justify-content:space-between;gap:16px}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__name--oNKxj{line-height:20px;color:#5e6071}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__value--wDSLx{min-width:152px;text-align:right;line-height:20px}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__arrow--Zna6Q{transition:transform .2s}.ExplorerCard-module__wrapper--T_Uhf .ExplorerCard-module__arrow_opened--rsgdo{transform:rotateX(180deg)}
.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__breadcrumbs--OV1Nh{margin-bottom:16px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__top--HRc1G{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin-bottom:12px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__arrows--Rl9Q_{display:flex;gap:16px;margin-left:36px;margin-right:auto}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__arrow--zx0Jg{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid #d6d6da;border-radius:12px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__arrow--zx0Jg svg path{stroke:#5e6071}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__arrow--zx0Jg:hover{background:#ededef}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__info--DxQ64{margin-bottom:20px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__fields--rZZjh{width:100%}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__search--ItyWV{max-width:548px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__lines--LLgRk{margin-bottom:30px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__line--zBDeB{margin-bottom:20px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__line--zBDeB:last-child{margin-bottom:0}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__tabs--KuUJ3{margin-bottom:20px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__block--M064E{display:none}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__block_show--AbooP{display:block}@media screen and (max-width: 1024px){.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__breadcrumbs--OV1Nh{margin-bottom:24px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__top--HRc1G{flex-direction:column;align-items:flex-start;gap:24px}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__arrows--Rl9Q_{margin-left:0}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__arrow--zx0Jg{padding:0 19px;width:auto}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__info--DxQ64{margin-bottom:0;width:100%}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__search--ItyWV{max-width:none}.ExplorerBlock-module__wrapper--v3mvE .ExplorerBlock-module__tabs--KuUJ3{margin-bottom:24px;width:100%;overflow:auto}}
.JSONParser-module__wrapper--XJZJ_ .JSONParser-module__json--j8cq8{color:#a12ca1}
.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__top--pCeUL{display:flex;align-items:center;margin-bottom:28px}.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__line--K3SLG{margin-right:56px}.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__line--K3SLG:last-child{margin-right:0}.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__title--DG9NW{margin-bottom:20px}.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__window--pipJW{max-width:668px}@media screen and (max-width: 1024px){.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__top--pCeUL{flex-direction:column;align-items:flex-start;gap:12px}.ExplorerBlockData-module__wrapper--esDAc .ExplorerBlockData-module__line--K3SLG{margin-right:0;width:100%}}.ExplorerBlockData-module__empty--yTp9F{margin-top:66px}
.ExplorerBlockMap-module__wrapper--oM27M .ExplorerBlockMap-module__title--QeEA4{margin-bottom:20px}.ExplorerBlockMap-module__wrapper--oM27M .ExplorerBlockMap-module__block--HrPiB{width:100%;height:456px;background:#ebedf1;border-radius:32px}
.ExplorerBlockRaw-module__wrapper--OVyz3 .ExplorerBlockRaw-module__title--OcjQ3{margin-bottom:20px}.ExplorerBlockRaw-module__wrapper--OVyz3 .ExplorerBlockRaw-module__window--rcx8m{padding:16px 24px;border:1px solid #d6d6da;border-radius:16px}.ExplorerBlockRaw-module__wrapper--OVyz3 .ExplorerBlockRaw-module__parser--FZNAU{padding-bottom:16px;overflow:auto}.ExplorerBlockRaw-module__wrapper--OVyz3 .ExplorerBlockRaw-module__parser--FZNAU::-webkit-scrollbar{width:8px;height:8px}.ExplorerBlockRaw-module__wrapper--OVyz3 .ExplorerBlockRaw-module__parser--FZNAU::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.ExplorerBlockRaw-module__wrapper--OVyz3 .ExplorerBlockRaw-module__parser--FZNAU::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b6b7bf}
.ExplorerBlockSquares-module__wrapper--IClSz .ExplorerBlockSquares-module__title--yOlrB{margin-bottom:8px}.ExplorerBlockSquares-module__wrapper--IClSz .ExplorerBlockSquares-module__table--LQlbj{margin-bottom:20px}
.Notifications-module__wrapper--ycFr0 .Notifications-module__top--HDM1v{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.Notifications-module__wrapper--ycFr0 .Notifications-module__btns--JfsYi{display:flex;gap:56px}.Notifications-module__wrapper--ycFr0 .Notifications-module__table--Sbce3{margin-bottom:16px}.Notifications-module__wrapper--ycFr0 .Notifications-module__date--VzhV7{position:relative}.Notifications-module__wrapper--ycFr0 .Notifications-module__date--VzhV7::before{content:"";position:absolute;top:-10px;left:-15px;width:8px;height:8px;border-radius:50%;background-color:#8dc045}.Notifications-module__wrapper--ycFr0 .Notifications-module__date_checked--ne3Vu::before{display:none}.Notifications-module__wrapper--ycFr0 .Notifications-module__subtitle--ie1py{color:#8dc045}.Notifications-module__wrapper--ycFr0 .Notifications-module__subtitle_checked--G_0kA{color:#181a24}@media screen and (max-width: 1024px){.Notifications-module__wrapper--ycFr0 .Notifications-module__top--HDM1v{flex-direction:column;gap:28px;align-items:flex-start}.Notifications-module__wrapper--ycFr0 .Notifications-module__btns--JfsYi{padding-left:43px;gap:74px}.Notifications-module__wrapper--ycFr0 .Notifications-module__date--VzhV7::before{display:none}.Notifications-module__wrapper--ycFr0 .Notifications-module__subtitle--ie1py{color:#181a24;font-family:"Inter",sans-serif;font-weight:400;font-size:14px;line-height:16px}}
.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__breadcrumbs--qSd3T{margin-bottom:12px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__title--MgvYL{margin-bottom:39px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__window--ZH1Hk{padding:0}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__top--lXV4R{display:flex;padding-right:63px;border-bottom:1px solid #e3e4e7}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__left--mg546{padding:32px;padding-right:63px;width:50%;border-right:1px solid #e3e4e7}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__right--e2JV7{padding:32px;padding-left:63px;width:50%}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__bottom--uABeP{display:flex;justify-content:flex-end;gap:16px;padding:32px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__subtitle--x_ptS{margin-bottom:16px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__line--cgcVG{height:56px;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 1024px){.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__breadcrumbs--qSd3T{margin-bottom:16px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__title--MgvYL{margin-bottom:24px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__subtitle--x_ptS{margin-bottom:8px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__window--ZH1Hk{border:none}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__top--lXV4R{flex-direction:column;gap:24px;padding:0;margin-bottom:24px}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__left--mg546{padding:0;width:100%;border:none}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__right--e2JV7{padding:0;width:100%}.NotificationsSettings-module__wrapper--xq2U4 .NotificationsSettings-module__bottom--uABeP{flex-direction:column;padding:0}}
.WalletSend-module__wrapper--Caq5A .WalletSend-module__breadcrumbs--RP7yU{margin-bottom:12px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__top--mmPvj{display:flex;align-items:center;margin-bottom:24px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__title--An6Th{margin-left:16px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__card--i43Nh{width:358px;height:220px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__content--LtqFm{display:flex;align-items:flex-start}.WalletSend-module__wrapper--Caq5A .WalletSend-module__form--PCdpV{margin-right:72px;max-width:500px;width:100%}.WalletSend-module__wrapper--Caq5A .WalletSend-module__info--fBKFP{display:flex;align-items:flex-end}.WalletSend-module__wrapper--Caq5A .WalletSend-module__card--i43Nh{margin-right:31px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__indicator--uSnES{margin-bottom:32px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__indicator--uSnES:last-child{margin-bottom:0}@media screen and (max-width: 1024px){.WalletSend-module__wrapper--Caq5A .WalletSend-module__breadcrumbs--RP7yU{margin-bottom:28px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__top--mmPvj{margin-bottom:28px}.WalletSend-module__wrapper--Caq5A .WalletSend-module__form--PCdpV{margin-right:0}}
.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__breadcrumbs--QTSBe{margin-bottom:12px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__top--VHEMa{display:flex;align-items:center;margin-bottom:32px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__title--FdBL7{margin-left:16px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__windows--zXjec{display:flex;justify-content:space-between}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__window--D6BKa{display:flex;flex-direction:column;align-items:flex-start;padding:24px;width:calc(50% - 12px);border:1px solid #d6d6da;border-radius:24px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__subtitle--evTsl{margin-bottom:16px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__description--w4rkP{margin-bottom:32px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__btn--dhumZ{margin-top:auto;margin-bottom:0}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__btn--dhumZ svg path{stroke:#fff}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__check--Te8i4 path:nth-child(2){fill:unset}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__modal--aQb5v{max-width:512px}@media screen and (max-width: 1024px){.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__breadcrumbs--QTSBe{margin-bottom:28px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__top--VHEMa{margin-bottom:28px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__windows--zXjec{flex-direction:column;gap:24px}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__window--D6BKa{width:100%}.WalletTopUp-module__wrapper--Z0H39 .WalletTopUp-module__modal--aQb5v{max-width:none}}
.Chose-module__wrapper--ieW37 .Chose-module__loader--q_XlH{margin-bottom:20px}.Chose-module__wrapper--ieW37 .Chose-module__title--m0duR{margin-bottom:32px;text-align:center}.Chose-module__wrapper--ieW37 .Chose-module__cards--Aylst{display:flex;justify-content:center;gap:40px}.Chose-module__wrapper--ieW37 .Chose-module__card--h9mIM{display:flex;flex-direction:column;padding:24px;max-width:328px;border-radius:24px;background:#f0f1f4}.Chose-module__wrapper--ieW37 .Chose-module__subtitle--JHpq4{margin-bottom:12px;text-align:center}.Chose-module__wrapper--ieW37 .Chose-module__text--QOaG0{margin-bottom:32px;text-align:center}.Chose-module__wrapper--ieW37 .Chose-module__btn--kpuSF{margin:0 auto;margin-top:auto}@media screen and (max-width: 1024px){.Chose-module__wrapper--ieW37 .Chose-module__cards--Aylst{flex-direction:column;align-items:center}}
.PhraseItem-module__wrapper--JKc98{display:flex;justify-content:center;align-items:center;width:80px;height:32px;border:1px solid #d6d6da;background:#fff;border-radius:8px;transition:.2s;cursor:pointer}.PhraseItem-module__wrapper--JKc98:hover{background:#ededef}.PhraseItem-module__wrapper--JKc98:focus{background:#ededef;border-color:#202123}.PhraseItem-module__wrapper_active--dYv5C,.PhraseItem-module__wrapper--JKc98:active{border-color:rgba(0,0,0,0);background:#ededef}
.Confirm-module__title--GitJ8{margin-bottom:24px;text-align:center}.Confirm-module__subtitle--ai7_h{margin-bottom:32px;text-align:center;color:#5e6071}.Confirm-module__box--BbFrZ{margin-bottom:24px}.Confirm-module__block--PUnhl{display:grid;grid-template-columns:repeat(auto-fill, 80px);grid-gap:8px}.Confirm-module__window--SXL1o{padding:14px;margin:0 auto;max-width:552px;width:100%;min-height:104px;border:1px solid rgba(0,0,0,0);border-radius:16px;background:#f0f1f4}.Confirm-module__window_error--EAgd9{border-color:#f55;background:#ffecef}.Confirm-module__list--xcWV_{justify-content:center;margin:0 auto;margin-bottom:24px;max-width:520px;width:100%}.Confirm-module__btn--TCTer{margin:0 auto}.Confirm-module__warning--esEnb{padding-left:16px;margin:0 auto;margin-top:4px;max-width:552px;width:100%;color:#f55}@media screen and (max-width: 1024px){.Confirm-module__window--SXL1o{padding:16px 12px}}
.Phrase-module__title--tuaKl,.Phrase-module__subtitle--Hrn_J{margin-bottom:24px;text-align:center}.Phrase-module__subtitle--Hrn_J{color:#5e6071}
.Recovery-module__title--Hd03y{margin-bottom:24px;text-align:center}.Recovery-module__subtitle--UaAnu{margin-bottom:24px;text-align:center;color:#5e6071}.Recovery-module__text--jUQVp{margin:0 auto;margin-bottom:24px;max-width:520px;text-align:center;color:#5e6071}.Recovery-module__list--C5IEX{display:grid;grid-template-columns:repeat(auto-fill, 80px);grid-gap:8px;margin:0 auto;margin-bottom:24px;max-width:520px;justify-content:center}.Recovery-module__item--Bz2fZ{display:flex;justify-content:center;align-items:center;width:80px;height:32px;border:1px solid #d6d6da;border-radius:8px}.Recovery-module__btns--vCZLJ{display:flex;justify-content:center;gap:24px}@media screen and (max-width: 1024px){.Recovery-module__btns--vCZLJ{flex-direction:column;align-items:center;gap:16px}.Recovery-module__download--dn_z6{white-space:normal}}
.Welcome-module__title--uryIr{margin-bottom:24px;text-align:center}.Welcome-module__subtitle--LRBtX{margin-bottom:40px;text-align:center}.Welcome-module__btn--Z6076{margin:0 auto}
.Language-module__languages--ZGo8p{margin-right:32px}.Language-module__languages--ZGo8p .Language-module__arrow--gQque{margin-left:0}.Language-module__languages--ZGo8p .Language-module__language-arrow--akysZ{margin-left:4px}@media screen and (max-width: 1024px){.Language-module__languages--ZGo8p{margin-right:0}}
.NotificationsWindow-module__wrapper--faW76{opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s}.NotificationsWindow-module__wrapper_showed--lxto2{opacity:1;visibility:visible}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__window--nThQT{width:440px;height:534px;background:#fff;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:12px}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__head--w0oRO{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #e3e4e7}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__body--EvVsg{min-height:348px;max-height:348px;overflow:auto}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__body--EvVsg::-webkit-scrollbar{width:8px;height:8px}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__body--EvVsg::-webkit-scrollbar-track{background-color:rgba(0,0,0,0);border-radius:10px}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__body--EvVsg::-webkit-scrollbar-thumb{border-radius:16px;background-color:#b6b7bf}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__body_loading--WfP8f{overflow:hidden;opacity:.6}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__block--vmcgi{display:flex;justify-content:space-between;align-items:flex-start;gap:4px;padding:16px 12px 16px 24px;min-height:88px;border-bottom:1px solid #e3e4e7}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__block--vmcgi:last-child{border-bottom:none}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__subtitle--DwCz4{font-weight:600;line-height:20px}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__subtitle_active--q4Ngf{color:#8dc045}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__text--nKQKA{line-height:20px}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__time--qO8cU{color:#91929e}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__dot--MNM9C{width:8px;height:8px;border-radius:50%;background:#8dc045}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__footer--nRSo5{display:flex;justify-content:flex-end;align-items:center;gap:44px;padding:24px;border-top:1px solid #e3e4e7}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__empty--S14jy{display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:100%}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__empty-icon--UAZfy{margin-bottom:31px}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__empty-title--jBNQB{margin-bottom:12px;color:#5e6071}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__empty-text--N5sCh{max-width:261px;text-align:center;color:#5e6071}@media screen and (max-width: 1024px){.NotificationsWindow-module__wrapper--faW76{display:flex;justify-content:flex-end;width:100%;height:100vh;background:rgba(24,26,36,.48)}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__window--nThQT{width:calc(100% - 20px);height:100%;border-radius:16px 0 0 16px;transform:translateX(100%);transition:.2s transform}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__window_showed--LuaYo{transform:translateX(0)}.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__body--EvVsg{max-height:calc(100% - 141px)}}@media screen and (max-width: 768px){.NotificationsWindow-module__wrapper--faW76 .NotificationsWindow-module__window--nThQT{width:calc(100% - 50px)}}
.ProfileWindow-module__wrapper--AxAkb{width:256px;box-shadow:0px 2px 8px rgba(0,0,0,.08),0px 2px 10px rgba(0,0,0,.08);border-radius:12px;background-color:#fff}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__top--YvO72{padding:20px 16px;border-bottom:1px solid rgba(25,28,52,.12)}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__name--bxyG4{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__bottom--VY7no{padding:21px 16px;border-top:1px solid rgba(25,28,52,.12)}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__link--OVIMq{display:flex;align-items:center;gap:16px}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__elem--Znb1E{padding:12px 16px;transition:.2s background}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__elem--Znb1E:hover{background:#ededef}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__elem--Znb1E:active{background:#e3e3e6}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__text--Uaba3{line-height:24px;color:#5e6071}.ProfileWindow-module__wrapper--AxAkb .ProfileWindow-module__check--TdAYd path{stroke:#5e6071}
.Header-module__header--sX3p2{padding:12px 0;border-bottom:1px solid #e3e4e7}.Header-module__header--sX3p2 .Header-module__container--Vla85{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:0 20px}.Header-module__header--sX3p2 .Header-module__left--tzfWv,.Header-module__header--sX3p2 .Header-module__right--f7kXX{display:flex;align-items:center}.Header-module__header--sX3p2 .Header-module__logo--atx55{margin-right:32px;width:103px;height:32px}.Header-module__header--sX3p2 .Header-module__info--s3Rhw{margin-right:24px}.Header-module__header--sX3p2 .Header-module__subtitle--GMGj0{margin-bottom:4px;color:#91929e}.Header-module__header--sX3p2 .Header-module__block--C94_U{display:flex;align-items:center;margin-right:24px}.Header-module__header--sX3p2 .Header-module__block_right--ZvGAg{margin-right:0}.Header-module__header--sX3p2 .Header-module__icon--R260B{margin-right:8px}.Header-module__header--sX3p2 .Header-module__btns--NhO8N{display:flex;align-items:center;margin-left:32px}.Header-module__header--sX3p2 .Header-module__login--RpFu1{margin-right:12px}.Header-module__header--sX3p2 .Header-module__notification--GONAp{position:relative;display:flex;align-items:center;justify-content:center;margin:0 32px;width:24px;height:24px;border-radius:7px}.Header-module__header--sX3p2 .Header-module__notification__amount--bflCW{position:absolute;top:1px;right:2px;display:flex;align-items:center;justify-content:center;padding:2px;min-width:22px;min-height:22px;border:2px solid #fff;border-radius:50%;background:#8dc045;color:#fff;transform:translate(40%, -40%)}.Header-module__header--sX3p2 .Header-module__notification__amount_large--tofBr{top:-3px;right:-3px;padding:0;min-width:30px;min-height:29px}.Header-module__header--sX3p2 .Header-module__notifications--UqtUo{position:fixed;right:0;top:68px;right:108px;z-index:50}.Header-module__header--sX3p2 .Header-module__user--yfUdn{position:relative}.Header-module__header--sX3p2 .Header-module__user__btn--VHPTB{display:flex;align-items:center}.Header-module__header--sX3p2 .Header-module__avatar--AWLmm{margin-right:4px;width:32px;height:32px;border-radius:50%;background:#ebedf1;overflow:hidden}.Header-module__header--sX3p2 .Header-module__avatar--AWLmm canvas{width:100% !important;height:100% !important}.Header-module__header--sX3p2 .Header-module__profile--LHh6n{position:absolute;top:45px;right:0;opacity:0;visibility:hidden;transition-property:opacity,visibility;transition-duration:.2s;z-index:20}.Header-module__header--sX3p2 .Header-module__profile_active--mYIpw{opacity:1;visibility:visible}.Header-module__header--sX3p2 .Header-module__profile-arrow--P6P0i{transition-property:transform;transition-duration:.2s}.Header-module__header--sX3p2 .Header-module__profile-arrow_active--Elb2X{transform:rotateX(180deg)}@media screen and (max-width: 1024px){.Header-module__header--sX3p2 .Header-module__container--Vla85{padding:0 24px}.Header-module__header--sX3p2 .Header-module__left--tzfWv{justify-content:space-between;width:100%}.Header-module__header--sX3p2 .Header-module__notifications--UqtUo{top:0;right:0}}@media screen and (max-width: 768px){.Header-module__header--sX3p2 .Header-module__left--tzfWv{justify-content:flex-start}}
.NavBar-module__wrapper--cilwU{padding-top:24px;height:100%;border-right:1px solid #e3e4e7}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z{position:relative;display:flex;align-items:center;padding-left:32px;height:48px}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z .NavBar-module__value--yof2e{margin-left:16px;color:#5e6071}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z .NavBar-module__arrow--FQbRs{margin-right:32px;margin-left:auto;transform:rotateX(180deg);transition:.2s transform}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z .NavBar-module__icon--TyrKS path{stroke:#5e6071}.NavBar-module__wrapper--cilwU .NavBar-module__elem_active--Fd03y::before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:#8dc045;border-radius:0px 3px 3px 0px}.NavBar-module__wrapper--cilwU .NavBar-module__elem_active--Fd03y .NavBar-module__icon--TyrKS path{stroke:#181a24}.NavBar-module__wrapper--cilwU .NavBar-module__elem_active--Fd03y .NavBar-module__value--yof2e{font-weight:600;color:#181a24}.NavBar-module__wrapper--cilwU .NavBar-module__elem_active--Fd03y .NavBar-module__arrow--FQbRs{transform:rotateX(0)}.NavBar-module__wrapper--cilwU .NavBar-module__elem_disabled--hzx6a{opacity:.5}.NavBar-module__wrapper--cilwU .NavBar-module__child--T3Fmp{padding:14px 0 14px 56px;margin:0 16px;margin-bottom:4px;border-radius:12px}.NavBar-module__wrapper--cilwU .NavBar-module__child_active--kJeQU{background:#f3f4f5}@media screen and (max-width: 1240px){.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z{padding-left:16px}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z .NavBar-module__value--yof2e{display:none}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z .NavBar-module__arrow--FQbRs{display:none}.NavBar-module__wrapper--cilwU .NavBar-module__childs--TDL9X{display:none}}@media screen and (max-width: 1024px){.NavBar-module__wrapper--cilwU{padding-top:0;height:auto;border-top:1px solid rgba(25,28,52,.12)}.NavBar-module__wrapper--cilwU .NavBar-module__list--V8_CZ{display:flex;justify-content:space-between}.NavBar-module__wrapper--cilwU .NavBar-module__link--kOiMX{width:20%;height:56px}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z{flex-direction:column;justify-content:center;padding:0;height:100%}.NavBar-module__wrapper--cilwU .NavBar-module__elem--DOd9Z .NavBar-module__value--yof2e{margin-left:0;margin-top:2px;display:block}.NavBar-module__wrapper--cilwU .NavBar-module__elem_active--Fd03y::before{top:auto;bottom:0;width:100%;height:4px;border-radius:0px 3px 3px 0px}}
.LKTemplate-module__wrapper--KnOCo{display:flex;flex-direction:column;height:100%}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__main--usxon{display:flex;flex:1;overflow:hidden}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__navbar--kmCP9{width:256px}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__content--PTpj3{position:relative;padding:32px;width:calc(100% - 256px);max-height:100%;overflow:auto;overflow-x:hidden}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__content_alone--kHu4V{width:100%}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__outlet_limited--H8hPC{margin:0 auto}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__loader--TTYOw{position:absolute;left:0;top:0;display:flex;justify-content:center;align-items:center;width:100%;height:100%;background-color:#fff;overflow:hidden;z-index:20}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__line--LuRIL{margin-top:100px;max-width:320px;width:100%;height:100%}@media screen and (max-width: 1240px){.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__navbar--kmCP9{width:56px}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__content--PTpj3{width:calc(100% - 56px)}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__content_alone--kHu4V{width:100%}}@media screen and (max-width: 1024px){.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__main--usxon{flex-direction:column;justify-content:space-between}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__navbar--kmCP9{width:100%;order:3}.LKTemplate-module__wrapper--KnOCo .LKTemplate-module__content--PTpj3{padding:28px 20px 24px 20px;width:100%;flex:1}}.LKTemplate-module__loading--b_L_2{position:absolute;left:0;top:0;display:flex;justify-self:center;align-items:flex-start;padding:30px;padding-top:100px;height:100vh;width:100vw}
.MainTemplate-module__wrapper--qOZqu{display:flex;flex-direction:column;height:100%}.MainTemplate-module__main--sPmkG{width:100%;flex:1;overflow:auto}.MainTemplate-module__window--dc_iI{max-width:864px;margin:0 auto;margin-top:80px;margin-bottom:40px;padding:64px 48px;border:1px solid #d6d6da;border-radius:32px}.MainTemplate-module__logo--PKpf1{display:block;margin:0 auto;margin-bottom:40px;width:172px;height:64px}@media screen and (max-width: 1024px){.MainTemplate-module__main--sPmkG{padding:0 20px}.MainTemplate-module__window--dc_iI{margin-top:36px;margin-bottom:72px;padding:48px 16px;padding-bottom:24px}}
.FaqAccordion-module__questions--wub3f{border:1px solid #d6d6da;border-radius:24px}.FaqAccordion-module__accordion--nGDug{padding:24px;border:none;border-bottom:1px solid #d6d6da;border-radius:0}.FaqAccordion-module__accordion--nGDug:last-child{border-bottom:none}.FaqAccordion-module__arrow--xcTR0 path{stroke:#181a24}.FaqAccordion-module__text--aWbji{color:#5e6071}
.CryptoFaq-module__top--MqKAv{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.CryptoFaq-module__search--vnoFW{margin-bottom:24px;max-width:860px}.CryptoFaq-module__list--HylNF{max-width:860px}@media screen and (max-width: 768px){.CryptoFaq-module__top--MqKAv{flex-direction:column-reverse;gap:24px;align-items:stretch;margin-bottom:24px}}
.CryptoTransactionsHistory-module__top--SrjVK{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.CryptoTransactionsHistory-module__window--iBKaJ{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.CryptoTransactionsHistory-module__blocks--amj8W{display:flex;align-items:center;gap:40px}.CryptoTransactionsHistory-module__block--T_hWU{padding:8px}.CryptoTransactionsHistory-module__name--Z_iJO{color:#91929e}.CryptoTransactionsHistory-module__fields--vvPQO{display:flex;align-items:center;gap:16px;margin-bottom:16px}.CryptoTransactionsHistory-module__search--Gx_iB{flex:1}.CryptoTransactionsHistory-module__status--cLKds{width:360px}.CryptoTransactionsHistory-module__table--DWyyl{margin-bottom:16px}.CryptoTransactionsHistory-module__accordion-wrapper--cELPU{position:relative}.CryptoTransactionsHistory-module__accordion-wrapper--cELPU::before{content:"";position:absolute;left:-2px;top:0;width:4px;height:100%;background-color:#8dc045;border-radius:0px 0px 50px 0px}.CryptoTransactionsHistory-module__accordion--ikcNl{display:flex;flex-direction:column;gap:16px;padding:10px 16px}.CryptoTransactionsHistory-module__row--c0z0q{position:relative;background-color:#ebedf1;border-left:4px solid #8dc045}.CryptoTransactionsHistory-module__item--aaRl2{display:flex;align-items:center;gap:10px}.CryptoTransactionsHistory-module__time--xIRi1{margin-top:3px;color:#5e6071}.CryptoTransactionsHistory-module__modal-title--qbF6P{white-space:break-spaces}@media screen and (max-width: 768px){.CryptoTransactionsHistory-module__top--SrjVK{flex-direction:column-reverse;align-items:stretch;gap:24px}.CryptoTransactionsHistory-module__window--iBKaJ{flex-direction:column;align-items:stretch;gap:24px}.CryptoTransactionsHistory-module__blocks--amj8W{flex-direction:column;align-items:flex-start;gap:0}.CryptoTransactionsHistory-module__fields--vvPQO{flex-direction:column}.CryptoTransactionsHistory-module__status--cLKds{width:100%}.CryptoTransactionsHistory-module__accordion--ikcNl{padding:0}}
.CryptoTransactionRow-module__row--uKAwv{display:flex;gap:4px}.CryptoTransactionRow-module__left--cUD3T{min-width:164px;color:#91929e}
.Exchange-module__top--IEEVy{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;margin-bottom:36px}.Exchange-module__steps--s5DMB{display:flex;justify-content:space-between;align-items:center;width:100%;border-bottom:1px solid rgba(25,28,52,.12)}.Exchange-module__step--se_Zj{position:relative;display:flex;align-items:center;padding:15px 24px}.Exchange-module__step_active--ZAr1F::after{content:"";position:absolute;left:24px;bottom:-1px;height:2px;width:calc(100% - 48px);border-radius:4px 4px 0 0;background-color:#181a24;overflow:hidden}.Exchange-module__step_active--ZAr1F .Exchange-module__number--Oy882{color:#fff;border-color:#8dc045;background-color:#8dc045}.Exchange-module__number--Oy882{display:flex;align-items:center;justify-content:center;margin-right:13px;width:22px;height:22px;border:1.5px solid #d6d6da;border-radius:50%;color:#5e6071;transition:.2s}.Exchange-module__number_prev--QgW9p{border-color:#2ca853}.Exchange-module__divider--UPt03{flex:1;height:2px;background-color:rgba(25,28,52,.12)}@media screen and (max-width: 1024px){.Exchange-module__btn--bhF2i{order:3}}@media screen and (max-width: 768px){.Exchange-module__top--IEEVy{gap:16px}.Exchange-module__title--X3Kcz{margin-bottom:16px;font-size:34px;line-height:44px}.Exchange-module__steps--s5DMB{border:none}.Exchange-module__step--se_Zj{display:flex;justify-content:center;padding:0;padding-top:8px;width:calc(25% - 4px)}.Exchange-module__step--se_Zj::after{left:0;width:100%;top:0;border-radius:0 0 4px 4px}.Exchange-module__label--KSKfJ{display:none}.Exchange-module__number--Oy882{margin:0}.Exchange-module__btn--bhF2i{width:100%}}
.ExchangeCompleted-module__title--Jc5V2{margin-bottom:32px}.ExchangeCompleted-module__window--Dc93T{position:relative;margin-bottom:32px}.ExchangeCompleted-module__subtitle--couCN{margin-bottom:20px}.ExchangeCompleted-module__blocks--K7vJq{display:flex;flex-direction:column;gap:20px}.ExchangeCompleted-module__row--NoUU9{display:flex;gap:20px}.ExchangeCompleted-module__block--BjoH2{display:flex;align-items:center;gap:8px}.ExchangeCompleted-module__block_rate--lZnQt{position:absolute;right:24px;top:16px}.ExchangeCompleted-module__left--EYglL{width:20px;height:20px}.ExchangeCompleted-module__left--EYglL svg{width:100%;height:100%;transform:scale(1.5)}.ExchangeCompleted-module__right--SYJaB{display:flex;flex-direction:column;gap:4px;padding:8px}.ExchangeCompleted-module__name--gmgef{color:#91929e}.ExchangeCompleted-module__block-left--HpThl{max-width:204px;width:100%}.ExchangeCompleted-module__block-middle--l33cQ{max-width:411px;width:100%}.ExchangeCompleted-module__block-right--zBIsd{max-width:457px;width:100%}.ExchangeCompleted-module__btns--JnzL2{display:flex;justify-content:flex-end;gap:16px}@media screen and (max-width: 1240px){.ExchangeCompleted-module__block-left--HpThl,.ExchangeCompleted-module__block-middle--l33cQ,.ExchangeCompleted-module__block-right--zBIsd{max-width:none}.ExchangeCompleted-module__row--NoUU9{flex-direction:column;gap:0}.ExchangeCompleted-module__value--ZEnTF{word-break:break-word}}@media screen and (max-width: 768px){.ExchangeCompleted-module__block--BjoH2{position:static}.ExchangeCompleted-module__block_rate--lZnQt{margin-bottom:20px}.ExchangeCompleted-module__btns--JnzL2{flex-direction:column}}
.OrderDetails-module__title--zkMrC{margin-bottom:20px}.OrderDetails-module__blocks--kAWF0{display:flex;align-items:flex-start;gap:0 72px}.OrderDetails-module__block--EZCYx{display:flex;align-items:center;gap:8px;padding:8px}.OrderDetails-module__left--jyhbq svg{width:20px;height:20px;transform:scale(1.5)}.OrderDetails-module__right--5jA8c{display:flex;flex-direction:column;gap:4px;padding:8px}.OrderDetails-module__name--aKB6s{color:#91929e}.OrderDetails-module__value--9ywFs{display:flex;align-items:center;gap:12px}.OrderDetails-module__icon--n0GUs svg{stroke:#5e6071}@media screen and (max-width: 768px){.OrderDetails-module__blocks--kAWF0{flex-wrap:wrap}}
.ExchangeConfirmation-module__title--aLGj0{margin-bottom:24px}.ExchangeConfirmation-module__subtitle--WyMvB{margin-bottom:32px}.ExchangeConfirmation-module__values--egrus{display:flex;align-items:center;gap:36px;margin-bottom:20px}.ExchangeConfirmation-module__value--yuiRr{display:flex;align-items:center;gap:8px}@media screen and (max-width: 768px){.ExchangeConfirmation-module__values--egrus{flex-direction:column;align-items:flex-start;gap:16px}}
.ExchangeDeposit-module__title--S7RGg{margin-bottom:24px}.ExchangeDeposit-module__value--jREfL{display:inline-flex;align-items:center;gap:8px;padding:6px 8px 6px 12px;margin:0 8px;border-radius:32px;background-color:#ebedf1;cursor:pointer}.ExchangeDeposit-module__subtitle--GkaI9{margin-bottom:32px}.ExchangeDeposit-module__prompt--gHBp7{margin-top:16px;padding:24px;border-radius:16px;background-color:#e7f6eb}.ExchangeDeposit-module__prompt-top--GyaIT{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:16px}.ExchangeDeposit-module__prompt-close--O9Vmb{min-width:16px}.ExchangeDeposit-module__prompt-close--O9Vmb path{stroke:#092433}.ExchangeDeposit-module__address--tQnXK{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:24px;margin-bottom:16px}.ExchangeDeposit-module__address_error--UjepR{border-color:#f55}.ExchangeDeposit-module__address-left--WDjsr{display:flex;flex-direction:column;gap:20px}.ExchangeDeposit-module__address-box--kZxK8{display:flex;align-items:center;gap:20px}.ExchangeDeposit-module__address-copy--ZsO11{width:470px}.ExchangeDeposit-module__address-copy_blur--srgQf{filter:blur(3px)}.ExchangeDeposit-module__address-values--HMKZ3{display:flex;align-items:center;gap:28px}.ExchangeDeposit-module__address-value--NLBCs{display:flex;align-items:center;gap:8px}.ExchangeDeposit-module__address-right--dbJwC{padding:15px;width:132px;height:132px}.ExchangeDeposit-module__address-right_blur--mvYLE{filter:blur(6px)}.ExchangeDeposit-module__address-qr--PQens{width:100%;height:100%}.ExchangeDeposit-module__address-prompt--hl4t6{width:100%}.ExchangeDeposit-module__tag--bSo21{margin-bottom:16px}.ExchangeDeposit-module__tag-title--W9kwz{margin-bottom:20px}.ExchangeDeposit-module__tag-bottom--tf2O2{display:flex;align-items:center;gap:29px}.ExchangeDeposit-module__tag-copy--xjKoD{max-width:157px}.ExchangeDeposit-module__tag-check--iPVll{display:flex;align-items:center;gap:12px}.ExchangeDeposit-module__tag-prompt--TRSzZ{margin:0 auto;padding:10px;max-width:348px}@media screen and (max-width: 768px){.ExchangeDeposit-module__subtitle--GkaI9{margin-bottom:24px}.ExchangeDeposit-module__tag-bottom--tf2O2{flex-direction:column;align-items:flex-start;gap:24px}.ExchangeDeposit-module__tag-check--iPVll{align-items:flex-start}.ExchangeDeposit-module__address-left--WDjsr{width:100%}.ExchangeDeposit-module__address-box--kZxK8{flex-direction:column;align-items:flex-start;max-width:none}.ExchangeDeposit-module__address-values--HMKZ3{flex-direction:column;align-items:flex-start;gap:16px}.ExchangeDeposit-module__address-btn--k_IPr{width:100%}.ExchangeDeposit-module__address-copy--ZsO11{width:100%}}
.ExchangeDetails-module__title--h4SCA{margin-bottom:24px}
.Support-module__top--ly_wJ{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.Support-module__subtitle--C6yYV{margin-bottom:24px}.Support-module__text--aPMLB{margin-bottom:40px}@media screen and (max-width: 768px){.Support-module__top--ly_wJ{flex-direction:column-reverse;align-items:stretch;gap:24px;margin-bottom:16px}}
.CryptoHeader-module__header--Sl9SE{border-bottom:1px solid #e3e4e7}.CryptoHeader-module__container--PZB3M{display:flex;align-items:center;padding:0 20px;margin:0 auto;max-width:1440px;height:68px}.CryptoHeader-module__left--tw4Xv{display:flex;align-items:center;margin-right:32px}.CryptoHeader-module__logo--hEkLq{width:103px;height:32px;margin-right:12px}.CryptoHeader-module__logo-separator--mrhXf{margin-right:12px;color:#91929e}.CryptoHeader-module__logo-text--k1RM6{color:#91929e;text-transform:uppercase;font-weight:bold}.CryptoHeader-module__list--Mgsdg{display:flex;justify-content:space-between;align-items:center;margin-left:32px}.CryptoHeader-module__elem--irwmz{position:relative;padding:14px 24px;color:#5e6071}.CryptoHeader-module__elem_active--lYx0_ a{color:#181a24}.CryptoHeader-module__elem_active--lYx0_::after{content:"";position:absolute;left:24px;bottom:-13px;width:calc(100% - 48px);height:4px;background-color:#8dc045;border-radius:4px 4px 0 0}.CryptoHeader-module__avatar--srEgc{margin-right:0;margin-left:auto;width:32px;height:32px;border-radius:50%;overflow:hidden}.CryptoHeader-module__avatar--srEgc canvas{width:100% !important;height:100% !important}@media screen and (max-width: 1024px){.CryptoHeader-module__container--PZB3M{padding:0 24px}.CryptoHeader-module__logo--hEkLq{width:22px}.CryptoHeader-module__list--Mgsdg{display:none}}
.FAQ-module__wrapper--iRR2z{max-width:834px}.FAQ-module__wrapper--iRR2z .FAQ-module__title--pubNY{margin-bottom:24px}.FAQ-module__wrapper--iRR2z .FAQ-module__search--ncZp7{margin-bottom:24px}
.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__top--RRI0K{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:40px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__pretitle--AjDD6{color:#91929e;text-transform:uppercase}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__title--qivmy{margin-bottom:24px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__btns--KIx__{display:flex}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__change--aYC1u{margin-right:16px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__subtitle--uROCm{margin-bottom:24px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__form--xJ7eH{margin-bottom:28px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__bottom--Z8fG4{display:flex;flex-direction:column;gap:24px;justify-content:space-between}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__link--PV2e9{position:relative;display:flex;align-items:center;max-width:672px;width:100%;pointer-events:auto}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__link--PV2e9:hover{opacity:1}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__field--vSP9m{cursor:pointer}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__status--mxqZe{margin-right:40px;cursor:default}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__verify--K0sgJ{cursor:pointer}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__verify_white--Zte6f{background:none !important;opacity:1 !important;cursor:default}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__modal--hGOaE{max-width:530px;width:100%}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__pencil--rR2e1 path{stroke:#5e6071}@media screen and (max-width: 1240px){.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__title--qivmy{margin-bottom:16px}}@media screen and (max-width: 1024px){.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__bottom--Z8fG4{flex-direction:column;gap:24px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__link--PV2e9{flex-direction:column;align-items:flex-start;gap:15px;width:100%;max-width:none}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__form--xJ7eH{margin-bottom:24px}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__left--tH7n5{width:100%}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__status--mxqZe{position:static;margin-right:0;cursor:pointer}.AccountSettings-module__wrapper--MVVkV .AccountSettings-module__edit--ZXjD6{display:none}}
.ChangePassword-module__wrapper--TgibP .ChangePassword-module__breadcrumbs--Kappv{margin-bottom:12px}.ChangePassword-module__wrapper--TgibP .ChangePassword-module__top--i78bQ{display:flex;align-items:center;margin-bottom:14px}.ChangePassword-module__wrapper--TgibP .ChangePassword-module__title--eQcJV{margin-left:16px}.ChangePassword-module__wrapper--TgibP .ChangePassword-module__subtitle--o_NUt{margin-bottom:23px;max-width:365px}@media screen and (max-width: 1024px){.ChangePassword-module__wrapper--TgibP .ChangePassword-module__breadcrumbs--Kappv{margin-bottom:24px}.ChangePassword-module__wrapper--TgibP .ChangePassword-module__top--i78bQ{align-items:flex-start;margin-bottom:24px}.ChangePassword-module__wrapper--TgibP .ChangePassword-module__back--RIofx{margin-top:12px}}
.EmailVerification-module__wrapper--kqTDd .EmailVerification-module__breadcrumbs--wTJHD{margin-bottom:16px}.EmailVerification-module__wrapper--kqTDd .EmailVerification-module__top--lMu6w{display:flex;align-items:center;margin-bottom:24px}.EmailVerification-module__wrapper--kqTDd .EmailVerification-module__title--j_7SM{margin-left:16px}.EmailVerification-module__wrapper--kqTDd .EmailVerification-module__subtitle--EJKCy{margin-bottom:24px}@media screen and (max-width: 1024px){.EmailVerification-module__wrapper--kqTDd .EmailVerification-module__breadcrumbs--wTJHD{margin-bottom:24px}}
.PhoneVerification-module__wrapper--sd8GJ .PhoneVerification-module__breadcrumbs--A8ldZ{margin-bottom:16px}.PhoneVerification-module__wrapper--sd8GJ .PhoneVerification-module__top--gN6mp{display:flex;align-items:center;margin-bottom:24px}.PhoneVerification-module__wrapper--sd8GJ .PhoneVerification-module__title--iJqau{margin-left:16px}.PhoneVerification-module__wrapper--sd8GJ .PhoneVerification-module__subtitle--cOK28{margin-bottom:24px}@media screen and (max-width: 1024px){.PhoneVerification-module__wrapper--sd8GJ .PhoneVerification-module__breadcrumbs--A8ldZ{margin-bottom:24px}}
.Verification-module__wrapper--Cvd_o .Verification-module__pretitle--B0jXI{color:#91929e;text-transform:uppercase}.Verification-module__wrapper--Cvd_o .Verification-module__title--LOvmB{margin-bottom:16px}.Verification-module__wrapper--Cvd_o .Verification-module__description--IFELl{margin-bottom:32px;max-width:593px}.Verification-module__wrapper--Cvd_o .Verification-module__windows--YwA_X{display:flex;justify-content:space-between}.Verification-module__wrapper--Cvd_o .Verification-module__window--Ip5ax{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;padding:24px;width:calc(50% - 16px);border:1px solid #d6d6da;border-radius:24px}.Verification-module__wrapper--Cvd_o .Verification-module__window_noactive--KjsLr{opacity:.5}.Verification-module__wrapper--Cvd_o .Verification-module__header--nENlM{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.Verification-module__wrapper--Cvd_o .Verification-module__name--hCROg{margin-bottom:3px;color:#91929e}.Verification-module__wrapper--Cvd_o .Verification-module__subtitle--FlOWg{margin-bottom:16px}.Verification-module__wrapper--Cvd_o .Verification-module__text--Mgyq4{margin-bottom:32px;color:#5e6071}@media screen and (max-width: 1024px){.Verification-module__wrapper--Cvd_o .Verification-module__windows--YwA_X{flex-direction:column;gap:24px}.Verification-module__wrapper--Cvd_o .Verification-module__window--Ip5ax{width:100%}}@media screen and (max-width: 768px){.Verification-module__wrapper--Cvd_o .Verification-module__header--nENlM{flex-direction:column-reverse}}
.ValidationBlock-module__wrapper--tUlIt .ValidationBlock-module__breadcrumbs--UbtZF{margin-bottom:6px}.ValidationBlock-module__wrapper--tUlIt .ValidationBlock-module__title--IwLCe{margin-bottom:24px}
.Divider-module__wrapper--cCb1I{border-radius:2px;background:#e3e4e7}.Divider-module__wrapper_horizontal--Dzwzl{height:2px}.Divider-module__wrapper_vertical--vI5XN{width:2px}
.ValidationNew-module__wrapper--rA1Iz .ValidationNew-module__breadcrumbs--OZ8C7{margin-bottom:6px}.ValidationNew-module__wrapper--rA1Iz .ValidationNew-module__title--rl0eB{margin-bottom:20px}.ValidationNew-module__wrapper--rA1Iz .ValidationNew-module__tabs--RdWnl{margin-bottom:36px}@media screen and (max-width: 1024px){.ValidationNew-module__wrapper--rA1Iz .ValidationNew-module__breadcrumbs--OZ8C7{margin-bottom:24px}.ValidationNew-module__wrapper--rA1Iz .ValidationNew-module__title--rl0eB{margin-bottom:24px}.ValidationNew-module__wrapper--rA1Iz .ValidationNew-module__tabs--RdWnl{margin-bottom:24px}}
