add faq contact

This commit is contained in:
smanylov
2026-03-10 16:17:55 +07:00
parent 5bc74d874c
commit df81c1e232
3 changed files with 124 additions and 0 deletions
+69
View File
@@ -4595,4 +4595,73 @@
padding: 15px;
}
}
}
.support-block {
background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
border-radius: 20px;
padding: 30px;
text-align: center;
margin-top: 40px;
h3 {
color: #0369a1;
margin-bottom: 15px;
font-size: 20px;
}
p {
color: #0c4a6e;
margin-bottom: 25px;
line-height: 1.6;
}
.support-buttons {
display: flex;
gap: 15px;
justify-content: center;
flex-wrap: wrap;
}
.support-schedule {
margin-top: 25px;
padding-top: 20px;
border-top: 1px solid rgba(3, 105, 161, 0.2);
h4 {
color: #0369a1;
margin-bottom: 10px;
font-size: 16px;
}
&-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
gap: 15px;
font-size: 14px;
color: #0c4a6e;
}
}
}
.stats-mini {
&-wrapper {
display: flex;
justify-content: center;
margin-top: 30px;
}
&-content {
display: flex;
gap: 40px;
}
&-value {
font-size: 24px;
font-weight: 700;
}
&-item {
text-align: center;
}
}