Final. Deploy ready

This commit is contained in:
Dekart Deploy Bot 2026-05-12 18:26:59 +03:00
parent a03fb43e2d
commit 35dd3536bc

View File

@ -66,7 +66,7 @@ html {
position: relative; position: relative;
display: flex; display: flex;
border-radius: 40px; border-radius: 40px;
justify-content: center; justify-content: space-between;
overflow: hidden; overflow: hidden;
background: rgb(58, 154, 104); background: rgb(58, 154, 104);
background: linear-gradient(45deg, rgba(58, 154, 104, 1) 0%, rgba(47, 204, 122, 1) 100%); background: linear-gradient(45deg, rgba(58, 154, 104, 1) 0%, rgba(47, 204, 122, 1) 100%);
@ -271,7 +271,7 @@ html {
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
gap: 12px; gap: 12px;
@ -489,7 +489,7 @@ html {
height: 72px; height: 72px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
background: rgba(255,107,0,0.1); background: rgba(255,107,0,0.1);
border-radius: 16px; border-radius: 16px;
margin: 0 auto 16px; margin: 0 auto 16px;
@ -590,7 +590,7 @@ html {
.suggestions-wrapper { .suggestions-wrapper {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: center; justify-content: space-between;
gap: 20px; gap: 20px;
} }
.suggestions-wrapper > .suggestions__item { .suggestions-wrapper > .suggestions__item {
@ -789,7 +789,7 @@ html {
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
flex-shrink: 0; flex-shrink: 0;
margin-top: 28px; margin-top: 28px;
background: #e0f4ff; background: #e0f4ff;
@ -1031,7 +1031,7 @@ html {
inset: 0; inset: 0;
display: none; display: none;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
background: rgba(0,0,0,0.8); background: rgba(0,0,0,0.8);
z-index: 100; z-index: 100;
padding: 16px; padding: 16px;
@ -1068,7 +1068,7 @@ html {
background: rgba(0,0,0,0.35); background: rgba(0,0,0,0.35);
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
cursor: pointer; cursor: pointer;
transition: background .2s; transition: background .2s;
} }
@ -1236,7 +1236,7 @@ html {
border-radius: 14px; border-radius: 14px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
} }
.pricing-card__badge--half { .pricing-card__badge--half {
@ -1354,7 +1354,7 @@ html {
border-radius: 50%; border-radius: 50%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
font-size: 11px; font-size: 11px;
font-weight: 700; font-weight: 700;
} }
@ -1418,7 +1418,7 @@ html {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;
gap: 30px; gap: 30px;
justify-content: center; justify-content: space-between;
} }
.mentors__item { .mentors__item {
@ -1444,7 +1444,7 @@ html {
.mentors__card-top { .mentors__card-top {
background: linear-gradient(135deg, #e0f4ff, #f0f9ff); background: linear-gradient(135deg, #e0f4ff, #f0f9ff);
display: flex; display: flex;
justify-content: center; justify-content: space-between;
padding: 28px 20px 20px; padding: 28px 20px 20px;
} }
@ -1644,7 +1644,7 @@ html {
height: 100%; height: 100%;
z-index: 99999; z-index: 99999;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
} }
.lw-modal--open { .lw-modal--open {
@ -1687,7 +1687,7 @@ html {
height: 40px; height: 40px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
cursor: pointer; cursor: pointer;
z-index: 2; z-index: 2;
transition: background 0.2s; transition: background 0.2s;
@ -1735,7 +1735,7 @@ html {
font-size: 18px; font-size: 18px;
background: #fff; background: #fff;
display: flex; display: flex;
justify-content: center; justify-content: space-between;
align-items: center; align-items: center;
} }
@ -1780,7 +1780,7 @@ html {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 20px; gap: 20px;
justify-content: center; justify-content: space-between;
} }
.camp-faq .box__accordion_label span { .camp-faq .box__accordion_label span {
@ -1802,7 +1802,7 @@ html {
.camp-faq .accordion .box__accordion .box__accordion_label { .camp-faq .accordion .box__accordion .box__accordion_label {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
padding-left: 0; padding-left: 0;
} }
@ -1882,7 +1882,7 @@ html {
flex: 1; flex: 1;
height: 450px; height: 450px;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
} }
/* contact END */ /* contact END */
@ -1957,7 +1957,7 @@ html {
background: #e8f5e9; background: #e8f5e9;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
} }
.lw-avatar--48 { .lw-avatar--48 {
width: 48px; width: 48px;
@ -2076,7 +2076,7 @@ html {
background-color: #000; background-color: #000;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: space-between;
z-index: 99999; z-index: 99999;
} }
@ -2111,14 +2111,14 @@ html {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 20px; gap: 20px;
justify-content: center; justify-content: space-between;
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
.hero-media-search__container { .hero-media-search__container {
align-items: center; align-items: center;
flex-direction: row; flex-direction: row;
gap: 40px; gap: 40px;
justify-content: center; justify-content: space-between;
} }
} }
@ -2178,7 +2178,7 @@ html {
.hero-media-search__propositions.on-desktop { .hero-media-search__propositions.on-desktop {
display: flex; display: flex;
gap: 0 25px; gap: 0 25px;
justify-content: center; justify-content: space-between;
margin: 15px 0 30px; margin: 15px 0 30px;
} }
.hero-media-search .wrapper__propositions { .hero-media-search .wrapper__propositions {
@ -2295,7 +2295,7 @@ html {
.hero-media-search__propositions.on-mobile { .hero-media-search__propositions.on-mobile {
display: none; display: none;
gap: 0 25px; gap: 0 25px;
justify-content: center; justify-content: space-between;
margin: 30px 0 15px; margin: 30px 0 15px;
} }
@media (max-width: 1023px) { @media (max-width: 1023px) {