Лагерь: CSS

This commit is contained in:
Dekart Deploy Bot 2026-05-11 22:51:50 +03:00
parent e693fa55d1
commit 6091fb80fe

View File

@ -66,7 +66,7 @@ html {
position: relative; position: relative;
display: flex; display: flex;
border-radius: 40px; border-radius: 40px;
justify-content: space-between; justify-content: center;
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%);
@ -1177,7 +1177,7 @@ html {
} }
.pricing-card--full::before { .pricing-card--full::before {
content: '"0#5#A#E#C#5#D#4$3#5#C'; content: 'Рекомендуем';
position: absolute; position: absolute;
top: -12px; top: -12px;
left: 50%; left: 50%;
@ -1315,7 +1315,7 @@ html {
} }
.pricing-card__features li::before { .pricing-card__features li::before {
content: '¹3'; content: '';
position: absolute; position: absolute;
left: 0; left: 0;
top: 2px; top: 2px;
@ -1543,7 +1543,7 @@ html {
} }
.modal-additional__education_list li::before { .modal-additional__education_list li::before {
content: ''; content: '\2022';
position: absolute; position: absolute;
width: 6px; width: 6px;
height: 6px; height: 6px;
@ -1755,7 +1755,7 @@ html {
display: flex; display: flex;
align-items: center; align-items: center;
gap: 20px; gap: 20px;
justify-content: space-between; justify-content: center;
} }
.camp-faq .box__accordion_label span { .camp-faq .box__accordion_label span {
@ -1777,7 +1777,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: space-between; justify-content: center;
padding-left: 0; padding-left: 0;
} }
@ -1921,7 +1921,6 @@ html {
.camp-reviews-wrapper .custom-button-next:after, .camp-reviews-wrapper .custom-button-next:after,
.camp-reviews-wrapper .custom-button-prev:after { .camp-reviews-wrapper .custom-button-prev:after {
font-family: swiper-icons; font-family: swiper-icons;
content: '';
color: #fff; color: #fff;
font-weight: 600; font-weight: 600;
font-size: 26px; font-size: 26px;
@ -1936,7 +1935,7 @@ html {
} }
.camp-reviews-wrapper .custom-button-next:after { .camp-reviews-wrapper .custom-button-next:after {
content: 'prev'; content: 'next';
} }
.camp-reviews-wrapper .custom-button-prev:after { .camp-reviews-wrapper .custom-button-prev:after {
@ -1993,14 +1992,14 @@ html {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
gap: 20px; gap: 20px;
justify-content: flex-start; justify-content: center;
} }
@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: space-between; justify-content: center;
} }
} }