diff --git a/src/dependencies.pug b/src/dependencies.pug
index 579fe53fdbbab46c0d32836f578edc21973e555d..305ec0e2dba42df347b19c6d05afdf3fe2d836fa 100644
--- a/src/dependencies.pug
+++ b/src/dependencies.pug
@@ -22,4 +22,4 @@ script(type="module" src="https://unpkg.com/@startinblox/component-chat@0.1")
 script(type="module" src="https://unpkg.com/@startinblox/component-notifications@0.1")
 script(type="module" src="https://unpkg.com/@startinblox/component-conversation@0.2")
 script(type="module" src="https://unpkg.com/@startinblox/component-directory@0.1")
-script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.1")
+//-script(type="module" src="https://unpkg.com/@startinblox/component-job-board@0.1")
diff --git a/src/styles/base/form.scss b/src/styles/base/form.scss
index d50bbf07a101f5af05275902cfbf5256d30edcd8..18bb76e65fc20285f0343807c4df271dd46f3990 100644
--- a/src/styles/base/form.scss
+++ b/src/styles/base/form.scss
@@ -412,4 +412,9 @@ sib-form {
     display: none;
   }
 }
-*/
\ No newline at end of file
+*/
+
+
+
+
+
diff --git a/src/styles/base/main.scss b/src/styles/base/main.scss
index a64ec03d5fed6bf77fdf15680459001fdc1cecca..a0fa3feaf3df5c4961aea8c1d0b2a90bd35c1d77 100644
--- a/src/styles/base/main.scss
+++ b/src/styles/base/main.scss
@@ -7,6 +7,10 @@ $breakpoints: (phone: 480px,
   display: none !important;
 }
 
+sib-ac-checker[hidden] {
+  display: block !important;
+}
+
 * {
   outline: none;
 }
diff --git a/src/styles/components/filters.scss b/src/styles/components/filters.scss
index 8c3d1c0a17262f2e1378d929f15909be4d3a2ffb..dc1b60b94f81e9394855fd929b1274a86f4e05ff 100644
--- a/src/styles/components/filters.scss
+++ b/src/styles/components/filters.scss
@@ -53,7 +53,7 @@
 }
 
 .job-board, #members-list {
-  sib-form {
+  sib-form[naked] {
     @extend %filters;
   }
 }
diff --git a/src/styles/layout/job-offers/job-offers.scss b/src/styles/layout/job-offers/job-offers.scss
index b0329c0014fda445879c6bf014e49729e7a22df1..0358905e189170b4ed63927782bb6480eb70ce4a 100644
--- a/src/styles/layout/job-offers/job-offers.scss
+++ b/src/styles/layout/job-offers/job-offers.scss
@@ -59,113 +59,127 @@ sib-job-board {
         display: block;
         font-size: 1.5rem;
         margin: 1.7rem 0;
-        padding: 3.4rem;
+        
+        [name="offer-detail"] {
+          padding: 2.1rem;
+          border-bottom: 1px solid $color-210-17-91;
 
-        [name='user-thumb'] {
-          align-items: center;
-          display: flex;
-          margin: -0.25em;
+          [name='user-thumb'] {
+            align-items: center;
+            display: flex;
+            margin: -0.25em;
 
-          >* {
-            margin: 0.25em;
-          }
+            >* {
+              margin: 0.25em;
+            }
 
-          [name='author.first_name'] {
-            color: $color-0-0-29;
-            font-weight: 600;
-          }
+            [name='author.first_name'] {
+              color: $color-0-0-29;
+              font-weight: 600;
+            }
 
-          sib-multiple[name$='groups'] {
-            display: flex;
+            sib-multiple[name$='groups'] {
+              display: flex;
 
-            label {
-              display: none;
+              label {
+                display: none;
+              }
+
+              >* {
+                @extend %user-role;
+              }
             }
 
-            >* {
-              @extend %user-role;
+            author-avatar {
+              background-color: $color-0-0-100;
+              border-radius: 50%;
+              height: 4.25rem;
+              overflow: hidden;
+              position: relative;
+              width: 4.25rem;
+
+              img {
+                height: 100%;
+                left: 0;
+                object-fit: cover;
+                position: absolute;
+                top: 0;
+                width: 100%;
+              }
             }
           }
 
-          author-avatar {
-            background-color: $color-0-0-100;
-            border-radius: 50%;
-            height: 4.25rem;
-            overflow: hidden;
-            position: relative;
-            width: 4.25rem;
-
-            img {
-              height: 100%;
-              left: 0;
-              object-fit: cover;
-              position: absolute;
-              top: 0;
-              width: 100%;
-            }
+          [name='creationDate'] {
+            display: block;
+            margin-bottom: 0.7rem;
+            margin-top: 2rem;
           }
-        }
 
-        [name='creationDate'] {
-          display: block;
-          margin-bottom: 0.7rem;
-          margin-top: 2rem;
-        }
+          [name='title'] {
+            @extend h3;
+            display: block;
+            font-weight: bold;
+            line-height: 19px;
+          }
 
-        [name='title'] {
-          @extend h3;
-          display: block;
-          font-weight: bold;
-          line-height: 19px;
-        }
+          [name='description'] {
+            display: block;
+            line-height: 1.6;
+            margin-bottom: 1.6rem;
+          }
 
-        [name='description'] {
-          display: block;
-          line-height: 1.6;
-          margin-bottom: 1.6rem;
-        }
+          [name='skills'] {
+            label {
+              display: none;
+            }
+          }
+
+          author-contact {
+            color: $color-244-73-62;
+            font-size: 1.3rem;
+            float: right;
 
-        [name='skills'] {
-          label {
-            display: none;
+            >sib-link {
+              cursor: pointer;
+              @include icon('speech');
+
+              &::before {
+                font-size: 1.5rem;
+                margin-right: 1.2rem;
+              }
+            }
           }
-        }
 
-        author-contact {
-          color: $color-244-73-62;
-          font-size: 1.3rem;
-          float: right;
+          [name='status'] {
+            float: right;
+            display: flex;
+            align-items: center;
+            margin: -0.25em;
 
-          >sib-link {
-            cursor: pointer;
-            @include icon('speech');
+            >* {
+              margin: 0.25em;
+            }
 
-            &::before {
-              font-size: 1.5rem;
-              margin-right: 1.2rem;
+            strong {
+              background-color: $color-244-73-62;
+              border: none;
+              border-radius: 100em;
+              color: $color-0-0-100;
+              display: inline-block;
+              font-weight: normal;
+              padding: 0.85rem 1.7rem;
             }
           }
         }
 
-        [name='status'] {
-          float: right;
+        .sib-conversation,
+        .conversation > div {
           display: flex;
-          align-items: center;
-          margin: -0.25em;
-
-          >* {
-            margin: 0.25em;
-          }
+          flex-direction: column-reverse;
+        }
 
-          strong {
-            background-color: $color-244-73-62;
-            border: none;
-            border-radius: 100em;
-            color: $color-0-0-100;
-            display: inline-block;
-            font-weight: normal;
-            padding: 0.85rem 1.7rem;
-          }
+        [name="dateCreated"] {
+          display: none;
         }
       }
     }