styles.css 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. html {
  7. scroll-behavior: smooth;
  8. }
  9. @font-face {
  10. font-family: "Montserrat";
  11. font-weight: 400;
  12. font-style: normal;
  13. font-display: swap;
  14. src: url("../fonts/Montserrat-Regular.woff2") format("woff2");
  15. }
  16. @font-face {
  17. font-family: "Montserrat";
  18. font-weight: 600;
  19. font-style: normal;
  20. font-display: swap;
  21. src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2");
  22. }
  23. @font-face {
  24. font-family: "Montserrat";
  25. font-weight: 700;
  26. font-style: normal;
  27. font-display: swap;
  28. src: url("../fonts/Montserrat-Bold.woff2") format("woff2");
  29. }
  30. :root {
  31. --container-width: 1400px;
  32. --transition: 0.3s ease;
  33. --default-font-family: 'Montserrat';
  34. --heading-font-family: 'Montserrat';
  35. --scrollbar-color:#F0F3F6;
  36. --text-color: rgba(2, 0, 5, 0.80);
  37. --fz-default: 16px;
  38. --lh-default: 24px;
  39. --h1: 24px;
  40. --h2: 20px;
  41. --h3: 18px;
  42. --h4: 16px;
  43. }
  44. @media (max-width: 1199px) {
  45. :root {
  46. --container-width: 1199px;
  47. --fz-default: 16px;
  48. --lh-default: 26px;
  49. --h1: 22px;
  50. --h2: 18px;
  51. --h3: 16px;
  52. --h4: 14px;
  53. }
  54. }
  55. @media (max-width: 768px) {
  56. :root {
  57. --container-width: 768px;
  58. --fz-default: 14px;
  59. --lh-default: 20px;
  60. --h1: 22px;
  61. --h2: 18px;
  62. --h3: 16px;
  63. --h4: 14px;
  64. }
  65. }
  66. body {
  67. display: flex;
  68. flex-direction: column;
  69. min-height: 100vh;
  70. margin: 0;
  71. padding: 0;
  72. font-family: var(--default-font-family), Helvetica, Arial, sans-serif;
  73. font-weight: 400;
  74. font-size: var(--fz-default);
  75. font-style: normal;
  76. font-weight: 400;
  77. line-height: var(--lh-default);
  78. min-width: 360px;
  79. color: var(--text-color);
  80. position: relative;
  81. scroll-behavior: smooth;
  82. -webkit-font-smoothing: antialiased;
  83. -moz-osx-font-smoothing: grayscale;
  84. text-rendering: optimizeLegibility;
  85. }
  86. h1 {
  87. font-family: var(--heading-font-family);
  88. font-weight: 600;
  89. font-size: var(--h1);
  90. line-height: 106%;
  91. text-transform: uppercase;
  92. }
  93. h2 {
  94. font-family: var(--heading-font-family);
  95. font-weight: 600;
  96. font-size: var(--h2);
  97. line-height: 125%;
  98. text-transform: uppercase;
  99. }
  100. h3 {
  101. font-family: var(--heading-font-family);
  102. font-weight: 600;
  103. font-size: var(--h3);
  104. line-height: 130%;
  105. }
  106. h4 {
  107. font-family: var(--heading-font-family);
  108. font-weight: 600;
  109. font-size: var(--h4);
  110. line-height: 133%;
  111. }
  112. h5 {
  113. font-family: var(--heading-font-family);
  114. font-weight: 600;
  115. font-size: var(--m);
  116. line-height: 135%;
  117. }
  118. h6 {
  119. font-family: var(--heading-font-family);
  120. font-weight: 900;
  121. font-size: var(--m);
  122. line-height: 140%;
  123. }
  124. h1, h2, h3, h4, h5, h6 {
  125. margin: 32px 0 20px 0;
  126. }
  127. @media (max-width: 768px) {
  128. h1, h2, h3, h4, h5, h6 {
  129. margin: 24px 0 12px 0;
  130. }
  131. }
  132. .text > h1:first-child, .text > h2:first-child, .text > h3:first-child, .text > h4:first-child, .text > h5:first-child, .text > h6:first-child {
  133. margin-top: 0;
  134. }
  135. .text p {
  136. margin-bottom: 24px;
  137. }
  138. @media (max-width: 768px) {
  139. .text p {
  140. margin-bottom: 16px;
  141. }
  142. }
  143. .text p:last-child {
  144. margin-bottom: 0;
  145. }
  146. .text a {
  147. color: var(--color-link-text);
  148. text-decoration: underline;
  149. text-underline-offset: 3px;
  150. text-decoration-thickness: 1px;
  151. }
  152. .text a:hover {
  153. text-decoration: none;
  154. color: var(--color-theme-red);
  155. }
  156. .text ol, .text ul {
  157. margin: 24px 0;
  158. list-style-position: inside;
  159. }
  160. @media (max-width: 768px) {
  161. .text ol, .text ul {
  162. margin: 12px 0;
  163. padding-left: 8px;
  164. }
  165. }
  166. .text ol li, .text ul li {
  167. margin: 12px 0;
  168. margin-left: 32px;
  169. }
  170. @media (max-width: 768px) {
  171. .text ol li, .text ul li {
  172. margin-left: 16px;
  173. }
  174. }
  175. .text ul {
  176. list-style: disc;
  177. }
  178. .text ol {
  179. list-style: decimal;
  180. }
  181. .text img {
  182. max-width: 100%;
  183. height: auto;
  184. border-radius: 12px;
  185. }
  186. .text .table-wrapper-scroll {
  187. margin: 30px 0;
  188. background: var(--table-bg-color);
  189. border: 1px solid var(--content-border-color);
  190. border-radius: 9px;
  191. overflow: hidden;
  192. }
  193. @media (max-width: 575px) {
  194. .text .table-wrapper-scroll {
  195. overflow-x: auto;
  196. margin: 20px 0;
  197. }
  198. .text .table-wrapper-scroll::-webkit-scrollbar {
  199. height: 6px;
  200. }
  201. .text .table-wrapper-scroll::-webkit-scrollbar-track {
  202. background: var(--table-bg-color);
  203. border-radius: 9px;
  204. }
  205. .text .table-wrapper-scroll::-webkit-scrollbar-thumb {
  206. background: var(--content-border-color);
  207. border-radius: 9px;
  208. }
  209. .text .table-wrapper-scroll::-webkit-scrollbar-thumb:hover {
  210. background: var(--accent-color);
  211. }
  212. }
  213. .text .table-wrapper {
  214. border-radius: 9px;
  215. }
  216. @media (max-width: 575px) {
  217. .text .table-wrapper.large-table {
  218. width: 640px;
  219. }
  220. }
  221. .text table {
  222. margin: 0;
  223. position: relative;
  224. width: 100%;
  225. table-layout: auto;
  226. border-collapse: collapse;
  227. border-radius: 9px;
  228. overflow: hidden;
  229. background: var(--table-bg-color);
  230. }
  231. .text table thead th, .text table thead td {
  232. padding: 12px;
  233. text-align: center;
  234. font-size: 16px;
  235. font-style: normal;
  236. font-weight: 600;
  237. line-height: 1.2em;
  238. vertical-align: middle;
  239. background: var(--table-header-color);
  240. border: 1px solid var(--content-border-color);
  241. }
  242. @media (max-width: 575px) {
  243. .text table thead th, .text table thead td {
  244. vertical-align: middle;
  245. font-size: 13px;
  246. padding: 8px;
  247. }
  248. }
  249. .text table tr:first-child th {
  250. padding: 12px;
  251. text-align: center;
  252. font-size: 16px;
  253. font-style: normal;
  254. font-weight: 600;
  255. line-height: 1.2em;
  256. vertical-align: middle;
  257. background: var(--table-header-color);
  258. border: 1px solid var(--content-border-color);
  259. }
  260. @media (max-width: 575px) {
  261. .text table tr:first-child th {
  262. vertical-align: middle;
  263. font-size: 13px;
  264. padding: 8px;
  265. }
  266. }
  267. .text table tr:first-child:has(th) {
  268. overflow: hidden;
  269. height: auto !important;
  270. }
  271. .text table tbody tr {
  272. border: 1px solid var(--content-border-color);
  273. }
  274. .text table tbody tr:nth-child(even) {
  275. background: rgba(var(--table-header-color-rgb, 42, 42, 42), 0.3);
  276. }
  277. .text table tbody td {
  278. padding: 12px;
  279. vertical-align: middle;
  280. word-wrap: break-word;
  281. border: 1px solid var(--content-border-color);
  282. }
  283. @media (max-width: 1199px) {
  284. .text table tbody td {
  285. font-size: 14px;
  286. font-style: normal;
  287. font-weight: 400;
  288. line-height: 16px;
  289. }
  290. }
  291. @media (max-width: 575px) {
  292. .text table tbody td {
  293. font-size: 13px;
  294. padding: 8px;
  295. }
  296. }
  297. .header {
  298. position: fixed;
  299. width: 100%;
  300. top: 0;
  301. left: 0;
  302. height: 70px;
  303. z-index: 1000;
  304. background: var(--header-color);
  305. }
  306. .header .container {
  307. display: flex;
  308. justify-content: space-between;
  309. align-items: center;
  310. height: 100%;
  311. gap: 20px;
  312. }
  313. .header__logo {
  314. width: 190px;
  315. height: 44px;
  316. flex-shrink: 0;
  317. display: flex;
  318. justify-content: center;
  319. align-items: center;
  320. z-index: 1001;
  321. }
  322. .header__logo-link {
  323. display: inline-block;
  324. line-height: 0;
  325. }
  326. .header__logo img {
  327. width: 190px;
  328. height: 44px;
  329. display: block;
  330. cursor: pointer;
  331. -o-object-fit: contain;
  332. object-fit: contain;
  333. transition: opacity 0.3s ease;
  334. }
  335. .header__nav {
  336. flex: 1;
  337. display: flex;
  338. justify-content: center;
  339. }
  340. .header__menu {
  341. list-style: none;
  342. margin: 0;
  343. padding: 0;
  344. display: flex;
  345. align-items: center;
  346. gap: 40px;
  347. }
  348. .header__menu-link {
  349. text-decoration: none;
  350. font-size: 16px;
  351. font-weight: 500;
  352. transition: opacity 0.3s ease;
  353. color: #fff;
  354. white-space: nowrap;
  355. opacity: 0.9;
  356. }
  357. .header__menu-link:hover {
  358. opacity: 1;
  359. color: #fff;
  360. }
  361. .header__actions {
  362. display: flex;
  363. align-items: center;
  364. gap: 12px;
  365. flex-shrink: 0;
  366. }
  367. .header__btn {
  368. border-radius: 6px;
  369. border: 1px solid #FFF;
  370. display: flex;
  371. height: 42px;
  372. padding: 8px 32px;
  373. justify-content: center;
  374. align-items: center;
  375. gap: 8px;
  376. color: #FFF;
  377. font-size: 14px;
  378. font-style: normal;
  379. font-weight: 600;
  380. line-height: normal;
  381. text-transform: uppercase;
  382. background: none;
  383. cursor: pointer;
  384. }
  385. .header__btn--primary:hover {
  386. transform: translateY(-1px);
  387. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  388. }
  389. .header__btn--secondary:hover {
  390. transform: translateY(-1px);
  391. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  392. }
  393. .header__burger {
  394. display: none;
  395. flex-direction: column;
  396. justify-content: space-between;
  397. width: 30px;
  398. height: 24px;
  399. background: transparent;
  400. border: none;
  401. cursor: pointer;
  402. padding: 0;
  403. z-index: 1001;
  404. transition: transform 0.3s ease;
  405. }
  406. .header__burger:hover {
  407. transform: scale(1.1);
  408. }
  409. .header__burger-line {
  410. width: 100%;
  411. height: 3px;
  412. background: #fff;
  413. border-radius: 2px;
  414. transition: all 0.3s ease;
  415. }
  416. .header__burger.active .header__burger-line:nth-child(1) {
  417. transform: translateY(10.5px) rotate(45deg);
  418. }
  419. .header__burger.active .header__burger-line:nth-child(2) {
  420. opacity: 0;
  421. }
  422. .header__burger.active .header__burger-line:nth-child(3) {
  423. transform: translateY(-10.5px) rotate(-45deg);
  424. }
  425. @media (max-width: 1199px) {
  426. .header__menu {
  427. gap: 24px;
  428. }
  429. .header__btn {
  430. padding: 8px 16px;
  431. font-size: 13px;
  432. }
  433. }
  434. @media (max-width: 768px) {
  435. .header {
  436. height: 60px;
  437. }
  438. .header__logo {
  439. width: 150px;
  440. height: 35px;
  441. }
  442. .header__logo img {
  443. width: 150px;
  444. height: 35px;
  445. }
  446. .header__burger {
  447. display: flex;
  448. }
  449. .header__nav {
  450. position: fixed;
  451. top: 60px;
  452. left: 0;
  453. width: 100%;
  454. height: calc(100vh - 60px);
  455. transform: translateX(-100%);
  456. transition: transform 0.3s ease;
  457. padding: 40px 20px;
  458. overflow-y: auto;
  459. }
  460. }
  461. @media (max-width: 768px) and (max-width: 768px) {
  462. .header__nav {
  463. background: var(--body-bg-color);
  464. }
  465. }
  466. @media (max-width: 768px) {
  467. .header__nav.active {
  468. transform: translateX(0);
  469. }
  470. .header__menu {
  471. flex-direction: column;
  472. align-items: center;
  473. width: 100%;
  474. gap: 24px;
  475. }
  476. .header__menu-link {
  477. font-size: 18px;
  478. }
  479. }
  480. @media (max-width: 768px) and (max-width: 768px) {
  481. .header__menu-link {
  482. font-size: 16px;
  483. background: var(--body-bg-color);
  484. color: var(--text-color);
  485. }
  486. }
  487. @media (max-width: 768px) {
  488. .header__actions {
  489. gap: 8px;
  490. }
  491. .header__btn {
  492. display: none;
  493. }
  494. .header__nav.active .header__btn {
  495. display: block;
  496. width: calc(100% - 40px);
  497. margin: 0 20px 16px;
  498. }
  499. }
  500. .footer {
  501. background: var(--footer-bg-color);
  502. display: flex;
  503. gap: 32px;
  504. padding: 48px 0;
  505. flex-direction: column;
  506. align-items: center;
  507. color: var(--text-color);
  508. }
  509. @media (max-width: 768px) {
  510. .footer {
  511. gap: 24px;
  512. padding: 32px 0;
  513. }
  514. }
  515. .footer__content-inner {
  516. display: flex;
  517. align-items: flex-start;
  518. gap: 60px;
  519. align-self: stretch;
  520. }
  521. @media (max-width: 768px) {
  522. .footer__content-inner {
  523. gap: 20px;
  524. flex-direction: column;
  525. }
  526. }
  527. .footer__text {
  528. font-size: 14px;
  529. font-style: normal;
  530. font-weight: 400;
  531. line-height: 20px; /* 142.857% */
  532. }
  533. @media (max-width: 768px) {
  534. .footer__text {
  535. font-size: 12px;
  536. line-height: 18px;
  537. }
  538. }
  539. .footer__logo {
  540. width: 210px;
  541. height: 48px;
  542. }
  543. @media (max-width: 768px) {
  544. .footer__logo {
  545. width: 100%;
  546. display: flex;
  547. align-items: center;
  548. justify-content: center;
  549. }
  550. }
  551. .footer__logo img {
  552. width: 190px;
  553. height: 44px;
  554. display: block;
  555. cursor: pointer;
  556. -o-object-fit: contain;
  557. object-fit: contain;
  558. transition: opacity 0.3s ease;
  559. }
  560. .footer__bottom-imgs {
  561. display: flex;
  562. justify-content: center;
  563. align-items: center;
  564. gap: 40px;
  565. align-self: stretch;
  566. list-style: none;
  567. margin: 0;
  568. padding: 0;
  569. }
  570. .footer__bottom-imgs img {
  571. opacity: 0.4;
  572. }
  573. @media (max-width: 768px) {
  574. .footer__bottom-imgs {
  575. gap: 20px;
  576. display: grid;
  577. grid-template-columns: 1fr 1fr;
  578. }
  579. }
  580. .footer__menu-list {
  581. display: flex;
  582. align-items: center;
  583. justify-content: center;
  584. gap: 24px;
  585. }
  586. @media (max-width: 768px) {
  587. .footer__menu-list {
  588. gap: 16px;
  589. }
  590. }
  591. .footer__menu-item {
  592. list-style: none;
  593. }
  594. .footer__menu-link {
  595. color: var(--Main-White, #FFF);
  596. font-size: 16px;
  597. font-style: normal;
  598. font-weight: 700;
  599. line-height: normal;
  600. text-decoration-line: underline;
  601. text-decoration-style: solid;
  602. -webkit-text-decoration-skip-ink: none;
  603. text-decoration-skip-ink: none;
  604. text-decoration-thickness: auto;
  605. text-underline-offset: auto;
  606. text-underline-position: from-font;
  607. }
  608. .footer__menu-link:hover {
  609. color: #fff;
  610. opacity: 0.9;
  611. }
  612. .footer__copyright {
  613. color: var(--Main-White, #FFF);
  614. font-size: 14px;
  615. font-style: normal;
  616. font-weight: 400;
  617. line-height: normal;
  618. }
  619. .btn-wrapper {
  620. display: flex;
  621. justify-content: center;
  622. margin-top: 24px;
  623. }
  624. .btn {
  625. display: inline-flex;
  626. align-items: center;
  627. justify-content: center;
  628. padding: 14px 32px;
  629. border-radius: 8px;
  630. font-size: 16px;
  631. font-weight: 600;
  632. line-height: 1.5;
  633. text-decoration: none;
  634. transition: all 0.3s ease;
  635. cursor: pointer;
  636. border: none;
  637. }
  638. @media (max-width: 768px) {
  639. .btn {
  640. font-size: 14px;
  641. padding: 12px 24px;
  642. }
  643. }
  644. .btn--accent {
  645. background: var(--accent-color);
  646. color: #fff;
  647. }
  648. .btn--accent:hover {
  649. transform: translateY(-1px);
  650. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  651. opacity: 0.9;
  652. }
  653. .btn--accent:active {
  654. transform: translateY(0);
  655. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  656. }
  657. .author {
  658. display: flex;
  659. align-items: center;
  660. gap: 24px;
  661. border-radius: 8px;
  662. }
  663. @media (max-width: 768px) {
  664. .author {
  665. gap: 16px;
  666. flex-direction: column;
  667. }
  668. }
  669. .author__img {
  670. flex-shrink: 0;
  671. width: 100px;
  672. height: 100px;
  673. border-radius: 50%;
  674. overflow: hidden;
  675. }
  676. @media (max-width: 768px) {
  677. .author__img {
  678. width: 60px;
  679. height: 60px;
  680. }
  681. }
  682. .author__img img {
  683. width: 100%;
  684. height: 100%;
  685. -o-object-fit: cover;
  686. object-fit: cover;
  687. }
  688. .author__info {
  689. display: flex;
  690. flex-direction: column;
  691. gap: 16px;
  692. }
  693. .author__name {
  694. font-size: 14px;
  695. font-weight: 600;
  696. }
  697. .author__name-header {
  698. display: flex;
  699. align-items: center;
  700. justify-content: space-between;
  701. }
  702. .author__name-n {
  703. color: var(--text-color);
  704. font-size: 16px;
  705. font-style: normal;
  706. font-weight: 700;
  707. line-height: 18px; /* 112.5% */
  708. }
  709. @media (max-width: 768px) {
  710. .author__name-n {
  711. font-size: 14px;
  712. }
  713. }
  714. .author__name-v {
  715. color: var(--accent-color);
  716. font-size: 18px;
  717. font-style: normal;
  718. font-weight: 700;
  719. line-height: 18px; /* 100% */
  720. }
  721. @media (max-width: 768px) {
  722. .author__name-v {
  723. font-size: 16px;
  724. }
  725. }
  726. .faq {
  727. display: flex;
  728. flex-direction: column;
  729. gap: 16px;
  730. }
  731. .faq__title {
  732. margin: 0;
  733. margin-bottom: 24px;
  734. font-weight: 600;
  735. color: var(--text-color);
  736. }
  737. .faq__item {
  738. border-radius: 12px;
  739. overflow: hidden;
  740. transition: all 0.3s ease;
  741. border: 1px solid var(--content-border-color);
  742. background: var(--content-bg-color);
  743. }
  744. .faq__item.active .faq__question::after {
  745. transform: rotate(45deg);
  746. }
  747. .faq__item.active .faq__question::before {
  748. transform: rotate(-45deg);
  749. }
  750. .faq__item.active .faq__answer {
  751. opacity: 1;
  752. }
  753. .faq__question {
  754. padding: 20px 56px 20px 24px;
  755. cursor: pointer;
  756. position: relative;
  757. -webkit-user-select: none;
  758. -moz-user-select: none;
  759. user-select: none;
  760. transition: background-color 0.2s ease;
  761. display: flex;
  762. align-items: center;
  763. gap: 16px;
  764. }
  765. @media (max-width: 768px) {
  766. .faq__question {
  767. padding: 16px 56px 16px 16px;
  768. }
  769. }
  770. .faq__question h3 {
  771. margin: 0;
  772. font-size: 16px;
  773. font-weight: 500;
  774. line-height: 24px;
  775. color: var(--text-color);
  776. }
  777. .faq__question::before, .faq__question::after {
  778. content: "";
  779. position: absolute;
  780. right: 24px;
  781. top: 50%;
  782. width: 16px;
  783. height: 2px;
  784. background-color: var(--text-color);
  785. transition: transform 0.3s ease;
  786. }
  787. .faq__question::before {
  788. transform: translateY(-50%);
  789. }
  790. .faq__question::after {
  791. transform: translateY(-50%) rotate(90deg);
  792. }
  793. .faq__number {
  794. display: flex;
  795. width: 32px;
  796. height: 32px;
  797. flex-direction: column;
  798. justify-content: center;
  799. align-items: center;
  800. gap: 10px;
  801. aspect-ratio: 1/1;
  802. font-weight: 600;
  803. background-color: var(--accent-color);
  804. color: var(--text-color);
  805. flex-shrink: 0;
  806. border-radius: 50%;
  807. }
  808. @media (max-width: 768px) {
  809. .faq__number {
  810. width: 26px;
  811. height: 26px;
  812. }
  813. }
  814. .faq__question-title {
  815. flex: 1;
  816. font-size: 16px;
  817. font-weight: 500;
  818. line-height: 24px;
  819. color: var(--text-color);
  820. }
  821. .faq__answer {
  822. max-height: 0;
  823. opacity: 0;
  824. overflow: hidden;
  825. transition: all 0.3s ease;
  826. border-top: 1px dashed var(--content-border-color);
  827. }
  828. .faq__answer p {
  829. margin: 0;
  830. font-size: 14px;
  831. line-height: 22px;
  832. color: var(--text-color);
  833. opacity: 0.8;
  834. }
  835. .faq__answer-inner {
  836. padding: 24px;
  837. }
  838. .toc {
  839. border-radius: 12px;
  840. border: 1px solid var(--content-border-color);
  841. background: var(--content-bg-color);
  842. overflow: hidden;
  843. }
  844. .toc__header {
  845. padding: 20px 56px 20px 24px;
  846. cursor: pointer;
  847. position: relative;
  848. -webkit-user-select: none;
  849. -moz-user-select: none;
  850. user-select: none;
  851. transition: background-color 0.2s ease;
  852. }
  853. .toc__header:hover {
  854. background-color: rgba(0, 0, 0, 0.02);
  855. }
  856. .toc__header::before, .toc__header::after {
  857. content: "";
  858. position: absolute;
  859. right: 24px;
  860. top: 50%;
  861. width: 16px;
  862. height: 2px;
  863. background-color: var(--text-color);
  864. transition: transform 0.3s ease;
  865. }
  866. .toc__header::before {
  867. transform: translateY(-50%) rotate(90deg);
  868. }
  869. .toc__header::after {
  870. transform: translateY(-50%);
  871. }
  872. .toc__title {
  873. margin: 0;
  874. color: var(--Main-Back, #000);
  875. font-size: 18px;
  876. font-style: normal;
  877. font-weight: 700;
  878. line-height: normal;
  879. text-transform: uppercase;
  880. color: var(--text-color);
  881. }
  882. @media (max-width: 768px) {
  883. .toc__title {
  884. font-size: 16px;
  885. }
  886. }
  887. .toc__content {
  888. max-height: 0;
  889. overflow: hidden;
  890. transition: max-height 0.3s ease;
  891. }
  892. .toc__list {
  893. list-style: none;
  894. margin: 0;
  895. padding: 0 24px 24px 24px;
  896. counter-reset: toc-counter;
  897. }
  898. @media (max-width: 768px) {
  899. .toc__list {
  900. padding: 0 16px 16px 16px;
  901. }
  902. }
  903. .toc__list--nested {
  904. padding: 8px 0 0 28px;
  905. list-style: disc;
  906. padding-left: 40px;
  907. }
  908. .toc__item {
  909. margin-bottom: 8px;
  910. position: relative;
  911. }
  912. .toc__item:last-child {
  913. margin-bottom: 0;
  914. }
  915. .toc__item > .toc__link::before {
  916. counter-increment: toc-counter;
  917. content: counter(toc-counter) ". ";
  918. font-weight: 600;
  919. margin-right: 4px;
  920. }
  921. .toc__list--nested > .toc__item > .toc__link::before {
  922. content: none;
  923. }
  924. .toc__link {
  925. display: block;
  926. color: var(--text-color);
  927. text-decoration: none;
  928. font-size: 14px;
  929. line-height: 20px;
  930. padding: 6px 12px;
  931. border-radius: 6px;
  932. transition: all 0.2s ease;
  933. }
  934. .toc__link:hover {
  935. background-color: rgba(0, 0, 0, 0.03);
  936. color: var(--link-color);
  937. }
  938. .toc__list--nested > .toc__item > .toc__link {
  939. font-size: 13px;
  940. padding-left: 8px;
  941. }
  942. .toc.active .toc__header::before {
  943. transform: translateY(-50%) rotate(45deg);
  944. }
  945. .toc.active .toc__header::after {
  946. transform: translateY(-50%) rotate(-45deg);
  947. }
  948. .toc.active .toc__content {
  949. max-height: 1000px;
  950. }
  951. .slot-item {
  952. overflow: hidden;
  953. position: relative;
  954. padding-top: 52%;
  955. border-radius: 16px;
  956. background-color: var(--body-bg-color);
  957. border: 1px solid var(--content-border-color);
  958. box-shadow: 0 2px 44px 0 rgba(188, 188, 188, 0.15);
  959. }
  960. .slot-item__inner {
  961. position: absolute;
  962. top: 0;
  963. left: 0;
  964. width: 100%;
  965. overflow: hidden;
  966. height: calc(100% - 45px);
  967. }
  968. .slot-item__thumbnail {
  969. position: absolute;
  970. top: 0;
  971. left: 0;
  972. bottom: 0;
  973. right: 0;
  974. }
  975. .slot-item__thumbnail img {
  976. display: block;
  977. width: 100%;
  978. height: 100%;
  979. -o-object-fit: cover;
  980. object-fit: cover;
  981. }
  982. .slot-item__title {
  983. height: 45px;
  984. display: flex;
  985. align-items: center;
  986. justify-content: center;
  987. padding: 12px;
  988. gap: 8px;
  989. }
  990. .slot-item__title-txt {
  991. color: var(--text-color);
  992. text-align: center;
  993. font-size: 16px;
  994. font-style: normal;
  995. font-weight: 400;
  996. line-height: 26px; /* 162.5% */
  997. }
  998. .slot-item__provider {
  999. border-radius: 8px;
  1000. background-color: var(--body-bg-color);
  1001. backdrop-filter: blur(17px);
  1002. position: absolute;
  1003. top: 12px;
  1004. right: 12px;
  1005. padding: 8px;
  1006. }
  1007. .slot-item__rtp {
  1008. background-color: var(--accent-color);
  1009. display: flex;
  1010. height: 24px;
  1011. padding: 4px 8px;
  1012. justify-content: center;
  1013. align-items: center;
  1014. gap: 4px;
  1015. position: absolute;
  1016. bottom: 12px;
  1017. right: 12px;
  1018. color: var(--text-color);
  1019. font-size: 12px;
  1020. font-style: normal;
  1021. font-weight: 700;
  1022. line-height: 14px; /* 116.667% */
  1023. border-radius: 5px;
  1024. }
  1025. .slot-item__icon {
  1026. width: 18px;
  1027. height: 18px;
  1028. display: flex;
  1029. align-items: center;
  1030. justify-content: center;
  1031. }
  1032. .slot-item__icon svg {
  1033. fill: var(--link-color);
  1034. }
  1035. body {
  1036. padding-top: 70px;
  1037. background-color: var(--body-bg-color);
  1038. color: var(--text-color);
  1039. font-style: normal;
  1040. font-weight: 400;
  1041. line-height: 24px; /* 150% */
  1042. }
  1043. body.menu-open {
  1044. overflow: hidden;
  1045. }
  1046. .container {
  1047. max-width: var(--container-width);
  1048. width: 100%;
  1049. height: 100%;
  1050. margin: 0 auto;
  1051. padding-left: 16px !important;
  1052. padding-right: 16px !important;
  1053. }
  1054. .banner {
  1055. background: #000;
  1056. display: flex;
  1057. align-items: center;
  1058. justify-content: center;
  1059. }
  1060. .banner__img-wrp {
  1061. max-width: 1920px;
  1062. max-height: 540px;
  1063. overflow: hidden;
  1064. margin: 0 auto;
  1065. }
  1066. .banner__img {
  1067. display: block;
  1068. width: 100%;
  1069. height: 100%;
  1070. -o-object-fit: cover;
  1071. object-fit: cover;
  1072. }
  1073. .section-wrapper {
  1074. padding: 32px 0;
  1075. display: flex;
  1076. flex-direction: column;
  1077. gap: 32px;
  1078. width: 100%;
  1079. }
  1080. @media (max-width: 1199px) {
  1081. .section-wrapper {
  1082. gap: 24px;
  1083. padding: 24px 0;
  1084. }
  1085. }
  1086. @media (max-width: 768px) {
  1087. .section-wrapper {
  1088. gap: 16px;
  1089. padding: 16px 0;
  1090. }
  1091. }
  1092. .section {
  1093. padding: 32px;
  1094. border-radius: 16px;
  1095. border: 1px solid var(--content-border-color);
  1096. background: var(--content-bg-color);
  1097. }
  1098. @media (max-width: 1199px) {
  1099. .section {
  1100. padding: 24px;
  1101. }
  1102. }
  1103. @media (max-width: 768px) {
  1104. .section {
  1105. padding: 16px;
  1106. }
  1107. }
  1108. .section__title {
  1109. margin-top: 0;
  1110. }
  1111. a {
  1112. color: var(--link-color);
  1113. text-decoration: none;
  1114. transition: color 0.3s ease;
  1115. }
  1116. a:hover {
  1117. opacity: 0.8;
  1118. }
  1119. table {
  1120. background: var(--table-bg-color);
  1121. color: var(--text-color);
  1122. }
  1123. th,
  1124. thead,
  1125. table thead tr {
  1126. background-color: var(--table-header-color);
  1127. color: var(--text-color);
  1128. }
  1129. caption {
  1130. background: var(--table-header-color);
  1131. color: var(--text-color);
  1132. }
  1133. .game-item {
  1134. border-radius: var(--border-radius-main);
  1135. overflow: hidden;
  1136. position: relative;
  1137. padding-top: 52%;
  1138. box-shadow: 0px 2px 44px 0px rgba(188, 188, 188, 0.15);
  1139. background: #fff;
  1140. }
  1141. @media (max-width: 768px) {
  1142. .game-item {
  1143. padding-top: 60%;
  1144. border-radius: 12px;
  1145. box-shadow: 0px 1.4px 30.803px 0px rgba(188, 188, 188, 0.15);
  1146. }
  1147. }
  1148. .game-item__inner {
  1149. position: absolute;
  1150. top: 0;
  1151. left: 0;
  1152. width: 100%;
  1153. overflow: hidden;
  1154. height: calc(100% - 45px);
  1155. }
  1156. @media (max-width: 768px) {
  1157. .game-item__inner {
  1158. height: calc(100% - 40px);
  1159. }
  1160. }
  1161. .game-item__inner:hover .game-item__hover {
  1162. opacity: 1;
  1163. visibility: visible;
  1164. }
  1165. .game-item__title {
  1166. color: rgba(2, 0, 5, 0.8);
  1167. text-align: center;
  1168. font-size: 16px;
  1169. font-style: normal;
  1170. font-weight: 400;
  1171. line-height: 1.1em;
  1172. width: 100%;
  1173. height: 45px;
  1174. display: flex;
  1175. align-items: center;
  1176. justify-content: center;
  1177. background: #fff;
  1178. position: relative;
  1179. padding: 0 12px;
  1180. }
  1181. @media (max-width: 1199px) {
  1182. .game-item__title {
  1183. font-size: 14px;
  1184. }
  1185. }
  1186. @media (max-width: 768px) {
  1187. .game-item__title {
  1188. font-size: 12px;
  1189. height: 40px;
  1190. }
  1191. }
  1192. .game-item__link {
  1193. display: inline-flex;
  1194. align-items: center;
  1195. gap: 8px;
  1196. text-decoration: none !important;
  1197. color: rgba(2, 0, 5, 0.8) !important;
  1198. }
  1199. @media (max-width: 768px) {
  1200. .game-item__link {
  1201. gap: 4px;
  1202. }
  1203. }
  1204. .game-item__link:before {
  1205. content: "";
  1206. display: block;
  1207. width: 100%;
  1208. height: 100%;
  1209. position: absolute;
  1210. top: 0;
  1211. left: 0;
  1212. }
  1213. .game-item__link:hover {
  1214. color: var(--color-theme-red) !important;
  1215. }
  1216. .game-item__link:hover .icon {
  1217. fill: url("#icon-gradient-red");
  1218. }
  1219. .game-item__link .icon {
  1220. width: 20px;
  1221. height: 20px;
  1222. flex-shrink: 0;
  1223. fill: #0076CC;
  1224. }
  1225. @media (max-width: 768px) {
  1226. .game-item__link .icon {
  1227. width: 12px;
  1228. height: 12px;
  1229. }
  1230. }
  1231. .game-item__link-text {
  1232. display: inline-flex;
  1233. align-items: center;
  1234. }
  1235. .game-item__link-icon {
  1236. width: 20px;
  1237. height: 20px;
  1238. display: flex;
  1239. align-items: center;
  1240. justify-content: center;
  1241. fill: #0076CC;
  1242. }
  1243. .game-item__picture {
  1244. position: absolute;
  1245. top: 0;
  1246. left: 0;
  1247. bottom: 0;
  1248. right: 0;
  1249. }
  1250. .game-item__image {
  1251. display: block;
  1252. width: 100%;
  1253. height: 100%;
  1254. -o-object-fit: cover;
  1255. object-fit: cover;
  1256. transition: 0.3s ease-out;
  1257. }
  1258. .game-item__tags {
  1259. position: absolute;
  1260. top: 0;
  1261. left: 12px;
  1262. display: flex;
  1263. }
  1264. .game-item__tagsItm {
  1265. margin-right: 8px;
  1266. border-radius: 0px 0px 8px 8px;
  1267. background: linear-gradient(90deg, #2D2BA7 0%, #BA73D1 100%);
  1268. text-transform: uppercase;
  1269. overflow: hidden;
  1270. }
  1271. @media (max-width: 768px) {
  1272. .game-item__tagsItm {
  1273. border-radius: 0px 0px 5px 5px;
  1274. }
  1275. }
  1276. .game-item__tagsItm--hot {
  1277. background: #F5294D;
  1278. }
  1279. .game-item__tagsLink {
  1280. display: block;
  1281. color: #fff;
  1282. padding: 8px 16px;
  1283. color: #fff;
  1284. font-size: 12px;
  1285. font-weight: 900;
  1286. line-height: 1em;
  1287. }
  1288. @media (max-width: 768px) {
  1289. .game-item__tagsLink {
  1290. padding: 3px 11px;
  1291. font-size: 9px;
  1292. }
  1293. }
  1294. .game-item__info {
  1295. position: absolute;
  1296. top: 8px;
  1297. right: 8px;
  1298. display: flex;
  1299. align-items: center;
  1300. justify-content: end;
  1301. }
  1302. .game-item__provide {
  1303. width: 32px;
  1304. height: 32px;
  1305. border-radius: 50%;
  1306. background: #000;
  1307. display: flex;
  1308. justify-content: center;
  1309. align-items: center;
  1310. padding: 2px;
  1311. margin-right: 8px;
  1312. }
  1313. @media (max-width: 768px) {
  1314. .game-item__provide {
  1315. width: 24px;
  1316. height: 24px;
  1317. margin-right: 5px;
  1318. }
  1319. }
  1320. .game-item__provide .icon {
  1321. fill: #fff;
  1322. }
  1323. .game-item__rating {
  1324. width: 36px;
  1325. height: 36px;
  1326. position: relative;
  1327. }
  1328. @media (max-width: 768px) {
  1329. .game-item__rating {
  1330. width: 28px;
  1331. height: 28px;
  1332. }
  1333. }
  1334. .game-item__ratingVal {
  1335. font-size: 12px;
  1336. }
  1337. @media (max-width: 768px) {
  1338. .game-item__ratingVal {
  1339. font-size: 10px;
  1340. }
  1341. }
  1342. .game-item__rtp {
  1343. padding: 4px 8px;
  1344. background: linear-gradient(var(--gradient-theme-red));
  1345. border-radius: 8px;
  1346. font-size: 12px;
  1347. font-style: normal;
  1348. font-weight: 600;
  1349. color: #fff;
  1350. line-height: 1em;
  1351. height: 24px;
  1352. display: flex;
  1353. align-items: center;
  1354. position: absolute;
  1355. bottom: 8px;
  1356. right: 8px;
  1357. }
  1358. .game-item__countPlay {
  1359. color: #fff;
  1360. font-size: 12px;
  1361. padding: 4px 8px;
  1362. font-size: 12px;
  1363. line-height: 1em;
  1364. font-weight: 600;
  1365. border-radius: 8px;
  1366. background: rgba(2, 0, 5, 0.8);
  1367. position: relative;
  1368. display: flex;
  1369. height: 24px;
  1370. align-items: center;
  1371. justify-content: space-between;
  1372. position: absolute;
  1373. bottom: 8px;
  1374. left: 8px;
  1375. }
  1376. .game-item__countPlay .icon {
  1377. fill: #fff;
  1378. }
  1379. .game-item__countTxt {
  1380. padding-left: 5px;
  1381. }
  1382. .game-item__btn {
  1383. margin-top: 16px;
  1384. width: 100%;
  1385. max-width: 120px;
  1386. }
  1387. @media (max-width: 768px) {
  1388. .game-item__btn {
  1389. margin-top: 8px;
  1390. font-size: 12px;
  1391. padding: 8px 20px;
  1392. max-width: 100px;
  1393. }
  1394. }
  1395. .game-item__hover {
  1396. position: absolute;
  1397. top: 0;
  1398. left: 0;
  1399. bottom: 0;
  1400. right: 0;
  1401. background: rgba(2, 0, 5, 0.8);
  1402. display: flex;
  1403. align-items: center;
  1404. justify-content: center;
  1405. flex-direction: column;
  1406. padding: 20px;
  1407. opacity: 0;
  1408. z-index: 1;
  1409. transition: 0.5s ease-out;
  1410. visibility: hidden;
  1411. cursor: pointer;
  1412. }
  1413. .slots-grid {
  1414. display: grid;
  1415. grid-template-columns: repeat(5, 1fr);
  1416. gap: 8px;
  1417. }
  1418. @media (max-width: 1199px) {
  1419. .slots-grid {
  1420. grid-template-columns: repeat(3, 1fr);
  1421. }
  1422. }
  1423. @media (max-width: 768px) {
  1424. .slots-grid {
  1425. grid-template-columns: repeat(2, 1fr);
  1426. }
  1427. }
  1428. /*# sourceMappingURL=styles.css.map */