diff --git a/wp-content/themes/cosmopet/static/css/new-front-page.css b/wp-content/themes/cosmopet/static/css/new-front-page.css
index 70bf1db..fc87e0e 100644
--- a/wp-content/themes/cosmopet/static/css/new-front-page.css
+++ b/wp-content/themes/cosmopet/static/css/new-front-page.css
@@ -385,6 +385,10 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569
color: #121212;
margin-bottom: 60px;
}
+.main-why_item-descr svg{
+ position: relative;
+ top: 0.2em;
+}
.main-why_item-image {
position: absolute;
top: -25%;
@@ -437,7 +441,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569
.main-why_bottom-logos {
display: flex;
justify-content: center;
- align-items: flex-start;
+ align-items: center;
gap: 20px;
}
@@ -973,6 +977,7 @@ background: radial-gradient(161.08% 232.33% at 133.99% -48.29%, #EE6868 0%, #569
line-height: 140%;
color: #121212;
margin-bottom: 10px;
+ min-height: 60px;
}
.main-food_reviews-slide-text {
font-weight: 500;
@@ -2380,7 +2385,7 @@ background: #e5f1fa;
.about_slider .slide_title{
text-transform: uppercase;
font-size: 24px;
- font-weight: 700;
+ font-weight: 900;
line-height: 28.8px;
color: var(--grey-black, #121212);
}
@@ -2922,6 +2927,7 @@ font-size: 32px;
.main-why_item-descr{
font-size: 14px;
}
+
.main-why_wrapper{
grid-template-columns: repeat(1, 1fr);
}
@@ -3128,8 +3134,8 @@ position: absolute;
}
.about_slider .carousel {
- height: 55vh;
- min-height: 55vh;
+ height: 360px;
+ min-height: 360px;
}
.about .about_block {
@@ -3831,10 +3837,15 @@ background-color: #fff;
}
.main-food_reviews-slide-media_file{
- height: 420px;
+ height: 220px;
width: 100%;
border-radius: 32px;
margin-bottom: 1rem;
+ object-fit: cover;
+}
+.main-food_reviews-slide-media_file-wrap{
+ width: 100%;
+ display: block;
}
@media (max-width: 640px) {
.main-food_reviews-slide-name{
@@ -3882,7 +3893,7 @@ background-color: #fff;
@media (max-width: 576px) {
-
+
.about_slider .slide {
padding: 10px 39px;
width: 280px;
@@ -4097,5 +4108,12 @@ bottom: 8rem !important;
gap: 8px;
z-index: 10;
}
-
+
+ .main-reviews{
+ padding-top: 40px;
+ padding-bottom: 20px;
+ }
+ .main-food{
+ padding-top: 2rem;
+ }
}
diff --git a/wp-content/themes/cosmopet/templates/_pages/new-front-page/main-bot.twig b/wp-content/themes/cosmopet/templates/_pages/new-front-page/main-bot.twig
index 405a4e9..27932c4 100644
--- a/wp-content/themes/cosmopet/templates/_pages/new-front-page/main-bot.twig
+++ b/wp-content/themes/cosmopet/templates/_pages/new-front-page/main-bot.twig
@@ -9,7 +9,7 @@