diff --git a/css/style.css b/css/style.css
deleted file mode 100644
index 50893ee..0000000
--- a/css/style.css
+++ /dev/null
@@ -1,45 +0,0 @@
-body {
- font-family: Arial;
- padding: 20px;
- background: #f1f1f1;
-}
-div {
- background-color: rgb(181, 122, 236);
- padding: 5px;
- margin: 5px;
-}
-.header{
- display: block;
- padding: 30px;
- font-size: 40px;
- text-align: center;
- background: rgb(181, 122, 236);
- /*position: relative; top: 20px;*/
-}
-.controls{
- /*position: relative; left: 20px;*/
- list-style: none; /* Отключение отображения маркеров. */
- width: 25%; /* Ширина меню. */
- float: left;
- /*padding-left: 20px;*/
-}
-.controls li {
- margin: 5px; /* Отступ между блоками по высоте, необходимый для того чтобы пункты меню не сливались */
- font-family: Verdana, Arial, Helvetica, sans-serif; /* Тип шрифта пунктов меню */
- font-size: 14px; /* Размер текста меню */
-}
-.controls li a{
- display: block; /* Изменение отображения на блочное для того, чтобы иметь возможность задать внутренние отступы. */
- padding: 4px 15px; /* Отступы внутри блоков. */
- background: #0db5b5; /* Цвет блоков меню. */
- color: #3f3f3f; /* Цвет текста в блоках меню. */
- text-decoration: none; /* Устранение подчёркивания ссылок. */
- position: relative; /* Это необходимо при использовании Internet Explorer 6 для того, чтобы ссылка по всей своей площади была «кликабельной». */
-}
-.controls li a:hover {
- background: #92d3d3; /* Цвет фона при наведении курсора мыши */
- color: #6b6b6b; /* Цвет текста при наведении курсора мыши */
-}
-.mainframe{
- background-color: aliceblue;
-}
\ No newline at end of file
diff --git a/index.html b/index.html
index d75c63f..abb3658 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+
@@ -5,18 +6,51 @@
molokoin.ru
-
+
-
-
-
+
+
+ first
+ second
+ therd
+ fourth
+ fifth
+ sixth
+
+
\ No newline at end of file
diff --git a/layout/css/style.css b/layout/css/style.css
new file mode 100644
index 0000000..68b68bb
--- /dev/null
+++ b/layout/css/style.css
@@ -0,0 +1,57 @@
+*, *::before, *::after {
+ box-sizing: border-box;
+}
+
+body {
+ display: block;
+ background-color: #aac;
+ padding: 0;
+ margin: 0;
+}
+header {
+ background-color: rgba(0, 0, 100, 0.5);
+ display: block;
+ position: fixed;
+ width: 100%;
+ margin: 0;
+ padding: 0;
+ z-index: 10;
+ margin-top: -80px;
+}
+.main {
+ margin-top: 80px;
+}
+.logo {
+ display: inline-block;
+ position: relative;
+}
+.main-menu {
+ display: inline-block;
+ position: relative;
+}
+.main-menu-list {
+ float: right;
+ position: relative;
+}
+.main-menu-item {
+ display: inline-block;
+ width: max-content;
+ height: 100%;
+ background-color: aliceblue;
+ margin-right: 30px;
+
+
+}
+.main-menu-item-link {
+ text-decoration: none;
+ /* background-color: #aaa; */
+ font-size: 30px;
+
+}
+.main .section {
+ width: 100%;
+ height: 100px;
+ background-color: dimgrey;
+ padding: 2%;
+ margin-bottom: 2%;
+}
\ No newline at end of file
diff --git a/layout/css/test.css b/layout/css/test.css
new file mode 100644
index 0000000..cf4f694
--- /dev/null
+++ b/layout/css/test.css
@@ -0,0 +1,30 @@
+div {
+ height: 200px;
+ width: 30%;
+ margin: 2%, 2%;
+ border-radius: 5%;
+ border: 5px;
+ padding-top: 10px;
+ border-width: thick;
+ border-style: solid;
+ border-color: black;
+}
+
+.header {
+ width: 100%;
+ background-color: greenyellow;
+ border-width: thick;
+ border-style: solid;
+ border-color: black;
+ z-index: 10;
+
+}
+.body {
+ padding-left: 10%;
+}
+
+.list {
+ background-color: blue;
+ /* position: left; */
+ float: left;
+}
diff --git a/layout/design/logo/logo-molokoin.svg b/layout/design/logo/logo-molokoin.svg
new file mode 100644
index 0000000..9457a9e
--- /dev/null
+++ b/layout/design/logo/logo-molokoin.svg
@@ -0,0 +1,9 @@
+
\ No newline at end of file
diff --git a/js/main.js b/layout/js/main.js
similarity index 100%
rename from js/main.js
rename to layout/js/main.js
diff --git a/exchange/index.html b/pages/exchange/index.html
similarity index 100%
rename from exchange/index.html
rename to pages/exchange/index.html
diff --git a/hello/index.html b/pages/hello/index.html
similarity index 100%
rename from hello/index.html
rename to pages/hello/index.html
diff --git a/pages/test.html b/pages/test.html
new file mode 100644
index 0000000..d75c63f
--- /dev/null
+++ b/pages/test.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+ molokoin.ru
+
+
+
+
+
+
+
+
\ No newline at end of file