@@ -1049,35 +1049,46 @@ <h3 class="text-lg font-semibold mb-4">Контакты</h3>
10491049
10501050 <!-- Кнопка быстрой связи -->
10511051 < div class ="fixed bottom-6 right-6 z-50 ">
1052- < div class ="relative group ">
1053- < button class ="w-16 h-16 bg-primary text-white rounded-full shadow-lg flex items-center justify-center hover:bg-blue-600 transition-colors ">
1054- < i class ="ri-chat-1-line ri-xl "> </ i >
1055- </ button >
1056- < div class ="absolute bottom-full right-0 mb-3 hidden group-hover:block ">
1057- < div class ="bg-white rounded-lg shadow-lg p-3 flex flex-col space-y-2 w-48 ">
1058- < a href ="https://wa.me/79268663539 " class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1059- < i class ="ri-whatsapp-line ri-lg text-green-500 mr-3 "> </ i >
1060- < span > WhatsApp</ span >
1061- </ a >
1062- < a href ="https://t.me/antistatus " class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1063- < i class ="ri-telegram-line ri-lg text-blue-500 mr-3 "> </ i >
1064- < span > Telegram</ span >
1065- </ a >
1066- < a href ="https://max.ru/u/f9LHodD0cOKDmIyPGGYPpzGZIua2Lulu3jNPgRNXXiujfevlfPjtIidATj8 " class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1067- < svg xmlns ="http://www.w3.org/2000/svg " viewBox ="0 0 1024 1024 "
1068- class ="w-6 h-6 text-blue-500 mr-3 fill-current ">
1069- < path d ="M508.211 878.328c-75.007 0-109.864-10.95-170.453-54.75-38.325 49.275-159.686 87.783-164.979 21.9 0-49.456-10.95-91.248-23.36-136.873-14.782-56.21-31.572-118.807-31.572-209.508 0-216.626 177.754-379.597 388.357-379.597 210.785 0 375.947 171.001 375.947 381.604.707 207.346-166.595 376.118-373.94 377.224m3.103-571.585c-102.564-5.292-182.499 65.7-200.201 177.024-14.6 92.162 11.315 204.398 33.397 210.238 10.585 2.555 37.23-18.98 53.837-35.587a189.8 189.8 0 0 0 92.71 33.032c106.273 5.112 197.08-75.794 204.215-181.95 4.154-106.382-77.67-196.486-183.958-202.574Z " clip-rule ="evenodd "/>
1070- </ svg >
1071- < span > MAX</ span >
1072- </ a >
1073- < a href ="tel:+79268663539 " class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1074- < i class ="ri-phone-line ri-lg text-gray-700 mr-3 "> </ i >
1075- < span > Позвонить</ span >
1076- </ a >
1077- </ div >
1052+ < div class ="relative group ">
1053+ <!-- Кнопка -->
1054+ < button class ="w-16 h-16 bg-primary text-white rounded-full shadow-lg
1055+ flex items-center justify-center
1056+ hover:bg-blue-600 transition-all duration-300 ">
1057+ < i class ="ri-chat-1-line ri-xl "> </ i >
1058+ </ button >
1059+ <!-- Меню -->
1060+ < div class ="absolute bottom-full right-0 pb-3
1061+ opacity-0 invisible translate-y-2
1062+ group-hover:opacity-100
1063+ group-hover:visible
1064+ group-hover:translate-y-0
1065+ transition-all duration-300 ">
1066+
1067+ < div class ="bg-white rounded-lg shadow-xl p-3
1068+ flex flex-col space-y-2 w-48 ">
1069+
1070+ < a href ="https://wa.me/79268663539 "
1071+ class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1072+ < i class ="ri-whatsapp-line ri-lg text-green-500 mr-3 "> </ i >
1073+ < span > WhatsApp</ span >
1074+ </ a >
1075+
1076+ < a href ="https://t.me/antistatus "
1077+ class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1078+ < i class ="ri-telegram-line ri-lg text-blue-500 mr-3 "> </ i >
1079+ < span > Telegram</ span >
1080+ </ a >
1081+
1082+ < a href ="tel:+79268663539 "
1083+ class ="flex items-center px-4 py-2 rounded hover:bg-gray-100 transition-colors ">
1084+ < i class ="ri-phone-line ri-lg text-gray-700 mr-3 "> </ i >
1085+ < span > Позвонить</ span >
1086+ </ a >
1087+
10781088 </ div >
10791089 </ div >
10801090 </ div >
1091+ </ div >
10811092
10821093 < script >
10831094 document . addEventListener ( 'DOMContentLoaded' , function ( ) {
@@ -1364,3 +1375,4 @@ <h2 id="modalTitle">Заголовок проекта</h2>
13641375
13651376
13661377
1378+
0 commit comments