-
-
-
-
+
+
+
+
+
diff --git a/src/index1.html b/src/index1.html
new file mode 100644
index 0000000..c321b2e
--- /dev/null
+++ b/src/index1.html
@@ -0,0 +1,55 @@
+
+
+
+
+
+
+
+
+
+
+
+
PayDay
+
+
+
+
+
+
+
+

+ ЮФУ
от 135т руб
+

+ КубГУ
от 135т руб
+

+ ВШЭ
от 135т руб
+

+ ЮФУ
от 135т руб
+

+ ЮФУ
от 135т руб
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/sass/_general.sass b/src/sass/_general.sass
index 244777b..d785195 100644
--- a/src/sass/_general.sass
+++ b/src/sass/_general.sass
@@ -158,4 +158,72 @@ header
margin-right: 8px
border-radius: 50%
background-color: #AEAEAE
-
\ No newline at end of file
+.navigation
+ background: linear-gradient(0deg, #ECECEC 0%, #ECECEC 100%), #E8E8E8
+ position: relative
+ min-height: 640px
+ padding: 22px 0 30px 0
+ &_input_block
+ display: flex
+ position: relative
+ justify-content: center
+ align-items: center
+ height: 60px
+ margin-bottom: 60px
+ &_input
+ padding-left: 20px
+ height: 100%
+ border-radius: 40px
+ display: block
+ width: 100%
+ border: 0px
+ font-size: 20px
+ &:focus
+ outline: none
+ border: 1px solid grey
+
+ &_search
+ height: 35px
+ width: 35px
+ position: absolute
+ right: 30px
+ &_info
+ position: relative
+ display: flex
+ justify-content: space-between
+ align-items: center
+ height: 56px
+ background-color: #fff
+ border-radius: 50px
+ &_text
+ color: #545454
+ font-size: 20px
+ font-style: normal
+ font-weight: 500
+ &_cost
+ position: absolute
+ right: 150px
+ color: #20D37D
+ font-size: 20px
+ font-style: normal
+ font-weight: 500
+
+ &_slid
+ height: 18px
+ width: 112px
+ display: flex
+ position: absolute
+ bottom: 30px
+ left: 50%
+ transform: translateX(-50%)
+ &_active
+ width: 20px
+ margin-right: 8px
+ border-radius: 50%
+ background-color: #fff
+ &_disable
+ span
+ width: 20px
+ margin-right: 8px
+ border-radius: 50%
+ background-color: #AEAEAE
\ No newline at end of file