body {
  background: #F0F3F6;
}

.d-none{
  display: none !important;
}
.toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 35px 50px;
}
@media (max-width: 992px) {
  .toolbar {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .toolbar {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .toolbar .title {
    display: none;
  }
}
.toolbar .options {
  display: flex;
  align-items: center;
}
.toolbar .options .itm, .toolbar .options a {
  display: flex;
  align-items: center;
  margin-left: 20px;
  position: relative;
}
.toolbar .options .itm .view-notification, .toolbar .options a .view-notification {
  display: flex;
}
.toolbar .options .box-notifications {
  width: 199px;
  position: absolute;
  top: 30px;
  right: -80px;
  background: white;
  z-index: 11;
  border: 1px solid rgb(177, 177, 177);
  flex-direction: column;
  display: none;
}
.toolbar .options .box-notifications .itm {
  padding: 15px;
  position: relative;
  border-bottom: 1px solid rgb(177, 177, 177);
  display: flex;
  flex-direction: column;
  margin: 0;
  align-items: flex-start;
}
.toolbar .options .box-notifications .itm:last-of-type {
  border-bottom: none;
}
.toolbar .options .box-notifications .itm p {
  margin-top: 10px;
}
.toolbar .options .box-notifications .itm i {
  position: absolute;
  top: 12px;
  right: 11px;
  font-size: 20px;
  cursor: pointer;
}

header {
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  header {
    padding: 28px 0;
  }
}
header .logo {
  display: flex;
  align-items: center;
  width: 340px;
  height: 80px;
}
.header_cabinet .logo img{
  width: 100%;
}
header .logo svg {
  width: 100%;
}
header .aside {
  display: flex;
  align-items: center;
}
header .aside a {
  margin-left: 15px;
}
header .aside .btn {
  font-weight: 700;
  color: #FFFFFF;
}
header .aside .call {
  display: flex;
  align-items: center;
}
header .aside .call svg {
  width: 24px;
  margin-right: 10px;
}
header .aside .call, header .aside .lng {
  color: #28292D;
  font-weight: 600;
}
header .aside .call a, header .aside .lng a {
  color: #28292D;
  font-weight: 600;
}
header .aside .lng {
  display: flex;
  align-items: center;
}

.login {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 100%;
  overflow: auto;
}
.login .toolbar {
  padding-right: 0;
  padding-left: 0;
}
.login .comp-login {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  margin: 20px auto;
  width: 90%;
}
.login .comp-login .content-login {
  background: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.login .comp-login .content-login h3 {
  font-weight: 700;
  margin-bottom: 70px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .login .comp-login .content-login h3 {
    margin-bottom: 40px;
  }
}
.login .comp-login .content-login form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.login .comp-login .content-login form .input-field {
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.login .comp-login .content-login form .input-field .error {
  display: none;
  color: #696F8C;
  padding: 6px;
}
.login .comp-login .content-login form .input-field svg {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  cursor: pointer;
}
.login .comp-login .content-login form .check {
  color: #000000;
  font-weight: 300;
  line-height: initial;
  text-align: left;
}
.login .comp-login .content-login form .check input {
  display: none;
}
.login .comp-login .content-login form .check span {
  color: #000000;
  font-weight: 300;
}
.login .comp-login .content-login form button {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .login .comp-login .content-login form button {
    margin-top: 37px;
  }
}
.login .comp-login .content-login form button svg {
  margin-left: 10px;
}
.login .comp-login .option-login {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 25px;
}
@media (max-width: 768px) {
  .login .comp-login .option-login {
    padding: 10px;
  }
}
.login .comp-login .option-login a {
  color: #0099ab;
}

.menu {
  background: #253746;
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  width: 300px;
}
@media (max-width: 992px) {
  .menu {
    left: -100%;
    transition: 400ms linear all;
    z-index: 11111;
  }
}
.menu .logo {
  margin-bottom: 10px;
  position: relative;
  left: -18px;
}
.menu ul {
  display: flex;
  flex-direction: column;
}
.menu ul li {
  display: flex;
  align-items: center;
  margin-top: 5px;
  flex-wrap: wrap;
}
.menu ul li a {
  width: 100%;
  padding: 13px;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #fff;
  background: transparent;
  transition: 100ms linear all;
}
.menu ul li a:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #0099ab;
}
.menu ul li a svg {
  margin-right: 12px;
}
.menu ul li .active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #0099ab;
}
.menu ul li .sub-menu {
  width: 100%;
}
.menu ul li .sub-menu li a {
  position: relative;
}
.menu ul li .sub-menu li a:before {
  content: "";
  background: #7C8790;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  margin-right: 10px;
  margin-left: 34px;
}
.menu ul li .sub-menu li a:hover {
  background: #515F6B;
}
.menu ul li .sub-menu li a:hover:before {
  background: #F0F3F6;
}
.menu ul li .sub-menu li .active {
  background: #515F6B;
}
.menu ul li .sub-menu li .active:before {
  background: #F0F3F6;
}

.click-menu, .close-menu {
  background: #0099ab;
  width: 35px;
  height: 35px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  display: none;
  cursor: pointer;
}
.click-menu i, .close-menu i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .click-menu, .close-menu {
    display: flex;
  }
}

.close-menu {
  position: absolute;
  right: -16px;
  top: 33px;
}
.close-menu i {
  font-size: 20px;
}
@media (max-width: 992px) {
  .close-menu {
    display: flex;
  }
}

.close-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(37, 55, 70, 0.7803921569);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11111;
  cursor: pointer;
  display: none;
}

