feat: added new pricing block

This commit is contained in:
Ignat Karelov
2026-05-13 14:14:26 +03:00
parent acd36fce34
commit a2127549ac
4 changed files with 144 additions and 4 deletions

View File

@@ -574,6 +574,57 @@ img {
background: #222c33;
}
.pricing {
background: linear-gradient(90deg, #293133, #20272a);
}
.pricing .section__head {
margin-bottom: 44px;
}
.pricing__list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 18px;
margin-bottom: 28px;
}
.pricing__note {
margin-bottom: 30px;
color: rgba(255, 255, 255, 0.8);
font-size: 18px;
line-height: 1.45;
text-align: center;
}
.pricing__cta {
text-align: center;
}
.pricing__cta-btn {
width: min(100%, 420px);
min-height: 60px;
padding: 16px 26px;
font-size: 18px;
line-height: 1.2;
}
.pricing-item {
background: rgba(18, 18, 18, 0.4);
border: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 16px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
min-height: 144px;
padding: 24px;
}
.pricing-item h3 {
margin-bottom: 10px;
font-size: 22px;
font-weight: 700;
line-height: 1.25;
}
.pricing-item p {
color: #cf1717;
font-size: 24px;
font-weight: 700;
line-height: 1.2;
}
.gallery {
background: linear-gradient(90deg, #293133, #20272a);
}
@@ -978,6 +1029,7 @@ img {
}
.highlights__grid,
.gallery__grid,
.pricing__list,
.reviews__grid,
.stats,
.footer__top,
@@ -1076,6 +1128,7 @@ img {
}
.highlights__grid,
.gallery__grid,
.pricing__list,
.reviews__grid,
.stats,
.footer__top,
@@ -1110,11 +1163,13 @@ img {
font-size: 16px;
}
.infrastructure .section__head h2,
.services .section__head h2 {
.services .section__head h2,
.pricing .section__head h2 {
font-size: 38px;
}
.infrastructure .section__head p,
.services .section__head p {
.services .section__head p,
.pricing .section__head p {
font-size: 20px;
}
.service-card {