diff --git a/src/sass/_header.scss b/src/sass/_header.scss
index 9ebba0ddda36e30c556fd98dd3dc4af7e677847c..3b24aaee77231422f33ad373f1c0f04ce21cc178 100644
--- a/src/sass/_header.scss
+++ b/src/sass/_header.scss
@@ -2,7 +2,7 @@ header {
   background-image: linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.56)),
     url(../images/header-background.jpg);
 
-  height: 216px;
+  height: 230px;
   width: 100%;
 
   background-size: cover;
@@ -76,6 +76,13 @@ header {
   background-color: #ff6b08;
 }
 
+.search-field {
+  display: flex;
+  align-items: center;
+  justify-content: center;
+  margin-top: 37px;
+}
+
 .search-field__input {
   font-family: Roboto;
   font-size: 14px;
@@ -132,10 +139,3 @@ header {
   align-items: center;
   justify-content: center;
 }
-
-.search-field {
-  display: flex;
-  align-items: center;
-  justify-content: center;
-  margin-top: 41px;
-}