.general {
  width: 100%;
  padding-left: 300px;
}
@media (max-width: 992px) {
  .general {
    padding-left: 0;
  }
}
.general .main {
  padding: 50px;
  border-top: 1px solid #b1b1b1;
}
@media (max-width: 768px) {
  .general .main {
    padding: 30px 20px;
  }
}
.general .main .card {
  width: 22%;
  margin-bottom: 45px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), #0099ab;
  border-radius: 16px;
  padding: 20px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid transparent;
  position: relative;
  min-height: 150px;
  transition: 100ms linear all;
}
@media (min-width: 1920px) {
  .general .main .card {
    width: 18%;
  }
}
@media (min-width: 2500px) {
  .general .main .card {
    width: 15%;
  }
}
@media (min-width: 3000px) {
  .general .main .card {
    width: 13%;
  }
}
@media (max-width: 1500px) {
  .general .main .card {
    width: 31%;
    margin-bottom: 35px;
  }
}
@media (max-width: 1150px) {
  .general .main .card {
    width: 48%;
    margin-bottom: 29px;
  }
}
@media (max-width: 500px) {
  .general .main .card {
    width: 100%;
    margin-bottom: 20px;
  }
}
.general .main .card:hover {
  border: 1px solid #0d7682;
  background: #0d7682;
}
.general .main .card .card-txt {
  margin-top: 35px;
}
.general .main .card .card-txt:first-of-type {
  margin-top: 0;
}
.general .main .card .card-txt:last-of-type {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.general .main .card .card-txt p {
  color: #fff;
  margin-bottom: 2px;
  line-height: initial;
}
.general .main .card .card-txt p:last-of-type {
  margin-bottom: 0;
}
.general .main .card .card-txt .card-title {
  font-weight: 600;
  padding-right: 10px;
  z-index: 1;
}
.general .main .card .card-txt .card-amount {
  display: flex;
  align-items: center;
}
.general .main .card .card-txt .card-amount svg {
  margin-left: 5px;
}
.general .main .card .card-txt .card-status {
  padding: 5px 10px;
  border-radius: 18px;
  text-align: center;
}
@media (max-width: 992px) {
  .general .main .card .card-txt .card-status {
    position: absolute;
    bottom: 15px;
    right: 15px;
  }
}
.general .main .card .card-txt .inactive {
  background: #515F6B;
}
.general .main .card .card-txt .active {
  background: #fff;
  color: #253746;
}
.general .main .card .card-txt .waiting {
  background: #efa910;
}
.general .main .card .card-txt .test {
  background: #EE2737;
}
.general .main .card .card-figure {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
}
.general .main .card .card-figure svg path {
  fill: rgba(2, 145, 162, 0.32);
}
.general .main .card.white {
  background: #fff;
  border: 1px solid rgba(0, 153, 171, 0.3019607843);
  transition: 100ms linear all;
}
.general .main .card.white:hover {
  background: #d1ecf0;
  border: 1px solid #9acbd2;
}
.general .main .card.white .card-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.general .main .card.white .card-txt .add {
  cursor: pointer;
  min-width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid rgba(0, 153, 171, 0.3019607843);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 111;
}
.general .main .card.white .card-txt .add svg path {
  stroke: rgba(0, 153, 171, 0.63);
}
.general .main .card.white .card-txt .card-status {
  color: #fff;
}
.general .main .card.white .card-txt .card-amount svg path {
  fill: #253746;
}
.general .main .card.white .card-txt p {
  color: #253746;
}
.general .main .projects {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.general .main .contracts, .general .main .new-request {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.general .main .contracts .title, .general .main .new-request .title {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 30px;
}
.general .main .contracts .name, .general .main .new-request .name {
  font-weight: 700;
}
.general .main .contracts .position, .general .main .new-request .position {
  font-weight: 300;
}
.general .main .contracts .btn, .general .main .new-request .btn {
  margin-top: 15px;
}
.general .main .contracts p, .general .main .contracts figure, .general .main .new-request p, .general .main .new-request figure {
  margin-bottom: 15px;
}
.general .main .contracts .contracts-info-itm, .general .main .contracts .contracts-form, .general .main .new-request .contracts-info-itm, .general .main .new-request .contracts-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 50px 70px;
  margin-bottom: 30px;
}
@media (max-width: 1450px) {
  .general .main .contracts .contracts-info-itm, .general .main .contracts .contracts-form, .general .main .new-request .contracts-info-itm, .general .main .new-request .contracts-form {
    padding: 30px;
    margin-bottom: 25px;
  }
}
.general .main .contracts .contracts-info, .general .main .new-request .contracts-info {
  width: 31%;
}
@media (max-width: 1650px) {
  .general .main .contracts .contracts-info, .general .main .new-request .contracts-info {
    width: 39%;
  }
}
@media (max-width: 768px) {
  .general .main .contracts .contracts-info, .general .main .new-request .contracts-info {
    width: 100%;
  }
}
.general .main .contracts .contracts-info .contracts-info-itm ul li, .general .main .new-request .contracts-info .contracts-info-itm ul li {
  margin-bottom: 15px;
}
.general .main .contracts .contracts-info .contracts-info-itm ul li:last-of-type, .general .main .new-request .contracts-info .contracts-info-itm ul li:last-of-type {
  margin-bottom: 0;
}
.general .main .contracts .contracts-info .contracts-info-itm ul li a, .general .main .new-request .contracts-info .contracts-info-itm ul li a {
  display: flex;
  align-items: center;
}
.general .main .contracts .contracts-info .contracts-info-itm ul li a svg, .general .main .new-request .contracts-info .contracts-info-itm ul li a svg {
  margin-right: 10px;
}
.general .main .contracts .contracts-info .contracts-info-itm ul li a svg path, .general .main .new-request .contracts-info .contracts-info-itm ul li a svg path {
  stroke: #0099ab;
}
.general .main .contracts .contracts-info .contracts-info-itm .avatar, .general .main .new-request .contracts-info .contracts-info-itm .avatar {
  width: 180px;
  display: flex;
}
@media (max-width: 575px) {
  .general .main .contracts .contracts-info .contracts-info-itm .avatar, .general .main .new-request .contracts-info .contracts-info-itm .avatar {
    width: 120px;
  }
}
.general .main .contracts .contracts-info .contracts-info-itm .avatar img, .general .main .new-request .contracts-info .contracts-info-itm .avatar img {
  width: 100%;
}
.general .main .contracts .contracts-form, .general .main .new-request .contracts-form {
  width: 67%;
}
@media (max-width: 1650px) {
  .general .main .contracts .contracts-form, .general .main .new-request .contracts-form {
    width: 58%;
  }
}
@media (max-width: 768px) {
  .general .main .contracts .contracts-form, .general .main .new-request .contracts-form {
    width: 100%;
  }
}
.general .main .contracts .contracts-form form, .general .main .new-request .contracts-form form {
  width: 100%;
}
.general .main .new-request .contracts-form {
  width: 100%;
}
.general .main .new-request .contracts-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.general .main .new-request .contracts-form form .form-group {
  width: 30%;
}
@media (max-width: 1150px) {
  .general .main .new-request .contracts-form form .form-group {
    width: 47%;
  }
}
@media (max-width: 550px) {
  .general .main .new-request .contracts-form form .form-group {
    width: 100%;
  }
}
.general .main .new-request .contracts-form form .form-group .dropdown-content {
  width: 100% !important;
}
.general .main .table .post-table {
  overflow: auto;
}
.general .main .table .post-table table {
  width: auto;
  min-width: 100%;
}
.general .main .table .box-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0;
}
.general .main .table tr {
  margin-bottom: 10px;
  background: #FFFFFF;
  transition: 100ms linear all;
}
.general .main .table tr:hover .status:before {
  border: 1px solid transparent;
}
.general .main .table .active {
  background-color: #0099ab;
}
.general .main .table .active td {
  color: #fff;
}
.general .main .table .active td a {
  color: #fff;
}
.general .main .table .active:hover {
  background-color: rgba(0, 153, 171, 0.8901960784);
}
.general .main .table .active:hover .status:before {
  border: 1px solid #fff;
}
.general .main .table tr, .general .main .table th {
  color: #253746;
}
.general .main .table tr i, .general .main .table th i {
  margin-right: 10px;
}
.general .main .table th, .general .main .table td {
  padding: 10px 20px;
}
.general .main .table tr, .general .main .table th, .general .main .table td {
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border-bottom: 0;
  font-size: 14px;
}
.general .main .table tr svg, .general .main .table th svg, .general .main .table td svg {
  margin-right: 5px;
}
.general .main .table tbody tr {
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.general .main .table tbody tr:hover {
  background: rgba(0, 153, 171, 0.12);
  border: 1px solid rgba(0, 153, 171, 0.3019607843);
}
.general .main .table tbody tr:last-of-type {
  margin-bottom: 0;
}
.general .main .table .status {
  position: relative;
}
.general .main .table .status:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #f0f3f6;
  border-radius: 50px;
  position: absolute;
  border: 1px solid #fff;
  top: 50%;
  transform: translate(0, -50%);
  left: 6px;
}
.general .main .table .s-completed {
  color: #0099ab;
}
.general .main .table .s-completed:before {
  background: #0099ab;
}
.general .main .table .s-progress {
  color: #FFB81C;
}
.general .main .table .s-progress:before {
  background: #FFB81C;
}
.general .main .table .analytical-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1250px) {
  .general .main .table .analytical-cards {
    margin-bottom: 20px;
  }
}
.general .main .table .analytical-cards .card {
  min-height: initial;
  width: 32%;
}
@media (max-width: 550px) {
  .general .main .table .analytical-cards .card {
    width: 100%;
    margin-bottom: 10px;
  }
}
.general .main .table .post-pagination {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  overflow: auto;
}
.general .main .table .post-pagination .pagination {
  margin-left: auto;
  padding-bottom: 20px;
  width: max-content;
  display: flex;
}
.general .main .details-contract-table .user {
  margin-bottom: 0;
}
.general .main .details-contract-table .post-table table {
  padding-top: 34px;
  display: flex;
  flex-direction: column;
}
.general .main .frequent-questions .collapsible {
  border-radius: 10px;
  border: 1px solid #dddddd;
  border-bottom: none;
  overflow: hidden;
}
.general .main .frequent-questions .collapsible .collapsible-header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.general .main .frequent-questions .collapsible .collapsible-header p strong {
  font-weight: 300;
}
.general .main .frequent-questions .collapsible .collapsible-body {
  background-color: #f9f9f9;
}
.general .main .frequent-questions .collapsible .keyboard_arrow_down {
  color: #0099ab;
  transition: 100ms linear all;
}
.general .main .frequent-questions .collapsible .rotate {
  transform: rotate(180deg);
}

