diff --git a/css/stylesheet.css b/css/stylesheet.css
index 0d9c4bc..fa123ed 100644
--- a/css/stylesheet.css
+++ b/css/stylesheet.css
@@ -1,12 +1,17 @@
-.owl-theme .owl-controls .owl-page {
-    display: inline-block;
-}
-.owl-nav span {
-    background: none repeat scroll 0 0 #869791;
-    border-radius: 20px;
-    display: block;
-    height: 12px;
-    margin: 5px 7px;
-    opacity: 0.5;
-    width: 12px;
-}
+#search-block-form {
+  display: flex; }
+  #search-block-form .js-form-type-search {
+    margin: 0px; }
+    #search-block-form .js-form-type-search input {
+      background: transparent;
+      border: none;
+      color: #6A87A3;
+      font-size: 11px;
+      width: 170px;
+      outline: none;
+      height: 25px;
+      line-height: 25px; }
+  #search-block-form .js-form-wrapper {
+    margin: 0px; }
+
+/*# sourceMappingURL=stylesheet.css.map */
diff --git a/css/stylesheet.css.map b/css/stylesheet.css.map
index 8763e14..f5e9277 100644
--- a/css/stylesheet.css.map
+++ b/css/stylesheet.css.map
@@ -1,6 +1,6 @@
 {
 "version": 3,
-"mappings": "AAAA,eAAe;EACd,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,IAAI;;AAEb,4BACA;EACI,SAAS,EAAE,eAAe;EAC1B,KAAK,EAAE,IAAI",
+"mappings": "AAAA,kBAAkB;EACb,OAAO,EAAE,IAAI;EACjB,uCAAoB;IAAC,MAAM,EAAE,GAAG;IAC/B,6CAAK;MAAC,UAAU,EAAE,WAAW;MAC1B,MAAM,EAAE,IAAI;MACZ,KAAK,EAAE,OAAO;MACd,SAAS,EAAE,IAAI;MACf,KAAK,EAAE,KAAK;MACZ,OAAO,EAAE,IAAI;MACb,MAAM,EAAE,IAAI;MACZ,WAAW,EAAE,IAAI;EAErB,mCAAgB;IAAC,MAAM,EAAE,GAAG",
 "sources": ["../scss/stylesheet.scss"],
 "names": [],
 "file": "stylesheet.css"
diff --git a/scss/stylesheet.scss b/scss/stylesheet.scss
index e69de29..6168985 100644
--- a/scss/stylesheet.scss
+++ b/scss/stylesheet.scss
@@ -0,0 +1,14 @@
+#search-block-form{
+	    display: flex;
+	.js-form-type-search{margin: 0px;
+		input{background: transparent;
+	    border: none;
+	    color: #6A87A3;
+	    font-size: 11px;
+	    width: 170px;
+	    outline: none;
+	    height: 25px;
+	    line-height: 25px;}
+	}
+	.js-form-wrapper{margin: 0px;}
+}
\ No newline at end of file
