diff --git a/src/app/profile/profile.component.scss b/src/app/profile/profile.component.scss
index c7b151d23c101f6a2a48f400c67ad771ace34f1a..a2a120f302c06b48d754827e5a7cf085aa634740 100644
--- a/src/app/profile/profile.component.scss
+++ b/src/app/profile/profile.component.scss
@@ -46,13 +46,6 @@
     }
   }
 }
-button {
-  &.transparent {
-    background: none;
-    border: 1px solid $grey-4;
-    border-radius: 6px;
-  }
-}
 .structureSection {
   margin-bottom: 108px;
   .structureCard {
@@ -88,79 +81,3 @@ button {
     color: $white;
   }
 }
-.contentModal {
-  padding: 35px 34px 18px 54px !important;
-  .headerModal {
-    width: 100%;
-  }
-  p {
-    &.special {
-      margin: 8px 0;
-      @include cn-regular-14;
-      color: $grey-3;
-      &.invalid {
-        color: $orange-warning;
-      }
-    }
-  }
-  .removeOwner {
-    button {
-      width: 40px;
-      background-color: $red-default;
-    }
-    span {
-      @include cn-bold-18;
-    }
-  }
-  button {
-    &.invalid {
-      opacity: 0.4;
-    }
-  }
-  .form-group {
-    width: 100%;
-    padding-right: 40px;
-    input {
-      width: 100%;
-    }
-  }
-  .ico-close-details {
-    min-width: 40px;
-  }
-}
-
-ul {
-  list-style: none;
-  margin: 0;
-  padding-left: 0;
-}
-
-li {
-  fill: $secondary-color;
-  color: $black;
-  display: block;
-  float: left;
-  position: relative;
-  text-decoration: none;
-  button {
-    width: 40px;
-    fill: $secondary-color;
-    &.active {
-      background-color: $secondary-color;
-      fill: $white;
-      border-color: $secondary-color;
-    }
-    &:hover {
-      background-color: $secondary-color;
-      fill: $white;
-      border-color: $secondary-color;
-    }
-  }
-}
-
-ul li ul {
-  position: absolute;
-  display: block;
-  margin-left: -268px;
-  margin-top: 7px;
-}