footer {
  padding: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
footer p {
  text-align: center;
  font-weight: 400;
  color: #696F8C;
}

.step-login .dropdown-content {
  width: 100% !important;
}

.err-auth-mess {
  text-align: center;
}

.header_cabinet{
  display: flex;
  align-items: center;
  padding: 0 1.875rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  padding-top: 3.2rem;
  margin-left: 45px;
}
.form_login_parent{
  max-width: 590px;
  padding-right: 15px;
  width: 100%;
  padding-left: 15px;
  margin-left: 50px;
}
.form_login_wrapper{
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(8, 9, 39, 0.05), 0 4px 14px 0 rgba(6, 12, 28, 0.1);
  background: #fff;
  position: relative;
  width: 100%;
  transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-rendering: optimizeLegibility !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: 300;
}
.login_content{
  z-index: 5;
  flex: 1;
  transform: none;
  display: flex;
  align-items: center;
}

html.log, body.log{
  height: 100%;
  width: 100%;

}
body.log{
  display: flex;
  flex-direction: column;
}

.form_title{
  margin-top: 0;
  font-weight: 700;
  text-align: center;
}

.form_btn_check{
  margin-top: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.option-login{
  font-size: 0.85rem;
  margin: 1.125rem 0;
  font-weight: 600;
  display: flex;
  justify-content: flex-end;
}

.option-login a{
  color: #a0a0a2;
}

.form_support{
  padding-top: 0.5rem;
  margin-top: 1.5rem;
  border-top: 1px solid rgba(221, 221, 221, .5);
}

.form_support_title{
  font-weight: 500;
  line-height: 2;
}

.form_support_wrapper{
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
  flex-direction: row;
  margin-top: 0.5rem;
}

.form_support_box a{
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  height: 48px;
}

.form_login_wrapper .input-field{
  margin-top: 35px;
  margin-bottom: 5px;
  position: relative;
}

.form_login_wrapper .password-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.check-user-mess{
  color: red;
  font-size: 16px !important;
}

@media(max-width: 668.98px){
  .form_login_parent{
    margin-left: 15px;
  }
  .header_cabinet{
    margin-left: 10px;
  }
}
@media(max-width: 612.98px){
  .form_login_parent{
    margin-left: 10px;
  }
  .header_cabinet{
    margin-left: 5px;
  }
  .form_support_wrapper{
    gap: 0;
    flex-wrap: wrap;
  }
}

@media(max-width: 530px){
  header .logo {
    display: flex;
    align-items: center;
    width: 280px;
    height: 45px;
  }
}