@charset "UTF-8";
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("../fonts/Montserrat-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
*:active, *:focus, *:focus-within, *:target, *:hover, *:visited, *:focus-visible {
  outline: none !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  outline: none;
}

a {
  text-decoration: none;
  color: rgb(19, 19, 19);
}
a:hover {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  position: relative;
  min-width: 303px;
  font-size: 16px;
  color: rgb(19, 19, 19);
}

ol, ul {
  list-style: none;
}

label, button {
  cursor: pointer;
}

b {
  font-weight: 700;
}

q::before {
  content: open-quote;
}

q::after {
  content: close-quote;
}

q {
  quotes: "«" "»";
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.blue-button {
  background: #546edb;
  border-radius: 14px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  padding: 14px 22px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: none;
}

.blue-button:hover {
  background: #a7b5f2;
}

@-webkit-keyframes openOverlayModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes openOverlayModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes closeOverlayModal {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@keyframes closeOverlayModal {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}
@-webkit-keyframes openMoveMobileMenu {
  0% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes openMoveMobileMenu {
  0% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes closeMoveMobileMenu {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
}
@keyframes closeMoveMobileMenu {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
}
@-webkit-keyframes openVacanyFilter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes openVacanyFilter {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes closeVacancyFilter {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes closeVacancyFilter {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    opacity: 0;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.container {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: rgb(248, 248, 248);
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  text-align: left;
  text-transform: uppercase;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  white-space: nowrap;
}
.button_center {
  margin: 0 auto;
}

@media (max-width: 375px) {
  .button {
    padding: 24px 40px;
  }
}
@media (hover: hover) {
  .button:hover {
    background: rgb(233, 233, 233);
  }
}
@media (hover: none) {
  .button:active {
    background: rgb(233, 233, 233);
  }
}
.personal {
  padding: 50px 0;
}
.personal__tabs {
  border-bottom: 4px solid #546EDB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 40px;
}
.personal__tabs-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  border-radius: 14px 14px 0px 0px;
  background: #F8F8F8;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  padding: 16px 14px;
}
.personal__tabs-link:hover {
  background: #546EDB;
  color: #fff;
}
.personal__tabs-link:hover svg path {
  fill: #fff;
}
.personal__tabs-link.active {
  background: #546EDB;
  color: #fff;
}
.personal__tabs-link.active svg path {
  fill: #fff;
}
.personal__title {
  font-weight: 400;
  font-size: 30px;
  color: #000;
  margin-bottom: 30px;
}
.personal__title_profile {
  margin-bottom: 18px;
}
.personal__title_vacancy {
  margin-bottom: 18px;
}
.personal__my-name {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}
.personal__my-email {
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-bottom: 30px;
}
.personal__my-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 14px;
  width: 183px;
  height: 183px;
  background: #f8f8f8;
}
.personal__my-avatar img {
  width: 120px;
  height: 120px;
}
.personal__input {
  border-radius: 14px;
  background: #f8f8f8;
  height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #000;
  width: 100%;
  border: none;
}
.personal__input::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #5d5d5d;
}
.personal__input::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #5d5d5d;
}
.personal__input:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #5d5d5d;
}
.personal__input::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #5d5d5d;
}
.personal__input::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 50px;
  color: #5d5d5d;
}
.personal__input_textarea {
  resize: none;
  height: 130px;
  line-height: normal;
  padding: 5px 20px;
}
.personal__input_textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5d5d5d;
}
.personal__input_textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5d5d5d;
}
.personal__input_textarea:-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5d5d5d;
}
.personal__input_textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5d5d5d;
}
.personal__input_textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  color: #5d5d5d;
}
.personal__profile-clue {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-bottom: 28px;
}
.personal__profile-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.personal__profile-label {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-bottom: 8px;
}
.personal__profile-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 285px;
  height: 231px;
  background: #f8f8f8;
  margin-bottom: 12px;
}
.personal__profile-avatar img {
  width: 204px;
  height: 202px;
}
.personal__profile-file {
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #000;
  padding: 14px 24px;
  border-radius: 14px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.personal__profile-file:hover {
  color: #fff;
  background: #546EDB;
}
.personal__profile-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}
.personal__profile-grid:not(:last-of-type) {
  margin-bottom: 20px;
}
.personal__profile-col-2 {
  grid-column: 1/span 2;
}
.personal__profile-inputs {
  width: 100%;
}
.personal__profile-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  max-width: 265px;
  width: 100%;
  overflow-x: auto;
  margin-bottom: 20px;
}
.personal__profile-image {
  position: relative;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.personal__profile-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal__profile-del {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  background: #fff;
}
.personal__profile-file-2, .personal__profile-file-3 {
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #546edb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.personal__profile-banner {
  position: relative;
  max-width: 265px;
  width: 100%;
  height: 64px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  margin-bottom: 30px;
}
.personal__profile-banner  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.personal__profile-save {
  padding: 14px 24px;
  border: none;
  background: #546edb;
  border-radius: 14px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 137%;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.personal__profile-save:hover {
  background: #a7b5f2;
}
.personal__vacancy-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.personal__vacancy-square {
  border: 1px solid #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.personal__vacancy-input:checked + label .personal__vacancy-square {
  background: #546edb;
  border: 1px solid #546EDB;
}
.personal__vacancy-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.personal__vacancy-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.personal__vacancy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: rgb(248, 248, 248);
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  white-space: nowrap;
  height: 50px;
  border: none;
  text-transform: initial;
}
.personal__vacancy-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  margin-bottom: 6px;
}
.personal__vacancy-link {
  color: #546edb;
}
.personal__vacancy-status {
  margin-bottom: 15px;
}
.personal__vacancy-status span.green {
  color: #00ca45;
}
.personal__vacancy-status span.red {
  color: #e22900;
}
.personal__vacancy-block {
  border-bottom: 1px solid #f0f1f1;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
.personal__vacancy-mobile {
  display: none;
}
.personal__table {
  border: 1px solid #e8e8e8;
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  font-weight: 400;
  font-size: 14px;
}
.personal__table-header {
  background: #f8f8f8;
  display: grid;
  grid-template-columns: minmax(135px, 397px) minmax(165px, 223px) 387px minmax(150px, 204px);
  height: 61px;
}
.personal__table-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}
.personal__table-col_mobile {
  display: none;
}
.personal__table-groupwrap {
  display: grid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 3px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 18px 18px;
  background: #546edb;
  color: #fff;
  height: 100%;
  grid-column: 1/span 2;
}
.personal__table-groupwrap .personal__table-col {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  padding-left: 15px;
  white-space: nowrap;
}
.personal__table-clue {
  grid-column: 1/span 2;
  grid-row: 1/span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.personal__table-row {
  display: grid;
  grid-template-columns: minmax(135px, 397px) minmax(165px, 223px) 386px minmax(150px, 204px);
  height: 70px;
}
.personal__table-link {
  color: #546edb;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal__table-status.green {
  color: #00ca45;
}
.personal__table-status.red {
  color: #e22900;
}
.personal__table-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.personal__table-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.personal__table-buttons_nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.personal__table-buttons_mobile {
  display: none;
}
.personal__table-button {
  padding: 0;
  border: none;
  width: 36px;
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  border-radius: 6px;
}
.personal__table-button.orange {
  background: #ffda93;
}
.personal__table-button.orange:hover {
  background: #ffa800;
}
.personal__table-button.orange.active {
  background: #ffa800;
}
.personal__table-button.green {
  background: #9dffd6;
}
.personal__table-button.green:hover {
  background: #43c890;
}
.personal__table-button.green.active {
  background: #43c890;
}
.personal__table-button.blue {
  background: #9aadff;
}
.personal__table-button.blue:hover {
  background: #546edb;
}
.personal__table-button.blue.active {
  background: #546edb;
}
.personal__table-button.red {
  background: #ff9982;
}
.personal__table-button.red:hover {
  background: #ff2e00;
}
.personal__table-button.red.active {
  background: #ff2e00;
}
.personal__table-button.yellow {
  background: #ffec85;
}
.personal__table-button.yellow:hover {
  background: #ffd600;
}
.personal__table-button.yellow.active {
  background: #ffd600;
}
.personal__table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 10px;
  padding-right: 20px;
}
.personal__table_statistic {
  overflow-x: auto;
}
.personal__table_statistic .personal__table-header {
  grid-template-columns: minmax(185px, 285px) minmax(125px, 203px) minmax(80px, 95px) minmax(85px, 100px) minmax(195px, 200px) 120px minmax(155px, 195px);
}
.personal__table_statistic .personal__table-row {
  display: grid;
  grid-template-columns: minmax(185px, 285px) minmax(125px, 203px) minmax(80px, 95px) minmax(85px, 100px) minmax(195px, 200px) 120px minmax(155px, 195px);
  height: 70px;
}
.personal__table_employees .personal__table-header {
  grid-template-columns: minmax(217px, 389px) 157px minmax(168px, 203px) minmax(150px, 204px) minmax(105px, 203px);
}
.personal__table_employees .personal__table-row {
  display: grid;
  grid-template-columns: minmax(217px, 389px) 157px minmax(168px, 203px) minmax(150px, 204px) minmax(105px, 203px);
  height: 70px;
}
.personal__statmobile {
  display: none;
}
.personal__statmobile-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f1f1;
  margin-bottom: 15px;
}
.personal__statmobile-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.personal__statmobile-link {
  color: #546edb;
}
.personal__statistic-button {
  margin-bottom: 30px;
}
.personal__form {
  max-width: 488px;
  width: 100%;
}
.personal__form .personal__profile-block {
  margin-bottom: 20px;
}

