
.popup-employees_wrapper-bg[data-v-58b90932] {
  position: fixed;
  z-index: 70;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 10px;
  background: rgba(0, 0, 0, 0.20);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.popup-employees[data-v-58b90932] {
  position: relative;
  width: 100%;
  max-height: 640px;
  padding: 30px 8px 30px 30px;
  overflow: hidden;
  border-radius: 10px;
  max-width: 580px;
  background: var(--White);
}
.popup-employees_btn-close[data-v-58b90932] {
  position: fixed;
  z-index: 2;
  height: max-content;
  display: flex;
  align-self: end;
  align-items: center;
  gap: 8px;
  color: var(--Main);
  font-size: 14px;
  font-weight: 400;
  padding-right: 8px;
&[data-v-58b90932]:before {
    display: block;
    content: '';
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5314_14007)'%3E%3Cpath d='M6.66295 6.0049L11.8627 0.805114C12.0458 0.622044 12.0458 0.325232 11.8627 0.142185C11.6796 -0.0408612 11.3828 -0.0408847 11.1998 0.142185L5.99999 5.34197L0.800231 0.142185C0.617161 -0.0408847 0.320349 -0.0408847 0.137302 0.142185C-0.0457441 0.325255 -0.0457675 0.622067 0.137302 0.805114L5.33707 6.00488L0.137302 11.2047C-0.0457675 11.3877 -0.0457675 11.6845 0.137302 11.8676C0.228826 11.9591 0.348802 12.0049 0.468778 12.0049C0.588755 12.0049 0.708708 11.9591 0.800254 11.8676L5.99999 6.66783L11.1998 11.8676C11.2913 11.9591 11.4113 12.0049 11.5312 12.0049C11.6512 12.0049 11.7712 11.9591 11.8627 11.8676C12.0458 11.6845 12.0458 11.3877 11.8627 11.2047L6.66295 6.0049Z' fill='%23132E6B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5314_14007'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
}
.popup-employees_container[data-v-58b90932] {
  display: flex;
  height: 100%;
  padding-right: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  overflow-y: auto;
  scrollbar-color: #2583CE #F7F7F9;
  scrollbar-width: thin;
}
.popup-employees_head[data-v-58b90932] {
  width: 100%;
  align-items: center;
  gap: 20px;
  display: flex;
}
.popup-employees_img[data-v-58b90932] {
  max-width: 160px;
  width: 100%;
  border-radius: 10px;
  background: lightgray -109.386px 0 / 170.512% 100% no-repeat;
}
.popup-employees_info[data-v-58b90932] {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}
.popup-employees_desc-wrapper[data-v-58b90932] {
  margin-top: 45px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.popup-employees_name[data-v-58b90932] {
  color: var(--Text-Heading);
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.52px;
}
.popup-employees_description[data-v-58b90932] {
  color: var(--Text);
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.popup-employees_body[data-v-58b90932] {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
  display: flex;
}
.popup-employees_item[data-v-58b90932] {
  width: 100%;
  border-radius: 20px;
  border: 1px solid var(--M-back);
  background: var(--Tretiary);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  display: flex;
  padding: 28px;
}
.popup-employees_item_properties_name[data-v-58b90932] {
  color: var(--Text-Heading);
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}
.popup-employees_item_properties[data-v-58b90932] {
  color: var(--Text-2);
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.popup-employees_item_description[data-v-58b90932] {
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
@media (max-width: 991px) {
.popup-employees[data-v-58b90932] {
    padding: 16px 8px 16px 16px;
}
.popup-employees_head[data-v-58b90932] {
    flex-direction: column;
    margin-top: 25px;
}
.popup-employees_img[data-v-58b90932] {
    max-width: 100%;
    min-height: 150px;
}
.popup-employees_desc-wrapper[data-v-58b90932] {
    margin-top: 0;
}
}


.stop-scroll {
  overflow: hidden;
}


h1[data-v-7c482696]{
  font-size: 32px;
}
.special-m[data-v-7c482696] {
  margin-top: 6px;
}
@media (max-width: 991px){
.page[data-v-7c482696]{
    padding: 0!important;
}
.managment_main_grid[data-v-7c482696]{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.managment_more_desc[data-v-7c482696]{
    font-weight: 400;
    font-size: var(--mtitle);
    line-height: 17px;
    letter-spacing: -0.02em;
    color: #202634;
}
.managment_more_special[data-v-7c482696]{
    font-weight: 700;
    font-size: var(--mtitle);
    line-height: 17px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: var(--contrastLight);
}
}
@media(min-width: 500px){
.managment_more_item img[data-v-7c482696]{
    border-radius: 10px;
    min-width: 180px;
    height: 180px;
}
}
@media (max-width: 375px) {
.managment_more_item[data-v-7c482696]:first-child {
    width: 375px!important;
}
.managment_more_item[data-v-7c482696] {
    width: 375px!important;
}
}
.dir_img[data-v-7c482696]{
  background-image: url(/_nuxt/img/gendir_resize.75b86fd.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 300px;
  width: 100%;
  height: 320px;
  border-radius: 10px ;
}
.director_desc img[data-v-7c482696], .director_desc figure[data-v-7c482696] {
  display: none;
}
strong img[data-v-7c482696] {
  display: none;
}
.image[data-v-7c482696] {
  display: none;
}

