@import-normalize;.navigation{display:flex;align-items:center}.navigation__controls{margin-right:40px}.nav-controls{display:flex;align-items:center}.nav-controls__button{width:40px;height:40px;border-radius:50%;background-color:#fff;box-shadow:0 4px 18px #d2d1d199;border:transparent;padding:0;display:flex;align-items:center;justify-content:center;transform:scale(1);transition:all .15s linear;cursor:pointer}.nav-controls__button:active{transform:scale(1.05);box-shadow:0 4px 18px #d2d1d1}.nav-controls__button:not(:last-child){margin-right:8px}.nav-controls__button.prev svg{transform:rotate(180deg)}.nav-list{display:flex}.nav-list__template{cursor:pointer;position:relative}.nav-list__template:after{content:"";position:absolute;left:0;top:auto;bottom:1.5px;width:100%;height:1.5px;background-color:#d2d1d1}.nav-list__template:not(:last-child){padding:0 40px 20px 0}.nav-list__template.active:before{content:"";position:absolute;z-index:2;left:0;top:auto;bottom:0;width:calc(100% - 40px);height:4px;background-color:#54d3c2;border-radius:4px}.nav-list__template.active:last-child:before{width:100%}.nav-list__template.active .nav-list__link{color:#323f47;font-weight:700}.nav-list__link{color:#d2d1d1;font-weight:600;font-size:16px;text-decoration:none}.profile__preview{display:flex;align-items:center;margin-right:10px}.profile__wrapper{display:flex;align-items:center;justify-content:space-between}.profile__information{display:flex;flex-direction:column}.profile__image{width:56px;height:56px;overflow:hidden;object-fit:cover;border-radius:50%;margin-right:23px}.profile__nickname{font-size:16px;font-weight:700;color:#323f47}.profile__position{font-size:14px;font-weight:600;color:#989fa3}.profile__button{background-color:transparent;border-color:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:1}.profile__button:disabled{cursor:not-allowed;opacity:.25}@media screen and (max-width: 1024px){.header__wrapper{flex-direction:column;gap:25px}.header .header__profile{flex:0 1 auto;order:-1;margin:0 auto 0 0}.header .header__profile .profile__wrapper{justify-content:space-between}.header .header__navigation .nav-list{max-width:calc(100vw - 200px)}.nav-list__link{font-size:14px}}@media screen and (max-width: 767px){.search-section{flex-direction:column}.search-section__group.search-section__group{margin:0 0 20px}.pagination{flex-direction:column}.pagination .ant-pagination-total-text{text-align:center;margin-inline-end:0}.pagination .ant-pagination-options{justify-content:center;margin-inline-start:0}}@media screen and (max-width: 600px){.page__title{text-align:center}.search-section__group.search-section__group{flex-direction:column;width:100%}.search-section__info.search-section__info{justify-content:center;margin:0 0 20px}.find-form__input{max-width:100%}}@media screen and (max-width: 475px){.header .header__navigation{flex-direction:column}.header .header__navigation .nav-controls{margin:0 0 20px}.header .header__navigation .nav-list{max-width:calc(100vw - 50px)}.header__profile{flex:0 1 auto;width:100%;margin:0}.header__profile .profile__wrapper{justify-content:space-between}}*,*:before,*:after{box-sizing:border-box}ul,li{list-style:none;padding:0;margin:0}img{display:inline-block;vertical-align:middle;max-width:100%}html{font-size:14px;height:100%}body{margin:0;padding:0;font-family:Proxima Nova,sans-serif;font-size:inherit;font-weight:600;color:#323f47;background-color:#f8f8f8;height:100%}#root,.App,.page{height:100%}.App{display:flex;flex-direction:column;background-color:#fff;border-radius:56px}.search-section{margin-bottom:65px;padding:38px 34px;background-color:#fff;border-radius:32px;display:flex;align-items:center;justify-content:space-between}.search-section__group{display:flex;margin-right:20px}.search-section__info{display:flex;align-items:center;margin-right:40px}.search-section__counter{margin-right:10px;font-size:28px;font-weight:600;color:#54d3c2}.search-section__text{font-size:12px;font-weight:600;color:#6d7986}.search-section__text:first-letter{text-transform:uppercase}.search-section__button{font-size:16px;font-weight:600;color:#54d3c2;border:1.5px solid #54D3C2;border-radius:24px;text-align:center;background-color:#fff;padding:14px 10px;max-width:max-content;width:100%;cursor:pointer}.search-section__button:disabled{cursor:not-allowed;opacity:.5}.search-section__button.active{background-color:#54d3c2;color:#fff}.header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:50px 40px 57px;gap:40px}.header__navigation .nav-list{max-width:calc(100vw - 700px)}.header__profile{flex:0 0 360px;margin-bottom:5px}.main{flex:1 1 auto;background-color:#f8f8f8;padding:20px 40px;border-radius:56px}.general-page{position:relative}.scroll{white-space:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;cursor:grab}.scroll::-webkit-scrollbar{background-color:transparent;height:5px;width:0}.title{font-size:28px;font-weight:800;color:#323f47;margin:0 0 20px}.center{text-align:center}.blur{filter:blur(1.2px)}.preloader{z-index:2;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.preloader .ant-spin{z-index:2}.table{padding-bottom:30px;background-color:#fff;border-radius:32px}.table .ant-table-empty .ant-table-thead .ant-table-cell{pointer-events:none}.table .ant-table-empty .ant-table-body table{height:100%}.table .ant-table-empty .ant-table-placeholder .ant-table-cell{border-bottom:none!important;border-inline-end:none!important}.table .ant-table-empty .ant-table-placeholder .ant-table-cell .ant-table-expanded-row-fixed{border-inline-end:none!important}.table .ant-table-body{height:430px}.table .ant-table-body::-webkit-scrollbar{height:8px;width:8px}.table .ant-table-body::-webkit-scrollbar-track{background-color:transparent}.table .ant-table-body::-webkit-scrollbar-thumb{background-color:#b6bcc3;border-radius:4px}.table tr>th.ant-table-cell{color:#54d3c2;border-bottom:2px solid #F8F8F8!important;border-inline-end:2px solid #F8F8F8!important}.table tr:nth-child(odd) td:nth-child(n+3){background-color:#e5f8f6}.table tr td:hover{color:#54d3c2;cursor:default}.table td.ant-table-cell{color:#6d7986;border-bottom:2px solid #F8F8F8!important;border-inline-end:2px solid #F8F8F8!important;padding:13px 8px!important}.table .ant-spin.ant-spin-spinning{max-height:none}.cell-content{background-color:transparent;transition:all .25s ease-in-out}.cell-content.ok{color:#6d7986;background-color:transparent}.cell-content.bad{color:#fff;background-color:#fc5c65;padding:5px;border-radius:4px}.cell-content.cooming{color:#fc5c65;background-color:transparent}.pagination{display:flex;justify-content:space-between;padding:30px 20px}.pagination .ant-pagination-total-text{flex:1 1 auto}.pagination .ant-pagination-options{flex:1 0 auto;display:flex;justify-content:flex-end}.ant-select-selector .ant-select-selection-item{font-weight:700}.find-form{position:relative}.find-form__input{font-size:16px;font-weight:600;color:#989fa3;background-color:#f8f8f8;padding:13px 25px 13px 45px;border-radius:24px;border-color:transparent;max-width:360px;width:100%;opacity:1}.find-form__input:focus{outline-color:#b6bcc3}.find-form__input:disabled{cursor:not-allowed;opacity:.25}.find-form__button{background-color:transparent;border-color:transparent;padding:0;cursor:pointer;position:absolute;top:0;left:0;margin:15px}.find-form__button:disabled{cursor:not-allowed;opacity:.5}
