@import url(https://fonts.googleapis.com/css2?family=Rubik:wght@500);
.spinner{z-index:1000;position:absolute;top:0;left:0;width:100%;height:100%;margin:0;display:flex;align-items:center;justify-content:center;flex-direction:column;background:rgba(0,0,0,0.6)}.spinner__logo{display:flex;align-items:center;justify-content:center}

.notification{position:relative;z-index:100;display:flex;align-items:center;min-height:3.25rem;width:100%;margin-top:0.625rem;padding-top:1rem;padding-left:0.9375rem;padding-bottom:1rem;padding-right:2.8125rem;background-color:#19213d;border-radius:0.625rem;box-shadow:5px 5px 10px rgba(0,0,0,0.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);-webkit-animation:0.7s ease init;animation:0.7s ease init}.notification_deleting{-webkit-animation:0.7s ease delete;animation:0.7s ease delete}.notification__icon{align-self:center;display:flex;justify-content:center;align-items:center;height:100%;margin-right:1rem}.notification__icon-svg{height:1.5625rem;width:1.5625rem}.notification__text{flex-grow:1;height:100%;color:#ffffff;font-size:1rem;word-break:break-word}.notification__close-icon{position:absolute;top:0.8125rem;right:0.8125rem;display:flex;justify-content:center}.notification__close-icon-svg{height:0.8125rem;width:0.8125rem}@-webkit-keyframes init{0%{opacity:0;transform:translateX(10rem)}100%{opacity:1;transform:translateX(0)}}@keyframes init{0%{opacity:0;transform:translateX(10rem)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes delete{0%{opacity:1;height:3.25rem}70%{opacity:0.5;transform:translateX(120%);height:3.25rem}100%{opacity:0;transform:translateX(200%);height:0}}@keyframes delete{0%{opacity:1;height:3.25rem}70%{opacity:0.5;transform:translateX(120%);height:3.25rem}100%{opacity:0;transform:translateX(200%);height:0}}

#notify-root{position:fixed;width:30rem;right:2rem;top:5.5rem;display:flex;justify-content:center;z-index:1001;margin:auto;flex-direction:column-reverse}

.modal{width:100%;height:100%;position:fixed;background-color:rgba(0,0,0,0.7);z-index:1000}.modal__content-container{position:absolute;left:50%;top:50%;transform:translate(-50%, -50%);cursor:initial}

.button{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:0 1rem;color:white;font-family:'Rubik', sans-serif;font-size:0.875rem;text-align:center;border-radius:5px;border:none;outline:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;overflow:hidden;transition:all 0.1s ease-in}.button:active{transform:translateY(2px)}.button_upperCased{text-transform:uppercase}.button_size_small{min-height:1.625rem}.button_size_medium{min-height:2.375rem;padding:0 2rem;font-size:1.25rem}.button_size_large{min-height:3rem;padding:0 2.8rem;font-size:1.25rem}.button_disable{opacity:0.5;cursor:not-allowed}.button_role-type_primary{background-color:#C83168}.button_role-type_secondary{background-color:transparent;border:1px solid #fff}.button_role-type_additional{border:1px solid #000;color:#000;background-color:#fff}.button__text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}

.input{width:100%;font-size:1.25rem;font-family:'Rubik', sans-serif;padding:0;margin:0;border:none;outline:none;color:#2F2D3D;background-color:transparent}.input::-moz-placeholder{opacity:0.5}.input:-ms-input-placeholder{opacity:0.5}.input::placeholder{opacity:0.5}.input__wrapper{display:flex;padding:0.6875rem 1.3125rem;background-color:#fff;border-radius:0.625rem}.input__wrapper_withBorder{border:1px solid #000}.input__wrapper_disabled{background-color:#eee}.input__wrapper_size_default{height:100%}.input__wrapper_size_low{height:2.375rem}.input__wrapper_size_middle{height:3.125rem}.input__wrapper_size_high{height:3.75rem}

.sign-in{min-width:30rem;padding:3rem;background-color:#DCEAF2}.sign-in__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.sign-in__item{margin-bottom:1rem;font-size:1.25rem}.sign-in__item_bigMargin{margin-bottom:3rem}.sign-in__item-text{margin-left:0.5rem;color:#2F2D3D}.sign-in__item-field{width:100%;height:2.375rem;padding:0 1.625rem 0 0.625rem;border:none;border-radius:5px;outline-color:#2F2D3D;font-family:'Rubik', sans-serif;font-size:1.25rem}.sign-in__item-field::-moz-placeholder{opacity:0.5}.sign-in__item-field:-ms-input-placeholder{opacity:0.5}.sign-in__item-field::placeholder{opacity:0.5}.sign-in__cross{position:absolute;top:0.625rem;right:1rem;cursor:pointer}.sign-in__cross-svg{width:1.5rem}

.select-desktop{width:100%;box-sizing:border-box;background:#ffffff;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000;border-radius:0.4375rem;font-family:'Rubik', sans-serif;font-size:1.25rem}.select-desktop_open{border-bottom:none;border-radius:0.4375rem 0.4375rem 0 0}.select-desktop_withBorder{border:1px solid #000}.select-desktop_disabled{background-color:#eee}.select-desktop__item{width:100%;height:100%;min-height:2.25rem;position:relative;display:flex;align-items:center;cursor:pointer;padding:0.6875rem 1.3125rem;box-sizing:border-box}.select-desktop__item:hover{background:#eeeeee}.select-desktop__item_current:hover{background:none}.select-desktop__item_size_low{height:2.375rem}.select-desktop__icon{width:1.5625rem;height:1.5625rem;display:flex;justify-content:center;align-items:center;margin-right:0.4375rem;padding:0 0.4375rem;border-right:1px solid #000}.select-desktop__icon-svg{width:1.375rem;max-height:1.375rem}.select-desktop__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:0.5rem;right:1rem;transition:transform 0.3s ease;margin-left:auto}.select-desktop__arrow-svg{height:0.571rem;width:0.857rem}.select-desktop_open .select-desktop__arrow{transform:scaleY(-1)}.select-desktop__items-list{position:absolute;box-sizing:content-box;bottom:0;background:#ffffff;width:100%;z-index:2;max-height:21rem;overflow:auto;transform:translateY(100%);border-radius:0 0 0.4375rem 0.4375rem}.select-desktop__items-list::-webkit-scrollbar{width:3px;height:90%;scroll-margin-right:0.5rem}.select-desktop__items-list::-webkit-scrollbar-thumb{width:3px;background:#aaa;cursor:pointer}.select-desktop__items-list_withBorder{left:-1px;border:1px solid #000;border-top:none}.select-desktop__text{width:100%;overflow:hidden;text-overflow:ellipsis}

.sign-up{min-width:30rem;padding:3rem;background-color:#DCEAF2}.sign-up__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.sign-up__item{margin-bottom:1rem;font-size:1.25rem}.sign-up__item_bigMargin{margin-bottom:3rem}.sign-up__item-text{margin-left:0.5rem;color:#2F2D3D}.sign-up__item-field{width:100%;height:2.375rem;padding:0 1.625rem 0 0.625rem;border:none;border-radius:5px;outline-color:#2F2D3D;font-family:'Rubik', sans-serif;font-size:1.25rem}.sign-up__item-field::-moz-placeholder{opacity:0.5}.sign-up__item-field:-ms-input-placeholder{opacity:0.5}.sign-up__item-field::placeholder{opacity:0.5}

.header{min-height:5.56rem;padding:1rem 2rem 1rem 10%;background-color:#181627;display:flex;justify-content:space-between}.header__modal{width:50%}.header__left{display:flex}.header__logo{margin-right:6.5rem;height:100%}.header__button{margin-right:1.875rem}.header__right{display:flex}.header__auth{position:relative;display:flex;align-items:center;font-size:1.25rem;color:#fff;cursor:pointer}.header__user{margin-left:1.125rem}.header__user-svg{width:3.125rem}.header__logout{position:absolute;bottom:-5rem;width:100%;padding:0.625rem 1rem;color:#fff;background-color:#292641;font-size:1.125rem;text-transform:lowercase;border-radius:5px;border:1px solid #fff;display:none}.header__logout:before{content:'';position:absolute;top:0;right:0.5rem;width:1.15rem;height:1.15rem;background-color:#292641;transform:translateY(-50%) rotate(45deg)}.header__logout:hover{filter:brightness(1.5)}.header__logout_active{display:block}.header__reg-button{margin-right:2rem}

.footer{height:12rem;background-color:#181627}

.app{min-height:100%;width:100%;overflow-y:auto;display:flex;flex-direction:column}.app__content-container{position:relative;min-height:100%;width:100%}.app__footer{margin-top:auto}

.chart{height:100%;width:100%;margin-top:1.65rem;padding:1.5rem 0;color:#2F2D3D;background-color:#fff;border-radius:2px;font-size:1.125rem}.chart__text{margin-left:20px}

.main{padding:5rem 0.375rem 1.5rem 0.375rem}.main__title{margin-bottom:2.4rem;font-size:3rem;color:#2F2D3D;text-align:center}.main__content{width:80%;margin:0 auto}.main__table{display:grid;grid-template-columns:1fr 1fr 2fr 2fr;gap:0.5rem 1.8rem}.main__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;color:#fff;background-color:#181627;border-radius:2px}.main__table-item_light{color:#2F2D3D;background-color:#fff}.main__chart{width:100%}

.date-filter{width:100%;max-width:22.375rem;font-size:1.25rem;font-family:'Rubik', sans-serif}.date-filter__title{width:100%;padding:0.875rem 1.25rem;color:#fff;background-color:#C83168;display:flex;justify-content:space-between;align-items:center;border-radius:5px;cursor:pointer}.date-filter__title-icon-svg{width:1.6875rem;height:1.875rem}.date-filter__date{max-height:0;overflow:hidden;margin-top:1rem;transition:all 0.3s}.date-filter__date_open{max-height:15rem}.date-filter__input{margin-bottom:1rem}

.change-point-desktop{min-width:50rem;padding:3rem;background-color:#DCEAF2;position:relative}.change-point-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.change-point-desktop__table{width:100%;margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:0.625rem 1.875rem}.change-point-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.change-point-desktop__table-item_light{color:#2F2D3D;background-color:#fff}.change-point-desktop__button{width:50%;margin:0 auto}.change-point-desktop__cross{position:absolute;top:0.625rem;right:1rem;cursor:pointer}.change-point-desktop__cross-svg{width:1.5rem}.change-point-desktop__bind{margin-top:2rem;padding-top:2rem;border-top:1px dashed #2F2D3D}

.search{position:relative;min-width:30rem}.search__field{width:100%;height:100%;padding:0 3rem 0 1.25rem;border:none;border-radius:5px;outline-color:#2F2D3D;font-size:1.25rem;font-family:'Rubik', sans-serif}.search__icon-svg{width:1.5rem;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}

.report{padding:5rem 0.375rem 1.5rem 0.375rem}.report__title{margin-bottom:5rem;font-size:3rem;color:#2F2D3D;text-align:center}.report__content{width:80%;margin:0 auto}.report__filters{display:flex;justify-content:space-between}.report__date-filter{margin-bottom:1rem}.report__row{height:3.625rem;margin-bottom:1.25rem;display:flex;justify-content:space-between}.report__table{display:grid;grid-template-columns:1fr 1fr 2.13fr 2.13fr 1fr;gap:0.625rem 1.875rem}.report__table-item{height:100%;padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;line-height:1.48rem;color:#fff;background-color:#181627;border-radius:5px}.report__table-item_light{color:#2F2D3D;background-color:#fff}.report__table-item_color_green{background-color:#5DDF51}.report__table-item_color_yellow{background-color:#FFE55D}.report__table-item_color_red{background-color:#FF9ABF}.report__table-item-pos-1{display:flex;flex-direction:column}

.back-button{display:flex;justify-content:center;align-items:center;height:2.1875rem;width:2.1875rem;background-color:transparent;border:none;cursor:pointer}.back-button__icon{display:flex;justify-content:center;align-items:center}.back-button__icon *{fill:#2F2D3D}.back-button__icon-svg{height:2.1875rem;width:2.1875rem}

.change-price-desktop{min-width:50rem;padding:3rem;background-color:#DCEAF2;position:relative}.change-price-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.change-price-desktop__table{width:100%;margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:0.625rem 1.875rem}.change-price-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.change-price-desktop__table-item_light{color:#2F2D3D;background-color:#fff}.change-price-desktop__button{width:50%;margin:0 auto}.change-price-desktop__cross{position:absolute;top:0.625rem;right:1rem;cursor:pointer}.change-price-desktop__cross-svg{width:1.5rem}.change-price-desktop__change-virtual{margin-top:2rem;padding-top:2rem;border-top:1px dashed #000}

.change-depot-desktop{min-width:50rem;padding:3rem;background-color:#DCEAF2;position:relative}.change-depot-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.change-depot-desktop__table{width:100%;margin-bottom:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:0.625rem 1.875rem}.change-depot-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.change-depot-desktop__table-item_light{color:#2F2D3D;background-color:#fff}.change-depot-desktop__button{width:50%;margin:0 auto}.change-depot-desktop__cross{position:absolute;top:0.625rem;right:1rem;cursor:pointer}.change-depot-desktop__cross-svg{width:1.5rem}

.report-point{padding:1.5rem 0.375rem}.report-point__content{width:90%;margin:0 auto}.report-point__back{position:relative;margin-bottom:1rem}.report-point__title{margin-bottom:5rem;font-size:3rem;color:#2F2D3D;text-align:center}.report-point__table{display:grid;grid-template-columns:1fr 1fr 1.56fr 1.56fr 1fr 1fr 1fr 1fr 1fr;gap:0.625rem 1.875rem}.report-point__block-ext-id{color:#ff0000}.report-point__block-ext-id_online{color:#00b200}.report-point__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.report-point__table-item_light{color:#2F2D3D;background-color:#fff;white-space:pre-wrap}.report-point__table-item:first-child{grid-column-start:span 9;padding-left:1.375rem;justify-content:flex-start}.report-point__table-item_modal:first-child{grid-column-start:span 1;padding-left:0.8125rem;justify-content:center}.report-point__table-item_color_green{background-color:#5DDF51}.report-point__table-item_color_yellow{background-color:#FFE55D}.report-point__table-item_color_red{background-color:#FF9ABF}.report-point__divider{font-size:1.5rem;text-align:center;color:#2F2D3D;grid-column:1 / 10}.report-point__create-button{display:block;width:30%;margin:5rem auto 0 auto}.report-point__create-button_margin_small{margin-top:1rem}

.create-point{width:45.8%;margin:0 auto;padding-top:1.5rem;padding-bottom:3rem}.create-point__title{margin-bottom:5.375rem;font-size:3rem;color:#2F2D3D;text-align:center}.create-point__table{width:100%;display:grid;grid-template-columns:1fr 1.36fr;gap:0.625rem 1.875rem}.create-point__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border:none;border-radius:5px}.create-point__table-item_light{color:#2F2D3D;background-color:#fff}.create-point__button{width:14.375rem;height:3.625rem;margin-top:3rem;margin-left:auto}

.create-depot{width:45.8%;margin:0 auto;padding-top:1.5rem;padding-bottom:2rem}.create-depot__title{margin-bottom:5rem;font-size:3rem;color:#2F2D3D;text-align:center}.create-depot__table{display:grid;grid-template-columns:repeat(2, 1fr);gap:0.625rem 1.875rem}.create-depot__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.create-depot__table-item_light{color:#2F2D3D;background-color:#fff}.create-depot__button{width:49.1%;margin:2.3rem auto 0 auto}

.user-desktop{width:100%;max-width:30rem;margin:0 auto;padding-top:1.5rem;padding-bottom:2rem;background-color:#DCEAF2}.user-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.user-desktop__item{margin-bottom:1rem;font-size:1.25rem}.user-desktop__item-text{margin-left:0.5rem;color:#2F2D3D}.user-desktop__item-field{width:100%;height:2.375rem;padding:0 1.625rem 0 0.625rem;border:none;border-radius:5px;outline-color:#2F2D3D;font-family:'Rubik', sans-serif;font-size:1.25rem}.user-desktop__item-field::-moz-placeholder{opacity:0.5}.user-desktop__item-field:-ms-input-placeholder{opacity:0.5}.user-desktop__item-field::placeholder{opacity:0.5}.user-desktop__button{margin-top:3rem}

.partner-list-desktop{width:80%;margin:0 auto;padding-top:1.5rem;padding-bottom:3rem}.partner-list-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.partner-list-desktop__table{width:100%;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:0.625rem 1.875rem}.partner-list-desktop__table-item{height:100%;padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;line-height:1.48rem;color:#fff;background-color:#181627;border-radius:5px}.partner-list-desktop__table-item_light{color:#2F2D3D;background-color:#fff}

.control-block-desktop{position:relative;width:100%;margin:0 auto;padding:2.5rem;background-color:#DCEAF2}.control-block-desktop__cross{position:absolute;top:0.625rem;right:1rem;cursor:pointer}.control-block-desktop__cross-svg{width:1.5rem}.control-block-desktop__back{margin-bottom:1rem}.control-block-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.control-block-desktop__table{width:100%;display:grid;grid-template-columns:1fr 1.36fr;gap:0.625rem 1.875rem}.control-block-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border:none;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.control-block-desktop__table-item_light{color:#2F2D3D;background-color:#fff}.control-block-desktop__table-item_disabled{background-color:#EEE}.control-block-desktop__button{margin-top:3rem}.control-block-desktop__additional{margin-top:2rem;padding-top:2rem;border-top:1px dashed #2F2D3D}

.manage-block-item-desktop{width:100%;padding:1rem;border:1px solid #2F2D3D;border-radius:1rem;color:#2F2D3D;background-color:#fff;font-size:1.25rem}.manage-block-item-desktop_disabled{opacity:0.5}.manage-block-item-desktop__title{text-align:center;margin-bottom:1rem}.manage-block-item-desktop__text-block{margin-bottom:1.5rem}.manage-block-item-desktop__row{width:100%;margin-bottom:0.5rem;display:flex;justify-content:space-between;align-items:center}.manage-block-item-desktop__item{margin-right:0.5rem;white-space:nowrap}.manage-block-item-desktop__value{text-align:right}.manage-block-item-desktop__note{margin:0.5rem 0}.manage-block-item-desktop__button:not(:last-child){margin-bottom:1rem}

.unregistered-blocks-desktop{width:45.8%;margin:0 auto;padding-top:1.5rem;padding-bottom:3rem}.unregistered-blocks-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.unregistered-blocks-desktop__table{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:0.625rem 1.875rem}

.manage-block-desktop{margin:0 auto;padding:1.5rem 0.375rem;width:90%}.manage-block-desktop__back{position:relative;margin-bottom:1rem}.manage-block-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.manage-block-desktop__table{display:grid;grid-template-columns:repeat(7, 1fr);gap:0.625rem 1.875rem}.manage-block-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.manage-block-desktop__table-item_light{color:#2F2D3D;background-color:#fff}

.organization-desktop{width:100%;max-width:30rem;margin:0 auto;padding-top:1.5rem;padding-bottom:2rem;background-color:#DCEAF2}.organization-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.organization-desktop__item{margin-bottom:1rem;font-size:1.25rem}.organization-desktop__item-text{margin-left:0.5rem;color:#2F2D3D}.organization-desktop__item-field{width:100%;height:2.375rem;padding:0 1.625rem 0 0.625rem;border:none;border-radius:5px;outline-color:#2F2D3D;font-family:'Rubik', sans-serif;font-size:1.25rem}.organization-desktop__item-field::-moz-placeholder{opacity:0.5}.organization-desktop__item-field:-ms-input-placeholder{opacity:0.5}.organization-desktop__item-field::placeholder{opacity:0.5}.organization-desktop__button{margin-top:3rem}

.select-menu-desktop:not(last-child){margin-bottom:2rem}.select-menu-desktop__button{width:100%;display:flex;justify-content:space-between;align-items:center}.select-menu-desktop__arrow{display:flex;align-items:center;justify-content:center}.select-menu-desktop__arrow-svg{height:0.571rem;width:0.857rem}.select-menu-desktop__arrow-svg *{fill:#fff}.select-menu-desktop__arrow_open{transform:scaleY(-1)}.select-menu-desktop__items-list{margin:0 auto;width:80%;max-height:0;overflow:hidden;transition:all 0.2s}.select-menu-desktop__items-list_open{max-height:10rem}.select-menu-desktop__item{display:block;margin-top:0.75rem}

.administration-desktop{width:45.8%;margin:0 auto;padding-top:5rem}.administration-desktop__title{margin-bottom:5rem;font-size:3rem;color:#2F2D3D;text-align:center}.administration-desktop__links-list{margin:0 auto;width:50%;display:flex;flex-direction:column}.administration-desktop__link{margin-bottom:2rem}

.query-price-list-desktop{margin:0 auto;padding:1.5rem 0.375rem;width:90%}.query-price-list-desktop__back{position:relative;margin-bottom:1rem}.query-price-list-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.query-price-list-desktop__table{display:grid;grid-template-columns:repeat(8, 1fr) 2fr 2fr 1fr;gap:0.625rem}.query-price-list-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.query-price-list-desktop__table-item_light{color:#2F2D3D;background-color:#fff}.query-price-list-desktop__table-item_status_0,.query-price-list-desktop__table-item_status_1{background-color:#FFE55D}.query-price-list-desktop__table-item_status_2{background-color:#5DDF51}.query-price-list-desktop__table-item_status_3,.query-price-list-desktop__table-item_status_4{background-color:#FF9ABF}

.query-force-out-list-desktop{margin:0 auto;padding:1.5rem 0.375rem;width:90%}.query-force-out-list-desktop__back{position:relative;margin-bottom:1rem}.query-force-out-list-desktop__title{margin-bottom:1.5rem;font-size:2rem;color:#2F2D3D;text-align:center}.query-force-out-list-desktop__table{display:grid;grid-template-columns:repeat(9, 1fr) 2.5fr 2.5fr 1fr;gap:0.625rem}.query-force-out-list-desktop__table-item{padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;font-family:'Rubik', sans-serif;color:#fff;background-color:#181627;border-radius:5px;border:none}.query-force-out-list-desktop__table-item_light{color:#2F2D3D;background-color:#fff}.query-force-out-list-desktop__table-item_status_0,.query-force-out-list-desktop__table-item_status_1{background-color:#FFE55D}.query-force-out-list-desktop__table-item_status_2{background-color:#5DDF51}.query-force-out-list-desktop__table-item_status_3,.query-force-out-list-desktop__table-item_status_4{background-color:#FF9ABF}.query-force-out-list-desktop__table-item_fixed{padding:0.5rem;font-size:1rem}

.check-box-desktop{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:100%;height:100%;display:flex;justify-content:center;align-items:center;user-select:none;flex-shrink:0;transition:all 0.3s ease-in;border-radius:0.25rem;position:relative;border:2px solid #2F2D3D}.check-box-desktop__input{opacity:0;position:absolute;width:1px;height:1px}.check-box-desktop__check{width:80%;height:80%;display:flex;flex-direction:column;align-items:center;justify-content:center}.check-box-desktop__check-svg{width:100%;height:100%}.check-box-desktop__check-svg *{fill:#2F2D3D}

.date-native{position:relative;width:100%;padding:0.5rem 0.2rem;display:block;font-size:0.75rem;background:#FFFFFF;border:1px solid #A8A8A8;border-radius:0.3125rem}.date-native__date-input{width:100%;margin-right:0.5rem;font-family:'Rubik', 'sans-serif';font-size:0.875rem;border:none;outline:none;background:transparent;color:#444}.date-native__date-input[type="date"]::-webkit-calendar-picker-indicator{background:transparent;color:transparent;cursor:pointer;height:auto;position:absolute;z-index:2;right:0;top:0;bottom:0;width:100%}.date-native__date-input_forDesktop{font-size:1.25rem;padding:0 0.5rem}.date-native__calendar{position:absolute;z-index:1;top:50%;right:0.5rem;transform:translateY(-50%);display:flex;align-items:center;cursor:pointer}.date-native__calendar-svg{display:block;width:1.2rem;height:1.2rem}

.report-result-desktop{width:70%;margin:5rem auto 1.5rem auto;color:#2F2D3D;font-size:1.25rem}.report-result-desktop__back{display:block;margin-bottom:1rem;cursor:pointer}.report-result-desktop__back-svg{height:2.1875rem;width:2.1875rem}.report-result-desktop__back-svg *{fill:#2F2D3D}.report-result-desktop__table{display:grid;grid-template-columns:repeat(3, auto);gap:0.625rem 1.875rem}.report-result-desktop__table-item{height:100%;padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;line-height:1.48rem;border-radius:5px;color:#2F2D3D;background-color:#fff}.report-result-desktop__table-item_type_header{cursor:pointer;color:#fff;background-color:#181627}.report-result-desktop__arrow{margin-left:0.5rem}.report-result-desktop__arrow-svg{display:block;width:1rem;height:0.5rem}.report-result-desktop__arrow *{fill:#777}.report-result-desktop__arrow_toUp{transform:rotate(180deg)}.report-result-desktop__arrow_active *{fill:#fff}

.report-form-desktop{width:40%;margin:5rem auto 3rem auto;color:#000;font-size:1.25rem}.report-form-desktop__block:not(:last-child){margin-bottom:5rem}.report-form-desktop__row{display:flex;align-items:center}.report-form-desktop__row:not(:last-child){margin-bottom:1.5rem}.report-form-desktop__check-box{flex-shrink:0;width:2rem;height:2rem;display:block;margin-right:0.5rem}.report-form-desktop__field{margin-right:0.5rem}.report-form-desktop__text{margin-right:0.5rem;line-height:1;white-space:nowrap}.report-form-desktop__text_type_forInput{margin-right:1rem}.report-form-desktop__select{width:20rem;margin-left:auto}.report-form-desktop__bottom{margin-bottom:3rem}.report-form-desktop__button{height:2.375rem}

.paginator{display:flex;align-items:baseline;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:-webkit-max-content;width:-moz-max-content;width:max-content;font-size:1.25rem}.paginator__title{margin-right:0.625rem}.paginator__pages{width:5.625rem;background:#181627;box-sizing:border-box;position:relative;z-index:7;color:#fff;cursor:pointer}.paginator__current-page{display:flex;justify-content:space-between;margin:0.875rem}.paginator__arrow-svg{display:inline-block;height:0.5rem;width:0.875rem;transition:transform 0.2s ease-in}.paginator__arrow-svg *{fill:#fff}.paginator_open .paginator__arrow-svg{transform:rotate(180deg)}.paginator__page{padding:0.625rem 0.625rem 0.625rem 1rem}.paginator__page:hover,.paginator__page_active{background:gray}.paginator__pages-list{overflow:auto;max-height:11rem}

.select-advanced-desktop{width:100%;box-sizing:border-box;background:#ffffff;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#000;border-radius:0.4375rem;font-family:'Rubik', sans-serif;font-size:1.25rem}.select-advanced-desktop_open{border-bottom:none;border-radius:0.4375rem 0.4375rem 0 0}.select-advanced-desktop_withBorder{border:1px solid #000}.select-advanced-desktop_disabled{background-color:#eee}.select-advanced-desktop__item{width:100%;height:100%;min-height:2.25rem;position:relative;display:flex;align-items:center;cursor:pointer;padding:0.6875rem 1.3125rem;box-sizing:border-box}.select-advanced-desktop__item:hover{background:#eeeeee}.select-advanced-desktop__item_current:hover{background:none}.select-advanced-desktop__item_size_low{height:2.375rem}.select-advanced-desktop__text{white-space:pre;overflow:hidden;text-overflow:ellipsis}.select-advanced-desktop__icon{width:1.5625rem;height:1.5625rem;display:flex;justify-content:center;align-items:center;margin-right:0.4375rem;padding:0 0.4375rem;border-right:1px solid #000}.select-advanced-desktop__icon-svg{width:1.375rem;max-height:1.375rem}.select-advanced-desktop__arrow{position:absolute;display:flex;align-items:center;justify-content:center;width:0.5rem;right:1rem;transition:transform 0.3s ease;margin-left:auto}.select-advanced-desktop__arrow-svg{height:0.571rem;width:0.857rem}.select-advanced-desktop_open .select-advanced-desktop__arrow{transform:scaleY(-1)}.select-advanced-desktop__items-list{position:absolute;box-sizing:content-box;bottom:0;background:#ffffff;width:100%;z-index:2;max-height:21rem;overflow:auto;transform:translateY(100%);border-radius:0 0 0.4375rem 0.4375rem}.select-advanced-desktop__items-list::-webkit-scrollbar{width:3px;height:90%;scroll-margin-right:0.5rem}.select-advanced-desktop__items-list::-webkit-scrollbar-thumb{width:3px;background:#aaa;cursor:pointer}.select-advanced-desktop__items-list_withBorder{left:-1px;border:1px solid #000;border-top:none}.select-advanced-desktop__text{width:100%;overflow:hidden;text-overflow:ellipsis}

.transactions-filter-desktop{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:0.5rem;font-size:1.25rem}.transactions-filter-desktop__item-label{margin-bottom:0.2rem}.transactions-filter-desktop__button{grid-column:1 / 4}

.transactions-desktop{width:70%;margin:5rem auto 1.5rem auto;color:#2F2D3D;font-size:1.25rem}.transactions-desktop__title{margin-bottom:5rem;font-size:3rem;color:#2F2D3D;text-align:center}.transactions-desktop__filters{width:60%;margin:0 auto 1rem auto}.transactions-desktop__table{display:grid;grid-template-columns:repeat(5, auto);gap:0.125rem 0.25rem}.transactions-desktop__table-item{height:100%;padding:0.8125rem;display:flex;align-items:center;justify-content:center;text-align:center;font-size:1.25rem;line-height:1.48rem;border-radius:5px;color:#2F2D3D;background-color:#fff}.transactions-desktop__table-item_type_header{color:#fff;background-color:#181627}.transactions-desktop__paginator{margin-top:2rem;display:flex;justify-content:center}

#root,html,body{width:100%;height:100%;margin:0;padding:0;font-family:'Rubik', sans-serif;background-color:#DCEAF2}*{box-sizing:border-box}html{font-size:16px;overflow-y:auto;min-width:1250px}body{min-width:1250px}ul,ol,li,p,a,h1,h2,h3,h4,h5,h6,div{padding:0;margin:0;text-decoration:none;list-style:none;color:inherit}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{height:0.3125rem;width:0.3125rem}::-webkit-scrollbar-thumb{background:#FFB401;border-radius:0.625rem}@media only screen and (max-width: 2600px){html{font-size:19px}}@media only screen and (max-width: 2300px){html{font-size:17.5px}}@media only screen and (max-width: 1920px){html{font-size:16px}}@media only screen and (max-width: 1750px){html{font-size:14.5px}}@media only screen and (max-width: 1600px){html{font-size:13px}}

