diff --git a/mirzaev/skillparts/system/web/css/footer.css b/mirzaev/skillparts/system/web/css/footer.css
index 48abac8..7e9a718 100644
--- a/mirzaev/skillparts/system/web/css/footer.css
+++ b/mirzaev/skillparts/system/web/css/footer.css
@@ -2,5 +2,28 @@ footer {
width: 100%;
max-height: 15rem;
flex-shrink: 0;
- background-color: #d9d7e1;
-}
\ No newline at end of file
+ background-color: #fff;
+}
+
+
+/* @media (max-width: 400px) {} */
+
+/* Малые девайсы («ландшафтные телефоны», >= 576px) */
+
+/* @media (max-width: 576px) {} */
+
+/* Средние девайсы («таблетки», >= 768px) */
+
+@media (max-width: 768px) {
+ .partnership {
+ display: none;
+ }
+}
+
+/* Большие девайсы (десктопы, >= 992px) */
+
+/* @media (max-width: 992px) {} */
+
+/* Экстрабольшие девайсы (большие десктопы, >= 1200px) */
+
+/* @media (max-width: 1200px) {} */
\ No newline at end of file
diff --git a/mirzaev/skillparts/system/web/css/header.css b/mirzaev/skillparts/system/web/css/header.css
index c09b913..fc488ea 100644
--- a/mirzaev/skillparts/system/web/css/header.css
+++ b/mirzaev/skillparts/system/web/css/header.css
@@ -1,3 +1,7 @@
+header {
+ background-color: #fff;
+}
+
.h-divider {
margin-top: -20px;
position: relative;
@@ -27,51 +31,67 @@
.catalog_button {
width: 100%;
+ height: 2rem;
border-radius: 3px;
- transition: 0.3s;
- background-color: #123EAB !important;
+ background-clip: unset;
+ border: 1px solid #a39bb1;
+ /* background-color: #123EAB; */
+ background-color: #e4e2ea;
}
.catalog_button:hover {
- transition: 0.3s;
- background-color: #6940ff !important;
+ border: 1px solid #c0b7d0;
+ /* background-color: #1b4bc4; */
+ background-color: #ebe9f2;
}
-.catalog_button:active {
- transition: 0.3s;
- background-color: #402d82 !important;
+.catalog_button:active, .catalog_button:focus {
+ border: 1px solid #7b7587;
+ /* background-color: #402d82; */
+ background-color: #d7d4dd;
+}
+
+.catalog_button p {
+ font-size: 85%;
+ line-height: 100%;
+}
+
+.dropdownMenuButton_column {
+ padding-bottom: 0.8rem;
}
.catalog_search {
+ padding: 0.8rem;
border-radius: 0px 5px 5px 5px;
background-color: #123EAB;
}
#searchPanel label {
display: inline-block;
+ cursor: pointer;
+ user-select: none;
+ font-size: smaller;
border-radius: 5px 5px 0px 0px;
- color: #ececec;
- background-color: #86f;
+ color: #000;
+ border-bottom: none;
+ background-color: #e4e2ea;
+}
+
+#searchPanel label:hover {
+ border-bottom: none;
+ background-color: #ebe9f2;
}
#searchPanel input[type=radio] {
display: none;
}
-#searchPanel label {
- cursor: pointer;
- user-select: none;
-}
-
-#searchPanel label:hover {
- color: #ffffff;
-}
-
#searchPanel input[type=radio]+label:active, #searchPanel input[type=radio]:checked+label:active {
- background-color: #402d82;
+ border-bottom: none;
+ background-color: #d7d4dd;
}
-#searchPanel input[type=radio]:checked+label {
+#searchPanel input[type=radio]:checked+label, #searchPanel input[type=radio]:checked:hover+label, #searchPanel input[type=radio]:checked:active+label {
color: #ffffff;
background-color: #123EAB;
}
@@ -82,21 +102,32 @@
}
.catalog_search_line {
+ height: 2rem;
+ margin: 0 .8rem 0 0;
+ font-size: 85%;
+ line-height: 100%;
border-radius: 3px;
+ border: 1px solid #a39bb1;
background-color: #fbf9ff !important;
}
.catalog_search_button {
+ height: 2rem;
+ font-size: 85%;
+ line-height: 100%;
border-radius: 3px;
- background-color: #d53737;
+ border: 1px solid #a39bb1;
+ background-color: #e4e2ea;
}
.catalog_search_button:hover {
- background-color: #ee4c4c;
+ border: 1px solid #c0b7d0;
+ background-color: #ebe9f2;
}
.catalog_search_button:active {
- background-color: #c13131;
+ border: 1px solid #7b7587;
+ background-color: #d7d4dd;
}
@media (max-width: 400px) {
@@ -116,6 +147,7 @@
}
/* Малые девайсы («ландшафтные телефоны», >= 576px) */
+
@media (max-width: 576px) {
.tagline {
display: none !important;
@@ -133,10 +165,11 @@
}
/* Средние девайсы («таблетки», >= 768px) */
-@media (max-width: 768px) {
-}
+
+@media (max-width: 768px) {}
/* Большие девайсы (десктопы, >= 992px) */
+
@media (max-width: 992px) {
.h-divider {
margin-top: 15px;
@@ -153,4 +186,5 @@
}
/* Экстрабольшие девайсы (большие десктопы, >= 1200px) */
+
@media (max-width: 1200px) {}
\ No newline at end of file
diff --git a/mirzaev/skillparts/system/web/css/info_panel.css b/mirzaev/skillparts/system/web/css/info_panel.css
index e4b0309..0f24b17 100644
--- a/mirzaev/skillparts/system/web/css/info_panel.css
+++ b/mirzaev/skillparts/system/web/css/info_panel.css
@@ -4,12 +4,12 @@
}
.info_panel img {
- left: 10vw;
- scale: 1.2;
min-width: 100%;
min-height: 200%;
position: relative;
+ transform: scale(1.2);
object-fit: cover;
+ object-position: center bottom;
z-index: 0;
}
@@ -29,19 +29,15 @@
.info_panel .button_call {
width: 350px;
margin-left: 2vw;
- background-color: #57a946;
+ background-color: #123EAB;
}
.info_panel .button_call:hover {
- background-color: #5fb94c;
+ background-color: #1b4bc4;
}
.info_panel .button_call:active {
- background-color: #468e37;
-}
-
-.catalog_search_button:active {
- background-color: #c13131;
+ background-color: #402d82;
}
@media (max-width: 400px) {}
@@ -60,8 +56,7 @@
/* Средние девайсы («таблетки», >= 768px) */
-@media (max-width: 768px) {
-}
+@media (max-width: 768px) {}
/* Большие девайсы (десктопы, >= 992px) */
diff --git a/mirzaev/skillparts/system/web/css/main.css b/mirzaev/skillparts/system/web/css/main.css
index dbc5a1e..a88885c 100644
--- a/mirzaev/skillparts/system/web/css/main.css
+++ b/mirzaev/skillparts/system/web/css/main.css
@@ -8,8 +8,12 @@
font-family: 'Open Sans';
}
+a {
+ cursor: pointer;
+}
+
button {
- transition: 0.1s !important;
+ transition: 0s !important;
}
body {
@@ -17,11 +21,11 @@ body {
display: flex;
flex-direction: column;
overflow-x: hidden;
- background-color: #f4f3ff;
}
main {
flex-grow: 1;
+ background-color: #f0eefb;
}
.button_clean, .button_clean:hover, .button_clean:focus, .button_clean:active {
diff --git a/mirzaev/skillparts/system/web/img/photos/963K.webp b/mirzaev/skillparts/system/web/img/photos/963K.webp
index a3b2f9b..d4f49b0 100644
Binary files a/mirzaev/skillparts/system/web/img/photos/963K.webp and b/mirzaev/skillparts/system/web/img/photos/963K.webp differ
diff --git a/mirzaev/skillparts/system/web/img/photos/963K_cutted.webp b/mirzaev/skillparts/system/web/img/photos/963K_cutted.webp
new file mode 100644
index 0000000..99b6698
Binary files /dev/null and b/mirzaev/skillparts/system/web/img/photos/963K_cutted.webp differ