Исправление карусели в карточке услуги

This commit is contained in:
Халимов Рустам
2026-03-06 23:35:16 +03:00
parent dc51097f47
commit 11d83e2b57
192 changed files with 214 additions and 23431 deletions
+159 -158
View File
@@ -682,6 +682,9 @@ video {
.bottom-0 {
bottom: 0px;
}
.bottom-4 {
bottom: 1rem;
}
.bottom-auto {
bottom: auto;
}
@@ -730,6 +733,9 @@ video {
.top-20 {
top: 5rem;
}
.top-24 {
top: 6rem;
}
.top-3 {
top: 0.75rem;
}
@@ -739,12 +745,6 @@ video {
.top-auto {
top: auto;
}
.top-24 {
top: 6rem;
}
.bottom-4 {
bottom: 1rem;
}
.-z-10 {
z-index: -10;
}
@@ -764,6 +764,10 @@ video {
margin-left: -0.25rem;
margin-right: -0.25rem;
}
.-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}
.mx-1 {
margin-left: 0.25rem;
margin-right: 0.25rem;
@@ -789,15 +793,24 @@ video {
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-auto {
margin-bottom: auto;
}
.ml-1 {
margin-left: 0.25rem;
}
@@ -819,12 +832,18 @@ video {
.mr-4 {
margin-right: 1rem;
}
.mt-0\.5 {
margin-top: 0.125rem;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-12 {
margin-top: 3rem;
}
.mt-16 {
margin-top: 4rem;
}
.mt-2 {
margin-top: 0.5rem;
}
@@ -834,29 +853,11 @@ video {
.mt-4 {
margin-top: 1rem;
}
.mt-auto {
margin-top: auto;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.ml-4 {
margin-left: 1rem;
}
.mt-0\.5 {
margin-top: 0.125rem;
}
.mt-8 {
margin-top: 2rem;
}
.mt-16 {
margin-top: 4rem;
}
.mb-auto {
margin-bottom: auto;
.mt-auto {
margin-top: auto;
}
.line-clamp-1 {
overflow: hidden;
@@ -894,15 +895,12 @@ video {
.hidden {
display: none;
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.aspect-video {
aspect-ratio: 16 / 9;
}
.aspect-\[4\/3\] {
aspect-ratio: 4/3;
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.h-0\.5 {
height: 0.125rem;
}
@@ -981,6 +979,9 @@ video {
.h-\[calc\(100vh-4rem\)\] {
height: calc(100vh - 4rem);
}
.h-\[calc\(100vh-64px\)\] {
height: calc(100vh - 64px);
}
.h-\[var\(--radix-select-trigger-height\)\] {
height: var(--radix-select-trigger-height);
}
@@ -993,18 +994,6 @@ video {
.h-px {
height: 1px;
}
.h-36 {
height: 9rem;
}
.h-24 {
height: 6rem;
}
.h-\[calc\(100vh-64px\)\] {
height: calc(100vh - 64px);
}
.h-28 {
height: 7rem;
}
.max-h-0 {
max-height: 0px;
}
@@ -1023,6 +1012,9 @@ video {
.min-h-\[120px\] {
min-height: 120px;
}
.min-h-\[150px\] {
min-height: 150px;
}
.min-h-\[200px\] {
min-height: 200px;
}
@@ -1035,9 +1027,6 @@ video {
.min-h-screen {
min-height: 100vh;
}
.min-h-\[150px\] {
min-height: 150px;
}
.w-1\.5 {
width: 0.375rem;
}
@@ -1050,6 +1039,9 @@ video {
.w-12 {
width: 3rem;
}
.w-14 {
width: 3.5rem;
}
.w-16 {
width: 4rem;
}
@@ -1092,9 +1084,6 @@ video {
.w-6 {
width: 1.5rem;
}
.w-7 {
width: 1.75rem;
}
.w-8 {
width: 2rem;
}
@@ -1119,12 +1108,6 @@ video {
.w-screen {
width: 100vw;
}
.w-14 {
width: 3.5rem;
}
.w-28 {
width: 7rem;
}
.min-w-0 {
min-width: 0px;
}
@@ -1243,9 +1226,9 @@ video {
--tw-scale-y: .95;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-105 {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
.scale-\[1\.12\] {
--tw-scale-x: 1.12;
--tw-scale-y: 1.12;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
@@ -1272,12 +1255,12 @@ video {
.cursor-default {
cursor: default;
}
.cursor-pointer {
cursor: pointer;
}
.cursor-grab {
cursor: grab;
}
.cursor-pointer {
cursor: pointer;
}
.touch-none {
touch-action: none;
}
@@ -1401,6 +1384,11 @@ video {
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
@@ -1411,11 +1399,6 @@ video {
margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
@@ -1424,9 +1407,6 @@ video {
.divide-border > :not([hidden]) ~ :not([hidden]) {
border-color: hsl(var(--border));
}
.self-start {
align-self: flex-start;
}
.overflow-hidden {
overflow: hidden;
}
@@ -1531,6 +1511,9 @@ video {
.border-muted {
border-color: hsl(var(--muted));
}
.border-muted\/60 {
border-color: hsl(var(--muted) / 0.6);
}
.border-primary {
border-color: hsl(var(--primary));
}
@@ -1545,9 +1528,6 @@ video {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-muted\/60 {
border-color: hsl(var(--muted) / 0.6);
}
.border-l-primary {
border-left-color: hsl(var(--primary));
}
@@ -1563,12 +1543,21 @@ video {
.bg-background {
background-color: hsl(var(--background));
}
.bg-background\/80 {
background-color: hsl(var(--background) / 0.8);
}
.bg-background\/90 {
background-color: hsl(var(--background) / 0.9);
}
.bg-background\/95 {
background-color: hsl(var(--background) / 0.95);
}
.bg-black\/10 {
background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/5 {
background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/50 {
background-color: rgb(0 0 0 / 0.5);
}
@@ -1586,6 +1575,9 @@ video {
.bg-blue-50\/50 {
background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-500\/10 {
background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-600 {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
@@ -1614,6 +1606,9 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/10 {
background-color: rgb(34 197 94 / 0.1);
}
.bg-green-600 {
--tw-bg-opacity: 1;
background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
@@ -1664,6 +1659,9 @@ video {
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
background-color: rgb(239 68 68 / 0.1);
}
.bg-secondary {
background-color: hsl(var(--secondary));
}
@@ -1677,24 +1675,6 @@ video {
.bg-white\/80 {
background-color: rgb(255 255 255 / 0.8);
}
.bg-black\/10 {
background-color: rgb(0 0 0 / 0.1);
}
.bg-red-500\/10 {
background-color: rgb(239 68 68 / 0.1);
}
.bg-blue-500\/10 {
background-color: rgb(59 130 246 / 0.1);
}
.bg-green-500\/10 {
background-color: rgb(34 197 94 / 0.1);
}
.bg-background\/80 {
background-color: hsl(var(--background) / 0.8);
}
.bg-black\/5 {
background-color: rgb(0 0 0 / 0.05);
}
.bg-gradient-to-br {
background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
@@ -1748,6 +1728,10 @@ video {
padding-left: 0px;
padding-right: 0px;
}
.px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
@@ -1831,6 +1815,9 @@ video {
.pb-4 {
padding-bottom: 1rem;
}
.pl-0 {
padding-left: 0px;
}
.pl-2 {
padding-left: 0.5rem;
}
@@ -1873,9 +1860,6 @@ video {
.pt-6 {
padding-top: 1.5rem;
}
.pl-0 {
padding-left: 0px;
}
.text-left {
text-align: left;
}
@@ -1971,6 +1955,10 @@ video {
.tracking-widest {
letter-spacing: 0.1em;
}
.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
--tw-text-opacity: 1;
color: rgb(37 99 235 / var(--tw-text-opacity, 1));
@@ -2001,6 +1989,9 @@ video {
.text-foreground\/80 {
color: hsl(var(--foreground) / 0.8);
}
.text-foreground\/90 {
color: hsl(var(--foreground) / 0.9);
}
.text-gray-400 {
--tw-text-opacity: 1;
color: rgb(156 163 175 / var(--tw-text-opacity, 1));
@@ -2054,13 +2045,6 @@ video {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
--tw-text-opacity: 1;
color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-foreground\/90 {
color: hsl(var(--foreground) / 0.9);
}
.text-yellow-400 {
--tw-text-opacity: 1;
color: rgb(250 204 21 / var(--tw-text-opacity, 1));
@@ -2068,12 +2052,12 @@ video {
.underline {
text-decoration-line: underline;
}
.underline-offset-4 {
text-underline-offset: 4px;
}
.underline-offset-2 {
text-underline-offset: 2px;
}
.underline-offset-4 {
text-underline-offset: 4px;
}
.antialiased {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
@@ -2084,6 +2068,9 @@ video {
.opacity-100 {
opacity: 1;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-50 {
opacity: 0.5;
}
@@ -2093,9 +2080,6 @@ video {
.opacity-70 {
opacity: 0.7;
}
.opacity-20 {
opacity: 0.2;
}
.opacity-80 {
opacity: 0.8;
}
@@ -2152,6 +2136,17 @@ video {
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-primary {
--tw-ring-color: hsl(var(--primary));
}
.ring-offset-2 {
--tw-ring-offset-width: 2px;
}
.ring-offset-background {
--tw-ring-offset-color: hsl(var(--background));
}
@@ -2200,13 +2195,13 @@ video {
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-transform {
transition-property: transform;
.transition-shadow {
transition-property: box-shadow;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.transition-shadow {
transition-property: box-shadow;
.transition-transform {
transition-property: transform;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
@@ -2375,16 +2370,16 @@ video {
.last\:pb-0:last-child {
padding-bottom: 0px;
}
.hover\:scale-105:hover {
--tw-scale-x: 1.05;
--tw-scale-y: 1.05;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.02\]:hover {
--tw-scale-x: 1.02;
--tw-scale-y: 1.02;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-\[1\.12\]:hover {
--tw-scale-x: 1.12;
--tw-scale-y: 1.12;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-destructive\/20:hover {
border-color: hsl(var(--destructive) / 0.2);
}
@@ -2397,6 +2392,9 @@ video {
.hover\:bg-accent:hover {
background-color: hsl(var(--accent));
}
.hover\:bg-background:hover {
background-color: hsl(var(--background));
}
.hover\:bg-blue-100:hover {
--tw-bg-opacity: 1;
background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
@@ -2446,9 +2444,6 @@ video {
.hover\:bg-transparent:hover {
background-color: transparent;
}
.hover\:bg-background:hover {
background-color: hsl(var(--background));
}
.hover\:px-3:hover {
padding-left: 0.75rem;
padding-right: 0.75rem;
@@ -2491,16 +2486,16 @@ video {
.hover\:opacity-100:hover {
opacity: 1;
}
.hover\:shadow-md:hover {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-lg:hover {
--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:bg-accent:focus {
background-color: hsl(var(--accent));
}
@@ -2852,6 +2847,11 @@ video {
}
@media (min-width: 640px) {
.sm\:-mx-4 {
margin-left: -1rem;
margin-right: -1rem;
}
.sm\:flex {
display: flex;
}
@@ -2860,26 +2860,22 @@ video {
display: inline-flex;
}
.sm\:h-32 {
height: 8rem;
.sm\:h-24 {
height: 6rem;
}
.sm\:w-\[350px\] {
width: 350px;
}
.sm\:w-36 {
width: 9rem;
}
.sm\:w-32 {
width: 8rem;
.sm\:w-24 {
width: 6rem;
}
.sm\:w-40 {
width: 10rem;
}
.sm\:w-\[350px\] {
width: 350px;
}
.sm\:max-w-\[425px\] {
max-width: 425px;
}
@@ -2888,14 +2884,14 @@ video {
max-width: 600px;
}
.sm\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.sm\:flex-row {
flex-direction: row;
}
@@ -2918,6 +2914,11 @@ video {
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.sm\:px-2 {
padding-left: 0.5rem;
padding-right: 0.5rem;
}
.sm\:text-left {
text-align: left;
}
@@ -2957,14 +2958,14 @@ video {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:grid-cols-3 {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.md\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.md\:flex-row {
flex-direction: row;
}
@@ -2981,25 +2982,25 @@ video {
padding: 0.75rem;
}
.md\:text-7xl {
font-size: 4.5rem;
line-height: 1;
}
.md\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.md\:text-4xl {
font-size: 2.25rem;
line-height: 2.5rem;
}
.md\:text-7xl {
font-size: 4.5rem;
line-height: 1;
}
.md\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.md\:text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
}
@media (min-width: 1024px) {
@@ -3011,14 +3012,14 @@ video {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:grid-cols-5 {
grid-template-columns: repeat(5, minmax(0, 1fr));
}
.lg\:pb-40 {
padding-bottom: 10rem;
}