|
@@ -77,6 +77,7 @@ li {
|
|
transform: rotate(30deg);
|
|
transform: rotate(30deg);
|
|
}
|
|
}
|
|
.header-bottom {
|
|
.header-bottom {
|
|
|
|
+ padding: 0% 10%;
|
|
width: 100%;
|
|
width: 100%;
|
|
height: 80px;
|
|
height: 80px;
|
|
background: #0F0F0F;
|
|
background: #0F0F0F;
|
|
@@ -87,11 +88,11 @@ li {
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
- width: 50%;
|
|
|
|
|
|
+ /* width: 50%; */
|
|
padding-right: 150px;
|
|
padding-right: 150px;
|
|
}
|
|
}
|
|
.header-bottom__nav {
|
|
.header-bottom__nav {
|
|
- width: 50%;
|
|
|
|
|
|
+ /* width: 50%; */
|
|
display: flex;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
align-items: center;
|
|
@@ -124,6 +125,36 @@ li {
|
|
.header-bottom__nav__list li:hover a {
|
|
.header-bottom__nav__list li:hover a {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
+.header_menu {
|
|
|
|
+ display: none;
|
|
|
|
+}
|
|
|
|
+@media screen and (max-width: 1050px) {
|
|
|
|
+ .header-bottom__nav__list {
|
|
|
|
+ font-size: 12px;
|
|
|
|
+ display: flex;
|
|
|
|
+ flex-direction: column;
|
|
|
|
+ }
|
|
|
|
+ .header-bottom__nav__list li {
|
|
|
|
+ padding: 2px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+@media screen and (max-width: 700px) {
|
|
|
|
+ .header-top__contacts__list li:last-of-type {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
|
|
+@media screen and (max-width: 650px) {
|
|
|
|
+ .header-bottom__logo {
|
|
|
|
+ padding: 0%;
|
|
|
|
+ }
|
|
|
|
+ .header-top__contacts__list li:nth-last-child(2) {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+ .header-bottom__nav__list {
|
|
|
|
+ display: none;
|
|
|
|
+ }
|
|
|
|
+}
|
|
.main {
|
|
.main {
|
|
max-width: 1920px;
|
|
max-width: 1920px;
|
|
}
|
|
}
|