From 54b7c19640d9dbd30396f0358cb57e66e35ed665 Mon Sep 17 00:00:00 2001 From: maksim Date: Sun, 8 Jun 2025 17:22:25 +0300 Subject: [PATCH] =?UTF-8?q?Task:=206607=20|=20Fix:=20=D0=9F=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B8=20=D1=81=D1=82=D0=B8=D0=BB=D0=B5=D0=B9=20?= =?UTF-8?q?=D1=81=D0=BB=D0=B0=D0=B9=D0=B4=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../layout/assets/css/gp-style-core.css | 85 +++++++++++++++++++ 1 file changed, 85 insertions(+) diff --git a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css b/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css index 74411bd..ec42595 100644 --- a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css +++ b/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css @@ -2073,7 +2073,92 @@ textarea{ } } +.container, .container-fluid { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +.about_slider .prev, .about_slider .next { + position: absolute; + top: 50%; + transform: translateY(-50%); + cursor: pointer; + z-index: 99; + background-color: unset; +} + +.about_slider .next { + right: 29vw; +} + +.about_slider .prev { + left: 29vw; +} + +.about_slider .carousel-item { + height: 546px; + padding: 35px 50px 25px 50px; + padding: 50px 53px; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + /* background: var(--creme-white, #F4F1F0); */ + background: #ffffff30; + backdrop-filter: blur(6px); + z-index: 1; + box-shadow: -2px 5px 22.9px 0px rgba(0, 0, 0, 0.25); +} + +.about_slider .swiper-slide-active { + backdrop-filter: blur(6px); + width: 429px!important; + z-index: 3; +} + +.about_slider .carousel-item img { + width: auto; +} +.about_slider .slide_info { + display: flex; + flex-direction: column; + gap: 15px; +} + +.about_slider .carousel-item::after { + content: ''; + background-image: url(/wp-content/themes/cosmopet/static/front-page/img/border.png); + background-size: cover; + /* background: linear-gradient(21.69deg, #F44242 23.69%, #569EF0 66.57%); */ + display: block; + position: absolute; + width: calc(100% + 4px); + height: calc(100% + 4px); + border-radius: 60px; + top: -2px; + left: -2px; + z-index: -2; + transform: translateZ(-1px); +} + +.about_slider .slide_title { + text-transform: uppercase; + font-size: 24px; + font-weight: 700; + line-height: 28.8px; + color: #121212; +} + +.about_slider .slide_text { + font-size: 20px; + font-weight: 500; + line-height: 24px; + color:#121212; +} .discount_block .discount_cosmodog { margin-top: 60px;