This commit is contained in:
2026-07-05 16:32:08 +03:00
parent dc50e5597a
commit 293ae37ea3
11 changed files with 246 additions and 241 deletions

View File

@@ -2,6 +2,81 @@
font-family: "Manrope", sans-serif;
}
.test1-shared-privacy-page .privacy-policy-section {
padding-top: 72px;
}
.test1-shared-privacy-page .privacy-policy-content {
max-width: 980px;
margin: 0 auto;
}
.test1-shared-privacy-page .privacy-policy-content p {
margin: 0 0 18px;
color: #1f2937;
line-height: 1.7;
}
.personal-data-consent {
display: flex;
align-items: flex-start;
gap: 10px;
margin: 2px 0 14px;
color: #374151;
font-size: 13px;
line-height: 1.45;
}
.personal-data-consent input {
flex: 0 0 auto;
width: auto;
margin-top: 3px;
}
.cookie-consent-banner {
position: fixed;
right: 24px;
bottom: 24px;
z-index: 9999;
display: flex;
align-items: center;
gap: 18px;
max-width: 760px;
padding: 18px 20px;
background: #fff;
border: 1px solid rgba(15, 23, 42, 0.14);
box-shadow: 0 18px 50px rgba(15, 23, 42, 0.2);
}
.cookie-consent-banner[hidden] {
display: none;
}
.cookie-consent-banner p {
margin: 0;
color: #1f2937;
line-height: 1.45;
}
.cookie-consent-accept {
flex: 0 0 auto;
padding: 10px 20px;
border: 0;
background: #0f766e;
color: #fff;
font-weight: 700;
}
@media (max-width: 767px) {
.cookie-consent-banner {
right: 12px;
bottom: 12px;
left: 12px;
flex-direction: column;
align-items: stretch;
}
}
.test1-shared-shell .container {
width: min(1180px, calc(100% - 32px));
margin: 0 auto;