/* ADMIN PROJECTS STYLES */
.adm_top {
  border-bottom: 1px solid silver;
  max-width: 1440px;
  margin: 0 auto;
}

.adm_area_caption {
  padding: 52px 0;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}

.adm_area_caption .page_title_section {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
}

.adm_area_content {
  overflow-x: hidden;
  /* min-height:500px; */
}

.adm_area_content.show_overflow {
  overflow-x: visible;
}

.adm_back_link {
  position: relative;
}

.adm_back_link a {
  padding: 5px 10px 5px 19px;
  position: absolute;
  top: 16px;
  color: #9B9B9B;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.09px;
  letter-spacing: 0.05em;
  left: -6px;
  cursor: pointer;
  z-index: 5;
}

.adm_back_link a:before {
  content: '';
  height: 13px;
  width: 13px;
  position: absolute;
  left: 2px;
  top: 5px;
  background: url(../img/icons_adm/icon_back_top.svg) center center no-repeat;
  background-size: contain;
}

.adm_menu_handler {
  position: relative;
  display: none;
}

.adm_menu_handler a {
  padding: 5px 10px 20px 10px;
  position: absolute;
  top: 16px;
  right: 0;
  color: #9B9B9B;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 500;
  line-height: 14.09px;
  letter-spacing: 0.05em;
  display: inline-block;
  cursor: pointer;
  z-index: 5;
}

.adm_menu_handler a:after {
  content: '';
  height: 13px;
  width: 13px;
  position: absolute;
  right: -7px;
  top: 4px;
  background: url(../img/icons_adm/icon_arrow_down.svg) center center no-repeat;
  background-size: contain;
  /* color: #000; */
}

.adm_top.active_mobile_menu .adm_menu_handler a {
  color: #000;
}

.adm_top.active_mobile_menu .adm_menu_handler a:after {
  transform: rotate(180deg);
}

.adm_area_content {
  padding: 45px 0;
  padding-bottom: 20px;
  overflow-x: hidden;
}

/* ADM SEARCH BLOCK */
.adm_search_block {
  width: 94px;
}

.adm_search_block.active {
  width: 360px;
  transition: 0.3s ease;
}

.adm_search_inner {
  /* border-bottom:1px solid black; */
  display: flex;
  align-items: center;
  /* padding-left: 12px; */
}

.adm_search_button {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  background: url(../img/icons/icon_search.svg) center center no-repeat;
  background-size: contain;
}

.adm_search_input {
  display: block;
  width: 100%;
  font-size: 17px;
  color: #000;
  padding: 7px 10px;
  outline: none;
  border: none;
  /* background: silver; */
}

/* ADM BUTTONS */
.adm_button_x {
  display: inline-block;
  color: #fff;
  background: #929398;
  text-transform: uppercase;
  padding: 14px 24px;
  outline: none;
  border: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 100% !important;
  /* letter-spacing: 0.04em; */
}

.adm_button_x:hover,
a.adm_button_x:hover {
  text-decoration: none;
  color: #fff;
}

.adm_button_x:focus {
  outline: none;
  border: none;
  color: #fff;
}

.adm_button_x.button_max_width {
  display: block;
  width: 100%;
}

.adm_button_x.button_grey_01 {
  background: #85868c;
}

.adm_button_icon {
  position: relative;
  display: block;
  color: #fff;
  outline: none;
  border: none;
  height: 29px;
  aspect-ratio: 1/1;
  background-color: transparent;
  padding: 0;
}

.adm_button_icon:before {
  content: '';
  display: block;
  height: 100%;
  aspect-ratio: 1/1;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  align-content: center;
  justify-content: center;
}

.adm_button_icon.btn_archive:before {
  background-image: url('../img/icons_adm/icon_archive.svg');
}

.adm_button_icon.btn_trash:before {
  background-image: url('../img/icons_adm/icon_trash_can.svg');
  height: 34px;
  top: -3px;
}

.adm_button_icon.btn_save:before {
  background-image: url(../img/icons_adm/icon_save.svg);
  height: inherit;
}

.adm_button_icon.btn_files:before {
  background-image: url(../img/icons_adm/icon_file_folder.svg);
  height: inherit;
}

/* ADM LINKS */
.adm_back_link_01 {
  color: #000;
  display: inline-block;
  padding: 10px 10px 10px 17px;
  position: relative;
  font-size: 16px;
  line-height: 120%;
}

.adm_back_link_01:hover {
  text-decoration: none;
}

.adm_back_link_01::before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  top: 13px;
  left: -2px;
  z-index: 5;
  background: url(../img/icons_adm/icon_arrow_back.svg) center center no-repeat;
  background-size: contain;
}

/* DESKTOP MENU */
@media (min-width: 791px) {
  .adm_area_nav {
    position: relative;
  }

  .adm_area_nav_outer {
    position: relative;
    margin: -1px 0;
    z-index: 10;
  }

  ul.adm_area_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  ul.adm_area_menu li {
    display: block;
  }

  ul.adm_area_menu li a {
    display: block;
    color: #747474;
    border: 1px solid transparent;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 500;
    line-height: 18.78px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  ul.adm_area_menu li.active a {
    border: 1px solid silver;
    border-bottom: 1px solid #fff;
    color: #000;
  }

  ul.adm_area_menu li a {
    padding: 8px 18px;
    font-size: 14px;
  }
}

@media (min-width: 920px) {
  ul.adm_area_menu li a {
    padding: 12px 22px;
    font-size: 15px;
  }
}

@media (max-width: 960px) {
  .adm_area_caption .page_title_section {
    font-size: 16px;
    line-height: 1.2;
  }
}

/* MOBILE MENU */
@media (max-width: 790px) {
  .adm_menu_handler {
    display: block;
  }

  .adm_area_nav {
    display: none;
  }

  .adm_top.active_mobile_menu .adm_area_nav {
    display: block;
  }

  .adm_area_nav {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 106px;
    z-index: 20;
    background: #fff;
  }

  .adm_area_nav_outer {}

  ul.adm_area_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }

  ul.adm_area_menu li {}

  ul.adm_area_menu li a {
    font-family: Raleway;
    font-weight: 600;
    display: block;
    padding: 23px;
    text-align: center;
    color: #000;
    font-size: 11px;
    border-bottom: 1px solid #e3e3e3;
    text-transform: uppercase;
  }

  ul.adm_area_menu li.active a {}
}

@media (max-width: 690px) {
  .adm_back_link a {
    font-size: 10px;
    padding-left: 16px;
  }

  .adm_menu_handler a {
    font-size: 10px;
  }
}