отзывы.css 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. body {
  2. margin: 0;
  3. font-family: sans-serif;
  4. overflow-x: hidden;
  5. background-image: url('../картинки/фон.jpg');
  6. height: 1000px;
  7. }
  8. .big_con {
  9. width: 1800px;
  10. margin: 0 auto;
  11. margin: 0 auto;
  12. background-color: #22242B;
  13. }
  14. .container {
  15. position: relative;
  16. width: 100%;
  17. overflow: hidden; /* Скрываем переполнение для закругления */
  18. }
  19. .content {
  20. position: absolute;
  21. top: 70%;
  22. left: 50%;
  23. transform: translate(-50%, -50%);
  24. text-align: center;
  25. color: #fff;
  26. }
  27. .content h2 {
  28. font-size: 36px;
  29. margin-bottom: 10px;
  30. color: #fff;
  31. }
  32. h4 {
  33. font-size: 28px;
  34. margin-bottom: 10px;
  35. color: #fff;
  36. }
  37. p {
  38. font-size: 24px;
  39. margin-bottom: 10px;
  40. color: #fff;
  41. }
  42. header {
  43. background-color: transparent;
  44. padding: 20px;
  45. display: flex;
  46. align-items: center;
  47. justify-content: space-between;
  48. position: absolute; /* Помещаем меню поверх изображения */
  49. justify-content: space-between;
  50. width: 100%;
  51. height: 100px;
  52. background-color: #22242B;
  53. }
  54. .logo {
  55. font-size: 24px;
  56. font-weight: bold;
  57. color: #0022ff; /* Синий цвет */
  58. text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Тень */
  59. }
  60. nav {
  61. display: flex;
  62. }
  63. nav a {
  64. text-decoration: none;
  65. color: #faf3f3;
  66. padding: 10px 20px;
  67. position: relative;
  68. margin-left: 20px;
  69. }
  70. nav a::after {
  71. content: "";
  72. position: absolute;
  73. bottom: 0;
  74. left: 0;
  75. width: 100%;
  76. height: 3px;
  77. background: linear-gradient(to right, #007bff, #663399, #ff0000); /* Градиент */
  78. transform: scaleX(0);
  79. transition: transform 0.3s ease-in-out;
  80. }
  81. nav a:hover::after {
  82. transform: scaleX(1);
  83. }
  84. .icon {
  85. margin-left: 20px;
  86. cursor: pointer;
  87. }
  88. .icon img {
  89. width: 30px;
  90. height: 30px;
  91. }
  92. /* Стили для фонов */
  93. section {
  94. padding: 50px;
  95. text-align: center;
  96. min-height: 100vh;
  97. }
  98. .data_foot {
  99. display: flex;
  100. flex-direction: column;
  101. align-items: center;
  102. gap: 5px;
  103. }
  104. hr {
  105. width: 100%;
  106. border: 1px solid #D1D1D1;
  107. }
  108. .i:hover svg path {
  109. fill: #D1D1D1;
  110. }
  111. .scroll-to-top {
  112. position: fixed;
  113. bottom: 20px;
  114. right: 20px;
  115. display: none;
  116. z-index: 10;
  117. cursor: pointer;
  118. }
  119. .scroll-to-top img {
  120. width: 50px;
  121. }
  122. .container {
  123. position: relative;
  124. width: 100%;
  125. overflow: hidden; /* Скрываем переполнение для закругления */
  126. }
  127. .logo {
  128. display: flex;
  129. align-items: center;
  130. margin-top: 20px;
  131. margin-bottom: 20px;
  132. }
  133. .logo img {
  134. margin-right: 10px;
  135. }
  136. nav {
  137. display: flex;
  138. }
  139. nav a {
  140. text-decoration: none;
  141. color: #ffffff;
  142. padding: 10px 20px;
  143. position: relative;
  144. margin-left: 20px;
  145. }
  146. nav a::after {
  147. content: "";
  148. position: absolute;
  149. bottom: 0;
  150. left: 0;
  151. width: 100%;
  152. height: 3px;
  153. background: linear-gradient(to right, #007bff, #663399, #ff0000); /* Градиент */
  154. transform: scaleX(0);
  155. transition: transform 0.3s ease-in-out;
  156. }
  157. .right-section {
  158. display: flex;
  159. align-items: center;
  160. }
  161. .content {
  162. display: flex;
  163. flex-direction: column;
  164. align-items: center;
  165. padding: 20px;
  166. width: 80%;
  167. margin-top: 20px;
  168. max-width: 900px; /* Ограничение ширины контента */
  169. }
  170. h2 {
  171. text-align: center;
  172. margin-bottom: 20px;
  173. font-size: 24px;
  174. font-weight: bold;
  175. }
  176. .faq-container {
  177. display: flex;
  178. flex-direction: column;
  179. gap: 20px;
  180. }
  181. .faq-section {
  182. background-color: rgba(160, 160, 160, 0.7);
  183. padding: 20px;
  184. border-radius: 5px;
  185. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  186. width: 1000px;
  187. cursor: pointer; /* Изменяем курсор при наведении */
  188. }
  189. .faq-title {
  190. display: flex;
  191. justify-content: space-between;
  192. align-items: center;
  193. cursor: pointer;
  194. padding: 10px;
  195. border-radius: 5px;
  196. }
  197. .faq-title h3 {
  198. margin: 0;
  199. font-size: 18px;
  200. font-weight: bold;
  201. color: black;
  202. }
  203. .faq-title i {
  204. font-size: 16px;
  205. transition: transform 0.3s ease;
  206. }
  207. .faq-title i.active {
  208. transform: rotate(180deg);
  209. }
  210. .faq-question {
  211. padding: 10px;
  212. border-radius: 5px;
  213. cursor: pointer;
  214. }
  215. .faq-question p {
  216. margin: 0;
  217. font-size: 16px;
  218. }
  219. .faq-question.active {
  220. display: block;
  221. }
  222. .faq-question .answer {
  223. display: none;
  224. background-color: #fff;
  225. padding: 10px;
  226. border-radius: 5px;
  227. margin-top: 10px;
  228. }
  229. .faq-question.active .answer {
  230. display: block;
  231. }
  232. .tooltip {
  233. background-color: #f0f0f0;
  234. border: 1px solid #ccc;
  235. padding: 10px;
  236. font-size: 14px;
  237. color: #333;
  238. }
  239. @media (max-width: 768px) {
  240. .content {
  241. width: 90%;
  242. max-width: 600px;
  243. }
  244. nav a {
  245. margin-right: 10px;
  246. }
  247. }
  248. @media (max-width: 480px) {
  249. .content {
  250. width: 95%;
  251. }
  252. nav a {
  253. font-size: 14px;
  254. }
  255. .faq-title h3 {
  256. font-size: 16px;
  257. }
  258. }
  259. /*окошко*/
  260. .answer-modal {
  261. display: none;
  262. position: fixed;
  263. left: 50%;
  264. top: 50%;
  265. transform: translate(-50%, -50%);
  266. background-color: rgba(80, 80, 80, 0.7);
  267. padding: 20px;
  268. border-radius: 5px;
  269. box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  270. z-index: 100;
  271. width: 80%;
  272. max-width: 600px;
  273. }
  274. .answer-modal .close-button {
  275. position: absolute;
  276. top: 10px;
  277. right: 10px;
  278. cursor: pointer;
  279. font-size: 18px;
  280. }
  281. .answer-modal .answer-content {
  282. margin-top: 30px;
  283. color: white;
  284. white-space: pre-wrap;
  285. }
  286. .answer-modal .answer-content p {
  287. color: white;
  288. }
  289. .footer-link {
  290. position:sticky;
  291. bottom: 20px;
  292. left: 50%;
  293. transform: translateX(-50%);
  294. color: white;
  295. text-decoration: none;
  296. font-weight: bold;
  297. background-color: #444444;
  298. padding: 10px 20px;
  299. border-radius: 5px;
  300. z-index: 2;
  301. }
  302. .footer-link:hover {
  303. background-color: #6e6e6e;
  304. }
  305. /* Отступы для текста */
  306. .logo .p16 {
  307. padding-left: 20px; /* Отступ слева */
  308. }
  309. .opacity .p14 {
  310. padding-right: 20px; /* Отступ справа */
  311. }
  312. .opacity {
  313. position: relative;
  314. background: none;
  315. border: none;
  316. cursor: pointer;
  317. width: 310px;
  318. height: 40px;
  319. display: flex;
  320. justify-content: space-around;
  321. align-items: center;
  322. border: 1px solid white;
  323. background-color: rgba(255, 255, 255, 0);
  324. transition: all ease 0.3s;
  325. cursor: pointer;
  326. }
  327. .opacity:hover {
  328. background-color: #5585ff;
  329. }
  330. .arrow svg {
  331. width: 9px;
  332. display: flex;
  333. justify-content: center;
  334. transition: all ease 0.3s;
  335. }
  336. .opacity:hover svg path {
  337. stroke: white;
  338. }
  339. .opacity .arrow {
  340. position: absolute;
  341. top: 50%;
  342. transform: translateY(-50%);
  343. right: 10px;
  344. }
  345. .dropdown {
  346. display: none;
  347. position: absolute;
  348. background-color: #5585ff;
  349. box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  350. top: 100%;
  351. right: 1px;
  352. left: 0px;
  353. z-index: 3;
  354. width: 310px; /* Ширина списка */
  355. }
  356. .dropdown a {
  357. color: rgb(255, 255, 255);
  358. padding: 12px 16px;
  359. text-decoration: none;
  360. display: block;
  361. z-index: 3;
  362. }
  363. .dropdown a:hover {
  364. background-color: #ffffff;
  365. color: #5585ff;
  366. }
  367. .opacity:hover .dropdown {
  368. display: block;
  369. }
  370. .close-button {
  371. color: #aaa;
  372. float: right;
  373. font-size: 28px;
  374. font-weight: bold;
  375. cursor: pointer;
  376. }
  377. .close-button:hover,
  378. .close-button:focus {
  379. color: black;
  380. text-decoration: none;
  381. cursor: pointer;
  382. }
  383. .faq-section {
  384. margin-bottom: 20px;
  385. }
  386. .faq-title {
  387. background-color: #f2f2f2;
  388. padding: 15px;
  389. border-radius: 5px;
  390. display: flex;
  391. align-items: center;
  392. justify-content: space-between;
  393. cursor: pointer;
  394. }
  395. .faq-title h3 {
  396. margin: 0;
  397. font-size: 1.3em;
  398. }
  399. .faq-title i {
  400. font-size: 1.2em;
  401. color: #333;
  402. transition: transform 0.3s ease;
  403. }
  404. .faq-title i.fa-minus {
  405. transform: rotate(180deg);
  406. }
  407. .faq-questions {
  408. display: none;
  409. padding: 15px;
  410. border: 1px solid #ddd;
  411. border-radius: 5px;
  412. }
  413. .faq-question p {
  414. margin: 0;
  415. }
  416. /* Стиль для формы отзыва */
  417. .feedback-form {
  418. margin-top: 20px;
  419. padding: 20px;
  420. border: 1px solid #ccc;
  421. border-radius: 5px;
  422. }
  423. .feedback-form label {
  424. display: block;
  425. margin-bottom: 5px;
  426. }
  427. .feedback-form input[type="text"],
  428. .feedback-form textarea {
  429. width: 100%;
  430. padding: 10px;
  431. border: 1px solid #ccc;
  432. border-radius: 3px;
  433. box-sizing: border-box;
  434. margin-bottom: 10px;
  435. }
  436. .feedback-form button {
  437. background-color: #444444;
  438. color: rgb(255, 255, 255);
  439. padding: 10px 20px;
  440. border: none;
  441. border-radius: 3px;
  442. cursor: pointer;
  443. }
  444. .feedback-form button:hover{
  445. background-color: #6e6e6e;
  446. }
  447. /* Стиль для блока с отзывами */
  448. .feedback-container {
  449. margin-top: 20px;
  450. }
  451. .feedbackList {
  452. color: black;
  453. }
  454. .feedback-item {
  455. border: 1px solid #7e7e7e;
  456. padding: 20px;
  457. margin-bottom: 20px;
  458. border-radius: 10px; /* Увеличиваем радиус для большей округлости */
  459. box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Добавляем тень */
  460. background-color: rgb(227, 227, 227); /* Устанавливаем белый фон для отзыва */
  461. }
  462. .feedback-item h4 {
  463. margin-top: 0;
  464. }
  465. /* Черный текст для отзывов */
  466. .feedback-item h4,
  467. .feedback-item p {
  468. color: black;
  469. }
  470. footer {
  471. padding: 20px; /* Отступы вокруг текста */
  472. text-align: center; /* Выравнивание текста по центру */
  473. position: fixed; /* Фиксированное позиционирование */
  474. bottom: 0; /* Прикрепляем к нижнему краю экрана */
  475. width: 100%; /* Занимает всю ширину экрана */
  476. z-index: 10; /* Помещаем поверх других элементов */
  477. }