:root{--primary:#e9530d;--secondaryTextColor:#fff;--semiBold:600}.Box{background-color:#e7e7e7;border-radius:9px;width:212px;margin-top:24px;margin-right:24px;padding:24px 24px 16px;display:inline-block}.Box .Box__title{opacity:.5;margin-bottom:12px;font-size:16px;font-weight:700}.Box .Box__number{text-align:right;font-size:42px;font-weight:900}.Collected__count{color:#fff;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;height:28px;margin-left:12px;padding:1px 8px 2px;font-size:15px;font-weight:900;display:flex}.Collected__count_blue{color:#fff;background-color:#1565c0;border:2px solid #1565c0}.Collected__count_green{color:#fff;background-color:#2e7d32;border:2px solid #2e7d32}.Collected__count_red{color:#fff;background-color:#cf2f00;border:2px solid #cf2f00}.Button__collected{border-radius:4px;flex-flow:row;justify-content:flex-end;align-items:center;margin-left:12px;font-size:15px;font-weight:700;display:flex}.Button__collected_blue{color:#fff;background-color:#0064ff;border:2px solid #0043ab}.Button__collected_gray{color:#202020;background-color:#bbb;border:2px solid #bbbbbb80}.Button__collected_black{color:#fff;background-color:#333;border:2px solid #333}.Button__collected_green{color:#fff;background-color:#388e3c;border:2px solid #265f28}.Button__collected_red{color:#fff;background-color:#f53800;border:2px solid #f5380050}.Button__circle{cursor:pointer;background-color:#bbb;border-radius:50%;width:32px;height:32px;margin:0 12px;padding:4px;display:inline-block}.Button__swith{flex-flow:row;justify-content:flex-start;align-items:center;padding:0 6px;display:flex}.Button__swith .Swith__text{cursor:pointer;color:#202020;margin-right:8px;font-size:14px;font-weight:700;transition:opacity .25s}.Action__button{box-sizing:border-box;cursor:pointer;background-color:inherit;border:none;border-radius:4px;padding:12px 16px;font-family:inherit;font-size:18px;font-weight:700;transition:opacity .1s,border .25s}.Action__button_all{width:100%;margin-right:0}.Action__button_blue{color:#0064ff;border:2px solid #0064ff80}.Action__button_blue:hover{border:2px solid #0064ff}.Action__button_red{color:red;border:2px solid #ff000080}.Action__button_red:hover{border:2px solid red}.Action__button_right{margin-right:12px}.Action__button_mini{border-radius:4px!important;padding:0 4px 1px!important;font-size:14px!important;font-weight:700!important;transition:opacity .1s,border .25s!important}.Action__button_maxi{border-radius:5px!important;padding:3px 6px!important;font-size:19px!important;font-weight:700!important;transition:opacity .1s,border .25s!important}.Action__link{color:#565656;cursor:pointer;font-size:16px;text-decoration:none;transition:opacity .1s;display:inline-block}.Action__link_blue{color:#0064ff}.Action__link_red{color:red}.Action__link:hover{opacity:.75}.Action__link_right{margin-right:12px}.Action__link_left{margin-left:12px}.Button__text{cursor:pointer;color:#202020;font-size:17px;font-weight:600;transition:opacity .25s}.Button__text:hover{opacity:.75}.Button__text_left{margin-left:24px}.Button__text_right{margin-right:24px}.Form .Form__title{margin-bottom:16px;font-size:24px;font-weight:600}.Form .Form__title .Text__signature{opacity:.75;margin-top:4px;padding-left:1px;font-size:13px}.Form .Form__field{margin-bottom:10px}.Form .Form__field_last{margin-bottom:0}.Form .Form__error{text-align:center;color:#ff5722;width:100%;margin-top:12px;font-size:14px;font-weight:400}.Form .Form__actions{flex-flow:wrap;justify-content:space-between;align-items:center;margin-top:20px;display:flex}.Form .Form__actions:last-child{margin-top:16px;padding:0 2px}.Form .Form__actions_center{justify-content:center}.List{flex-flow:column;justify-content:flex-start;align-items:stretch;width:100%;margin-bottom:12px;display:flex}.List .List__item{cursor:pointer;z-index:1;background-color:#e1e1e1;border-radius:7px;flex-flow:row;justify-content:space-between;align-items:center;margin-bottom:8px;padding:8px 12px;transition:background-color .25s,box-shadow .25s;display:flex}.List .List__item:hover{background-color:#fff}.List .List__item.active{background-color:#fff;box-shadow:0 16px 20px #00000012}.List .List__item .Item__title{flex-flow:row;justify-content:space-between;align-items:center;display:flex}.List .List__item .Item__settings{flex-flow:row;justify-content:flex-end;align-items:center;display:flex}.List .List__item .Item__settings .Settings__size{font-size:24px;font-weight:900}.List .List__content{padding:0 8px 16px}.List .List__content .Content__header{flex-flow:row;justify-content:space-between;align-items:center;display:flex}.List .List__content .Content__header .Header__title,.List .List__content .Content__header .Header__settings{align-items:center;display:flex}.List .List__content .Content__footer{flex-flow:row;justify-content:space-between;align-items:center;padding-top:12px;display:flex}.List .List__content .Content__footer .Footer__title,.List .List__content .Content__footer .Footer__settings{align-items:center;display:flex}.List .Element__title{flex-flow:row;justify-content:flex-start;align-items:center;font-size:17px;font-weight:700;display:flex}.List .Element__size{flex-flow:row;justify-content:flex-end;align-items:center;display:flex}.List .Element__size .Size__title{font-size:16px;font-weight:400}.List .Element__size .Size__count{font-size:24px;font-weight:900}.List .Element__size .Size__count_left{margin-left:12px}.List .Element__datetime{flex-flow:row;justify-content:flex-end;align-items:center;display:flex}.Swith{cursor:pointer;border:3px solid #333;border-radius:99em;width:32px;height:20px;transition:transform .25s,opacity .25s;display:flex;position:relative}.Swith:hover{opacity:.75}.Swith:before{content:"";background-color:#333;border-radius:50%;width:8px;height:8px;transition:transform .25s;display:block;position:absolute;top:3px;left:3px}.Swith_gray{border:3px solid #33333375}.Swith_active{background-color:#4caf50;border:3px solid #4caf50}.Swith_active:before{background-color:#fff;transform:translate(12px)}.Swith_active_red{background-color:inherit;border:3px solid #ffab91}.Swith_active_red:before{background-color:#bf360c}.Swith_active_gray{background-color:inherit;border:3px solid #33333375}.Swith_active_gray:before{background-color:#333}.Table{border-collapse:collapse;border-spacing:0;width:100%}.Table .Thead{z-index:1}.Table .Thead .Table__tr{z-index:1;border:2px solid #202020!important}.Table .Thead .Table__tr .Table__th{z-index:2;background-color:#f1f1f1;position:sticky;top:0;border:1px solid #202020!important}.Table .Thead .Table__tr .Table__th_sticky{z-index:3;position:sticky;left:0}.Table .Table__tr{border:2px solid #c5c5c5;transition:background-color .1s,border .1s,opacity .1s}.Table .Table__tr_hover:hover{background-color:#20202033!important}.Table .Table__tr_focus{background-color:#dbdbdb;border-bottom:2px solid #202020!important}.Table .Table__tr_focus_light{background-color:#e5e5e5}.Table .Table__tr .Table__th{padding:12px 12px 12px 16px}.Table .Table__tr .Table__th_border{border:2px solid #c5c5c5}.Table .Table__tr .Table__th .Th__title{width:100%;height:100%;font-size:12px;font-weight:700}.Table .Table__tr .Table__td{padding:12px;font-size:17px;font-weight:400;transition:all .25s}.Table .Table__tr .Table__td_sticky{z-index:1;position:sticky;left:0}.Table .Table__tr .Table__td_border{border:2px solid #c5c5c5}.Table .Table__tr .Table__td_tiger{background:repeating-linear-gradient(45deg,#fff0,#fff0 17px,#00000012 17px 34px)}.Table .Table__tr .Table__td_child:first-child{border-top-left-radius:7px;border-bottom-left-radius:7px;width:36px;padding:0 16px}.Table .Table__tr .Table__td_child:nth-child(2),.Table .Table__tr .Table__td_child:nth-child(3){width:30%;padding:0 12px 0 0}.Table .Table__tr .Table__td_child:last-child{border-top-right-radius:7px;border-bottom-right-radius:7px;width:16px;padding:0 12px}.Table .Table__tr .Table__td .Td__title{width:100%;height:100%;font-size:18px}.Table .Table__tr .Table__td .Td__text{width:100%;height:100%;font-size:13px;font-weight:700}.Table .Table__tr .Table__td .Td__text_center{text-align:center}.Table .Table__tr_padding .Table__th{padding:2px}.Table .Table__tr_padding .Table__th_hr{padding:0}.Table .Table__tr_padding .Table__th .Th__title{padding:2px 4px}.Table .Table__tr_padding .Table__td{padding:2px}.Table .Table__tr_padding .Table__td .Td__text{padding:2px 4px}.Table .Table__tr_border{border:2px solid gray}.Table .Table__tr_border:hover{z-index:1;border-bottom:2px solid #202020}.Table .Table__tr_border .Table__th{border:1px solid gray}.Table .Table__tr_border .Table__th_hr{border:none}.Table .Table__tr_border .Table__td{border:1px solid gray}.___za79p_1{display:inline-block}.__block_1xht2_1 .__link_1xht2_1{cursor:pointer;color:#0064ff;background:#0064ff25;border-radius:3px;margin:0 2px;text-decoration:underline}.__block_1iuji_1 .__marker_1iuji_1{background:#ff0;border-radius:3px}._Modal_e3gp7_2{z-index:999999;opacity:1;pointer-events:auto;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;margin:0;padding:0;transition:opacity .2s ease-in;display:flex;position:fixed;inset:0;overflow:hidden scroll}._Modal__mask_e3gp7_35{background-color:#00000026;animation:.33s _opacity_e3gp7_1;position:fixed;inset:0}@keyframes _opacity_e3gp7_1{0%{opacity:0}to{opacity:1}}._Modal__dialog_e3gp7_54{margin:96px 16px;animation:.1s forwards _showModal_e3gp7_1;position:relative}@keyframes _showModal_e3gp7_1{0%{opacity:0;pointer-events:none;transform:scale(.9)}to{opacity:1;pointer-events:auto;transform:scale(1)}}._Modal__content_e3gp7_72{background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border-radius:11px;outline:0;flex-direction:column;width:340px;min-height:12px;padding:24px;display:flex;position:relative;box-shadow:0 16px 24px #0000001a}._Modal__body_e3gp7_95{flex:auto;position:relative;overflow:hidden}ul.pagination{margin-top:0;margin-bottom:0}li.page-item{display:inline-block}li.page-item.active a.page-link{color:#333;opacity:1}a.page-link{text-align:center;color:#000;opacity:.5;margin:0 6px;font-size:18px;font-weight:900;transition:opacity .25s}a.page-link:hover{opacity:1}.___jxzwy_1{border:3px solid #36363640;border-color:#36363640 #36363640 #2d3636bf #363636bf;border-radius:50%;width:56px;height:56px;margin:0 auto;animation:.75s linear infinite _load8_jxzwy_1;position:relative;transform:translateZ(0)}.___jxzwy_1 .__white_jxzwy_25{border-top:3px solid #ffffff40;border-right:3px solid #ffffff40;animation:.75s linear infinite _load8_jxzwy_1;border-bottom:3px solid #ffffffbf!important;border-left:3px solid #ffffffbf!important}.___jxzwy_1 .__blue_jxzwy_35{border-top:3px solid #0061ff40;border-right:3px solid #0061ff40;animation:.75s linear infinite _load8_jxzwy_1;border-bottom:3px solid #0061ffbf!important;border-left:3px solid #0061ffbf!important}@keyframes _load8_jxzwy_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.__field_81vmo_1{box-sizing:border-box;width:100%;padding:0 2px}.__field_81vmo_1 .__field__box_81vmo_6{box-sizing:border-box;border-bottom:2px solid #d5d5d5;border-radius:5px 5px 0 0;width:100%;transition:border .25s;position:relative;background-color:inherit!important}.__field_81vmo_1 .__field__box_dashed_81vmo_15{border-bottom-style:dashed}.__field_81vmo_1 .__field__box_81vmo_6 .__field__label_81vmo_18{box-sizing:border-box;opacity:.75;font-family:inherit;font-size:18px;font-weight:400;transition:top .1s,left .1s,opacity .25s,font-size .1s;position:absolute;top:16px;left:2px}.__field_81vmo_1 .__field__box_focused_81vmo_29{border-bottom:2px solid #202020bf}.__field_81vmo_1 .__field__box_focused_81vmo_29 .__field__label_81vmo_18{color:#202020;opacity:1}.__field_81vmo_1 .__field__box_value_81vmo_36 .__field__label_81vmo_18{font-size:12px;font-weight:400;top:2px;left:2px}.__field_81vmo_1 .__field__box_81vmo_6 .__field__svg_81vmo_42{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgd2lkdGg9IjI0cHgiIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZD0ibTI0IDMwLjc1LTEyLTEyIDIuMTUtMi4xNUwyNCAyNi41bDkuODUtOS44NUwzNiAxOC44WiIvPjwvc3ZnPg==);background-position:100% 100%;background-repeat:no-repeat}.__field_81vmo_1 .__field__box_81vmo_6 .__field__select_81vmo_48{box-sizing:border-box;width:100%;font:inherit;cursor:pointer;height:40px;letter-spacing:inherit;word-spacing:inherit;appearance:none;border:none;border-radius:5px 5px 0 0;outline:none;padding:14px 2px 2px;font-size:16px;display:block;background-color:inherit!important}.__field_1ajh1_1{box-sizing:border-box;width:100%;padding:0 2px}.__field_1ajh1_1 .__field__box_1ajh1_6{box-sizing:border-box;border-bottom:2px solid #d5d5d5;border-radius:5px 5px 0 0;width:100%;transition:border .25s;position:relative;background-color:inherit!important}.__field_1ajh1_1 .__field__box_dashed_1ajh1_15{border-bottom-style:dashed}.__field_1ajh1_1 .__field__box_1ajh1_6 .__field__label_1ajh1_18{box-sizing:border-box;opacity:.75;font-family:inherit;font-size:18px;font-weight:400;transition:top .1s,left .1s,opacity .25s,font-size .1s;position:absolute;top:16px;left:2px}.__field_1ajh1_1 .__field__box_focused_1ajh1_29{border-bottom:2px solid #202020bf}.__field_1ajh1_1 .__field__box_focused_1ajh1_29 .__field__label_1ajh1_18{color:#202020;opacity:1}.__field_1ajh1_1 .__field__box_value_1ajh1_36 .__field__label_1ajh1_18{font-size:12px;font-weight:400;top:2px;left:2px}.__field_1ajh1_1 .__field__box_1ajh1_6 .__field__input_1ajh1_42{box-sizing:border-box;border:none;border-radius:5px 5px 0 0;outline:none;width:100%;height:40px;padding:20px 2px 6px;font-family:inherit;font-size:16px;display:block;background-color:inherit!important}.__field_1ajh1_1 .__field__box_1ajh1_6 .__field__input_1ajh1_42:disabled{opacity:.5}.__field_1ajh1_1 .__field__box_1ajh1_6 .__field__input_1ajh1_42[type=password]:not(:placeholder-shown){font:small-caption;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-security:circle;font-size:24px!important}.__field_1ajh1_1 .__field__box_1ajh1_6 .__field__input_1ajh1_42:-webkit-autofill{-webkit-text-fill-color:#202020;border:none;-webkit-box-shadow:inset 0 0 0 64px #e3e3e3}.___pstgu_1{cursor:pointer;transition:opacity .25s}.___pstgu_1:hover{opacity:.75}.___1ibyy_1{background-color:#9e9e9e;border-radius:50%;width:12px;height:12px;transition:background-color .25s;display:inline-block}
