структура.css 8.0 KB

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