@charset "UTF-8";
/* -------------------------------------------
   en/shared/css/projects.css
---------------------------------------------*/

.works-form-location li:nth-child(n+49) {
  display: block;
}
.works-form-location li:nth-child(-n+47) {
  display: none;
}
.rs-tooltip.rs-tooltip-text.edit:after {
  display: none;
}
.rs-tooltip.rs-tooltip-text.edit,
.rs-tooltip.rs-tooltip-text.hover {
  margin-left: -48px !important;
}