@media (max-width: 1175px) {
  .personal__tabs {
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .personal__tabs-link {
    border-radius: 14px;
  }
}
@media (max-width: 860px) {
  .personal__table.my-vacancy {
    display: none;
  }
  .personal__table_statistic {
    display: none;
  }
  .personal__table_employees {
    display: none;
  }
  .personal__vacancy-mobile {
    display: block;
  }
  .personal__statmobile {
    display: block;
    width: 100%;
  }
}
@media (max-width: 798px) {
  .personal__profile-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personal__profile-inputs {
    margin-bottom: 20px;
  }
  .personal__profile-images {
    max-width: 100%;
  }
  .personal__profile-file-2, .personal__profile-file-3 {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .personal__profile-banner {
    max-width: 100%;
  }
  .personal__searchform {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 760px) {
  .personal__searchform {
    max-width: 100%;
    width: 100%;
  }
  .personal__searchform input {
    width: 100%;
  }
  .personal__vacancy-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
    width: 100%;
  }
  .personal__vacancy-wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .personal__vacancy-wr .blue-button {
    width: 100%;
  }
  .personal__vacancy-button {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  .personal__tabs {
    display: none;
  }
  .personal__my {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personal__profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .personal__profile-clue {
    text-align: center;
  }
  .personal__profile-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  .personal__profile-grid {
    grid-template-columns: 1fr;
  }
  .personal__profile-col-2 {
    grid-column: 1/span 1;
  }
  .personal__profile-save {
    width: 100%;
  }
  .personal__vacancy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .personal__statistic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 460px) {
  .personal__table-group {
    display: none;
  }
  .personal__table-col_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35px;
    background: #546edb;
    color: #fff;
    margin-bottom: 15px;
  }
  .personal__table-buttons_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}
.error-page {
  padding: 50px 0;
}
.error-page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-page__image {
  margin-bottom: 73px;
  max-width: 563px;
  width: 100%;
}
.error-page__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.error-page__message {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 50px;
  color: #546edb;
  text-align: center;
}
.error-page__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
  max-width: 590px;
  width: 100%;
}

@media (max-width: 660px) {
  .error-page__message {
    font-size: 35px;
  }
}/*# sourceMappingURL=lk.css.map */