diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index e6aa035..03bf9fd 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -153,7 +153,7 @@ const Header = () => {
{/* Пустой блок для компенсации фиксированного хедера */}
-
+
{/* Мобильное меню */}
diff --git a/src/pages/CalculatorPage.tsx b/src/pages/CalculatorPage.tsx
index ad3910e..b13bacc 100644
--- a/src/pages/CalculatorPage.tsx
+++ b/src/pages/CalculatorPage.tsx
@@ -1183,10 +1183,9 @@ function CalculatorPage() {
sx={{
ml: isMobile ? "0vw" : "2vw",
p: "2vw",
- borderRadius: "2vw",
+ borderRadius: isMobile ? "5vw" : "2vw",
border: "0.3vw solid #C27664",
- backgroundColor: "#FFF9F8",
- width: isMobile ? "82%" : "85%",
+ // width: isMobile ? "82%" : "85%",
}}
>