From 6091fb80fe3a0264e6d9cb37cfa1581e62576c66 Mon Sep 17 00:00:00 2001 From: Dekart Deploy Bot Date: Mon, 11 May 2026 22:51:50 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9B=D0=B0=D0=B3=D0=B5=D1=80=D1=8C:=20CSS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wp-content/themes/dekart/assets/css/camp.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/wp-content/themes/dekart/assets/css/camp.css b/wp-content/themes/dekart/assets/css/camp.css index e7dee5b..787f450 100644 --- a/wp-content/themes/dekart/assets/css/camp.css +++ b/wp-content/themes/dekart/assets/css/camp.css @@ -66,7 +66,7 @@ html { position: relative; display: flex; border-radius: 40px; - justify-content: space-between; + justify-content: center; overflow: hidden; background: rgb(58, 154, 104); 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 { - content: '"0#5#A#E#C#5#D#4$3#5#C'; + content: 'Рекомендуем'; position: absolute; top: -12px; left: 50%; @@ -1315,7 +1315,7 @@ html { } .pricing-card__features li::before { - content: '¹3'; + content: '✓'; position: absolute; left: 0; top: 2px; @@ -1543,7 +1543,7 @@ html { } .modal-additional__education_list li::before { - content: ''; + content: '\2022'; position: absolute; width: 6px; height: 6px; @@ -1755,7 +1755,7 @@ html { display: flex; align-items: center; gap: 20px; - justify-content: space-between; + justify-content: center; } .camp-faq .box__accordion_label span { @@ -1777,7 +1777,7 @@ html { .camp-faq .accordion .box__accordion .box__accordion_label { display: flex; align-items: center; - justify-content: space-between; + justify-content: center; padding-left: 0; } @@ -1921,7 +1921,6 @@ html { .camp-reviews-wrapper .custom-button-next:after, .camp-reviews-wrapper .custom-button-prev:after { font-family: swiper-icons; - content: ''; color: #fff; font-weight: 600; font-size: 26px; @@ -1936,7 +1935,7 @@ html { } .camp-reviews-wrapper .custom-button-next:after { - content: 'prev'; + content: 'next'; } .camp-reviews-wrapper .custom-button-prev:after { @@ -1993,14 +1992,14 @@ html { display: flex; flex-direction: column; gap: 20px; - justify-content: flex-start; + justify-content: center; } @media (min-width: 1024px) { .hero-media-search__container { align-items: center; flex-direction: row; gap: 40px; - justify-content: space-between; + justify-content: center; } }