.AuthFormTemplate_authForm__1xN8q{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 80vh;
}

.AuthFormTemplate_auth__1Doud{
  background: #dfedfd;
  width: 400px;
  border: 1px solid #c0d6ef;
}

.AuthFormTemplate_title__Rx5hx{
  text-align: center;
  padding: 20px 10px 10px;
  color: #326398;
}

.AuthFormTemplate_input__1421m{
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.AuthFormTemplate_input__1421m span{
  display: block;
  width: 18%;
  font-weight: 700;
  color: #326398;
}

.AuthFormTemplate_input__1421m input{
  width: 70%;
  padding: 10px;
  border: 1px solid #bfd5ef;
  outline: none;
}

.AuthFormTemplate_buttonLayout__xv_9H{
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 20px;
}

.AuthFormTemplate_button__1vCb0{
  background: #326398;
  color: white;
  padding: 8px 50px;
  border-radius: 5px;
  cursor: pointer;
}

.AuthFormTemplate_button__1vCb0:hover{
  opacity: 0.9;
}

.AuthFormTemplate_button__1vCb0:active{
  opacity: 0.8;
}

.AuthFormTemplate_link__3Kaiy{
  padding: 20px;
  display: block;
}

.AuthFormTemplate_link__3Kaiy:hover{
  text-decoration: underline;
}
body, html {
  padding: 0px;
  margin: 0px;
  background: rgb(223, 237, 253);
  font-family: -apple-system,
  BlinkMacSystemFont,
  Roboto,
  Open Sans,
  Helvetica Neue,
  sans-serif;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 400;
}

h1, h2, h3{
  padding: 0;
  margin: 0;
  font-size: 20px;
}

a{
  text-decoration: none;
  color: #0e89a5;
}

a:hover, a:focus {
  text-decoration: none;
  color: #0e89a5;
}

p{
  margin: 0;
  padding: 0;
}

ul, ol {
  margin: 0;
}

input, textarea{
  padding: 10px;
  border: 1px solid #aec4dc;
  outline: none;
  color: black;
  border-radius: 5px;
}

select{
  padding: 14px 10px;
  border: 1px solid #aec4dc;
  outline: none;
  color: black;
  border-radius: 5px;
}

.MainTemplate_layout__Esy0a{
  display: flex;
}

.MainTemplate_leftMenu__3kAUb{
}

.MainTemplate_root__1p7ds{
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  background: white;
  box-shadow: 0px 0px 5px #71869e;
  margin: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

/* Кастомный чекбокс и радиобутон */
.MainTemplate_checkboxLabel__2xJVd{
  display: flex;
  flex-direction: inherit;
  justify-content: left;
  align-items: center;
  cursor: pointer;
}

.MainTemplate_checkboxLabel__2xJVd:hover .MainTemplate_checkboxCustom__2kVUC::before{
  content: '';
  width: 7px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #cce0f7;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate3d(-6px, -2px, 0);
}

.MainTemplate_checkboxNonDisplayd__1UvSE {
  display: none;
}
.MainTemplate_checkboxCustom__2kVUC {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid #326398;
  border-radius: 5px;
  margin-right: 10px;
}

.MainTemplate_checkboxNonDisplayd__1UvSE:checked + .MainTemplate_checkboxCustom__2kVUC::before {
  content: '';
  width: 7px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: solid #326398;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate3d(-6px, -2px, 0);
}

.MainTemplate_radioLabel__Ln8mP{
  display: flex;
  flex-direction: inherit;
  justify-content: left;
  align-items: center;
  cursor: pointer;
  margin: 10px 0;
  color: #326398;
}

.MainTemplate_radioLabel__Ln8mP:hover .MainTemplate_radioCustom__JdFsu::before{
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #cce0f7;
  border-radius: 50%;
}

.MainTemplate_radioNonDisplayd__1bKZP {
  display: none;
}

.MainTemplate_radioCustom__JdFsu {
  width: 20px;
  height: 20px;
  border: 2px solid #326398;
  position: relative;
  margin-right: 10px;
  border-radius: 50%;
}

.MainTemplate_radioNonDisplayd__1bKZP:checked + .MainTemplate_radioCustom__JdFsu::before {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #326398;
  border-radius: 50%;
}
/* //Кастомный чекбокс и радиобутон */

/* Стили для всех компонентов*/
.MainTemplate_page__3X3An{
  background: white;
  flex-grow: 1;
}

.MainTemplate_linksToPagesLayout__1fLyM{
  background: #d7e5f5;
  padding: 0 0 0 7px;
  border-bottom: 1px solid #c0d0e2;
}

.MainTemplate_linksToPagesLayout__1fLyM a{
  padding: 15px 30px 13px;
  display: inline-block;
  color: black;
  font-size: 15px;
  font-weight: 700;
  border-right: 1px solid #d7e5f5;
  border-left: 1px solid #d7e5f5;
}

.MainTemplate_linksToPagesLayout__1fLyM a:hover{
  background: #c9dcf1;
}

.MainTemplate_linksToPagesLayout__1fLyM .MainTemplate_activeLinkToPagesLayout__WTOk_{
  background: white;
  margin-bottom: -1px;
  border-bottom: 1px solid white;
  border-right: 1px solid #c0d0e2;
  border-left: 1px solid #c0d0e2;
}

.MainTemplate_linksToPagesLayout__1fLyM .MainTemplate_activeLinkToPagesLayout__WTOk_:hover{
  background: white;
  margin-bottom: -1px;
  border-bottom: 1px solid white;
  border-right: 1px solid #c0d0e2;
  border-left: 1px solid #c0d0e2;
}

.MainTemplate_title__3eTGg{
  padding: 10px 5px 10px 15px;

  border: 1px solid #c0d0e2;
  margin: 10px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /*height: 60px;*/
}
.MainTemplate_titleFont__1a1p0 {
  font-weight: 700;
  color: #000000;
}
.MainTemplate_buttonsInTitleLayout__1P2Fz{
  display: flex;
  flex-direction: row;
}

.MainTemplate_buttonsLayout__3fgrl{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 20px 20px 20px;
  /*border: 1px solid #c0d0e2;*/
  margin: 20px;
  /*background: #dfedfd;*/
}

.MainTemplate_button__zv9bL{
  background: #00869c;
  border-bottom: 1px solid #014250;
  color: white;
  padding: 11px 40px 9px;
  border-radius: 10px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 14px;
}

.MainTemplate_button__zv9bL:hover{
  opacity:0.9;
}

.MainTemplate_button__zv9bL:active{
  padding: 12px 40px 8px;
}

.MainTemplate_cancelButton__286Wi{
  color: #0e89a5;
  padding: 10px 40px;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  font-weight: 700;
}

.MainTemplate_cancelButton__286Wi:hover{
  background: #eee;
}

.MainTemplate_refreshLayout__CGxiS{
  position: fixed;
  left: 0;
  bottom: 0;
}

.MainTemplate_refreshButton__3J7Bq{
  background: #00869c;
  color: white;
  padding: 10px 13px;
  margin: 5px;
  border-radius: 4px;
  cursor: pointer;
}

.MainTemplate_refreshButton__3J7Bq:hover{
  opacity: 0.9;
}

.MainTemplate_refreshButton__3J7Bq:active{
  opacity: 0.8;
}

.MainTemplate_launchButton__1GrG5{
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #777777;
  color: white;
  padding: 3px 40px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
}

.MainTemplate_launchButton__1GrG5 img{
  height: 30px;
}

.MainTemplate_launchButton__1GrG5 span{
  color: #525252;
  margin: 2px 0 0px 15px;
}

.MainTemplate_extraInfo__ATIow{
  background: #dfedfd;
  margin: 20px;
  padding: 20px;
}

.MainTemplate_table__14yLn{
  overflow: scroll;
  padding: 0 20px 20px 20px;
}

.MainTemplate_table__14yLn::-webkit-scrollbar {
  width: 0px;
  height: 10px;
  background-color: transparent;
}
.MainTemplate_table__14yLn::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #afcdef;
}
.MainTemplate_table__14yLn::-webkit-scrollbar-track {
  background-color: transparent;
}

.MainTemplate_table__14yLn .MainTemplate_tableTitle__1_7yx{
  text-align: center;
  padding: 30px;
  font-size: 30px;
  font-weight: 700;
}

.MainTemplate_tableLine__2fj4N{
  display: flex;
  border-bottom: 1px solid #dfedfd;
  padding: 5px 10px 5px;
}

.MainTemplate_tableLine__2fj4N:hover{
  background: #eff6ff;
  margin: -1px -20px 0 -20px;
  padding: 5px 30px;
  border-top: 1px solid #dfedfd;
}

.MainTemplate_tableLine__2fj4N:first-child{
  background: #dfedfd;
  margin: 0px -20px;
  padding: 0 0 0 30px;
  border-top: 0;
}

.MainTemplate_tableLine__2fj4N:first-child:hover{
  background: #dfedfd;
  margin: 0px -20px;
  padding: 0 0 0 30px;
  border-top: 0;
}

.MainTemplate_tableLine__2fj4N:last-child{
  border-bottom: 0px;
}

.MainTemplate_tableLine__2fj4N:first-child div{
  background: #dfedfd;
  color: #000000;
  font-weight: 700;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_id__2A_wd{
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_width100__1H93I{
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  padding: 20px 10px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_width150__3vYxX{
  width: 150px;
  min-width: 150px;
  max-width: 150px;
  padding: 20px 10px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_width200__2vXZs{
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  padding: 20px 10px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-all;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_width300__47Y3X{
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  padding: 20px 10px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_widthFull__3ZaTQ{
  padding: 20px 10px;
  line-height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-word;
  width: 100%;
}

.MainTemplate_tableLine__2fj4N span{
  color: #989898;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_spanGreen__2m_Fy{
  color: #297716!important;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_spanRed__1AVeL{
  color: #d00000!important;
}

.MainTemplate_tableLine__2fj4N p{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_badStatistic__3TvoI{
  background: #ffdddd!important;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MainTemplate_tableLine__2fj4N .MainTemplate_goodStatistic__C1j59{
   background: #d3f9ca!important;
   border-radius: 5px;
   display: flex;
   flex-direction: column;
   justify-content: center;
 }

.MainTemplate_tableLine__2fj4N .MainTemplate_statistic__sHwPR{
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.MainTemplate_buttonsInTable__3vbQs{
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.MainTemplate_buttonItemInTable__2a0HO{
  padding: 20px 10px;
  color: #0e89a5;
  font-weight: 700;
  cursor: pointer;
}

.MainTemplate_buttonItemInTable__2a0HO:hover{
  text-decoration: underline;
}

.MainTemplate_bottomMenu__-gY3Y{
  display: none;
}
/* //Стили для всех компонентов*/
@media screen and (max-width: 1570px) {
  .MainTemplate_root__1p7ds {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .MainTemplate_root__1p7ds {
    width: 100%;
  }
}

@media screen and (max-width: 1100px) {
  .MainTemplate_root__1p7ds {
    width: 100%;
  }
}

@media screen and (max-width: 980px){
  .MainTemplate_root__1p7ds{
    width: 100%;
    margin: 0px;
  }
  .MainTemplate_leftMenu__3kAUb{
    display: none;
  }
  .MainTemplate_bottomMenu__-gY3Y{
    display: block;
  }
}
.style_loadingTemplate__1LWbe{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.style_loading__1wmJM{
  padding: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.style_empty__1blg2{
  padding: 20px 20px 40px 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.style_image__T2HL7 img{
  height: 45px;
  width: 45px;
  margin-right: 20px;
}

.style_text__czZII{
  color: #8c8c8c;
  font-size: 18px;
  font-weight: 700;
}
.style_date__bbhzm{
    font-size: 12px;
    color: grey;
}

.style_newInput__2NHyU{
    margin-right: 15px;
}

.style_newInput__2NHyU div{
    margin-bottom: 10px;
    margin-left: 3px;
    font-weight: 700;
    font-size: 14px;
    color: #6485a9;
}

.style_newInput__2NHyU input{
    width: 150px;
    padding: 10px;
}

.style_buttonLayout__2uque{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.style_button__2uhUj{
    background: #00869c;
    border-bottom: 1px solid #014250;
    color: white;
    padding: 11px 40px 9px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.style_isActive__2MbFP{
    width: 60px;
    height: 60px;
    font-size: 28px;
    border: 4px solid #26869c;
    color: #26869c;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.style_isNonActive__2h2UX{
    width: 60px;
    height: 60px;
    font-size: 28px;
    border: 4px solid #d7e5f4;
    color: #d7e5f4;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.style_lastComment__2j8MT{
    display: flex;
    flex-direction: row;
    justify-content: baseline;
    align-items: center;
}

.style_comment__xhwyA{
    max-height: 80px;
    overflow: hidden;
}

.style_avatar__1rpIj{
    margin-right: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.style_avatar__1rpIj img{
    border-radius: 50%;
    height: 30px;
}

.style_actions__1X11U{
    display: flex;
    margin-top: 5px;
}

.style_isManagerCallOrdered__18ViQ{
    text-align: center;
    width: 18px;
    height: 18px;
    display: block;
    padding: 0 4px 6px 4px;
    border-radius: 15px;
    background: #00869c;
    color: white!important;
    cursor: default;
    margin-right: 5px;
}

.style_isUristCallOrdered__sU10l{
    text-align: center;
    width: 18px;
    height: 18px;
    display: block;
    padding: 0 4px 6px 4px;
    border-radius: 15px;
    background: #2c4b76;
    color: white!important;
    cursor: default;
    margin-right: 5px;
}
.style_flex__sOo6_{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.style_flexItem1__1T0Dr{
  flex-grow: 1;
}

.style_flexItem2__jqKar{
  flex-grow: 1;
  max-width: 800px;
}

.style_background__2HtVh{
  border: 1px solid #c0d0e2;
  background: #dfedfd;
  margin: 20px;
}

.style_nextCallDate__1GeJ4{
  min-height: 45px;
  display: flex;
  margin: 20px;
  padding: 15px 20px;
  border-radius: 4px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #a8b9cd;
  background: #dfedfd;
}

.style_nextCallDate__1GeJ4 input{
  margin: 0 10px;
}

.style_createNextCallDate__LJ_NO{
  padding: 0 5px;
  cursor: pointer;
  color: #00869c;
  text-decoration: underline;
}

.style_createNextCallDate__LJ_NO:hover{
  text-decoration: none;
}

.style_editNextCallDate__1cxSy{
  cursor: pointer;
  padding-right: 10px;
  font-size: 18px;
  color: #716767;
}

.style_editNextCallDate__1cxSy:hover{
  color: #7c7272;
}

.style_callOrder__2MBLL{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 20px;
  padding: 10px;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #aec4dc;
}

.style_callOrderDesc__1-ygq{

}

.style_callOrderComplite__32J_l{
  cursor: pointer;
  color: #00869c;
  text-decoration: underline;
}

.style_callOrderComplite__32J_l:hover{
  text-decoration: none;
}

.style_line__3GhjX{
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  justify-content: left;
}

.style_line__3GhjX span{
  margin: 0 0 10px 0;
}

.style_line__3GhjX input{
  width: 92%;
}

.style_line__3GhjX textarea{
  min-height: 100px;
}

.style_line__3GhjX select{
  width: 97%;
  padding: 9px 10px;
}

.style_lineForBilling__1Y3C3{
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 20px;
}

.style_billingList__3IIvE{
  margin: 0 20px 20px 20px;
}

.style_billingItem__2apR6{

}

.style_diagnostika__37dza{
  width: 100%;
}

.style_diagnosticArea__1H4CP{
  width: 93%;
  margin: 20px;
  height: 600px;
  font-size: 14px;
  line-height: 20px;
}

.style_checkboxLine__10a1A{
  padding: 15px 20px;
}

.style_comment__345uo{
  background: white;
  padding: 20px;
  margin-top: 10px;
  border: 1px solid #a8b9cd;
  border-radius: 4px;
}

.style_comment__345uo .style_avaNameDate__hU9A3{
  display: flex;
}

.style_comment__345uo .style_ava__3Rj0V{
  margin-right: 20px;
}

.style_comment__345uo .style_ava__3Rj0V img{
  border-radius: 50%;
  height: 50px;
}

.style_comment__345uo .style_name___bEIY {
  display: inline-block;
  margin-top: 7px;
  font-weight: 700;
}

.style_comment__345uo .style_date__2gRXP {
  display: inline-block;
  margin-left: 10px;
  margin-top: 6px;
  color: grey;
}

.style_comment__345uo .style_text__1_MRf{
  white-space: pre-line;
  margin-top: 15px;
  font-size: 16px;
}

.style_billingBottomLayout__2KKCT{
  display: flex;
  flex-direction: row;
}

.style_billingBottomItem__2A1M5{
  background: #dfedfd;
  border: 1px solid #a8b9cd;
  margin: 10px 20px;
}
.diagnostika_diagnostika__2KuIA{
    min-height: 500px;
}

.diagnostika_progress__1BpQY{
    width: 200px;
    margin: 0px auto 35px;
}

.diagnostika_progressTop__F9J5R{
    display: inline-block;
    background: #50b5ff;
    color: white;
    padding: 7px 14px;
    border-radius: 10px;
    position: relative;
}

.diagnostika_progressMetka__2ov33{
    position: absolute;
    bottom: -5px;
    left: 21px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #50b5ff;
    width: 0px;
    height: 0px;
}

.diagnostika_progressLine__331YU{
    position: relative;
    display: flex;
    margin-top: 10px;
}

.diagnostika_progressLineNonactive__3UmMT{
    position: absolute;
    width: 200px;
    height: 5px;
    background: #a2d8ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.diagnostika_progressLineActive__2fMaQ{
    z-index: 100;
    position: absolute;
    height: 5px;
    background: #50b5ff;
    border-radius: 5px;
}

.diagnostika_block__39hB1{
    width: 610px;
    margin: 20px auto 50px auto;
    background: white;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 4px 3px 3px #7d7d7d;
}

.diagnostika_blockTitle__3jUCP{
    font-size: 20px;
    padding: 20px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
}

.diagnostika_blockVariants__2G6wJ{
    padding: 20px;
    font-size: 15px;
}

.diagnostika_blockVariants__2G6wJ input{
    width: 95%;
}

.diagnostika_blockVariants__2G6wJ label{
    margin-bottom: 10px;
}

.diagnostika_blockVariants__2G6wJ input{
    margin-bottom: 10px;
}

.diagnostika_buttons__1lgoo{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.diagnostika_prewButton__3SB4L{
    background: #ffffff;
    color: #053d6c;
    margin-right: 50px;
    padding: 8px 60px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

.diagnostika_prewButton__3SB4L:hover{
    opacity: 0.9;
}

.diagnostika_prewButton__3SB4L:active{
    opacity: 0.8;
}

.diagnostika_nextButton__GCVvW{
    background: #053d6c;
    color: white;
    padding: 8px 60px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

.diagnostika_nextButton__GCVvW:hover{
    opacity: 0.9;
}

.diagnostika_nextButton__GCVvW:active{
    opacity: 0.8;
}

@media screen and (max-width: 610px) {
    .diagnostika_block__39hB1{
        width: 100%;
    }
    .diagnostika_blockTitle__3jUCP{
        font-size: 16px;
    }
    .diagnostika_blockVariants__2G6wJ{
        font-size: 14px;
    }
}
.diagnostika_diagnostika__mGVHB{
    min-height: 500px;
}

.diagnostika_progress__1-W8s{
    width: 200px;
    margin: 0px auto 35px;
}

.diagnostika_progressTop__jWF68{
    display: inline-block;
    background: #50b5ff;
    color: white;
    padding: 7px 14px;
    border-radius: 10px;
    position: relative;
}

.diagnostika_progressMetka__OInsf{
    position: absolute;
    bottom: -5px;
    left: 21px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #50b5ff;
    width: 0px;
    height: 0px;
}

.diagnostika_progressLine__1DE2c{
    position: relative;
    display: flex;
    margin-top: 10px;
}

.diagnostika_progressLineNonactive__1P2oU{
    position: absolute;
    width: 200px;
    height: 5px;
    background: #a2d8ff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.diagnostika_progressLineActive__3hBpi{
    z-index: 100;
    position: absolute;
    height: 5px;
    background: #50b5ff;
    border-radius: 5px;
}

.diagnostika_block__1I__l{
    width: 610px;
    margin: 20px auto 50px auto;
    background: white;
    border: 1px solid #d8d8d8;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: 4px 3px 3px #7d7d7d;
}

.diagnostika_blockTitle__2XAyE{
    font-size: 20px;
    padding: 20px;
    font-weight: 700;
    border-bottom: 1px solid #d8d8d8;
}

.diagnostika_blockVariants__lPz06{
    padding: 20px;
    font-size: 15px;
}

.diagnostika_blockVariants__lPz06 input{
    width: 95%;
}

.diagnostika_blockVariants__lPz06 label{
    margin-bottom: 10px;
}

.diagnostika_blockVariants__lPz06 input{
    margin-bottom: 10px;
}

.diagnostika_buttons__23X1l{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.diagnostika_prewButton__IIXyM{
    background: #ffffff;
    color: #053d6c;
    margin-right: 50px;
    padding: 8px 60px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

.diagnostika_prewButton__IIXyM:hover{
    opacity: 0.9;
}

.diagnostika_prewButton__IIXyM:active{
    opacity: 0.8;
}

.diagnostika_nextButton__Fp2e2{
    background: #053d6c;
    color: white;
    padding: 8px 60px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 700;
}

.diagnostika_nextButton__Fp2e2:hover{
    opacity: 0.9;
}

.diagnostika_nextButton__Fp2e2:active{
    opacity: 0.8;
}

@media screen and (max-width: 610px) {
    .diagnostika_block__1I__l{
        width: 100%;
    }
    .diagnostika_blockTitle__2XAyE{
        font-size: 16px;
    }
    .diagnostika_blockVariants__lPz06{
        font-size: 14px;
    }
}
.Billing_flex__3w3Sj{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.Billing_info__22_W9{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #053d6c;
    margin: 0 20px;
}

.Billing_in__13YGF{
    background: white;
    border: 1px solid #d8d8d8;
    padding: 40px 20px;
}

.Billing_dopInfo__2QwW7{
    width: 540px;
    margin: 0 auto 20px;
}

.Billing_dopInfo__2QwW7 img{
    margin: 20px 0;
    width: 100%;
}

.Billing_dopInfoTitle__3GzWQ{
    text-align: center;
    color: #053d6c;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 700;
}

.Billing_dopInfoSubTitle__2nJUH{
    font-size: 14px;
    font-weight: 700;
    margin: 20px 0;
}

.Billing_acceptLayout__3ZOCa{
    text-align: center;
    margin-top: 40px;
}

.Billing_acceptButton__2DDsA{
    display: inline-block;
    background: #b32122;
    text-transform: uppercase;
    color: white;
    padding: 15px 80px 13px;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #610000;
    cursor: pointer;
}

.Billing_acceptButton__2DDsA:hover{
    opacity: 0.9;
    color: white;
}

.Billing_acceptButton__2DDsA:active{
    opacity: 0.8;
    color: white;
}

.Billing_link__1Adkr{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    font-size: 14px;
}

.Billing_lk__1BXca{
    background: #e6eff7;
}

.Billing_rootLk__2jUSr{
    width: 980px;
    min-height: 100vh;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.Billing_leftBlock__27bVO{
    width: 730px;
    margin-top: 10px;
    background: white;
    border: 1px solid #d8d8d8;
    margin-bottom: 10px;
}

.Billing_h1__9KkK3{
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 20px;
    font-weight: 700;
    color: #053d6c;
}

.Billing_rightMenu__lw63e{
    border-radius: 4px;
    background: white;
    border: 1px solid #d8d8d8;
    width: 240px;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 10px 0 0 0;
    padding: 10px 0;
}

.Billing_activeLink__2Wklc{
    border-left: 3px solid #053d6c;
    padding: 10px 20px 10px 17px;
    color: black;
    font-weight: 700;
    background: #f5f5f5;
}

.Billing_nonActiveLink__3V4SV{
    padding: 10px 20px;
    color: #053d6c;
}

.Billing_title__hazg3{
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
}

.Billing_info__22_W9{
    padding: 20px;
}

.Billing_processItem__22kSB{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.Billing_processItemStep__1VAhY{
    background: #0e74ca;
    text-transform: uppercase;
    color: white;
    padding: 10px 14px 8px;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #053d6c;
}

.Billing_processItemComplite__2riai{
    background: green;
    text-transform: uppercase;
    color: white;
    padding: 10px 12px 8px;
    border-radius: 31px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 2px 2px 2px #004400;
}

.Billing_processItemDesc__ptz_p{
    margin-left: 20px;
    font-size: 14px;
    font-weight: 700;
}

.Billing_processItemDate__3VYQi{
    margin-left: 20px;
    color: grey;
    margin-top: 3px;
}

.Billing_extra__f23Wt{
    margin-left: 10px;
    color: #0e74ca;
    text-decoration: underline;
    font-weight: unset;
}

.Billing_clear__G417i{
    height: 15px;
    clear: both;
}

@media screen and (max-width: 980px) {
    .Billing_rootLk__2jUSr{
        width: 100%;
        display: unset;
    }
    .Billing_rightMenu__lw63e{
        width: 100%;
        margin: 0;
    }
    .Billing_leftBlock__27bVO{
        width: 100%;
    }
}

@media screen and (max-width: 1080px) {
    .Billing_flex__3w3Sj{
        display: unset;
    }
    .Billing_info__22_W9{
        margin: 20px auto 0;
    }
    .Billing_dopInfo__2QwW7{
        margin: 20px auto 0;
    }
}

@media screen and (max-width: 600px) {
    .Billing_info__22_W9{
        width: 100%;
    }
    .Billing_dopInfo__2QwW7{
        width: 100%;
    }
}
.ClientDocuments_addDocumentForm__1wYfu{
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ClientDocuments_addDocumentForm__1wYfu input{
    margin-bottom: 20px;
    width: 350px;
}

.ClientDocuments_addDocumentButton__1mFwO{
    background: #00869c;
    border-bottom: 1px solid #014250;
    color: white;
    padding: 11px 40px 9px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.ClientDocuments_addDocumentButton__1mFwO:hover{
    opacity: 0.9;
}

.ClientDocuments_addDocumentButton__1mFwO:active{
    padding: 12px 40px 8px;
}
.Settings_buttonsLayout__FgLJu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px 20px 20px;
}

.Settings_button__2XPS-{
    background: #00869c;
    border-bottom: 1px solid #014250;
    color: white;
    padding: 11px 40px 9px;
    border-radius: 10px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
}

.Settings_button__2XPS-:hover{
    opacity: 0.9;
    color: white;
}

.Settings_button__2XPS-:active{
    padding: 12px 40px 8px;
    color: white;
}
.style_flex__59Zzq{
    display: flex;
    flex-direction: row;
}

.style_block__gu2ZU{
    height: 100%;
    background: #dfedfd;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #b7c8db;
}

.style_blockTitle__2_EfO{
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid #b7c8db;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.Payments_nextSumm__22mTR{
    text-align: center;
    font-size: 18px;
    margin: 50px 0 20px;
}
.style_footer__2h9Kt{
  background: #d7e5f4;
  padding: 20px;
  border-top: 1px solid #c0d0e2;
  margin-top: auto;
}

.style_menuLayout__1fdLW{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.style_menu__lq1Xf{
  margin-bottom: 15px;
}

.style_desc__SBV98{
  padding: 20px 10px 0;
  border-top: 1px solid #c0d0e2;
  color: black;
}

.style_desc__SBV98 a{
  color: black;
}

.style_desc__SBV98 a:hover{
  text-decoration: underline;
}

.style_title__2u-xP{
  color: black;
  font-size: 15px;
  padding: 10px;
  font-weight: 700;
}

.style_list__1zRAg{
  list-style: none;
  margin: 0;
  padding: 0;
}

.style_list__1zRAg li{

}

.style_list__1zRAg li a{
  display: inline-block;
  color: #0e89a5;
  padding: 5px 10px;
}

.style_list__1zRAg li a:hover{
  text-decoration: underline;
}

@media screen and (max-width: 980px){
  .style_centered__2ZyKF{
    width: 100%;
  }
}
.style_list__EUodT{
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 10px;
}

.style_item__1caUK{
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.85);
  width: 350px;
  /*height: 120px;*/
  border-radius: 10px;
}

.style_itemTitle__14MGX{
  color: rgb(223, 237, 253);
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 18px;
  border-bottom: 1px solid #c0d6ef;
}

.style_itemMessage__2txo7{
  color: rgb(223, 237, 253);
  display: flex;
  flex-direction: row;
  justify-content: normal;
  align-items: center;
  height: 70px;
  padding: 0 20px;
  font-size: 16px;
}

/*# sourceMappingURL=main.ef2b875a.chunk.css.map*/