styles.css 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535
  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.1);
  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. .plus-minus {
  298. display: grid;
  299. grid-template-columns: 1fr 1fr;
  300. background: var(--body-bg-color);
  301. gap: 20px;
  302. margin: 0 0 20px 0;
  303. border-radius: 12px;
  304. padding: 20px;
  305. }
  306. @media (max-width: 768px) {
  307. .plus-minus {
  308. grid-template-columns: 1fr;
  309. gap: 12px;
  310. padding: 16px 12px;
  311. }
  312. }
  313. .plus-minus__column {
  314. display: flex;
  315. flex-direction: column;
  316. gap: 16px;
  317. background: #fff;
  318. border-radius: 8px;
  319. font-size: 16px;
  320. padding: 20px;
  321. }
  322. @media (max-width: 768px) {
  323. .plus-minus__column {
  324. padding: 16px;
  325. }
  326. }
  327. .plus-minus__column:first-child .plus-minus__item:before {
  328. content: "";
  329. display: block;
  330. width: 24px;
  331. height: 24px;
  332. position: absolute;
  333. top: 50%;
  334. left: 0;
  335. transform: translate(0, -50%);
  336. background: url("../images/icon-property-on.svg") no-repeat center center;
  337. }
  338. .plus-minus__column:last-child .plus-minus__item:before {
  339. content: "";
  340. display: block;
  341. width: 24px;
  342. height: 24px;
  343. position: absolute;
  344. top: 50%;
  345. left: 0;
  346. transform: translate(0, -50%);
  347. background: url("../images/icon-property-off.svg") no-repeat center center;
  348. }
  349. .plus-minus__item {
  350. display: flex;
  351. align-items: center;
  352. gap: 16px;
  353. padding-left: 40px;
  354. position: relative;
  355. }
  356. @media (max-width: 768px) {
  357. .plus-minus__item {
  358. gap: 12px;
  359. }
  360. }
  361. .plus-minus__item .icon {
  362. flex-shrink: 0;
  363. }
  364. @media (max-width: 768px) {
  365. .plus-minus__item .icon {
  366. width: 20px;
  367. height: 20px;
  368. }
  369. }
  370. .header {
  371. position: fixed;
  372. width: 100%;
  373. top: 0;
  374. left: 0;
  375. height: 70px;
  376. z-index: 1000;
  377. background: var(--header-color);
  378. }
  379. .header .container {
  380. display: flex;
  381. justify-content: space-between;
  382. align-items: center;
  383. height: 100%;
  384. gap: 20px;
  385. }
  386. .header__logo {
  387. width: 190px;
  388. height: 44px;
  389. flex-shrink: 0;
  390. display: flex;
  391. justify-content: center;
  392. align-items: center;
  393. z-index: 1001;
  394. }
  395. .header__logo-link {
  396. display: inline-block;
  397. line-height: 0;
  398. }
  399. .header__logo img {
  400. width: 190px;
  401. height: 44px;
  402. display: block;
  403. cursor: pointer;
  404. -o-object-fit: contain;
  405. object-fit: contain;
  406. transition: opacity 0.3s ease;
  407. }
  408. .header__nav {
  409. flex: 1;
  410. display: flex;
  411. justify-content: center;
  412. }
  413. .header__menu {
  414. list-style: none;
  415. margin: 0;
  416. padding: 0;
  417. display: flex;
  418. align-items: center;
  419. gap: 40px;
  420. }
  421. .header__menu-link {
  422. text-decoration: none;
  423. font-size: 16px;
  424. font-weight: 500;
  425. transition: opacity 0.3s ease;
  426. color: #fff;
  427. white-space: nowrap;
  428. opacity: 0.9;
  429. }
  430. .header__menu-link:hover {
  431. opacity: 1;
  432. color: #fff;
  433. }
  434. .header__actions {
  435. display: flex;
  436. align-items: center;
  437. gap: 12px;
  438. flex-shrink: 0;
  439. }
  440. .header__btn {
  441. border-radius: 6px;
  442. border: 1px solid #FFF;
  443. display: flex;
  444. height: 42px;
  445. padding: 8px 32px;
  446. justify-content: center;
  447. align-items: center;
  448. gap: 8px;
  449. color: #FFF;
  450. font-size: 14px;
  451. font-style: normal;
  452. font-weight: 600;
  453. line-height: normal;
  454. text-transform: uppercase;
  455. background: none;
  456. cursor: pointer;
  457. }
  458. .header__btn--primary:hover {
  459. transform: translateY(-1px);
  460. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  461. }
  462. .header__btn--secondary {
  463. color: #fff;
  464. }
  465. .header__btn--secondary:hover {
  466. transform: translateY(-1px);
  467. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  468. }
  469. .header__burger {
  470. display: none;
  471. flex-direction: column;
  472. justify-content: space-between;
  473. width: 30px;
  474. height: 24px;
  475. background: transparent;
  476. border: none;
  477. cursor: pointer;
  478. padding: 0;
  479. z-index: 1001;
  480. transition: transform 0.3s ease;
  481. }
  482. .header__burger:hover {
  483. transform: scale(1.1);
  484. }
  485. .header__burger-line {
  486. width: 100%;
  487. height: 3px;
  488. background: #fff;
  489. border-radius: 2px;
  490. transition: all 0.3s ease;
  491. }
  492. .header__burger.active .header__burger-line:nth-child(1) {
  493. transform: translateY(10.5px) rotate(45deg);
  494. }
  495. .header__burger.active .header__burger-line:nth-child(2) {
  496. opacity: 0;
  497. }
  498. .header__burger.active .header__burger-line:nth-child(3) {
  499. transform: translateY(-10.5px) rotate(-45deg);
  500. }
  501. @media (max-width: 1199px) {
  502. .header__menu {
  503. gap: 24px;
  504. }
  505. .header__btn {
  506. padding: 8px 16px;
  507. font-size: 13px;
  508. }
  509. }
  510. @media (max-width: 768px) {
  511. .header {
  512. height: 60px;
  513. }
  514. .header__logo {
  515. width: 150px;
  516. height: 35px;
  517. }
  518. .header__logo img {
  519. width: 150px;
  520. height: 35px;
  521. }
  522. .header__burger {
  523. display: flex;
  524. }
  525. .header__nav {
  526. position: fixed;
  527. top: 60px;
  528. left: 0;
  529. width: 100%;
  530. height: calc(100vh - 60px);
  531. transform: translateX(-100%);
  532. transition: transform 0.3s ease;
  533. padding: 40px 20px;
  534. overflow-y: auto;
  535. }
  536. }
  537. @media (max-width: 768px) and (max-width: 768px) {
  538. .header__nav {
  539. background: var(--body-bg-color);
  540. }
  541. }
  542. @media (max-width: 768px) {
  543. .header__nav.active {
  544. transform: translateX(0);
  545. }
  546. .header__menu {
  547. flex-direction: column;
  548. align-items: center;
  549. width: 100%;
  550. gap: 24px;
  551. }
  552. .header__menu-link {
  553. font-size: 18px;
  554. }
  555. }
  556. @media (max-width: 768px) and (max-width: 768px) {
  557. .header__menu-link {
  558. font-size: 16px;
  559. background: var(--body-bg-color);
  560. color: var(--text-color);
  561. }
  562. }
  563. @media (max-width: 768px) {
  564. .header__actions {
  565. gap: 8px;
  566. }
  567. .header__btn {
  568. display: none;
  569. }
  570. .header__nav.active .header__btn {
  571. display: block;
  572. width: calc(100% - 40px);
  573. margin: 0 20px 16px;
  574. }
  575. }
  576. .footer {
  577. background: var(--footer-bg-color);
  578. display: flex;
  579. gap: 32px;
  580. padding: 48px 0;
  581. flex-direction: column;
  582. align-items: center;
  583. color: var(--text-color);
  584. }
  585. @media (max-width: 768px) {
  586. .footer {
  587. gap: 24px;
  588. padding: 32px 0;
  589. }
  590. }
  591. .footer__content-inner {
  592. display: flex;
  593. align-items: flex-start;
  594. gap: 60px;
  595. align-self: stretch;
  596. }
  597. @media (max-width: 768px) {
  598. .footer__content-inner {
  599. gap: 20px;
  600. flex-direction: column;
  601. }
  602. }
  603. .footer__text {
  604. font-size: 14px;
  605. font-style: normal;
  606. font-weight: 400;
  607. line-height: 20px; /* 142.857% */
  608. color: #fff;
  609. }
  610. @media (max-width: 768px) {
  611. .footer__text {
  612. font-size: 12px;
  613. line-height: 18px;
  614. }
  615. }
  616. .footer__logo {
  617. width: 210px;
  618. height: 48px;
  619. }
  620. @media (max-width: 768px) {
  621. .footer__logo {
  622. width: 100%;
  623. display: flex;
  624. align-items: center;
  625. justify-content: center;
  626. }
  627. }
  628. .footer__logo img {
  629. width: 190px;
  630. height: 44px;
  631. display: block;
  632. cursor: pointer;
  633. -o-object-fit: contain;
  634. object-fit: contain;
  635. transition: opacity 0.3s ease;
  636. }
  637. .footer__bottom-imgs {
  638. display: flex;
  639. justify-content: center;
  640. align-items: center;
  641. gap: 40px;
  642. align-self: stretch;
  643. list-style: none;
  644. margin: 0;
  645. padding: 0;
  646. }
  647. .footer__bottom-imgs img {
  648. opacity: 0.4;
  649. }
  650. @media (max-width: 768px) {
  651. .footer__bottom-imgs {
  652. gap: 20px;
  653. display: grid;
  654. grid-template-columns: 1fr 1fr;
  655. }
  656. }
  657. .footer__menu-list {
  658. display: flex;
  659. align-items: center;
  660. justify-content: center;
  661. gap: 24px;
  662. }
  663. @media (max-width: 768px) {
  664. .footer__menu-list {
  665. gap: 16px;
  666. }
  667. }
  668. .footer__menu-item {
  669. list-style: none;
  670. }
  671. .footer__menu-link {
  672. color: var(--Main-White, #FFF);
  673. font-size: 16px;
  674. font-style: normal;
  675. font-weight: 700;
  676. line-height: normal;
  677. text-decoration-line: underline;
  678. text-decoration-style: solid;
  679. -webkit-text-decoration-skip-ink: none;
  680. text-decoration-skip-ink: none;
  681. text-decoration-thickness: auto;
  682. text-underline-offset: auto;
  683. text-underline-position: from-font;
  684. }
  685. .footer__menu-link:hover {
  686. color: #fff;
  687. opacity: 0.9;
  688. }
  689. .footer__copyright {
  690. color: var(--Main-White, #FFF);
  691. font-size: 14px;
  692. font-style: normal;
  693. font-weight: 400;
  694. line-height: normal;
  695. }
  696. .btn-wrapper {
  697. display: flex;
  698. justify-content: center;
  699. margin-top: 24px;
  700. }
  701. .btn {
  702. display: inline-flex;
  703. align-items: center;
  704. justify-content: center;
  705. padding: 14px 32px;
  706. border-radius: 8px;
  707. font-size: 16px;
  708. font-weight: 600;
  709. line-height: 1.5;
  710. text-decoration: none;
  711. transition: all 0.3s ease;
  712. cursor: pointer;
  713. border: none;
  714. }
  715. @media (max-width: 768px) {
  716. .btn {
  717. font-size: 14px;
  718. padding: 12px 24px;
  719. }
  720. }
  721. .btn--accent {
  722. background: var(--accent-color);
  723. color: #fff;
  724. }
  725. .btn--accent:hover {
  726. transform: translateY(-1px);
  727. box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  728. opacity: 0.9;
  729. }
  730. .btn--accent:active {
  731. transform: translateY(0);
  732. box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  733. }
  734. .author {
  735. display: flex;
  736. align-items: center;
  737. gap: 24px;
  738. border-radius: 8px;
  739. }
  740. @media (max-width: 768px) {
  741. .author {
  742. gap: 16px;
  743. flex-direction: column;
  744. }
  745. }
  746. .author__img {
  747. flex-shrink: 0;
  748. width: 100px;
  749. height: 100px;
  750. border-radius: 50%;
  751. overflow: hidden;
  752. }
  753. @media (max-width: 768px) {
  754. .author__img {
  755. width: 60px;
  756. height: 60px;
  757. }
  758. }
  759. .author__img img {
  760. width: 100%;
  761. height: 100%;
  762. -o-object-fit: cover;
  763. object-fit: cover;
  764. }
  765. .author__info {
  766. display: flex;
  767. flex-direction: column;
  768. gap: 16px;
  769. }
  770. .author__name {
  771. font-size: 14px;
  772. font-weight: 600;
  773. }
  774. .author__name-header {
  775. display: flex;
  776. align-items: center;
  777. justify-content: space-between;
  778. }
  779. .author__name-n {
  780. color: var(--text-color);
  781. font-size: 16px;
  782. font-style: normal;
  783. font-weight: 700;
  784. line-height: 18px; /* 112.5% */
  785. }
  786. @media (max-width: 768px) {
  787. .author__name-n {
  788. font-size: 14px;
  789. }
  790. }
  791. .author__name-v {
  792. color: var(--accent-color);
  793. font-size: 18px;
  794. font-style: normal;
  795. font-weight: 700;
  796. line-height: 18px; /* 100% */
  797. }
  798. @media (max-width: 768px) {
  799. .author__name-v {
  800. font-size: 16px;
  801. }
  802. }
  803. .faq {
  804. display: flex;
  805. flex-direction: column;
  806. gap: 16px;
  807. }
  808. .faq__title {
  809. margin: 0;
  810. margin-bottom: 24px;
  811. font-weight: 600;
  812. color: var(--text-color);
  813. }
  814. .faq__item {
  815. border-radius: 12px;
  816. overflow: hidden;
  817. transition: all 0.3s ease;
  818. border: 1px solid var(--content-border-color);
  819. background: var(--content-bg-color);
  820. }
  821. .faq__item.active .faq__question::after {
  822. transform: rotate(45deg);
  823. }
  824. .faq__item.active .faq__question::before {
  825. transform: rotate(-45deg);
  826. }
  827. .faq__item.active .faq__answer {
  828. opacity: 1;
  829. }
  830. .faq__question {
  831. padding: 20px 56px 20px 24px;
  832. cursor: pointer;
  833. position: relative;
  834. -webkit-user-select: none;
  835. -moz-user-select: none;
  836. user-select: none;
  837. transition: background-color 0.2s ease;
  838. display: flex;
  839. align-items: center;
  840. gap: 16px;
  841. }
  842. @media (max-width: 768px) {
  843. .faq__question {
  844. padding: 16px 56px 16px 16px;
  845. }
  846. }
  847. .faq__question h3 {
  848. margin: 0;
  849. font-size: 16px;
  850. font-weight: 500;
  851. line-height: 24px;
  852. color: var(--text-color);
  853. }
  854. .faq__question::before, .faq__question::after {
  855. content: "";
  856. position: absolute;
  857. right: 24px;
  858. top: 50%;
  859. width: 16px;
  860. height: 2px;
  861. background-color: var(--text-color);
  862. transition: transform 0.3s ease;
  863. }
  864. .faq__question::before {
  865. transform: translateY(-50%);
  866. }
  867. .faq__question::after {
  868. transform: translateY(-50%) rotate(90deg);
  869. }
  870. .faq__number {
  871. display: flex;
  872. width: 32px;
  873. height: 32px;
  874. flex-direction: column;
  875. justify-content: center;
  876. align-items: center;
  877. gap: 10px;
  878. aspect-ratio: 1/1;
  879. font-weight: 600;
  880. background-color: var(--accent-color);
  881. color: #fff;
  882. flex-shrink: 0;
  883. border-radius: 50%;
  884. }
  885. @media (max-width: 768px) {
  886. .faq__number {
  887. width: 26px;
  888. height: 26px;
  889. }
  890. }
  891. .faq__question-title {
  892. flex: 1;
  893. font-size: 16px;
  894. font-weight: 500;
  895. line-height: 24px;
  896. color: var(--text-color);
  897. }
  898. .faq__answer {
  899. max-height: 0;
  900. opacity: 0;
  901. overflow: hidden;
  902. transition: all 0.3s ease;
  903. border-top: 1px dashed var(--content-border-color);
  904. }
  905. .faq__answer p {
  906. margin: 0;
  907. font-size: 14px;
  908. line-height: 22px;
  909. color: var(--text-color);
  910. opacity: 0.8;
  911. }
  912. .faq__answer-inner {
  913. padding: 24px;
  914. }
  915. .toc {
  916. border-radius: 12px;
  917. border: 1px solid var(--content-border-color);
  918. background: var(--content-bg-color);
  919. overflow: hidden;
  920. }
  921. .toc__header {
  922. padding: 20px 56px 20px 24px;
  923. cursor: pointer;
  924. position: relative;
  925. -webkit-user-select: none;
  926. -moz-user-select: none;
  927. user-select: none;
  928. transition: background-color 0.2s ease;
  929. }
  930. .toc__header:hover {
  931. background-color: rgba(0, 0, 0, 0.02);
  932. }
  933. .toc__header::before, .toc__header::after {
  934. content: "";
  935. position: absolute;
  936. right: 24px;
  937. top: 50%;
  938. width: 16px;
  939. height: 2px;
  940. background-color: var(--text-color);
  941. transition: transform 0.3s ease;
  942. }
  943. .toc__header::before {
  944. transform: translateY(-50%) rotate(90deg);
  945. }
  946. .toc__header::after {
  947. transform: translateY(-50%);
  948. }
  949. .toc__title {
  950. margin: 0;
  951. color: var(--Main-Back, #000);
  952. font-size: 18px;
  953. font-style: normal;
  954. font-weight: 700;
  955. line-height: normal;
  956. text-transform: uppercase;
  957. color: var(--text-color);
  958. }
  959. @media (max-width: 768px) {
  960. .toc__title {
  961. font-size: 16px;
  962. }
  963. }
  964. .toc__content {
  965. max-height: 0;
  966. overflow: hidden;
  967. transition: max-height 0.3s ease;
  968. }
  969. .toc__list {
  970. list-style: none;
  971. margin: 0;
  972. padding: 0 24px 24px 24px;
  973. counter-reset: toc-counter;
  974. }
  975. @media (max-width: 768px) {
  976. .toc__list {
  977. padding: 0 16px 16px 16px;
  978. }
  979. }
  980. .toc__list--nested {
  981. padding: 8px 0 0 28px;
  982. list-style: disc;
  983. padding-left: 40px;
  984. }
  985. .toc__item {
  986. margin-bottom: 8px;
  987. position: relative;
  988. }
  989. .toc__item:last-child {
  990. margin-bottom: 0;
  991. }
  992. .toc__item > .toc__link::before {
  993. counter-increment: toc-counter;
  994. content: counter(toc-counter) ". ";
  995. font-weight: 600;
  996. margin-right: 4px;
  997. }
  998. .toc__list--nested > .toc__item > .toc__link::before {
  999. content: none;
  1000. }
  1001. .toc__link {
  1002. display: block;
  1003. color: var(--text-color);
  1004. text-decoration: none;
  1005. font-size: 14px;
  1006. line-height: 20px;
  1007. padding: 6px 12px;
  1008. border-radius: 6px;
  1009. transition: all 0.2s ease;
  1010. }
  1011. .toc__link:hover {
  1012. color: var(--link-color);
  1013. }
  1014. .toc__list--nested > .toc__item > .toc__link {
  1015. font-size: 13px;
  1016. padding-left: 8px;
  1017. }
  1018. .toc.active .toc__header::before {
  1019. transform: translateY(-50%) rotate(45deg);
  1020. }
  1021. .toc.active .toc__header::after {
  1022. transform: translateY(-50%) rotate(-45deg);
  1023. }
  1024. .toc.active .toc__content {
  1025. max-height: 1000px;
  1026. }
  1027. .slot-item {
  1028. overflow: hidden;
  1029. position: relative;
  1030. padding-top: 52%;
  1031. border-radius: 16px;
  1032. background-color: var(--body-bg-color);
  1033. border: 1px solid var(--content-border-color);
  1034. box-shadow: 0 2px 44px 0 rgba(188, 188, 188, 0.15);
  1035. }
  1036. .slot-item__inner {
  1037. position: absolute;
  1038. top: 0;
  1039. left: 0;
  1040. width: 100%;
  1041. overflow: hidden;
  1042. height: calc(100% - 45px);
  1043. }
  1044. .slot-item__thumbnail {
  1045. position: absolute;
  1046. top: 0;
  1047. left: 0;
  1048. bottom: 0;
  1049. right: 0;
  1050. }
  1051. .slot-item__thumbnail img {
  1052. display: block;
  1053. width: 100%;
  1054. height: 100%;
  1055. -o-object-fit: cover;
  1056. object-fit: cover;
  1057. }
  1058. .slot-item__title {
  1059. height: 45px;
  1060. display: flex;
  1061. align-items: center;
  1062. justify-content: center;
  1063. padding: 12px;
  1064. gap: 8px;
  1065. }
  1066. .slot-item__title-txt {
  1067. color: var(--text-color);
  1068. text-align: center;
  1069. font-size: 16px;
  1070. font-style: normal;
  1071. font-weight: 400;
  1072. line-height: 26px; /* 162.5% */
  1073. }
  1074. .slot-item__provider {
  1075. border-radius: 8px;
  1076. background-color: var(--body-bg-color);
  1077. backdrop-filter: blur(17px);
  1078. position: absolute;
  1079. top: 12px;
  1080. right: 12px;
  1081. padding: 8px;
  1082. }
  1083. .slot-item__rtp {
  1084. background-color: var(--accent-color);
  1085. display: flex;
  1086. height: 24px;
  1087. padding: 4px 8px;
  1088. justify-content: center;
  1089. align-items: center;
  1090. gap: 4px;
  1091. position: absolute;
  1092. bottom: 12px;
  1093. right: 12px;
  1094. color: #fff;
  1095. font-size: 12px;
  1096. font-style: normal;
  1097. font-weight: 700;
  1098. line-height: 14px; /* 116.667% */
  1099. border-radius: 5px;
  1100. }
  1101. .slot-item__icon {
  1102. width: 18px;
  1103. height: 18px;
  1104. display: flex;
  1105. align-items: center;
  1106. justify-content: center;
  1107. }
  1108. .slot-item__icon svg {
  1109. fill: var(--link-color);
  1110. }
  1111. body {
  1112. padding-top: 70px;
  1113. background-color: var(--body-bg-color);
  1114. color: var(--text-color);
  1115. font-style: normal;
  1116. font-weight: 400;
  1117. line-height: 24px; /* 150% */
  1118. }
  1119. body.menu-open {
  1120. overflow: hidden;
  1121. }
  1122. .container {
  1123. max-width: var(--container-width);
  1124. width: 100%;
  1125. height: 100%;
  1126. margin: 0 auto;
  1127. padding-left: 16px !important;
  1128. padding-right: 16px !important;
  1129. }
  1130. .banner {
  1131. background: #000;
  1132. display: flex;
  1133. align-items: center;
  1134. justify-content: center;
  1135. }
  1136. .banner__img-wrp {
  1137. max-width: 1920px;
  1138. max-height: 540px;
  1139. overflow: hidden;
  1140. margin: 0 auto;
  1141. }
  1142. .banner__img {
  1143. display: block;
  1144. width: 100%;
  1145. height: 100%;
  1146. -o-object-fit: cover;
  1147. object-fit: cover;
  1148. }
  1149. .section-wrapper {
  1150. padding: 32px 0;
  1151. display: flex;
  1152. flex-direction: column;
  1153. gap: 32px;
  1154. width: 100%;
  1155. }
  1156. @media (max-width: 1199px) {
  1157. .section-wrapper {
  1158. gap: 24px;
  1159. padding: 24px 0;
  1160. }
  1161. }
  1162. @media (max-width: 768px) {
  1163. .section-wrapper {
  1164. gap: 16px;
  1165. padding: 16px 0;
  1166. }
  1167. }
  1168. .section {
  1169. padding: 32px;
  1170. border-radius: 16px;
  1171. border: 1px solid var(--content-border-color);
  1172. background: var(--content-bg-color);
  1173. }
  1174. @media (max-width: 1199px) {
  1175. .section {
  1176. padding: 24px;
  1177. }
  1178. }
  1179. @media (max-width: 768px) {
  1180. .section {
  1181. padding: 16px;
  1182. }
  1183. }
  1184. .section__title {
  1185. margin-top: 0;
  1186. }
  1187. a {
  1188. color: var(--link-color);
  1189. text-decoration: none;
  1190. transition: color 0.3s ease;
  1191. }
  1192. a:hover {
  1193. opacity: 0.8;
  1194. }
  1195. table {
  1196. background: var(--table-bg-color);
  1197. color: var(--text-color);
  1198. }
  1199. th,
  1200. thead,
  1201. table thead tr {
  1202. background-color: var(--table-header-color);
  1203. color: var(--text-color);
  1204. }
  1205. caption {
  1206. background: var(--table-header-color);
  1207. color: var(--text-color);
  1208. }
  1209. .game-item {
  1210. border-radius: var(--border-radius-main);
  1211. overflow: hidden;
  1212. position: relative;
  1213. padding-top: 52%;
  1214. box-shadow: 0px 2px 44px 0px rgba(188, 188, 188, 0.15);
  1215. background: #fff;
  1216. }
  1217. @media (max-width: 768px) {
  1218. .game-item {
  1219. padding-top: 60%;
  1220. border-radius: 12px;
  1221. box-shadow: 0px 1.4px 30.803px 0px rgba(188, 188, 188, 0.15);
  1222. }
  1223. }
  1224. .game-item__inner {
  1225. position: absolute;
  1226. top: 0;
  1227. left: 0;
  1228. width: 100%;
  1229. overflow: hidden;
  1230. height: calc(100% - 45px);
  1231. }
  1232. @media (max-width: 768px) {
  1233. .game-item__inner {
  1234. height: calc(100% - 40px);
  1235. }
  1236. }
  1237. .game-item__inner:hover .game-item__hover {
  1238. opacity: 1;
  1239. visibility: visible;
  1240. }
  1241. .game-item__title {
  1242. color: rgba(2, 0, 5, 0.8);
  1243. text-align: center;
  1244. font-size: 16px;
  1245. font-style: normal;
  1246. font-weight: 400;
  1247. line-height: 1.1em;
  1248. width: 100%;
  1249. height: 45px;
  1250. display: flex;
  1251. align-items: center;
  1252. justify-content: center;
  1253. background: #fff;
  1254. position: relative;
  1255. padding: 0 12px;
  1256. }
  1257. @media (max-width: 1199px) {
  1258. .game-item__title {
  1259. font-size: 14px;
  1260. }
  1261. }
  1262. @media (max-width: 768px) {
  1263. .game-item__title {
  1264. font-size: 12px;
  1265. height: 40px;
  1266. }
  1267. }
  1268. .game-item__link {
  1269. display: inline-flex;
  1270. align-items: center;
  1271. gap: 8px;
  1272. text-decoration: none !important;
  1273. color: rgba(2, 0, 5, 0.8) !important;
  1274. }
  1275. @media (max-width: 768px) {
  1276. .game-item__link {
  1277. gap: 4px;
  1278. }
  1279. }
  1280. .game-item__link:before {
  1281. content: "";
  1282. display: block;
  1283. width: 100%;
  1284. height: 100%;
  1285. position: absolute;
  1286. top: 0;
  1287. left: 0;
  1288. }
  1289. .game-item__link:hover {
  1290. color: var(--color-theme-red) !important;
  1291. }
  1292. .game-item__link:hover .icon {
  1293. fill: url("#icon-gradient-red");
  1294. }
  1295. .game-item__link .icon {
  1296. width: 20px;
  1297. height: 20px;
  1298. flex-shrink: 0;
  1299. fill: #0076CC;
  1300. }
  1301. @media (max-width: 768px) {
  1302. .game-item__link .icon {
  1303. width: 12px;
  1304. height: 12px;
  1305. }
  1306. }
  1307. .game-item__link-text {
  1308. display: inline-flex;
  1309. align-items: center;
  1310. }
  1311. .game-item__link-icon {
  1312. width: 20px;
  1313. height: 20px;
  1314. display: flex;
  1315. align-items: center;
  1316. justify-content: center;
  1317. fill: #0076CC;
  1318. }
  1319. .game-item__picture {
  1320. position: absolute;
  1321. top: 0;
  1322. left: 0;
  1323. bottom: 0;
  1324. right: 0;
  1325. }
  1326. .game-item__image {
  1327. display: block;
  1328. width: 100%;
  1329. height: 100%;
  1330. -o-object-fit: cover;
  1331. object-fit: cover;
  1332. transition: 0.3s ease-out;
  1333. }
  1334. .game-item__tags {
  1335. position: absolute;
  1336. top: 0;
  1337. left: 12px;
  1338. display: flex;
  1339. }
  1340. .game-item__tagsItm {
  1341. margin-right: 8px;
  1342. border-radius: 0px 0px 8px 8px;
  1343. background: linear-gradient(90deg, #2D2BA7 0%, #BA73D1 100%);
  1344. text-transform: uppercase;
  1345. overflow: hidden;
  1346. }
  1347. @media (max-width: 768px) {
  1348. .game-item__tagsItm {
  1349. border-radius: 0px 0px 5px 5px;
  1350. }
  1351. }
  1352. .game-item__tagsItm--hot {
  1353. background: #F5294D;
  1354. }
  1355. .game-item__tagsLink {
  1356. display: block;
  1357. color: #fff;
  1358. padding: 8px 16px;
  1359. color: #fff;
  1360. font-size: 12px;
  1361. font-weight: 900;
  1362. line-height: 1em;
  1363. }
  1364. @media (max-width: 768px) {
  1365. .game-item__tagsLink {
  1366. padding: 3px 11px;
  1367. font-size: 9px;
  1368. }
  1369. }
  1370. .game-item__info {
  1371. position: absolute;
  1372. top: 8px;
  1373. right: 8px;
  1374. display: flex;
  1375. align-items: center;
  1376. justify-content: end;
  1377. }
  1378. .game-item__provide {
  1379. width: 32px;
  1380. height: 32px;
  1381. border-radius: 50%;
  1382. background: #000;
  1383. display: flex;
  1384. justify-content: center;
  1385. align-items: center;
  1386. padding: 2px;
  1387. margin-right: 8px;
  1388. }
  1389. @media (max-width: 768px) {
  1390. .game-item__provide {
  1391. width: 24px;
  1392. height: 24px;
  1393. margin-right: 5px;
  1394. }
  1395. }
  1396. .game-item__provide .icon {
  1397. fill: #fff;
  1398. }
  1399. .game-item__rating {
  1400. width: 36px;
  1401. height: 36px;
  1402. position: relative;
  1403. }
  1404. @media (max-width: 768px) {
  1405. .game-item__rating {
  1406. width: 28px;
  1407. height: 28px;
  1408. }
  1409. }
  1410. .game-item__ratingVal {
  1411. font-size: 12px;
  1412. }
  1413. @media (max-width: 768px) {
  1414. .game-item__ratingVal {
  1415. font-size: 10px;
  1416. }
  1417. }
  1418. .game-item__rtp {
  1419. padding: 4px 8px;
  1420. background: linear-gradient(var(--gradient-theme-red));
  1421. border-radius: 8px;
  1422. font-size: 12px;
  1423. font-style: normal;
  1424. font-weight: 600;
  1425. color: #fff;
  1426. line-height: 1em;
  1427. height: 24px;
  1428. display: flex;
  1429. align-items: center;
  1430. position: absolute;
  1431. bottom: 8px;
  1432. right: 8px;
  1433. }
  1434. .game-item__countPlay {
  1435. color: #fff;
  1436. font-size: 12px;
  1437. padding: 4px 8px;
  1438. font-size: 12px;
  1439. line-height: 1em;
  1440. font-weight: 600;
  1441. border-radius: 8px;
  1442. background: rgba(2, 0, 5, 0.8);
  1443. position: relative;
  1444. display: flex;
  1445. height: 24px;
  1446. align-items: center;
  1447. justify-content: space-between;
  1448. position: absolute;
  1449. bottom: 8px;
  1450. left: 8px;
  1451. }
  1452. .game-item__countPlay .icon {
  1453. fill: #fff;
  1454. }
  1455. .game-item__countTxt {
  1456. padding-left: 5px;
  1457. }
  1458. .game-item__btn {
  1459. margin-top: 16px;
  1460. width: 100%;
  1461. max-width: 120px;
  1462. }
  1463. @media (max-width: 768px) {
  1464. .game-item__btn {
  1465. margin-top: 8px;
  1466. font-size: 12px;
  1467. padding: 8px 20px;
  1468. max-width: 100px;
  1469. }
  1470. }
  1471. .game-item__hover {
  1472. position: absolute;
  1473. top: 0;
  1474. left: 0;
  1475. bottom: 0;
  1476. right: 0;
  1477. background: rgba(2, 0, 5, 0.8);
  1478. display: flex;
  1479. align-items: center;
  1480. justify-content: center;
  1481. flex-direction: column;
  1482. padding: 20px;
  1483. opacity: 0;
  1484. z-index: 1;
  1485. transition: 0.5s ease-out;
  1486. visibility: hidden;
  1487. cursor: pointer;
  1488. }
  1489. .slots-grid {
  1490. display: grid;
  1491. grid-template-columns: repeat(5, 1fr);
  1492. gap: 8px;
  1493. }
  1494. @media (max-width: 1199px) {
  1495. .slots-grid {
  1496. grid-template-columns: repeat(3, 1fr);
  1497. }
  1498. }
  1499. @media (max-width: 768px) {
  1500. .slots-grid {
  1501. grid-template-columns: repeat(2, 1fr);
  1502. }
  1503. }
  1504. /*# sourceMappingURL=styles.css.map */