It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://kursoff.com/YAMRUB/SBERRUB

  1. <!doctype html>
  2. <html lang="ru-RU">
  3. <head>
  4.    <meta charset="UTF-8">
  5.    <meta name="csrf-token" content="8MLLZASVDNwayqwsRUVW5WKxA41YvXdF0ztpqGfd">
  6.    <meta name="description" content="Мониторинг обменников криптовалют и электронных денег - KursoFF ✔️ Подберем для вас самый выгодный курс ✔️ 100% безопасность ✔️  Минимальные комиссии">
  7.    <meta name="keywords" content="">
  8.    <meta name="viewport" content="width=device-width, initial-scale=1">
  9.    <meta property="og:image" content="https://kursoff.biz/images/telegram_preview.jpg" />
  10.    <meta property="og:image:width" content="500" />
  11.    <meta property="og:image:height" content="133"/>
  12.    <meta property="og:site_name" content="Мониторинг KursoFF" />
  13.            <meta name="trustpilot-one-time-domain-verification-id" content="6abed7a8-f252-4d18-8c30-5b05ce7a884d"/>
  14.    <meta property="og:title" content="Мониторинг Обменников Криптовалют Онлайн - KursoFF"/>
  15.    <meta property="og:description" content="Мониторинг обменников криптовалют и электронных денег - KursoFF ✔️ Подберем для вас самый выгодный курс ✔️ 100% безопасность ✔️  Минимальные комиссии" />
  16.    <link rel="image_src" href="https://kursoff.biz/images/telegram_preview.jpg" />
  17.    <link rel="canonical" href="https://kursoff.biz">
  18.    <link rel="preload" href="https://kursoff.biz/images/logo_light.svg" as="image" crossorigin>
  19.    <title>
  20.        Мониторинг Обменников Криптовалют Онлайн - KursoFF    </title>
  21.  
  22.    <style>/*
  23. *  Remodal - v1.1.1
  24. *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
  25. *  http://vodkabears.github.io/remodal/
  26. *
  27. *  Made by Ilya Makarov
  28. *  Under MIT License
  29. */
  30.  
  31. /* ==========================================================================
  32.   Remodal's necessary styles
  33.   ========================================================================== */
  34.  
  35. /* Hide scroll bar */
  36.  
  37. html.remodal-is-locked {
  38.  overflow: hidden;
  39.  touch-action: none;
  40. }
  41.  
  42. /* Anti FOUC */
  43.  
  44. .remodal,
  45. [data-remodal-id] {
  46.  display: none;
  47. }
  48.  
  49. /* Necessary styles of the overlay */
  50.  
  51. .remodal-overlay {
  52.  position: fixed;
  53.  z-index: 9999;
  54.  top: -5000px;
  55.  right: -5000px;
  56.  bottom: -5000px;
  57.  left: -5000px;
  58.  
  59.  display: none;
  60. }
  61.  
  62. /* Necessary styles of the wrapper */
  63.  
  64. .remodal-wrapper {
  65.  position: fixed;
  66.  z-index: 10000;
  67.  top: 0;
  68.  right: 0;
  69.  bottom: 0;
  70.  left: 0;
  71.  
  72.  display: none;
  73.  overflow: auto;
  74.  
  75.  text-align: center;
  76.  
  77.  -webkit-overflow-scrolling: touch;
  78. }
  79.  
  80. .remodal-wrapper:after {
  81.  display: inline-block;
  82.  
  83.  height: 100%;
  84.  margin-left: -0.05em;
  85.  
  86.  content: "";
  87. }
  88.  
  89. /* Fix iPad, iPhone glitches */
  90.  
  91. .remodal-overlay,
  92. .remodal-wrapper {
  93.  backface-visibility: hidden;
  94. }
  95.  
  96. /* Necessary styles of the modal dialog */
  97.  
  98. .remodal {
  99.  position: relative;
  100.  
  101.  outline: none;
  102.  
  103.  -webkit-text-size-adjust: 100%;
  104.  -moz-text-size-adjust: 100%;
  105.       text-size-adjust: 100%;
  106. }
  107.  
  108. .remodal-is-initialized {
  109.  /* Disable Anti-FOUC */
  110.  display: inline-block;
  111. }
  112.  
  113. /*
  114. *  Remodal - v1.1.1
  115. *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
  116. *  http://vodkabears.github.io/remodal/
  117. *
  118. *  Made by Ilya Makarov
  119. *  Under MIT License
  120. */
  121.  
  122. /* ==========================================================================
  123.   Remodal's default mobile first theme
  124.   ========================================================================== */
  125.  
  126. /* Default theme styles for the background */
  127.  
  128. .remodal-bg.remodal-is-opening,
  129. .remodal-bg.remodal-is-opened {
  130.  filter: blur(3px);
  131. }
  132.  
  133. /* Default theme styles of the overlay */
  134.  
  135. .remodal-overlay {
  136.  background: rgba(43, 46, 56, 0.9);
  137. }
  138.  
  139. .remodal-overlay.remodal-is-opening,
  140. .remodal-overlay.remodal-is-closing {
  141.  animation-duration: 0.3s;
  142.  animation-fill-mode: forwards;
  143. }
  144.  
  145. .remodal-overlay.remodal-is-opening {
  146.  animation-name: remodal-overlay-opening-keyframes;
  147. }
  148.  
  149. .remodal-overlay.remodal-is-closing {
  150.  animation-name: remodal-overlay-closing-keyframes;
  151. }
  152.  
  153. /* Default theme styles of the wrapper */
  154.  
  155. .remodal-wrapper {
  156.  padding: 10px 10px 0;
  157. }
  158.  
  159. /* Default theme styles of the modal dialog */
  160.  
  161. .remodal {
  162.  box-sizing: border-box;
  163.  width: 100%;
  164.  margin-bottom: 10px;
  165.  padding: 35px;
  166.  transform: translate3d(0, 0, 0);
  167.  
  168.  color: #2b2e38;
  169.  background: #fff;
  170. }
  171.  
  172. .remodal.remodal-is-opening,
  173. .remodal.remodal-is-closing {
  174.  animation-duration: 0.3s;
  175.  animation-fill-mode: forwards;
  176. }
  177.  
  178. .remodal.remodal-is-opening {
  179.  animation-name: remodal-opening-keyframes;
  180. }
  181.  
  182. .remodal.remodal-is-closing {
  183.  animation-name: remodal-closing-keyframes;
  184. }
  185.  
  186. /* Vertical align of the modal dialog */
  187.  
  188. .remodal,
  189. .remodal-wrapper:after {
  190.  vertical-align: middle;
  191. }
  192.  
  193. /* Close button */
  194.  
  195. .remodal-close {
  196.  position: absolute;
  197.  top: 0;
  198.  left: 0;
  199.  
  200.  display: block;
  201.  overflow: visible;
  202.  
  203.  width: 35px;
  204.  height: 35px;
  205.  margin: 0;
  206.  padding: 0;
  207.  
  208.  cursor: pointer;
  209.  transition: color 0.2s;
  210.  text-decoration: none;
  211.  
  212.  color: #95979c;
  213.  border: 0;
  214.  outline: 0;
  215.  background: transparent;
  216. }
  217.  
  218. .remodal-close:hover,
  219. .remodal-close:focus {
  220.  color: #2b2e38;
  221. }
  222.  
  223. .remodal-close:before {
  224.  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  225.  font-size: 25px;
  226.  line-height: 35px;
  227.  
  228.  position: absolute;
  229.  top: 0;
  230.  left: 0;
  231.  
  232.  display: block;
  233.  
  234.  width: 35px;
  235.  
  236.  content: "\00d7";
  237.  text-align: center;
  238. }
  239.  
  240. /* Dialog buttons */
  241.  
  242. .remodal-confirm,
  243. .remodal-cancel {
  244.  font: inherit;
  245.  
  246.  display: inline-block;
  247.  overflow: visible;
  248.  
  249.  min-width: 110px;
  250.  margin: 0;
  251.  padding: 12px 0;
  252.  
  253.  cursor: pointer;
  254.  transition: background 0.2s;
  255.  text-align: center;
  256.  vertical-align: middle;
  257.  text-decoration: none;
  258.  
  259.  border: 0;
  260.  outline: 0;
  261. }
  262.  
  263. .remodal-confirm {
  264.  color: #fff;
  265.  background: #81c784;
  266. }
  267.  
  268. .remodal-confirm:hover,
  269. .remodal-confirm:focus {
  270.  background: #66bb6a;
  271. }
  272.  
  273. .remodal-cancel {
  274.  color: #fff;
  275.  background: #e57373;
  276. }
  277.  
  278. .remodal-cancel:hover,
  279. .remodal-cancel:focus {
  280.  background: #ef5350;
  281. }
  282.  
  283. /* Remove inner padding and border in Firefox 4+ for the button tag. */
  284.  
  285. .remodal-confirm::-moz-focus-inner,
  286. .remodal-cancel::-moz-focus-inner,
  287. .remodal-close::-moz-focus-inner {
  288.  padding: 0;
  289.  
  290.  border: 0;
  291. }
  292.  
  293. /* Keyframes
  294.   ========================================================================== */
  295.  
  296. @keyframes remodal-opening-keyframes {
  297.  from {
  298.    transform: scale(1.05);
  299.  
  300.    opacity: 0;
  301.  }
  302.  to {
  303.    transform: none;
  304.  
  305.    opacity: 1;
  306.    filter: blur(0);
  307.  }
  308. }
  309.  
  310. @keyframes remodal-closing-keyframes {
  311.  from {
  312.    transform: scale(1);
  313.  
  314.    opacity: 1;
  315.  }
  316.  to {
  317.    transform: scale(0.95);
  318.  
  319.    opacity: 0;
  320.    filter: blur(0);
  321.  }
  322. }
  323.  
  324. @keyframes remodal-overlay-opening-keyframes {
  325.  from {
  326.    opacity: 0;
  327.  }
  328.  to {
  329.    opacity: 1;
  330.  }
  331. }
  332.  
  333. @keyframes remodal-overlay-closing-keyframes {
  334.  from {
  335.    opacity: 1;
  336.  }
  337.  to {
  338.    opacity: 0;
  339.  }
  340. }
  341.  
  342. /* Media queries
  343.   ========================================================================== */
  344.  
  345. @media only screen and (min-width: 641px) {
  346.  .remodal {
  347.    max-width: 700px;
  348.  }
  349. }
  350.  
  351. /* IE8
  352.   ========================================================================== */
  353.  
  354. .lt-ie9 .remodal-overlay {
  355.  background: #2b2e38;
  356. }
  357.  
  358. .lt-ie9 .remodal {
  359.  width: 700px;
  360. }
  361.  
  362. @keyframes fade-in{0%{opacity:0}100%{opacity:1}}.rrssb-buttons{box-sizing:border-box;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px;height:36px;margin:0;padding:0;width:100%;animation-duration:.3s;animation-fill-mode:both;animation-iteration-count:1;animation-timing-function:ease-out;animation-name:fade-in;animation-delay:.2s}.rrssb-buttons:after{clear:both}.rrssb-buttons:after,.rrssb-buttons:before{content:' ';display:table}.rrssb-buttons li{box-sizing:border-box;float:left;height:100%;line-height:13px;list-style:none;margin:0;padding:0 2px}.rrssb-buttons li.rrssb-email a{background-color:#0a88ff}.rrssb-buttons li.rrssb-email a:hover{background-color:#006ed6}.rrssb-buttons li.rrssb-facebook a{background-color:#306199}.rrssb-buttons li.rrssb-facebook a:hover{background-color:#244872}.rrssb-buttons li.rrssb-tumblr a{background-color:#32506d}.rrssb-buttons li.rrssb-tumblr a:hover{background-color:#22364a}.rrssb-buttons li.rrssb-linkedin a{background-color:#007bb6}.rrssb-buttons li.rrssb-linkedin a:hover{background-color:#005983}.rrssb-buttons li.rrssb-twitter a{background-color:#26c4f1}.rrssb-buttons li.rrssb-twitter a:hover{background-color:#0eaad6}.rrssb-buttons li.rrssb-googleplus a{background-color:#e93f2e}.rrssb-buttons li.rrssb-googleplus a:hover{background-color:#ce2616}.rrssb-buttons li.rrssb-youtube a{background-color:#df1c31}.rrssb-buttons li.rrssb-youtube a:hover{background-color:#b21627}.rrssb-buttons li.rrssb-reddit a{background-color:#8bbbe3}.rrssb-buttons li.rrssb-reddit a:hover{background-color:#62a3d9}.rrssb-buttons li.rrssb-pinterest a{background-color:#b81621}.rrssb-buttons li.rrssb-pinterest a:hover{background-color:#8a1119}.rrssb-buttons li.rrssb-pocket a{background-color:#ed4054}.rrssb-buttons li.rrssb-pocket a:hover{background-color:#e4162d}.rrssb-buttons li.rrssb-github a{background-color:#444}.rrssb-buttons li.rrssb-github a:hover{background-color:#2b2b2b}.rrssb-buttons li.rrssb-instagram a{background-color:#125688}.rrssb-buttons li.rrssb-instagram a:hover{background-color:#0c3a5b}.rrssb-buttons li.rrssb-delicious a{background-color:#0b79e5}.rrssb-buttons li.rrssb-delicious a:hover{background-color:#095fb4}.rrssb-buttons li.rrssb-vk a{background-color:#4d71a9}.rrssb-buttons li.rrssb-vk a:hover{background-color:#3d5a86}.rrssb-buttons li.rrssb-hackernews a{background-color:#f60}.rrssb-buttons li.rrssb-hackernews a:hover{background-color:#cc5200}.rrssb-buttons li.rrssb-whatsapp a{background-color:#43d854}.rrssb-buttons li.rrssb-whatsapp a:hover{background-color:#28c039}.rrssb-buttons li.rrssb-print a{background-color:#8d98a2}.rrssb-buttons li.rrssb-print a:hover{background-color:#717f8b}.rrssb-buttons li a{background-color:#ccc;border-radius:2px;box-sizing:border-box;display:block;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:700;height:100%;padding:11px 7px 12px 27px;position:relative;text-align:center;text-decoration:none;text-transform:uppercase;transition:background-color .2s ease-in-out;width:100%}.rrssb-buttons li a .rrssb-icon{display:block;left:10px;padding-top:9px;position:absolute;top:0;width:10%}.rrssb-buttons li a .rrssb-icon svg{height:17px;width:17px}.rrssb-buttons li a .rrssb-icon svg circle,.rrssb-buttons li a .rrssb-icon svg path{fill:#fff}.rrssb-buttons li a .rrssb-text{color:#fff}.rrssb-buttons li a:active{box-shadow:inset 1px 3px 15px 0 rgba(22,0,0,.25)}.rrssb-buttons li.small a{padding:0}.rrssb-buttons li.small a .rrssb-icon{left:auto;margin:0 auto;overflow:hidden;position:relative;top:auto;width:100%}.rrssb-buttons li.small a .rrssb-text{visibility:hidden}.rrssb-buttons.large-format,.rrssb-buttons.large-format li{height:auto}.rrssb-buttons.large-format li a{backface-visibility:hidden;border-radius:.2em;padding:8.5% 0 8.5% 12%}.rrssb-buttons.large-format li a .rrssb-icon{height:100%;left:7%;padding-top:0;width:12%}.rrssb-buttons.large-format li a .rrssb-icon svg{height:100%;position:absolute;top:0;width:100%}.rrssb-buttons.large-format li a .rrssb-text{backface-visibility:hidden}.rrssb-buttons.small-format{padding-top:5px}.rrssb-buttons.small-format li{height:80%;padding:0 1px}.rrssb-buttons.small-format li a .rrssb-icon{height:100%;padding-top:0}.rrssb-buttons.small-format li a .rrssb-icon svg{height:48%;position:relative;top:6px;width:80%}.rrssb-buttons.tiny-format{height:22px;position:relative}.rrssb-buttons.tiny-format li{padding-right:7px}.rrssb-buttons.tiny-format li a{background-color:transparent;padding:0}.rrssb-buttons.tiny-format li a .rrssb-icon{height:100%}.rrssb-buttons.tiny-format li a .rrssb-icon svg{height:70%;width:100%}.rrssb-buttons.tiny-format li a:active,.rrssb-buttons.tiny-format li a:hover{background-color:transparent}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon svg path{fill:#0a88ff}.rrssb-buttons.tiny-format li.rrssb-email a .rrssb-icon:hover .rrssb-icon svg path{fill:#0054a3}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon svg path{fill:#306199}.rrssb-buttons.tiny-format li.rrssb-facebook a .rrssb-icon:hover .rrssb-icon svg path{fill:#18304b}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon svg path{fill:#32506d}.rrssb-buttons.tiny-format li.rrssb-tumblr a .rrssb-icon:hover .rrssb-icon svg path{fill:#121d27}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon svg path{fill:#007bb6}.rrssb-buttons.tiny-format li.rrssb-linkedin a .rrssb-icon:hover .rrssb-icon svg path{fill:#003650}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon svg path{fill:#26c4f1}.rrssb-buttons.tiny-format li.rrssb-twitter a .rrssb-icon:hover .rrssb-icon svg path{fill:#0b84a6}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon svg path{fill:#e93f2e}.rrssb-buttons.tiny-format li.rrssb-googleplus a .rrssb-icon:hover .rrssb-icon svg path{fill:#a01e11}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon svg path{fill:#df1c31}.rrssb-buttons.tiny-format li.rrssb-youtube a .rrssb-icon:hover .rrssb-icon svg path{fill:#84111d}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon svg path{fill:#8bbbe3}.rrssb-buttons.tiny-format li.rrssb-reddit a .rrssb-icon:hover .rrssb-icon svg path{fill:#398bcf}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon svg path{fill:#b81621}.rrssb-buttons.tiny-format li.rrssb-pinterest a .rrssb-icon:hover .rrssb-icon svg path{fill:#5d0b11}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon svg path{fill:#ed4054}.rrssb-buttons.tiny-format li.rrssb-pocket a .rrssb-icon:hover .rrssb-icon svg path{fill:#b61124}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon svg path{fill:#444}.rrssb-buttons.tiny-format li.rrssb-github a .rrssb-icon:hover .rrssb-icon svg path{fill:#111}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon svg path{fill:#125688}.rrssb-buttons.tiny-format li.rrssb-instagram a .rrssb-icon:hover .rrssb-icon svg path{fill:#061d2e}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon svg path{fill:#0b79e5}.rrssb-buttons.tiny-format li.rrssb-delicious a .rrssb-icon:hover .rrssb-icon svg path{fill:#064684}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon svg path{fill:#4d71a9}.rrssb-buttons.tiny-format li.rrssb-vk a .rrssb-icon:hover .rrssb-icon svg path{fill:#2d4263}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon svg path{fill:#f60}.rrssb-buttons.tiny-format li.rrssb-hackernews a .rrssb-icon:hover .rrssb-icon svg path{fill:#993d00}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon svg path{fill:#43d854}.rrssb-buttons.tiny-format li.rrssb-whatsapp a .rrssb-icon:hover .rrssb-icon svg path{fill:#1f962d}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon svg path{fill:#8d98a2}.rrssb-buttons.tiny-format li.rrssb-print a .rrssb-icon:hover .rrssb-icon svg path{fill:#5a656f}
  363. .flag { width: 24px; height: 24px; background: url(../images/flags.png) no-repeat; margin-left: 10px }
  364. .flag.flag-ad { background-position: 0 0 }
  365. .flag.flag-ae { background-position: -24px 0 }
  366. .flag.flag-af { background-position: -48px 0 }
  367. .flag.flag-ag { background-position: -72px 0 }
  368. .flag.flag-ai { background-position: -96px 0 }
  369. .flag.flag-al { background-position: -120px 0 }
  370. .flag.flag-am { background-position: -144px 0 }
  371. .flag.flag-an { background-position: -168px 0 }
  372. .flag.flag-ao { background-position: -192px 0 }
  373. .flag.flag-aq { background-position: -216px 0 }
  374. .flag.flag-ar { background-position: -240px 0 }
  375. .flag.flag-as { background-position: -264px 0 }
  376. .flag.flag-at { background-position: -288px 0 }
  377. .flag.flag-au { background-position: -312px 0 }
  378. .flag.flag-aw { background-position: -336px 0 }
  379. .flag.flag-ax { background-position: -360px 0 }
  380. .flag.flag-az { background-position: 0 -24px }
  381. .flag.flag-ba { background-position: -24px -24px }
  382. .flag.flag-bb { background-position: -48px -24px }
  383. .flag.flag-bd { background-position: -72px -24px }
  384. .flag.flag-be { background-position: -96px -24px }
  385. .flag.flag-bf { background-position: -120px -24px }
  386. .flag.flag-bg { background-position: -144px -24px }
  387. .flag.flag-bh { background-position: -168px -24px }
  388. .flag.flag-bi { background-position: -192px -24px }
  389. .flag.flag-bj { background-position: -216px -24px }
  390. .flag.flag-bl { background-position: -240px -24px }
  391. .flag.flag-bm { background-position: -264px -24px }
  392. .flag.flag-bn { background-position: -288px -24px }
  393. .flag.flag-bo { background-position: -312px -24px }
  394. .flag.flag-br { background-position: -336px -24px }
  395. .flag.flag-bs { background-position: -360px -24px }
  396. .flag.flag-bt { background-position: 0 -48px }
  397. .flag.flag-bw { background-position: -24px -48px }
  398. .flag.flag-by { background-position: -48px -48px }
  399. .flag.flag-bz { background-position: -72px -48px }
  400. .flag.flag-ca { background-position: -96px -48px }
  401. .flag.flag-cc { background-position: -120px -48px }
  402. .flag.flag-cd { background-position: -144px -48px }
  403. .flag.flag-cf { background-position: -168px -48px }
  404. .flag.flag-cg { background-position: -192px -48px }
  405. .flag.flag-ch { background-position: -216px -48px }
  406. .flag.flag-ci { background-position: -240px -48px }
  407. .flag.flag-ck { background-position: -264px -48px }
  408. .flag.flag-cl { background-position: -288px -48px }
  409. .flag.flag-cm { background-position: -312px -48px }
  410. .flag.flag-cn { background-position: -336px -48px }
  411. .flag.flag-co { background-position: -360px -48px }
  412. .flag.flag-cr { background-position: 0 -72px }
  413. .flag.flag-cu { background-position: -24px -72px }
  414. .flag.flag-cv { background-position: -48px -72px }
  415. .flag.flag-cw { background-position: -72px -72px }
  416. .flag.flag-cx { background-position: -96px -72px }
  417. .flag.flag-cy { background-position: -120px -72px }
  418. .flag.flag-cz { background-position: -144px -72px }
  419. .flag.flag-de { background-position: -168px -72px }
  420. .flag.flag-dj { background-position: -192px -72px }
  421. .flag.flag-dk { background-position: -216px -72px }
  422. .flag.flag-dm { background-position: -240px -72px }
  423. .flag.flag-do { background-position: -264px -72px }
  424. .flag.flag-dz { background-position: -288px -72px }
  425. .flag.flag-ec { background-position: -312px -72px }
  426. .flag.flag-ee { background-position: -336px -72px }
  427. .flag.flag-eg { background-position: -360px -72px }
  428. .flag.flag-eh { background-position: 0 -96px }
  429. .flag.flag-er { background-position: -24px -96px }
  430. .flag.flag-es { background-position: -48px -96px }
  431. .flag.flag-et { background-position: -72px -96px }
  432. .flag.flag-eu { background-position: -96px -96px }
  433. .flag.flag-fi { background-position: -120px -96px }
  434. .flag.flag-fj { background-position: -144px -96px }
  435. .flag.flag-fk { background-position: -168px -96px }
  436. .flag.flag-fm { background-position: -192px -96px }
  437. .flag.flag-fo { background-position: -216px -96px }
  438. .flag.flag-fr { background-position: -240px -96px }
  439. .flag.flag-ga { background-position: -264px -96px }
  440. .flag.flag-gb { background-position: -288px -96px }
  441. .flag.flag-gd { background-position: -312px -96px }
  442. .flag.flag-ge { background-position: -336px -96px }
  443. .flag.flag-gg { background-position: -360px -96px }
  444. .flag.flag-gh { background-position: 0 -120px }
  445. .flag.flag-gi { background-position: -24px -120px }
  446. .flag.flag-gl { background-position: -48px -120px }
  447. .flag.flag-gm { background-position: -72px -120px }
  448. .flag.flag-gn { background-position: -96px -120px }
  449. .flag.flag-gq { background-position: -120px -120px }
  450. .flag.flag-gr { background-position: -144px -120px }
  451. .flag.flag-gs { background-position: -168px -120px }
  452. .flag.flag-gt { background-position: -192px -120px }
  453. .flag.flag-gu { background-position: -216px -120px }
  454. .flag.flag-gw { background-position: -240px -120px }
  455. .flag.flag-gy { background-position: -264px -120px }
  456. .flag.flag-hk { background-position: -288px -120px }
  457. .flag.flag-hn { background-position: -312px -120px }
  458. .flag.flag-hr { background-position: -336px -120px }
  459. .flag.flag-ht { background-position: -360px -120px }
  460. .flag.flag-hu { background-position: 0 -144px }
  461. .flag.flag-ic { background-position: -24px -144px }
  462. .flag.flag-id { background-position: -48px -144px }
  463. .flag.flag-ie { background-position: -72px -144px }
  464. .flag.flag-il { background-position: -96px -144px }
  465. .flag.flag-im { background-position: -120px -144px }
  466. .flag.flag-in { background-position: -144px -144px }
  467. .flag.flag-iq { background-position: -168px -144px }
  468. .flag.flag-ir { background-position: -192px -144px }
  469. .flag.flag-is { background-position: -216px -144px }
  470. .flag.flag-it { background-position: -240px -144px }
  471. .flag.flag-je { background-position: -264px -144px }
  472. .flag.flag-jm { background-position: -288px -144px }
  473. .flag.flag-jo { background-position: -312px -144px }
  474. .flag.flag-jp { background-position: -336px -144px }
  475. .flag.flag-ke { background-position: -360px -144px }
  476. .flag.flag-kg { background-position: 0 -168px }
  477. .flag.flag-kh { background-position: -24px -168px }
  478. .flag.flag-ki { background-position: -48px -168px }
  479. .flag.flag-km { background-position: -72px -168px }
  480. .flag.flag-kn { background-position: -96px -168px }
  481. .flag.flag-kp { background-position: -120px -168px }
  482. .flag.flag-kr { background-position: -144px -168px }
  483. .flag.flag-kw { background-position: -168px -168px }
  484. .flag.flag-ky { background-position: -192px -168px }
  485. .flag.flag-kz { background-position: -216px -168px }
  486. .flag.flag-la { background-position: -240px -168px }
  487. .flag.flag-lb { background-position: -264px -168px }
  488. .flag.flag-lc { background-position: -288px -168px }
  489. .flag.flag-li { background-position: -312px -168px }
  490. .flag.flag-lk { background-position: -336px -168px }
  491. .flag.flag-lr { background-position: -360px -168px }
  492. .flag.flag-ls { background-position: 0 -192px }
  493. .flag.flag-lt { background-position: -24px -192px }
  494. .flag.flag-lu { background-position: -48px -192px }
  495. .flag.flag-lv { background-position: -72px -192px }
  496. .flag.flag-ly { background-position: -96px -192px }
  497. .flag.flag-ma { background-position: -120px -192px }
  498. .flag.flag-mc { background-position: -144px -192px }
  499. .flag.flag-md { background-position: -168px -192px }
  500. .flag.flag-me { background-position: -192px -192px }
  501. .flag.flag-mf { background-position: -216px -192px }
  502. .flag.flag-mg { background-position: -240px -192px }
  503. .flag.flag-mh { background-position: -264px -192px }
  504. .flag.flag-mk { background-position: -288px -192px }
  505. .flag.flag-ml { background-position: -312px -192px }
  506. .flag.flag-mm { background-position: -336px -192px }
  507. .flag.flag-mn { background-position: -360px -192px }
  508. .flag.flag-mo { background-position: 0 -216px }
  509. .flag.flag-mp { background-position: -24px -216px }
  510. .flag.flag-mq { background-position: -48px -216px }
  511. .flag.flag-mr { background-position: -72px -216px }
  512. .flag.flag-ms { background-position: -96px -216px }
  513. .flag.flag-mt { background-position: -120px -216px }
  514. .flag.flag-mu { background-position: -144px -216px }
  515. .flag.flag-mv { background-position: -168px -216px }
  516. .flag.flag-mw { background-position: -192px -216px }
  517. .flag.flag-mx { background-position: -216px -216px }
  518. .flag.flag-my { background-position: -240px -216px }
  519. .flag.flag-mz { background-position: -264px -216px }
  520. .flag.flag-na { background-position: -288px -216px }
  521. .flag.flag-nc { background-position: -312px -216px }
  522. .flag.flag-ne { background-position: -336px -216px }
  523. .flag.flag-nf { background-position: -360px -216px }
  524. .flag.flag-ng { background-position: 0 -240px }
  525. .flag.flag-ni { background-position: -24px -240px }
  526. .flag.flag-nl { background-position: -48px -240px }
  527. .flag.flag-no { background-position: -72px -240px }
  528. .flag.flag-np { background-position: -96px -240px }
  529. .flag.flag-nr { background-position: -120px -240px }
  530. .flag.flag-nu { background-position: -144px -240px }
  531. .flag.flag-nz { background-position: -168px -240px }
  532. .flag.flag-om { background-position: -192px -240px }
  533. .flag.flag-pa { background-position: -216px -240px }
  534. .flag.flag-pe { background-position: -240px -240px }
  535. .flag.flag-pf { background-position: -264px -240px }
  536. .flag.flag-pg { background-position: -288px -240px }
  537. .flag.flag-ph { background-position: -312px -240px }
  538. .flag.flag-pk { background-position: -336px -240px }
  539. .flag.flag-pl { background-position: -360px -240px }
  540. .flag.flag-pn { background-position: 0 -264px }
  541. .flag.flag-pr { background-position: -24px -264px }
  542. .flag.flag-ps { background-position: -48px -264px }
  543. .flag.flag-pt { background-position: -72px -264px }
  544. .flag.flag-pw { background-position: -96px -264px }
  545. .flag.flag-py { background-position: -120px -264px }
  546. .flag.flag-qa { background-position: -144px -264px }
  547. .flag.flag-ro { background-position: -168px -264px }
  548. .flag.flag-rs { background-position: -192px -264px }
  549. .flag.flag-ru { background-position: -216px -264px }
  550. .flag.flag-rw { background-position: -240px -264px }
  551. .flag.flag-sa { background-position: -264px -264px }
  552. .flag.flag-sb { background-position: -288px -264px }
  553. .flag.flag-sc { background-position: -312px -264px }
  554. .flag.flag-sd { background-position: -336px -264px }
  555. .flag.flag-se { background-position: -360px -264px }
  556. .flag.flag-sg { background-position: 0 -288px }
  557. .flag.flag-sh { background-position: -24px -288px }
  558. .flag.flag-si { background-position: -48px -288px }
  559. .flag.flag-sk { background-position: -72px -288px }
  560. .flag.flag-sl { background-position: -96px -288px }
  561. .flag.flag-sm { background-position: -120px -288px }
  562. .flag.flag-sn { background-position: -144px -288px }
  563. .flag.flag-so { background-position: -168px -288px }
  564. .flag.flag-sr { background-position: -192px -288px }
  565. .flag.flag-ss { background-position: -216px -288px }
  566. .flag.flag-st { background-position: -240px -288px }
  567. .flag.flag-sv { background-position: -264px -288px }
  568. .flag.flag-sy { background-position: -288px -288px }
  569. .flag.flag-sz { background-position: -312px -288px }
  570. .flag.flag-tc { background-position: -336px -288px }
  571. .flag.flag-td { background-position: -360px -288px }
  572. .flag.flag-tf { background-position: 0 -312px }
  573. .flag.flag-tg { background-position: -24px -312px }
  574. .flag.flag-th { background-position: -48px -312px }
  575. .flag.flag-tj { background-position: -72px -312px }
  576. .flag.flag-tk { background-position: -96px -312px }
  577. .flag.flag-tl { background-position: -120px -312px }
  578. .flag.flag-tm { background-position: -144px -312px }
  579. .flag.flag-tn { background-position: -168px -312px }
  580. .flag.flag-to { background-position: -192px -312px }
  581. .flag.flag-tr { background-position: -216px -312px }
  582. .flag.flag-tt { background-position: -240px -312px }
  583. .flag.flag-tv { background-position: -264px -312px }
  584. .flag.flag-tw { background-position: -288px -312px }
  585. .flag.flag-tz { background-position: -312px -312px }
  586. .flag.flag-ua { background-position: -336px -312px }
  587. .flag.flag-ug { background-position: -360px -312px }
  588. .flag.flag-us { background-position: 0 -336px }
  589. .flag.flag-uy { background-position: -24px -336px }
  590. .flag.flag-uz { background-position: -48px -336px }
  591. .flag.flag-va { background-position: -72px -336px }
  592. .flag.flag-vc { background-position: -96px -336px }
  593. .flag.flag-ve { background-position: -120px -336px }
  594. .flag.flag-vg { background-position: -144px -336px }
  595. .flag.flag-vi { background-position: -168px -336px }
  596. .flag.flag-vn { background-position: -192px -336px }
  597. .flag.flag-vu { background-position: -216px -336px }
  598. .flag.flag-wf { background-position: -240px -336px }
  599. .flag.flag-ws { background-position: -264px -336px }
  600. .flag.flag-ye { background-position: -288px -336px }
  601. .flag.flag-yt { background-position: -312px -336px }
  602. .flag.flag-za { background-position: -336px -336px }
  603. .flag.flag-zm { background-position: -360px -336px }
  604. .flag.flag-zw { background-position: 0 -360px }
  605.  
  606. .overlay {
  607.  position: fixed;
  608.  left: 0;
  609.  top: 0;
  610.  width: 100%;
  611.  height: 100%;
  612.  background-color: rgba(50, 50, 50, 0.8);
  613.  z-index: 100;
  614.  display: none;
  615.  cursor: pointer;
  616. }
  617.  
  618. .hint {
  619.  display: none;
  620.  position: absolute;
  621.  background: #fff;
  622.  font-family: "Comfortaa-Bold", sans-serif;
  623.  font-size: 15px;
  624.  line-height: 16px;
  625.  padding: 5px;
  626.  color: rgba(0, 0, 0, 0.5);
  627.  border-radius: 2px;
  628.  min-width: 140px;
  629.  width: 200px;
  630.  text-align: center;
  631.  border: 2px solid #4AC1F4;
  632.  z-index: 101;
  633. }
  634. .hint:after {
  635.  content: "";
  636.  position: absolute;
  637.  width: 20px;
  638.  height: 20px;
  639.  background: white;
  640.  border-left: 3px solid #4AC1F4;
  641.  border-top: 3px solid #4AC1F4;
  642.  top: -13px;
  643.  border-bottom-right-radius: 4px;
  644.  left: 90px;
  645.  transform: rotate(45deg);
  646.  z-index: -1;
  647. }
  648.  
  649. .highlighted {
  650.  z-index: 101;
  651.  position: relative;
  652. }
  653. .highlighted .hint {
  654.  display: block;
  655. }
  656.  
  657. .green_text {
  658.  color: #05FF00 !important;
  659. }
  660.  
  661. .red_text {
  662.  color: #FF6767 !important;
  663. }
  664.  
  665. .yellow_text {
  666.  color: #FFD43E !important;
  667. }
  668.  
  669. .blue_text {
  670.  color: #4AC1F4 !important;
  671. }
  672.  
  673. .neutral_text {
  674.  color: rgba(68, 108, 179, 0.7) !important;
  675. }
  676.  
  677. .white_text {
  678.  color: white !important;
  679. }
  680.  
  681. .neutral_text_dark {
  682.  color: #b9b2cb !important;
  683. }
  684.  
  685. .fav_changer_add {
  686.  display: none;
  687.  position: absolute;
  688.  background-color: #FFD43E;
  689.  color: white;
  690.  padding: 3px 10px;
  691.  font-size: 12px;
  692.  border-radius: 3px;
  693.  z-index: 1;
  694. }
  695.  
  696. .social_block_links_wrapper {
  697.  margin-top: 20px;
  698. }
  699. .social_block_links_wrapper div.title {
  700.  font-family: "Comfortaa-Bold";
  701.  font-style: normal;
  702.  font-size: 24px;
  703.  text-transform: none;
  704.  margin-bottom: 15px;
  705.  color: #4AC1F4;
  706. }
  707. .social_block_links_wrapper .social_block_links {
  708.  display: flex;
  709.  align-items: center;
  710.  flex-wrap: wrap;
  711. }
  712. .social_block_links_wrapper .social_block_links a {
  713.  display: flex;
  714.  justify-content: center;
  715.  align-items: center;
  716.  margin-right: 10px;
  717.  margin-bottom: 10px;
  718.  padding: 10px 20px;
  719.  font-size: 15px;
  720.  border-radius: 25px;
  721.  color: white;
  722.  text-decoration: none;
  723.  min-width: 126px;
  724.  text-align: center;
  725.  font-family: "Comfortaa-Bold";
  726. }
  727. .social_block_links_wrapper .social_block_links a .social-logo {
  728.  display: flex;
  729.  align-items: center;
  730.  justify-content: center;
  731.  width: 25px;
  732.  height: 25px;
  733.  border-radius: 50%;
  734.  margin-right: 5px;
  735. }
  736. .social_block_links_wrapper .social_block_links a svg {
  737.  width: 25px;
  738.  height: 25px;
  739.  fill: #fff;
  740.  stroke: #fff;
  741. }
  742. .social_block_links_wrapper .social_block_links .facebook-link {
  743.  background-color: #3c5a99;
  744. }
  745. .social_block_links_wrapper .social_block_links .facebook-link .social-logo {
  746.  color: #3c5a99;
  747. }
  748. .social_block_links_wrapper .social_block_links .facebook-link:hover {
  749.  background-color: rgba(60, 90, 153, 0.8);
  750. }
  751. .social_block_links_wrapper .social_block_links .twitter-link {
  752.  background-color: #1da1f2;
  753. }
  754. .social_block_links_wrapper .social_block_links .twitter-link .social-logo {
  755.  color: #1da1f2;
  756. }
  757. .social_block_links_wrapper .social_block_links .twitter-link:hover {
  758.  background-color: rgba(29, 161, 242, 0.8);
  759. }
  760. .social_block_links_wrapper .social_block_links .vk-link {
  761.  background-color: #4a76a8;
  762. }
  763. .social_block_links_wrapper .social_block_links .vk-link .social-logo {
  764.  color: #4a76a8;
  765. }
  766. .social_block_links_wrapper .social_block_links .vk-link:hover {
  767.  background-color: rgba(74, 118, 168, 0.8);
  768. }
  769. .social_block_links_wrapper .social_block_links .whatsapp-link {
  770.  background-color: #2cb742;
  771. }
  772. .social_block_links_wrapper .social_block_links .whatsapp-link .social-logo {
  773.  color: #2cb742;
  774. }
  775. .social_block_links_wrapper .social_block_links .whatsapp-link:hover {
  776.  background-color: rgba(44, 183, 66, 0.8);
  777. }
  778. .social_block_links_wrapper .social_block_links .facebook-link {
  779.  background-color: #3c5a99;
  780. }
  781. .social_block_links_wrapper .social_block_links .facebook-link .social-logo {
  782.  color: #3c5a99;
  783. }
  784. .social_block_links_wrapper .social_block_links .fav-link {
  785.  background-color: #fbc300;
  786. }
  787. .social_block_links_wrapper .social_block_links .fav-link i {
  788.  margin-right: 5px;
  789. }
  790.  
  791. .header_ad {
  792.  position: relative;
  793.  width: 100%;
  794.  height: 100%;
  795.  top: 0;
  796.  left: 0;
  797.  display: flex;
  798.  z-index: 999;
  799.  align-items: center;
  800.  justify-content: center;
  801.  background-color: #FFD43E;
  802.  background-image: url("../images/header_ad.webp");
  803.  background-size: cover;
  804.  background-repeat: no-repeat;
  805.  background-position: center;
  806. }
  807. .header_ad .ad_wrapper {
  808.  height: 100%;
  809.  display: flex;
  810.  position: relative;
  811.  align-items: center;
  812.  justify-content: center;
  813.  text-align: center;
  814. }
  815. .header_ad .ad_wrapper p {
  816.  margin-bottom: 0;
  817.  font-family: "Comfortaa-Regular";
  818.  font-size: 16px;
  819. }
  820. .header_ad .ad_wrapper p b {
  821.  font-family: "Comfortaa-Bold";
  822.  font-weight: 700;
  823. }
  824. @-moz-document url-prefix() {
  825.  .header_ad .ad_wrapper p b {
  826.    font-weight: 500;
  827.  }
  828. }
  829. .header_ad .ad_wrapper p span {
  830.  font-family: "Comfortaa-Regular";
  831.  color: #FF6767;
  832. }
  833. .header_ad .ad_wrapper .close-ad {
  834.  position: absolute;
  835.  right: -30px;
  836.  z-index: 7000;
  837.  cursor: pointer;
  838. }
  839. .header_ad .ad_wrapper .close-ad img {
  840.  filter: brightness(0) invert(1);
  841.  width: 15px;
  842.  height: 15px;
  843.  margin-top: -5px;
  844. }
  845.  
  846. .header_ad_mob {
  847.  display: none;
  848. }
  849.  
  850. .changers {
  851.  display: flex;
  852.  flex-flow: row nowrap;
  853.  align-items: center;
  854. }
  855.  
  856. .hidden {
  857.  display: none;
  858. }
  859.  
  860. .theme_changer ul, .change_view ul {
  861.  list-style: none;
  862.  margin: 5px 10px 0;
  863.  padding: 0;
  864. }
  865.  
  866. .theme_link_top, .change_view_top {
  867.  cursor: pointer;
  868.  position: relative;
  869.  display: block;
  870.  width: 53px;
  871.  height: 16px;
  872.  background: #fff;
  873.  border-radius: 100px;
  874.  outline: none;
  875.  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  876. }
  877. .theme_link_top:before, .change_view_top:before {
  878.  content: "";
  879.  position: absolute;
  880.  width: 22px;
  881.  height: 22px;
  882.  margin-top: -11px;
  883.  top: 50%;
  884.  left: 0;
  885.  background: #fff url("/images/ico-sun.svg") no-repeat center;
  886.  border-radius: 50%;
  887.  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  888.  transform: scale(1.1);
  889. }
  890.  
  891. .change_view_top:before {
  892.  background: #fff url("/images/ico-table-b.svg") no-repeat center;
  893. }
  894. .change_view_top.active:before {
  895.  background: #0052B4 url("/images/ico-table.svg") no-repeat center;
  896.  left: calc(100% - 22px);
  897. }
  898.  
  899. .city_changer {
  900.  position: relative;
  901.  display: inline-block;
  902.  margin-right: 10px;
  903.  width: 150px;
  904. }
  905. .city_changer select {
  906.  display: inline-block;
  907.  width: 100%;
  908.  font-family: "Comfortaa-Regular";
  909.  color: rgba(34, 34, 34, 0.62);
  910.  background: rgba(255, 255, 255, 0.85);
  911.  font-size: 11px;
  912.  cursor: pointer;
  913.  padding: 1px 30px 1px 10px;
  914.  outline: 0;
  915.  border: 0;
  916.  border-radius: 30px;
  917.  appearance: none;
  918.  -webkit-appearance: none;
  919.  -moz-appearance: none;
  920.  position: relative;
  921. }
  922. .city_changer select::-ms-expand {
  923.  display: none;
  924. }
  925. .city_changer:after {
  926.  content: "";
  927.  position: absolute;
  928.  right: 10px;
  929.  top: 0;
  930.  bottom: 0;
  931.  width: 10px;
  932.  height: 10px;
  933.  margin: auto;
  934.  transform: rotate(-45deg);
  935.  border-left: 1px solid #000;
  936.  border-bottom: 1px solid #000;
  937. }
  938.  
  939. header {
  940.  background: #fff;
  941. }
  942. header .fixed-header {
  943.  position: fixed;
  944.  top: 0;
  945.  left: 0;
  946.  right: 0;
  947.  z-index: 4;
  948. }
  949. header .marquee_wrapper {
  950.  display: flex;
  951.  flex-flow: row nowrap;
  952.  background-color: #000080;
  953. }
  954. header .marquee_wrapper .close-marquee {
  955.  width: 25px;
  956.  cursor: pointer;
  957.  background-color: #000080;
  958.  text-align: center;
  959. }
  960. header .marquee_wrapper .close-marquee img {
  961.  filter: brightness(0) invert(1);
  962.  width: 15px;
  963.  height: 15px;
  964. }
  965. header .marquee {
  966.  width: calc(100% - 25px);
  967.  overflow: hidden;
  968.  height: 25px;
  969. }
  970. header .marquee .course {
  971.  display: inline-block;
  972.  margin-right: 15px;
  973.  font-size: 12px;
  974.  color: white;
  975. }
  976. header .marquee .course a {
  977.  color: white;
  978. }
  979. header .header_course_wrapper {
  980.  background-color: #4AC1F4;
  981.  position: relative;
  982.  border-bottom-left-radius: 15px;
  983.  border-bottom-right-radius: 15px;
  984. }
  985. header .header_course_wrapper .top_header_wrap {
  986.  display: flex;
  987.  justify-content: space-between;
  988.  align-items: center;
  989.  padding: 5px 0;
  990. }
  991. header .header_course_wrapper .top_header_wrap .header_course {
  992.  display: flex;
  993. }
  994. header .header_course_wrapper .top_header_wrap .header_course .course_block {
  995.  color: #ffffff;
  996.  font-family: "Comfortaa-Bold";
  997.  font-size: 13px;
  998.  margin-right: 10px;
  999. }
  1000. header .header_course_wrapper .top_header_wrap .header_course .course_block span {
  1001.  color: rgba(0, 0, 0, 0.54);
  1002.  font-family: "Comfortaa-Bold";
  1003. }
  1004. header .header_menu_wrapper {
  1005.  padding: 10px 0 0;
  1006.  position: relative;
  1007.  margin-top: 92px;
  1008. }
  1009. header .header_menu_wrapper .header_logo {
  1010.  height: 100%;
  1011.  display: flex;
  1012.  align-items: center;
  1013.  justify-content: center;
  1014. }
  1015. header .header_menu_wrapper .header_logo img {
  1016.  max-width: 100%;
  1017.  height: auto;
  1018. }
  1019. header .header_menu_wrapper .header_menu.active {
  1020.  padding: 40px 0;
  1021. }
  1022. header .header_menu_wrapper .header_menu ul {
  1023.  height: auto;
  1024.  padding: 0;
  1025.  margin: 0;
  1026.  display: flex;
  1027.  justify-content: space-around;
  1028.  align-items: center;
  1029.  list-style: none;
  1030. }
  1031. header .header_menu_wrapper .header_menu ul li {
  1032.  text-align: center;
  1033.  flex-grow: 1;
  1034.  border-right: 3px #4AC1F4 solid;
  1035. }
  1036. header .header_menu_wrapper .header_menu ul li:last-child {
  1037.  border-right: none;
  1038. }
  1039. header .header_menu_wrapper .header_menu ul li a {
  1040.  color: #222222;
  1041.  text-decoration: none;
  1042.  font-family: "Futura PT - Book", sans-serif;
  1043.  font-style: normal;
  1044.  font-weight: 400;
  1045.  font-size: 16px;
  1046. }
  1047. header .header_menu_wrapper .header_menu ul li a:hover {
  1048.  color: #4AC1F4;
  1049. }
  1050.  
  1051. .alternative_top_text {
  1052.  text-align: center;
  1053. }
  1054.  
  1055. .header_search {
  1056.  height: 100%;
  1057.  display: flex;
  1058.  align-items: center;
  1059.  margin-bottom: 0;
  1060.  flex: 2;
  1061. }
  1062. .header_search form, .header_search div.form {
  1063.  display: flex;
  1064.  width: 100%;
  1065.  max-width: 850px;
  1066.  margin: 0 auto 5px;
  1067.  border-radius: 25px;
  1068.  border: 0;
  1069.  position: relative;
  1070.  background: rgba(196, 196, 196, 0.24);
  1071. }
  1072. .header_search form input, .header_search div.form input {
  1073.  outline: none;
  1074.  width: 100%;
  1075.  max-width: 850px;
  1076.  margin: 0 auto;
  1077.  border: none;
  1078.  padding: 7px 15px;
  1079.  border-radius: 25px;
  1080.  font-family: "Comfortaa-Regular";
  1081.  background: transparent;
  1082.  font-weight: 400;
  1083.  font-size: 15px;
  1084.  color: #222222;
  1085. }
  1086. .header_search form button, .header_search div.form button {
  1087.  border: none;
  1088.  border-radius: 0 5px 5px 0;
  1089.  background: none;
  1090.  color: rgba(0, 0, 0, 0.48);
  1091.  outline: none;
  1092.  padding: 10px 25px;
  1093.  font-size: 16px;
  1094.  cursor: pointer;
  1095. }
  1096. .header_search form .helper_list, .header_search div.form .helper_list {
  1097.  display: none;
  1098.  flex-direction: column;
  1099.  position: absolute;
  1100.  top: 100%;
  1101.  left: 0;
  1102.  margin: 0;
  1103.  padding: 0;
  1104.  list-style: none;
  1105.  z-index: 3333;
  1106.  background: white;
  1107.  width: 100%;
  1108.  border: 1px solid rgba(68, 108, 179, 0.3);
  1109.  border-top: none;
  1110.  -moz-border-radius-bottomleft: 5px;
  1111.  -moz-border-radius-bottomright: 5px;
  1112. }
  1113. .header_search form .helper_list li, .header_search div.form .helper_list li {
  1114.  padding: 7px 15px;
  1115.  cursor: pointer;
  1116.  font-family: "Comfortaa-Regular";
  1117.  font-weight: 400;
  1118.  font-size: 16px;
  1119.  color: rgba(34, 34, 34, 0.7);
  1120. }
  1121. .header_search form .helper_list li a, .header_search div.form .helper_list li a {
  1122.  display: block;
  1123. }
  1124. .header_search form .helper_list li:first-child, .header_search div.form .helper_list li:first-child {
  1125.  border-top: 1px solid rgba(68, 108, 179, 0.3);
  1126. }
  1127. .header_search form .helper_list li:hover, .header_search div.form .helper_list li:hover {
  1128.  background: #c7d3e8;
  1129. }
  1130.  
  1131. footer {
  1132.  background-color: rgba(0, 0, 0, 0.32);
  1133.  padding: 20px 0;
  1134. }
  1135. footer .footer_copyright {
  1136.  color: #fff;
  1137.  font-family: "Comfortaa-Bold";
  1138.  font-size: 15px;
  1139. }
  1140. footer .footer_menu {
  1141.  height: 100%;
  1142. }
  1143. footer .footer_menu ul {
  1144.  height: 100%;
  1145.  padding: 0;
  1146.  margin: 0;
  1147.  display: flex;
  1148.  justify-content: space-around;
  1149.  align-items: center;
  1150.  list-style: none;
  1151. }
  1152. footer .footer_menu ul li a {
  1153.  color: #fff;
  1154.  font-family: "Comfortaa-Bold";
  1155.  font-size: 15px;
  1156.  text-decoration: none;
  1157. }
  1158.  
  1159. .page_content {
  1160.  padding: 10px 0;
  1161. }
  1162.  
  1163. @media screen and (min-width: 996px) {
  1164.  .metrics-wrap__sidebar {
  1165.    background: #fff;
  1166.    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
  1167.    border-radius: 30px;
  1168.    max-width: 200px;
  1169.    padding: 15px 5px;
  1170.    position: fixed;
  1171.    z-index: 3;
  1172.    top: 240px;
  1173.    right: -100px;
  1174.    transition: right 1s;
  1175.  }
  1176.  .metrics-wrap__sidebar:hover {
  1177.    right: 0;
  1178.  }
  1179.  .metrics-wrap__sidebar .item-metrics {
  1180.    max-width: 200px;
  1181.    min-height: 80px;
  1182.    height: 80px;
  1183.  }
  1184.  .metrics-wrap__sidebar .item-metrics__title {
  1185.    min-height: auto;
  1186.  }
  1187.  .metrics-wrap__sidebar .item-metrics__subtitle {
  1188.    max-width: 95px;
  1189.    font-size: 10px;
  1190.    line-height: 8px;
  1191.  }
  1192.  .metrics-wrap__sidebar .item-metrics__number {
  1193.    font-size: 18px;
  1194.  }
  1195.  .metrics-wrap__sidebar .item-metrics__arrow img {
  1196.    width: 18px;
  1197.  }
  1198.  .metrics-wrap__sidebar .item-metrics .count-metrics {
  1199.    font-size: 7px;
  1200.    bottom: -10px;
  1201.  }
  1202.  .metrics-wrap__sidebar .btn-line {
  1203.    margin: 5px auto;
  1204.    font-size: 12px;
  1205.  }
  1206.  .metrics-wrap__sidebar .close-metrics {
  1207.    position: absolute;
  1208.    left: 10px;
  1209.    z-index: 3;
  1210.    cursor: pointer;
  1211.    top: 5px;
  1212.  }
  1213.  .metrics-wrap__sidebar .close-metrics img {
  1214.    width: 12px;
  1215.    height: 12px;
  1216.    margin-top: -5px;
  1217.  }
  1218. }
  1219. .sidebar .sidebar_wrapper {
  1220.  position: relative;
  1221. }
  1222. .sidebar .sidebar_wrapper .hint {
  1223.  left: 110%;
  1224.  top: 5%;
  1225. }
  1226. .sidebar .sidebar_wrapper .hint:after {
  1227.  width: 20px;
  1228.  height: 20px;
  1229.  border-left: 3px solid #4AC1F4;
  1230.  border-top: 3px solid #4AC1F4;
  1231.  left: -12px;
  1232.  border-bottom-right-radius: 4px;
  1233.  top: 25%;
  1234.  transform: rotate(-45deg);
  1235. }
  1236. .sidebar .sidebar_buttons {
  1237.  display: flex;
  1238.  justify-content: center;
  1239.  flex-wrap: wrap;
  1240.  padding: 7px 18px 14px;
  1241.  border-top-left-radius: 30px;
  1242.  border-top-right-radius: 30px;
  1243.  background: #4AC1F4;
  1244.  box-shadow: 0 4px 15px #4AC1F4;
  1245.  position: relative;
  1246. }
  1247. .sidebar .sidebar_buttons:after {
  1248.  position: absolute;
  1249.  content: "";
  1250.  height: 3px;
  1251.  width: calc(100% - 20px);
  1252.  margin: 0 auto;
  1253.  left: 0;
  1254.  right: 0;
  1255.  background: #fff;
  1256.  bottom: 10px;
  1257. }
  1258. .sidebar .sidebar_buttons .sidebar_buttons__item {
  1259.  width: 50px;
  1260.  margin: 0 4px 5px;
  1261. }
  1262. .sidebar .sidebar_buttons .side_button {
  1263.  width: 100%;
  1264.  border-radius: 15px;
  1265.  font-size: 12px;
  1266.  color: #fff;
  1267.  font-family: "Comfortaa-Bold";
  1268.  display: flex;
  1269.  align-items: center;
  1270.  justify-content: center;
  1271.  padding: 2px 7px;
  1272.  cursor: pointer;
  1273.  background: none;
  1274.  outline: none;
  1275.  border: 0;
  1276. }
  1277. @-moz-document url-prefix() {
  1278.  .sidebar .sidebar_buttons .side_button {
  1279.    font-weight: 500;
  1280.  }
  1281. }
  1282. .sidebar .sidebar_buttons .side_button .icon {
  1283.  fill: #fff;
  1284.  height: 20px;
  1285.  width: 20px;
  1286. }
  1287. .sidebar .sidebar_buttons .side_button:hover {
  1288.  background-color: #fff;
  1289.  color: #222222;
  1290. }
  1291. .sidebar .sidebar_buttons .side_button:hover .icon {
  1292.  fill: #124EB8;
  1293. }
  1294. .sidebar .sidebar_buttons .side_active {
  1295.  background-color: #fff;
  1296.  color: #222222;
  1297. }
  1298. .sidebar .sidebar_buttons .side_active .icon {
  1299.  fill: #124EB8;
  1300. }
  1301. .sidebar button.currency {
  1302.  padding: 4px 3px 4px 5px;
  1303.  background: transparent;
  1304.  color: #222222;
  1305.  font-family: "Comfortaa-Bold";
  1306.  font-style: normal;
  1307.  font-size: 9px;
  1308.  border: none;
  1309.  cursor: pointer;
  1310.  transition: background-color 0.3s;
  1311.  outline: none;
  1312.  text-align: left;
  1313.  overflow: hidden;
  1314. }
  1315. @-moz-document url-prefix() {
  1316.  .sidebar button.currency {
  1317.    font-weight: 400;
  1318.  }
  1319. }
  1320. .sidebar button.currency:hover, .sidebar button.currency.active {
  1321.  color: #fff;
  1322.  background: #124EB8;
  1323. }
  1324. .sidebar button.currency:disabled {
  1325.  color: rgba(34, 34, 34, 0.5);
  1326.  opacity: 0.4;
  1327. }
  1328. .sidebar button.currency.hidden {
  1329.  display: none;
  1330. }
  1331. .sidebar .sidebar_item_wrap {
  1332.  background: rgba(74, 193, 244, 0.83);
  1333.  box-shadow: 0px 4px 15px #4AC1F4;
  1334.  border-radius: 30px;
  1335. }
  1336. .sidebar .sidebar_info {
  1337.  padding: 0 6px 10px;
  1338. }
  1339. .sidebar .sidebar_info ul {
  1340.  padding: 0;
  1341.  list-style: none;
  1342. }
  1343. .sidebar .sidebar_info li {
  1344.  display: flex;
  1345.  font-size: 9px;
  1346.  color: #fff;
  1347.  font-family: "Comfortaa-Bold";
  1348.  font-weight: bold;
  1349.  border-bottom: 1px solid #fff;
  1350.  padding: 14px 5px;
  1351. }
  1352. @-moz-document url-prefix() {
  1353.  .sidebar .sidebar_info li {
  1354.    font-weight: 500;
  1355.  }
  1356. }
  1357. .sidebar .sidebar_info li:first-child {
  1358.  border-bottom: 0;
  1359.  padding: 14px 14px 18px;
  1360. }
  1361. .sidebar .sidebar_info li:first-child span {
  1362.  font-size: 18px;
  1363. }
  1364. .sidebar .sidebar_info li:first-child span:first-child {
  1365.  color: rgba(0, 0, 0, 0.6);
  1366. }
  1367. .sidebar .sidebar_info li:first-child span:last-child {
  1368.  color: #9DFF6F;
  1369. }
  1370. .sidebar .sidebar_info li:last-child {
  1371.  border-bottom: 0;
  1372. }
  1373. .sidebar .sidebar_info span {
  1374.  width: 50%;
  1375.  text-align: center;
  1376.  box-sizing: border-box;
  1377.  padding: 0 10px;
  1378. }
  1379. .sidebar #popular_content, .sidebar #favorite_content {
  1380.  display: none;
  1381. }
  1382. .sidebar .sidebar_content .table_title {
  1383.  background-color: #4AC1F4;
  1384.  color: #fff;
  1385.  padding: 0 30px;
  1386.  text-align: center;
  1387. }
  1388. .sidebar .sidebar_content .table_block {
  1389.  border-radius: 30px;
  1390.  background-color: #4AC1F4;
  1391.  margin: 0 -15px 15px;
  1392.  padding: 0 15px 10px;
  1393. }
  1394. .sidebar .sidebar_content .table_block:first-child {
  1395.  padding: 0 15px 15px;
  1396.  border-top-left-radius: 0;
  1397.  border-top-right-radius: 0;
  1398.  border-bottom-left-radius: 30px;
  1399.  border-bottom-right-radius: 30px;
  1400. }
  1401. .sidebar .sidebar_content .table_block:last-child {
  1402.  margin-bottom: 0;
  1403. }
  1404. .sidebar .sidebar_content .table_block .table_wrap {
  1405.  display: none;
  1406.  padding: 0;
  1407. }
  1408. .sidebar .sidebar_content .table_block .table_title i {
  1409.  transform: rotate(0);
  1410. }
  1411. .sidebar .sidebar_content .table_block.active {
  1412.  padding: 10px 15px 10px;
  1413.  overflow: hidden;
  1414. }
  1415. .sidebar .sidebar_content .table_block.active .table_wrap {
  1416.  display: block;
  1417. }
  1418. .sidebar .sidebar_content .table_block.active .table_title i {
  1419.  transform: rotate(180deg);
  1420. }
  1421. .sidebar .sidebar_content .table_block div.sidebar_column {
  1422.  padding: 0;
  1423.  width: 50%;
  1424. }
  1425. .sidebar .sidebar_content .table_block div.sidebar_column button:last-of-type {
  1426.  border-bottom: 0;
  1427. }
  1428. .sidebar .sidebar_content .table_block div.sidebar_cell {
  1429.  padding: 4px 5px;
  1430.  font-size: 15px;
  1431.  text-align: center;
  1432.  font-family: "Comfortaa-Bold";
  1433. }
  1434. @-moz-document url-prefix() {
  1435.  .sidebar .sidebar_content .table_block div.sidebar_cell {
  1436.    font-weight: 500;
  1437.  }
  1438. }
  1439. .sidebar .sidebar_content .table_block div.sidebar_cell:last-child {
  1440.  color: #9DFF6F;
  1441. }
  1442. .sidebar .sidebar_content .table_block button.currency {
  1443.  padding: 4px 3px 4px 5px;
  1444.  background: transparent;
  1445.  color: #fff;
  1446.  font-family: "Futura PT - Book", sans-serif;
  1447.  font-style: normal;
  1448.  font-size: 11px;
  1449.  border: none;
  1450.  cursor: pointer;
  1451.  transition: background-color 0.3s;
  1452.  outline: none;
  1453.  width: 100%;
  1454.  text-align: left;
  1455.  overflow: hidden;
  1456.  border-bottom: 1px solid #fff;
  1457. }
  1458. .sidebar .sidebar_content .table_block button.currency:hover, .sidebar .sidebar_content .table_block button.currency.active {
  1459.  background: #124EB8;
  1460. }
  1461. .sidebar .sidebar_content .table_block button.currency:disabled {
  1462.  opacity: 0.4;
  1463. }
  1464. .sidebar .sidebar_content .table_block button.currency.hidden {
  1465.  display: none;
  1466. }
  1467. .sidebar .sidebar_content .table_block td {
  1468.  padding: 7px 15px;
  1469.  background: transparent;
  1470.  color: #fff;
  1471.  font-family: "Futura PT - Book", sans-serif;
  1472.  font-size: 12px;
  1473.  margin-right: 5px;
  1474.  border-bottom: 1px solid #eaf2ff;
  1475.  cursor: pointer;
  1476.  transition: background-color 0.3s;
  1477.  display: flex;
  1478.  justify-content: space-between;
  1479.  align-items: center;
  1480. }
  1481. .sidebar .sidebar_content .table_block td a {
  1482.  color: #fff;
  1483. }
  1484. .sidebar .sidebar_content .table_block td a i {
  1485.  color: #4AC1F4;
  1486.  margin: 0 8px;
  1487. }
  1488. .sidebar .sidebar_content .table_block td a:visited {
  1489.  color: #fff;
  1490. }
  1491. .sidebar .sidebar_content .table_block td a:hover {
  1492.  text-decoration: none;
  1493. }
  1494. .sidebar .sidebar_content .table_block td:hover {
  1495.  background: #124EB8;
  1496.  color: white;
  1497. }
  1498. .sidebar .sidebar_content .table_block td:hover a {
  1499.  color: white;
  1500. }
  1501. .sidebar .sidebar_content .table_block td:hover a i {
  1502.  color: white;
  1503. }
  1504. .sidebar .sidebar_content .table_block .table_title {
  1505.  color: #ffffff;
  1506.  padding: 0;
  1507.  font-family: "Comfortaa-Bold";
  1508.  font-size: 16px;
  1509.  cursor: pointer;
  1510.  display: flex;
  1511.  justify-content: space-between;
  1512.  align-items: center;
  1513. }
  1514. @-moz-document url-prefix() {
  1515.  .sidebar .sidebar_content .table_block .table_title {
  1516.    font-weight: 500;
  1517.  }
  1518. }
  1519. .sidebar .sidebar_content .table_block .table_title i {
  1520.  margin-top: 3px;
  1521. }
  1522. .sidebar .sidebar_content .table_block .table_title span {
  1523.  text-align: left;
  1524.  flex-grow: 1;
  1525.  flex-basis: 0;
  1526. }
  1527. .sidebar .sidebar_content .table_block .table_title + .table_wrap {
  1528.  display: none;
  1529. }
  1530. .sidebar #sidebar_1 {
  1531.  margin-top: -20px;
  1532. }
  1533. .sidebar #sidebar_2 .table_block {
  1534.  margin: 0 0 15px;
  1535. }
  1536. .sidebar #sidebar_3 .table_block {
  1537.  margin: 0 0 15px;
  1538. }
  1539. .sidebar #popular_content .table_block, .sidebar #favorite_content .table_block, .sidebar #sidebar_2 .table_block, .sidebar #sidebar_3 .table_block {
  1540.  border-bottom-right-radius: 30px;
  1541.  border-bottom-left-radius: 30px;
  1542.  border-top-left-radius: 0;
  1543.  border-top-right-radius: 0;
  1544.  overflow: hidden;
  1545. }
  1546. .sidebar #popular_content .table_block table, .sidebar #favorite_content .table_block table, .sidebar #sidebar_2 .table_block table, .sidebar #sidebar_3 .table_block table {
  1547.  width: 100%;
  1548. }
  1549. .sidebar #popular_content .table_block table tr:last-child td, .sidebar #favorite_content .table_block table tr:last-child td, .sidebar #sidebar_2 .table_block table tr:last-child td, .sidebar #sidebar_3 .table_block table tr:last-child td {
  1550.  border-bottom: 0;
  1551. }
  1552. .sidebar #popular_content .table_block table td, .sidebar #favorite_content .table_block table td, .sidebar #sidebar_2 .table_block table td, .sidebar #sidebar_3 .table_block table td {
  1553.  text-transform: none;
  1554.  background: transparent;
  1555. }
  1556. .sidebar #popular_content .table_block table td a, .sidebar #favorite_content .table_block table td a, .sidebar #sidebar_2 .table_block table td a, .sidebar #sidebar_3 .table_block table td a {
  1557.  font-size: 13px;
  1558.  font-family: "Futura PT - Book", sans-serif;
  1559. }
  1560. @-moz-document url-prefix() {
  1561.  .sidebar #popular_content .table_block table td a, .sidebar #favorite_content .table_block table td a, .sidebar #sidebar_2 .table_block table td a, .sidebar #sidebar_3 .table_block table td a {
  1562.    font-weight: 500;
  1563.  }
  1564. }
  1565. .sidebar #popular_content .table_block table td i, .sidebar #favorite_content .table_block table td i, .sidebar #sidebar_2 .table_block table td i, .sidebar #sidebar_3 .table_block table td i {
  1566.  color: #fff;
  1567.  margin: 0 8px;
  1568. }
  1569. .sidebar #popular_content .table_block table td:hover, .sidebar #favorite_content .table_block table td:hover, .sidebar #sidebar_2 .table_block table td:hover, .sidebar #sidebar_3 .table_block table td:hover {
  1570.  background: #124EB8;
  1571. }
  1572. .sidebar #popular_content .table_block table td:hover i, .sidebar #favorite_content .table_block table td:hover i, .sidebar #sidebar_2 .table_block table td:hover i, .sidebar #sidebar_3 .table_block table td:hover i {
  1573.  color: white;
  1574. }
  1575. .sidebar .report {
  1576.  margin-top: 15px;
  1577. }
  1578. .sidebar .report .report_info {
  1579.  padding: 20px;
  1580.  position: relative;
  1581.  text-align: center;
  1582. }
  1583. .sidebar .report .report_info:after {
  1584.  position: absolute;
  1585.  content: "";
  1586.  top: 0;
  1587.  left: 0;
  1588.  z-index: -1;
  1589.  width: 100%;
  1590.  height: 100%;
  1591.  border: 3px solid #4AC1F4;
  1592.  box-sizing: border-box;
  1593.  border-radius: 30px;
  1594.  filter: drop-shadow(0px 4px 10px #4AC1F4);
  1595. }
  1596. .sidebar .report .title {
  1597.  border-radius: 30px;
  1598.  margin-bottom: 20px;
  1599.  background-color: #4AC1F4;
  1600.  padding: 10px 15px;
  1601.  box-shadow: 0px 4px 10px #C0ECFF;
  1602.  color: #ffffff;
  1603.  font-family: "Comfortaa-Regular";
  1604.  font-size: 16px;
  1605.  font-weight: 400;
  1606.  align-items: center;
  1607. }
  1608. .sidebar .report .report_info_media {
  1609.  margin-bottom: 14px;
  1610. }
  1611. .sidebar .report .report_info_title {
  1612.  font-size: 14px;
  1613.  font-family: "Comfortaa-Regular";
  1614.  margin-bottom: 10px;
  1615. }
  1616. .sidebar .report .input {
  1617.  padding: 15px;
  1618.  text-align: center;
  1619. }
  1620. .sidebar .report .input textarea {
  1621.  text-align: center;
  1622.  padding: 5px;
  1623.  outline: none;
  1624.  width: 100%;
  1625.  height: 40px;
  1626.  border: 0;
  1627.  font-family: "Comfortaa-Bold";
  1628.  font-style: normal;
  1629.  font-weight: bold;
  1630.  background-color: #F1F1F1;
  1631.  font-size: 14px;
  1632.  line-height: 25px;
  1633.  border-radius: 25px;
  1634.  color: #222222;
  1635.  resize: none;
  1636.  transition: all ease 300ms;
  1637. }
  1638. @-moz-document url-prefix() {
  1639.  .sidebar .report .input textarea {
  1640.    font-weight: 500;
  1641.  }
  1642. }
  1643. .sidebar .report .input textarea.textarea_height {
  1644.  height: 140px;
  1645.  line-height: 18px;
  1646. }
  1647. .sidebar .report .input button {
  1648.  margin-top: 10px;
  1649.  border: none;
  1650.  outline: none;
  1651.  color: #fff;
  1652.  font-family: "Comfortaa-bold";
  1653.  font-size: 14px;
  1654.  padding: 5px 25px;
  1655.  background: #4AC1F4;
  1656.  box-shadow: 0px 4px 10px #4AC1F4;
  1657.  border-radius: 20px;
  1658. }
  1659. @-moz-document url-prefix() {
  1660.  .sidebar .report .input button {
  1661.    font-weight: 500;
  1662.  }
  1663. }
  1664.  
  1665. .reviews {
  1666.  display: flex;
  1667.  flex-wrap: wrap;
  1668.  margin: 0 -15px;
  1669. }
  1670.  
  1671. .review_wrap {
  1672.  width: calc(50% - 30px);
  1673.  margin: 0 15px 15px;
  1674. }
  1675.  
  1676. .changer_name_icon {
  1677.  width: 40px;
  1678.  display: inline-block;
  1679.  vertical-align: middle;
  1680. }
  1681.  
  1682. .homepage_buttons {
  1683.  display: flex;
  1684. }
  1685. .homepage_buttons .home_button {
  1686.  width: 165px;
  1687.  margin-right: 15px;
  1688.  display: flex;
  1689.  align-items: center;
  1690.  justify-content: center;
  1691.  padding: 3px 8px;
  1692.  cursor: pointer;
  1693.  background: none;
  1694.  outline: none;
  1695.  border-radius: 25px;
  1696.  border: 2px solid #4AC1F4;
  1697.  font-family: "Comfortaa-Bold";
  1698.  font-size: 14px;
  1699.  color: #222222;
  1700.  position: relative;
  1701.  font-size: 16px;
  1702.  padding: 8px 13px;
  1703. }
  1704. @-moz-document url-prefix() {
  1705.  .homepage_buttons .home_button {
  1706.    font-weight: 500;
  1707.  }
  1708. }
  1709. @-moz-document url-prefix() {
  1710.  .homepage_buttons .home_button {
  1711.    font-weight: 500;
  1712.  }
  1713. }
  1714. .homepage_buttons .home_button img {
  1715.  margin-right: 8px;
  1716.  max-width: 17px;
  1717.  max-height: 17px;
  1718.  min-height: 15px;
  1719.  min-width: 15px;
  1720. }
  1721. .homepage_buttons .home_active {
  1722.  background: #4AC1F4;
  1723.  border-color: #4AC1F4;
  1724.  color: #fff;
  1725. }
  1726. .homepage_buttons .home_active img, .homepage_buttons .home_active svg {
  1727.  fill: #7CFF3E;
  1728. }
  1729. .homepage_buttons .home_active .svg_negative {
  1730.  fill: #FF6767;
  1731. }
  1732.  
  1733. .homepage_content h1 {
  1734.  font-family: "Comfortaa-Bold";
  1735.  font-size: 28px;
  1736.  font-weight: 700;
  1737.  text-transform: uppercase;
  1738.  color: #222222;
  1739.  margin-bottom: 0;
  1740.  line-height: 1;
  1741. }
  1742. @-moz-document url-prefix() {
  1743.  .homepage_content h1 {
  1744.    font-weight: 500;
  1745.  }
  1746. }
  1747. .homepage_content h3 {
  1748.  font-family: "Comfortaa-Bold";
  1749.  font-size: 20px;
  1750.  line-height: 34px;
  1751.  color: #222222;
  1752.  font-weight: 700;
  1753. }
  1754. @-moz-document url-prefix() {
  1755.  .homepage_content h3 {
  1756.    font-weight: 500;
  1757.  }
  1758. }
  1759. .homepage_content .monitor_table {
  1760.  border: 0;
  1761.  border-radius: 5px;
  1762.  max-width: 960px;
  1763.  margin: 0 auto;
  1764. }
  1765. .homepage_content .monitor_table table {
  1766.  width: 100%;
  1767.  border-collapse: collapse;
  1768. }
  1769. .homepage_content .monitor_table table sub {
  1770.  font-family: "Comfortaa-Bold";
  1771.  top: 8px !important;
  1772.  font-size: 11px !important;
  1773.  width: 100%;
  1774.  text-align: right;
  1775.  display: flex;
  1776.  justify-content: flex-end;
  1777. }
  1778. @-moz-document url-prefix() {
  1779.  .homepage_content .monitor_table table sub {
  1780.    font-weight: 500;
  1781.  }
  1782. }
  1783. .homepage_content .monitor_table table thead tr th {
  1784.  font-family: "Comfortaa-Regular";
  1785.  font-size: 15px;
  1786.  color: #222222;
  1787.  font-style: normal;
  1788.  font-weight: normal;
  1789.  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  1790. }
  1791. .homepage_content .monitor_table table tbody {
  1792.  line-height: 1;
  1793. }
  1794. .homepage_content .monitor_table table tbody tr.selected {
  1795.  background: linear-gradient(360deg, rgba(124, 255, 62, 0.4) 2.47%, rgba(124, 255, 62, 0) 97.39%) !important;
  1796. }
  1797. .homepage_content .monitor_table table tbody tr.unactive {
  1798.  opacity: 0.5;
  1799. }
  1800. .homepage_content .monitor_table table tbody tr td {
  1801.  padding: 10px;
  1802.  color: #222222;
  1803.  font-family: "Comfortaa-Bold";
  1804.  font-style: normal;
  1805.  font-size: 15px;
  1806.  cursor: pointer;
  1807.  transition: 0.3s;
  1808.  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  1809. }
  1810. @-moz-document url-prefix() {
  1811.  .homepage_content .monitor_table table tbody tr td {
  1812.    font-weight: 500;
  1813.  }
  1814. }
  1815. .homepage_content .monitor_table table tbody tr td.give_money {
  1816.  font-family: "Comfortaa-Regular";
  1817.  font-weight: normal;
  1818. }
  1819. .homepage_content .monitor_table table tbody tr td a {
  1820.  color: #222222;
  1821. }
  1822. .homepage_content .monitor_table table tbody tr td b, .homepage_content .monitor_table table tbody tr td strong {
  1823.  font-family: "Comfortaa-Bold";
  1824. }
  1825. @-moz-document url-prefix() {
  1826.  .homepage_content .monitor_table table tbody tr td b, .homepage_content .monitor_table table tbody tr td strong {
  1827.    font-weight: 500;
  1828.  }
  1829. }
  1830. .homepage_content .monitor_table table tbody tr td .right-space {
  1831.  margin-right: 0.15em;
  1832. }
  1833. .homepage_content .monitor_table table tbody tr td .fs-sm {
  1834.  font-family: "Comfortaa-Bold";
  1835. }
  1836. .homepage_content .monitor_table table tbody tr .changer_name {
  1837.  position: relative;
  1838. }
  1839. .homepage_content .monitor_table table tbody tr .changer_name p {
  1840.  text-align: left;
  1841.  margin-bottom: 0;
  1842. }
  1843. .homepage_content .monitor_table table tbody tr .changer_name .changer_rate {
  1844.  display: none;
  1845. }
  1846. .homepage_content .monitor_table table tbody tr .changer_name .changer_rate a.mobile_link {
  1847.  font-weight: 100;
  1848.  font-size: 16px;
  1849. }
  1850. .homepage_content .monitor_table table tbody tr .changer_name .changer_icon {
  1851.  max-width: 16px;
  1852.  max-height: 16px;
  1853.  width: 16px;
  1854.  height: 16px;
  1855.  position: relative;
  1856.  display: inline-block;
  1857.  float: right;
  1858.  margin-left: 2px;
  1859.  margin-bottom: 2px;
  1860. }
  1861. .homepage_content .monitor_table table tbody tr .changer_name .changer_icon img {
  1862.  width: 100%;
  1863.  height: 100%;
  1864. }
  1865. .homepage_content .monitor_table table tbody tr .changer_name .changer_icon img:hover + .icon_help {
  1866.  display: flex;
  1867. }
  1868. .homepage_content .monitor_table table tbody tr .changer_name .changer_icon .icon_help {
  1869.  position: absolute;
  1870.  background: white;
  1871.  font-family: "Comfortaa-Bold";
  1872.  font-weight: 700;
  1873.  font-size: 15px;
  1874.  color: rgba(34, 34, 34, 0.59);
  1875.  letter-spacing: 0.09em;
  1876.  border: 3px solid #4AC1F4;
  1877.  border-radius: 4px;
  1878.  bottom: 150%;
  1879.  display: none;
  1880.  text-align: center;
  1881.  justify-content: center;
  1882.  align-items: center;
  1883.  padding: 5px 5px 10px;
  1884.  line-height: 1;
  1885.  left: -75px;
  1886.  opacity: 0;
  1887.  transition: 0.3s;
  1888.  width: 180px;
  1889. }
  1890. @-moz-document url-prefix() {
  1891.  .homepage_content .monitor_table table tbody tr .changer_name .changer_icon .icon_help {
  1892.    font-weight: 500;
  1893.  }
  1894. }
  1895. .homepage_content .monitor_table table tbody tr .changer_name .changer_icon .icon_help:after {
  1896.  content: "";
  1897.  position: absolute;
  1898.  width: 20px;
  1899.  height: 20px;
  1900.  background: white;
  1901.  border-right: 3px solid #4AC1F4;
  1902.  border-bottom: 3px solid #4AC1F4;
  1903.  bottom: -13px;
  1904.  border-bottom-right-radius: 4px;
  1905.  left: 75px;
  1906.  transform: rotate(45deg);
  1907. }
  1908. .homepage_content .monitor_table table tbody tr .changer_name .changer_icon img:hover + .icon_help {
  1909.  opacity: 1;
  1910. }
  1911. .homepage_content .monitor_table table tbody tr .changer_rate {
  1912.  font-family: "Comfortaa-Bold";
  1913.  font-size: 30px;
  1914.  font-weight: 700;
  1915.  text-align: center;
  1916. }
  1917. @-moz-document url-prefix() {
  1918.  .homepage_content .monitor_table table tbody tr .changer_rate {
  1919.    font-weight: 500;
  1920.  }
  1921. }
  1922. .homepage_content .monitor_table table tbody tr .reserve {
  1923.  font-size: 12px;
  1924. }
  1925. .homepage_content .monitor_table table tbody tr .get_money {
  1926.  font-size: 11px;
  1927. }
  1928. .homepage_content .monitor_table table tbody tr .get_money b {
  1929.  font-size: 14px;
  1930. }
  1931. .homepage_content .monitor_table table tbody tr .get_money sup {
  1932.  color: #FF6767;
  1933. }
  1934. .homepage_content .monitor_table table tbody tr .changer_reviews {
  1935.  font-size: 14px;
  1936.  height: 100%;
  1937.  padding: 5px;
  1938.  text-align: center;
  1939. }
  1940. .homepage_content .monitor_table table tbody tr .changer_reviews a:hover {
  1941.  text-decoration: none;
  1942. }
  1943. .homepage_content .monitor_table table tbody tr .changer_reviews .likes, .homepage_content .monitor_table table tbody tr .changer_reviews .dislikes, .homepage_content .monitor_table table tbody tr .changer_reviews .compare {
  1944.  margin: 0 3px;
  1945.  height: 20px;
  1946. }
  1947. .homepage_content .monitor_table table tbody tr .changer_reviews .likes svg, .homepage_content .monitor_table table tbody tr .changer_reviews .dislikes svg, .homepage_content .monitor_table table tbody tr .changer_reviews .compare svg {
  1948.  height: 18px;
  1949.  width: 18px;
  1950. }
  1951. .homepage_content .monitor_table table tbody tr .changer_reviews .likes svg {
  1952.  fill: #9DFF6F;
  1953. }
  1954. .homepage_content .monitor_table table tbody tr .changer_reviews .dislikes svg {
  1955.  fill: #FF6767;
  1956. }
  1957. .homepage_content .monitor_table table tbody tr .changer_reviews .compare svg {
  1958.  fill: #FFD43E;
  1959. }
  1960. .homepage_content .monitor_table table tbody tr .changer_reviews .compare i {
  1961.  color: #969696;
  1962. }
  1963. .homepage_content .monitor_table table tbody tr:hover .table-label {
  1964.  opacity: 1 !important;
  1965. }
  1966. .homepage_content .monitor_table table tbody tr:hover td {
  1967.  background: rgba(74, 193, 244, 0.19);
  1968. }
  1969. .homepage_content .monitor_table table tbody tr:hover td:last-child {
  1970.  background: rgba(74, 193, 244, 0.8);
  1971. }
  1972. .homepage_content .monitor_table table tbody .changer_reviews:hover {
  1973.  background-color: #FFD43E;
  1974.  color: #222222;
  1975. }
  1976. .homepage_content .monitor_table.active {
  1977.  padding-top: 20px;
  1978. }
  1979. .homepage_content .monitor_table table thead tr th {
  1980.  font-size: 18px;
  1981.  text-transform: capitalize;
  1982. }
  1983. .homepage_content .monitor_table table thead tr th:nth-of-type(1), .homepage_content .monitor_table table thead tr th:nth-of-type(2) {
  1984.  max-width: 190px;
  1985.  width: 190px;
  1986. }
  1987. .homepage_content .monitor_table table thead tr th:nth-of-type(3) {
  1988.  max-width: 155px;
  1989.  width: 155px;
  1990. }
  1991. .homepage_content .monitor_table table thead tr th:nth-of-type(4), .homepage_content .monitor_table table thead tr th:nth-of-type(5), .homepage_content .monitor_table table thead tr th:nth-of-type(6) {
  1992.  max-width: 125px;
  1993.  width: 125px;
  1994. }
  1995. .homepage_content .monitor_table table tbody tr td:nth-of-type(1), .homepage_content .monitor_table table tbody tr td:nth-of-type(2) {
  1996.  max-width: 190px;
  1997.  width: 190px;
  1998. }
  1999. .homepage_content .monitor_table table tbody tr td:nth-of-type(3) {
  2000.  max-width: 155px;
  2001.  width: 155px;
  2002. }
  2003. .homepage_content .monitor_table table tbody tr td:nth-of-type(4), .homepage_content .monitor_table table tbody tr td:nth-of-type(5), .homepage_content .monitor_table table tbody tr td:nth-of-type(6) {
  2004.  max-width: 125px;
  2005.  width: 125px;
  2006. }
  2007. .homepage_content .monitor_table .changer_name a, .homepage_content .monitor_table .changer_name span.link {
  2008.  display: inline-block;
  2009.  vertical-align: middle;
  2010.  width: calc(100% - 45px);
  2011.  text-decoration: none;
  2012. }
  2013. .homepage_content .monitor_table .changer_name a:hover, .homepage_content .monitor_table .changer_name span.link:hover {
  2014.  text-decoration: underline;
  2015. }
  2016. .homepage_content .monitor_table .changer_name .changer_name_icon {
  2017.  width: 40px;
  2018.  display: inline-block;
  2019.  vertical-align: middle;
  2020. }
  2021. .homepage_content .monitor_text h2 {
  2022.  color: #222222;
  2023.  font-family: "Comfortaa-Regular";
  2024.  font-size: 30px;
  2025.  font-weight: 400;
  2026. }
  2027. .homepage_content .monitor_text p {
  2028.  color: #222222;
  2029.  font-family: "Comfortaa-Regular";
  2030.  font-size: 16px;
  2031.  font-weight: 400;
  2032. }
  2033. .homepage_content .monitor_text .hidden_text {
  2034.  display: none;
  2035. }
  2036. .homepage_content .monitor_text a {
  2037.  display: flex;
  2038.  align-items: center;
  2039.  font-family: "Comfortaa-Bold";
  2040.  font-size: 14px;
  2041.  font-weight: 700;
  2042.  color: #4AC1F4;
  2043.  text-decoration: none;
  2044.  margin-top: 20px;
  2045. }
  2046. @-moz-document url-prefix() {
  2047.  .homepage_content .monitor_text a {
  2048.    font-weight: 500;
  2049.  }
  2050. }
  2051. .homepage_content .monitor_text a i {
  2052.  margin-left: 10px;
  2053. }
  2054.  
  2055. .search-wrap {
  2056.  list-style: none;
  2057.  position: absolute;
  2058.  top: calc(100% - 2px);
  2059.  right: 0;
  2060.  left: 0;
  2061.  background: #fff;
  2062.  width: calc(100% - 38px);
  2063.  border: 1px solid #A5A5A5;
  2064.  border-top: 0;
  2065.  margin: 0 auto;
  2066.  padding: 0 24px;
  2067.  z-index: 3;
  2068.  max-height: 375px;
  2069.  overflow-y: auto;
  2070. }
  2071. .search-wrap li {
  2072.  width: 100%;
  2073.  padding: 5px 0;
  2074.  border-bottom: 1px solid #D7D6D6;
  2075. }
  2076. .search-wrap li:last-of-type {
  2077.  border-bottom: 0;
  2078. }
  2079. .search-wrap li a {
  2080.  padding: 5px 10px;
  2081.  color: #000;
  2082.  text-decoration: none;
  2083.  display: block;
  2084. }
  2085. .search-wrap li a:hover {
  2086.  background: rgba(74, 193, 244, 0.5);
  2087. }
  2088. .search-wrap li a img {
  2089.  width: 33px;
  2090.  height: 33px;
  2091. }
  2092.  
  2093. .monitor_courses {
  2094.  margin: 20px auto;
  2095.  display: flex;
  2096.  flex-wrap: wrap;
  2097.  position: relative;
  2098.  padding: 15px;
  2099. }
  2100. .monitor_courses:after {
  2101.  position: absolute;
  2102.  content: "";
  2103.  top: 0;
  2104.  left: 0;
  2105.  z-index: -1;
  2106.  width: 100%;
  2107.  height: 100%;
  2108.  border: 3px solid #4AC1F4;
  2109.  box-sizing: border-box;
  2110.  border-radius: 30px;
  2111.  filter: drop-shadow(0px 4px 10px #4AC1F4);
  2112. }
  2113. .monitor_courses .course {
  2114.  width: 33%;
  2115.  font-family: "Comfortaa-Regular";
  2116.  color: #222222;
  2117.  font-size: 16px;
  2118.  line-height: 18px;
  2119. }
  2120. .monitor_courses .course b, .monitor_courses .course strong {
  2121.  font-family: "Comfortaa-Bold";
  2122. }
  2123. @-moz-document url-prefix() {
  2124.  .monitor_courses .course b, .monitor_courses .course strong {
  2125.    font-weight: 500;
  2126.  }
  2127. }
  2128.  
  2129. .monitor_news {
  2130.  margin-top: 20px;
  2131. }
  2132. .monitor_news .news_title {
  2133.  display: flex;
  2134.  align-items: center;
  2135.  justify-content: space-between;
  2136. }
  2137. .monitor_news .news_title h2 {
  2138.  font-family: "Comfortaa-Bold";
  2139.  font-size: 30px;
  2140.  font-weight: 700;
  2141.  color: #222222;
  2142.  margin-bottom: 0;
  2143. }
  2144. @-moz-document url-prefix() {
  2145.  .monitor_news .news_title h2 {
  2146.    font-weight: 500;
  2147.  }
  2148. }
  2149. .monitor_news .news_title a {
  2150.  color: #4AC1F4;
  2151.  font-family: "Comfortaa-Bold";
  2152.  font-size: 14px;
  2153.  font-weight: 700;
  2154.  border: 1px solid #4AC1F4;
  2155.  text-decoration: none;
  2156.  padding: 7px 25px;
  2157.  border-radius: 5px;
  2158.  transition: background-color 0.3s;
  2159. }
  2160. @-moz-document url-prefix() {
  2161.  .monitor_news .news_title a {
  2162.    font-weight: 500;
  2163.  }
  2164. }
  2165. .monitor_news .news_title a:hover {
  2166.  background: #4AC1F4;
  2167.  color: white;
  2168. }
  2169.  
  2170. .news_row {
  2171.  margin-top: 15px;
  2172. }
  2173. .news_row article {
  2174.  height: 100%;
  2175.  display: flex;
  2176.  flex-direction: column;
  2177.  border-radius: 30px;
  2178. }
  2179. .news_row article a:hover {
  2180.  text-decoration: none;
  2181. }
  2182. .news_row article:hover {
  2183.  box-shadow: 0 0 38px rgba(0, 0, 0, 0.1);
  2184. }
  2185. .news_row article .art_image {
  2186.  height: 150px;
  2187.  background-position: center;
  2188.  background-size: cover;
  2189.  background-repeat: no-repeat;
  2190.  background: transparent !important;
  2191.  border-radius: 30px 30px 0 0;
  2192. }
  2193. .news_row article .art_image img {
  2194.  width: 100%;
  2195.  height: 100%;
  2196.  -o-object-fit: cover;
  2197.     object-fit: cover;
  2198.  border-radius: inherit;
  2199. }
  2200. .news_row article .art_title {
  2201.  background: white;
  2202.  font-family: "Comfortaa-Bold";
  2203.  font-size: 16px;
  2204.  padding: 0 1rem;
  2205.  width: 100%;
  2206.  overflow: hidden;
  2207.  color: #222222;
  2208. }
  2209. .news_row article .art_text {
  2210.  background: white;
  2211.  padding: 15px;
  2212.  display: flex;
  2213.  flex-direction: column;
  2214.  justify-content: space-between;
  2215.  justify-self: stretch;
  2216.  flex: 2;
  2217.  border-radius: 0 0 30px 30px;
  2218. }
  2219. .news_row article .art_text .art_desc {
  2220.  font-family: "Comfortaa-Bold";
  2221.  font-size: 16px;
  2222.  font-weight: 400;
  2223.  margin-bottom: 20px;
  2224. }
  2225. @-moz-document url-prefix() {
  2226.  .news_row article .art_text .art_desc {
  2227.    font-weight: 500;
  2228.  }
  2229. }
  2230. .news_row article .art_text .art_link {
  2231.  color: #000;
  2232.  font-family: "Comfortaa-Bold";
  2233.  font-size: 20px;
  2234.  font-weight: 700;
  2235.  text-decoration: none;
  2236.  display: flex;
  2237.  justify-content: center;
  2238.  align-items: center;
  2239. }
  2240. @-moz-document url-prefix() {
  2241.  .news_row article .art_text .art_link {
  2242.    font-weight: 500;
  2243.  }
  2244. }
  2245. .news_row article .art_text .art_link i {
  2246.  margin-left: 8px;
  2247.  color: #4AC1F4;
  2248. }
  2249.  
  2250. #stat_content {
  2251.  display: none;
  2252. }
  2253. #stat_content .stat_picker {
  2254.  margin-top: 30px;
  2255. }
  2256. #stat_content .stat_picker form {
  2257.  display: flex;
  2258.  align-items: center;
  2259. }
  2260. #stat_content .stat_picker form label {
  2261.  font-family: "Comfortaa-Regular";
  2262.  font-size: 18px;
  2263.  font-weight: 400;
  2264.  color: #222222;
  2265.  margin-right: 10px;
  2266. }
  2267. #stat_content .stat_picker form select {
  2268.  background: none;
  2269.  border-radius: 5px;
  2270.  border: 1px solid rgba(68, 108, 179, 0.3);
  2271.  padding: 7px 45px 7px 15px;
  2272.  font-family: "Comfortaa-Regular";
  2273.  font-size: 14px;
  2274.  font-weight: 400;
  2275.  outline: none;
  2276.  cursor: pointer;
  2277.  appearance: none;
  2278.  -webkit-appearance: none;
  2279.  -moz-appearance: none;
  2280.  position: relative;
  2281. }
  2282. #stat_content .stat_picker form select::-ms-expand {
  2283.  display: none;
  2284. }
  2285. #stat_content .stat_picker form .select_wrap {
  2286.  margin-right: 10px;
  2287.  position: relative;
  2288. }
  2289. #stat_content .stat_picker form .select_wrap:after {
  2290.  content: "\f107";
  2291.  font-family: "Font Awesome 5 Free";
  2292.  position: absolute;
  2293.  right: 15px;
  2294.  top: 0;
  2295.  bottom: 0;
  2296.  margin: auto;
  2297.  font-size: 12px;
  2298.  color: #4AC1F4;
  2299.  display: flex;
  2300.  align-items: center;
  2301.  font-style: normal;
  2302.  font-weight: 900;
  2303.  font-variant: normal;
  2304.  text-rendering: auto;
  2305.  -webkit-font-smoothing: antialiased;
  2306. }
  2307. #stat_content .stat_picker form input[type=submit] {
  2308.  border-radius: 5px;
  2309.  border: none;
  2310.  outline: none;
  2311.  background: #4AC1F4;
  2312.  color: white;
  2313.  font-family: "Comfortaa-Regular";
  2314.  font-size: 16px;
  2315.  padding: 8px 40px;
  2316. }
  2317.  
  2318. .changer_stat_wrapper {
  2319.  margin-top: 20px;
  2320.  position: relative;
  2321. }
  2322. .changer_stat_wrapper canvas {
  2323.  max-width: 350px !important;
  2324.  max-height: 350px !important;
  2325. }
  2326. .changer_stat_wrapper #changer_stat_legend {
  2327.  position: absolute;
  2328.  right: 0;
  2329.  display: flex;
  2330.  align-items: center;
  2331.  top: 0;
  2332.  bottom: 0;
  2333.  margin: auto;
  2334. }
  2335. .changer_stat_wrapper #changer_stat_legend ul {
  2336.  padding: 0;
  2337.  margin: 0;
  2338.  list-style: none;
  2339.  display: flex;
  2340.  flex-wrap: wrap;
  2341.  width: 320px;
  2342. }
  2343. .changer_stat_wrapper #changer_stat_legend ul li {
  2344.  color: #222222;
  2345.  font-family: "Comfortaa-Regular";
  2346.  font-size: 14px;
  2347.  font-weight: 400;
  2348.  display: flex;
  2349.  align-items: center;
  2350.  width: 50%;
  2351. }
  2352. .changer_stat_wrapper #changer_stat_legend ul li span {
  2353.  width: 8px;
  2354.  height: 8px;
  2355.  border-radius: 50%;
  2356.  margin-right: 8px;
  2357.  display: block;
  2358. }
  2359.  
  2360. .page_title {
  2361.  font-family: "Comfortaa-Bold";
  2362.  font-size: 20px;
  2363.  line-height: 42px;
  2364.  margin-bottom: 2px;
  2365.  font-weight: 400;
  2366.  color: #222222;
  2367. }
  2368. @-moz-document url-prefix() {
  2369.  .page_title {
  2370.    font-weight: 500;
  2371.  }
  2372. }
  2373. .page_title.transform_none {
  2374.  text-transform: none;
  2375. }
  2376. .page_title.page_title_blue {
  2377.  color: #4AC1F4;
  2378. }
  2379. .page_title.page_title_center {
  2380.  text-align: center;
  2381.  margin-bottom: 15px;
  2382. }
  2383.  
  2384. .page_desc {
  2385.  font-family: "Comfortaa-Bold";
  2386.  font-size: 15px;
  2387.  font-weight: 700;
  2388.  color: #222222;
  2389.  margin-bottom: 25px;
  2390. }
  2391. @-moz-document url-prefix() {
  2392.  .page_desc {
  2393.    font-weight: 500;
  2394.  }
  2395. }
  2396.  
  2397. button, a {
  2398.  outline: none !important;
  2399. }
  2400.  
  2401. input:-webkit-autofill,
  2402. input:-webkit-autofill:hover,
  2403. input:-webkit-autofill:focus,
  2404. input:-webkit-autofill:active {
  2405.  -webkit-box-shadow: 0 0 0 30px white inset !important;
  2406. }
  2407.  
  2408. .burger_button_wrapper {
  2409.  width: 100%;
  2410.  height: 100%;
  2411.  display: flex;
  2412.  justify-content: flex-end;
  2413.  align-items: center;
  2414. }
  2415. .burger_button_wrapper .burger_menu_button {
  2416.  background: none;
  2417.  border: none;
  2418.  outline: none;
  2419.  cursor: pointer;
  2420. }
  2421. .burger_button_wrapper .burger_menu_button i {
  2422.  color: #4AC1F4;
  2423.  font-size: 40px;
  2424. }
  2425.  
  2426. .burger_menu_wrapper {
  2427.  display: none;
  2428.  position: absolute;
  2429.  top: 0;
  2430.  left: 0;
  2431.  background: white;
  2432.  width: 100%;
  2433.  padding: 20px;
  2434.  z-index: 5000;
  2435.  box-shadow: 3px 5px 29px 3px rgba(0, 0, 0, 0.12);
  2436.  border-radius: 0 0 30px 30px;
  2437. }
  2438. .burger_menu_wrapper ul {
  2439.  list-style: none;
  2440.  display: flex;
  2441.  flex-direction: column;
  2442.  align-items: center;
  2443.  padding: 0;
  2444.  margin: 0;
  2445. }
  2446. .burger_menu_wrapper ul li {
  2447.  margin: 5px 0;
  2448.  width: 100%;
  2449.  text-align: center;
  2450.  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  2451. }
  2452. .burger_menu_wrapper ul li:last-of-type {
  2453.  border: 0;
  2454. }
  2455. .burger_menu_wrapper ul li a {
  2456.  font-family: "Comfortaa-Bold";
  2457.  font-size: 12px;
  2458.  color: rgba(0, 0, 0, 0.69);
  2459.  text-decoration: none;
  2460. }
  2461. .burger_menu_wrapper ul li a.telegram_link {
  2462.  color: #05FF00;
  2463. }
  2464. .burger_menu_wrapper .burger_theme {
  2465.  border-bottom: 0;
  2466.  padding-bottom: 0;
  2467.  margin-bottom: 0;
  2468. }
  2469. .burger_menu_wrapper .burger_theme li {
  2470.  margin: 2px 0;
  2471. }
  2472. .burger_menu_wrapper .burger_theme li a {
  2473.  text-transform: none;
  2474.  font-size: 14px;
  2475. }
  2476. .burger_menu_wrapper .burger_theme .active_theme a {
  2477.  color: #4AC1F4;
  2478. }
  2479.  
  2480. .sidebar_buttons.close_sidebar {
  2481.  border-radius: 30px;
  2482. }
  2483. .sidebar_buttons.close_sidebar:after {
  2484.  display: none;
  2485. }
  2486. .sidebar_buttons.close_sidebar .sidebar_title {
  2487.  padding: 0;
  2488. }
  2489.  
  2490. .sidebar_title, .description_title {
  2491.  font-family: "Comfortaa-Bold";
  2492.  font-size: 18px;
  2493.  font-weight: 400;
  2494.  color: #222222;
  2495.  display: none;
  2496.  align-items: center;
  2497.  margin-bottom: 0;
  2498.  justify-content: space-between;
  2499.  padding: 10px;
  2500.  cursor: pointer;
  2501. }
  2502. @-moz-document url-prefix() {
  2503.  .sidebar_title, .description_title {
  2504.    font-weight: 500;
  2505.  }
  2506. }
  2507.  
  2508. .description_title i.inverted {
  2509.  transform: rotateY(180deg);
  2510. }
  2511.  
  2512. .sidebar_title {
  2513.  width: 100%;
  2514.  color: #fff;
  2515. }
  2516.  
  2517. .error_warning {
  2518.  font-family: "Comfortaa-Regular";
  2519.  font-size: 16px;
  2520.  font-weight: 400;
  2521.  color: #FF6767;
  2522.  box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
  2523.  border-radius: 3px;
  2524.  background-color: #ffffff;
  2525.  padding: 15px 10px;
  2526.  display: flex;
  2527.  align-items: center;
  2528.  margin-bottom: 10px;
  2529. }
  2530. .error_warning img {
  2531.  margin-right: 10px;
  2532.  max-height: 20px;
  2533.  max-width: 20px;
  2534. }
  2535. .error_warning.hidden {
  2536.  display: none;
  2537. }
  2538.  
  2539. @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  2540.  header .header_menu_wrapper .header_logo {
  2541.    display: block;
  2542.  }
  2543.  header .header_course_wrapper .header_ad .ad_wrapper .close-ad {
  2544.    top: 0;
  2545.  }
  2546.  .news_row article {
  2547.    display: block;
  2548.    height: auto;
  2549.  }
  2550.  .header_ad .ad_wrapper p {
  2551.    text-align: center;
  2552.  }
  2553. }
  2554. .header_comment_page {
  2555.  font-size: 1.2rem;
  2556.  text-transform: none;
  2557.  font-weight: normal;
  2558.  cursor: pointer;
  2559. }
  2560.  
  2561. .comment-text {
  2562.  font-size: 1.2rem;
  2563.  font-family: "Futura PT - Book";
  2564.  color: #222222;
  2565.  line-height: 1.1;
  2566.  border-radius: 10px;
  2567.  padding: 10px;
  2568. }
  2569. .comment-text.positive {
  2570.  box-shadow: inset 0 0 5px #9DFF6F;
  2571. }
  2572. .comment-text.neutral {
  2573.  box-shadow: inset 0 0 5px #00A8F0;
  2574. }
  2575. .comment-text.negative {
  2576.  box-shadow: inset 0 0 5px #FF6767;
  2577. }
  2578.  
  2579. .sign_form .form .form_row.comment-text-field {
  2580.  display: none;
  2581. }
  2582.  
  2583. .text-content {
  2584.  font-family: "Futura PT - Book";
  2585.  font-size: 16px;
  2586.  font-weight: 400;
  2587.  color: #222222;
  2588.  line-height: 1.2;
  2589.  margin-bottom: 20px;
  2590. }
  2591. .text-content h1 {
  2592.  font-family: "Comfortaa-Bold";
  2593.  font-style: normal;
  2594.  font-weight: bold;
  2595.  font-size: 22px;
  2596.  text-align: center;
  2597. }
  2598. @-moz-document url-prefix() {
  2599.  .text-content h1 {
  2600.    font-weight: 500;
  2601.  }
  2602. }
  2603. .text-content h2 {
  2604.  font-size: 20px;
  2605.  color: #4AC1F4;
  2606.  font-family: "Comfortaa-Bold";
  2607.  font-style: normal;
  2608.  font-weight: bold;
  2609. }
  2610. @-moz-document url-prefix() {
  2611.  .text-content h2 {
  2612.    font-weight: 500;
  2613.  }
  2614. }
  2615. .text-content p {
  2616.  margin-bottom: 0.5rem;
  2617. }
  2618. .text-content ul, .text-content ol {
  2619.  padding-left: 20px;
  2620. }
  2621. .text-content ul li::marker, .text-content ol li::marker {
  2622.  color: #4AC1F4;
  2623. }
  2624.  
  2625. #svg_ants {
  2626.  display: none;
  2627.  position: absolute;
  2628. }
  2629. #svg_ants path {
  2630.  stroke-dasharray: 4px;
  2631.  stroke-dashoffset: 8px;
  2632.  animation: marching-ants 0.5s linear infinite;
  2633.  stroke: #124EB8;
  2634. }
  2635. @keyframes marching-ants {
  2636.  to {
  2637.    stroke-dashoffset: 0;
  2638.  }
  2639. }
  2640.  
  2641. .cookies {
  2642.  position: fixed;
  2643.  width: 220px;
  2644.  bottom: 2.8vw;
  2645.  right: 2.8vw;
  2646.  z-index: 7;
  2647.  opacity: 0;
  2648.  visibility: hidden;
  2649.  transform: translateY(40%);
  2650.  transition: all 0.25s cubic-bezier(0.33, 1.01, 0.75, 0.96);
  2651. }
  2652. .cookies.visible {
  2653.  opacity: 1;
  2654.  visibility: visible;
  2655.  transform: translateY(0);
  2656. }
  2657. .cookies .cookies_message {
  2658.  position: relative;
  2659.  border-radius: 10px;
  2660.  background-color: #47403a;
  2661.  color: #ffffff;
  2662.  display: flex;
  2663.  justify-content: flex-start;
  2664.  align-items: center;
  2665.  flex-wrap: nowrap;
  2666.  padding: 6px 5px 4px;
  2667.  transform: translateY(40%);
  2668.  transition: all 0.25s cubic-bezier(0.33, 1.01, 0.75, 0.96);
  2669.  font-size: 13px;
  2670.  margin-bottom: 12px;
  2671. }
  2672. .cookies .cookies_message .message-close {
  2673.  position: absolute;
  2674.  right: 2px;
  2675.  cursor: pointer;
  2676.  top: 3px;
  2677.  font-size: 14px;
  2678.  line-height: 1;
  2679. }
  2680.  
  2681. .info-wrap {
  2682.  display: none;
  2683.  max-width: 566px;
  2684.  margin: 0 auto 20px;
  2685.  background: #4AC1F4;
  2686.  border-radius: 30px;
  2687.  padding: 25px;
  2688.  box-shadow: 0px 4px 20px rgba(21, 185, 255, 0.48);
  2689.  flex-wrap: wrap;
  2690. }
  2691. .info-wrap.info-wrap__fixed {
  2692.  display: flex;
  2693.  position: fixed;
  2694.  right: -90px;
  2695.  top: 130px;
  2696.  padding: 10px 2px;
  2697.  z-index: 9;
  2698.  width: 180px;
  2699.  transition: right 1s;
  2700. }
  2701. .info-wrap.info-wrap__fixed:hover {
  2702.  right: 0;
  2703. }
  2704. .info-wrap.info-wrap__fixed .info-wrap__title {
  2705.  font-size: 11px;
  2706.  margin-bottom: 7px;
  2707. }
  2708. .info-wrap.info-wrap__fixed .info-wrap__item-title {
  2709.  display: flex;
  2710.  justify-content: flex-end;
  2711.  flex-direction: column;
  2712.  margin-bottom: 5px;
  2713.  font-size: 11px;
  2714. }
  2715. .info-wrap.info-wrap__fixed .info-wrap__item-des {
  2716.  font-size: 14px;
  2717. }
  2718. .info-wrap.info-wrap__fixed .close-metrics-bitcoin-network {
  2719.  display: none;
  2720.  position: absolute;
  2721.  left: 10px;
  2722.  z-index: 3;
  2723.  cursor: pointer;
  2724.  top: 5px;
  2725. }
  2726. .info-wrap.info-wrap__fixed .close-metrics-bitcoin-network img {
  2727.  filter: brightness(0) invert(1);
  2728.  width: 12px;
  2729.  height: 12px;
  2730.  margin-top: -5px;
  2731. }
  2732. .info-wrap__title {
  2733.  width: 100%;
  2734.  font-family: "Comfortaa-Bold";
  2735.  font-style: normal;
  2736.  font-size: 20px;
  2737.  color: #fff;
  2738.  text-align: center;
  2739.  margin-bottom: 20px;
  2740. }
  2741. @-moz-document url-prefix() {
  2742.  .info-wrap__title {
  2743.    font-weight: 500;
  2744.  }
  2745. }
  2746. .info-wrap__item {
  2747.  width: 100%;
  2748.  text-align: center;
  2749. }
  2750. .info-wrap__item-title {
  2751.  font-family: "Comfortaa-Bold";
  2752.  font-style: normal;
  2753.  font-size: 15px;
  2754.  color: #fff;
  2755.  margin-bottom: 10px;
  2756. }
  2757. @-moz-document url-prefix() {
  2758.  .info-wrap__item-title {
  2759.    font-weight: 500;
  2760.  }
  2761. }
  2762. .info-wrap__item-des {
  2763.  font-family: "Comfortaa-Bold";
  2764.  font-style: normal;
  2765.  font-size: 25px;
  2766.  color: #9DFF6F;
  2767. }
  2768. @-moz-document url-prefix() {
  2769.  .info-wrap__item-des {
  2770.    font-weight: 500;
  2771.  }
  2772. }
  2773.  
  2774. .metrics-wrap {
  2775.  margin: 20px 0 !important;
  2776. }
  2777.  
  2778. .item-metrics {
  2779.  background: url("../images/gradient.png") no-repeat center;
  2780.  background-size: contain;
  2781.  display: flex;
  2782.  flex-direction: column;
  2783.  justify-content: flex-end;
  2784.  align-items: center;
  2785.  padding: 0 20px;
  2786.  min-height: 160px;
  2787.  height: 160px;
  2788.  margin-bottom: 25px;
  2789.  position: relative;
  2790. }
  2791. .item-metrics__title {
  2792.  font-family: "Comfortaa-Bold";
  2793.  font-style: normal;
  2794.  font-size: 12px;
  2795.  min-height: 48px;
  2796.  color: #000;
  2797.  text-align: center;
  2798. }
  2799. .item-metrics__subtitle {
  2800.  font-family: "Comfortaa-Bold";
  2801.  font-style: normal;
  2802.  max-width: 125px;
  2803.  font-size: 10px;
  2804.  color: rgba(0, 0, 0, 0.65);
  2805.  text-align: center;
  2806. }
  2807. .item-metrics__number {
  2808.  font-family: "Comfortaa-Bold";
  2809.  font-style: normal;
  2810.  font-size: 36px;
  2811.  color: #000;
  2812. }
  2813. .item-metrics__arrow {
  2814.  width: 60%;
  2815.  height: 45%;
  2816.  position: absolute;
  2817.  bottom: 0;
  2818.  left: 0;
  2819.  right: 0;
  2820.  margin: 0 auto;
  2821.  transform: rotate(0deg);
  2822.  transition: transform 0.2s;
  2823. }
  2824. .item-metrics__arrow img {
  2825.  max-width: 30px;
  2826.  width: 100%;
  2827.  height: 100%;
  2828.  -o-object-fit: contain;
  2829.     object-fit: contain;
  2830. }
  2831. .item-metrics .count-metrics {
  2832.  font-family: "Comfortaa-Bold";
  2833.  position: absolute;
  2834.  bottom: -15px;
  2835.  font-style: normal;
  2836.  font-weight: bold;
  2837.  font-size: 14px;
  2838.  color: rgba(0, 0, 0, 0.65);
  2839. }
  2840. @-moz-document url-prefix() {
  2841.  .item-metrics .count-metrics {
  2842.    font-weight: 500;
  2843.  }
  2844. }
  2845. .item-metrics .count-metrics.left-count__metrics {
  2846.  left: 5px;
  2847. }
  2848. .item-metrics .count-metrics.right-count__metrics {
  2849.  right: 5px;
  2850. }
  2851.  
  2852. .btn {
  2853.  border: 3px solid transparent !important;
  2854.  border-radius: 25px !important;
  2855.  outline: none !important;
  2856.  font-family: "Comfortaa-Bold";
  2857.  font-size: 15px;
  2858.  color: #000;
  2859.  box-sizing: border-box;
  2860. }
  2861. @-moz-document url-prefix() {
  2862.  .btn {
  2863.    font-weight: 500;
  2864.  }
  2865. }
  2866.  
  2867. .btn-line {
  2868.  border-color: #4AC1F4 !important;
  2869.  box-shadow: 0px 4px 10px #4AC1F4;
  2870. }
  2871. .btn-line:hover {
  2872.  background: #4AC1F4 !important;
  2873.  border-color: #4AC1F4 !important;
  2874. }
  2875.  
  2876. .btn-blue {
  2877.  border-color: #4AC1F4 !important;
  2878.  background: #4AC1F4 !important;
  2879.  color: #fff !important;
  2880.  box-shadow: 0px 4px 10px #4AC1F4;
  2881. }
  2882. .btn-blue:hover {
  2883.  color: #000 !important;
  2884.  background: transparent !important;
  2885. }
  2886.  
  2887. .btn-center {
  2888.  max-width: 180px !important;
  2889.  display: block !important;
  2890.  margin: 20px auto;
  2891. }
  2892.  
  2893. .dislikes, .likes, .compare {
  2894.  font-family: "Comfortaa-Bold";
  2895.  font-size: 15px;
  2896. }
  2897. @-moz-document url-prefix() {
  2898.  .dislikes, .likes, .compare {
  2899.    font-weight: 500;
  2900.  }
  2901. }
  2902. .dislikes img, .dislikes svg, .likes img, .likes svg, .compare img, .compare svg {
  2903.  width: 18px !important;
  2904.  height: 18px !important;
  2905. }
  2906. .dislikes a, .likes a, .compare a {
  2907.  padding: 2px 0;
  2908.  display: inline-flex;
  2909.  align-items: center;
  2910.  justify-content: space-between;
  2911.  width: calc(100% - 20px) !important;
  2912. }
  2913.  
  2914. .likes {
  2915.  color: #9DFF6F !important;
  2916. }
  2917. .likes a {
  2918.  color: #9DFF6F !important;
  2919. }
  2920. .likes svg {
  2921.  color: #9DFF6F !important;
  2922. }
  2923.  
  2924. .dislikes {
  2925.  color: #FF6767 !important;
  2926. }
  2927. .dislikes a {
  2928.  color: #FF6767 !important;
  2929. }
  2930. .dislikes svg {
  2931.  color: #FF6767 !important;
  2932. }
  2933.  
  2934. .compare {
  2935.  color: #F6CE3E !important;
  2936. }
  2937. .compare a {
  2938.  color: #F6CE3E !important;
  2939. }
  2940. .compare svg {
  2941.  color: #F6CE3E !important;
  2942. }
  2943.  
  2944. .telegram_bot {
  2945.  position: fixed;
  2946.  right: -80px;
  2947.  top: 60px;
  2948.  z-index: 5;
  2949.  transition: right 1s;
  2950. }
  2951. .telegram_bot:hover {
  2952.  right: 0;
  2953. }
  2954. .telegram_bot a {
  2955.  width: 100%;
  2956.  height: 100%;
  2957.  min-width: 150px;
  2958.  display: flex;
  2959.  align-items: center;
  2960.  background: #4AC1F4;
  2961.  box-shadow: 0px 4px 20px rgba(74, 193, 244, 0.78);
  2962.  border-radius: 30px;
  2963.  border-top-right-radius: 0;
  2964.  border-bottom-right-radius: 0;
  2965. }
  2966. .telegram_bot a:hover {
  2967.  text-decoration: none;
  2968. }
  2969. .telegram_bot .close-telegram {
  2970.  display: none;
  2971.  position: absolute;
  2972.  left: 10px;
  2973.  z-index: 3;
  2974.  cursor: pointer;
  2975.  top: 5px;
  2976. }
  2977. .telegram_bot .close-telegram img {
  2978.  filter: brightness(0) invert(1);
  2979.  width: 12px;
  2980.  height: 12px;
  2981.  margin-top: -5px;
  2982. }
  2983. .telegram_text {
  2984.  font-style: normal;
  2985.  font-size: 15px;
  2986.  line-height: 17px;
  2987.  color: #fff;
  2988.  width: 85px;
  2989.  text-align: center;
  2990.  font-family: "Comfortaa-Bold";
  2991. }
  2992. @-moz-document url-prefix() {
  2993.  .telegram_text {
  2994.    font-weight: 500;
  2995.  }
  2996. }
  2997.  
  2998. input {
  2999.  outline: none !important;
  3000. }
  3001.  
  3002. table sup {
  3003.  top: 100% !important;
  3004. }
  3005.  
  3006. .alternative_table {
  3007.  display: none;
  3008.  margin-bottom: 10px;
  3009. }
  3010. .alternative_table.active {
  3011.  display: block;
  3012. }
  3013. .alternative_table_labels {
  3014.  display: flex;
  3015.  align-items: center;
  3016. }
  3017. .alternative_table_label {
  3018.  width: 100%;
  3019.  position: relative;
  3020. }
  3021. .alternative_table_label label {
  3022.  margin-top: 0;
  3023.  width: 100%;
  3024.  text-align: center;
  3025.  margin-bottom: 0;
  3026. }
  3027. .alternative_table_label input {
  3028.  background: #fff;
  3029.  border-radius: 25px;
  3030.  padding: 5px 15px;
  3031.  font-size: 15px;
  3032.  border: none;
  3033.  max-width: 537px;
  3034.  font-family: "Comfortaa-Regular";
  3035.  height: 38px;
  3036.  width: 100%;
  3037. }
  3038. .alternative_table_btn {
  3039.  margin: 0 20px;
  3040.  transform: rotate(-90deg);
  3041. }
  3042. .alternative_table_btn svg {
  3043.  position: relative;
  3044.  left: 3px;
  3045.  stroke-width: 2px;
  3046.  width: 32px;
  3047.  height: 19px;
  3048.  fill: transparent;
  3049.  stroke: #4AC1F4;
  3050. }
  3051. .alternative_table_buttons {
  3052.  margin: 20px 0 32px;
  3053.  display: flex;
  3054.  justify-content: space-around;
  3055. }
  3056. .alternative_table_wrap {
  3057.  margin: 20px 0 0;
  3058.  display: flex;
  3059.  flex-wrap: wrap;
  3060.  justify-content: space-around;
  3061. }
  3062. .alternative_table_wrap .btn-blue {
  3063.  margin-bottom: 60px;
  3064. }
  3065. .alternative_table_item {
  3066.  background: rgba(74, 193, 244, 0.21);
  3067.  border-radius: 20px;
  3068.  width: calc(50% - 30px);
  3069.  padding: 10px;
  3070.  margin: 0 10px 15px;
  3071. }
  3072. .alternative_table_button {
  3073.  background: transparent;
  3074.  border-radius: 25px;
  3075.  outline: none;
  3076.  border: 0;
  3077.  width: calc(25% - 4px);
  3078.  padding: 3px 10px;
  3079.  box-sizing: border-box;
  3080. }
  3081. .alternative_table_button.active {
  3082.  background: #fff;
  3083. }
  3084. .alternative_table_title {
  3085.  font-size: 15px;
  3086.  font-family: "Comfortaa-Regular";
  3087.  text-transform: uppercase;
  3088. }
  3089. .alternative_table .hint {
  3090.  left: calc(50% - 150px);
  3091.  top: calc(100% + 10px);
  3092.  width: 300px;
  3093. }
  3094. .alternative_table .hint:after {
  3095.  left: 140px;
  3096. }
  3097.  
  3098. .metric_content_item {
  3099.  display: flex;
  3100.  flex-wrap: wrap;
  3101.  flex-direction: column;
  3102.  align-items: center;
  3103. }
  3104. .metric_content_item h3 {
  3105.  margin-bottom: 15px;
  3106.  font-size: 25px;
  3107.  color: #4AC1F4;
  3108.  font-family: "Comfortaa-Bold";
  3109.  font-style: normal;
  3110.  font-weight: bold;
  3111. }
  3112. @-moz-document url-prefix() {
  3113.  .metric_content_item h3 {
  3114.    font-weight: 500;
  3115.  }
  3116. }
  3117. .metric_content_item .tab-pane {
  3118.  width: 100%;
  3119. }
  3120. .metric_content_des {
  3121.  width: 100%;
  3122.  display: flex;
  3123.  align-items: center;
  3124. }
  3125. .metric_content_des p {
  3126.  line-height: 20px;
  3127. }
  3128. .metric_content_des .text-content {
  3129.  width: 50%;
  3130. }
  3131. .metric_content_media {
  3132.  width: 50%;
  3133. }
  3134. .metric_content_media .item-metrics {
  3135.  max-width: 330px;
  3136.  min-height: 180px;
  3137.  margin: 0 auto;
  3138. }
  3139.  
  3140. .changer_reviews_mob {
  3141.  display: none;
  3142. }
  3143. .changer_reviews_mob.good svg {
  3144.  fill: #9DFF6F;
  3145. }
  3146. .changer_reviews_mob.normal svg {
  3147.  fill: #4AC1F4;
  3148. }
  3149. .changer_reviews_mob.error svg {
  3150.  fill: #FF6767;
  3151. }
  3152.  
  3153. .cabinet_content .card-head {
  3154.  display: none !important;
  3155. }
  3156.  
  3157. .sign_form .reply-button {
  3158.  width: 200px;
  3159.  background-color: #7CFF3E !important;
  3160.  box-shadow: 0 4px 10px #7CFF3E !important;
  3161. }
  3162. .sign_form .delete-button {
  3163.  width: 200px;
  3164.  background-color: #FF6767 !important;
  3165.  box-shadow: 0 4px 10px #FF6767 !important;
  3166. }
  3167. .sign_form .form_field textarea {
  3168.  height: 100px !important;
  3169.  line-height: 20px !important;
  3170.  padding: 18px !important;
  3171. }
  3172.  
  3173. .lang_changer {
  3174.  display: none;
  3175.  position: relative;
  3176.  -o-user-select: none;
  3177.  -webkit-user-select: none;
  3178.  -moz-user-select: none;
  3179.       user-select: none;
  3180.  z-index: 99;
  3181. }
  3182. .lang_changer_select {
  3183.  cursor: pointer;
  3184.  margin: 0 5px;
  3185. }
  3186. .lang_changer_select img {
  3187.  width: 25px;
  3188.  -o-object-fit: cover;
  3189.     object-fit: cover;
  3190.  height: 20px;
  3191.  -o-user-select: none;
  3192.  -webkit-user-select: none;
  3193.  -moz-user-select: none;
  3194.       user-select: none;
  3195. }
  3196. .lang_changer_select:after {
  3197.  content: "";
  3198.  position: absolute;
  3199.  right: -18px;
  3200.  top: 0;
  3201.  bottom: 0;
  3202.  width: 10px;
  3203.  height: 10px;
  3204.  margin: auto;
  3205.  transform: rotate(-45deg);
  3206.  border-left: 1px solid #fff;
  3207.  border-bottom: 1px solid #fff;
  3208. }
  3209. .lang_changer_list {
  3210.  list-style: none;
  3211.  display: none;
  3212.  z-index: 9;
  3213.  flex-wrap: wrap;
  3214.  position: absolute;
  3215.  top: 110%;
  3216.  left: 0;
  3217.  width: 40px;
  3218.  justify-content: center;
  3219.  flex-direction: column;
  3220.  padding: 0 4px;
  3221.  border: 1px solid #4AC1F4;
  3222.  background: #fff;
  3223. }
  3224. .lang_changer_list.is-open {
  3225.  display: flex;
  3226. }
  3227. .lang_changer_list li {
  3228.  padding: 0;
  3229.  box-sizing: border-box;
  3230.  border: 1px solid transparent;
  3231.  width: 30px;
  3232.  height: 20px;
  3233.  margin-bottom: 5px;
  3234. }
  3235. .lang_changer_list li:last-child {
  3236.  margin-bottom: 10px;
  3237. }
  3238. .lang_changer_list li img {
  3239.  width: 100%;
  3240.  height: 100%;
  3241.  -o-object-fit: cover;
  3242.     object-fit: cover;
  3243. }
  3244. .lang_changer_list li:hover {
  3245.  border-color: #fff;
  3246. }
  3247.  
  3248. .header_search_item.col-12 {
  3249.  padding-top: 40px;
  3250. }
  3251.  
  3252. .popup {
  3253.  position: fixed;
  3254.  top: 0;
  3255.  left: 0;
  3256.  width: 100%;
  3257.  height: 100%;
  3258.  z-index: 99;
  3259.  display: none;
  3260.  flex-direction: column;
  3261.  justify-content: center;
  3262. }
  3263. .popup.is-active {
  3264.  display: flex;
  3265. }
  3266. .popup-overlay {
  3267.  position: absolute;
  3268.  left: 0;
  3269.  top: 0;
  3270.  width: 100%;
  3271.  height: 100%;
  3272.  background: rgba(255, 255, 255, 0.8);
  3273.  z-index: 1;
  3274. }
  3275. .popup-wrap {
  3276.  position: relative;
  3277.  z-index: 2;
  3278.  overflow: auto;
  3279.  width: 100%;
  3280.  height: auto;
  3281.  max-height: 80vh;
  3282.  max-width: 960px;
  3283.  margin: 0 auto;
  3284.  background: #fff;
  3285.  border: 2px solid #4AC1F4;
  3286.  border-radius: 30px;
  3287.  padding: 15px;
  3288. }
  3289. .popup-title {
  3290.  font-size: 28px;
  3291.  color: #000;
  3292.  padding-right: 30px;
  3293.  font-family: "Comfortaa-Bold";
  3294. }
  3295. @-moz-document url-prefix() {
  3296.  .popup-title {
  3297.    font-weight: 500;
  3298.  }
  3299. }
  3300. .popup-accordion {
  3301.  display: flex;
  3302.  flex-direction: column;
  3303. }
  3304. .popup-accordion__title {
  3305.  cursor: pointer;
  3306.  font-size: 20px;
  3307.  color: #4AC1F4;
  3308.  font-family: "Comfortaa-Bold";
  3309.  margin-bottom: 5px;
  3310.  padding-left: 50px;
  3311.  position: relative;
  3312. }
  3313. @-moz-document url-prefix() {
  3314.  .popup-accordion__title {
  3315.    font-weight: 500;
  3316.  }
  3317. }
  3318. .popup-accordion__title:before {
  3319.  position: absolute;
  3320.  content: "";
  3321.  left: 20px;
  3322.  top: 50%;
  3323.  width: 16px;
  3324.  height: 16px;
  3325.  margin-top: -10px;
  3326.  border-bottom: 2px solid #4AC1F4;
  3327.  border-left: 2px solid #4AC1F4;
  3328.  transform: rotate(-45deg);
  3329. }
  3330. .popup-accordion__title.is-active:before {
  3331.  transform: rotate(135deg);
  3332.  margin-top: -5px;
  3333. }
  3334. .popup-accordion__content {
  3335.  border: 1px solid #4AC1F4;
  3336.  background: #fff;
  3337.  padding: 10px;
  3338.  margin-bottom: 10px;
  3339.  flex-wrap: wrap;
  3340.  justify-content: center;
  3341.  border-radius: 30px;
  3342.  display: none;
  3343. }
  3344. .popup-accordion__content.is-active {
  3345.  display: flex;
  3346. }
  3347. .popup .popup-close {
  3348.  background: transparent;
  3349.  border: 0;
  3350.  outline: none;
  3351.  position: absolute;
  3352.  right: 10px;
  3353.  top: 10px;
  3354. }
  3355. .popup .popup-close img {
  3356.  width: 20px;
  3357.  height: 20px;
  3358. }
  3359. .popup .alternative_table_button {
  3360.  border-radius: 15px;
  3361.  margin: 0 9px 5px;
  3362.  width: calc(15% - 4px);
  3363. }
  3364. .popup .alternative_table_button.active {
  3365.  background: rgba(74, 193, 244, 0.7);
  3366. }
  3367. .popup .alternative_table_title {
  3368.  font-size: 15px;
  3369.  font-family: "Comfortaa-Regular";
  3370.  text-transform: uppercase;
  3371. }
  3372.  
  3373. .remodal-wrapper .remodal_form label {
  3374.  top: 0 !important;
  3375.  margin-bottom: 0 !important;
  3376. }
  3377.  
  3378. .sign_form form .form_row {
  3379.  margin-bottom: 20px;
  3380. }
  3381.  
  3382. .changer_name a, .changer_name span.link {
  3383.  display: inline-block;
  3384.  width: calc(100% - 45px);
  3385. }
  3386. .changer_name a:hover, .changer_name span.link:hover {
  3387.  text-decoration: underline;
  3388. }
  3389.  
  3390. .metrics-wrap__home .item-metrics__title {
  3391.  min-height: auto;
  3392. }
  3393. .metrics-wrap__home .item-metrics {
  3394.  max-width: 280px;
  3395.  margin: 0 auto 30px;
  3396. }
  3397.  
  3398. .info_review_wrap {
  3399.  display: flex;
  3400.  justify-content: flex-end;
  3401.  color: rgba(0, 0, 0, 0.5);
  3402.  font-size: 14px;
  3403.  font-family: "Comfortaa-Regular";
  3404. }
  3405. .info_review_wrap img {
  3406.  margin-left: 5px;
  3407.  width: 20px;
  3408. }
  3409.  
  3410. .justify-content-end .alternative_top_text {
  3411.  margin-bottom: 50px;
  3412.  margin-top: -40px;
  3413. }
  3414.  
  3415. .exchange_table table.exchange_table_stock tbody tr:hover td:last-child {
  3416.  background: rgba(74, 193, 244, 0.19);
  3417. }
  3418.  
  3419. .exchange_table table.exchange_table_stock tr th {
  3420.  text-align: center;
  3421. }
  3422. .exchange_table table.exchange_table_stock tr:hover td ul li {
  3423.  color: #222222;
  3424. }
  3425. .exchange_table table.exchange_table_stock tr td {
  3426.  text-align: center;
  3427. }
  3428. .exchange_table table.exchange_table_stock tr td.name img {
  3429.  width: 36px;
  3430.  height: 36px;
  3431.  margin-right: 5px;
  3432. }
  3433. .exchange_table table.exchange_table_stock tr td span {
  3434.  text-align: right;
  3435.  width: 100%;
  3436.  display: block;
  3437.  font-size: 13px;
  3438.  color: #FF6767;
  3439. }
  3440. .exchange_table table.exchange_table_stock tr td span .icon {
  3441.  width: 10px;
  3442.  height: 10px;
  3443.  fill: #FF6767;
  3444. }
  3445. .exchange_table table.exchange_table_stock tr td ul {
  3446.  list-style: none;
  3447.  display: flex;
  3448.  flex-wrap: wrap;
  3449.  align-items: center;
  3450.  max-width: 65px;
  3451.  padding: 0;
  3452.  margin: 0 auto;
  3453. }
  3454. .exchange_table table.exchange_table_stock tr td ul li {
  3455.  width: 50%;
  3456.  color: #4AC1F4;
  3457.  margin-bottom: 2px;
  3458. }
  3459. .exchange_table table.exchange_table_stock tr td ul img {
  3460.  height: 20px;
  3461.  width: 25px;
  3462.  -o-object-fit: cover;
  3463.     object-fit: cover;
  3464. }
  3465.  
  3466. .city_selector_title {
  3467.  display: inline-block;
  3468.  width: 100%;
  3469.  font-family: "Comfortaa-Regular";
  3470.  color: rgba(34, 34, 34, 0.62);
  3471.  background: rgba(255, 255, 255, 0.85);
  3472.  font-size: 11px;
  3473.  cursor: pointer;
  3474.  padding: 1px 30px 1px 10px;
  3475.  outline: 0;
  3476.  border: 0;
  3477.  border-radius: 30px;
  3478.  appearance: none;
  3479.  -webkit-appearance: none;
  3480.  -moz-appearance: none;
  3481.  position: relative;
  3482. }
  3483. .city_selector_title span {
  3484.  display: none;
  3485. }
  3486. .city_selector_title span:first-of-type {
  3487.  display: block;
  3488. }
  3489. .city_selector_title span.active {
  3490.  display: block;
  3491. }
  3492.  
  3493. .selector_title.hidden {
  3494.  display: none !important;
  3495. }
  3496.  
  3497. .city_selector_list {
  3498.  list-style: none;
  3499.  position: absolute;
  3500.  top: 100%;
  3501.  right: 0;
  3502.  left: 0;
  3503.  background: #fff;
  3504.  width: calc(100% - 8px);
  3505.  border: 1px solid #A5A5A5;
  3506.  border-top: 0;
  3507.  margin: 0 auto;
  3508.  padding: 0 5px;
  3509.  z-index: 4;
  3510.  max-height: 300px;
  3511.  overflow: auto;
  3512.  display: none;
  3513. }
  3514. .city_selector_list::-webkit-scrollbar {
  3515.  width: 5px;
  3516. }
  3517. .city_selector_list::-webkit-scrollbar-track {
  3518.  background: #E5E5E5;
  3519. }
  3520. .city_selector_list::-webkit-scrollbar-thumb {
  3521.  background-color: #4AC1F4;
  3522.  outline: none;
  3523. }
  3524. .city_selector_list.is-active {
  3525.  display: block;
  3526. }
  3527. .city_selector_list li {
  3528.  width: 100%;
  3529.  padding: 0;
  3530.  border-bottom: 1px solid #D7D6D6;
  3531. }
  3532. .city_selector_list li:last-of-type {
  3533.  border-bottom: 0;
  3534. }
  3535. .city_selector_list li a {
  3536.  padding: 3px;
  3537.  color: #000;
  3538.  font-size: 12px;
  3539.  text-decoration: none;
  3540.  display: block;
  3541. }
  3542. .city_selector_list li a:hover {
  3543.  background: rgba(74, 193, 244, 0.5);
  3544. }
  3545.  
  3546. .exchange_stock_title {
  3547.  margin-top: -30px;
  3548. }
  3549.  
  3550. .cabinet_tabs_wrapper h1.page_title_center {
  3551.  font-size: 20px;
  3552.  line-height: 25px;
  3553.  max-width: -moz-max-content;
  3554.  max-width: max-content;
  3555.  margin: 0 auto;
  3556.  color: #4AC1F4;
  3557.  border: 2px solid #4AC1F4;
  3558.  box-shadow: 0px 3px 10px #4AC1F4;
  3559.  box-sizing: border-box;
  3560.  padding: 5px 25px;
  3561.  border-radius: 30px;
  3562.  text-transform: none;
  3563. }
  3564.  
  3565. #payout .col {
  3566.  text-align: center;
  3567. }
  3568. #payout .btn {
  3569.  margin: 0 auto;
  3570. }
  3571.  
  3572. .all-likes {
  3573.  display: none !important;
  3574. }
  3575.  
  3576. .is-winter .header_course_wrapper {
  3577.  position: relative;
  3578. }
  3579. .is-winter .header_course_wrapper:before, .is-winter .header_course_wrapper:after {
  3580.  position: absolute;
  3581.  content: "";
  3582.  z-index: 2;
  3583. }
  3584. .is-winter .header_course_wrapper:before {
  3585.  top: 43px;
  3586.  left: 30px;
  3587.  background: url("../images/snow-1.svg") no-repeat;
  3588.  width: 65px;
  3589.  height: 56px;
  3590. }
  3591. .is-winter .header_course_wrapper:after {
  3592.  width: 52px;
  3593.  height: 52px;
  3594.  top: 40px;
  3595.  right: 30px;
  3596.  background: url("../images/snow-2.svg") no-repeat;
  3597. }
  3598.  
  3599. .page_content_snow {
  3600.  display: none !important;
  3601. }
  3602.  
  3603. .snowman {
  3604.  display: none !important;
  3605. }
  3606.  
  3607. .telegram_media_snow {
  3608.  display: none !important;
  3609. }
  3610.  
  3611. .is-winter .telegram_media, .is-winter .header_logo {
  3612.  display: none !important;
  3613. }
  3614. .is-winter .header_menu_wrapper .page_content_snow {
  3615.  height: 55px;
  3616.  display: flex !important;
  3617. }
  3618. .is-winter .snowman {
  3619.  display: block !important;
  3620.  position: absolute;
  3621.  top: -60px;
  3622.  right: 20px;
  3623.  width: 100px;
  3624. }
  3625. .is-winter .telegram_media_snow {
  3626.  display: block !important;
  3627. }
  3628.  
  3629. @media screen and (min-width: 996px) {
  3630.  .is-winter .header_menu_wrapper .page_content_snow {
  3631.    height: 94px;
  3632.    flex-direction: column;
  3633.    justify-content: center;
  3634.  }
  3635. }
  3636. .green_reviews .icon {
  3637.  fill: #05FF00;
  3638. }
  3639.  
  3640. .red_reviews .icon {
  3641.  fill: #FF6767;
  3642. }
  3643.  
  3644. .blue_reviews .icon {
  3645.  fill: #4AC1F4;
  3646. }
  3647.  
  3648. .change-content-left .description.active .header_search.active form, .change-content-left .description.active .header_search.active div.form {
  3649.  margin: 0 0 0 auto;
  3650. }
  3651. .change-content-left .header_search {
  3652.  margin-top: 0;
  3653.  margin-bottom: 0;
  3654. }
  3655. .change-content-left .header_search form {
  3656.  height: 40px;
  3657. }
  3658.  
  3659. tr .recommend {
  3660.  display: flex;
  3661.  align-items: center;
  3662.  margin: 0 auto;
  3663.  font-weight: 700;
  3664.  font-size: 12px;
  3665.  line-height: 13px;
  3666.  color: #2aac83;
  3667. }
  3668.  
  3669. #svg_ants.hidden {
  3670.  display: none !important;
  3671. }
  3672.  
  3673. .col-lg-12 .metric_content {
  3674.  padding-top: 15px;
  3675. }
  3676. .col-lg-12 .metric_content .text-content {
  3677.  margin-bottom: 0;
  3678. }
  3679.  
  3680. .sidebar_title_mob {
  3681.  display: none;
  3682. }
  3683.  
  3684. .sidebar_title_des {
  3685.  display: block;
  3686. }
  3687.  
  3688. .table-label {
  3689.  position: absolute;
  3690.  transform: translate(0, 0);
  3691.  z-index: 2;
  3692.  width: 1px;
  3693.  bottom: 2px;
  3694. }
  3695.  
  3696. .statistics-tab {
  3697.  display: none;
  3698. }
  3699. .statistics-tab.active {
  3700.  display: block;
  3701. }
  3702.  
  3703. .comment-items {
  3704.  margin-top: 1rem;
  3705.  box-shadow: inset 0 0 5px #FFD43E;
  3706.  padding: 0 10px 10px;
  3707.  border-radius: 10px;
  3708. }
  3709.  
  3710. .sidebar-mobile {
  3711.  display: none;
  3712. }
  3713. .sidebar-mobile .mobile-title {
  3714.  text-align: center;
  3715. }
  3716.  
  3717. .header-link {
  3718.  display: none;
  3719.  width: 150px;
  3720. }
  3721. .header-link a {
  3722.  font-size: 14px;
  3723.  color: #fff;
  3724. }
  3725.  
  3726. .header-additional-nav {
  3727.  margin-top: 1rem;
  3728.  display: flex;
  3729.  justify-content: space-between;
  3730.  align-items: baseline;
  3731. }
  3732.  
  3733. .breadcrumb {
  3734.  flex: 3;
  3735. }
  3736.  
  3737. .page-table .homepage_content .monitor_table.active {
  3738.  padding-top: 0;
  3739. }
  3740.  
  3741. .change_view .hint, .theme_changer .hint {
  3742.  top: calc(100% + 18px);
  3743.  left: -90%;
  3744. }
  3745.  
  3746. lite-youtube {
  3747.  max-width: unset !important;
  3748. }
  3749.  
  3750. .sitemap-list li {
  3751.  margin-bottom: 5px;
  3752. }
  3753.  
  3754. @media only screen and (min-width: 1518px) {
  3755.  .metrics-wrap__sidebar {
  3756.    right: 0;
  3757.  }
  3758. }
  3759. .item-helper {
  3760.  display: none;
  3761.  position: absolute;
  3762.  bottom: 250%;
  3763.  left: -100%;
  3764.  background: #fff;
  3765.  font-family: "Comfortaa-Bold";
  3766.  font-size: 15px;
  3767.  line-height: 16px;
  3768.  padding: 5px;
  3769.  color: rgba(0, 0, 0, 0.5);
  3770.  border-radius: 2px;
  3771.  min-width: 140px;
  3772.  width: 140px;
  3773.  text-align: center;
  3774.  border: 2px solid #4AC1F4;
  3775.  z-index: 1;
  3776. }
  3777. @-moz-document url-prefix() {
  3778.  .item-helper {
  3779.    font-weight: 500;
  3780.  }
  3781. }
  3782. .item-helper:after {
  3783.  content: "";
  3784.  position: absolute;
  3785.  width: 20px;
  3786.  height: 20px;
  3787.  background: white;
  3788.  border-right: 3px solid #4AC1F4;
  3789.  border-bottom: 3px solid #4AC1F4;
  3790.  bottom: -13px;
  3791.  border-bottom-right-radius: 4px;
  3792.  left: 55px;
  3793.  transform: rotate(45deg);
  3794.  z-index: -1;
  3795. }
  3796.  
  3797. .description_wrapper h1.page_title {
  3798.  text-align: center;
  3799.  font-size: 20px;
  3800.  display: block;
  3801.  margin: 0 auto;
  3802. }
  3803.  
  3804. .btn_block_exchange {
  3805.  border: 2px solid #4AC1F4;
  3806.  box-sizing: border-box;
  3807.  border-radius: 30px;
  3808.  padding: 15px;
  3809.  max-width: 980px;
  3810.  margin: 0 auto !important;
  3811. }
  3812.  
  3813. .exchange_buttons {
  3814.  display: flex;
  3815. }
  3816. .exchange_buttons .change_button {
  3817.  margin-right: 15px;
  3818.  display: flex;
  3819.  align-items: center;
  3820.  justify-content: center;
  3821.  padding: 3px 8px;
  3822.  cursor: pointer;
  3823.  background: none;
  3824.  outline: none;
  3825.  border-radius: 25px;
  3826.  border: 2px solid #4AC1F4;
  3827.  font-family: "Comfortaa-Bold";
  3828.  font-size: 14px;
  3829.  color: #222222;
  3830.  position: relative;
  3831.  font-size: 16px;
  3832.  padding: 3px 7px;
  3833. }
  3834. @-moz-document url-prefix() {
  3835.  .exchange_buttons .change_button {
  3836.    font-weight: 500;
  3837.  }
  3838. }
  3839. @-moz-document url-prefix() {
  3840.  .exchange_buttons .change_button {
  3841.    font-weight: 500;
  3842.  }
  3843. }
  3844. .exchange_buttons .change_button img {
  3845.  margin-right: 8px;
  3846.  max-width: 17px;
  3847.  max-height: 17px;
  3848.  min-height: 15px;
  3849.  min-width: 15px;
  3850. }
  3851. .exchange_buttons .active {
  3852.  background: #4AC1F4;
  3853.  border-color: #4AC1F4;
  3854.  color: #fff;
  3855. }
  3856. .exchange_buttons .active img, .exchange_buttons .active svg {
  3857.  fill: #7CFF3E;
  3858. }
  3859. .exchange_buttons .active .svg_negative {
  3860.  fill: #FF6767;
  3861. }
  3862.  
  3863. .exchange_content {
  3864.  padding: 15px 0;
  3865. }
  3866.  
  3867. .exchange_menu {
  3868.  border-radius: 7px;
  3869.  background: white;
  3870.  width: 90%;
  3871.  margin: 0 10px 0 auto;
  3872. }
  3873. .exchange_menu ul {
  3874.  padding: 0;
  3875.  margin: 0;
  3876.  flex-wrap: wrap;
  3877.  display: flex;
  3878.  list-style: none;
  3879. }
  3880. .exchange_menu ul li {
  3881.  margin-right: 20px;
  3882.  margin-bottom: 5px;
  3883. }
  3884. .exchange_menu ul li a, .exchange_menu ul li button {
  3885.  display: flex;
  3886.  align-items: center;
  3887.  justify-content: center;
  3888.  padding: 3px 8px;
  3889.  cursor: pointer;
  3890.  background: none;
  3891.  outline: none;
  3892.  border-radius: 25px;
  3893.  border: 2px solid #4AC1F4;
  3894.  font-family: "Comfortaa-Bold";
  3895.  font-size: 14px;
  3896.  color: #222222;
  3897.  position: relative;
  3898. }
  3899. @-moz-document url-prefix() {
  3900.  .exchange_menu ul li a, .exchange_menu ul li button {
  3901.    font-weight: 500;
  3902.  }
  3903. }
  3904. @-moz-document url-prefix() {
  3905.  .exchange_menu ul li a, .exchange_menu ul li button {
  3906.    font-weight: 500;
  3907.  }
  3908. }
  3909. .exchange_menu ul li a img, .exchange_menu ul li button img {
  3910.  margin-right: 8px;
  3911.  max-width: 17px;
  3912.  max-height: 17px;
  3913.  min-height: 15px;
  3914.  min-width: 15px;
  3915. }
  3916. .exchange_menu ul li a i, .exchange_menu ul li button i {
  3917.  font-size: 14px;
  3918.  color: #4AC1F4;
  3919.  margin-right: 8px;
  3920. }
  3921. .exchange_menu ul li a.active, .exchange_menu ul li button.active {
  3922.  background: #446CB3;
  3923.  border-color: #446CB3;
  3924.  color: #fff;
  3925. }
  3926. .exchange_menu ul li a.active img, .exchange_menu ul li a.active svg, .exchange_menu ul li button.active img, .exchange_menu ul li button.active svg {
  3927.  filter: brightness(0) invert(1);
  3928. }
  3929.  
  3930. .exchange_table_buttons {
  3931.  margin-bottom: 20px;
  3932. }
  3933. .exchange_table_buttons .btn:hover {
  3934.  background: #446CB3;
  3935.  box-shadow: 0px 4px 10px #4AC1F4;
  3936.  color: #fff;
  3937. }
  3938. .exchange_table_buttons .btn.active {
  3939.  background: #446CB3;
  3940.  box-shadow: 0px 4px 10px #4AC1F4;
  3941.  color: #fff;
  3942. }
  3943.  
  3944. .exchange_table {
  3945.  border: 0;
  3946.  border-radius: 5px;
  3947.  margin-bottom: 30px;
  3948. }
  3949. .exchange_table table {
  3950.  width: 100%;
  3951.  border-collapse: collapse;
  3952. }
  3953. .exchange_table table sub {
  3954.  font-family: "Comfortaa-Bold";
  3955.  top: 8px !important;
  3956.  font-size: 11px !important;
  3957.  width: 100%;
  3958.  text-align: right;
  3959.  display: flex;
  3960.  justify-content: flex-end;
  3961. }
  3962. @-moz-document url-prefix() {
  3963.  .exchange_table table sub {
  3964.    font-weight: 500;
  3965.  }
  3966. }
  3967. .exchange_table table thead tr th {
  3968.  font-family: "Comfortaa-Regular";
  3969.  font-size: 15px;
  3970.  color: #222222;
  3971.  font-style: normal;
  3972.  font-weight: normal;
  3973.  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  3974. }
  3975. .exchange_table table tbody {
  3976.  line-height: 1;
  3977. }
  3978. .exchange_table table tbody tr.selected {
  3979.  background: linear-gradient(360deg, rgba(124, 255, 62, 0.4) 2.47%, rgba(124, 255, 62, 0) 97.39%) !important;
  3980. }
  3981. .exchange_table table tbody tr.unactive {
  3982.  opacity: 0.5;
  3983. }
  3984. .exchange_table table tbody tr td {
  3985.  padding: 10px;
  3986.  color: #222222;
  3987.  font-family: "Comfortaa-Bold";
  3988.  font-style: normal;
  3989.  font-size: 15px;
  3990.  cursor: pointer;
  3991.  transition: 0.3s;
  3992.  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  3993. }
  3994. @-moz-document url-prefix() {
  3995.  .exchange_table table tbody tr td {
  3996.    font-weight: 500;
  3997.  }
  3998. }
  3999. .exchange_table table tbody tr td.give_money {
  4000.  font-family: "Comfortaa-Regular";
  4001.  font-weight: normal;
  4002. }
  4003. .exchange_table table tbody tr td a {
  4004.  color: #222222;
  4005. }
  4006. .exchange_table table tbody tr td b, .exchange_table table tbody tr td strong {
  4007.  font-family: "Comfortaa-Bold";
  4008. }
  4009. @-moz-document url-prefix() {
  4010.  .exchange_table table tbody tr td b, .exchange_table table tbody tr td strong {
  4011.    font-weight: 500;
  4012.  }
  4013. }
  4014. .exchange_table table tbody tr td .right-space {
  4015.  margin-right: 0.15em;
  4016. }
  4017. .exchange_table table tbody tr td .fs-sm {
  4018.  font-family: "Comfortaa-Bold";
  4019. }
  4020. .exchange_table table tbody tr .changer_name {
  4021.  position: relative;
  4022. }
  4023. .exchange_table table tbody tr .changer_name p {
  4024.  text-align: left;
  4025.  margin-bottom: 0;
  4026. }
  4027. .exchange_table table tbody tr .changer_name .changer_rate {
  4028.  display: none;
  4029. }
  4030. .exchange_table table tbody tr .changer_name .changer_rate a.mobile_link {
  4031.  font-weight: 100;
  4032.  font-size: 16px;
  4033. }
  4034. .exchange_table table tbody tr .changer_name .changer_icon {
  4035.  max-width: 16px;
  4036.  max-height: 16px;
  4037.  width: 16px;
  4038.  height: 16px;
  4039.  position: relative;
  4040.  display: inline-block;
  4041.  float: right;
  4042.  margin-left: 2px;
  4043.  margin-bottom: 2px;
  4044. }
  4045. .exchange_table table tbody tr .changer_name .changer_icon img {
  4046.  width: 100%;
  4047.  height: 100%;
  4048. }
  4049. .exchange_table table tbody tr .changer_name .changer_icon img:hover + .icon_help {
  4050.  display: flex;
  4051. }
  4052. .exchange_table table tbody tr .changer_name .changer_icon .icon_help {
  4053.  position: absolute;
  4054.  background: white;
  4055.  font-family: "Comfortaa-Bold";
  4056.  font-weight: 700;
  4057.  font-size: 15px;
  4058.  color: rgba(34, 34, 34, 0.59);
  4059.  letter-spacing: 0.09em;
  4060.  border: 3px solid #4AC1F4;
  4061.  border-radius: 4px;
  4062.  bottom: 150%;
  4063.  display: none;
  4064.  text-align: center;
  4065.  justify-content: center;
  4066.  align-items: center;
  4067.  padding: 5px 5px 10px;
  4068.  line-height: 1;
  4069.  left: -75px;
  4070.  opacity: 0;
  4071.  transition: 0.3s;
  4072.  width: 180px;
  4073. }
  4074. @-moz-document url-prefix() {
  4075.  .exchange_table table tbody tr .changer_name .changer_icon .icon_help {
  4076.    font-weight: 500;
  4077.  }
  4078. }
  4079. .exchange_table table tbody tr .changer_name .changer_icon .icon_help:after {
  4080.  content: "";
  4081.  position: absolute;
  4082.  width: 20px;
  4083.  height: 20px;
  4084.  background: white;
  4085.  border-right: 3px solid #4AC1F4;
  4086.  border-bottom: 3px solid #4AC1F4;
  4087.  bottom: -13px;
  4088.  border-bottom-right-radius: 4px;
  4089.  left: 75px;
  4090.  transform: rotate(45deg);
  4091. }
  4092. .exchange_table table tbody tr .changer_name .changer_icon img:hover + .icon_help {
  4093.  opacity: 1;
  4094. }
  4095. .exchange_table table tbody tr .changer_rate {
  4096.  font-family: "Comfortaa-Bold";
  4097.  font-size: 30px;
  4098.  font-weight: 700;
  4099.  text-align: center;
  4100. }
  4101. @-moz-document url-prefix() {
  4102.  .exchange_table table tbody tr .changer_rate {
  4103.    font-weight: 500;
  4104.  }
  4105. }
  4106. .exchange_table table tbody tr .reserve {
  4107.  font-size: 12px;
  4108. }
  4109. .exchange_table table tbody tr .get_money {
  4110.  font-size: 11px;
  4111. }
  4112. .exchange_table table tbody tr .get_money b {
  4113.  font-size: 14px;
  4114. }
  4115. .exchange_table table tbody tr .get_money sup {
  4116.  color: #FF6767;
  4117. }
  4118. .exchange_table table tbody tr .changer_reviews {
  4119.  font-size: 14px;
  4120.  height: 100%;
  4121.  padding: 5px;
  4122.  text-align: center;
  4123. }
  4124. .exchange_table table tbody tr .changer_reviews a:hover {
  4125.  text-decoration: none;
  4126. }
  4127. .exchange_table table tbody tr .changer_reviews .likes, .exchange_table table tbody tr .changer_reviews .dislikes, .exchange_table table tbody tr .changer_reviews .compare {
  4128.  margin: 0 3px;
  4129.  height: 20px;
  4130. }
  4131. .exchange_table table tbody tr .changer_reviews .likes svg, .exchange_table table tbody tr .changer_reviews .dislikes svg, .exchange_table table tbody tr .changer_reviews .compare svg {
  4132.  height: 18px;
  4133.  width: 18px;
  4134. }
  4135. .exchange_table table tbody tr .changer_reviews .likes svg {
  4136.  fill: #9DFF6F;
  4137. }
  4138. .exchange_table table tbody tr .changer_reviews .dislikes svg {
  4139.  fill: #FF6767;
  4140. }
  4141. .exchange_table table tbody tr .changer_reviews .compare svg {
  4142.  fill: #FFD43E;
  4143. }
  4144. .exchange_table table tbody tr .changer_reviews .compare i {
  4145.  color: #969696;
  4146. }
  4147. .exchange_table table tbody tr:hover .table-label {
  4148.  opacity: 1 !important;
  4149. }
  4150. .exchange_table table tbody tr:hover td {
  4151.  background: rgba(74, 193, 244, 0.19);
  4152. }
  4153. .exchange_table table tbody tr:hover td:last-child {
  4154.  background: rgba(74, 193, 244, 0.8);
  4155. }
  4156. .exchange_table table tbody .changer_reviews:hover {
  4157.  background-color: #FFD43E;
  4158.  color: #222222;
  4159. }
  4160. .exchange_table table thead tr th {
  4161.  font-size: 20px;
  4162. }
  4163. .exchange_table .disable {
  4164.  display: none !important;
  4165. }
  4166. .exchange_table .active {
  4167.  width: 100%;
  4168.  display: table-row !important;
  4169. }
  4170.  
  4171. .exchange_table table thead tr th {
  4172.  font-size: 15px;
  4173.  position: relative;
  4174. }
  4175. .exchange_table table thead tr th .item-helper {
  4176.  left: 50%;
  4177.  margin-left: -70px;
  4178.  bottom: 130%;
  4179. }
  4180. .exchange_table table thead tr th:hover .item-helper {
  4181.  display: block;
  4182. }
  4183. .exchange_table table thead tr th.sorter {
  4184.  cursor: pointer;
  4185.  position: relative;
  4186. }
  4187. .exchange_table table thead tr th.sorter.active_asc:after {
  4188.  content: "";
  4189.  position: relative;
  4190.  border: 10px solid;
  4191.  border-color: transparent transparent black transparent;
  4192.  margin-left: 5px;
  4193.  top: -15px;
  4194. }
  4195. .exchange_table table thead tr th.sorter.active_desc:after {
  4196.  content: "";
  4197.  position: relative;
  4198.  border: 10px solid;
  4199.  border-color: black transparent transparent transparent;
  4200.  margin-left: 5px;
  4201.  bottom: -15px;
  4202. }
  4203.  
  4204. table.culc__content .dislikes a, table.culc__content .likes a, table.culc__content .compare a {
  4205.  width: calc(100% - 45px) !important;
  4206. }
  4207.  
  4208. .courses_additional {
  4209.  border: 2px solid #4AC1F4;
  4210.  box-sizing: border-box;
  4211.  filter: drop-shadow 0px 4px 10px #4AC1F4;
  4212.  border-radius: 20px;
  4213.  padding: 25px;
  4214.  margin-top: 20px;
  4215. }
  4216. .courses_additional h2 {
  4217.  font-family: "Comfortaa-Bold";
  4218.  font-size: 20px;
  4219. }
  4220. .courses_additional p {
  4221.  margin: 0;
  4222.  font-family: "Comfortaa-Bold";
  4223.  font-size: 16px;
  4224.  color: #000;
  4225. }
  4226. .courses_additional p b, .courses_additional p strong {
  4227.  font-family: "Comfortaa-Bold";
  4228.  color: #4AC1F4;
  4229. }
  4230.  
  4231. .annotation {
  4232.  margin: 10px 0;
  4233. }
  4234.  
  4235. #calc_content, #stat_content, #notification_content {
  4236.  display: none;
  4237. }
  4238.  
  4239. .exchange_calculator {
  4240.  margin-bottom: 30px;
  4241. }
  4242.  
  4243. .sign_form .page_title {
  4244.  margin-bottom: 15px;
  4245. }
  4246.  
  4247. .remodal_form .form_row {
  4248.  margin-bottom: 10px !important;
  4249. }
  4250.  
  4251. .form_row {
  4252.  margin-bottom: 0;
  4253.  position: relative;
  4254.  padding: 0;
  4255. }
  4256. .form_row .form_field {
  4257.  padding: 12px 0;
  4258.  position: relative;
  4259. }
  4260. .form_row label {
  4261.  background: #fff;
  4262.  position: absolute;
  4263.  top: -11px;
  4264.  left: 30px;
  4265.  z-index: 1;
  4266. }
  4267.  
  4268. .form .form_row_2 .form_field label {
  4269.  top: 0;
  4270. }
  4271.  
  4272. .exchange_form .form_field label {
  4273.  top: 0;
  4274. }
  4275.  
  4276. .form_links {
  4277.  margin-bottom: 10px;
  4278. }
  4279. .form_links a {
  4280.  font-family: "Comfortaa-Regular";
  4281.  font-size: 16px;
  4282. }
  4283.  
  4284. .exchange_content form, .exchange_content div.form, .exchange_content .remodal_form, .remodal form, .remodal div.form, .remodal .remodal_form, .cabinet_content form, .cabinet_content div.form, .cabinet_content .remodal_form, .sign_form form, .sign_form div.form, .sign_form .remodal_form, .contacts_form form, .contacts_form div.form, .contacts_form .remodal_form {
  4285.  margin-bottom: 25px;
  4286. }
  4287. .exchange_content form .calc_checkboxes, .exchange_content div.form .calc_checkboxes, .exchange_content .remodal_form .calc_checkboxes, .remodal form .calc_checkboxes, .remodal div.form .calc_checkboxes, .remodal .remodal_form .calc_checkboxes, .cabinet_content form .calc_checkboxes, .cabinet_content div.form .calc_checkboxes, .cabinet_content .remodal_form .calc_checkboxes, .sign_form form .calc_checkboxes, .sign_form div.form .calc_checkboxes, .sign_form .remodal_form .calc_checkboxes, .contacts_form form .calc_checkboxes, .contacts_form div.form .calc_checkboxes, .contacts_form .remodal_form .calc_checkboxes {
  4288.  display: flex;
  4289.  margin-bottom: 15px;
  4290. }
  4291. .exchange_content form .control, .exchange_content div.form .control, .exchange_content .remodal_form .control, .remodal form .control, .remodal div.form .control, .remodal .remodal_form .control, .cabinet_content form .control, .cabinet_content div.form .control, .cabinet_content .remodal_form .control, .sign_form form .control, .sign_form div.form .control, .sign_form .remodal_form .control, .contacts_form form .control, .contacts_form div.form .control, .contacts_form .remodal_form .control {
  4292.  margin-right: 40px;
  4293.  font-family: "Comfortaa-Regular";
  4294.  display: block;
  4295.  position: relative;
  4296.  padding-left: 25px;
  4297.  margin-bottom: 5px;
  4298.  padding-top: 3px;
  4299.  cursor: pointer;
  4300.  border-radius: 2px;
  4301.  font-size: 16px;
  4302. }
  4303. .exchange_content form .control input, .exchange_content div.form .control input, .exchange_content .remodal_form .control input, .remodal form .control input, .remodal div.form .control input, .remodal .remodal_form .control input, .cabinet_content form .control input, .cabinet_content div.form .control input, .cabinet_content .remodal_form .control input, .sign_form form .control input, .sign_form div.form .control input, .sign_form .remodal_form .control input, .contacts_form form .control input, .contacts_form div.form .control input, .contacts_form .remodal_form .control input {
  4304.  position: absolute;
  4305.  z-index: -1;
  4306.  opacity: 0;
  4307.  left: 0;
  4308. }
  4309. .exchange_content form .control_indicator, .exchange_content div.form .control_indicator, .exchange_content .remodal_form .control_indicator, .remodal form .control_indicator, .remodal div.form .control_indicator, .remodal .remodal_form .control_indicator, .cabinet_content form .control_indicator, .cabinet_content div.form .control_indicator, .cabinet_content .remodal_form .control_indicator, .sign_form form .control_indicator, .sign_form div.form .control_indicator, .sign_form .remodal_form .control_indicator, .contacts_form form .control_indicator, .contacts_form div.form .control_indicator, .contacts_form .remodal_form .control_indicator {
  4310.  position: absolute;
  4311.  top: 7px;
  4312.  left: 0;
  4313.  height: 15px;
  4314.  width: 15px;
  4315.  background: none;
  4316.  border: 1px solid rgba(0, 0, 0, 0.5);
  4317.  border-radius: 2px;
  4318. }
  4319. .exchange_content form .control:hover input ~ .control_indicator,
  4320. .exchange_content form .control input:focus ~ .control_indicator, .exchange_content div.form .control:hover input ~ .control_indicator,
  4321. .exchange_content div.form .control input:focus ~ .control_indicator, .exchange_content .remodal_form .control:hover input ~ .control_indicator,
  4322. .exchange_content .remodal_form .control input:focus ~ .control_indicator, .remodal form .control:hover input ~ .control_indicator,
  4323. .remodal form .control input:focus ~ .control_indicator, .remodal div.form .control:hover input ~ .control_indicator,
  4324. .remodal div.form .control input:focus ~ .control_indicator, .remodal .remodal_form .control:hover input ~ .control_indicator,
  4325. .remodal .remodal_form .control input:focus ~ .control_indicator, .cabinet_content form .control:hover input ~ .control_indicator,
  4326. .cabinet_content form .control input:focus ~ .control_indicator, .cabinet_content div.form .control:hover input ~ .control_indicator,
  4327. .cabinet_content div.form .control input:focus ~ .control_indicator, .cabinet_content .remodal_form .control:hover input ~ .control_indicator,
  4328. .cabinet_content .remodal_form .control input:focus ~ .control_indicator, .sign_form form .control:hover input ~ .control_indicator,
  4329. .sign_form form .control input:focus ~ .control_indicator, .sign_form div.form .control:hover input ~ .control_indicator,
  4330. .sign_form div.form .control input:focus ~ .control_indicator, .sign_form .remodal_form .control:hover input ~ .control_indicator,
  4331. .sign_form .remodal_form .control input:focus ~ .control_indicator, .contacts_form form .control:hover input ~ .control_indicator,
  4332. .contacts_form form .control input:focus ~ .control_indicator, .contacts_form div.form .control:hover input ~ .control_indicator,
  4333. .contacts_form div.form .control input:focus ~ .control_indicator, .contacts_form .remodal_form .control:hover input ~ .control_indicator,
  4334. .contacts_form .remodal_form .control input:focus ~ .control_indicator {
  4335.  background: none;
  4336. }
  4337. .exchange_content form .control input:checked ~ .control_indicator, .exchange_content div.form .control input:checked ~ .control_indicator, .exchange_content .remodal_form .control input:checked ~ .control_indicator, .remodal form .control input:checked ~ .control_indicator, .remodal div.form .control input:checked ~ .control_indicator, .remodal .remodal_form .control input:checked ~ .control_indicator, .cabinet_content form .control input:checked ~ .control_indicator, .cabinet_content div.form .control input:checked ~ .control_indicator, .cabinet_content .remodal_form .control input:checked ~ .control_indicator, .sign_form form .control input:checked ~ .control_indicator, .sign_form div.form .control input:checked ~ .control_indicator, .sign_form .remodal_form .control input:checked ~ .control_indicator, .contacts_form form .control input:checked ~ .control_indicator, .contacts_form div.form .control input:checked ~ .control_indicator, .contacts_form .remodal_form .control input:checked ~ .control_indicator {
  4338.  background: none;
  4339. }
  4340. .exchange_content form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4341. .exchange_content form .control input:checked:focus ~ .control_indicator, .exchange_content div.form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4342. .exchange_content div.form .control input:checked:focus ~ .control_indicator, .exchange_content .remodal_form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4343. .exchange_content .remodal_form .control input:checked:focus ~ .control_indicator, .remodal form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4344. .remodal form .control input:checked:focus ~ .control_indicator, .remodal div.form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4345. .remodal div.form .control input:checked:focus ~ .control_indicator, .remodal .remodal_form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4346. .remodal .remodal_form .control input:checked:focus ~ .control_indicator, .cabinet_content form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4347. .cabinet_content form .control input:checked:focus ~ .control_indicator, .cabinet_content div.form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4348. .cabinet_content div.form .control input:checked:focus ~ .control_indicator, .cabinet_content .remodal_form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4349. .cabinet_content .remodal_form .control input:checked:focus ~ .control_indicator, .sign_form form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4350. .sign_form form .control input:checked:focus ~ .control_indicator, .sign_form div.form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4351. .sign_form div.form .control input:checked:focus ~ .control_indicator, .sign_form .remodal_form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4352. .sign_form .remodal_form .control input:checked:focus ~ .control_indicator, .contacts_form form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4353. .contacts_form form .control input:checked:focus ~ .control_indicator, .contacts_form div.form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4354. .contacts_form div.form .control input:checked:focus ~ .control_indicator, .contacts_form .remodal_form .control:hover input:not([disabled]):checked ~ .control_indicator,
  4355. .contacts_form .remodal_form .control input:checked:focus ~ .control_indicator {
  4356.  background: none;
  4357. }
  4358. .exchange_content form .control input:disabled ~ .control_indicator, .exchange_content div.form .control input:disabled ~ .control_indicator, .exchange_content .remodal_form .control input:disabled ~ .control_indicator, .remodal form .control input:disabled ~ .control_indicator, .remodal div.form .control input:disabled ~ .control_indicator, .remodal .remodal_form .control input:disabled ~ .control_indicator, .cabinet_content form .control input:disabled ~ .control_indicator, .cabinet_content div.form .control input:disabled ~ .control_indicator, .cabinet_content .remodal_form .control input:disabled ~ .control_indicator, .sign_form form .control input:disabled ~ .control_indicator, .sign_form div.form .control input:disabled ~ .control_indicator, .sign_form .remodal_form .control input:disabled ~ .control_indicator, .contacts_form form .control input:disabled ~ .control_indicator, .contacts_form div.form .control input:disabled ~ .control_indicator, .contacts_form .remodal_form .control input:disabled ~ .control_indicator {
  4359.  background: none;
  4360.  opacity: 0.6;
  4361.  pointer-events: none;
  4362. }
  4363. .exchange_content form .control_indicator:after, .exchange_content div.form .control_indicator:after, .exchange_content .remodal_form .control_indicator:after, .remodal form .control_indicator:after, .remodal div.form .control_indicator:after, .remodal .remodal_form .control_indicator:after, .cabinet_content form .control_indicator:after, .cabinet_content div.form .control_indicator:after, .cabinet_content .remodal_form .control_indicator:after, .sign_form form .control_indicator:after, .sign_form div.form .control_indicator:after, .sign_form .remodal_form .control_indicator:after, .contacts_form form .control_indicator:after, .contacts_form div.form .control_indicator:after, .contacts_form .remodal_form .control_indicator:after {
  4364.  box-sizing: unset;
  4365.  content: "";
  4366.  position: absolute;
  4367.  display: none;
  4368. }
  4369. .exchange_content form .control input:checked ~ .control_indicator:after, .exchange_content div.form .control input:checked ~ .control_indicator:after, .exchange_content .remodal_form .control input:checked ~ .control_indicator:after, .remodal form .control input:checked ~ .control_indicator:after, .remodal div.form .control input:checked ~ .control_indicator:after, .remodal .remodal_form .control input:checked ~ .control_indicator:after, .cabinet_content form .control input:checked ~ .control_indicator:after, .cabinet_content div.form .control input:checked ~ .control_indicator:after, .cabinet_content .remodal_form .control input:checked ~ .control_indicator:after, .sign_form form .control input:checked ~ .control_indicator:after, .sign_form div.form .control input:checked ~ .control_indicator:after, .sign_form .remodal_form .control input:checked ~ .control_indicator:after, .contacts_form form .control input:checked ~ .control_indicator:after, .contacts_form div.form .control input:checked ~ .control_indicator:after, .contacts_form .remodal_form .control input:checked ~ .control_indicator:after {
  4370.  display: block;
  4371. }
  4372. .exchange_content form .control-checkbox .control_indicator:after, .exchange_content div.form .control-checkbox .control_indicator:after, .exchange_content .remodal_form .control-checkbox .control_indicator:after, .remodal form .control-checkbox .control_indicator:after, .remodal div.form .control-checkbox .control_indicator:after, .remodal .remodal_form .control-checkbox .control_indicator:after, .cabinet_content form .control-checkbox .control_indicator:after, .cabinet_content div.form .control-checkbox .control_indicator:after, .cabinet_content .remodal_form .control-checkbox .control_indicator:after, .sign_form form .control-checkbox .control_indicator:after, .sign_form div.form .control-checkbox .control_indicator:after, .sign_form .remodal_form .control-checkbox .control_indicator:after, .contacts_form form .control-checkbox .control_indicator:after, .contacts_form div.form .control-checkbox .control_indicator:after, .contacts_form .remodal_form .control-checkbox .control_indicator:after {
  4373.  left: 4px;
  4374.  top: 1px;
  4375.  width: 3px;
  4376.  height: 8px;
  4377.  border: solid #9DFF6F;
  4378.  border-width: 0 2px 2px 0;
  4379.  transform: rotate(45deg);
  4380. }
  4381. .exchange_content form .control-checkbox input:disabled ~ .control_indicator:after, .exchange_content div.form .control-checkbox input:disabled ~ .control_indicator:after, .exchange_content .remodal_form .control-checkbox input:disabled ~ .control_indicator:after, .remodal form .control-checkbox input:disabled ~ .control_indicator:after, .remodal div.form .control-checkbox input:disabled ~ .control_indicator:after, .remodal .remodal_form .control-checkbox input:disabled ~ .control_indicator:after, .cabinet_content form .control-checkbox input:disabled ~ .control_indicator:after, .cabinet_content div.form .control-checkbox input:disabled ~ .control_indicator:after, .cabinet_content .remodal_form .control-checkbox input:disabled ~ .control_indicator:after, .sign_form form .control-checkbox input:disabled ~ .control_indicator:after, .sign_form div.form .control-checkbox input:disabled ~ .control_indicator:after, .sign_form .remodal_form .control-checkbox input:disabled ~ .control_indicator:after, .contacts_form form .control-checkbox input:disabled ~ .control_indicator:after, .contacts_form div.form .control-checkbox input:disabled ~ .control_indicator:after, .contacts_form .remodal_form .control-checkbox input:disabled ~ .control_indicator:after {
  4382.  border-color: #7b7b7b;
  4383. }
  4384. .exchange_content form label, .exchange_content div.form label, .exchange_content .remodal_form label, .remodal form label, .remodal div.form label, .remodal .remodal_form label, .cabinet_content form label, .cabinet_content div.form label, .cabinet_content .remodal_form label, .sign_form form label, .sign_form div.form label, .sign_form .remodal_form label, .contacts_form form label, .contacts_form div.form label, .contacts_form .remodal_form label {
  4385.  font-family: "Comfortaa-Bold";
  4386.  font-size: 15px;
  4387.  color: #222222;
  4388.  margin-right: 15px;
  4389.  margin-left: 15px;
  4390.  background: #fff;
  4391.  padding: 0 5px;
  4392. }
  4393. @-moz-document url-prefix() {
  4394.  .exchange_content form label, .exchange_content div.form label, .exchange_content .remodal_form label, .remodal form label, .remodal div.form label, .remodal .remodal_form label, .cabinet_content form label, .cabinet_content div.form label, .cabinet_content .remodal_form label, .sign_form form label, .sign_form div.form label, .sign_form .remodal_form label, .contacts_form form label, .contacts_form div.form label, .contacts_form .remodal_form label {
  4395.    font-weight: 500;
  4396.  }
  4397. }
  4398. .exchange_content form input[type=submit], .exchange_content form button, .exchange_content div.form input[type=submit], .exchange_content div.form button, .exchange_content .remodal_form input[type=submit], .exchange_content .remodal_form button, .remodal form input[type=submit], .remodal form button, .remodal div.form input[type=submit], .remodal div.form button, .remodal .remodal_form input[type=submit], .remodal .remodal_form button, .cabinet_content form input[type=submit], .cabinet_content form button, .cabinet_content div.form input[type=submit], .cabinet_content div.form button, .cabinet_content .remodal_form input[type=submit], .cabinet_content .remodal_form button, .sign_form form input[type=submit], .sign_form form button, .sign_form div.form input[type=submit], .sign_form div.form button, .sign_form .remodal_form input[type=submit], .sign_form .remodal_form button, .contacts_form form input[type=submit], .contacts_form form button, .contacts_form div.form input[type=submit], .contacts_form div.form button, .contacts_form .remodal_form input[type=submit], .contacts_form .remodal_form button {
  4399.  border-radius: 25px;
  4400.  border: none;
  4401.  outline: none;
  4402.  background: #4AC1F4;
  4403.  color: white;
  4404.  font-family: "Comfortaa-Bold";
  4405.  font-size: 16px;
  4406.  padding: 10px 25px;
  4407.  box-shadow: 0 4px 10px #4AC1F4;
  4408. }
  4409. .exchange_content form input[type=submit]:hover, .exchange_content form button:hover, .exchange_content div.form input[type=submit]:hover, .exchange_content div.form button:hover, .exchange_content .remodal_form input[type=submit]:hover, .exchange_content .remodal_form button:hover, .remodal form input[type=submit]:hover, .remodal form button:hover, .remodal div.form input[type=submit]:hover, .remodal div.form button:hover, .remodal .remodal_form input[type=submit]:hover, .remodal .remodal_form button:hover, .cabinet_content form input[type=submit]:hover, .cabinet_content form button:hover, .cabinet_content div.form input[type=submit]:hover, .cabinet_content div.form button:hover, .cabinet_content .remodal_form input[type=submit]:hover, .cabinet_content .remodal_form button:hover, .sign_form form input[type=submit]:hover, .sign_form form button:hover, .sign_form div.form input[type=submit]:hover, .sign_form div.form button:hover, .sign_form .remodal_form input[type=submit]:hover, .sign_form .remodal_form button:hover, .contacts_form form input[type=submit]:hover, .contacts_form form button:hover, .contacts_form div.form input[type=submit]:hover, .contacts_form div.form button:hover, .contacts_form .remodal_form input[type=submit]:hover, .contacts_form .remodal_form button:hover {
  4410.  background: rgba(74, 193, 244, 0.8);
  4411. }
  4412. .exchange_content form input[type=text], .exchange_content form textarea, .exchange_content form input[type=email], .exchange_content form input[type=number], .exchange_content form input[type=password], .exchange_content form input[type=date], .exchange_content div.form input[type=text], .exchange_content div.form textarea, .exchange_content div.form input[type=email], .exchange_content div.form input[type=number], .exchange_content div.form input[type=password], .exchange_content div.form input[type=date], .exchange_content .remodal_form input[type=text], .exchange_content .remodal_form textarea, .exchange_content .remodal_form input[type=email], .exchange_content .remodal_form input[type=number], .exchange_content .remodal_form input[type=password], .exchange_content .remodal_form input[type=date], .remodal form input[type=text], .remodal form textarea, .remodal form input[type=email], .remodal form input[type=number], .remodal form input[type=password], .remodal form input[type=date], .remodal div.form input[type=text], .remodal div.form textarea, .remodal div.form input[type=email], .remodal div.form input[type=number], .remodal div.form input[type=password], .remodal div.form input[type=date], .remodal .remodal_form input[type=text], .remodal .remodal_form textarea, .remodal .remodal_form input[type=email], .remodal .remodal_form input[type=number], .remodal .remodal_form input[type=password], .remodal .remodal_form input[type=date], .cabinet_content form input[type=text], .cabinet_content form textarea, .cabinet_content form input[type=email], .cabinet_content form input[type=number], .cabinet_content form input[type=password], .cabinet_content form input[type=date], .cabinet_content div.form input[type=text], .cabinet_content div.form textarea, .cabinet_content div.form input[type=email], .cabinet_content div.form input[type=number], .cabinet_content div.form input[type=password], .cabinet_content div.form input[type=date], .cabinet_content .remodal_form input[type=text], .cabinet_content .remodal_form textarea, .cabinet_content .remodal_form input[type=email], .cabinet_content .remodal_form input[type=number], .cabinet_content .remodal_form input[type=password], .cabinet_content .remodal_form input[type=date], .sign_form form input[type=text], .sign_form form textarea, .sign_form form input[type=email], .sign_form form input[type=number], .sign_form form input[type=password], .sign_form form input[type=date], .sign_form div.form input[type=text], .sign_form div.form textarea, .sign_form div.form input[type=email], .sign_form div.form input[type=number], .sign_form div.form input[type=password], .sign_form div.form input[type=date], .sign_form .remodal_form input[type=text], .sign_form .remodal_form textarea, .sign_form .remodal_form input[type=email], .sign_form .remodal_form input[type=number], .sign_form .remodal_form input[type=password], .sign_form .remodal_form input[type=date], .contacts_form form input[type=text], .contacts_form form textarea, .contacts_form form input[type=email], .contacts_form form input[type=number], .contacts_form form input[type=password], .contacts_form form input[type=date], .contacts_form div.form input[type=text], .contacts_form div.form textarea, .contacts_form div.form input[type=email], .contacts_form div.form input[type=number], .contacts_form div.form input[type=password], .contacts_form div.form input[type=date], .contacts_form .remodal_form input[type=text], .contacts_form .remodal_form textarea, .contacts_form .remodal_form input[type=email], .contacts_form .remodal_form input[type=number], .contacts_form .remodal_form input[type=password], .contacts_form .remodal_form input[type=date] {
  4413.  background: none;
  4414.  border-radius: 25px;
  4415.  border: 2px solid rgba(0, 0, 0, 0.12);
  4416.  padding: 0 15px;
  4417.  line-height: 43px;
  4418.  font-family: "Comfortaa-Regular";
  4419.  font-size: 15px;
  4420.  font-weight: 400;
  4421.  height: 40px;
  4422.  outline: none;
  4423.  cursor: pointer;
  4424. }
  4425. .exchange_content form select, .exchange_content div.form select, .exchange_content .remodal_form select, .remodal form select, .remodal div.form select, .remodal .remodal_form select, .cabinet_content form select, .cabinet_content div.form select, .cabinet_content .remodal_form select, .sign_form form select, .sign_form div.form select, .sign_form .remodal_form select, .contacts_form form select, .contacts_form div.form select, .contacts_form .remodal_form select {
  4426.  background: none;
  4427.  border-radius: 25px;
  4428.  border: 2px solid rgba(0, 0, 0, 0.12);
  4429.  padding: 7px 55px 7px 15px;
  4430.  font-family: "Comfortaa-Regular";
  4431.  font-size: 15px;
  4432.  font-weight: 400;
  4433.  outline: none;
  4434.  cursor: pointer;
  4435.  appearance: none;
  4436.  -webkit-appearance: none;
  4437.  -moz-appearance: none;
  4438.  position: relative;
  4439. }
  4440. .exchange_content form select::-ms-expand, .exchange_content div.form select::-ms-expand, .exchange_content .remodal_form select::-ms-expand, .remodal form select::-ms-expand, .remodal div.form select::-ms-expand, .remodal .remodal_form select::-ms-expand, .cabinet_content form select::-ms-expand, .cabinet_content div.form select::-ms-expand, .cabinet_content .remodal_form select::-ms-expand, .sign_form form select::-ms-expand, .sign_form div.form select::-ms-expand, .sign_form .remodal_form select::-ms-expand, .contacts_form form select::-ms-expand, .contacts_form div.form select::-ms-expand, .contacts_form .remodal_form select::-ms-expand {
  4441.  display: none;
  4442. }
  4443. .exchange_content form .select_wrap, .exchange_content div.form .select_wrap, .exchange_content .remodal_form .select_wrap, .remodal form .select_wrap, .remodal div.form .select_wrap, .remodal .remodal_form .select_wrap, .cabinet_content form .select_wrap, .cabinet_content div.form .select_wrap, .cabinet_content .remodal_form .select_wrap, .sign_form form .select_wrap, .sign_form div.form .select_wrap, .sign_form .remodal_form .select_wrap, .contacts_form form .select_wrap, .contacts_form div.form .select_wrap, .contacts_form .remodal_form .select_wrap {
  4444.  margin-right: 10px;
  4445.  position: relative;
  4446. }
  4447. .exchange_content form .select_wrap:after, .exchange_content div.form .select_wrap:after, .exchange_content .remodal_form .select_wrap:after, .remodal form .select_wrap:after, .remodal div.form .select_wrap:after, .remodal .remodal_form .select_wrap:after, .cabinet_content form .select_wrap:after, .cabinet_content div.form .select_wrap:after, .cabinet_content .remodal_form .select_wrap:after, .sign_form form .select_wrap:after, .sign_form div.form .select_wrap:after, .sign_form .remodal_form .select_wrap:after, .contacts_form form .select_wrap:after, .contacts_form div.form .select_wrap:after, .contacts_form .remodal_form .select_wrap:after {
  4448.  content: "\f107";
  4449.  font-family: "Font Awesome 5 Free";
  4450.  position: absolute;
  4451.  right: 15px;
  4452.  top: 0;
  4453.  bottom: 0;
  4454.  margin: auto;
  4455.  font-size: 16px;
  4456.  color: #4AC1F4;
  4457.  display: flex;
  4458.  align-items: center;
  4459.  font-style: normal;
  4460.  font-weight: 600;
  4461.  font-variant: normal;
  4462.  text-rendering: auto;
  4463.  -webkit-font-smoothing: antialiased;
  4464. }
  4465. .exchange_content form .select_wrap input[type=submit], .exchange_content div.form .select_wrap input[type=submit], .exchange_content .remodal_form .select_wrap input[type=submit], .remodal form .select_wrap input[type=submit], .remodal div.form .select_wrap input[type=submit], .remodal .remodal_form .select_wrap input[type=submit], .cabinet_content form .select_wrap input[type=submit], .cabinet_content div.form .select_wrap input[type=submit], .cabinet_content .remodal_form .select_wrap input[type=submit], .sign_form form .select_wrap input[type=submit], .sign_form div.form .select_wrap input[type=submit], .sign_form .remodal_form .select_wrap input[type=submit], .contacts_form form .select_wrap input[type=submit], .contacts_form div.form .select_wrap input[type=submit], .contacts_form .remodal_form .select_wrap input[type=submit] {
  4466.  border-radius: 25px;
  4467.  border: none;
  4468.  outline: none;
  4469.  background: #4AC1F4;
  4470.  color: white;
  4471.  font-family: "Comfortaa-Bold";
  4472.  font-size: 16px;
  4473.  padding: 8px 40px;
  4474. }
  4475. @-moz-document url-prefix() {
  4476.  .exchange_content form .select_wrap input[type=submit], .exchange_content div.form .select_wrap input[type=submit], .exchange_content .remodal_form .select_wrap input[type=submit], .remodal form .select_wrap input[type=submit], .remodal div.form .select_wrap input[type=submit], .remodal .remodal_form .select_wrap input[type=submit], .cabinet_content form .select_wrap input[type=submit], .cabinet_content div.form .select_wrap input[type=submit], .cabinet_content .remodal_form .select_wrap input[type=submit], .sign_form form .select_wrap input[type=submit], .sign_form div.form .select_wrap input[type=submit], .sign_form .remodal_form .select_wrap input[type=submit], .contacts_form form .select_wrap input[type=submit], .contacts_form div.form .select_wrap input[type=submit], .contacts_form .remodal_form .select_wrap input[type=submit] {
  4477.    font-weight: 500;
  4478.  }
  4479. }
  4480. .exchange_content .exchange_additional, .remodal .exchange_additional, .cabinet_content .exchange_additional, .sign_form .exchange_additional, .contacts_form .exchange_additional {
  4481.  margin-top: 35px;
  4482. }
  4483. .exchange_content .exchange_additional h6, .remodal .exchange_additional h6, .cabinet_content .exchange_additional h6, .sign_form .exchange_additional h6, .contacts_form .exchange_additional h6 {
  4484.  font-family: "Comfortaa-Regular";
  4485.  font-size: 24px;
  4486.  font-weight: 400;
  4487.  color: #222222;
  4488. }
  4489. .exchange_content .exchange_additional p, .remodal .exchange_additional p, .cabinet_content .exchange_additional p, .sign_form .exchange_additional p, .contacts_form .exchange_additional p {
  4490.  margin: 0;
  4491.  font-family: "Comfortaa-Regular";
  4492.  font-size: 16px;
  4493.  font-weight: 400;
  4494. }
  4495. .exchange_content .exchange_additional p b, .exchange_content .exchange_additional p strong, .remodal .exchange_additional p b, .remodal .exchange_additional p strong, .cabinet_content .exchange_additional p b, .cabinet_content .exchange_additional p strong, .sign_form .exchange_additional p b, .sign_form .exchange_additional p strong, .contacts_form .exchange_additional p b, .contacts_form .exchange_additional p strong {
  4496.  font-family: "Comfortaa-Bold";
  4497.  font-weight: 700;
  4498. }
  4499. @-moz-document url-prefix() {
  4500.  .exchange_content .exchange_additional p b, .exchange_content .exchange_additional p strong, .remodal .exchange_additional p b, .remodal .exchange_additional p strong, .cabinet_content .exchange_additional p b, .cabinet_content .exchange_additional p strong, .sign_form .exchange_additional p b, .sign_form .exchange_additional p strong, .contacts_form .exchange_additional p b, .contacts_form .exchange_additional p strong {
  4501.    font-weight: 500;
  4502.  }
  4503. }
  4504.  
  4505. .remodal .exchange_content .remodal_form {
  4506.  flex-direction: row;
  4507.  flex-wrap: wrap;
  4508. }
  4509.  
  4510. .remodal.remodal_notification {
  4511.  max-width: 900px;
  4512.  padding: 30px;
  4513. }
  4514.  
  4515. .notification_form {
  4516.  display: flex;
  4517. }
  4518. .notification_form .notification_row {
  4519.  display: flex;
  4520.  align-items: center;
  4521.  margin: 10px 0;
  4522.  flex-wrap: wrap;
  4523.  width: 100%;
  4524. }
  4525. .notification_form .notification_row:last-child {
  4526.  justify-content: center;
  4527. }
  4528. .notification_form .notification_row #notification-telegram {
  4529.  display: none;
  4530.  padding: 8px 10px;
  4531.  margin-right: 10px;
  4532. }
  4533. .notification_form .notification_row #notification-address {
  4534.  width: 300px;
  4535. }
  4536. .notification_form form, .notification_form .remodal_form {
  4537.  display: flex;
  4538.  flex-direction: column;
  4539.  margin-bottom: 0;
  4540. }
  4541. .notification_form form label, .notification_form .remodal_form label {
  4542.  margin-bottom: 0;
  4543.  line-height: 1;
  4544.  font-size: 15px;
  4545. }
  4546. .notification_form form label:first-child, .notification_form .remodal_form label:first-child {
  4547.  width: 165px;
  4548. }
  4549. .notification_form form input[type=submit], .notification_form .remodal_form input[type=submit] {
  4550.  padding: 8px 40px;
  4551.  font-size: 16px;
  4552.  font-weight: 400;
  4553. }
  4554. .notification_form form input[type=text], .notification_form form select, .notification_form .remodal_form input[type=text], .notification_form .remodal_form select {
  4555.  width: 150px;
  4556. }
  4557.  
  4558. .stat_form {
  4559.  display: flex;
  4560. }
  4561. .stat_form form, .stat_form .remodal_form {
  4562.  display: flex;
  4563.  align-items: center;
  4564. }
  4565. .stat_form form label, .stat_form .remodal_form label {
  4566.  font-size: 16px;
  4567.  margin-bottom: 0;
  4568. }
  4569.  
  4570. .remodal-overlay {
  4571.  background: rgba(255, 255, 255, 0.6);
  4572. }
  4573.  
  4574. .remodal {
  4575.  border: 4px solid #4AC1F4;
  4576.  border-radius: 15px;
  4577.  box-shadow: 0 0 52px rgba(0, 0, 0, 0.12);
  4578.  padding: 30px 60px;
  4579. }
  4580. .remodal .remodal_close {
  4581.  position: absolute;
  4582.  background: none;
  4583.  border: none;
  4584.  outline: none;
  4585.  right: 15px;
  4586.  top: 15px;
  4587. }
  4588. .remodal .remodal_close img {
  4589.  width: 25px;
  4590.  height: 25px;
  4591.  filter: invert(100%) sepia(26%) saturate(7031%) hue-rotate(176deg) brightness(92%) contrast(90%);
  4592. }
  4593. .remodal .remodal_close .remodal_title {
  4594.  font-family: "Comfortaa-Regular";
  4595.  font-size: 30px;
  4596.  font-weight: 400;
  4597.  text-transform: uppercase;
  4598.  color: #222222;
  4599. }
  4600. .remodal .remodal_title_4 {
  4601.  font-family: "Comfortaa-Regular";
  4602.  font-size: 18px;
  4603.  font-weight: 400;
  4604.  color: #222222;
  4605.  text-align: center;
  4606. }
  4607. .remodal .remodal_form {
  4608.  display: flex;
  4609.  flex-direction: column;
  4610.  text-align: left;
  4611.  margin-bottom: 0;
  4612. }
  4613. .remodal .remodal_form .form_row {
  4614.  display: flex;
  4615.  align-items: center;
  4616.  margin: 7px 0;
  4617.  position: relative;
  4618. }
  4619. .remodal .remodal_form .form_row label {
  4620.  font-size: 15px;
  4621.  width: 30%;
  4622.  margin: 0;
  4623. }
  4624. .remodal .remodal_form .form_row input {
  4625.  width: 33%;
  4626.  margin: 0 10px;
  4627. }
  4628. .remodal .remodal_form .form_row .select_wrap {
  4629.  width: 23%;
  4630. }
  4631. .remodal .remodal_form .form_row .select_wrap select {
  4632.  width: 100%;
  4633. }
  4634. .remodal .remodal_form .form_row input[type=submit] {
  4635.  width: auto;
  4636.  margin-top: 15px;
  4637.  padding: 7px 40px;
  4638.  font-size: 16px;
  4639.  font-weight: 400;
  4640. }
  4641. .remodal .remodal_form .form_row textarea {
  4642.  width: 100%;
  4643.  height: 200px;
  4644.  resize: none;
  4645. }
  4646. .remodal .remodal_form .form_row_special {
  4647.  justify-content: center;
  4648.  margin: 20px 0;
  4649. }
  4650. .remodal .remodal_form .form_row_special .select_wrap {
  4651.  width: 30%;
  4652. }
  4653. .remodal .remodal_form .form_row_special label {
  4654.  width: auto;
  4655.  margin-right: 15px;
  4656.  font-size: 18px;
  4657. }
  4658. .remodal .remodal_form .form_row_special select {
  4659.  width: 180px;
  4660. }
  4661. .remodal .remodal_form .form_checkboxes {
  4662.  margin-top: 15px;
  4663.  display: flex;
  4664.  flex-direction: column;
  4665.  align-items: center;
  4666. }
  4667.  
  4668. .remodal_settings {
  4669.  max-width: 500px;
  4670.  padding: 50px;
  4671. }
  4672. .remodal_settings .remodal_form .form_row {
  4673.  flex-direction: column;
  4674.  align-items: flex-start;
  4675.  width: 100%;
  4676. }
  4677. .remodal_settings .remodal_form .form_row input, .remodal_settings .remodal_form .form_row select, .remodal_settings .remodal_form .form_row label, .remodal_settings .remodal_form .form_row .select_wrap {
  4678.  width: 100%;
  4679. }
  4680.  
  4681. .course_cities {
  4682.  margin-top: 20px;
  4683. }
  4684. .course_cities h2 {
  4685.  font-family: "Comfortaa-Regular";
  4686.  text-transform: uppercase;
  4687.  color: #222222;
  4688.  font-size: 30px;
  4689. }
  4690. .course_cities p {
  4691.  font-family: "Comfortaa-Regular";
  4692.  font-size: 16px;
  4693.  color: #656565;
  4694. }
  4695. .course_cities p a {
  4696.  color: #446cb3;
  4697.  cursor: pointer;
  4698. }
  4699. .course_cities p a.all-cities {
  4700.  font-family: "Comfortaa-Bold";
  4701.  color: #44b36c;
  4702. }
  4703.  
  4704. .reload_timer {
  4705.  color: #FF6767;
  4706.  text-align: right;
  4707. }
  4708. .reload_timer .timer_time {
  4709.  font-size: 24px;
  4710. }
  4711.  
  4712. .empty_table_text {
  4713.  color: #FF6767;
  4714.  display: none;
  4715. }
  4716.  
  4717. .breadcrumb {
  4718.  margin-bottom: 10px;
  4719. }
  4720. .breadcrumb div {
  4721.  display: inline-block;
  4722.  font-family: "Comfortaa-Regular";
  4723.  font-size: 15px;
  4724.  color: #4AC1F4;
  4725. }
  4726. .breadcrumb div a {
  4727.  font-family: "Comfortaa-Regular";
  4728.  color: #4AC1F4;
  4729. }
  4730.  
  4731. .exchange_info {
  4732.  padding: 10px;
  4733.  background: #fff;
  4734.  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
  4735.  border-radius: 30px;
  4736.  display: flex;
  4737.  flex-wrap: wrap;
  4738.  margin: 30px 0;
  4739. }
  4740. .exchange_info_title {
  4741.  font-size: 35px;
  4742.  font-family: "Comfortaa-Bold";
  4743.  color: #4AC1F4;
  4744.  margin-bottom: 10px;
  4745.  text-align: center;
  4746.  width: 100%;
  4747. }
  4748. @-moz-document url-prefix() {
  4749.  .exchange_info_title {
  4750.    font-weight: 500;
  4751.  }
  4752. }
  4753. .exchange_info_subtitle {
  4754.  width: 100%;
  4755.  font-family: "Comfortaa-Regular";
  4756.  font-size: 15px;
  4757.  line-height: 16px;
  4758.  color: #000;
  4759.  margin-bottom: 10px;
  4760.  text-align: center;
  4761. }
  4762. .exchange_info_buttons {
  4763.  display: inline-flex;
  4764.  flex-wrap: wrap;
  4765.  align-items: center;
  4766.  width: calc(100% - 200px);
  4767. }
  4768. .exchange_info .btn {
  4769.  font-family: "Comfortaa-Regular";
  4770.  font-size: 15px;
  4771.  color: #000 !important;
  4772.  background: #C0ECFF !important;
  4773.  border-color: #C0ECFF !important;
  4774.  border-radius: 45px;
  4775.  width: calc(50% - 10px);
  4776.  margin: 0 5px 13px;
  4777.  padding: 10px 5px;
  4778.  box-shadow: none;
  4779.  filter: none !important;
  4780. }
  4781. .exchange_info .btn:last-of-type {
  4782.  width: 100%;
  4783. }
  4784. .exchange_info .btn:hover {
  4785.  box-shadow: 0px 4px 10px #C0ECFF;
  4786. }
  4787. .exchange_info_media {
  4788.  width: 180px;
  4789.  text-align: center;
  4790.  font-family: "Comfortaa-Regular";
  4791.  font-size: 130px;
  4792.  color: #9DFF6F;
  4793. }
  4794.  
  4795. .change_other {
  4796.  padding: 0 20px 10px;
  4797. }
  4798. .change_other .page_title {
  4799.  color: #4AC1F4;
  4800.  font-size: 30px;
  4801.  margin-bottom: 10px;
  4802. }
  4803. .change_other a {
  4804.  font-family: "Comfortaa-Bold";
  4805.  font-size: 15px;
  4806.  color: #000;
  4807.  position: relative;
  4808. }
  4809. @-moz-document url-prefix() {
  4810.  .change_other a {
  4811.    font-weight: 500;
  4812.  }
  4813. }
  4814. .change_other a:before {
  4815.  position: absolute;
  4816.  content: "";
  4817.  width: 9px;
  4818.  height: 9px;
  4819.  background: #9DFF6F;
  4820.  border-radius: 100%;
  4821.  top: 50%;
  4822.  margin-top: -5px;
  4823.  left: -20px;
  4824. }
  4825.  
  4826. .remodal_report_wrapper .remodal_title {
  4827.  font-size: 25px;
  4828.  color: #4AC1F4;
  4829. }
  4830. .remodal_report_wrapper .remodal_form .form_row {
  4831.  padding: 0;
  4832. }
  4833. .remodal_report_wrapper .remodal_form .form_row label {
  4834.  position: relative;
  4835.  background: transparent;
  4836.  left: 0;
  4837.  right: 0;
  4838. }
  4839.  
  4840. .exchange_calc {
  4841.  background: #4AC1F4;
  4842.  border-radius: 25px;
  4843.  display: flex;
  4844.  justify-content: stretch;
  4845.  padding: 5px 10px;
  4846.  max-width: 90%;
  4847.  margin: 10px 10px 10px auto;
  4848. }
  4849. .exchange_calc .item-helper {
  4850.  width: 200px;
  4851.  left: -230%;
  4852. }
  4853. .exchange_calc .item-helper:after {
  4854.  left: 90px;
  4855. }
  4856. .exchange_calc_item {
  4857.  display: flex;
  4858.  align-items: center;
  4859.  min-height: 20px;
  4860.  padding: 0 20px;
  4861.  position: relative;
  4862.  flex-grow: 1;
  4863. }
  4864. .exchange_calc_item:after {
  4865.  position: absolute;
  4866.  content: "";
  4867.  height: 100%;
  4868.  width: 2px;
  4869.  background: #fff;
  4870.  top: 0;
  4871.  right: 0;
  4872. }
  4873. .exchange_calc_item:last-child:after {
  4874.  display: none;
  4875. }
  4876. .exchange_calc_title {
  4877.  font-family: "Comfortaa-Bold";
  4878.  text-align: center;
  4879.  font-style: normal;
  4880.  font-size: 12px;
  4881.  line-height: 12px;
  4882.  color: #fff;
  4883.  margin-right: 10px;
  4884. }
  4885. .exchange_calc input[type=checkbox] {
  4886.  height: 0;
  4887.  width: 0;
  4888.  visibility: hidden;
  4889. }
  4890. .exchange_calc input[type=checkbox]:checked + label img {
  4891.  left: calc(100% - 17px);
  4892. }
  4893. .exchange_calc input[type=checkbox]:checked + label:after {
  4894.  left: 100%;
  4895.  background: #9DFF6F;
  4896.  transform: translateX(-100%);
  4897. }
  4898. .exchange_calc label {
  4899.  cursor: pointer;
  4900.  width: 40px;
  4901.  height: 12px;
  4902.  margin-bottom: 0;
  4903.  background: #fff;
  4904.  display: block;
  4905.  border-radius: 100px;
  4906.  position: relative;
  4907. }
  4908. .exchange_calc label:after {
  4909.  content: "";
  4910.  position: absolute;
  4911.  top: -5px;
  4912.  left: 0;
  4913.  width: 20px;
  4914.  height: 20px;
  4915.  background: #fff;
  4916.  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  4917.  border-radius: 100%;
  4918. }
  4919. .exchange_calc label img {
  4920.  position: absolute;
  4921.  top: -2px;
  4922.  left: 3px;
  4923.  width: 14px;
  4924.  height: 14px;
  4925.  -o-object-fit: cover;
  4926.     object-fit: cover;
  4927.  z-index: 2;
  4928. }
  4929. .exchange_calc label:hover .item-helper {
  4930.  display: block;
  4931. }
  4932.  
  4933. .calc_wrap {
  4934.  border: 2px solid rgba(0, 0, 0, 0.08);
  4935.  box-sizing: border-box;
  4936.  border-radius: 10px;
  4937.  padding: 3px 10px;
  4938.  width: 90%;
  4939.  margin: 0 10px 0 auto;
  4940.  display: flex;
  4941.  justify-content: center;
  4942.  align-items: center;
  4943.  background-color: #fff;
  4944. }
  4945. .calc_wrap .search-wrap {
  4946.  min-width: 300px;
  4947. }
  4948. .calc_wrap .hint {
  4949.  top: 142%;
  4950.  left: calc(50% - 195px);
  4951.  width: 350px;
  4952. }
  4953. .calc_wrap .hint:after {
  4954.  left: 60px;
  4955. }
  4956. .calc_wrap .hint:before {
  4957.  content: "";
  4958.  position: absolute;
  4959.  width: 20px;
  4960.  height: 20px;
  4961.  background: white;
  4962.  border-left: 3px solid #4AC1F4;
  4963.  border-top: 3px solid #4AC1F4;
  4964.  top: -13px;
  4965.  border-bottom-right-radius: 4px;
  4966.  left: 265px;
  4967.  transform: rotate(45deg);
  4968. }
  4969.  
  4970. .calc_item {
  4971.  display: flex;
  4972.  align-items: baseline;
  4973. }
  4974. .calc_item input {
  4975.  text-align: center;
  4976. }
  4977. .calc_item.in .calc_item_label input {
  4978.  margin-left: 30px;
  4979. }
  4980. .calc_item.out .calc_item_label input {
  4981.  margin-right: 30px;
  4982. }
  4983. .calc_item_title {
  4984.  font-family: "Comfortaa-Bold";
  4985.  font-style: normal;
  4986.  font-weight: normal;
  4987.  color: #000;
  4988.  font-size: 18px;
  4989.  line-height: 88.9%;
  4990. }
  4991. @-moz-document url-prefix() {
  4992.  .calc_item_title {
  4993.    font-weight: 500;
  4994.  }
  4995. }
  4996. .calc_item_label {
  4997.  margin-bottom: 0;
  4998. }
  4999. .calc_item_label input {
  5000.  border: 2px solid #3FC5FF;
  5001.  box-sizing: border-box;
  5002.  border-radius: 4px;
  5003.  height: 30px;
  5004.  width: 80px;
  5005.  font-size: 14px;
  5006.  margin-bottom: 5px;
  5007.  font-family: "Comfortaa-Regular";
  5008.  color: #000;
  5009. }
  5010. .calc_item_submit {
  5011.  margin: 0 50px;
  5012.  border-radius: 50%;
  5013.  width: 24px;
  5014.  height: 24px;
  5015.  background: #fff;
  5016.  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  5017.  cursor: pointer;
  5018. }
  5019. .calc_item_submit .wrapper {
  5020.  position: relative;
  5021.  display: flex;
  5022.  justify-content: center;
  5023.  align-items: center;
  5024.  flex-direction: column;
  5025.  height: 100%;
  5026.  width: 100%;
  5027. }
  5028. .calc_item_submit .wrapper img {
  5029.  width: 15px;
  5030.  height: 15px;
  5031. }
  5032. .calc_item_submit .wrapper .item-helper {
  5033.  bottom: 150%;
  5034.  left: -800%;
  5035.  width: 450px;
  5036. }
  5037. .calc_item_submit .wrapper .item-helper:after {
  5038.  left: 193px;
  5039. }
  5040. .calc_item_submit .wrapper:hover .item-helper {
  5041.  display: block;
  5042. }
  5043. .calc_item_reset {
  5044.  border-radius: 50%;
  5045.  width: 24px;
  5046.  height: 24px;
  5047.  background: #fff;
  5048.  box-shadow: 0 0 10px rgba(0, 0, 0, 0.28);
  5049.  cursor: pointer;
  5050.  margin-left: 20px;
  5051. }
  5052. .calc_item_reset .wrapper {
  5053.  position: relative;
  5054.  display: flex;
  5055.  justify-content: center;
  5056.  align-items: center;
  5057.  flex-direction: column;
  5058.  height: 100%;
  5059.  width: 100%;
  5060. }
  5061. .calc_item_reset .wrapper img {
  5062.  width: 12px;
  5063.  height: 12px;
  5064. }
  5065. .calc_item_reset .wrapper .item-helper {
  5066.  bottom: 150%;
  5067.  left: -230%;
  5068. }
  5069. .calc_item_reset .wrapper:hover .item-helper {
  5070.  display: block;
  5071. }
  5072.  
  5073. .settings_direction {
  5074.  background: transparent;
  5075.  border: 0;
  5076.  outline: none;
  5077.  width: 33px;
  5078.  height: 33px;
  5079.  box-sizing: border-box;
  5080.  padding: 5px;
  5081.  margin: 0 0 0 auto;
  5082. }
  5083. .settings_direction img {
  5084.  width: 100%;
  5085.  height: 100%;
  5086.  -o-object-fit: contain;
  5087.     object-fit: contain;
  5088.  position: relative;
  5089.  top: -3px;
  5090. }
  5091.  
  5092. .favorites-btn {
  5093.  transform: rotate(90deg);
  5094.  position: absolute;
  5095.  top: 50px;
  5096.  left: -45px;
  5097.  padding: 5px 10px;
  5098.  font-family: "Comfortaa-Bold";
  5099.  color: #000;
  5100.  font-size: 15px;
  5101.  background: #F6CE3E;
  5102.  border-radius: 25px;
  5103. }
  5104. @-moz-document url-prefix() {
  5105.  .favorites-btn {
  5106.    font-weight: 500;
  5107.  }
  5108. }
  5109. .favorites-btn img {
  5110.  position: relative;
  5111.  transform: rotate(55deg);
  5112. }
  5113. .favorites-btn:hover {
  5114.  text-decoration: none;
  5115.  color: #fff;
  5116. }
  5117.  
  5118. .image_wrapper_scam {
  5119.  position: absolute;
  5120.  left: 0;
  5121.  top: 0;
  5122.  z-index: 2;
  5123.  width: 100%;
  5124.  height: 100%;
  5125. }
  5126. .image_wrapper_scam:before, .image_wrapper_scam:after {
  5127.  position: absolute;
  5128.  content: "";
  5129.  width: 102px;
  5130.  height: 65px;
  5131.  background: url("../images/danger.png") no-repeat center;
  5132. }
  5133. .image_wrapper_scam:before {
  5134.  top: 20%;
  5135.  left: 20%;
  5136. }
  5137. .image_wrapper_scam:after {
  5138.  bottom: 20%;
  5139.  right: 20%;
  5140. }
  5141. .image_wrapper_scam span {
  5142.  font-family: "Comfortaa-Bold";
  5143.  color: #FF2F2F;
  5144.  font-size: 100px;
  5145.  position: absolute;
  5146.  top: 50%;
  5147.  left: 50%;
  5148.  transform: translate(-50%, -50%) rotate(-27.5deg);
  5149. }
  5150. @-moz-document url-prefix() {
  5151.  .image_wrapper_scam span {
  5152.    font-weight: 500;
  5153.  }
  5154. }
  5155.  
  5156. .users_opinions {
  5157.  position: relative;
  5158. }
  5159.  
  5160. .users_opinions_scam {
  5161.  position: absolute;
  5162.  text-align: center;
  5163.  display: flex;
  5164.  align-items: center;
  5165.  width: 100%;
  5166.  height: 100%;
  5167. }
  5168. .users_opinions_scam span {
  5169.  width: 100%;
  5170.  font-family: "Comfortaa-Bold";
  5171.  z-index: 9;
  5172.  font-size: 200px;
  5173.  line-height: 109.9%;
  5174.  letter-spacing: 0.165em;
  5175.  color: rgba(255, 103, 103, 0.5);
  5176. }
  5177. @-moz-document url-prefix() {
  5178.  .users_opinions_scam span {
  5179.    font-weight: 500;
  5180.  }
  5181. }
  5182.  
  5183. @media only screen and (min-width: 641px) {
  5184.  .remodal_statistics {
  5185.    min-width: 800px;
  5186.    padding: 2rem;
  5187.  }
  5188. }
  5189. .statistics-period-select, .exchange-statistics-period-select {
  5190.  margin-top: 1rem;
  5191. }
  5192. .statistics-period-select button, .exchange-statistics-period-select button {
  5193.  margin-right: 0.5rem;
  5194.  padding: 3px 8px;
  5195.  background: none;
  5196.  border-radius: 25px;
  5197.  border: 2px solid #4AC1F4;
  5198.  font-family: "Comfortaa-Bold";
  5199.  font-size: 14px;
  5200.  color: #222222;
  5201. }
  5202. .statistics-period-select button.active, .exchange-statistics-period-select button.active {
  5203.  color: #fff;
  5204.  background-color: #4AC1F4;
  5205. }
  5206.  
  5207. .overlay-review {
  5208.  position: absolute;
  5209.  left: 0;
  5210.  top: 0;
  5211.  width: 100%;
  5212.  height: 100%;
  5213.  background-color: rgba(50, 50, 50, 0.8);
  5214.  z-index: 100;
  5215.  display: none;
  5216.  cursor: pointer;
  5217. }
  5218.  
  5219. .page-table-visibility .exchange_title {
  5220.  font-size: 20px;
  5221.  line-height: 25px;
  5222.  max-width: -moz-max-content;
  5223.  max-width: max-content;
  5224.  margin: 0 auto;
  5225.  color: #4AC1F4;
  5226.  border: 2px solid #4AC1F4;
  5227.  box-shadow: 0px 3px 10px #4AC1F4;
  5228.  box-sizing: border-box;
  5229.  padding: 5px 25px;
  5230.  border-radius: 30px;
  5231.  cursor: pointer;
  5232. }
  5233. .page-table-visibility .exchange_title.exchange_red {
  5234.  color: #FF6767;
  5235.  border-color: #FF6767;
  5236.  box-shadow: 0px 3px 10px #FF6767;
  5237. }
  5238. .page-table-visibility .exchange_title.exchange_yellow {
  5239.  color: #FFD43E;
  5240.  border-color: #FFD43E;
  5241.  box-shadow: 0px 3px 10px #FFD43E;
  5242. }
  5243. .page-table-visibility .exchange_title img {
  5244.  margin-left: 5px;
  5245.  height: 40px;
  5246.  width: 40px;
  5247. }
  5248. .page-table-visibility .exchange_title:hover {
  5249.  text-decoration: none;
  5250. }
  5251. .page-table-visibility .exchange_title h1 {
  5252.  font-size: 20px;
  5253.  margin: 0;
  5254. }
  5255.  
  5256. .reviews_title {
  5257.  text-align: center;
  5258. }
  5259.  
  5260. .product_general {
  5261.  margin-bottom: 30px;
  5262. }
  5263.  
  5264. .product_image {
  5265.  display: flex;
  5266.  justify-content: center;
  5267.  align-items: center;
  5268.  position: relative;
  5269.  cursor: pointer;
  5270.  background-image: url("../images/notebook_frame.png");
  5271.  background-size: contain;
  5272.  background-position: center;
  5273.  background-repeat: no-repeat;
  5274.  width: 100%;
  5275.  height: 100%;
  5276. }
  5277. .product_image .image_wrapper {
  5278.  height: 300px;
  5279. }
  5280. .product_image .image_wrapper .image_cutter {
  5281.  position: absolute;
  5282.  transform: translate(-50%, -50%);
  5283.  top: 50%;
  5284.  left: 50%;
  5285.  max-height: 217px;
  5286.  max-width: 340px;
  5287.  width: 100%;
  5288.  height: 100%;
  5289.  overflow: hidden;
  5290. }
  5291. .product_image .image_wrapper img {
  5292.  position: absolute;
  5293.  left: 0;
  5294.  top: 0;
  5295.  width: 345px;
  5296.  max-width: 100%;
  5297. }
  5298. .product_image .image_wrapper .product_additional_info {
  5299.  position: absolute;
  5300.  background: white;
  5301.  font-family: "Comfortaa-Regular";
  5302.  font-size: 15px;
  5303.  font-weight: 400;
  5304.  color: rgba(34, 34, 34, 0.8);
  5305.  border: 2px solid #4AC1F4;
  5306.  border-radius: 25px;
  5307.  display: flex;
  5308.  justify-content: center;
  5309.  align-items: center;
  5310.  line-height: 1.3;
  5311.  margin: auto;
  5312.  opacity: 0;
  5313.  transition: 0.3s;
  5314.  top: 45%;
  5315.  left: 50%;
  5316.  transform: translate(-50%, -50%);
  5317.  box-sizing: border-box;
  5318.  padding: 10px 20px;
  5319.  width: 75%;
  5320. }
  5321. .product_image .image_wrapper .product_additional_info:hover {
  5322.  opacity: 1;
  5323. }
  5324. .product_image .image_wrapper .product_additional_info:after {
  5325.  content: "";
  5326.  position: absolute;
  5327.  width: 20px;
  5328.  height: 20px;
  5329.  background: white;
  5330.  border-left: 2px solid #4AC1F4;
  5331.  border-bottom: 2px solid #4AC1F4;
  5332.  bottom: -11px;
  5333.  left: 0;
  5334.  right: 0;
  5335.  margin: auto;
  5336.  transform: rotate(-45deg);
  5337. }
  5338. .product_image .image_wrapper img:hover + .product_additional_info {
  5339.  opacity: 1;
  5340. }
  5341.  
  5342. .product_characteristics {
  5343.  padding-top: 23px;
  5344. }
  5345. .product_characteristics table {
  5346.  width: 100%;
  5347.  border: 0;
  5348.  border-spacing: 0;
  5349.  border-collapse: inherit;
  5350. }
  5351. .product_characteristics table svg {
  5352.  width: 20px;
  5353.  height: 20px;
  5354.  fill: #4AC1F4;
  5355. }
  5356. .product_characteristics table tr:first-child td:first-child {
  5357.  border-radius: 10px 0 0;
  5358. }
  5359. .product_characteristics table tr:first-child td:last-child {
  5360.  border-radius: 0 10px 0 0;
  5361. }
  5362. .product_characteristics table tr:last-child td:first-child {
  5363.  border-radius: 0 0 0 10px;
  5364. }
  5365. .product_characteristics table tr:last-child td:last-child {
  5366.  border-radius: 0 0 10px;
  5367. }
  5368. .product_characteristics table td {
  5369.  padding: 3px 5px 3px 10px;
  5370.  background: #C0ECFF;
  5371.  width: 60%;
  5372.  color: #222222;
  5373.  font-family: "Comfortaa-Bold";
  5374.  font-size: 13px;
  5375.  font-weight: 400;
  5376.  margin-right: 5px;
  5377.  border-bottom: 1px solid #fff;
  5378.  cursor: pointer;
  5379.  transition: 0.3s;
  5380. }
  5381. @-moz-document url-prefix() {
  5382.  .product_characteristics table td {
  5383.    font-weight: 500;
  5384.  }
  5385. }
  5386. .product_characteristics table td:nth-child(2) {
  5387.  width: 40px;
  5388.  font-family: "Comfortaa-Bold";
  5389. }
  5390. @-moz-document url-prefix() {
  5391.  .product_characteristics table td:nth-child(2) {
  5392.    font-weight: 500;
  5393.  }
  5394. }
  5395. .product_characteristics table td a {
  5396.  color: #4AC1F4;
  5397.  text-decoration: none;
  5398. }
  5399. .product_characteristics table td a:hover {
  5400.  text-decoration: underline;
  5401. }
  5402. .product_characteristics table .product_rate {
  5403.  font-family: "Comfortaa-Bold" !important;
  5404.  font-weight: 700;
  5405.  font-size: 18px;
  5406. }
  5407. @-moz-document url-prefix() {
  5408.  .product_characteristics table .product_rate {
  5409.    font-weight: 500;
  5410.  }
  5411. }
  5412. .product_characteristics table .telegram-link {
  5413.  color: #446CB3;
  5414. }
  5415. .product_characteristics table tr:nth-child(2n) td {
  5416.  background: #E9F8FF;
  5417. }
  5418.  
  5419. .product_characteristics_disable table svg {
  5420.  width: 20px;
  5421.  height: 20px;
  5422.  fill: #000;
  5423. }
  5424. .product_characteristics_disable table tr td {
  5425.  background: transparent;
  5426. }
  5427. .product_characteristics_disable table tr td a, .product_characteristics_disable table tr td .like-block {
  5428.  color: #000 !important;
  5429. }
  5430. .product_characteristics_disable table tr .product_rate {
  5431.  color: #000 !important;
  5432. }
  5433. .product_characteristics_disable table tr:nth-child(2n) {
  5434.  background: #FFD84E;
  5435. }
  5436. .product_characteristics_disable table tr:nth-child(2n) td {
  5437.  background: transparent;
  5438. }
  5439. .product_characteristics_disable table tr:nth-child(2n+1) {
  5440.  background: #FFE587;
  5441. }
  5442. .product_characteristics_disable table tr:nth-child(2n+1) td {
  5443.  background: transparent;
  5444. }
  5445.  
  5446. .product_characteristics_scam table svg {
  5447.  width: 20px;
  5448.  height: 20px;
  5449.  fill: #000;
  5450. }
  5451. .product_characteristics_scam table tr td {
  5452.  background: transparent;
  5453.  padding: 5px 5px 5px 10px;
  5454. }
  5455. .product_characteristics_scam table tr td a, .product_characteristics_scam table tr td .like-block {
  5456.  color: #000 !important;
  5457. }
  5458. .product_characteristics_scam table tr .product_rate {
  5459.  color: #000 !important;
  5460. }
  5461. .product_characteristics_scam table tr:nth-child(2n) {
  5462.  background: #FF6767;
  5463. }
  5464. .product_characteristics_scam table tr:nth-child(2n) td {
  5465.  background: transparent;
  5466. }
  5467. .product_characteristics_scam table tr:nth-child(2n+1) {
  5468.  background: #FB9690;
  5469. }
  5470. .product_characteristics_scam table tr:nth-child(2n+1) td {
  5471.  background: transparent;
  5472. }
  5473.  
  5474. .opinion_title {
  5475.  color: #222222;
  5476.  font-family: "Comfortaa-Bold";
  5477.  font-size: 16px;
  5478.  font-weight: 700;
  5479.  min-height: 48px;
  5480. }
  5481. @-moz-document url-prefix() {
  5482.  .opinion_title {
  5483.    font-weight: 500;
  5484.  }
  5485. }
  5486.  
  5487. .product_review {
  5488.  display: flex;
  5489.  width: 100% !important;
  5490. }
  5491. .product_review .like-block {
  5492.  display: flex;
  5493.  align-items: center;
  5494.  font-family: "Comfortaa-Bold";
  5495.  font-size: 18px;
  5496.  font-weight: 700;
  5497.  color: #4AC1F4;
  5498.  margin-right: 10px;
  5499. }
  5500. @-moz-document url-prefix() {
  5501.  .product_review .like-block {
  5502.    font-weight: 500;
  5503.  }
  5504. }
  5505. .product_review .like-block p {
  5506.  margin: 0 5px 0;
  5507. }
  5508. .product_review .like-block.dislike img {
  5509.  transform: rotate(180deg);
  5510. }
  5511.  
  5512. .opinion_block {
  5513.  margin: 20px 0;
  5514. }
  5515. .opinion_block .opinion_name {
  5516.  display: flex;
  5517.  align-items: center;
  5518.  font-family: "Comfortaa-Bold";
  5519.  font-size: 15px;
  5520.  font-weight: 700;
  5521.  color: #222222;
  5522. }
  5523. @-moz-document url-prefix() {
  5524.  .opinion_block .opinion_name {
  5525.    font-weight: 500;
  5526.  }
  5527. }
  5528. .opinion_block .opinion_name img, .opinion_block .opinion_name svg {
  5529.  max-width: 34px;
  5530.  max-height: 34px;
  5531.  margin-right: 10px;
  5532. }
  5533. .opinion_block .opinion_scale {
  5534.  margin-top: 10px;
  5535.  width: 100%;
  5536.  background: rgba(124, 255, 62, 0.35);
  5537.  height: 5px;
  5538.  border-radius: 3px;
  5539.  position: relative;
  5540. }
  5541. .opinion_block .opinion_scale .opinion_fill {
  5542.  height: 100%;
  5543.  position: absolute;
  5544.  left: 0;
  5545.  top: 0;
  5546.  background: rgba(5, 255, 0, 0.83);
  5547.  border-radius: 3px;
  5548. }
  5549. .opinion_block .opinion_scale_error {
  5550.  background: rgba(255, 103, 103, 0.38);
  5551. }
  5552. .opinion_block .opinion_scale_error .opinion_fill {
  5553.  background: #FF6767;
  5554. }
  5555.  
  5556. .reviews {
  5557.  margin-top: 15px;
  5558. }
  5559. .reviews .popup-wrap {
  5560.  max-height: 100%;
  5561.  overflow: hidden;
  5562. }
  5563. .reviews .popup-wrap .popup-wrap_list {
  5564.  overflow: auto;
  5565.  max-height: 70vh;
  5566.  padding-right: 20px;
  5567. }
  5568. .reviews .popup-wrap .popup-wrap_list::-webkit-scrollbar {
  5569.  width: 5px;
  5570. }
  5571. .reviews .popup-wrap .popup-wrap_list::-webkit-scrollbar-track {
  5572.  background: #E5E5E5;
  5573. }
  5574. .reviews .popup-wrap .popup-wrap_list::-webkit-scrollbar-thumb {
  5575.  background-color: #4AC1F4;
  5576.  outline: none;
  5577. }
  5578. .reviews .page_title {
  5579.  color: #4AC1F4;
  5580. }
  5581. .reviews .reviews_title {
  5582.  font-family: "Comfortaa-Bold";
  5583.  font-size: 30px;
  5584.  font-weight: 700;
  5585.  color: #000;
  5586.  margin-bottom: 14px;
  5587. }
  5588. @-moz-document url-prefix() {
  5589.  .reviews .reviews_title {
  5590.    font-weight: 500;
  5591.  }
  5592. }
  5593. .reviews .review_buttons {
  5594.  display: flex;
  5595.  justify-content: space-between;
  5596.  align-items: center;
  5597. }
  5598. .reviews .review_buttons .add_review {
  5599.  background: #4AC1F4;
  5600.  border: 3px solid transparent !important;
  5601.  border-radius: 25px !important;
  5602.  outline: none !important;
  5603.  font-family: "Comfortaa-Bold";
  5604.  font-size: 15px;
  5605.  color: #fff;
  5606.  box-sizing: border-box;
  5607.  padding: 4px 20px;
  5608.  box-shadow: 0 2px 5px #4AC1F4;
  5609. }
  5610. @-moz-document url-prefix() {
  5611.  .reviews .review_buttons .add_review {
  5612.    font-weight: 500;
  5613.  }
  5614. }
  5615. .reviews .review_buttons .add_review:hover {
  5616.  box-shadow: 0px 4px 10px #4AC1F4;
  5617. }
  5618. .reviews .review_buttons .reviews_cats {
  5619.  display: flex;
  5620. }
  5621. .reviews .review_buttons .reviews_cats p {
  5622.  margin-bottom: 0;
  5623.  font-family: "Comfortaa-Regular";
  5624.  font-size: 13px;
  5625.  font-weight: 400;
  5626.  margin-left: 25px;
  5627.  cursor: pointer;
  5628. }
  5629. .reviews .review_buttons .reviews_cats .active_cat {
  5630.  font-family: "Comfortaa-Bold";
  5631. }
  5632. @-moz-document url-prefix() {
  5633.  .reviews .review_buttons .reviews_cats .active_cat {
  5634.    font-weight: 500;
  5635.  }
  5636. }
  5637. .reviews .review_block {
  5638.  border: 3px solid #7CFF3E;
  5639.  box-sizing: border-box;
  5640.  box-shadow: 0px 4px 10px rgba(124, 255, 62, 0.4);
  5641.  border-radius: 30px;
  5642.  padding: 15px 15px;
  5643.  position: relative;
  5644.  margin: 10px 0;
  5645. }
  5646. .reviews .review_block .rtt {
  5647.  width: 12px;
  5648.  height: 12px;
  5649.  stroke-width: 2px;
  5650.  stroke: #4AC1F4;
  5651.  fill: transparent;
  5652.  margin-top: -3px;
  5653. }
  5654. .reviews .review_block .review_subtitle {
  5655.  color: #222222;
  5656.  font-family: "Comfortaa-Regular";
  5657.  font-size: 11px;
  5658.  font-weight: 400;
  5659. }
  5660. .reviews .review_block .review_title {
  5661.  color: #222222;
  5662.  font-family: "Comfortaa-Regular";
  5663.  font-size: 11px;
  5664.  padding-right: 35px;
  5665.  font-weight: 400;
  5666. }
  5667. .reviews .review_block .review_title i {
  5668.  font-size: 16px;
  5669.  color: #4AC1F4;
  5670.  margin-right: 10px;
  5671. }
  5672. .reviews .review_block .review_title .review_name {
  5673.  font-family: "Comfortaa-Bold";
  5674.  font-size: 20px;
  5675.  font-weight: 700;
  5676.  text-transform: none;
  5677. }
  5678. @-moz-document url-prefix() {
  5679.  .reviews .review_block .review_title .review_name {
  5680.    font-weight: 500;
  5681.  }
  5682. }
  5683. .reviews .review_block .review_text {
  5684.  font-family: "Comfortaa-Regular";
  5685.  font-size: 15px;
  5686.  font-weight: 400;
  5687.  color: #222222;
  5688.  margin: 10px 40px 10px 0;
  5689.  overflow-wrap: break-word;
  5690. }
  5691. .reviews .review_block .review_response {
  5692.  position: absolute;
  5693.  left: 0;
  5694.  top: 0;
  5695.  font-family: "Comfortaa-Regular";
  5696.  font-size: 14px;
  5697.  font-weight: 400;
  5698.  color: #4AC1F4;
  5699.  text-decoration: none;
  5700. }
  5701. .reviews .review_block .review_block_media {
  5702.  width: 45px;
  5703.  height: 45px;
  5704.  position: absolute;
  5705.  right: 20px;
  5706.  top: 10px;
  5707. }
  5708. .reviews .review_block .review_block_media svg {
  5709.  width: 100%;
  5710.  height: 100%;
  5711.  fill: #7CFF3E;
  5712. }
  5713. .reviews .negative_review {
  5714.  border-color: #FF6767;
  5715.  box-shadow: 0px 4px 10px rgba(255, 103, 103, 0.4);
  5716. }
  5717. .reviews .negative_review .review_block_media svg {
  5718.  fill: #FF6767;
  5719. }
  5720. .reviews .neutral_review {
  5721.  border-color: #4AC1F4;
  5722.  box-shadow: 0px 4px 10px rgba(74, 193, 244, 0.4);
  5723. }
  5724. .reviews .neutral_review .review_block_media svg {
  5725.  fill: #4AC1F4;
  5726. }
  5727.  
  5728. .review_answer_popup .review_response {
  5729.  position: relative !important;
  5730. }
  5731.  
  5732. .review_answer {
  5733.  display: flex;
  5734.  align-items: center;
  5735.  padding: 10px;
  5736.  border-color: #4AC1F4;
  5737.  box-shadow: 0px 4px 10px rgba(74, 193, 244, 0.4);
  5738.  justify-content: flex-start;
  5739. }
  5740. .review_answer.review_answer_admin {
  5741.  border-color: transparent;
  5742.  box-shadow: none;
  5743.  background: #B1E4FA;
  5744. }
  5745. .review_answer.review_answer_admin .icon {
  5746.  fill: #fff;
  5747. }
  5748. .review_answer.review_answer_admin .review_name span {
  5749.  color: #fff;
  5750. }
  5751. .review_answer.review_answer_sup {
  5752.  border-color: transparent;
  5753.  box-shadow: none;
  5754.  background: #93FF90;
  5755. }
  5756. .review_answer.review_answer_sup .icon {
  5757.  fill: #fff;
  5758. }
  5759. .review_answer .review_answer_des {
  5760.  width: calc(100% - 50px);
  5761. }
  5762. .review_answer .review_title {
  5763.  padding-right: 0;
  5764. }
  5765. .review_answer .review_name {
  5766.  font-size: 16px !important;
  5767. }
  5768. .review_answer .review_date {
  5769.  display: block;
  5770.  font-size: 11px !important;
  5771. }
  5772. .review_answer .review_text {
  5773.  text-transform: none !important;
  5774.  font-size: 15px !important;
  5775. }
  5776. .review_answer .icon {
  5777.  width: 46px !important;
  5778.  height: 46px !important;
  5779.  fill: #4AC1F4;
  5780. }
  5781. .review_answer .info_review_wrap {
  5782.  text-align: left;
  5783. }
  5784.  
  5785. .info_review_wrap {
  5786.  position: relative;
  5787. }
  5788.  
  5789. .review_wrap_inner {
  5790.  display: flex;
  5791.  flex-wrap: wrap;
  5792.  align-items: flex-start;
  5793.  margin: 30px -10px;
  5794. }
  5795. .review_wrap_inner .review_wrap {
  5796.  width: calc(50% - 20px);
  5797.  margin: 0 10px;
  5798. }
  5799.  
  5800. .remodal_review {
  5801.  transform: unset;
  5802. }
  5803. .remodal_review_wrapper .remodal_form .form_row label {
  5804.  top: -15px !important;
  5805. }
  5806. .remodal_review .remodal_review_buttons {
  5807.  display: flex;
  5808.  justify-content: space-between;
  5809.  margin: 15px 0;
  5810.  width: 100%;
  5811. }
  5812. .remodal_review .remodal_review_buttons .hint {
  5813.  top: 130%;
  5814.  left: 15%;
  5815.  width: 400px;
  5816. }
  5817. .remodal_review .remodal_review_buttons .hint:after {
  5818.  left: 30px;
  5819. }
  5820. .remodal_review .remodal_review_buttons .hint .arrow {
  5821.  position: absolute;
  5822.  width: 20px;
  5823.  height: 20px;
  5824.  background: white;
  5825.  border-left: 3px solid #4AC1F4;
  5826.  border-top: 3px solid #4AC1F4;
  5827.  top: -13px;
  5828.  border-bottom-right-radius: 4px;
  5829.  transform: rotate(45deg);
  5830.  z-index: -1;
  5831. }
  5832. .remodal_review .remodal_review_buttons .hint .arrow.arrow-first {
  5833.  left: 190px;
  5834. }
  5835. .remodal_review .remodal_review_buttons .hint .arrow.arrow-last {
  5836.  right: 30px;
  5837. }
  5838. .remodal_review .remodal_review_buttons .review_button {
  5839.  width: 32%;
  5840.  display: flex;
  5841.  align-items: center;
  5842.  justify-content: center;
  5843.  padding: 3px 8px;
  5844.  cursor: pointer;
  5845.  background: none;
  5846.  outline: none;
  5847.  border-radius: 25px;
  5848.  border: 2px solid #4AC1F4;
  5849.  font-family: "Comfortaa-Bold";
  5850.  font-size: 14px;
  5851.  color: #222222;
  5852.  position: relative;
  5853.  padding: 10px 20px;
  5854.  font-family: "Comfortaa-Bold";
  5855.  font-weight: 700;
  5856.  font-size: 15px;
  5857.  background-color: #fff;
  5858. }
  5859. @-moz-document url-prefix() {
  5860.  .remodal_review .remodal_review_buttons .review_button {
  5861.    font-weight: 500;
  5862.  }
  5863. }
  5864. @-moz-document url-prefix() {
  5865.  .remodal_review .remodal_review_buttons .review_button {
  5866.    font-weight: 500;
  5867.  }
  5868. }
  5869. .remodal_review .remodal_review_buttons .review_button img {
  5870.  margin-right: 8px;
  5871.  max-width: 17px;
  5872.  max-height: 17px;
  5873.  min-height: 15px;
  5874.  min-width: 15px;
  5875. }
  5876. @-moz-document url-prefix() {
  5877.  .remodal_review .remodal_review_buttons .review_button {
  5878.    font-weight: 500;
  5879.  }
  5880. }
  5881. .remodal_review .remodal_review_buttons .review_button i {
  5882.  margin-right: 10px;
  5883. }
  5884. .remodal_review .remodal_review_buttons .active {
  5885.  background: #4AC1F4;
  5886.  border-color: #4AC1F4;
  5887.  color: #fff;
  5888. }
  5889. .remodal_review .remodal_review_buttons .active img, .remodal_review .remodal_review_buttons .active svg {
  5890.  fill: #7CFF3E;
  5891. }
  5892. .remodal_review .remodal_review_buttons .active .svg_negative {
  5893.  fill: #FF6767;
  5894. }
  5895. .remodal_review .remodal_form {
  5896.  display: flex;
  5897.  flex-direction: row;
  5898.  flex-wrap: wrap;
  5899.  justify-content: space-between;
  5900.  margin-top: 20px;
  5901. }
  5902. .remodal_review .remodal_form .form_row {
  5903.  width: 100%;
  5904.  flex-direction: column;
  5905.  align-items: flex-start;
  5906.  margin-bottom: 20px !important;
  5907. }
  5908. .remodal_review .remodal_form .form_row label {
  5909.  width: auto;
  5910.  font-size: 17px;
  5911.  margin-bottom: 7px;
  5912. }
  5913. .remodal_review .remodal_form .form_row textarea {
  5914.  padding: 10px 15px;
  5915.  height: 200px;
  5916. }
  5917. .remodal_review .remodal_form .form_row input {
  5918.  width: 100%;
  5919.  margin: 0;
  5920.  padding: 10px 15px;
  5921. }
  5922. .remodal_review .remodal_form .form_row input[type=submit] {
  5923.  padding: 10px 40px;
  5924. }
  5925. .remodal_review .remodal_form .half_row {
  5926.  width: 48%;
  5927.  flex-direction: column;
  5928.  align-items: flex-start;
  5929. }
  5930. .remodal_review .remodal_form .time_quality, .remodal_review .remodal_form .support_quality {
  5931.  margin-top: 20px;
  5932.  align-items: center;
  5933.  background-color: #fff;
  5934. }
  5935. .remodal_review .remodal_form .time_quality .hint, .remodal_review .remodal_form .support_quality .hint {
  5936.  bottom: 110%;
  5937.  left: 50%;
  5938.  width: 300px;
  5939. }
  5940. .remodal_review .remodal_form .time_quality .hint::after, .remodal_review .remodal_form .support_quality .hint::after {
  5941.  top: unset;
  5942.  bottom: -13px;
  5943.  border-right: 3px solid #4AC1F4;
  5944.  border-bottom: 3px solid #4AC1F4;
  5945.  border-left: unset;
  5946.  border-top: unset;
  5947.  left: 50px;
  5948. }
  5949. .remodal_review .remodal_form .time_quality .hint:before, .remodal_review .remodal_form .support_quality .hint:before {
  5950.  content: "";
  5951.  position: absolute;
  5952.  width: 20px;
  5953.  height: 20px;
  5954.  background: white;
  5955.  border-right: 3px solid #4AC1F4;
  5956.  border-bottom: 3px solid #4AC1F4;
  5957.  bottom: -13px;
  5958.  border-bottom-right-radius: 4px;
  5959.  right: 50px;
  5960.  transform: rotate(45deg);
  5961.  z-index: -1;
  5962. }
  5963. .remodal_review .remodal_form .time_quality h6, .remodal_review .remodal_form .support_quality h6 {
  5964.  font-family: "Comfortaa-Bold";
  5965.  font-size: 17px;
  5966.  font-weight: 700;
  5967.  color: #222222;
  5968.  margin-bottom: 0;
  5969. }
  5970. @-moz-document url-prefix() {
  5971.  .remodal_review .remodal_form .time_quality h6, .remodal_review .remodal_form .support_quality h6 {
  5972.    font-weight: 500;
  5973.  }
  5974. }
  5975. .remodal_review .remodal_form .time_quality .quality_block, .remodal_review .remodal_form .support_quality .quality_block {
  5976.  cursor: pointer;
  5977.  display: flex;
  5978.  align-items: center;
  5979.  margin: 7px 0;
  5980.  font-family: "Comfortaa-Bold";
  5981.  font-size: 14px;
  5982.  font-weight: 700;
  5983. }
  5984. @-moz-document url-prefix() {
  5985.  .remodal_review .remodal_form .time_quality .quality_block, .remodal_review .remodal_form .support_quality .quality_block {
  5986.    font-weight: 500;
  5987.  }
  5988. }
  5989. .remodal_review .remodal_form .time_quality .quality_block img, .remodal_review .remodal_form .time_quality .quality_block svg, .remodal_review .remodal_form .support_quality .quality_block img, .remodal_review .remodal_form .support_quality .quality_block svg {
  5990.  max-height: 26px;
  5991.  max-width: 26px;
  5992.  margin-right: 7px;
  5993. }
  5994. .remodal_review .remodal_form .time_quality .quality_block.active svg, .remodal_review .remodal_form .support_quality .quality_block.active svg {
  5995.  fill: #7CFF3E;
  5996. }
  5997. .remodal_review .remodal_form .time_quality .quality_block.active .svg_negative, .remodal_review .remodal_form .support_quality .quality_block.active .svg_negative {
  5998.  fill: #FF6767;
  5999. }
  6000. .remodal_review .remodal_form .time_quality .quality_block:hover, .remodal_review .remodal_form .support_quality .quality_block:hover {
  6001.  color: #4AC1F4;
  6002. }
  6003. .remodal_review .remodal_form .negative_desc {
  6004.  font-family: "Comfortaa-Bold";
  6005.  font-size: 15px;
  6006.  font-weight: 700;
  6007.  color: #222222;
  6008.  display: none;
  6009. }
  6010. @-moz-document url-prefix() {
  6011.  .remodal_review .remodal_form .negative_desc {
  6012.    font-weight: 500;
  6013.  }
  6014. }
  6015.  
  6016. .product_char_scum, .product_char_active, .product_char_disable {
  6017.  display: none;
  6018. }
  6019.  
  6020. .product_characteristics .product_char_scam {
  6021.  display: none;
  6022. }
  6023. .product_characteristics .product-active {
  6024.  width: 100%;
  6025. }
  6026. .product_characteristics .product-active .product_char_active {
  6027.  display: block;
  6028. }
  6029. .product_characteristics table tbody .product_char_disable span {
  6030.  display: inline-block;
  6031.  width: calc(100% - 30px);
  6032.  vertical-align: middle;
  6033.  text-align: center;
  6034.  line-height: 14px;
  6035. }
  6036.  
  6037. .product-disable .product_char_disable {
  6038.  display: block;
  6039. }
  6040.  
  6041. .product_characteristics_scam table tbody .product_char_scam {
  6042.  display: block;
  6043. }
  6044. .product_characteristics_scam table tbody .product_char_scam span {
  6045.  display: inline-block;
  6046.  width: calc(100% - 20px);
  6047.  vertical-align: middle;
  6048.  line-height: 14px;
  6049. }
  6050.  
  6051. .exchange_tab {
  6052.  display: none;
  6053. }
  6054. .exchange_tab.active {
  6055.  display: block;
  6056. }
  6057.  
  6058. .exchange_directions_table {
  6059.  background-color: #4AC1F4;
  6060.  border-radius: 30px;
  6061. }
  6062. .exchange_directions_table .exchange_direction_row {
  6063.  padding: 5px 10px;
  6064.  border-bottom: 1px solid #eaf2ff;
  6065.  text-align: center;
  6066. }
  6067. .exchange_directions_table .exchange_direction_row a {
  6068.  color: #fff;
  6069. }
  6070.  
  6071. .cabinet_wrapper .form_row .control-checkbox {
  6072.  padding-left: 0 !important;
  6073. }
  6074. .cabinet_wrapper .form_row .control-checkbox .control_indicator {
  6075.  left: 100% !important;
  6076. }
  6077.  
  6078. .cabinet_tabs_wrapper ul {
  6079.  background: #E5F7FF;
  6080.  border-radius: 20px;
  6081.  list-style: none;
  6082.  padding: 10px;
  6083.  display: inline-flex;
  6084.  width: auto;
  6085.  justify-content: space-between;
  6086. }
  6087. .cabinet_tabs_wrapper ul.transparent {
  6088.  background: transparent;
  6089. }
  6090. .cabinet_tabs_wrapper ul.transparent li {
  6091.  overflow: visible;
  6092.  padding: 9px 10px 11px !important;
  6093.  margin-right: 20px;
  6094. }
  6095. .cabinet_tabs_wrapper ul.transparent li:after {
  6096.  display: none;
  6097. }
  6098. .cabinet_tabs_wrapper ul.transparent .active_tab {
  6099.  color: #fff;
  6100.  background: #4AC1F4;
  6101.  border-radius: 25px;
  6102. }
  6103. .cabinet_tabs_wrapper ul.transparent .active_tab:hover {
  6104.  box-shadow: 0px 4px 10px rgba(63, 197, 255, 0.31);
  6105. }
  6106. .cabinet_tabs_wrapper ul li {
  6107.  padding: 0 10px;
  6108.  font-family: "Comfortaa-Bold";
  6109.  font-size: 14px;
  6110.  font-weight: 700;
  6111.  color: #222222;
  6112.  text-transform: capitalize;
  6113.  cursor: pointer;
  6114.  overflow: hidden;
  6115.  transition: 0.3s;
  6116.  position: relative;
  6117. }
  6118. @-moz-document url-prefix() {
  6119.  .cabinet_tabs_wrapper ul li {
  6120.    font-weight: 500;
  6121.  }
  6122. }
  6123. .cabinet_tabs_wrapper ul li:after {
  6124.  position: absolute;
  6125.  content: "";
  6126.  width: 2px;
  6127.  right: 0;
  6128.  top: 0;
  6129.  height: 100%;
  6130.  background: #fff;
  6131. }
  6132. .cabinet_tabs_wrapper ul li:last-of-type:after {
  6133.  display: none;
  6134. }
  6135. .cabinet_tabs_wrapper ul li a {
  6136.  text-decoration: none;
  6137.  color: #222222;
  6138. }
  6139. .cabinet_tabs_wrapper ul .active_tab {
  6140.  font-family: "Comfortaa-Regular";
  6141.  color: #4AC1F4;
  6142.  position: relative;
  6143.  display: flex;
  6144.  flex-direction: column;
  6145. }
  6146.  
  6147. .comments-tab .reviews .review_wrap {
  6148.  width: 100%;
  6149.  display: flex;
  6150. }
  6151. .comments-tab .reviews .review_wrap .review_block {
  6152.  width: 100%;
  6153.  margin-right: 30px;
  6154. }
  6155. .comments-tab .reviews .review_wrap .review_answer_item {
  6156.  border: 2px solid #4AC1F4;
  6157.  display: flex;
  6158.  border-radius: 30px;
  6159.  flex-direction: column;
  6160.  width: 100%;
  6161.  padding: 20px;
  6162.  max-width: 250px;
  6163.  margin: 15px auto;
  6164. }
  6165. .comments-tab .reviews .review_wrap .review_answer_item textarea {
  6166.  border: 1px solid rgba(0, 0, 0, 0.5);
  6167.  border-radius: 15px;
  6168.  padding: 10px;
  6169.  font-size: 12px;
  6170.  outline: none;
  6171.  line-height: 20px;
  6172.  min-height: 70px;
  6173.  margin-bottom: 10px;
  6174. }
  6175. .comments-tab .reviews .review_wrap .review_answer_item button {
  6176.  max-width: 114px;
  6177.  font-size: 11px;
  6178.  margin: 0 auto;
  6179. }
  6180.  
  6181. .review_answer_popup .reviews .review_wrap .review_block {
  6182.  width: 100%;
  6183.  max-width: 100%;
  6184. }
  6185.  
  6186. .pagination ul {
  6187.  list-style: none;
  6188.  display: flex;
  6189.  padding: 0;
  6190.  margin: 0 auto;
  6191.  align-items: center;
  6192.  justify-content: center;
  6193. }
  6194. .pagination ul li {
  6195.  margin: 0 5px;
  6196.  font-family: "Comfortaa-Regular";
  6197. }
  6198. .pagination ul li.prev a, .pagination ul li.next a {
  6199.  border: 0;
  6200. }
  6201. .pagination ul li a, .pagination ul li span {
  6202.  display: flex;
  6203.  justify-content: center;
  6204.  flex-direction: column;
  6205.  align-items: center;
  6206.  font-family: "Comfortaa-Regular";
  6207.  border-radius: 50%;
  6208.  text-decoration: none;
  6209. }
  6210. .pagination ul li a {
  6211.  width: 42px;
  6212.  height: 42px;
  6213.  font-size: 24px;
  6214.  color: rgba(74, 193, 244, 0.5);
  6215.  border: 2px solid #4AC1F4;
  6216. }
  6217. .pagination ul li span {
  6218.  width: 55px;
  6219.  height: 55px;
  6220.  font-size: 30px;
  6221.  color: #4AC1F4;
  6222.  border: 2px solid #4AC1F4;
  6223. }
  6224. .pagination .pagination-btn svg {
  6225.  width: 9px;
  6226.  height: 18px;
  6227.  fill: transparent;
  6228.  stroke: #000;
  6229. }
  6230. .pagination .pagination-btn:hover svg {
  6231.  stroke: #4AC1F4;
  6232. }
  6233. .pagination .pagination-btn.prev svg {
  6234.  transform: rotate(180deg);
  6235. }
  6236.  
  6237. .profile_inf {
  6238.  display: flex;
  6239.  align-items: center;
  6240. }
  6241. .profile_inf_wrap {
  6242.  width: 100%;
  6243.  max-width: 355px;
  6244.  border-radius: 30px;
  6245. }
  6246. .profile_inf_wrap .form_row {
  6247.  display: flex;
  6248.  margin: 0;
  6249.  padding: 10px 15px;
  6250.  border-bottom: 1px solid #fff;
  6251. }
  6252. .profile_inf_wrap .form_row:first-of-type {
  6253.  border-radius: 20px 20px 0 0;
  6254. }
  6255. .profile_inf_wrap .form_row:last-of-type {
  6256.  border-radius: 0 0 20px 20px;
  6257. }
  6258. .profile_inf_wrap .form_row:nth-of-type(2n) {
  6259.  background: #C0ECFF;
  6260. }
  6261. .profile_inf_wrap .form_row:nth-of-type(2n + 1) {
  6262.  background: #E3F7FF;
  6263. }
  6264. .profile_inf_wrap .form_row label {
  6265.  position: relative;
  6266.  left: 0;
  6267.  background: transparent !important;
  6268.  width: 100%;
  6269.  margin-bottom: 0;
  6270.  font-size: 15px;
  6271.  font-family: "Comfortaa-Bold";
  6272.  font-weight: 700;
  6273. }
  6274. @-moz-document url-prefix() {
  6275.  .profile_inf_wrap .form_row label {
  6276.    font-weight: 500;
  6277.  }
  6278. }
  6279. .profile_inf_wrap .form_row p {
  6280.  margin-bottom: 0;
  6281.  font-size: 15px;
  6282.  font-family: "Comfortaa-Bold";
  6283.  font-weight: 700;
  6284. }
  6285. @-moz-document url-prefix() {
  6286.  .profile_inf_wrap .form_row p {
  6287.    font-weight: 500;
  6288.  }
  6289. }
  6290. .profile_inf_media {
  6291.  width: 100%;
  6292. }
  6293. .profile_inf_media img {
  6294.  width: 100%;
  6295.  height: 100%;
  6296.  -o-object-fit: contain;
  6297.     object-fit: contain;
  6298.  max-width: 275px;
  6299.  margin: 0 auto;
  6300.  display: block;
  6301. }
  6302.  
  6303. .cabinet_inf {
  6304.  display: flex;
  6305. }
  6306.  
  6307. .cabinet_inf_wrap {
  6308.  width: 100%;
  6309.  max-width: 450px;
  6310. }
  6311. .cabinet_inf_wrap label {
  6312.  font-family: "Comfortaa-Bold";
  6313.  margin: 30px 0 20px;
  6314.  font-size: 20px !important;
  6315.  display: block;
  6316.  position: relative;
  6317. }
  6318. @-moz-document url-prefix() {
  6319.  .cabinet_inf_wrap label {
  6320.    font-weight: 500;
  6321.  }
  6322. }
  6323. .cabinet_inf_wrap textarea {
  6324.  font-family: "Comfortaa-Regular";
  6325.  font-size: 15px;
  6326.  padding: 20px;
  6327.  width: 100% !important;
  6328.  border: 1px solid rgba(0, 0, 0, 0.4);
  6329.  box-sizing: border-box;
  6330.  border-radius: 30px;
  6331.  min-height: 260px;
  6332.  line-height: 26px !important;
  6333. }
  6334. @-moz-document url-prefix() {
  6335.  .cabinet_inf_wrap textarea {
  6336.    font-weight: 500;
  6337.  }
  6338. }
  6339.  
  6340. .cabinet_content {
  6341.  margin-top: 30px;
  6342. }
  6343. .cabinet_content form .form_row, .cabinet_content div.form .form_row {
  6344.  display: flex;
  6345.  align-items: center;
  6346.  padding: 10px 0 10px;
  6347.  border-bottom: 1px solid rgba(63, 197, 255, 0.5);
  6348. }
  6349. .cabinet_content form .form_row:last-of-type, .cabinet_content form .form_row .form_row_border, .cabinet_content div.form .form_row:last-of-type, .cabinet_content div.form .form_row .form_row_border {
  6350.  border-bottom: 0;
  6351. }
  6352. .cabinet_content form .form_row label, .cabinet_content div.form .form_row label {
  6353.  font-size: 15px;
  6354.  font-family: "Comfortaa-Regular";
  6355.  color: rgba(0, 0, 0, 0.6);
  6356.  width: 100%;
  6357.  max-width: 320px;
  6358.  margin: 0;
  6359.  left: 0;
  6360.  top: 0;
  6361.  position: relative;
  6362. }
  6363. .cabinet_content form .form_row input, .cabinet_content div.form .form_row input {
  6364.  min-width: 280px;
  6365. }
  6366. .cabinet_content form .form_row p, .cabinet_content div.form .form_row p {
  6367.  color: #222222;
  6368.  margin: 0;
  6369.  font-family: "Comfortaa-Regular";
  6370.  font-size: 16px;
  6371.  font-weight: 400;
  6372. }
  6373. .cabinet_content form .form_row textarea, .cabinet_content div.form .form_row textarea {
  6374.  height: 110px;
  6375. }
  6376. .cabinet_content form .form_row input[type=submit], .cabinet_content div.form .form_row input[type=submit] {
  6377.  width: 190px;
  6378.  padding: 10px 20px;
  6379.  font-size: 16px;
  6380. }
  6381. .cabinet_content .control_indicator:after {
  6382.  left: 2px !important;
  6383.  top: -6px !important;
  6384.  width: 7px !important;
  6385.  height: 12px !important;
  6386.  border: solid #9DFF6F !important;
  6387.  border-width: 0 5px 5px 0 !important;
  6388. }
  6389. .cabinet_content .reviews {
  6390.  width: 100%;
  6391.  margin-top: 0;
  6392. }
  6393. .cabinet_content .review_wrap {
  6394.  width: 100%;
  6395. }
  6396.  
  6397. #cabinet_reviews {
  6398.  margin-top: 0;
  6399. }
  6400.  
  6401. #cabinet_reviews, #cabinet_notifications {
  6402.  display: none;
  6403. }
  6404.  
  6405. #notifications {
  6406.  margin-top: 15px;
  6407. }
  6408. #notifications form, #notifications div.form {
  6409.  display: flex;
  6410. }
  6411. #notifications form .form_row, #notifications div.form .form_row {
  6412.  flex-direction: column;
  6413.  align-items: flex-start;
  6414.  max-width: 260px;
  6415. }
  6416. #notifications form .form_row label, #notifications div.form .form_row label {
  6417.  width: auto;
  6418.  margin-bottom: 8px;
  6419. }
  6420. #notifications form .form_row input, #notifications div.form .form_row input {
  6421.  width: 100%;
  6422.  margin: 0;
  6423. }
  6424. #notifications form .form_row a, #notifications div.form .form_row a {
  6425.  font-family: "Comfortaa-Regular";
  6426.  font-size: 14px;
  6427.  font-weight: 400;
  6428.  color: #4AC1F4;
  6429.  text-decoration: none;
  6430.  margin-left: 10px;
  6431. }
  6432. #notifications form .form_row .notification_wrap, #notifications div.form .form_row .notification_wrap {
  6433.  width: 100%;
  6434.  display: flex;
  6435.  align-items: center;
  6436. }
  6437. #notifications form .form_row .select_wrap, #notifications div.form .form_row .select_wrap {
  6438.  width: 100%;
  6439. }
  6440. #notifications form .form_row .select_wrap select, #notifications div.form .form_row .select_wrap select {
  6441.  width: 100%;
  6442. }
  6443. #notifications form .form_row input[type=submit], #notifications div.form .form_row input[type=submit] {
  6444.  width: auto;
  6445.  padding: 10px 45px;
  6446. }
  6447. #notifications form .form_column, #notifications div.form .form_column {
  6448.  margin-right: 70px;
  6449.  justify-content: center;
  6450.  display: flex;
  6451.  flex-direction: column;
  6452. }
  6453.  
  6454. .remodal_form label {
  6455.  width: auto;
  6456. }
  6457.  
  6458. .cabinet_content .card {
  6459.  display: flex;
  6460.  border: 0;
  6461.  align-items: flex-start;
  6462.  flex-direction: row;
  6463.  background: transparent;
  6464. }
  6465. .cabinet_content .card-body {
  6466.  width: 100%;
  6467.  max-width: 450px;
  6468.  border: 2px solid #4AC1F4;
  6469.  box-sizing: border-box;
  6470.  box-shadow: 0px 4px 10px rgba(74, 193, 244, 0.24);
  6471.  border-radius: 30px;
  6472. }
  6473. .cabinet_content .card-body .form-group {
  6474.  display: flex;
  6475.  flex-direction: column;
  6476.  font-size: 15px;
  6477.  font-family: "Comfortaa-Bold";
  6478.  font-weight: 700;
  6479.  color: #000;
  6480.  margin-bottom: 10px;
  6481. }
  6482. @-moz-document url-prefix() {
  6483.  .cabinet_content .card-body .form-group {
  6484.    font-weight: 500;
  6485.  }
  6486. }
  6487. .cabinet_content .card-body .form-group label {
  6488.  text-align: center;
  6489.  max-width: 100%;
  6490.  color: rgba(0, 0, 0, 0.63);
  6491. }
  6492. .cabinet_content .card-body .form-group input {
  6493.  text-align: center;
  6494.  font-size: 15px;
  6495.  font-family: "Comfortaa-Bold";
  6496.  font-weight: 700;
  6497.  max-width: 100%;
  6498.  color: #000;
  6499.  border: 1px solid #C4C4C4;
  6500.  border-radius: 10px;
  6501. }
  6502. @-moz-document url-prefix() {
  6503.  .cabinet_content .card-body .form-group input {
  6504.    font-weight: 500;
  6505.  }
  6506. }
  6507. .cabinet_content .card-body .btn-blue {
  6508.  display: block;
  6509.  margin: 15px auto;
  6510. }
  6511.  
  6512. .sign_form {
  6513.  display: flex;
  6514.  align-items: center;
  6515.  flex-direction: column;
  6516. }
  6517. .sign_form .page_title {
  6518.  text-transform: none;
  6519.  margin-bottom: 30px;
  6520. }
  6521. .sign_form .form {
  6522.  width: 455px;
  6523. }
  6524. .sign_form .form .form_row {
  6525.  width: 100%;
  6526.  display: flex;
  6527.  flex-direction: column;
  6528.  margin-bottom: 30px !important;
  6529. }
  6530. .sign_form .form .form_row label {
  6531.  font-size: 17px;
  6532.  top: -15px;
  6533. }
  6534. .sign_form .form .form_row input {
  6535.  padding: 8px 15px;
  6536.  font-size: 14px;
  6537. }
  6538. .sign_form .form .form_row textarea {
  6539.  resize: none;
  6540.  height: 150px;
  6541. }
  6542. .sign_form .form .form_row .select_wrap select {
  6543.  width: 100%;
  6544.  padding: 8px 15px;
  6545.  font-size: 14px;
  6546. }
  6547. .sign_form .form .form_row .control-checkbox {
  6548.  left: 0;
  6549.  margin-bottom: 5px;
  6550.  font-size: 14px;
  6551. }
  6552. .sign_form .form .form_row input[type=submit] {
  6553.  width: auto;
  6554.  min-width: 200px;
  6555.  padding: 10px 15px;
  6556. }
  6557.  
  6558. .exchange_form {
  6559.  align-items: flex-start;
  6560. }
  6561. .exchange_form div.form, .exchange_form form {
  6562.  width: 100%;
  6563. }
  6564. .exchange_form div.form .form_row .form_field, .exchange_form form .form_row .form_field {
  6565.  display: flex;
  6566.  flex-direction: column;
  6567. }
  6568. .exchange_form div.form .form_row_3, .exchange_form form .form_row_3 {
  6569.  display: flex;
  6570.  justify-content: space-between;
  6571.  flex-direction: row;
  6572. }
  6573. .exchange_form div.form .form_row_3 .form_field, .exchange_form form .form_row_3 .form_field {
  6574.  width: 30%;
  6575. }
  6576. .exchange_form div.form .form_row_2, .exchange_form form .form_row_2 {
  6577.  display: flex;
  6578.  flex-direction: row;
  6579.  justify-content: space-between;
  6580. }
  6581. .exchange_form div.form .form_row_2 .form_field, .exchange_form form .form_row_2 .form_field {
  6582.  width: 48%;
  6583. }
  6584.  
  6585. .form_links {
  6586.  display: flex;
  6587.  flex-direction: row !important;
  6588.  justify-content: space-between;
  6589.  margin-bottom: 20px !important;
  6590. }
  6591. .form_links a {
  6592.  font-family: "Comfortaa-Regular";
  6593.  font-size: 14px;
  6594.  font-weight: 400;
  6595.  color: #4AC1F4;
  6596.  text-decoration: none;
  6597. }
  6598.  
  6599. #auth-form {
  6600.  width: 250px;
  6601. }
  6602. #auth-form input {
  6603.  width: 100%;
  6604. }
  6605.  
  6606. .news_article {
  6607.  padding: 20px 25px;
  6608.  background: white;
  6609.  box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
  6610.  border-radius: 10px;
  6611.  margin: 30px 0;
  6612. }
  6613. .news_article .article_content {
  6614.  display: flex;
  6615. }
  6616. .news_article .article_content .article_image {
  6617.  flex-shrink: 0;
  6618.  width: 170px;
  6619.  background-repeat: no-repeat;
  6620.  background-size: contain;
  6621.  background-position: center;
  6622.  margin-right: 25px;
  6623. }
  6624. .news_article .article_content .article_image a {
  6625.  width: 100%;
  6626.  height: 100%;
  6627.  display: block;
  6628. }
  6629. .news_article .article_content .article_text .article_title {
  6630.  line-height: 30px;
  6631. }
  6632. .news_article .article_content .article_text .article_title a {
  6633.  font-family: "Comfortaa-Regular";
  6634.  font-size: 21px;
  6635.  font-weight: 400;
  6636.  color: #222222;
  6637.  text-decoration: none;
  6638. }
  6639. .news_article .article_content .article_text .article_desc {
  6640.  font-family: "Comfortaa-Regular";
  6641.  font-size: 16px;
  6642.  font-weight: 400;
  6643.  color: #222222;
  6644. }
  6645. .news_article .article_info {
  6646.  margin-top: 10px;
  6647.  display: flex;
  6648.  justify-content: space-between;
  6649.  font-family: "Comfortaa-Regular";
  6650.  font-size: 14px;
  6651.  font-weight: 400;
  6652.  color: rgba(34, 34, 34, 0.8);
  6653. }
  6654. .news_article .article_info i {
  6655.  color: #4AC1F4;
  6656. }
  6657.  
  6658. .news_pagination {
  6659.  display: flex;
  6660. }
  6661. .news_pagination span {
  6662.  font-family: "Comfortaa-Regular";
  6663.  font-size: 18px;
  6664.  font-weight: 400;
  6665.  color: #222222;
  6666.  margin-right: 15px;
  6667. }
  6668. .news_pagination ul {
  6669.  padding: 0;
  6670.  margin: 0;
  6671.  list-style: none;
  6672.  display: flex;
  6673. }
  6674. .news_pagination ul li {
  6675.  width: 30px;
  6676.  height: 30px;
  6677.  display: flex;
  6678.  align-items: center;
  6679.  justify-content: center;
  6680.  background: #d0daec;
  6681.  border-radius: 3px;
  6682.  font-family: "Comfortaa-Regular";
  6683.  font-size: 16px;
  6684.  font-weight: 400;
  6685.  color: #222222;
  6686.  margin: 0 2px;
  6687. }
  6688. .news_pagination ul li a {
  6689.  text-decoration: none;
  6690.  display: flex;
  6691.  align-items: center;
  6692.  justify-content: center;
  6693.  width: 100%;
  6694.  height: 100%;
  6695.  color: #222222;
  6696. }
  6697. .news_pagination ul .active_page {
  6698.  background: #4AC1F4;
  6699.  color: white;
  6700. }
  6701. .news_pagination ul .active_page a {
  6702.  color: white;
  6703. }
  6704.  
  6705. .article_block .article_image img {
  6706.  max-width: 100%;
  6707. }
  6708. .article_block .article_info {
  6709.  display: flex;
  6710.  flex-direction: column;
  6711.  justify-content: center;
  6712.  height: 100%;
  6713. }
  6714. .article_block .article_info .article_title {
  6715.  font-family: "Comfortaa-Regular";
  6716.  font-size: 21px;
  6717.  font-weight: 400;
  6718.  line-height: 40px;
  6719.  color: #222222;
  6720.  margin-bottom: 15px;
  6721. }
  6722. .article_block .article_info .article_subtitle {
  6723.  color: rgba(34, 34, 34, 0.8);
  6724.  font-family: "Comfortaa-Regular";
  6725.  font-size: 20px;
  6726.  font-weight: 400;
  6727.  line-height: 1.5;
  6728. }
  6729. .article_block .article_content {
  6730.  margin-top: 25px;
  6731.  font-family: "Comfortaa-Regular";
  6732.  font-size: 16px;
  6733.  font-weight: 400;
  6734.  color: rgba(34, 34, 34, 0.8);
  6735.  margin-bottom: 45px;
  6736. }
  6737. .article_block .article_content ul {
  6738.  list-style-type: square;
  6739. }
  6740. .article_block .article_content ul li {
  6741.  color: #4AC1F4;
  6742.  margin: 8px 0;
  6743. }
  6744. .article_block .article_content ul li span {
  6745.  color: rgba(34, 34, 34, 0.8);
  6746. }
  6747. .article_block .article_content .image-style-side,
  6748. .article_block .article_content .image-style-align-left,
  6749. .article_block .article_content .image-style-align-center,
  6750. .article_block .article_content .image-style-align-right {
  6751.  max-width: 50%;
  6752. }
  6753. .article_block .article_content .image-style-side {
  6754.  float: right;
  6755.  margin-left: var(--ck-image-style-spacing);
  6756. }
  6757. .article_block .article_content .image-style-align-left {
  6758.  float: left;
  6759.  margin-right: var(--ck-image-style-spacing);
  6760. }
  6761. .article_block .article_content .image-style-align-center {
  6762.  margin-left: auto;
  6763.  margin-right: auto;
  6764. }
  6765. .article_block .article_content .image-style-align-right {
  6766.  float: right;
  6767.  margin-left: var(--ck-image-style-spacing);
  6768. }
  6769. .article_block .article_content .image {
  6770.  max-width: 100%;
  6771.  display: block;
  6772.  box-sizing: border-box;
  6773. }
  6774. .article_block .article_content .image img {
  6775.  width: 100%;
  6776. }
  6777. .article_block .article_content > figcaption {
  6778.  display: block;
  6779. }
  6780.  
  6781. .contacts_desc {
  6782.  margin: 20px 0;
  6783.  font-family: "Comfortaa-Regular";
  6784.  font-size: 15px;
  6785.  font-weight: 400;
  6786.  color: #222222;
  6787.  text-align: center;
  6788. }
  6789. .contacts_desc a {
  6790.  font-family: "Comfortaa-Regular";
  6791.  font-size: 15px;
  6792.  font-weight: 400;
  6793.  color: #4AC1F4;
  6794.  text-decoration: none;
  6795.  text-align: center;
  6796. }
  6797.  
  6798. .contacts_social {
  6799.  display: flex;
  6800.  flex-direction: column;
  6801.  margin-top: 30px;
  6802. }
  6803. .contacts_social .social_block {
  6804.  display: flex;
  6805.  align-items: center;
  6806.  width: 320px;
  6807.  margin: 0 auto 20px;
  6808. }
  6809. .contacts_social .social_block .social_icon {
  6810.  width: 42px;
  6811.  height: 42px;
  6812.  background: #f0f3f9;
  6813.  display: flex;
  6814.  justify-content: center;
  6815.  align-items: center;
  6816.  border-radius: 5px;
  6817.  margin-right: 10px;
  6818. }
  6819. .contacts_social .social_block .social_icon i {
  6820.  font-size: 20px;
  6821.  color: #436bb1;
  6822. }
  6823. .contacts_social .social_block .social_icon .fa-telegram {
  6824.  color: #41acff;
  6825. }
  6826. .contacts_social .social_block .social_text {
  6827.  font-family: "Comfortaa-Regular";
  6828.  font-size: 18px;
  6829.  font-weight: 400;
  6830.  color: #222222;
  6831. }
  6832.  
  6833. .contacts_form .page_title {
  6834.  text-align: center;
  6835. }
  6836. .contacts_form .form_desc {
  6837.  margin: 20px 0;
  6838.  font-family: "Comfortaa-Regular";
  6839.  font-size: 15px;
  6840.  font-weight: 400;
  6841.  color: #222222;
  6842.  text-align: center;
  6843. }
  6844. .contacts_form form .form_row {
  6845.  display: flex;
  6846.  flex-direction: column;
  6847.  margin-bottom: 10px;
  6848. }
  6849. .contacts_form form .form_row label {
  6850.  font-size: 17px;
  6851.  margin-left: 0;
  6852. }
  6853. .contacts_form form .form_row input, .contacts_form form .form_row textarea {
  6854.  max-width: 300px;
  6855. }
  6856. .contacts_form form .form_row textarea {
  6857.  height: 150px;
  6858.  resize: none;
  6859. }
  6860. .contacts_form form .form_row input[type=submit] {
  6861.  max-width: 170px;
  6862.  padding: 10px 15px;
  6863.  font-size: 17px;
  6864. }
  6865.  
  6866. .not_found_wrapper {
  6867.  padding: 50px 0;
  6868.  display: flex;
  6869.  flex-direction: column;
  6870.  align-items: center;
  6871. }
  6872. .not_found_wrapper img {
  6873.  width: 25%;
  6874. }
  6875. .not_found_wrapper .not_found_text {
  6876.  color: #222222;
  6877.  font-family: "Comfortaa-Regular";
  6878.  font-size: 20px;
  6879.  font-weight: 400;
  6880.  text-align: center;
  6881. }
  6882. .not_found_wrapper .not_found_text a {
  6883.  color: #4AC1F4;
  6884.  font-family: "Comfortaa-Bold";
  6885.  font-weight: 700;
  6886.  text-decoration: underline;
  6887. }
  6888. @-moz-document url-prefix() {
  6889.  .not_found_wrapper .not_found_text a {
  6890.    font-weight: 500;
  6891.  }
  6892. }
  6893.  
  6894. @media only screen and (min-width: 1992px) {
  6895.  body {
  6896.    line-height: 1.3;
  6897.  }
  6898. }
  6899. @media only screen and (max-width: 1400px) {
  6900.  .change-content-left .container, .change-content-left .container-fluid, .change-content-left .container-xl, .change-content-left .container-lg, .change-content-left .container-md, .change-content-left .container-sm {
  6901.    margin: 0;
  6902.  }
  6903. }
  6904. @media only screen and (max-width: 1200px) {
  6905.  .favorites-btn {
  6906.    transform: rotate(0);
  6907.    position: absolute;
  6908.    top: -40px;
  6909.    left: -5px;
  6910.  }
  6911.  .favorites-btn img {
  6912.    transform: rotate(0);
  6913.  }
  6914.  .calc_wrap, .exchange_menu {
  6915.    margin: 0 auto;
  6916.  }
  6917.  .exchange_calc {
  6918.    margin: 10px auto;
  6919.  }
  6920.  .exchange_calc .item-helper {
  6921.    font-size: 10px;
  6922.    left: -180%;
  6923.  }
  6924.  .sidebar_buttons.close_sidebar {
  6925.    padding: 8px 18px 8px;
  6926.  }
  6927.  .sidebar_buttons.close_sidebar .sidebar_title {
  6928.    font-size: 14px;
  6929.  }
  6930.  .cabinet_tabs_wrapper ul li {
  6931.    font-size: 11px;
  6932.  }
  6933.  .text-content img {
  6934.    max-width: calc(100vw - 50px) !important;
  6935.    width: 100%;
  6936.    -o-object-fit: contain;
  6937.       object-fit: contain;
  6938.  }
  6939.  .product_image .image_wrapper .image_cutter {
  6940.    max-height: 181px;
  6941.    max-width: 285px;
  6942.  }
  6943.  .alternative_table_wrap table td {
  6944.    padding: 5px 0;
  6945.  }
  6946.  header .header_menu_wrapper .header_menu ul li a {
  6947.    font-size: 14px;
  6948.  }
  6949.  #svg_ants {
  6950.    display: none !important;
  6951.  }
  6952.  header .header_course_wrapper .top_header_wrap .header_course .course_block {
  6953.    font-size: 11px;
  6954.    margin-right: 5px;
  6955.  }
  6956.  .news_row article .art_text .art_link {
  6957.    font-size: 15px;
  6958.  }
  6959.  .sidebar .sidebar_content .table_block .table_title {
  6960.    font-size: 14px;
  6961.  }
  6962.  .text-content h2 {
  6963.    font-size: 26px;
  6964.  }
  6965.  .social_block_links_wrapper div.title {
  6966.    font-size: 26px;
  6967.  }
  6968.  .exchange_calc {
  6969.    max-width: 100%;
  6970.  }
  6971.  .exchange_menu ul li {
  6972.    margin-right: 15px;
  6973.    margin-bottom: 10px;
  6974.  }
  6975.  .exchange_menu ul li a, .exchange_menu ul li button {
  6976.    font-size: 12px;
  6977.  }
  6978.  .calc_wrap {
  6979.    padding: 5px 18px;
  6980.  }
  6981.  .calc_item_title {
  6982.    font-size: 16px;
  6983.  }
  6984.  .courses_additional h2 {
  6985.    font-size: 25px;
  6986.    margin-bottom: 15px;
  6987.  }
  6988.  .sidebar .sidebar_content .table_block div.sidebar_cell {
  6989.    font-size: 14px;
  6990.  }
  6991.  .sidebar .sidebar_content .table_block .table_title {
  6992.    font-size: 14px;
  6993.  }
  6994.  .sidebar .sidebar_content .table_block button.currency {
  6995.    font-size: 10px;
  6996.  }
  6997.  .sidebar .report .title {
  6998.    font-size: 14px;
  6999.  }
  7000.  .sidebar .report .input {
  7001.    padding: 0;
  7002.  }
  7003.  .sidebar .text-content .image {
  7004.    width: 100% !important;
  7005.  }
  7006.  .sidebar .text-content img {
  7007.    width: 100%;
  7008.  }
  7009.  .exchange_info button {
  7010.    font-size: 12px;
  7011.  }
  7012.  footer .footer_copyright {
  7013.    font-size: 12px;
  7014.  }
  7015.  footer .footer_menu ul li a {
  7016.    font-size: 12px;
  7017.  }
  7018.  .page_content .exchange_table table thead tr th {
  7019.    font-size: 10px;
  7020.  }
  7021.  .exchange_info_title {
  7022.    font-size: 25px;
  7023.  }
  7024. }
  7025. @media only screen and (max-width: 1080px) {
  7026.  .header_search form, .header_search div.form {
  7027.    max-width: 680px;
  7028.  }
  7029.  .header_search.active form,
  7030.  .header_search.active div.form {
  7031.    margin: -50px 0 0 auto;
  7032.  }
  7033.  .overlay, .overlay-review, .highlighted .hint {
  7034.    display: none !important;
  7035.  }
  7036. }
  7037. @media only screen and (max-width: 993px) {
  7038.  .change-content-left .alternative_table.active .alternative_table_labels {
  7039.    margin: 10px 0 0 auto;
  7040.  }
  7041.  .change-content-left .description.active {
  7042.    margin-top: 0px;
  7043.    margin-bottom: 20px;
  7044.  }
  7045.  .metrics-wrap__sidebar {
  7046.    display: none !important;
  7047.  }
  7048.  .sidebar {
  7049.    padding: 0 5px;
  7050.    display: none;
  7051.  }
  7052.  .sidebar-mobile {
  7053.    display: block;
  7054.    margin-bottom: 5px;
  7055.  }
  7056.  .change-content-left .header_search form, .change-content-left .header_search div.form {
  7057.    min-width: auto;
  7058.  }
  7059.  .alternative_table_wrap .btn-blue {
  7060.    margin-bottom: 15px;
  7061.  }
  7062.  .alternative_table_wrap {
  7063.    margin: 20px 0 0;
  7064.  }
  7065.  .header_search.hidden {
  7066.    display: block !important;
  7067.    margin-bottom: 10px;
  7068.  }
  7069.  .description_wrapper .header_search {
  7070.    display: none !important;
  7071.  }
  7072.  .change-content-left .container, .change-content-left .container-fluid, .change-content-left .container-xl, .change-content-left .container-lg, .change-content-left .container-md, .change-content-left .container-sm {
  7073.    margin: 0 auto;
  7074.  }
  7075.  .settings_direction {
  7076.    margin: 0;
  7077.  }
  7078.  .description_wrapper h1.page_title {
  7079.    font-size: 16px;
  7080.    line-height: 18px;
  7081.    text-align: center;
  7082.  }
  7083.  .comments-tab .reviews .review_wrap .review_block {
  7084.    max-width: 100%;
  7085.    margin-right: 0;
  7086.  }
  7087.  .comments-tab .reviews .review_wrap .review_answer_item {
  7088.    padding: 10px;
  7089.  }
  7090.  .comments-tab .reviews .review_wrap .review_answer_item textarea {
  7091.    width: 100%;
  7092.  }
  7093.  .tab-content .comments-tab .reviews .review_wrap .review_answer_item {
  7094.    max-width: 100%;
  7095.    margin: 15px auto;
  7096.  }
  7097.  .justify-content-end .alternative_top_text {
  7098.    margin-bottom: 10px;
  7099.    margin-top: 0;
  7100.  }
  7101.  .is-winter .header_course_wrapper:before, .is-winter .header_course_wrapper:after {
  7102.    display: none !important;
  7103.  }
  7104.  .is-winter .snowman {
  7105.    display: none !important;
  7106.  }
  7107.  .header_search.active {
  7108.    margin-top: 20px;
  7109.  }
  7110.  .alternative_table.active {
  7111.    display: none;
  7112.  }
  7113.  .header_search_item.col-12 {
  7114.    padding-top: 10px;
  7115.  }
  7116.  .reviews {
  7117.    flex-direction: column;
  7118.    margin: 0;
  7119.  }
  7120.  .reviews .review_wrap {
  7121.    width: 100%;
  7122.    margin: 0 0 10px;
  7123.  }
  7124.  .header_ad .ad_wrapper p {
  7125.    width: calc(100% - 70px);
  7126.    display: inline-block;
  7127.  }
  7128.  .header_ad .ad_wrapper .close-ad {
  7129.    right: 0;
  7130.    margin-left: 20px;
  7131.    position: relative;
  7132.  }
  7133.  .header_ad_mob {
  7134.    display: none !important;
  7135.  }
  7136.  .btn_block_exchange {
  7137.    margin-top: 20px;
  7138.  }
  7139.  .sidebar #sidebar_1 {
  7140.    margin-top: 0;
  7141.  }
  7142.  .sidebar .item-metrics__title {
  7143.    min-height: auto;
  7144.    margin-top: 10px;
  7145.  }
  7146.  .sidebar .item-metrics {
  7147.    max-width: 280px;
  7148.    margin: 0 auto 15px;
  7149.  }
  7150.  .popup-title {
  7151.    font-size: 18px;
  7152.  }
  7153.  .popup-accordion__title {
  7154.    font-size: 15px;
  7155.  }
  7156.  .popup-accordion__title:before {
  7157.    width: 10px;
  7158.    height: 10px;
  7159.  }
  7160.  .popup-accordion__title.is-active:before {
  7161.    margin-top: -2px;
  7162.  }
  7163.  .popup-accordion__content .alternative_table_button {
  7164.    width: calc(18% - 5px);
  7165.  }
  7166.  .sidebar_title, .description_title {
  7167.    border-radius: 30px 30px 0 0;
  7168.    background: #4AC1F4;
  7169.  }
  7170.  .sidebar .sidebar_buttons {
  7171.    border-radius: 0;
  7172.  }
  7173.  .sidebar .sidebar_item_wrap {
  7174.    background: #4AC1F4;
  7175.    box-shadow: none;
  7176.    border-radius: 0;
  7177.  }
  7178.  .sidebar.expanded .sidebar_wrapper {
  7179.    display: none !important;
  7180.  }
  7181.  .sidebar.expanded .report,
  7182.  .sidebar.expanded .sidebar_wrapper {
  7183.    display: none !important;
  7184.  }
  7185.  .sidebar.expanded .sidebar_title,
  7186.  .sidebar.expanded .description_title {
  7187.    border-radius: 30px;
  7188.  }
  7189.  .sidebar.expanded .sidebar_title {
  7190.    padding: 0px 10px;
  7191.    border-radius: 30px;
  7192.  }
  7193.  .exchange_info_title {
  7194.    font-size: 18px;
  7195.  }
  7196.  .cabinet_content form .form_row, .cabinet_content div.form .form_row {
  7197.    margin: 5px 0;
  7198.  }
  7199.  .cabinet_content form .form_row label, .cabinet_content div.form .form_row label, .cabinet_content div.form .form_row input, .cabinet_content div.form .form_row p {
  7200.    font-size: 10px;
  7201.  }
  7202.  .metric_content_item h3 {
  7203.    font-size: 20px;
  7204.  }
  7205.  .metric_content_des {
  7206.    flex-direction: column-reverse;
  7207.  }
  7208.  .metric_content_des .text-content {
  7209.    margin-top: 30px;
  7210.    width: 100%;
  7211.  }
  7212.  .metric_content_media {
  7213.    width: 100%;
  7214.  }
  7215.  .courses_additional h2 {
  7216.    font-size: 18px;
  7217.  }
  7218.  .review_wrap_inner {
  7219.    margin: 30px 0;
  7220.  }
  7221.  .review_wrap_inner .review_wrap {
  7222.    width: 100%;
  7223.    margin: 0;
  7224.  }
  7225.  .sign_form form {
  7226.    max-width: 455px;
  7227.    width: 100%;
  7228.    margin: 0 auto;
  7229.  }
  7230.  .telegram_media img {
  7231.    width: 55px;
  7232.    height: auto;
  7233.  }
  7234.  .sidebar .sidebar_buttons {
  7235.    padding: 8px 18px 15px;
  7236.  }
  7237.  .sidebar .sidebar_buttons.close_sidebar {
  7238.    padding: 10px 18px 10px;
  7239.  }
  7240.  .header_ad_mob {
  7241.    display: flex;
  7242.  }
  7243.  .sidebar .sidebar_wrapper .sidebar_title i {
  7244.    transform: rotate(180deg);
  7245.  }
  7246.  .sidebar.expanded .sidebar_title i {
  7247.    transform: rotate(0);
  7248.  }
  7249.  .sidebar.expanded .sidebar_wrapper {
  7250.    display: block;
  7251.  }
  7252.  .sidebar .report {
  7253.    margin-bottom: 20px;
  7254.  }
  7255.  .page_title {
  7256.    font-size: 21px;
  7257.  }
  7258.  .burger_button_wrapper .burger_menu_button i {
  7259.    color: #fff;
  7260.    font-size: 30px;
  7261.  }
  7262.  .header_menu_wrapper .container {
  7263.    position: relative;
  7264.  }
  7265.  .telegram_bot {
  7266.    top: 60px;
  7267.    display: none;
  7268.  }
  7269.  .header_course_wrapper .header_course {
  7270.    display: none !important;
  7271.  }
  7272.  .description .description_wrapper {
  7273.    display: none;
  7274.  }
  7275.  .description .description_title i {
  7276.    transform: rotate(180deg);
  7277.  }
  7278.  .description.expanded .description_title i {
  7279.    transform: rotate(0);
  7280.  }
  7281.  .description.expanded .description_wrapper {
  7282.    display: block;
  7283.  }
  7284.  .change_other .page_title {
  7285.    font-size: 21px;
  7286.    margin-bottom: 15px;
  7287.  }
  7288.  .social_block_links_wrapper div.title {
  7289.    font-size: 21px;
  7290.  }
  7291.  header .marquee_wrapper {
  7292.    display: none;
  7293.  }
  7294.  header .header_menu_wrapper {
  7295.    padding: 10px 0;
  7296.    margin-top: 36px;
  7297.  }
  7298.  header .settings_direction {
  7299.    display: none;
  7300.  }
  7301.  .header_search {
  7302.    height: auto;
  7303.    margin-bottom: 0;
  7304.  }
  7305.  .header-link {
  7306.    display: block;
  7307.  }
  7308.  .sidebar_title, .description_title {
  7309.    display: flex;
  7310.  }
  7311.  .homepage_buttons {
  7312.    margin-top: 15px;
  7313.  }
  7314.  footer {
  7315.    padding: 15px 0;
  7316.  }
  7317.  footer .footer_menu {
  7318.    height: auto;
  7319.    margin-bottom: 25px;
  7320.  }
  7321.  footer .footer_menu ul {
  7322.    height: auto;
  7323.    flex-direction: column;
  7324.  }
  7325.  footer .footer_menu ul li {
  7326.    margin: 5px 0;
  7327.  }
  7328.  footer .footer_copyright {
  7329.    text-align: center;
  7330.    color: rgba(34, 34, 34, 0.8);
  7331.  }
  7332.  #cabinet_notifications form {
  7333.    flex-direction: column-reverse;
  7334.  }
  7335.  #cabinet_notifications form .form_column {
  7336.    margin-right: 0;
  7337.  }
  7338.  .article_block .article_image {
  7339.    margin-bottom: 20px;
  7340.  }
  7341.  .text-content h1 {
  7342.    font-size: 28px;
  7343.  }
  7344.  .page-table-visibility .description_title {
  7345.    background: transparent;
  7346.  }
  7347.  .image_wrapper_scam span {
  7348.    font-size: 60px;
  7349.  }
  7350.  .users_opinions_scam span {
  7351.    font-size: 120px;
  7352.  }
  7353.  div.recommend {
  7354.    display: none;
  7355.  }
  7356.  .social_block_links_wrapper {
  7357.    display: none;
  7358.  }
  7359.  .city_changer {
  7360.    display: none;
  7361.  }
  7362.  .metrics-data {
  7363.    display: none;
  7364.  }
  7365. }
  7366. @media only screen and (max-width: 768px) {
  7367.  .description_title {
  7368.    padding: 0 10px 5px;
  7369.  }
  7370.  .btn_block_exchange {
  7371.    border: none;
  7372.    padding: 0;
  7373.  }
  7374.  .product_characteristics {
  7375.    padding-top: 0;
  7376.    margin-top: 0;
  7377.  }
  7378.  .exchange_table table.exchange_table_stock tr td ul img {
  7379.    height: 11px;
  7380.    width: 15px;
  7381.  }
  7382.  .exchange_table table.exchange_table_stock tr td span {
  7383.    font-size: 6px;
  7384.  }
  7385.  .sign_form div.form label {
  7386.    font-size: 10px;
  7387.    left: 5px;
  7388.  }
  7389.  .metrics-wrap__sidebar, .favorites-btn, .calc_wrap, .exchange_menu, .info-wrap__fixed, .metrics-wrap__home {
  7390.    display: none !important;
  7391.  }
  7392.  .alternative_table_item {
  7393.    margin: 0 10px 10px;
  7394.  }
  7395.  .alternative_table_btn {
  7396.    margin: 0 10px;
  7397.  }
  7398.  .alternative_table_btn svg {
  7399.    width: 20px;
  7400.    height: 15px;
  7401.  }
  7402.  .alternative_table_wrap {
  7403.    margin: 10px 0 0;
  7404.  }
  7405.  .alternative_table_wrap .btn-blue {
  7406.    margin: 10px auto;
  7407.  }
  7408.  .alternative_table_labels input {
  7409.    font-size: 10px;
  7410.    height: 28px;
  7411.  }
  7412.  .search-wrap {
  7413.    width: calc(100% - 12px);
  7414.    padding: 0 5px;
  7415.  }
  7416.  .search-wrap li {
  7417.    padding: 2px 0;
  7418.  }
  7419.  .search-wrap li a {
  7420.    padding: 5px;
  7421.    font-size: 12px;
  7422.  }
  7423.  .search-wrap li a img {
  7424.    width: 20px;
  7425.    height: 20px;
  7426.  }
  7427.  .item-metrics__title {
  7428.    min-height: 48px;
  7429.  }
  7430.  .exchange_calc_item {
  7431.    padding: 10px 20px;
  7432.    width: calc(50% - 6px);
  7433.    background: #4AC1F4;
  7434.    margin: 3px;
  7435.    border-radius: 10px;
  7436.    flex-grow: unset;
  7437.    justify-content: space-between;
  7438.  }
  7439.  .exchange_calc_item label:hover .item-helper {
  7440.    display: none;
  7441.  }
  7442.  .exchange_calc_item.mobile-reversed-link {
  7443.    background: none;
  7444.    padding: 0;
  7445.  }
  7446.  .exchange_calc_item.mobile-reversed-link a {
  7447.    display: block;
  7448.    padding: 2px 20px;
  7449.    cursor: pointer;
  7450.    background: none;
  7451.    outline: none;
  7452.    border-radius: 25px;
  7453.    border: 2px solid #4AC1F4;
  7454.    font-family: "Comfortaa-Bold";
  7455.    font-size: 8px;
  7456.    color: #222222;
  7457.    font-weight: 700;
  7458.    position: relative;
  7459.  }
  7460.  .popup-accordion__content .alternative_table_button {
  7461.    width: calc(21% - 5px);
  7462.  }
  7463.  .exchange_info {
  7464.    padding: 10px;
  7465.  }
  7466.  .exchange_info button {
  7467.    width: 100%;
  7468.    margin: 0 5px 5px;
  7469.    padding: 5px;
  7470.    max-width: 100% !important;
  7471.  }
  7472.  .exchange_table table tbody tr td {
  7473.    font-size: 9px !important;
  7474.    padding: 5px !important;
  7475.  }
  7476.  .exchange_info_title {
  7477.    font-size: 15px;
  7478.  }
  7479.  .exchange_info_subtitle {
  7480.    font-size: 10px;
  7481.  }
  7482.  table.culc__content thead tr th:nth-of-type(5) {
  7483.    display: none;
  7484.  }
  7485.  table.culc__content tbody tr td.changer_rate {
  7486.    display: none;
  7487.  }
  7488.  .comments-tab .review_wrap {
  7489.    flex-direction: column;
  7490.  }
  7491.  .comments-tab .review_wrap .review_answer_item {
  7492.    width: 100%;
  7493.    max-width: 100%;
  7494.  }
  7495.  .cabinet_content .card {
  7496.    flex-wrap: wrap;
  7497.  }
  7498.  .cabinet_inf {
  7499.    flex-wrap: wrap;
  7500.  }
  7501.  .cabinet_tabs_wrapper ul {
  7502.    flex-wrap: wrap;
  7503.    justify-content: center;
  7504.  }
  7505.  .cabinet_tabs_wrapper ul li {
  7506.    padding: 3px 8px;
  7507.  }
  7508.  .social_block_links_wrapper .social_block_links a {
  7509.    font-size: 10px;
  7510.    padding: 5px 10px;
  7511.    min-width: 100px;
  7512.  }
  7513.  .social_block_links_wrapper .social_block_links a .social-logo, .social_block_links_wrapper .social_block_links a svg {
  7514.    width: 15px;
  7515.    height: 15px;
  7516.  }
  7517.  .alternative_table.active {
  7518.    width: 100%;
  7519.    padding: 0 15px;
  7520.  }
  7521.  .alternative_table table tr {
  7522.    display: flex;
  7523.    width: 100%;
  7524.    flex-wrap: wrap;
  7525.  }
  7526.  .alternative_table_media img {
  7527.    width: 28px;
  7528.    height: 28px;
  7529.  }
  7530.  .alternative_table_title {
  7531.    font-size: 10px;
  7532.  }
  7533.  .product_image .image_wrapper .image_cutter {
  7534.    max-height: 222px;
  7535.    max-width: 350px;
  7536.  }
  7537.  .product_image .image_wrapper .image_cutter img {
  7538.    width: 350px;
  7539.  }
  7540.  .remodal_form .remodal_report_wrapper label, .remodal_form .remodal_report_wrapper input, .remodal_form .remodal_report_wrapper select, .remodal_form .remodal_report_wrapper textarea {
  7541.    font-size: 10px !important;
  7542.  }
  7543.  .remodal_form .control-checkbox {
  7544.    font-size: 10px !important;
  7545.  }
  7546.  .remodal_form .remodal_title_4 {
  7547.    font-size: 14px !important;
  7548.  }
  7549.  .exchange_info_buttons {
  7550.    width: 100%;
  7551.  }
  7552.  .exchange_info_media {
  7553.    display: none;
  7554.  }
  7555.  form .form_row {
  7556.    margin-bottom: 5px !important;
  7557.    padding: 8px 0 !important;
  7558.  }
  7559.  form label, form select, form input {
  7560.    font-size: 12px !important;
  7561.  }
  7562.  form .control-checkbox {
  7563.    margin-bottom: 10px !important;
  7564.  }
  7565.  .exchange_calc {
  7566.    margin: 0;
  7567.    padding: 0;
  7568.    background: none;
  7569.    flex-wrap: wrap;
  7570.    justify-content: center;
  7571.  }
  7572.  .exchange_calc_item:after {
  7573.    display: none;
  7574.  }
  7575.  .calc_wrap {
  7576.    flex-direction: column;
  7577.    margin-bottom: 10px;
  7578.  }
  7579.  .calc_item:last-of-type {
  7580.    flex-direction: row-reverse;
  7581.  }
  7582.  .calc_item:last-of-type .calc_item_label input {
  7583.    margin-left: 30px;
  7584.  }
  7585.  .calc_item_submit {
  7586.    margin: 0 50px 10px;
  7587.    transform: rotate(90deg);
  7588.  }
  7589.  .monitor_table table thead tr th {
  7590.    font-size: 9px !important;
  7591.  }
  7592.  .monitor_table table thead tr th:nth-of-type(5) {
  7593.    display: none;
  7594.  }
  7595.  .monitor_table table tbody tr td {
  7596.    font-size: 9px !important;
  7597.    padding: 5px;
  7598.  }
  7599.  .monitor_table table tbody tr td a {
  7600.    font-size: 9px !important;
  7601.  }
  7602.  .monitor_table table tbody tr .changer_rate {
  7603.    display: none;
  7604.  }
  7605.  .changer_stat_wrapper #changer_stat_legend {
  7606.    position: relative;
  7607.    margin-top: 20px;
  7608.  }
  7609.  #stat_content .stat_picker form {
  7610.    flex-direction: column;
  7611.    align-items: flex-start;
  7612.  }
  7613.  #stat_content .stat_picker form input[type=submit] {
  7614.    margin-top: 15px;
  7615.  }
  7616.  .exchange_menu ul {
  7617.    flex-wrap: wrap;
  7618.    justify-content: left;
  7619.  }
  7620.  .exchange_menu ul li {
  7621.    margin: 0 5px 10px;
  7622.  }
  7623.  .notification_form .remodal_form {
  7624.    width: 100%;
  7625.  }
  7626.  .notification_form .remodal_form .notification_row {
  7627.    flex-direction: column;
  7628.    align-items: center;
  7629.  }
  7630.  .notification_form .remodal_form .notification_row label {
  7631.    margin: 5px 0;
  7632.    width: 100%;
  7633.    text-align: center;
  7634.  }
  7635.  .notification_form .remodal_form .notification_row input {
  7636.    margin: 5px 0;
  7637.  }
  7638.  .notification_form .remodal_form .notification_row .select_wrap {
  7639.    margin: 0;
  7640.  }
  7641.  .remodal {
  7642.    padding: 10px 20px;
  7643.  }
  7644.  .remodal .remodal_title {
  7645.    font-size: 24px;
  7646.  }
  7647.  .remodal .remodal_close img {
  7648.    max-width: 18px;
  7649.    max-height: 18px;
  7650.  }
  7651.  .reviews .review_buttons {
  7652.    flex-direction: column;
  7653.    align-items: flex-start;
  7654.  }
  7655.  .reviews .review_buttons .reviews_cats {
  7656.    margin-top: 15px;
  7657.    flex-wrap: wrap;
  7658.    width: 100%;
  7659.    justify-content: flex-start;
  7660.  }
  7661.  .news_article .article_content {
  7662.    flex-direction: column;
  7663.  }
  7664.  .news_article .article_content .article_image {
  7665.    margin: 0;
  7666.    margin-bottom: 15px;
  7667.    align-self: center;
  7668.    width: 400px;
  7669.    height: 300px;
  7670.    max-width: 100%;
  7671.  }
  7672.  .exchange_form form .form_row_2, .exchange_form form .form_row_3 {
  7673.    flex-direction: column;
  7674.  }
  7675.  .exchange_form form .form_row_2 .form_field, .exchange_form form .form_row_3 .form_field {
  7676.    width: 100%;
  7677.    margin-bottom: 10px;
  7678.  }
  7679.  .news_row .col-md-4:last-child {
  7680.    display: none;
  7681.  }
  7682.  .news_row .text-content h2 {
  7683.    font-size: 20px;
  7684.  }
  7685.  .news_row .text-content h1 {
  7686.    font-size: 24px;
  7687.  }
  7688. }
  7689. @media only screen and (max-width: 550px) {
  7690.  .sidebar_title_mob {
  7691.    display: block;
  7692.  }
  7693.  .sidebar_title_des {
  7694.    display: none;
  7695.  }
  7696.  .sidebar .sidebar_title {
  7697.    padding: 5px 10px;
  7698.  }
  7699.  .sidebar .sidebar_buttons {
  7700.    display: none;
  7701.  }
  7702.  .product_image .image_wrapper .product_additional_info {
  7703.    font-size: 11px;
  7704.  }
  7705.  .product_characteristics {
  7706.    margin-top: -30px;
  7707.  }
  7708.  .change_view_top {
  7709.    display: none;
  7710.  }
  7711.  .page_title.page_title_center {
  7712.    margin-bottom: 10px;
  7713.    font-size: 15px;
  7714.  }
  7715.  .opinion_block {
  7716.    margin: 10px 0;
  7717.  }
  7718.  .product_image {
  7719.    height: 80%;
  7720.  }
  7721.  .product_image .image_wrapper {
  7722.    height: 250px;
  7723.  }
  7724.  .exchange_menu ul li button {
  7725.    padding: 5px 3px;
  7726.    width: 100%;
  7727.    font-size: 8px !important;
  7728.  }
  7729.  .exchange_menu ul li button img {
  7730.    right: 3px;
  7731.    max-width: 12px;
  7732.    max-height: 12px;
  7733.    min-height: 12px;
  7734.    min-width: 12px;
  7735.  }
  7736.  .exchange_menu ul li a {
  7737.    padding: 5px 3px;
  7738.    width: 100%;
  7739.    font-size: 8px !important;
  7740.  }
  7741.  .exchange_menu ul li a img {
  7742.    right: 3px;
  7743.    max-width: 12px;
  7744.    max-height: 12px;
  7745.    min-height: 12px;
  7746.    min-width: 12px;
  7747.  }
  7748.  .calc_item_title {
  7749.    font-size: 12px;
  7750.  }
  7751.  .reviews .review_block .review_block_media {
  7752.    width: 25px;
  7753.    height: 25px;
  7754.    right: 10px;
  7755.  }
  7756.  .reviews .review_block .review_subtitle {
  7757.    padding-right: 30px;
  7758.  }
  7759.  .reviews .review_block .review_title {
  7760.    padding-right: 30px;
  7761.  }
  7762.  .reviews .review_block .review_title .review_name {
  7763.    font-size: 10px;
  7764.  }
  7765.  .reviews .review_block .review_text {
  7766.    margin: 10px 10px 10px 0;
  7767.  }
  7768.  .product_characteristics table td {
  7769.    font-size: 10px;
  7770.  }
  7771.  .courses_additional h2 {
  7772.    font-size: 15px;
  7773.  }
  7774.  .change_other {
  7775.    padding: 0 20px 15px;
  7776.  }
  7777.  .change_other .page_title {
  7778.    margin-bottom: 10px;
  7779.    font-size: 14px;
  7780.    line-height: 16px;
  7781.  }
  7782.  .exchange_menu ul li {
  7783.    width: calc(50% - 10px);
  7784.  }
  7785.  .exchange_menu ul li a, .exchange_menu ul li button {
  7786.    font-size: 8px;
  7787.  }
  7788.  .monitor_table table thead th, .exchange_table table thead th {
  7789.    font-size: 9px !important;
  7790.    text-transform: capitalize;
  7791.  }
  7792.  .monitor_table table thead th:nth-of-type(5), .exchange_table table thead th:nth-of-type(5) {
  7793.    display: none;
  7794.  }
  7795.  .monitor_table table tbody .changer_rate, .exchange_table table tbody .changer_rate {
  7796.    display: none;
  7797.  }
  7798.  .header_course_wrapper .col-md-12 {
  7799.    padding: 0;
  7800.  }
  7801.  .monitor_courses {
  7802.    padding: 20px;
  7803.  }
  7804.  .monitor_courses .course {
  7805.    font-size: 8px;
  7806.  }
  7807.  .info-wrap {
  7808.    width: 100%;
  7809.    padding: 10px;
  7810.    margin: 0 auto 15px;
  7811.  }
  7812.  .info-wrap__title {
  7813.    font-size: 10px;
  7814.  }
  7815.  .info-wrap__item-title, .info-wrap__item-des {
  7816.    font-size: 10px;
  7817.  }
  7818.  .monitor_news .news_title h2 {
  7819.    font-size: 15px;
  7820.  }
  7821.  .monitor_news article .art_text .art_link {
  7822.    font-size: 8px;
  7823.  }
  7824.  .btn {
  7825.    font-size: 8px !important;
  7826.    max-width: 140px !important;
  7827.  }
  7828.  .exchange_buttons {
  7829.    flex-wrap: wrap;
  7830.    justify-content: center;
  7831.  }
  7832.  .exchange_buttons button {
  7833.    margin: 5px 0;
  7834.  }
  7835.  .courses_additional {
  7836.    padding: 10px 15px;
  7837.  }
  7838.  .courses_additional h6 {
  7839.    font-size: 18px;
  7840.  }
  7841.  .courses_additional p {
  7842.    font-size: 12px;
  7843.  }
  7844.  .exchange_content .remodal_form input[type=text] {
  7845.    width: 150px;
  7846.  }
  7847.  .reviews .review_block {
  7848.    padding: 7px 12px;
  7849.  }
  7850.  .reviews .review_block:after {
  7851.    top: 35px;
  7852.    right: 12px;
  7853.    font-size: 23px;
  7854.  }
  7855.  .reviews .review_answer {
  7856.    margin-left: 0;
  7857.  }
  7858.  .news_article {
  7859.    padding: 10px 15px;
  7860.  }
  7861.  .news_article .article_content .article_text .article_title {
  7862.    line-height: 1;
  7863.    margin-bottom: 20px;
  7864.  }
  7865.  .news_article .article_content .article_text .article_title a {
  7866.    font-size: 18px;
  7867.  }
  7868.  .news_article .article_content .article_text .article_desc {
  7869.    font-size: 13px;
  7870.  }
  7871.  .article_block .article_info .article_title {
  7872.    font-size: 24px;
  7873.    line-height: 1;
  7874.  }
  7875.  .article_block .article_info .article_subtitle {
  7876.    font-size: 16px;
  7877.    line-height: 1.4;
  7878.  }
  7879.  .article_block .article_content {
  7880.    font-size: 13px;
  7881.  }
  7882.  .text-content {
  7883.    font-size: 13px;
  7884.  }
  7885.  .text-content h2 {
  7886.    font-size: 18px;
  7887.  }
  7888.  .text-content h1 {
  7889.    font-size: 20px;
  7890.  }
  7891.  .product_image .image_wrapper .image_cutter {
  7892.    max-height: 142px;
  7893.    max-width: 230px;
  7894.    top: 49%;
  7895.  }
  7896.  .product_image .image_wrapper .image_cutter img {
  7897.    width: 100%;
  7898.    top: 50%;
  7899.    left: 50%;
  7900.    transform: translate(-50%, -50%);
  7901.  }
  7902.  .stat_form form.metric_content_item label {
  7903.    font-size: 10px;
  7904.  }
  7905.  .stat_form .remodal_form label {
  7906.    font-size: 10px;
  7907.  }
  7908.  .exchange_content form select, .exchange_content div.form select, .exchange_content .remodal_form select, .remodal form select, .remodal div.form select, .remodal .remodal_form select, .cabinet_content form select, .cabinet_content div.form select, .cabinet_content .remodal_form select, .sign_form form select, .sign_form div.form select, .sign_form .remodal_form select, .contacts_form form select, .contacts_form div.form select, .contacts_form .remodal_form select {
  7909.    font-size: 10px;
  7910.  }
  7911.  .header_ad {
  7912.    background-size: initial;
  7913.    background-position: initial;
  7914.  }
  7915.  .header_ad .ad_wrapper p {
  7916.    font-size: 10px;
  7917.  }
  7918. }
  7919. @media only screen and (max-width: 510px) {
  7920.  .header_search_item.col-12 {
  7921.    padding-top: 0;
  7922.    margin-bottom: 15px;
  7923.  }
  7924.  .exchange_table table tbody tr .changer_name .changer_icon .icon_help {
  7925.    font-size: 10px;
  7926.  }
  7927.  .exchange_table table tbody tr .get_money b {
  7928.    font-size: 9px;
  7929.    margin-bottom: 3px;
  7930.  }
  7931.  .exchange_form div.form .form_row_2,
  7932.  .exchange_form form .form_row_2 {
  7933.    flex-wrap: wrap;
  7934.  }
  7935.  .exchange_form div.form .form_row_2 .form_field,
  7936.  .exchange_form form .form_row_2 .form_field {
  7937.    width: 100%;
  7938.  }
  7939.  .alternative_table_item {
  7940.    width: calc(50% - 10px);
  7941.  }
  7942.  .settings_direction img {
  7943.    position: relative;
  7944.    top: -7px;
  7945.  }
  7946.  .city_changer {
  7947.    width: 140px;
  7948.  }
  7949.  .city_changer:after {
  7950.    right: 5px;
  7951.  }
  7952.  .city_changer .city_selector_title {
  7953.    padding: 1px 15px 1px 5px;
  7954.  }
  7955.  .settings_direction {
  7956.    width: 23px;
  7957.    height: 23px;
  7958.  }
  7959.  .sidebar .item-metrics {
  7960.    width: 200px;
  7961.    height: 120px;
  7962.  }
  7963.  .popup .alternative_table_title {
  7964.    font-size: 8px;
  7965.  }
  7966.  .alternative_table_item {
  7967.    margin: 0 5px;
  7968.    padding: 5px;
  7969.    justify-content: center;
  7970.    display: flex;
  7971.    flex-wrap: wrap;
  7972.  }
  7973.  .alternative_table_button {
  7974.    max-width: 34px;
  7975.    width: calc(33.333% - 4px);
  7976.    padding: 3px 4px;
  7977.  }
  7978.  .alternative_table_button img {
  7979.    width: 20px;
  7980.    height: 20px;
  7981.  }
  7982.  .popup .alternative_table_button {
  7983.    width: calc(14% - 10px);
  7984.    margin: 0 5px 5px;
  7985.  }
  7986.  .item-metrics {
  7987.    min-height: 110px;
  7988.    margin-bottom: 30px;
  7989.  }
  7990.  .item-metrics__title {
  7991.    font-size: 10px;
  7992.    min-height: 30px;
  7993.  }
  7994.  .item-metrics__subtitle {
  7995.    font-size: 8px;
  7996.  }
  7997.  .item-metrics__number {
  7998.    font-size: 18px;
  7999.  }
  8000.  .item-metrics__arrow img {
  8001.    max-width: 20px;
  8002.  }
  8003.  .item-metrics .count-metrics {
  8004.    font-size: 8px;
  8005.  }
  8006.  .remodal .remodal_form .form_row {
  8007.    flex-direction: column;
  8008.    align-items: center;
  8009.  }
  8010.  .remodal .remodal_form .form_row label {
  8011.    width: 100%;
  8012.    text-align: center;
  8013.    margin-bottom: 5px;
  8014.  }
  8015.  .remodal .remodal_form .form_row .select_wrap {
  8016.    width: 80%;
  8017.    margin: 10px 10px;
  8018.  }
  8019.  .remodal .remodal_form .form_row input {
  8020.    width: 80%;
  8021.  }
  8022.  .remodal .remodal_form .form_row textarea {
  8023.    height: 100px;
  8024.  }
  8025.  .remodal_review .remodal_review_buttons {
  8026.    flex-direction: column;
  8027.    align-items: center;
  8028.  }
  8029.  .remodal_review .remodal_review_buttons .review_button {
  8030.    width: 60%;
  8031.  }
  8032.  .remodal_review .remodal_form .half_row {
  8033.    width: 100%;
  8034.  }
  8035.  .remodal_review .remodal_form .half_row .quality_wrap {
  8036.    display: flex;
  8037.    flex-direction: column;
  8038.    align-items: center;
  8039.  }
  8040.  .homepage_content .monitor_table table tbody tr .changer_name .changer_icon .icon_help {
  8041.    font-size: 10px;
  8042.  }
  8043.  .homepage_content .monitor_table table tbody tr .changer_name .changer_icon {
  8044.    max-width: 13px;
  8045.    max-height: 13px;
  8046.    width: 13px;
  8047.    height: 13px;
  8048.  }
  8049.  .homepage_content .monitor_table .changer_name .changer_name_icon {
  8050.    width: 100%;
  8051.  }
  8052.  .homepage_content .monitor_table .changer_name .changer_name_icon .changer_icon {
  8053.    margin-top: 3px;
  8054.  }
  8055.  .homepage_content .monitor_table .changer_name .changer_name_icon .icon_help {
  8056.    left: -55px !important;
  8057.    width: 120px !important;
  8058.  }
  8059.  .homepage_content .monitor_table .changer_name .changer_name_icon .icon_help:after {
  8060.    left: 50px !important;
  8061.  }
  8062.  .metric_content_item .item-metrics__number {
  8063.    font-size: 25px;
  8064.  }
  8065.  .metric_content_item .count-metrics {
  8066.    font-size: 15px;
  8067.  }
  8068.  .metric_content_item .item-metrics__subtitle, .metric_content_item .count-metrics {
  8069.    font-size: 12px;
  8070.  }
  8071. }
  8072. @media only screen and (max-width: 450px) {
  8073.  .image_wrapper_scam span {
  8074.    font-size: 40px;
  8075.  }
  8076.  .users_opinions_scam span {
  8077.    font-size: 80px;
  8078.  }
  8079.  header .header_course_wrapper {
  8080.    padding-right: 5px;
  8081.    padding-left: 5px;
  8082.  }
  8083.  .lang_changer_select:after {
  8084.    display: none;
  8085.  }
  8086.  .sidebar .report .report_info_title {
  8087.    font-size: 10px;
  8088.  }
  8089.  .sidebar .report .input textarea {
  8090.    font-size: 10px;
  8091.  }
  8092.  .homepage_content .monitor_table table tbody tr.give_money {
  8093.    padding: 2px;
  8094.  }
  8095.  sub {
  8096.    display: inline-block !important;
  8097.  }
  8098.  .changer_reviews .likes, .changer_reviews .dislikes, .changer_reviews .compare {
  8099.    display: none !important;
  8100.  }
  8101.  .changer_reviews .all-likes {
  8102.    display: block !important;
  8103.  }
  8104.  .changer_reviews .changer_reviews_mob {
  8105.    display: block;
  8106.  }
  8107.  .changer_reviews .changer_reviews_mob svg {
  8108.    width: 32px;
  8109.    height: 20px;
  8110.  }
  8111.  .homepage_content .monitor_table table tbody tr .get_money b, .homepage_content .monitor_table table tbody tr .get_money big {
  8112.    font-size: 9px !important;
  8113.  }
  8114.  .homepage_content .monitor_table table tbody tr td {
  8115.    padding: 2px 0;
  8116.  }
  8117.  .telegram_bot {
  8118.    top: 50px;
  8119.  }
  8120.  .page_content {
  8121.    padding: 5px 0 15px;
  8122.  }
  8123.  .header_search {
  8124.    height: 30px;
  8125.  }
  8126.  .header_search form {
  8127.    height: 30px;
  8128.  }
  8129.  .header_search form input {
  8130.    font-size: 10px;
  8131.  }
  8132.  .header_search form button {
  8133.    font-size: 10px;
  8134.    padding: 0 10px;
  8135.  }
  8136.  .header_course_wrapper .container {
  8137.    padding: 0;
  8138.  }
  8139.  .header_course_wrapper .container .row {
  8140.    margin: 0;
  8141.  }
  8142.  .theme_changer ul, .change_view ul {
  8143.    margin: 5px 5px 0;
  8144.  }
  8145.  .theme_changer li:first-of-type a:before {
  8146.    left: 0;
  8147.  }
  8148.  .theme_changer li:last-of-type a:before {
  8149.    left: calc(100% - 13px);
  8150.  }
  8151.  .theme_link_top, .change_view_top {
  8152.    width: 32px;
  8153.    height: 10px;
  8154.  }
  8155.  .theme_link_top:before, .change_view_top:before {
  8156.    width: 13px;
  8157.    height: 13px;
  8158.    background-size: 9px;
  8159.    margin-top: -7px;
  8160.    left: calc(100% - 12px) !important;
  8161.  }
  8162.  .change_view_top:before {
  8163.    left: calc(100% - 32px) !important;
  8164.  }
  8165.  .change_view_top.active:before {
  8166.    left: calc(100% - 12px) !important;
  8167.  }
  8168.  .change_view_top #profile_content table {
  8169.    margin-left: 0;
  8170.  }
  8171.  .change_view_top #profile_content table tr:first-child td:last-child {
  8172.    font-size: 14px;
  8173.  }
  8174.  .change_view_top #profile_content table tr td {
  8175.    font-size: 12px;
  8176.    padding: 10px;
  8177.  }
  8178.  .change_view_top .theme_changer, .change_view_top .city_changer {
  8179.    width: 140px;
  8180.  }
  8181.  .change_view_top .theme_changer:after, .change_view_top .city_changer:after {
  8182.    right: 7px;
  8183.  }
  8184.  .change_view_top .theme_changer select, .change_view_top .city_changer select {
  8185.    font-size: 8px;
  8186.    padding-right: 30px;
  8187.  }
  8188. }
  8189. @media only screen and (max-width: 400px) {
  8190.  .exchange_calc_title {
  8191.    font-size: 8px;
  8192.  }
  8193.  .item-metrics {
  8194.    min-height: 80px;
  8195.    margin-bottom: 30px;
  8196.  }
  8197.  .item-metrics__title {
  8198.    font-size: 10px;
  8199.    min-height: 30px;
  8200.  }
  8201.  .item-metrics__subtitle {
  8202.    font-size: 6px;
  8203.  }
  8204.  .item-metrics__number {
  8205.    font-size: 15px;
  8206.  }
  8207.  .item-metrics__arrow img {
  8208.    max-width: 20px;
  8209.  }
  8210.  .item-metrics .count-metrics {
  8211.    font-size: 8px;
  8212.  }
  8213.  .telegram_bot {
  8214.    top: 50px;
  8215.  }
  8216.  .telegram_bot a {
  8217.    width: 170px;
  8218.  }
  8219.  .news_article .article_content .article_image {
  8220.    height: 220px;
  8221.  }
  8222.  .sidebar .sidebar_buttons .side_button {
  8223.    font-size: 12px;
  8224.  }
  8225.  .sidebar .sidebar_buttons .side_button img {
  8226.    height: 14px;
  8227.    width: 14px;
  8228.  }
  8229.  .cabinet_tabs_wrapper ul {
  8230.    flex-wrap: wrap;
  8231.  }
  8232.  .cabinet_content {
  8233.    margin-top: 5px;
  8234.  }
  8235.  .cabinet_content form .form_row label {
  8236.    width: 100px;
  8237.  }
  8238.  .exchange_form form {
  8239.    width: 100%;
  8240.  }
  8241. }
  8242. @media only screen and (max-width: 340px) {
  8243.  .city_changer {
  8244.    margin-right: 0;
  8245.  }
  8246.  .item-metrics__title {
  8247.    min-height: 45px;
  8248.  }
  8249. }
  8250. @media only screen and (min-width: 768px) and (max-width: 993px) {
  8251.  .alternative_table_label {
  8252.    margin-bottom: 10px;
  8253.  }
  8254.  .alternative_table_label label {
  8255.    display: flex;
  8256.    justify-content: space-between;
  8257.    align-items: center;
  8258.  }
  8259. }
  8260. /*!
  8261. * Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
  8262. * Copyright 2011-2022 The Bootstrap Authors
  8263. * Copyright 2011-2022 Twitter, Inc.
  8264. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  8265. * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
  8266. */
  8267. *,
  8268. *::before,
  8269. *::after {
  8270.  box-sizing: border-box;
  8271. }
  8272.  
  8273. html {
  8274.  font-family: sans-serif;
  8275.  line-height: 1.15;
  8276.  -webkit-text-size-adjust: 100%;
  8277.  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  8278. }
  8279.  
  8280. article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  8281.  display: block;
  8282. }
  8283.  
  8284. body {
  8285.  margin: 0;
  8286.  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  8287.  font-size: 1rem;
  8288.  font-weight: 400;
  8289.  line-height: 1.5;
  8290.  color: #212529;
  8291.  text-align: left;
  8292.  background-color: #fff;
  8293. }
  8294.  
  8295. [tabindex="-1"]:focus:not(:focus-visible) {
  8296.  outline: 0 !important;
  8297. }
  8298.  
  8299. hr {
  8300.  box-sizing: content-box;
  8301.  height: 0;
  8302.  overflow: visible;
  8303. }
  8304.  
  8305. h1, h2, h3, h4, h5, h6 {
  8306.  margin-top: 0;
  8307.  margin-bottom: 0.5rem;
  8308. }
  8309.  
  8310. p {
  8311.  margin-top: 0;
  8312.  margin-bottom: 1rem;
  8313. }
  8314.  
  8315. abbr[title],
  8316. abbr[data-original-title] {
  8317.  text-decoration: underline;
  8318.  -webkit-text-decoration: underline dotted;
  8319.          text-decoration: underline dotted;
  8320.  cursor: help;
  8321.  border-bottom: 0;
  8322.  -webkit-text-decoration-skip-ink: none;
  8323.          text-decoration-skip-ink: none;
  8324. }
  8325.  
  8326. address {
  8327.  margin-bottom: 1rem;
  8328.  font-style: normal;
  8329.  line-height: inherit;
  8330. }
  8331.  
  8332. ol,
  8333. ul,
  8334. dl {
  8335.  margin-top: 0;
  8336.  margin-bottom: 1rem;
  8337. }
  8338.  
  8339. ol ol,
  8340. ul ul,
  8341. ol ul,
  8342. ul ol {
  8343.  margin-bottom: 0;
  8344. }
  8345.  
  8346. dt {
  8347.  font-weight: 700;
  8348. }
  8349.  
  8350. dd {
  8351.  margin-bottom: 0.5rem;
  8352.  margin-left: 0;
  8353. }
  8354.  
  8355. blockquote {
  8356.  margin: 0 0 1rem;
  8357. }
  8358.  
  8359. b,
  8360. strong {
  8361.  font-weight: bolder;
  8362. }
  8363.  
  8364. small {
  8365.  font-size: 80%;
  8366. }
  8367.  
  8368. sub,
  8369. sup {
  8370.  position: relative;
  8371.  font-size: 75%;
  8372.  line-height: 0;
  8373.  vertical-align: baseline;
  8374. }
  8375.  
  8376. sub {
  8377.  bottom: -0.25em;
  8378. }
  8379.  
  8380. sup {
  8381.  top: -0.5em;
  8382. }
  8383.  
  8384. a {
  8385.  color: #007bff;
  8386.  text-decoration: none;
  8387.  background-color: transparent;
  8388. }
  8389. a:hover {
  8390.  color: #0056b3;
  8391.  text-decoration: underline;
  8392. }
  8393.  
  8394. a:not([href]):not([class]) {
  8395.  color: inherit;
  8396.  text-decoration: none;
  8397. }
  8398. a:not([href]):not([class]):hover {
  8399.  color: inherit;
  8400.  text-decoration: none;
  8401. }
  8402.  
  8403. pre,
  8404. code,
  8405. kbd,
  8406. samp {
  8407.  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  8408.  font-size: 1em;
  8409. }
  8410.  
  8411. pre {
  8412.  margin-top: 0;
  8413.  margin-bottom: 1rem;
  8414.  overflow: auto;
  8415.  -ms-overflow-style: scrollbar;
  8416. }
  8417.  
  8418. figure {
  8419.  margin: 0 0 1rem;
  8420. }
  8421.  
  8422. img {
  8423.  vertical-align: middle;
  8424.  border-style: none;
  8425. }
  8426.  
  8427. svg {
  8428.  overflow: hidden;
  8429.  vertical-align: middle;
  8430. }
  8431.  
  8432. table {
  8433.  border-collapse: collapse;
  8434. }
  8435.  
  8436. caption {
  8437.  padding-top: 0.75rem;
  8438.  padding-bottom: 0.75rem;
  8439.  color: #6c757d;
  8440.  text-align: left;
  8441.  caption-side: bottom;
  8442. }
  8443.  
  8444. th {
  8445.  text-align: inherit;
  8446.  text-align: -webkit-match-parent;
  8447. }
  8448.  
  8449. label {
  8450.  display: inline-block;
  8451.  margin-bottom: 0.5rem;
  8452. }
  8453.  
  8454. button {
  8455.  border-radius: 0;
  8456. }
  8457.  
  8458. button:focus:not(:focus-visible) {
  8459.  outline: 0;
  8460. }
  8461.  
  8462. input,
  8463. button,
  8464. select,
  8465. optgroup,
  8466. textarea {
  8467.  margin: 0;
  8468.  font-family: inherit;
  8469.  font-size: inherit;
  8470.  line-height: inherit;
  8471. }
  8472.  
  8473. button,
  8474. input {
  8475.  overflow: visible;
  8476. }
  8477.  
  8478. button,
  8479. select {
  8480.  text-transform: none;
  8481. }
  8482.  
  8483. [role=button] {
  8484.  cursor: pointer;
  8485. }
  8486.  
  8487. select {
  8488.  word-wrap: normal;
  8489. }
  8490.  
  8491. button,
  8492. [type=button],
  8493. [type=reset],
  8494. [type=submit] {
  8495.  -webkit-appearance: button;
  8496. }
  8497.  
  8498. button:not(:disabled),
  8499. [type=button]:not(:disabled),
  8500. [type=reset]:not(:disabled),
  8501. [type=submit]:not(:disabled) {
  8502.  cursor: pointer;
  8503. }
  8504.  
  8505. button::-moz-focus-inner,
  8506. [type=button]::-moz-focus-inner,
  8507. [type=reset]::-moz-focus-inner,
  8508. [type=submit]::-moz-focus-inner {
  8509.  padding: 0;
  8510.  border-style: none;
  8511. }
  8512.  
  8513. input[type=radio],
  8514. input[type=checkbox] {
  8515.  box-sizing: border-box;
  8516.  padding: 0;
  8517. }
  8518.  
  8519. textarea {
  8520.  overflow: auto;
  8521.  resize: vertical;
  8522. }
  8523.  
  8524. fieldset {
  8525.  min-width: 0;
  8526.  padding: 0;
  8527.  margin: 0;
  8528.  border: 0;
  8529. }
  8530.  
  8531. legend {
  8532.  display: block;
  8533.  width: 100%;
  8534.  max-width: 100%;
  8535.  padding: 0;
  8536.  margin-bottom: 0.5rem;
  8537.  font-size: 1.5rem;
  8538.  line-height: inherit;
  8539.  color: inherit;
  8540.  white-space: normal;
  8541. }
  8542.  
  8543. progress {
  8544.  vertical-align: baseline;
  8545. }
  8546.  
  8547. [type=number]::-webkit-inner-spin-button,
  8548. [type=number]::-webkit-outer-spin-button {
  8549.  height: auto;
  8550. }
  8551.  
  8552. [type=search] {
  8553.  outline-offset: -2px;
  8554.  -webkit-appearance: none;
  8555. }
  8556.  
  8557. [type=search]::-webkit-search-decoration {
  8558.  -webkit-appearance: none;
  8559. }
  8560.  
  8561. ::-webkit-file-upload-button {
  8562.  font: inherit;
  8563.  -webkit-appearance: button;
  8564. }
  8565.  
  8566. output {
  8567.  display: inline-block;
  8568. }
  8569.  
  8570. summary {
  8571.  display: list-item;
  8572.  cursor: pointer;
  8573. }
  8574.  
  8575. template {
  8576.  display: none;
  8577. }
  8578.  
  8579. [hidden] {
  8580.  display: none !important;
  8581. }
  8582.  
  8583. .container,
  8584. .container-fluid,
  8585. .container-xl,
  8586. .container-lg,
  8587. .container-md,
  8588. .container-sm {
  8589.  width: 100%;
  8590.  padding-right: 15px;
  8591.  padding-left: 15px;
  8592.  margin-right: auto;
  8593.  margin-left: auto;
  8594. }
  8595.  
  8596. @media (min-width: 576px) {
  8597.  .container-sm, .container {
  8598.    max-width: 540px;
  8599.  }
  8600. }
  8601. @media (min-width: 768px) {
  8602.  .container-md, .container-sm, .container {
  8603.    max-width: 720px;
  8604.  }
  8605. }
  8606. @media (min-width: 992px) {
  8607.  .container-lg, .container-md, .container-sm, .container {
  8608.    max-width: 960px;
  8609.  }
  8610. }
  8611. @media (min-width: 1200px) {
  8612.  .container-xl, .container-lg, .container-md, .container-sm, .container {
  8613.    max-width: 1140px;
  8614.  }
  8615. }
  8616. .row {
  8617.  display: flex;
  8618.  flex-wrap: wrap;
  8619.  margin-right: -15px;
  8620.  margin-left: -15px;
  8621. }
  8622.  
  8623. .no-gutters {
  8624.  margin-right: 0;
  8625.  margin-left: 0;
  8626. }
  8627. .no-gutters > .col,
  8628. .no-gutters > [class*=col-] {
  8629.  padding-right: 0;
  8630.  padding-left: 0;
  8631. }
  8632.  
  8633. .col-xl,
  8634. .col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
  8635. .col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
  8636. .col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
  8637. .col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
  8638. .col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  8639.  position: relative;
  8640.  width: 100%;
  8641.  padding-right: 15px;
  8642.  padding-left: 15px;
  8643. }
  8644.  
  8645. .col {
  8646.  flex-basis: 0;
  8647.  flex-grow: 1;
  8648.  max-width: 100%;
  8649. }
  8650.  
  8651. .row-cols-1 > * {
  8652.  flex: 0 0 100%;
  8653.  max-width: 100%;
  8654. }
  8655.  
  8656. .row-cols-2 > * {
  8657.  flex: 0 0 50%;
  8658.  max-width: 50%;
  8659. }
  8660.  
  8661. .row-cols-3 > * {
  8662.  flex: 0 0 33.3333333333%;
  8663.  max-width: 33.3333333333%;
  8664. }
  8665.  
  8666. .row-cols-4 > * {
  8667.  flex: 0 0 25%;
  8668.  max-width: 25%;
  8669. }
  8670.  
  8671. .row-cols-5 > * {
  8672.  flex: 0 0 20%;
  8673.  max-width: 20%;
  8674. }
  8675.  
  8676. .row-cols-6 > * {
  8677.  flex: 0 0 16.6666666667%;
  8678.  max-width: 16.6666666667%;
  8679. }
  8680.  
  8681. .col-auto {
  8682.  flex: 0 0 auto;
  8683.  width: auto;
  8684.  max-width: 100%;
  8685. }
  8686.  
  8687. .col-1 {
  8688.  flex: 0 0 8.33333333%;
  8689.  max-width: 8.33333333%;
  8690. }
  8691.  
  8692. .col-2 {
  8693.  flex: 0 0 16.66666667%;
  8694.  max-width: 16.66666667%;
  8695. }
  8696.  
  8697. .col-3 {
  8698.  flex: 0 0 25%;
  8699.  max-width: 25%;
  8700. }
  8701.  
  8702. .col-4 {
  8703.  flex: 0 0 33.33333333%;
  8704.  max-width: 33.33333333%;
  8705. }
  8706.  
  8707. .col-5 {
  8708.  flex: 0 0 41.66666667%;
  8709.  max-width: 41.66666667%;
  8710. }
  8711.  
  8712. .col-6 {
  8713.  flex: 0 0 50%;
  8714.  max-width: 50%;
  8715. }
  8716.  
  8717. .col-7 {
  8718.  flex: 0 0 58.33333333%;
  8719.  max-width: 58.33333333%;
  8720. }
  8721.  
  8722. .col-8 {
  8723.  flex: 0 0 66.66666667%;
  8724.  max-width: 66.66666667%;
  8725. }
  8726.  
  8727. .col-9 {
  8728.  flex: 0 0 75%;
  8729.  max-width: 75%;
  8730. }
  8731.  
  8732. .col-10 {
  8733.  flex: 0 0 83.33333333%;
  8734.  max-width: 83.33333333%;
  8735. }
  8736.  
  8737. .col-11 {
  8738.  flex: 0 0 91.66666667%;
  8739.  max-width: 91.66666667%;
  8740. }
  8741.  
  8742. .col-12 {
  8743.  flex: 0 0 100%;
  8744.  max-width: 100%;
  8745. }
  8746.  
  8747. .order-first {
  8748.  order: -1;
  8749. }
  8750.  
  8751. .order-last {
  8752.  order: 13;
  8753. }
  8754.  
  8755. .order-0 {
  8756.  order: 0;
  8757. }
  8758.  
  8759. .order-1 {
  8760.  order: 1;
  8761. }
  8762.  
  8763. .order-2 {
  8764.  order: 2;
  8765. }
  8766.  
  8767. .order-3 {
  8768.  order: 3;
  8769. }
  8770.  
  8771. .order-4 {
  8772.  order: 4;
  8773. }
  8774.  
  8775. .order-5 {
  8776.  order: 5;
  8777. }
  8778.  
  8779. .order-6 {
  8780.  order: 6;
  8781. }
  8782.  
  8783. .order-7 {
  8784.  order: 7;
  8785. }
  8786.  
  8787. .order-8 {
  8788.  order: 8;
  8789. }
  8790.  
  8791. .order-9 {
  8792.  order: 9;
  8793. }
  8794.  
  8795. .order-10 {
  8796.  order: 10;
  8797. }
  8798.  
  8799. .order-11 {
  8800.  order: 11;
  8801. }
  8802.  
  8803. .order-12 {
  8804.  order: 12;
  8805. }
  8806.  
  8807. .offset-1 {
  8808.  margin-left: 8.33333333%;
  8809. }
  8810.  
  8811. .offset-2 {
  8812.  margin-left: 16.66666667%;
  8813. }
  8814.  
  8815. .offset-3 {
  8816.  margin-left: 25%;
  8817. }
  8818.  
  8819. .offset-4 {
  8820.  margin-left: 33.33333333%;
  8821. }
  8822.  
  8823. .offset-5 {
  8824.  margin-left: 41.66666667%;
  8825. }
  8826.  
  8827. .offset-6 {
  8828.  margin-left: 50%;
  8829. }
  8830.  
  8831. .offset-7 {
  8832.  margin-left: 58.33333333%;
  8833. }
  8834.  
  8835. .offset-8 {
  8836.  margin-left: 66.66666667%;
  8837. }
  8838.  
  8839. .offset-9 {
  8840.  margin-left: 75%;
  8841. }
  8842.  
  8843. .offset-10 {
  8844.  margin-left: 83.33333333%;
  8845. }
  8846.  
  8847. .offset-11 {
  8848.  margin-left: 91.66666667%;
  8849. }
  8850.  
  8851. @media (min-width: 576px) {
  8852.  .col-sm {
  8853.    flex-basis: 0;
  8854.    flex-grow: 1;
  8855.    max-width: 100%;
  8856.  }
  8857.  .row-cols-sm-1 > * {
  8858.    flex: 0 0 100%;
  8859.    max-width: 100%;
  8860.  }
  8861.  .row-cols-sm-2 > * {
  8862.    flex: 0 0 50%;
  8863.    max-width: 50%;
  8864.  }
  8865.  .row-cols-sm-3 > * {
  8866.    flex: 0 0 33.3333333333%;
  8867.    max-width: 33.3333333333%;
  8868.  }
  8869.  .row-cols-sm-4 > * {
  8870.    flex: 0 0 25%;
  8871.    max-width: 25%;
  8872.  }
  8873.  .row-cols-sm-5 > * {
  8874.    flex: 0 0 20%;
  8875.    max-width: 20%;
  8876.  }
  8877.  .row-cols-sm-6 > * {
  8878.    flex: 0 0 16.6666666667%;
  8879.    max-width: 16.6666666667%;
  8880.  }
  8881.  .col-sm-auto {
  8882.    flex: 0 0 auto;
  8883.    width: auto;
  8884.    max-width: 100%;
  8885.  }
  8886.  .col-sm-1 {
  8887.    flex: 0 0 8.33333333%;
  8888.    max-width: 8.33333333%;
  8889.  }
  8890.  .col-sm-2 {
  8891.    flex: 0 0 16.66666667%;
  8892.    max-width: 16.66666667%;
  8893.  }
  8894.  .col-sm-3 {
  8895.    flex: 0 0 25%;
  8896.    max-width: 25%;
  8897.  }
  8898.  .col-sm-4 {
  8899.    flex: 0 0 33.33333333%;
  8900.    max-width: 33.33333333%;
  8901.  }
  8902.  .col-sm-5 {
  8903.    flex: 0 0 41.66666667%;
  8904.    max-width: 41.66666667%;
  8905.  }
  8906.  .col-sm-6 {
  8907.    flex: 0 0 50%;
  8908.    max-width: 50%;
  8909.  }
  8910.  .col-sm-7 {
  8911.    flex: 0 0 58.33333333%;
  8912.    max-width: 58.33333333%;
  8913.  }
  8914.  .col-sm-8 {
  8915.    flex: 0 0 66.66666667%;
  8916.    max-width: 66.66666667%;
  8917.  }
  8918.  .col-sm-9 {
  8919.    flex: 0 0 75%;
  8920.    max-width: 75%;
  8921.  }
  8922.  .col-sm-10 {
  8923.    flex: 0 0 83.33333333%;
  8924.    max-width: 83.33333333%;
  8925.  }
  8926.  .col-sm-11 {
  8927.    flex: 0 0 91.66666667%;
  8928.    max-width: 91.66666667%;
  8929.  }
  8930.  .col-sm-12 {
  8931.    flex: 0 0 100%;
  8932.    max-width: 100%;
  8933.  }
  8934.  .order-sm-first {
  8935.    order: -1;
  8936.  }
  8937.  .order-sm-last {
  8938.    order: 13;
  8939.  }
  8940.  .order-sm-0 {
  8941.    order: 0;
  8942.  }
  8943.  .order-sm-1 {
  8944.    order: 1;
  8945.  }
  8946.  .order-sm-2 {
  8947.    order: 2;
  8948.  }
  8949.  .order-sm-3 {
  8950.    order: 3;
  8951.  }
  8952.  .order-sm-4 {
  8953.    order: 4;
  8954.  }
  8955.  .order-sm-5 {
  8956.    order: 5;
  8957.  }
  8958.  .order-sm-6 {
  8959.    order: 6;
  8960.  }
  8961.  .order-sm-7 {
  8962.    order: 7;
  8963.  }
  8964.  .order-sm-8 {
  8965.    order: 8;
  8966.  }
  8967.  .order-sm-9 {
  8968.    order: 9;
  8969.  }
  8970.  .order-sm-10 {
  8971.    order: 10;
  8972.  }
  8973.  .order-sm-11 {
  8974.    order: 11;
  8975.  }
  8976.  .order-sm-12 {
  8977.    order: 12;
  8978.  }
  8979.  .offset-sm-0 {
  8980.    margin-left: 0;
  8981.  }
  8982.  .offset-sm-1 {
  8983.    margin-left: 8.33333333%;
  8984.  }
  8985.  .offset-sm-2 {
  8986.    margin-left: 16.66666667%;
  8987.  }
  8988.  .offset-sm-3 {
  8989.    margin-left: 25%;
  8990.  }
  8991.  .offset-sm-4 {
  8992.    margin-left: 33.33333333%;
  8993.  }
  8994.  .offset-sm-5 {
  8995.    margin-left: 41.66666667%;
  8996.  }
  8997.  .offset-sm-6 {
  8998.    margin-left: 50%;
  8999.  }
  9000.  .offset-sm-7 {
  9001.    margin-left: 58.33333333%;
  9002.  }
  9003.  .offset-sm-8 {
  9004.    margin-left: 66.66666667%;
  9005.  }
  9006.  .offset-sm-9 {
  9007.    margin-left: 75%;
  9008.  }
  9009.  .offset-sm-10 {
  9010.    margin-left: 83.33333333%;
  9011.  }
  9012.  .offset-sm-11 {
  9013.    margin-left: 91.66666667%;
  9014.  }
  9015. }
  9016. @media (min-width: 768px) {
  9017.  .col-md {
  9018.    flex-basis: 0;
  9019.    flex-grow: 1;
  9020.    max-width: 100%;
  9021.  }
  9022.  .row-cols-md-1 > * {
  9023.    flex: 0 0 100%;
  9024.    max-width: 100%;
  9025.  }
  9026.  .row-cols-md-2 > * {
  9027.    flex: 0 0 50%;
  9028.    max-width: 50%;
  9029.  }
  9030.  .row-cols-md-3 > * {
  9031.    flex: 0 0 33.3333333333%;
  9032.    max-width: 33.3333333333%;
  9033.  }
  9034.  .row-cols-md-4 > * {
  9035.    flex: 0 0 25%;
  9036.    max-width: 25%;
  9037.  }
  9038.  .row-cols-md-5 > * {
  9039.    flex: 0 0 20%;
  9040.    max-width: 20%;
  9041.  }
  9042.  .row-cols-md-6 > * {
  9043.    flex: 0 0 16.6666666667%;
  9044.    max-width: 16.6666666667%;
  9045.  }
  9046.  .col-md-auto {
  9047.    flex: 0 0 auto;
  9048.    width: auto;
  9049.    max-width: 100%;
  9050.  }
  9051.  .col-md-1 {
  9052.    flex: 0 0 8.33333333%;
  9053.    max-width: 8.33333333%;
  9054.  }
  9055.  .col-md-2 {
  9056.    flex: 0 0 16.66666667%;
  9057.    max-width: 16.66666667%;
  9058.  }
  9059.  .col-md-3 {
  9060.    flex: 0 0 25%;
  9061.    max-width: 25%;
  9062.  }
  9063.  .col-md-4 {
  9064.    flex: 0 0 33.33333333%;
  9065.    max-width: 33.33333333%;
  9066.  }
  9067.  .col-md-5 {
  9068.    flex: 0 0 41.66666667%;
  9069.    max-width: 41.66666667%;
  9070.  }
  9071.  .col-md-6 {
  9072.    flex: 0 0 50%;
  9073.    max-width: 50%;
  9074.  }
  9075.  .col-md-7 {
  9076.    flex: 0 0 58.33333333%;
  9077.    max-width: 58.33333333%;
  9078.  }
  9079.  .col-md-8 {
  9080.    flex: 0 0 66.66666667%;
  9081.    max-width: 66.66666667%;
  9082.  }
  9083.  .col-md-9 {
  9084.    flex: 0 0 75%;
  9085.    max-width: 75%;
  9086.  }
  9087.  .col-md-10 {
  9088.    flex: 0 0 83.33333333%;
  9089.    max-width: 83.33333333%;
  9090.  }
  9091.  .col-md-11 {
  9092.    flex: 0 0 91.66666667%;
  9093.    max-width: 91.66666667%;
  9094.  }
  9095.  .col-md-12 {
  9096.    flex: 0 0 100%;
  9097.    max-width: 100%;
  9098.  }
  9099.  .order-md-first {
  9100.    order: -1;
  9101.  }
  9102.  .order-md-last {
  9103.    order: 13;
  9104.  }
  9105.  .order-md-0 {
  9106.    order: 0;
  9107.  }
  9108.  .order-md-1 {
  9109.    order: 1;
  9110.  }
  9111.  .order-md-2 {
  9112.    order: 2;
  9113.  }
  9114.  .order-md-3 {
  9115.    order: 3;
  9116.  }
  9117.  .order-md-4 {
  9118.    order: 4;
  9119.  }
  9120.  .order-md-5 {
  9121.    order: 5;
  9122.  }
  9123.  .order-md-6 {
  9124.    order: 6;
  9125.  }
  9126.  .order-md-7 {
  9127.    order: 7;
  9128.  }
  9129.  .order-md-8 {
  9130.    order: 8;
  9131.  }
  9132.  .order-md-9 {
  9133.    order: 9;
  9134.  }
  9135.  .order-md-10 {
  9136.    order: 10;
  9137.  }
  9138.  .order-md-11 {
  9139.    order: 11;
  9140.  }
  9141.  .order-md-12 {
  9142.    order: 12;
  9143.  }
  9144.  .offset-md-0 {
  9145.    margin-left: 0;
  9146.  }
  9147.  .offset-md-1 {
  9148.    margin-left: 8.33333333%;
  9149.  }
  9150.  .offset-md-2 {
  9151.    margin-left: 16.66666667%;
  9152.  }
  9153.  .offset-md-3 {
  9154.    margin-left: 25%;
  9155.  }
  9156.  .offset-md-4 {
  9157.    margin-left: 33.33333333%;
  9158.  }
  9159.  .offset-md-5 {
  9160.    margin-left: 41.66666667%;
  9161.  }
  9162.  .offset-md-6 {
  9163.    margin-left: 50%;
  9164.  }
  9165.  .offset-md-7 {
  9166.    margin-left: 58.33333333%;
  9167.  }
  9168.  .offset-md-8 {
  9169.    margin-left: 66.66666667%;
  9170.  }
  9171.  .offset-md-9 {
  9172.    margin-left: 75%;
  9173.  }
  9174.  .offset-md-10 {
  9175.    margin-left: 83.33333333%;
  9176.  }
  9177.  .offset-md-11 {
  9178.    margin-left: 91.66666667%;
  9179.  }
  9180. }
  9181. @media (min-width: 992px) {
  9182.  .col-lg {
  9183.    flex-basis: 0;
  9184.    flex-grow: 1;
  9185.    max-width: 100%;
  9186.  }
  9187.  .row-cols-lg-1 > * {
  9188.    flex: 0 0 100%;
  9189.    max-width: 100%;
  9190.  }
  9191.  .row-cols-lg-2 > * {
  9192.    flex: 0 0 50%;
  9193.    max-width: 50%;
  9194.  }
  9195.  .row-cols-lg-3 > * {
  9196.    flex: 0 0 33.3333333333%;
  9197.    max-width: 33.3333333333%;
  9198.  }
  9199.  .row-cols-lg-4 > * {
  9200.    flex: 0 0 25%;
  9201.    max-width: 25%;
  9202.  }
  9203.  .row-cols-lg-5 > * {
  9204.    flex: 0 0 20%;
  9205.    max-width: 20%;
  9206.  }
  9207.  .row-cols-lg-6 > * {
  9208.    flex: 0 0 16.6666666667%;
  9209.    max-width: 16.6666666667%;
  9210.  }
  9211.  .col-lg-auto {
  9212.    flex: 0 0 auto;
  9213.    width: auto;
  9214.    max-width: 100%;
  9215.  }
  9216.  .col-lg-1 {
  9217.    flex: 0 0 8.33333333%;
  9218.    max-width: 8.33333333%;
  9219.  }
  9220.  .col-lg-2 {
  9221.    flex: 0 0 16.66666667%;
  9222.    max-width: 16.66666667%;
  9223.  }
  9224.  .col-lg-3 {
  9225.    flex: 0 0 25%;
  9226.    max-width: 25%;
  9227.  }
  9228.  .col-lg-4 {
  9229.    flex: 0 0 33.33333333%;
  9230.    max-width: 33.33333333%;
  9231.  }
  9232.  .col-lg-5 {
  9233.    flex: 0 0 41.66666667%;
  9234.    max-width: 41.66666667%;
  9235.  }
  9236.  .col-lg-6 {
  9237.    flex: 0 0 50%;
  9238.    max-width: 50%;
  9239.  }
  9240.  .col-lg-7 {
  9241.    flex: 0 0 58.33333333%;
  9242.    max-width: 58.33333333%;
  9243.  }
  9244.  .col-lg-8 {
  9245.    flex: 0 0 66.66666667%;
  9246.    max-width: 66.66666667%;
  9247.  }
  9248.  .col-lg-9 {
  9249.    flex: 0 0 75%;
  9250.    max-width: 75%;
  9251.  }
  9252.  .col-lg-10 {
  9253.    flex: 0 0 83.33333333%;
  9254.    max-width: 83.33333333%;
  9255.  }
  9256.  .col-lg-11 {
  9257.    flex: 0 0 91.66666667%;
  9258.    max-width: 91.66666667%;
  9259.  }
  9260.  .col-lg-12 {
  9261.    flex: 0 0 100%;
  9262.    max-width: 100%;
  9263.  }
  9264.  .order-lg-first {
  9265.    order: -1;
  9266.  }
  9267.  .order-lg-last {
  9268.    order: 13;
  9269.  }
  9270.  .order-lg-0 {
  9271.    order: 0;
  9272.  }
  9273.  .order-lg-1 {
  9274.    order: 1;
  9275.  }
  9276.  .order-lg-2 {
  9277.    order: 2;
  9278.  }
  9279.  .order-lg-3 {
  9280.    order: 3;
  9281.  }
  9282.  .order-lg-4 {
  9283.    order: 4;
  9284.  }
  9285.  .order-lg-5 {
  9286.    order: 5;
  9287.  }
  9288.  .order-lg-6 {
  9289.    order: 6;
  9290.  }
  9291.  .order-lg-7 {
  9292.    order: 7;
  9293.  }
  9294.  .order-lg-8 {
  9295.    order: 8;
  9296.  }
  9297.  .order-lg-9 {
  9298.    order: 9;
  9299.  }
  9300.  .order-lg-10 {
  9301.    order: 10;
  9302.  }
  9303.  .order-lg-11 {
  9304.    order: 11;
  9305.  }
  9306.  .order-lg-12 {
  9307.    order: 12;
  9308.  }
  9309.  .offset-lg-0 {
  9310.    margin-left: 0;
  9311.  }
  9312.  .offset-lg-1 {
  9313.    margin-left: 8.33333333%;
  9314.  }
  9315.  .offset-lg-2 {
  9316.    margin-left: 16.66666667%;
  9317.  }
  9318.  .offset-lg-3 {
  9319.    margin-left: 25%;
  9320.  }
  9321.  .offset-lg-4 {
  9322.    margin-left: 33.33333333%;
  9323.  }
  9324.  .offset-lg-5 {
  9325.    margin-left: 41.66666667%;
  9326.  }
  9327.  .offset-lg-6 {
  9328.    margin-left: 50%;
  9329.  }
  9330.  .offset-lg-7 {
  9331.    margin-left: 58.33333333%;
  9332.  }
  9333.  .offset-lg-8 {
  9334.    margin-left: 66.66666667%;
  9335.  }
  9336.  .offset-lg-9 {
  9337.    margin-left: 75%;
  9338.  }
  9339.  .offset-lg-10 {
  9340.    margin-left: 83.33333333%;
  9341.  }
  9342.  .offset-lg-11 {
  9343.    margin-left: 91.66666667%;
  9344.  }
  9345. }
  9346. @media (min-width: 1200px) {
  9347.  .col-xl {
  9348.    flex-basis: 0;
  9349.    flex-grow: 1;
  9350.    max-width: 100%;
  9351.  }
  9352.  .row-cols-xl-1 > * {
  9353.    flex: 0 0 100%;
  9354.    max-width: 100%;
  9355.  }
  9356.  .row-cols-xl-2 > * {
  9357.    flex: 0 0 50%;
  9358.    max-width: 50%;
  9359.  }
  9360.  .row-cols-xl-3 > * {
  9361.    flex: 0 0 33.3333333333%;
  9362.    max-width: 33.3333333333%;
  9363.  }
  9364.  .row-cols-xl-4 > * {
  9365.    flex: 0 0 25%;
  9366.    max-width: 25%;
  9367.  }
  9368.  .row-cols-xl-5 > * {
  9369.    flex: 0 0 20%;
  9370.    max-width: 20%;
  9371.  }
  9372.  .row-cols-xl-6 > * {
  9373.    flex: 0 0 16.6666666667%;
  9374.    max-width: 16.6666666667%;
  9375.  }
  9376.  .col-xl-auto {
  9377.    flex: 0 0 auto;
  9378.    width: auto;
  9379.    max-width: 100%;
  9380.  }
  9381.  .col-xl-1 {
  9382.    flex: 0 0 8.33333333%;
  9383.    max-width: 8.33333333%;
  9384.  }
  9385.  .col-xl-2 {
  9386.    flex: 0 0 16.66666667%;
  9387.    max-width: 16.66666667%;
  9388.  }
  9389.  .col-xl-3 {
  9390.    flex: 0 0 25%;
  9391.    max-width: 25%;
  9392.  }
  9393.  .col-xl-4 {
  9394.    flex: 0 0 33.33333333%;
  9395.    max-width: 33.33333333%;
  9396.  }
  9397.  .col-xl-5 {
  9398.    flex: 0 0 41.66666667%;
  9399.    max-width: 41.66666667%;
  9400.  }
  9401.  .col-xl-6 {
  9402.    flex: 0 0 50%;
  9403.    max-width: 50%;
  9404.  }
  9405.  .col-xl-7 {
  9406.    flex: 0 0 58.33333333%;
  9407.    max-width: 58.33333333%;
  9408.  }
  9409.  .col-xl-8 {
  9410.    flex: 0 0 66.66666667%;
  9411.    max-width: 66.66666667%;
  9412.  }
  9413.  .col-xl-9 {
  9414.    flex: 0 0 75%;
  9415.    max-width: 75%;
  9416.  }
  9417.  .col-xl-10 {
  9418.    flex: 0 0 83.33333333%;
  9419.    max-width: 83.33333333%;
  9420.  }
  9421.  .col-xl-11 {
  9422.    flex: 0 0 91.66666667%;
  9423.    max-width: 91.66666667%;
  9424.  }
  9425.  .col-xl-12 {
  9426.    flex: 0 0 100%;
  9427.    max-width: 100%;
  9428.  }
  9429.  .order-xl-first {
  9430.    order: -1;
  9431.  }
  9432.  .order-xl-last {
  9433.    order: 13;
  9434.  }
  9435.  .order-xl-0 {
  9436.    order: 0;
  9437.  }
  9438.  .order-xl-1 {
  9439.    order: 1;
  9440.  }
  9441.  .order-xl-2 {
  9442.    order: 2;
  9443.  }
  9444.  .order-xl-3 {
  9445.    order: 3;
  9446.  }
  9447.  .order-xl-4 {
  9448.    order: 4;
  9449.  }
  9450.  .order-xl-5 {
  9451.    order: 5;
  9452.  }
  9453.  .order-xl-6 {
  9454.    order: 6;
  9455.  }
  9456.  .order-xl-7 {
  9457.    order: 7;
  9458.  }
  9459.  .order-xl-8 {
  9460.    order: 8;
  9461.  }
  9462.  .order-xl-9 {
  9463.    order: 9;
  9464.  }
  9465.  .order-xl-10 {
  9466.    order: 10;
  9467.  }
  9468.  .order-xl-11 {
  9469.    order: 11;
  9470.  }
  9471.  .order-xl-12 {
  9472.    order: 12;
  9473.  }
  9474.  .offset-xl-0 {
  9475.    margin-left: 0;
  9476.  }
  9477.  .offset-xl-1 {
  9478.    margin-left: 8.33333333%;
  9479.  }
  9480.  .offset-xl-2 {
  9481.    margin-left: 16.66666667%;
  9482.  }
  9483.  .offset-xl-3 {
  9484.    margin-left: 25%;
  9485.  }
  9486.  .offset-xl-4 {
  9487.    margin-left: 33.33333333%;
  9488.  }
  9489.  .offset-xl-5 {
  9490.    margin-left: 41.66666667%;
  9491.  }
  9492.  .offset-xl-6 {
  9493.    margin-left: 50%;
  9494.  }
  9495.  .offset-xl-7 {
  9496.    margin-left: 58.33333333%;
  9497.  }
  9498.  .offset-xl-8 {
  9499.    margin-left: 66.66666667%;
  9500.  }
  9501.  .offset-xl-9 {
  9502.    margin-left: 75%;
  9503.  }
  9504.  .offset-xl-10 {
  9505.    margin-left: 83.33333333%;
  9506.  }
  9507.  .offset-xl-11 {
  9508.    margin-left: 91.66666667%;
  9509.  }
  9510. }
  9511. .nav {
  9512.  display: flex;
  9513.  flex-wrap: wrap;
  9514.  padding-left: 0;
  9515.  margin-bottom: 0;
  9516.  list-style: none;
  9517. }
  9518.  
  9519. .nav-link {
  9520.  display: block;
  9521.  padding: 0.5rem 1rem;
  9522. }
  9523. .nav-link:hover, .nav-link:focus {
  9524.  text-decoration: none;
  9525. }
  9526. .nav-link.disabled {
  9527.  color: #6c757d;
  9528.  pointer-events: none;
  9529.  cursor: default;
  9530. }
  9531.  
  9532. .nav-tabs {
  9533.  border-bottom: 1px solid #dee2e6;
  9534. }
  9535. .nav-tabs .nav-link {
  9536.  margin-bottom: -1px;
  9537.  background-color: transparent;
  9538.  border: 1px solid transparent;
  9539.  border-top-left-radius: 0.25rem;
  9540.  border-top-right-radius: 0.25rem;
  9541. }
  9542. .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  9543.  isolation: isolate;
  9544.  border-color: #e9ecef #e9ecef #dee2e6;
  9545. }
  9546. .nav-tabs .nav-link.disabled {
  9547.  color: #6c757d;
  9548.  background-color: transparent;
  9549.  border-color: transparent;
  9550. }
  9551. .nav-tabs .nav-link.active,
  9552. .nav-tabs .nav-item.show .nav-link {
  9553.  color: #495057;
  9554.  background-color: #fff;
  9555.  border-color: #dee2e6 #dee2e6 #fff;
  9556. }
  9557. .nav-tabs .dropdown-menu {
  9558.  margin-top: -1px;
  9559.  border-top-left-radius: 0;
  9560.  border-top-right-radius: 0;
  9561. }
  9562.  
  9563. .nav-pills .nav-link {
  9564.  background: none;
  9565.  border: 0;
  9566.  border-radius: 0.25rem;
  9567. }
  9568. .nav-pills .nav-link.active,
  9569. .nav-pills .show > .nav-link {
  9570.  color: #fff;
  9571.  background-color: #007bff;
  9572. }
  9573.  
  9574. .nav-fill > .nav-link,
  9575. .nav-fill .nav-item {
  9576.  flex: 1 1 auto;
  9577.  text-align: center;
  9578. }
  9579.  
  9580. .nav-justified > .nav-link,
  9581. .nav-justified .nav-item {
  9582.  flex-basis: 0;
  9583.  flex-grow: 1;
  9584.  text-align: center;
  9585. }
  9586.  
  9587. .tab-content > .tab-pane {
  9588.  display: none;
  9589. }
  9590. .tab-content > .active {
  9591.  display: block;
  9592. }
  9593.  
  9594. .btn {
  9595.  display: inline-block;
  9596.  font-weight: 400;
  9597.  color: #212529;
  9598.  text-align: center;
  9599.  vertical-align: middle;
  9600.  -webkit-user-select: none;
  9601.     -moz-user-select: none;
  9602.          user-select: none;
  9603.  background-color: transparent;
  9604.  border: 1px solid transparent;
  9605.  padding: 0.375rem 0.75rem;
  9606.  font-size: 1rem;
  9607.  line-height: 1.5;
  9608.  border-radius: 0.25rem;
  9609.  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  9610. }
  9611. @media (prefers-reduced-motion: reduce) {
  9612.  .btn {
  9613.    transition: none;
  9614.  }
  9615. }
  9616. .btn:hover {
  9617.  color: #212529;
  9618.  text-decoration: none;
  9619. }
  9620. .btn:focus, .btn.focus {
  9621.  outline: 0;
  9622.  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  9623. }
  9624. .btn.disabled, .btn:disabled {
  9625.  opacity: 0.65;
  9626. }
  9627. .btn:not(:disabled):not(.disabled) {
  9628.  cursor: pointer;
  9629. }
  9630. a.btn.disabled,
  9631. fieldset:disabled a.btn {
  9632.  pointer-events: none;
  9633. }
  9634.  
  9635. .btn-primary {
  9636.  color: #fff;
  9637.  background-color: #007bff;
  9638.  border-color: #007bff;
  9639. }
  9640. .btn-primary:hover {
  9641.  color: #fff;
  9642.  background-color: #0069d9;
  9643.  border-color: #0062cc;
  9644. }
  9645. .btn-primary:focus, .btn-primary.focus {
  9646.  color: #fff;
  9647.  background-color: #0069d9;
  9648.  border-color: #0062cc;
  9649.  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  9650. }
  9651. .btn-primary.disabled, .btn-primary:disabled {
  9652.  color: #fff;
  9653.  background-color: #007bff;
  9654.  border-color: #007bff;
  9655. }
  9656. .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  9657.  color: #fff;
  9658.  background-color: #0062cc;
  9659.  border-color: #005cbf;
  9660. }
  9661. .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  9662.  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
  9663. }
  9664.  
  9665. .btn-secondary {
  9666.  color: #fff;
  9667.  background-color: #6c757d;
  9668.  border-color: #6c757d;
  9669. }
  9670. .btn-secondary:hover {
  9671.  color: #fff;
  9672.  background-color: #5a6268;
  9673.  border-color: #545b62;
  9674. }
  9675. .btn-secondary:focus, .btn-secondary.focus {
  9676.  color: #fff;
  9677.  background-color: #5a6268;
  9678.  border-color: #545b62;
  9679.  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  9680. }
  9681. .btn-secondary.disabled, .btn-secondary:disabled {
  9682.  color: #fff;
  9683.  background-color: #6c757d;
  9684.  border-color: #6c757d;
  9685. }
  9686. .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  9687.  color: #fff;
  9688.  background-color: #545b62;
  9689.  border-color: #4e555b;
  9690. }
  9691. .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  9692.  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
  9693. }
  9694.  
  9695. .btn-success {
  9696.  color: #fff;
  9697.  background-color: #28a745;
  9698.  border-color: #28a745;
  9699. }
  9700. .btn-success:hover {
  9701.  color: #fff;
  9702.  background-color: #218838;
  9703.  border-color: #1e7e34;
  9704. }
  9705. .btn-success:focus, .btn-success.focus {
  9706.  color: #fff;
  9707.  background-color: #218838;
  9708.  border-color: #1e7e34;
  9709.  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  9710. }
  9711. .btn-success.disabled, .btn-success:disabled {
  9712.  color: #fff;
  9713.  background-color: #28a745;
  9714.  border-color: #28a745;
  9715. }
  9716. .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  9717.  color: #fff;
  9718.  background-color: #1e7e34;
  9719.  border-color: #1c7430;
  9720. }
  9721. .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  9722.  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
  9723. }
  9724.  
  9725. .btn-info {
  9726.  color: #fff;
  9727.  background-color: #17a2b8;
  9728.  border-color: #17a2b8;
  9729. }
  9730. .btn-info:hover {
  9731.  color: #fff;
  9732.  background-color: #138496;
  9733.  border-color: #117a8b;
  9734. }
  9735. .btn-info:focus, .btn-info.focus {
  9736.  color: #fff;
  9737.  background-color: #138496;
  9738.  border-color: #117a8b;
  9739.  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  9740. }
  9741. .btn-info.disabled, .btn-info:disabled {
  9742.  color: #fff;
  9743.  background-color: #17a2b8;
  9744.  border-color: #17a2b8;
  9745. }
  9746. .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  9747.  color: #fff;
  9748.  background-color: #117a8b;
  9749.  border-color: #10707f;
  9750. }
  9751. .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  9752.  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
  9753. }
  9754.  
  9755. .btn-warning {
  9756.  color: #212529;
  9757.  background-color: #ffc107;
  9758.  border-color: #ffc107;
  9759. }
  9760. .btn-warning:hover {
  9761.  color: #212529;
  9762.  background-color: #e0a800;
  9763.  border-color: #d39e00;
  9764. }
  9765. .btn-warning:focus, .btn-warning.focus {
  9766.  color: #212529;
  9767.  background-color: #e0a800;
  9768.  border-color: #d39e00;
  9769.  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  9770. }
  9771. .btn-warning.disabled, .btn-warning:disabled {
  9772.  color: #212529;
  9773.  background-color: #ffc107;
  9774.  border-color: #ffc107;
  9775. }
  9776. .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  9777.  color: #212529;
  9778.  background-color: #d39e00;
  9779.  border-color: #c69500;
  9780. }
  9781. .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  9782.  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
  9783. }
  9784.  
  9785. .btn-danger {
  9786.  color: #fff;
  9787.  background-color: #dc3545;
  9788.  border-color: #dc3545;
  9789. }
  9790. .btn-danger:hover {
  9791.  color: #fff;
  9792.  background-color: #c82333;
  9793.  border-color: #bd2130;
  9794. }
  9795. .btn-danger:focus, .btn-danger.focus {
  9796.  color: #fff;
  9797.  background-color: #c82333;
  9798.  border-color: #bd2130;
  9799.  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  9800. }
  9801. .btn-danger.disabled, .btn-danger:disabled {
  9802.  color: #fff;
  9803.  background-color: #dc3545;
  9804.  border-color: #dc3545;
  9805. }
  9806. .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  9807.  color: #fff;
  9808.  background-color: #bd2130;
  9809.  border-color: #b21f2d;
  9810. }
  9811. .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  9812.  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
  9813. }
  9814.  
  9815. .btn-light {
  9816.  color: #212529;
  9817.  background-color: #f8f9fa;
  9818.  border-color: #f8f9fa;
  9819. }
  9820. .btn-light:hover {
  9821.  color: #212529;
  9822.  background-color: #e2e6ea;
  9823.  border-color: #dae0e5;
  9824. }
  9825. .btn-light:focus, .btn-light.focus {
  9826.  color: #212529;
  9827.  background-color: #e2e6ea;
  9828.  border-color: #dae0e5;
  9829.  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  9830. }
  9831. .btn-light.disabled, .btn-light:disabled {
  9832.  color: #212529;
  9833.  background-color: #f8f9fa;
  9834.  border-color: #f8f9fa;
  9835. }
  9836. .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  9837.  color: #212529;
  9838.  background-color: #dae0e5;
  9839.  border-color: #d3d9df;
  9840. }
  9841. .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  9842.  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
  9843. }
  9844.  
  9845. .btn-dark {
  9846.  color: #fff;
  9847.  background-color: #343a40;
  9848.  border-color: #343a40;
  9849. }
  9850. .btn-dark:hover {
  9851.  color: #fff;
  9852.  background-color: #23272b;
  9853.  border-color: #1d2124;
  9854. }
  9855. .btn-dark:focus, .btn-dark.focus {
  9856.  color: #fff;
  9857.  background-color: #23272b;
  9858.  border-color: #1d2124;
  9859.  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  9860. }
  9861. .btn-dark.disabled, .btn-dark:disabled {
  9862.  color: #fff;
  9863.  background-color: #343a40;
  9864.  border-color: #343a40;
  9865. }
  9866. .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  9867.  color: #fff;
  9868.  background-color: #1d2124;
  9869.  border-color: #171a1d;
  9870. }
  9871. .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  9872.  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
  9873. }
  9874.  
  9875. .btn-outline-primary {
  9876.  color: #007bff;
  9877.  border-color: #007bff;
  9878. }
  9879. .btn-outline-primary:hover {
  9880.  color: #fff;
  9881.  background-color: #007bff;
  9882.  border-color: #007bff;
  9883. }
  9884. .btn-outline-primary:focus, .btn-outline-primary.focus {
  9885.  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  9886. }
  9887. .btn-outline-primary.disabled, .btn-outline-primary:disabled {
  9888.  color: #007bff;
  9889.  background-color: transparent;
  9890. }
  9891. .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  9892.  color: #fff;
  9893.  background-color: #007bff;
  9894.  border-color: #007bff;
  9895. }
  9896. .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  9897.  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  9898. }
  9899.  
  9900. .btn-outline-secondary {
  9901.  color: #6c757d;
  9902.  border-color: #6c757d;
  9903. }
  9904. .btn-outline-secondary:hover {
  9905.  color: #fff;
  9906.  background-color: #6c757d;
  9907.  border-color: #6c757d;
  9908. }
  9909. .btn-outline-secondary:focus, .btn-outline-secondary.focus {
  9910.  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  9911. }
  9912. .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  9913.  color: #6c757d;
  9914.  background-color: transparent;
  9915. }
  9916. .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  9917.  color: #fff;
  9918.  background-color: #6c757d;
  9919.  border-color: #6c757d;
  9920. }
  9921. .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  9922.  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
  9923. }
  9924.  
  9925. .btn-outline-success {
  9926.  color: #28a745;
  9927.  border-color: #28a745;
  9928. }
  9929. .btn-outline-success:hover {
  9930.  color: #fff;
  9931.  background-color: #28a745;
  9932.  border-color: #28a745;
  9933. }
  9934. .btn-outline-success:focus, .btn-outline-success.focus {
  9935.  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  9936. }
  9937. .btn-outline-success.disabled, .btn-outline-success:disabled {
  9938.  color: #28a745;
  9939.  background-color: transparent;
  9940. }
  9941. .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  9942.  color: #fff;
  9943.  background-color: #28a745;
  9944.  border-color: #28a745;
  9945. }
  9946. .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  9947.  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  9948. }
  9949.  
  9950. .btn-outline-info {
  9951.  color: #17a2b8;
  9952.  border-color: #17a2b8;
  9953. }
  9954. .btn-outline-info:hover {
  9955.  color: #fff;
  9956.  background-color: #17a2b8;
  9957.  border-color: #17a2b8;
  9958. }
  9959. .btn-outline-info:focus, .btn-outline-info.focus {
  9960.  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  9961. }
  9962. .btn-outline-info.disabled, .btn-outline-info:disabled {
  9963.  color: #17a2b8;
  9964.  background-color: transparent;
  9965. }
  9966. .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  9967.  color: #fff;
  9968.  background-color: #17a2b8;
  9969.  border-color: #17a2b8;
  9970. }
  9971. .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  9972.  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  9973. }
  9974.  
  9975. .btn-outline-warning {
  9976.  color: #ffc107;
  9977.  border-color: #ffc107;
  9978. }
  9979. .btn-outline-warning:hover {
  9980.  color: #212529;
  9981.  background-color: #ffc107;
  9982.  border-color: #ffc107;
  9983. }
  9984. .btn-outline-warning:focus, .btn-outline-warning.focus {
  9985.  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  9986. }
  9987. .btn-outline-warning.disabled, .btn-outline-warning:disabled {
  9988.  color: #ffc107;
  9989.  background-color: transparent;
  9990. }
  9991. .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  9992.  color: #212529;
  9993.  background-color: #ffc107;
  9994.  border-color: #ffc107;
  9995. }
  9996. .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  9997.  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  9998. }
  9999.  
  10000. .btn-outline-danger {
  10001.  color: #dc3545;
  10002.  border-color: #dc3545;
  10003. }
  10004. .btn-outline-danger:hover {
  10005.  color: #fff;
  10006.  background-color: #dc3545;
  10007.  border-color: #dc3545;
  10008. }
  10009. .btn-outline-danger:focus, .btn-outline-danger.focus {
  10010.  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  10011. }
  10012. .btn-outline-danger.disabled, .btn-outline-danger:disabled {
  10013.  color: #dc3545;
  10014.  background-color: transparent;
  10015. }
  10016. .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  10017.  color: #fff;
  10018.  background-color: #dc3545;
  10019.  border-color: #dc3545;
  10020. }
  10021. .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  10022.  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  10023. }
  10024.  
  10025. .btn-outline-light {
  10026.  color: #f8f9fa;
  10027.  border-color: #f8f9fa;
  10028. }
  10029. .btn-outline-light:hover {
  10030.  color: #212529;
  10031.  background-color: #f8f9fa;
  10032.  border-color: #f8f9fa;
  10033. }
  10034. .btn-outline-light:focus, .btn-outline-light.focus {
  10035.  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  10036. }
  10037. .btn-outline-light.disabled, .btn-outline-light:disabled {
  10038.  color: #f8f9fa;
  10039.  background-color: transparent;
  10040. }
  10041. .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  10042.  color: #212529;
  10043.  background-color: #f8f9fa;
  10044.  border-color: #f8f9fa;
  10045. }
  10046. .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  10047.  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  10048. }
  10049.  
  10050. .btn-outline-dark {
  10051.  color: #343a40;
  10052.  border-color: #343a40;
  10053. }
  10054. .btn-outline-dark:hover {
  10055.  color: #fff;
  10056.  background-color: #343a40;
  10057.  border-color: #343a40;
  10058. }
  10059. .btn-outline-dark:focus, .btn-outline-dark.focus {
  10060.  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  10061. }
  10062. .btn-outline-dark.disabled, .btn-outline-dark:disabled {
  10063.  color: #343a40;
  10064.  background-color: transparent;
  10065. }
  10066. .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  10067.  color: #fff;
  10068.  background-color: #343a40;
  10069.  border-color: #343a40;
  10070. }
  10071. .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  10072.  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  10073. }
  10074.  
  10075. .btn-link {
  10076.  font-weight: 400;
  10077.  color: #007bff;
  10078.  text-decoration: none;
  10079. }
  10080. .btn-link:hover {
  10081.  color: #0056b3;
  10082.  text-decoration: underline;
  10083. }
  10084. .btn-link:focus, .btn-link.focus {
  10085.  text-decoration: underline;
  10086. }
  10087. .btn-link:disabled, .btn-link.disabled {
  10088.  color: #6c757d;
  10089.  pointer-events: none;
  10090. }
  10091.  
  10092. .btn-lg {
  10093.  padding: 0.5rem 1rem;
  10094.  font-size: 1.25rem;
  10095.  line-height: 1.5;
  10096.  border-radius: 0.3rem;
  10097. }
  10098.  
  10099. .btn-sm {
  10100.  padding: 0.25rem 0.5rem;
  10101.  font-size: 0.875rem;
  10102.  line-height: 1.5;
  10103.  border-radius: 0.2rem;
  10104. }
  10105.  
  10106. .btn-block {
  10107.  display: block;
  10108.  width: 100%;
  10109. }
  10110. .btn-block + .btn-block {
  10111.  margin-top: 0.5rem;
  10112. }
  10113.  
  10114. input[type=submit].btn-block,
  10115. input[type=reset].btn-block,
  10116. input[type=button].btn-block {
  10117.  width: 100%;
  10118. }
  10119.  
  10120. .align-baseline {
  10121.  vertical-align: baseline !important;
  10122. }
  10123.  
  10124. .align-top {
  10125.  vertical-align: top !important;
  10126. }
  10127.  
  10128. .align-middle {
  10129.  vertical-align: middle !important;
  10130. }
  10131.  
  10132. .align-bottom {
  10133.  vertical-align: bottom !important;
  10134. }
  10135.  
  10136. .align-text-bottom {
  10137.  vertical-align: text-bottom !important;
  10138. }
  10139.  
  10140. .align-text-top {
  10141.  vertical-align: text-top !important;
  10142. }
  10143.  
  10144. .bg-primary {
  10145.  background-color: #007bff !important;
  10146. }
  10147.  
  10148. a.bg-primary:hover, a.bg-primary:focus,
  10149. button.bg-primary:hover,
  10150. button.bg-primary:focus {
  10151.  background-color: #0062cc !important;
  10152. }
  10153.  
  10154. .bg-secondary {
  10155.  background-color: #6c757d !important;
  10156. }
  10157.  
  10158. a.bg-secondary:hover, a.bg-secondary:focus,
  10159. button.bg-secondary:hover,
  10160. button.bg-secondary:focus {
  10161.  background-color: #545b62 !important;
  10162. }
  10163.  
  10164. .bg-success {
  10165.  background-color: #28a745 !important;
  10166. }
  10167.  
  10168. a.bg-success:hover, a.bg-success:focus,
  10169. button.bg-success:hover,
  10170. button.bg-success:focus {
  10171.  background-color: #1e7e34 !important;
  10172. }
  10173.  
  10174. .bg-info {
  10175.  background-color: #17a2b8 !important;
  10176. }
  10177.  
  10178. a.bg-info:hover, a.bg-info:focus,
  10179. button.bg-info:hover,
  10180. button.bg-info:focus {
  10181.  background-color: #117a8b !important;
  10182. }
  10183.  
  10184. .bg-warning {
  10185.  background-color: #ffc107 !important;
  10186. }
  10187.  
  10188. a.bg-warning:hover, a.bg-warning:focus,
  10189. button.bg-warning:hover,
  10190. button.bg-warning:focus {
  10191.  background-color: #d39e00 !important;
  10192. }
  10193.  
  10194. .bg-danger {
  10195.  background-color: #dc3545 !important;
  10196. }
  10197.  
  10198. a.bg-danger:hover, a.bg-danger:focus,
  10199. button.bg-danger:hover,
  10200. button.bg-danger:focus {
  10201.  background-color: #bd2130 !important;
  10202. }
  10203.  
  10204. .bg-light {
  10205.  background-color: #f8f9fa !important;
  10206. }
  10207.  
  10208. a.bg-light:hover, a.bg-light:focus,
  10209. button.bg-light:hover,
  10210. button.bg-light:focus {
  10211.  background-color: #dae0e5 !important;
  10212. }
  10213.  
  10214. .bg-dark {
  10215.  background-color: #343a40 !important;
  10216. }
  10217.  
  10218. a.bg-dark:hover, a.bg-dark:focus,
  10219. button.bg-dark:hover,
  10220. button.bg-dark:focus {
  10221.  background-color: #1d2124 !important;
  10222. }
  10223.  
  10224. .bg-white {
  10225.  background-color: #fff !important;
  10226. }
  10227.  
  10228. .bg-transparent {
  10229.  background-color: transparent !important;
  10230. }
  10231.  
  10232. .border {
  10233.  border: 1px solid #dee2e6 !important;
  10234. }
  10235.  
  10236. .border-top {
  10237.  border-top: 1px solid #dee2e6 !important;
  10238. }
  10239.  
  10240. .border-right {
  10241.  border-right: 1px solid #dee2e6 !important;
  10242. }
  10243.  
  10244. .border-bottom {
  10245.  border-bottom: 1px solid #dee2e6 !important;
  10246. }
  10247.  
  10248. .border-left {
  10249.  border-left: 1px solid #dee2e6 !important;
  10250. }
  10251.  
  10252. .border-0 {
  10253.  border: 0 !important;
  10254. }
  10255.  
  10256. .border-top-0 {
  10257.  border-top: 0 !important;
  10258. }
  10259.  
  10260. .border-right-0 {
  10261.  border-right: 0 !important;
  10262. }
  10263.  
  10264. .border-bottom-0 {
  10265.  border-bottom: 0 !important;
  10266. }
  10267.  
  10268. .border-left-0 {
  10269.  border-left: 0 !important;
  10270. }
  10271.  
  10272. .border-primary {
  10273.  border-color: #007bff !important;
  10274. }
  10275.  
  10276. .border-secondary {
  10277.  border-color: #6c757d !important;
  10278. }
  10279.  
  10280. .border-success {
  10281.  border-color: #28a745 !important;
  10282. }
  10283.  
  10284. .border-info {
  10285.  border-color: #17a2b8 !important;
  10286. }
  10287.  
  10288. .border-warning {
  10289.  border-color: #ffc107 !important;
  10290. }
  10291.  
  10292. .border-danger {
  10293.  border-color: #dc3545 !important;
  10294. }
  10295.  
  10296. .border-light {
  10297.  border-color: #f8f9fa !important;
  10298. }
  10299.  
  10300. .border-dark {
  10301.  border-color: #343a40 !important;
  10302. }
  10303.  
  10304. .border-white {
  10305.  border-color: #fff !important;
  10306. }
  10307.  
  10308. .rounded-sm {
  10309.  border-radius: 0.2rem !important;
  10310. }
  10311.  
  10312. .rounded {
  10313.  border-radius: 0.25rem !important;
  10314. }
  10315.  
  10316. .rounded-top {
  10317.  border-top-left-radius: 0.25rem !important;
  10318.  border-top-right-radius: 0.25rem !important;
  10319. }
  10320.  
  10321. .rounded-right {
  10322.  border-top-right-radius: 0.25rem !important;
  10323.  border-bottom-right-radius: 0.25rem !important;
  10324. }
  10325.  
  10326. .rounded-bottom {
  10327.  border-bottom-right-radius: 0.25rem !important;
  10328.  border-bottom-left-radius: 0.25rem !important;
  10329. }
  10330.  
  10331. .rounded-left {
  10332.  border-top-left-radius: 0.25rem !important;
  10333.  border-bottom-left-radius: 0.25rem !important;
  10334. }
  10335.  
  10336. .rounded-lg {
  10337.  border-radius: 0.3rem !important;
  10338. }
  10339.  
  10340. .rounded-circle {
  10341.  border-radius: 50% !important;
  10342. }
  10343.  
  10344. .rounded-pill {
  10345.  border-radius: 50rem !important;
  10346. }
  10347.  
  10348. .rounded-0 {
  10349.  border-radius: 0 !important;
  10350. }
  10351.  
  10352. .clearfix::after {
  10353.  display: block;
  10354.  clear: both;
  10355.  content: "";
  10356. }
  10357.  
  10358. .d-none {
  10359.  display: none !important;
  10360. }
  10361.  
  10362. .d-inline {
  10363.  display: inline !important;
  10364. }
  10365.  
  10366. .d-inline-block {
  10367.  display: inline-block !important;
  10368. }
  10369.  
  10370. .d-block {
  10371.  display: block !important;
  10372. }
  10373.  
  10374. .d-table {
  10375.  display: table !important;
  10376. }
  10377.  
  10378. .d-table-row {
  10379.  display: table-row !important;
  10380. }
  10381.  
  10382. .d-table-cell {
  10383.  display: table-cell !important;
  10384. }
  10385.  
  10386. .d-flex {
  10387.  display: flex !important;
  10388. }
  10389.  
  10390. .d-inline-flex {
  10391.  display: inline-flex !important;
  10392. }
  10393.  
  10394. @media (min-width: 576px) {
  10395.  .d-sm-none {
  10396.    display: none !important;
  10397.  }
  10398.  .d-sm-inline {
  10399.    display: inline !important;
  10400.  }
  10401.  .d-sm-inline-block {
  10402.    display: inline-block !important;
  10403.  }
  10404.  .d-sm-block {
  10405.    display: block !important;
  10406.  }
  10407.  .d-sm-table {
  10408.    display: table !important;
  10409.  }
  10410.  .d-sm-table-row {
  10411.    display: table-row !important;
  10412.  }
  10413.  .d-sm-table-cell {
  10414.    display: table-cell !important;
  10415.  }
  10416.  .d-sm-flex {
  10417.    display: flex !important;
  10418.  }
  10419.  .d-sm-inline-flex {
  10420.    display: inline-flex !important;
  10421.  }
  10422. }
  10423. @media (min-width: 768px) {
  10424.  .d-md-none {
  10425.    display: none !important;
  10426.  }
  10427.  .d-md-inline {
  10428.    display: inline !important;
  10429.  }
  10430.  .d-md-inline-block {
  10431.    display: inline-block !important;
  10432.  }
  10433.  .d-md-block {
  10434.    display: block !important;
  10435.  }
  10436.  .d-md-table {
  10437.    display: table !important;
  10438.  }
  10439.  .d-md-table-row {
  10440.    display: table-row !important;
  10441.  }
  10442.  .d-md-table-cell {
  10443.    display: table-cell !important;
  10444.  }
  10445.  .d-md-flex {
  10446.    display: flex !important;
  10447.  }
  10448.  .d-md-inline-flex {
  10449.    display: inline-flex !important;
  10450.  }
  10451. }
  10452. @media (min-width: 992px) {
  10453.  .d-lg-none {
  10454.    display: none !important;
  10455.  }
  10456.  .d-lg-inline {
  10457.    display: inline !important;
  10458.  }
  10459.  .d-lg-inline-block {
  10460.    display: inline-block !important;
  10461.  }
  10462.  .d-lg-block {
  10463.    display: block !important;
  10464.  }
  10465.  .d-lg-table {
  10466.    display: table !important;
  10467.  }
  10468.  .d-lg-table-row {
  10469.    display: table-row !important;
  10470.  }
  10471.  .d-lg-table-cell {
  10472.    display: table-cell !important;
  10473.  }
  10474.  .d-lg-flex {
  10475.    display: flex !important;
  10476.  }
  10477.  .d-lg-inline-flex {
  10478.    display: inline-flex !important;
  10479.  }
  10480. }
  10481. @media (min-width: 1200px) {
  10482.  .d-xl-none {
  10483.    display: none !important;
  10484.  }
  10485.  .d-xl-inline {
  10486.    display: inline !important;
  10487.  }
  10488.  .d-xl-inline-block {
  10489.    display: inline-block !important;
  10490.  }
  10491.  .d-xl-block {
  10492.    display: block !important;
  10493.  }
  10494.  .d-xl-table {
  10495.    display: table !important;
  10496.  }
  10497.  .d-xl-table-row {
  10498.    display: table-row !important;
  10499.  }
  10500.  .d-xl-table-cell {
  10501.    display: table-cell !important;
  10502.  }
  10503.  .d-xl-flex {
  10504.    display: flex !important;
  10505.  }
  10506.  .d-xl-inline-flex {
  10507.    display: inline-flex !important;
  10508.  }
  10509. }
  10510. @media print {
  10511.  .d-print-none {
  10512.    display: none !important;
  10513.  }
  10514.  .d-print-inline {
  10515.    display: inline !important;
  10516.  }
  10517.  .d-print-inline-block {
  10518.    display: inline-block !important;
  10519.  }
  10520.  .d-print-block {
  10521.    display: block !important;
  10522.  }
  10523.  .d-print-table {
  10524.    display: table !important;
  10525.  }
  10526.  .d-print-table-row {
  10527.    display: table-row !important;
  10528.  }
  10529.  .d-print-table-cell {
  10530.    display: table-cell !important;
  10531.  }
  10532.  .d-print-flex {
  10533.    display: flex !important;
  10534.  }
  10535.  .d-print-inline-flex {
  10536.    display: inline-flex !important;
  10537.  }
  10538. }
  10539. .embed-responsive {
  10540.  position: relative;
  10541.  display: block;
  10542.  width: 100%;
  10543.  padding: 0;
  10544.  overflow: hidden;
  10545. }
  10546. .embed-responsive::before {
  10547.  display: block;
  10548.  content: "";
  10549. }
  10550. .embed-responsive .embed-responsive-item,
  10551. .embed-responsive iframe,
  10552. .embed-responsive embed,
  10553. .embed-responsive object,
  10554. .embed-responsive video {
  10555.  position: absolute;
  10556.  top: 0;
  10557.  bottom: 0;
  10558.  left: 0;
  10559.  width: 100%;
  10560.  height: 100%;
  10561.  border: 0;
  10562. }
  10563.  
  10564. .embed-responsive-21by9::before {
  10565.  padding-top: 42.85714286%;
  10566. }
  10567.  
  10568. .embed-responsive-16by9::before {
  10569.  padding-top: 56.25%;
  10570. }
  10571.  
  10572. .embed-responsive-4by3::before {
  10573.  padding-top: 75%;
  10574. }
  10575.  
  10576. .embed-responsive-1by1::before {
  10577.  padding-top: 100%;
  10578. }
  10579.  
  10580. .flex-row {
  10581.  flex-direction: row !important;
  10582. }
  10583.  
  10584. .flex-column {
  10585.  flex-direction: column !important;
  10586. }
  10587.  
  10588. .flex-row-reverse {
  10589.  flex-direction: row-reverse !important;
  10590. }
  10591.  
  10592. .flex-column-reverse {
  10593.  flex-direction: column-reverse !important;
  10594. }
  10595.  
  10596. .flex-wrap {
  10597.  flex-wrap: wrap !important;
  10598. }
  10599.  
  10600. .flex-nowrap {
  10601.  flex-wrap: nowrap !important;
  10602. }
  10603.  
  10604. .flex-wrap-reverse {
  10605.  flex-wrap: wrap-reverse !important;
  10606. }
  10607.  
  10608. .flex-fill {
  10609.  flex: 1 1 auto !important;
  10610. }
  10611.  
  10612. .flex-grow-0 {
  10613.  flex-grow: 0 !important;
  10614. }
  10615.  
  10616. .flex-grow-1 {
  10617.  flex-grow: 1 !important;
  10618. }
  10619.  
  10620. .flex-shrink-0 {
  10621.  flex-shrink: 0 !important;
  10622. }
  10623.  
  10624. .flex-shrink-1 {
  10625.  flex-shrink: 1 !important;
  10626. }
  10627.  
  10628. .justify-content-start {
  10629.  justify-content: flex-start !important;
  10630. }
  10631.  
  10632. .justify-content-end {
  10633.  justify-content: flex-end !important;
  10634. }
  10635.  
  10636. .justify-content-center {
  10637.  justify-content: center !important;
  10638. }
  10639.  
  10640. .justify-content-between {
  10641.  justify-content: space-between !important;
  10642. }
  10643.  
  10644. .justify-content-around {
  10645.  justify-content: space-around !important;
  10646. }
  10647.  
  10648. .align-items-start {
  10649.  align-items: flex-start !important;
  10650. }
  10651.  
  10652. .align-items-end {
  10653.  align-items: flex-end !important;
  10654. }
  10655.  
  10656. .align-items-center {
  10657.  align-items: center !important;
  10658. }
  10659.  
  10660. .align-items-baseline {
  10661.  align-items: baseline !important;
  10662. }
  10663.  
  10664. .align-items-stretch {
  10665.  align-items: stretch !important;
  10666. }
  10667.  
  10668. .align-content-start {
  10669.  align-content: flex-start !important;
  10670. }
  10671.  
  10672. .align-content-end {
  10673.  align-content: flex-end !important;
  10674. }
  10675.  
  10676. .align-content-center {
  10677.  align-content: center !important;
  10678. }
  10679.  
  10680. .align-content-between {
  10681.  align-content: space-between !important;
  10682. }
  10683.  
  10684. .align-content-around {
  10685.  align-content: space-around !important;
  10686. }
  10687.  
  10688. .align-content-stretch {
  10689.  align-content: stretch !important;
  10690. }
  10691.  
  10692. .align-self-auto {
  10693.  align-self: auto !important;
  10694. }
  10695.  
  10696. .align-self-start {
  10697.  align-self: flex-start !important;
  10698. }
  10699.  
  10700. .align-self-end {
  10701.  align-self: flex-end !important;
  10702. }
  10703.  
  10704. .align-self-center {
  10705.  align-self: center !important;
  10706. }
  10707.  
  10708. .align-self-baseline {
  10709.  align-self: baseline !important;
  10710. }
  10711.  
  10712. .align-self-stretch {
  10713.  align-self: stretch !important;
  10714. }
  10715.  
  10716. @media (min-width: 576px) {
  10717.  .flex-sm-row {
  10718.    flex-direction: row !important;
  10719.  }
  10720.  .flex-sm-column {
  10721.    flex-direction: column !important;
  10722.  }
  10723.  .flex-sm-row-reverse {
  10724.    flex-direction: row-reverse !important;
  10725.  }
  10726.  .flex-sm-column-reverse {
  10727.    flex-direction: column-reverse !important;
  10728.  }
  10729.  .flex-sm-wrap {
  10730.    flex-wrap: wrap !important;
  10731.  }
  10732.  .flex-sm-nowrap {
  10733.    flex-wrap: nowrap !important;
  10734.  }
  10735.  .flex-sm-wrap-reverse {
  10736.    flex-wrap: wrap-reverse !important;
  10737.  }
  10738.  .flex-sm-fill {
  10739.    flex: 1 1 auto !important;
  10740.  }
  10741.  .flex-sm-grow-0 {
  10742.    flex-grow: 0 !important;
  10743.  }
  10744.  .flex-sm-grow-1 {
  10745.    flex-grow: 1 !important;
  10746.  }
  10747.  .flex-sm-shrink-0 {
  10748.    flex-shrink: 0 !important;
  10749.  }
  10750.  .flex-sm-shrink-1 {
  10751.    flex-shrink: 1 !important;
  10752.  }
  10753.  .justify-content-sm-start {
  10754.    justify-content: flex-start !important;
  10755.  }
  10756.  .justify-content-sm-end {
  10757.    justify-content: flex-end !important;
  10758.  }
  10759.  .justify-content-sm-center {
  10760.    justify-content: center !important;
  10761.  }
  10762.  .justify-content-sm-between {
  10763.    justify-content: space-between !important;
  10764.  }
  10765.  .justify-content-sm-around {
  10766.    justify-content: space-around !important;
  10767.  }
  10768.  .align-items-sm-start {
  10769.    align-items: flex-start !important;
  10770.  }
  10771.  .align-items-sm-end {
  10772.    align-items: flex-end !important;
  10773.  }
  10774.  .align-items-sm-center {
  10775.    align-items: center !important;
  10776.  }
  10777.  .align-items-sm-baseline {
  10778.    align-items: baseline !important;
  10779.  }
  10780.  .align-items-sm-stretch {
  10781.    align-items: stretch !important;
  10782.  }
  10783.  .align-content-sm-start {
  10784.    align-content: flex-start !important;
  10785.  }
  10786.  .align-content-sm-end {
  10787.    align-content: flex-end !important;
  10788.  }
  10789.  .align-content-sm-center {
  10790.    align-content: center !important;
  10791.  }
  10792.  .align-content-sm-between {
  10793.    align-content: space-between !important;
  10794.  }
  10795.  .align-content-sm-around {
  10796.    align-content: space-around !important;
  10797.  }
  10798.  .align-content-sm-stretch {
  10799.    align-content: stretch !important;
  10800.  }
  10801.  .align-self-sm-auto {
  10802.    align-self: auto !important;
  10803.  }
  10804.  .align-self-sm-start {
  10805.    align-self: flex-start !important;
  10806.  }
  10807.  .align-self-sm-end {
  10808.    align-self: flex-end !important;
  10809.  }
  10810.  .align-self-sm-center {
  10811.    align-self: center !important;
  10812.  }
  10813.  .align-self-sm-baseline {
  10814.    align-self: baseline !important;
  10815.  }
  10816.  .align-self-sm-stretch {
  10817.    align-self: stretch !important;
  10818.  }
  10819. }
  10820. @media (min-width: 768px) {
  10821.  .flex-md-row {
  10822.    flex-direction: row !important;
  10823.  }
  10824.  .flex-md-column {
  10825.    flex-direction: column !important;
  10826.  }
  10827.  .flex-md-row-reverse {
  10828.    flex-direction: row-reverse !important;
  10829.  }
  10830.  .flex-md-column-reverse {
  10831.    flex-direction: column-reverse !important;
  10832.  }
  10833.  .flex-md-wrap {
  10834.    flex-wrap: wrap !important;
  10835.  }
  10836.  .flex-md-nowrap {
  10837.    flex-wrap: nowrap !important;
  10838.  }
  10839.  .flex-md-wrap-reverse {
  10840.    flex-wrap: wrap-reverse !important;
  10841.  }
  10842.  .flex-md-fill {
  10843.    flex: 1 1 auto !important;
  10844.  }
  10845.  .flex-md-grow-0 {
  10846.    flex-grow: 0 !important;
  10847.  }
  10848.  .flex-md-grow-1 {
  10849.    flex-grow: 1 !important;
  10850.  }
  10851.  .flex-md-shrink-0 {
  10852.    flex-shrink: 0 !important;
  10853.  }
  10854.  .flex-md-shrink-1 {
  10855.    flex-shrink: 1 !important;
  10856.  }
  10857.  .justify-content-md-start {
  10858.    justify-content: flex-start !important;
  10859.  }
  10860.  .justify-content-md-end {
  10861.    justify-content: flex-end !important;
  10862.  }
  10863.  .justify-content-md-center {
  10864.    justify-content: center !important;
  10865.  }
  10866.  .justify-content-md-between {
  10867.    justify-content: space-between !important;
  10868.  }
  10869.  .justify-content-md-around {
  10870.    justify-content: space-around !important;
  10871.  }
  10872.  .align-items-md-start {
  10873.    align-items: flex-start !important;
  10874.  }
  10875.  .align-items-md-end {
  10876.    align-items: flex-end !important;
  10877.  }
  10878.  .align-items-md-center {
  10879.    align-items: center !important;
  10880.  }
  10881.  .align-items-md-baseline {
  10882.    align-items: baseline !important;
  10883.  }
  10884.  .align-items-md-stretch {
  10885.    align-items: stretch !important;
  10886.  }
  10887.  .align-content-md-start {
  10888.    align-content: flex-start !important;
  10889.  }
  10890.  .align-content-md-end {
  10891.    align-content: flex-end !important;
  10892.  }
  10893.  .align-content-md-center {
  10894.    align-content: center !important;
  10895.  }
  10896.  .align-content-md-between {
  10897.    align-content: space-between !important;
  10898.  }
  10899.  .align-content-md-around {
  10900.    align-content: space-around !important;
  10901.  }
  10902.  .align-content-md-stretch {
  10903.    align-content: stretch !important;
  10904.  }
  10905.  .align-self-md-auto {
  10906.    align-self: auto !important;
  10907.  }
  10908.  .align-self-md-start {
  10909.    align-self: flex-start !important;
  10910.  }
  10911.  .align-self-md-end {
  10912.    align-self: flex-end !important;
  10913.  }
  10914.  .align-self-md-center {
  10915.    align-self: center !important;
  10916.  }
  10917.  .align-self-md-baseline {
  10918.    align-self: baseline !important;
  10919.  }
  10920.  .align-self-md-stretch {
  10921.    align-self: stretch !important;
  10922.  }
  10923. }
  10924. @media (min-width: 992px) {
  10925.  .flex-lg-row {
  10926.    flex-direction: row !important;
  10927.  }
  10928.  .flex-lg-column {
  10929.    flex-direction: column !important;
  10930.  }
  10931.  .flex-lg-row-reverse {
  10932.    flex-direction: row-reverse !important;
  10933.  }
  10934.  .flex-lg-column-reverse {
  10935.    flex-direction: column-reverse !important;
  10936.  }
  10937.  .flex-lg-wrap {
  10938.    flex-wrap: wrap !important;
  10939.  }
  10940.  .flex-lg-nowrap {
  10941.    flex-wrap: nowrap !important;
  10942.  }
  10943.  .flex-lg-wrap-reverse {
  10944.    flex-wrap: wrap-reverse !important;
  10945.  }
  10946.  .flex-lg-fill {
  10947.    flex: 1 1 auto !important;
  10948.  }
  10949.  .flex-lg-grow-0 {
  10950.    flex-grow: 0 !important;
  10951.  }
  10952.  .flex-lg-grow-1 {
  10953.    flex-grow: 1 !important;
  10954.  }
  10955.  .flex-lg-shrink-0 {
  10956.    flex-shrink: 0 !important;
  10957.  }
  10958.  .flex-lg-shrink-1 {
  10959.    flex-shrink: 1 !important;
  10960.  }
  10961.  .justify-content-lg-start {
  10962.    justify-content: flex-start !important;
  10963.  }
  10964.  .justify-content-lg-end {
  10965.    justify-content: flex-end !important;
  10966.  }
  10967.  .justify-content-lg-center {
  10968.    justify-content: center !important;
  10969.  }
  10970.  .justify-content-lg-between {
  10971.    justify-content: space-between !important;
  10972.  }
  10973.  .justify-content-lg-around {
  10974.    justify-content: space-around !important;
  10975.  }
  10976.  .align-items-lg-start {
  10977.    align-items: flex-start !important;
  10978.  }
  10979.  .align-items-lg-end {
  10980.    align-items: flex-end !important;
  10981.  }
  10982.  .align-items-lg-center {
  10983.    align-items: center !important;
  10984.  }
  10985.  .align-items-lg-baseline {
  10986.    align-items: baseline !important;
  10987.  }
  10988.  .align-items-lg-stretch {
  10989.    align-items: stretch !important;
  10990.  }
  10991.  .align-content-lg-start {
  10992.    align-content: flex-start !important;
  10993.  }
  10994.  .align-content-lg-end {
  10995.    align-content: flex-end !important;
  10996.  }
  10997.  .align-content-lg-center {
  10998.    align-content: center !important;
  10999.  }
  11000.  .align-content-lg-between {
  11001.    align-content: space-between !important;
  11002.  }
  11003.  .align-content-lg-around {
  11004.    align-content: space-around !important;
  11005.  }
  11006.  .align-content-lg-stretch {
  11007.    align-content: stretch !important;
  11008.  }
  11009.  .align-self-lg-auto {
  11010.    align-self: auto !important;
  11011.  }
  11012.  .align-self-lg-start {
  11013.    align-self: flex-start !important;
  11014.  }
  11015.  .align-self-lg-end {
  11016.    align-self: flex-end !important;
  11017.  }
  11018.  .align-self-lg-center {
  11019.    align-self: center !important;
  11020.  }
  11021.  .align-self-lg-baseline {
  11022.    align-self: baseline !important;
  11023.  }
  11024.  .align-self-lg-stretch {
  11025.    align-self: stretch !important;
  11026.  }
  11027. }
  11028. @media (min-width: 1200px) {
  11029.  .flex-xl-row {
  11030.    flex-direction: row !important;
  11031.  }
  11032.  .flex-xl-column {
  11033.    flex-direction: column !important;
  11034.  }
  11035.  .flex-xl-row-reverse {
  11036.    flex-direction: row-reverse !important;
  11037.  }
  11038.  .flex-xl-column-reverse {
  11039.    flex-direction: column-reverse !important;
  11040.  }
  11041.  .flex-xl-wrap {
  11042.    flex-wrap: wrap !important;
  11043.  }
  11044.  .flex-xl-nowrap {
  11045.    flex-wrap: nowrap !important;
  11046.  }
  11047.  .flex-xl-wrap-reverse {
  11048.    flex-wrap: wrap-reverse !important;
  11049.  }
  11050.  .flex-xl-fill {
  11051.    flex: 1 1 auto !important;
  11052.  }
  11053.  .flex-xl-grow-0 {
  11054.    flex-grow: 0 !important;
  11055.  }
  11056.  .flex-xl-grow-1 {
  11057.    flex-grow: 1 !important;
  11058.  }
  11059.  .flex-xl-shrink-0 {
  11060.    flex-shrink: 0 !important;
  11061.  }
  11062.  .flex-xl-shrink-1 {
  11063.    flex-shrink: 1 !important;
  11064.  }
  11065.  .justify-content-xl-start {
  11066.    justify-content: flex-start !important;
  11067.  }
  11068.  .justify-content-xl-end {
  11069.    justify-content: flex-end !important;
  11070.  }
  11071.  .justify-content-xl-center {
  11072.    justify-content: center !important;
  11073.  }
  11074.  .justify-content-xl-between {
  11075.    justify-content: space-between !important;
  11076.  }
  11077.  .justify-content-xl-around {
  11078.    justify-content: space-around !important;
  11079.  }
  11080.  .align-items-xl-start {
  11081.    align-items: flex-start !important;
  11082.  }
  11083.  .align-items-xl-end {
  11084.    align-items: flex-end !important;
  11085.  }
  11086.  .align-items-xl-center {
  11087.    align-items: center !important;
  11088.  }
  11089.  .align-items-xl-baseline {
  11090.    align-items: baseline !important;
  11091.  }
  11092.  .align-items-xl-stretch {
  11093.    align-items: stretch !important;
  11094.  }
  11095.  .align-content-xl-start {
  11096.    align-content: flex-start !important;
  11097.  }
  11098.  .align-content-xl-end {
  11099.    align-content: flex-end !important;
  11100.  }
  11101.  .align-content-xl-center {
  11102.    align-content: center !important;
  11103.  }
  11104.  .align-content-xl-between {
  11105.    align-content: space-between !important;
  11106.  }
  11107.  .align-content-xl-around {
  11108.    align-content: space-around !important;
  11109.  }
  11110.  .align-content-xl-stretch {
  11111.    align-content: stretch !important;
  11112.  }
  11113.  .align-self-xl-auto {
  11114.    align-self: auto !important;
  11115.  }
  11116.  .align-self-xl-start {
  11117.    align-self: flex-start !important;
  11118.  }
  11119.  .align-self-xl-end {
  11120.    align-self: flex-end !important;
  11121.  }
  11122.  .align-self-xl-center {
  11123.    align-self: center !important;
  11124.  }
  11125.  .align-self-xl-baseline {
  11126.    align-self: baseline !important;
  11127.  }
  11128.  .align-self-xl-stretch {
  11129.    align-self: stretch !important;
  11130.  }
  11131. }
  11132. .float-left {
  11133.  float: left !important;
  11134. }
  11135.  
  11136. .float-right {
  11137.  float: right !important;
  11138. }
  11139.  
  11140. .float-none {
  11141.  float: none !important;
  11142. }
  11143.  
  11144. @media (min-width: 576px) {
  11145.  .float-sm-left {
  11146.    float: left !important;
  11147.  }
  11148.  .float-sm-right {
  11149.    float: right !important;
  11150.  }
  11151.  .float-sm-none {
  11152.    float: none !important;
  11153.  }
  11154. }
  11155. @media (min-width: 768px) {
  11156.  .float-md-left {
  11157.    float: left !important;
  11158.  }
  11159.  .float-md-right {
  11160.    float: right !important;
  11161.  }
  11162.  .float-md-none {
  11163.    float: none !important;
  11164.  }
  11165. }
  11166. @media (min-width: 992px) {
  11167.  .float-lg-left {
  11168.    float: left !important;
  11169.  }
  11170.  .float-lg-right {
  11171.    float: right !important;
  11172.  }
  11173.  .float-lg-none {
  11174.    float: none !important;
  11175.  }
  11176. }
  11177. @media (min-width: 1200px) {
  11178.  .float-xl-left {
  11179.    float: left !important;
  11180.  }
  11181.  .float-xl-right {
  11182.    float: right !important;
  11183.  }
  11184.  .float-xl-none {
  11185.    float: none !important;
  11186.  }
  11187. }
  11188. .user-select-all {
  11189.  -webkit-user-select: all !important;
  11190.     -moz-user-select: all !important;
  11191.          user-select: all !important;
  11192. }
  11193.  
  11194. .user-select-auto {
  11195.  -webkit-user-select: auto !important;
  11196.     -moz-user-select: auto !important;
  11197.          user-select: auto !important;
  11198. }
  11199.  
  11200. .user-select-none {
  11201.  -webkit-user-select: none !important;
  11202.     -moz-user-select: none !important;
  11203.          user-select: none !important;
  11204. }
  11205.  
  11206. .overflow-auto {
  11207.  overflow: auto !important;
  11208. }
  11209.  
  11210. .overflow-hidden {
  11211.  overflow: hidden !important;
  11212. }
  11213.  
  11214. .position-static {
  11215.  position: static !important;
  11216. }
  11217.  
  11218. .position-relative {
  11219.  position: relative !important;
  11220. }
  11221.  
  11222. .position-absolute {
  11223.  position: absolute !important;
  11224. }
  11225.  
  11226. .position-fixed {
  11227.  position: fixed !important;
  11228. }
  11229.  
  11230. .position-sticky {
  11231.  position: sticky !important;
  11232. }
  11233.  
  11234. .fixed-top {
  11235.  position: fixed;
  11236.  top: 0;
  11237.  right: 0;
  11238.  left: 0;
  11239.  z-index: 1030;
  11240. }
  11241.  
  11242. .fixed-bottom {
  11243.  position: fixed;
  11244.  right: 0;
  11245.  bottom: 0;
  11246.  left: 0;
  11247.  z-index: 1030;
  11248. }
  11249.  
  11250. @supports (position: sticky) {
  11251.  .sticky-top {
  11252.    position: sticky;
  11253.    top: 0;
  11254.    z-index: 1020;
  11255.  }
  11256. }
  11257.  
  11258. .sr-only {
  11259.  position: absolute;
  11260.  width: 1px;
  11261.  height: 1px;
  11262.  padding: 0;
  11263.  margin: -1px;
  11264.  overflow: hidden;
  11265.  clip: rect(0, 0, 0, 0);
  11266.  white-space: nowrap;
  11267.  border: 0;
  11268. }
  11269.  
  11270. .sr-only-focusable:active, .sr-only-focusable:focus {
  11271.  position: static;
  11272.  width: auto;
  11273.  height: auto;
  11274.  overflow: visible;
  11275.  clip: auto;
  11276.  white-space: normal;
  11277. }
  11278.  
  11279. .shadow-sm {
  11280.  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  11281. }
  11282.  
  11283. .shadow {
  11284.  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  11285. }
  11286.  
  11287. .shadow-lg {
  11288.  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  11289. }
  11290.  
  11291. .shadow-none {
  11292.  box-shadow: none !important;
  11293. }
  11294.  
  11295. .w-25 {
  11296.  width: 25% !important;
  11297. }
  11298.  
  11299. .w-50 {
  11300.  width: 50% !important;
  11301. }
  11302.  
  11303. .w-75 {
  11304.  width: 75% !important;
  11305. }
  11306.  
  11307. .w-100 {
  11308.  width: 100% !important;
  11309. }
  11310.  
  11311. .w-auto {
  11312.  width: auto !important;
  11313. }
  11314.  
  11315. .h-25 {
  11316.  height: 25% !important;
  11317. }
  11318.  
  11319. .h-50 {
  11320.  height: 50% !important;
  11321. }
  11322.  
  11323. .h-75 {
  11324.  height: 75% !important;
  11325. }
  11326.  
  11327. .h-100 {
  11328.  height: 100% !important;
  11329. }
  11330.  
  11331. .h-auto {
  11332.  height: auto !important;
  11333. }
  11334.  
  11335. .mw-100 {
  11336.  max-width: 100% !important;
  11337. }
  11338.  
  11339. .mh-100 {
  11340.  max-height: 100% !important;
  11341. }
  11342.  
  11343. .min-vw-100 {
  11344.  min-width: 100vw !important;
  11345. }
  11346.  
  11347. .min-vh-100 {
  11348.  min-height: 100vh !important;
  11349. }
  11350.  
  11351. .vw-100 {
  11352.  width: 100vw !important;
  11353. }
  11354.  
  11355. .vh-100 {
  11356.  height: 100vh !important;
  11357. }
  11358.  
  11359. .m-0 {
  11360.  margin: 0 !important;
  11361. }
  11362.  
  11363. .mt-0,
  11364. .my-0 {
  11365.  margin-top: 0 !important;
  11366. }
  11367.  
  11368. .mr-0,
  11369. .mx-0 {
  11370.  margin-right: 0 !important;
  11371. }
  11372.  
  11373. .mb-0,
  11374. .my-0 {
  11375.  margin-bottom: 0 !important;
  11376. }
  11377.  
  11378. .ml-0,
  11379. .mx-0 {
  11380.  margin-left: 0 !important;
  11381. }
  11382.  
  11383. .m-1 {
  11384.  margin: 0.25rem !important;
  11385. }
  11386.  
  11387. .mt-1,
  11388. .my-1 {
  11389.  margin-top: 0.25rem !important;
  11390. }
  11391.  
  11392. .mr-1,
  11393. .mx-1 {
  11394.  margin-right: 0.25rem !important;
  11395. }
  11396.  
  11397. .mb-1,
  11398. .my-1 {
  11399.  margin-bottom: 0.25rem !important;
  11400. }
  11401.  
  11402. .ml-1,
  11403. .mx-1 {
  11404.  margin-left: 0.25rem !important;
  11405. }
  11406.  
  11407. .m-2 {
  11408.  margin: 0.5rem !important;
  11409. }
  11410.  
  11411. .mt-2,
  11412. .my-2 {
  11413.  margin-top: 0.5rem !important;
  11414. }
  11415.  
  11416. .mr-2,
  11417. .mx-2 {
  11418.  margin-right: 0.5rem !important;
  11419. }
  11420.  
  11421. .mb-2,
  11422. .my-2 {
  11423.  margin-bottom: 0.5rem !important;
  11424. }
  11425.  
  11426. .ml-2,
  11427. .mx-2 {
  11428.  margin-left: 0.5rem !important;
  11429. }
  11430.  
  11431. .m-3 {
  11432.  margin: 1rem !important;
  11433. }
  11434.  
  11435. .mt-3,
  11436. .my-3 {
  11437.  margin-top: 1rem !important;
  11438. }
  11439.  
  11440. .mr-3,
  11441. .mx-3 {
  11442.  margin-right: 1rem !important;
  11443. }
  11444.  
  11445. .mb-3,
  11446. .my-3 {
  11447.  margin-bottom: 1rem !important;
  11448. }
  11449.  
  11450. .ml-3,
  11451. .mx-3 {
  11452.  margin-left: 1rem !important;
  11453. }
  11454.  
  11455. .m-4 {
  11456.  margin: 1.5rem !important;
  11457. }
  11458.  
  11459. .mt-4,
  11460. .my-4 {
  11461.  margin-top: 1.5rem !important;
  11462. }
  11463.  
  11464. .mr-4,
  11465. .mx-4 {
  11466.  margin-right: 1.5rem !important;
  11467. }
  11468.  
  11469. .mb-4,
  11470. .my-4 {
  11471.  margin-bottom: 1.5rem !important;
  11472. }
  11473.  
  11474. .ml-4,
  11475. .mx-4 {
  11476.  margin-left: 1.5rem !important;
  11477. }
  11478.  
  11479. .m-5 {
  11480.  margin: 3rem !important;
  11481. }
  11482.  
  11483. .mt-5,
  11484. .my-5 {
  11485.  margin-top: 3rem !important;
  11486. }
  11487.  
  11488. .mr-5,
  11489. .mx-5 {
  11490.  margin-right: 3rem !important;
  11491. }
  11492.  
  11493. .mb-5,
  11494. .my-5 {
  11495.  margin-bottom: 3rem !important;
  11496. }
  11497.  
  11498. .ml-5,
  11499. .mx-5 {
  11500.  margin-left: 3rem !important;
  11501. }
  11502.  
  11503. .p-0 {
  11504.  padding: 0 !important;
  11505. }
  11506.  
  11507. .pt-0,
  11508. .py-0 {
  11509.  padding-top: 0 !important;
  11510. }
  11511.  
  11512. .pr-0,
  11513. .px-0 {
  11514.  padding-right: 0 !important;
  11515. }
  11516.  
  11517. .pb-0,
  11518. .py-0 {
  11519.  padding-bottom: 0 !important;
  11520. }
  11521.  
  11522. .pl-0,
  11523. .px-0 {
  11524.  padding-left: 0 !important;
  11525. }
  11526.  
  11527. .p-1 {
  11528.  padding: 0.25rem !important;
  11529. }
  11530.  
  11531. .pt-1,
  11532. .py-1 {
  11533.  padding-top: 0.25rem !important;
  11534. }
  11535.  
  11536. .pr-1,
  11537. .px-1 {
  11538.  padding-right: 0.25rem !important;
  11539. }
  11540.  
  11541. .pb-1,
  11542. .py-1 {
  11543.  padding-bottom: 0.25rem !important;
  11544. }
  11545.  
  11546. .pl-1,
  11547. .px-1 {
  11548.  padding-left: 0.25rem !important;
  11549. }
  11550.  
  11551. .p-2 {
  11552.  padding: 0.5rem !important;
  11553. }
  11554.  
  11555. .pt-2,
  11556. .py-2 {
  11557.  padding-top: 0.5rem !important;
  11558. }
  11559.  
  11560. .pr-2,
  11561. .px-2 {
  11562.  padding-right: 0.5rem !important;
  11563. }
  11564.  
  11565. .pb-2,
  11566. .py-2 {
  11567.  padding-bottom: 0.5rem !important;
  11568. }
  11569.  
  11570. .pl-2,
  11571. .px-2 {
  11572.  padding-left: 0.5rem !important;
  11573. }
  11574.  
  11575. .p-3 {
  11576.  padding: 1rem !important;
  11577. }
  11578.  
  11579. .pt-3,
  11580. .py-3 {
  11581.  padding-top: 1rem !important;
  11582. }
  11583.  
  11584. .pr-3,
  11585. .px-3 {
  11586.  padding-right: 1rem !important;
  11587. }
  11588.  
  11589. .pb-3,
  11590. .py-3 {
  11591.  padding-bottom: 1rem !important;
  11592. }
  11593.  
  11594. .pl-3,
  11595. .px-3 {
  11596.  padding-left: 1rem !important;
  11597. }
  11598.  
  11599. .p-4 {
  11600.  padding: 1.5rem !important;
  11601. }
  11602.  
  11603. .pt-4,
  11604. .py-4 {
  11605.  padding-top: 1.5rem !important;
  11606. }
  11607.  
  11608. .pr-4,
  11609. .px-4 {
  11610.  padding-right: 1.5rem !important;
  11611. }
  11612.  
  11613. .pb-4,
  11614. .py-4 {
  11615.  padding-bottom: 1.5rem !important;
  11616. }
  11617.  
  11618. .pl-4,
  11619. .px-4 {
  11620.  padding-left: 1.5rem !important;
  11621. }
  11622.  
  11623. .p-5 {
  11624.  padding: 3rem !important;
  11625. }
  11626.  
  11627. .pt-5,
  11628. .py-5 {
  11629.  padding-top: 3rem !important;
  11630. }
  11631.  
  11632. .pr-5,
  11633. .px-5 {
  11634.  padding-right: 3rem !important;
  11635. }
  11636.  
  11637. .pb-5,
  11638. .py-5 {
  11639.  padding-bottom: 3rem !important;
  11640. }
  11641.  
  11642. .pl-5,
  11643. .px-5 {
  11644.  padding-left: 3rem !important;
  11645. }
  11646.  
  11647. .m-n1 {
  11648.  margin: -0.25rem !important;
  11649. }
  11650.  
  11651. .mt-n1,
  11652. .my-n1 {
  11653.  margin-top: -0.25rem !important;
  11654. }
  11655.  
  11656. .mr-n1,
  11657. .mx-n1 {
  11658.  margin-right: -0.25rem !important;
  11659. }
  11660.  
  11661. .mb-n1,
  11662. .my-n1 {
  11663.  margin-bottom: -0.25rem !important;
  11664. }
  11665.  
  11666. .ml-n1,
  11667. .mx-n1 {
  11668.  margin-left: -0.25rem !important;
  11669. }
  11670.  
  11671. .m-n2 {
  11672.  margin: -0.5rem !important;
  11673. }
  11674.  
  11675. .mt-n2,
  11676. .my-n2 {
  11677.  margin-top: -0.5rem !important;
  11678. }
  11679.  
  11680. .mr-n2,
  11681. .mx-n2 {
  11682.  margin-right: -0.5rem !important;
  11683. }
  11684.  
  11685. .mb-n2,
  11686. .my-n2 {
  11687.  margin-bottom: -0.5rem !important;
  11688. }
  11689.  
  11690. .ml-n2,
  11691. .mx-n2 {
  11692.  margin-left: -0.5rem !important;
  11693. }
  11694.  
  11695. .m-n3 {
  11696.  margin: -1rem !important;
  11697. }
  11698.  
  11699. .mt-n3,
  11700. .my-n3 {
  11701.  margin-top: -1rem !important;
  11702. }
  11703.  
  11704. .mr-n3,
  11705. .mx-n3 {
  11706.  margin-right: -1rem !important;
  11707. }
  11708.  
  11709. .mb-n3,
  11710. .my-n3 {
  11711.  margin-bottom: -1rem !important;
  11712. }
  11713.  
  11714. .ml-n3,
  11715. .mx-n3 {
  11716.  margin-left: -1rem !important;
  11717. }
  11718.  
  11719. .m-n4 {
  11720.  margin: -1.5rem !important;
  11721. }
  11722.  
  11723. .mt-n4,
  11724. .my-n4 {
  11725.  margin-top: -1.5rem !important;
  11726. }
  11727.  
  11728. .mr-n4,
  11729. .mx-n4 {
  11730.  margin-right: -1.5rem !important;
  11731. }
  11732.  
  11733. .mb-n4,
  11734. .my-n4 {
  11735.  margin-bottom: -1.5rem !important;
  11736. }
  11737.  
  11738. .ml-n4,
  11739. .mx-n4 {
  11740.  margin-left: -1.5rem !important;
  11741. }
  11742.  
  11743. .m-n5 {
  11744.  margin: -3rem !important;
  11745. }
  11746.  
  11747. .mt-n5,
  11748. .my-n5 {
  11749.  margin-top: -3rem !important;
  11750. }
  11751.  
  11752. .mr-n5,
  11753. .mx-n5 {
  11754.  margin-right: -3rem !important;
  11755. }
  11756.  
  11757. .mb-n5,
  11758. .my-n5 {
  11759.  margin-bottom: -3rem !important;
  11760. }
  11761.  
  11762. .ml-n5,
  11763. .mx-n5 {
  11764.  margin-left: -3rem !important;
  11765. }
  11766.  
  11767. .m-auto {
  11768.  margin: auto !important;
  11769. }
  11770.  
  11771. .mt-auto,
  11772. .my-auto {
  11773.  margin-top: auto !important;
  11774. }
  11775.  
  11776. .mr-auto,
  11777. .mx-auto {
  11778.  margin-right: auto !important;
  11779. }
  11780.  
  11781. .mb-auto,
  11782. .my-auto {
  11783.  margin-bottom: auto !important;
  11784. }
  11785.  
  11786. .ml-auto,
  11787. .mx-auto {
  11788.  margin-left: auto !important;
  11789. }
  11790.  
  11791. @media (min-width: 576px) {
  11792.  .m-sm-0 {
  11793.    margin: 0 !important;
  11794.  }
  11795.  .mt-sm-0,
  11796.  .my-sm-0 {
  11797.    margin-top: 0 !important;
  11798.  }
  11799.  .mr-sm-0,
  11800.  .mx-sm-0 {
  11801.    margin-right: 0 !important;
  11802.  }
  11803.  .mb-sm-0,
  11804.  .my-sm-0 {
  11805.    margin-bottom: 0 !important;
  11806.  }
  11807.  .ml-sm-0,
  11808.  .mx-sm-0 {
  11809.    margin-left: 0 !important;
  11810.  }
  11811.  .m-sm-1 {
  11812.    margin: 0.25rem !important;
  11813.  }
  11814.  .mt-sm-1,
  11815.  .my-sm-1 {
  11816.    margin-top: 0.25rem !important;
  11817.  }
  11818.  .mr-sm-1,
  11819.  .mx-sm-1 {
  11820.    margin-right: 0.25rem !important;
  11821.  }
  11822.  .mb-sm-1,
  11823.  .my-sm-1 {
  11824.    margin-bottom: 0.25rem !important;
  11825.  }
  11826.  .ml-sm-1,
  11827.  .mx-sm-1 {
  11828.    margin-left: 0.25rem !important;
  11829.  }
  11830.  .m-sm-2 {
  11831.    margin: 0.5rem !important;
  11832.  }
  11833.  .mt-sm-2,
  11834.  .my-sm-2 {
  11835.    margin-top: 0.5rem !important;
  11836.  }
  11837.  .mr-sm-2,
  11838.  .mx-sm-2 {
  11839.    margin-right: 0.5rem !important;
  11840.  }
  11841.  .mb-sm-2,
  11842.  .my-sm-2 {
  11843.    margin-bottom: 0.5rem !important;
  11844.  }
  11845.  .ml-sm-2,
  11846.  .mx-sm-2 {
  11847.    margin-left: 0.5rem !important;
  11848.  }
  11849.  .m-sm-3 {
  11850.    margin: 1rem !important;
  11851.  }
  11852.  .mt-sm-3,
  11853.  .my-sm-3 {
  11854.    margin-top: 1rem !important;
  11855.  }
  11856.  .mr-sm-3,
  11857.  .mx-sm-3 {
  11858.    margin-right: 1rem !important;
  11859.  }
  11860.  .mb-sm-3,
  11861.  .my-sm-3 {
  11862.    margin-bottom: 1rem !important;
  11863.  }
  11864.  .ml-sm-3,
  11865.  .mx-sm-3 {
  11866.    margin-left: 1rem !important;
  11867.  }
  11868.  .m-sm-4 {
  11869.    margin: 1.5rem !important;
  11870.  }
  11871.  .mt-sm-4,
  11872.  .my-sm-4 {
  11873.    margin-top: 1.5rem !important;
  11874.  }
  11875.  .mr-sm-4,
  11876.  .mx-sm-4 {
  11877.    margin-right: 1.5rem !important;
  11878.  }
  11879.  .mb-sm-4,
  11880.  .my-sm-4 {
  11881.    margin-bottom: 1.5rem !important;
  11882.  }
  11883.  .ml-sm-4,
  11884.  .mx-sm-4 {
  11885.    margin-left: 1.5rem !important;
  11886.  }
  11887.  .m-sm-5 {
  11888.    margin: 3rem !important;
  11889.  }
  11890.  .mt-sm-5,
  11891.  .my-sm-5 {
  11892.    margin-top: 3rem !important;
  11893.  }
  11894.  .mr-sm-5,
  11895.  .mx-sm-5 {
  11896.    margin-right: 3rem !important;
  11897.  }
  11898.  .mb-sm-5,
  11899.  .my-sm-5 {
  11900.    margin-bottom: 3rem !important;
  11901.  }
  11902.  .ml-sm-5,
  11903.  .mx-sm-5 {
  11904.    margin-left: 3rem !important;
  11905.  }
  11906.  .p-sm-0 {
  11907.    padding: 0 !important;
  11908.  }
  11909.  .pt-sm-0,
  11910.  .py-sm-0 {
  11911.    padding-top: 0 !important;
  11912.  }
  11913.  .pr-sm-0,
  11914.  .px-sm-0 {
  11915.    padding-right: 0 !important;
  11916.  }
  11917.  .pb-sm-0,
  11918.  .py-sm-0 {
  11919.    padding-bottom: 0 !important;
  11920.  }
  11921.  .pl-sm-0,
  11922.  .px-sm-0 {
  11923.    padding-left: 0 !important;
  11924.  }
  11925.  .p-sm-1 {
  11926.    padding: 0.25rem !important;
  11927.  }
  11928.  .pt-sm-1,
  11929.  .py-sm-1 {
  11930.    padding-top: 0.25rem !important;
  11931.  }
  11932.  .pr-sm-1,
  11933.  .px-sm-1 {
  11934.    padding-right: 0.25rem !important;
  11935.  }
  11936.  .pb-sm-1,
  11937.  .py-sm-1 {
  11938.    padding-bottom: 0.25rem !important;
  11939.  }
  11940.  .pl-sm-1,
  11941.  .px-sm-1 {
  11942.    padding-left: 0.25rem !important;
  11943.  }
  11944.  .p-sm-2 {
  11945.    padding: 0.5rem !important;
  11946.  }
  11947.  .pt-sm-2,
  11948.  .py-sm-2 {
  11949.    padding-top: 0.5rem !important;
  11950.  }
  11951.  .pr-sm-2,
  11952.  .px-sm-2 {
  11953.    padding-right: 0.5rem !important;
  11954.  }
  11955.  .pb-sm-2,
  11956.  .py-sm-2 {
  11957.    padding-bottom: 0.5rem !important;
  11958.  }
  11959.  .pl-sm-2,
  11960.  .px-sm-2 {
  11961.    padding-left: 0.5rem !important;
  11962.  }
  11963.  .p-sm-3 {
  11964.    padding: 1rem !important;
  11965.  }
  11966.  .pt-sm-3,
  11967.  .py-sm-3 {
  11968.    padding-top: 1rem !important;
  11969.  }
  11970.  .pr-sm-3,
  11971.  .px-sm-3 {
  11972.    padding-right: 1rem !important;
  11973.  }
  11974.  .pb-sm-3,
  11975.  .py-sm-3 {
  11976.    padding-bottom: 1rem !important;
  11977.  }
  11978.  .pl-sm-3,
  11979.  .px-sm-3 {
  11980.    padding-left: 1rem !important;
  11981.  }
  11982.  .p-sm-4 {
  11983.    padding: 1.5rem !important;
  11984.  }
  11985.  .pt-sm-4,
  11986.  .py-sm-4 {
  11987.    padding-top: 1.5rem !important;
  11988.  }
  11989.  .pr-sm-4,
  11990.  .px-sm-4 {
  11991.    padding-right: 1.5rem !important;
  11992.  }
  11993.  .pb-sm-4,
  11994.  .py-sm-4 {
  11995.    padding-bottom: 1.5rem !important;
  11996.  }
  11997.  .pl-sm-4,
  11998.  .px-sm-4 {
  11999.    padding-left: 1.5rem !important;
  12000.  }
  12001.  .p-sm-5 {
  12002.    padding: 3rem !important;
  12003.  }
  12004.  .pt-sm-5,
  12005.  .py-sm-5 {
  12006.    padding-top: 3rem !important;
  12007.  }
  12008.  .pr-sm-5,
  12009.  .px-sm-5 {
  12010.    padding-right: 3rem !important;
  12011.  }
  12012.  .pb-sm-5,
  12013.  .py-sm-5 {
  12014.    padding-bottom: 3rem !important;
  12015.  }
  12016.  .pl-sm-5,
  12017.  .px-sm-5 {
  12018.    padding-left: 3rem !important;
  12019.  }
  12020.  .m-sm-n1 {
  12021.    margin: -0.25rem !important;
  12022.  }
  12023.  .mt-sm-n1,
  12024.  .my-sm-n1 {
  12025.    margin-top: -0.25rem !important;
  12026.  }
  12027.  .mr-sm-n1,
  12028.  .mx-sm-n1 {
  12029.    margin-right: -0.25rem !important;
  12030.  }
  12031.  .mb-sm-n1,
  12032.  .my-sm-n1 {
  12033.    margin-bottom: -0.25rem !important;
  12034.  }
  12035.  .ml-sm-n1,
  12036.  .mx-sm-n1 {
  12037.    margin-left: -0.25rem !important;
  12038.  }
  12039.  .m-sm-n2 {
  12040.    margin: -0.5rem !important;
  12041.  }
  12042.  .mt-sm-n2,
  12043.  .my-sm-n2 {
  12044.    margin-top: -0.5rem !important;
  12045.  }
  12046.  .mr-sm-n2,
  12047.  .mx-sm-n2 {
  12048.    margin-right: -0.5rem !important;
  12049.  }
  12050.  .mb-sm-n2,
  12051.  .my-sm-n2 {
  12052.    margin-bottom: -0.5rem !important;
  12053.  }
  12054.  .ml-sm-n2,
  12055.  .mx-sm-n2 {
  12056.    margin-left: -0.5rem !important;
  12057.  }
  12058.  .m-sm-n3 {
  12059.    margin: -1rem !important;
  12060.  }
  12061.  .mt-sm-n3,
  12062.  .my-sm-n3 {
  12063.    margin-top: -1rem !important;
  12064.  }
  12065.  .mr-sm-n3,
  12066.  .mx-sm-n3 {
  12067.    margin-right: -1rem !important;
  12068.  }
  12069.  .mb-sm-n3,
  12070.  .my-sm-n3 {
  12071.    margin-bottom: -1rem !important;
  12072.  }
  12073.  .ml-sm-n3,
  12074.  .mx-sm-n3 {
  12075.    margin-left: -1rem !important;
  12076.  }
  12077.  .m-sm-n4 {
  12078.    margin: -1.5rem !important;
  12079.  }
  12080.  .mt-sm-n4,
  12081.  .my-sm-n4 {
  12082.    margin-top: -1.5rem !important;
  12083.  }
  12084.  .mr-sm-n4,
  12085.  .mx-sm-n4 {
  12086.    margin-right: -1.5rem !important;
  12087.  }
  12088.  .mb-sm-n4,
  12089.  .my-sm-n4 {
  12090.    margin-bottom: -1.5rem !important;
  12091.  }
  12092.  .ml-sm-n4,
  12093.  .mx-sm-n4 {
  12094.    margin-left: -1.5rem !important;
  12095.  }
  12096.  .m-sm-n5 {
  12097.    margin: -3rem !important;
  12098.  }
  12099.  .mt-sm-n5,
  12100.  .my-sm-n5 {
  12101.    margin-top: -3rem !important;
  12102.  }
  12103.  .mr-sm-n5,
  12104.  .mx-sm-n5 {
  12105.    margin-right: -3rem !important;
  12106.  }
  12107.  .mb-sm-n5,
  12108.  .my-sm-n5 {
  12109.    margin-bottom: -3rem !important;
  12110.  }
  12111.  .ml-sm-n5,
  12112.  .mx-sm-n5 {
  12113.    margin-left: -3rem !important;
  12114.  }
  12115.  .m-sm-auto {
  12116.    margin: auto !important;
  12117.  }
  12118.  .mt-sm-auto,
  12119.  .my-sm-auto {
  12120.    margin-top: auto !important;
  12121.  }
  12122.  .mr-sm-auto,
  12123.  .mx-sm-auto {
  12124.    margin-right: auto !important;
  12125.  }
  12126.  .mb-sm-auto,
  12127.  .my-sm-auto {
  12128.    margin-bottom: auto !important;
  12129.  }
  12130.  .ml-sm-auto,
  12131.  .mx-sm-auto {
  12132.    margin-left: auto !important;
  12133.  }
  12134. }
  12135. @media (min-width: 768px) {
  12136.  .m-md-0 {
  12137.    margin: 0 !important;
  12138.  }
  12139.  .mt-md-0,
  12140.  .my-md-0 {
  12141.    margin-top: 0 !important;
  12142.  }
  12143.  .mr-md-0,
  12144.  .mx-md-0 {
  12145.    margin-right: 0 !important;
  12146.  }
  12147.  .mb-md-0,
  12148.  .my-md-0 {
  12149.    margin-bottom: 0 !important;
  12150.  }
  12151.  .ml-md-0,
  12152.  .mx-md-0 {
  12153.    margin-left: 0 !important;
  12154.  }
  12155.  .m-md-1 {
  12156.    margin: 0.25rem !important;
  12157.  }
  12158.  .mt-md-1,
  12159.  .my-md-1 {
  12160.    margin-top: 0.25rem !important;
  12161.  }
  12162.  .mr-md-1,
  12163.  .mx-md-1 {
  12164.    margin-right: 0.25rem !important;
  12165.  }
  12166.  .mb-md-1,
  12167.  .my-md-1 {
  12168.    margin-bottom: 0.25rem !important;
  12169.  }
  12170.  .ml-md-1,
  12171.  .mx-md-1 {
  12172.    margin-left: 0.25rem !important;
  12173.  }
  12174.  .m-md-2 {
  12175.    margin: 0.5rem !important;
  12176.  }
  12177.  .mt-md-2,
  12178.  .my-md-2 {
  12179.    margin-top: 0.5rem !important;
  12180.  }
  12181.  .mr-md-2,
  12182.  .mx-md-2 {
  12183.    margin-right: 0.5rem !important;
  12184.  }
  12185.  .mb-md-2,
  12186.  .my-md-2 {
  12187.    margin-bottom: 0.5rem !important;
  12188.  }
  12189.  .ml-md-2,
  12190.  .mx-md-2 {
  12191.    margin-left: 0.5rem !important;
  12192.  }
  12193.  .m-md-3 {
  12194.    margin: 1rem !important;
  12195.  }
  12196.  .mt-md-3,
  12197.  .my-md-3 {
  12198.    margin-top: 1rem !important;
  12199.  }
  12200.  .mr-md-3,
  12201.  .mx-md-3 {
  12202.    margin-right: 1rem !important;
  12203.  }
  12204.  .mb-md-3,
  12205.  .my-md-3 {
  12206.    margin-bottom: 1rem !important;
  12207.  }
  12208.  .ml-md-3,
  12209.  .mx-md-3 {
  12210.    margin-left: 1rem !important;
  12211.  }
  12212.  .m-md-4 {
  12213.    margin: 1.5rem !important;
  12214.  }
  12215.  .mt-md-4,
  12216.  .my-md-4 {
  12217.    margin-top: 1.5rem !important;
  12218.  }
  12219.  .mr-md-4,
  12220.  .mx-md-4 {
  12221.    margin-right: 1.5rem !important;
  12222.  }
  12223.  .mb-md-4,
  12224.  .my-md-4 {
  12225.    margin-bottom: 1.5rem !important;
  12226.  }
  12227.  .ml-md-4,
  12228.  .mx-md-4 {
  12229.    margin-left: 1.5rem !important;
  12230.  }
  12231.  .m-md-5 {
  12232.    margin: 3rem !important;
  12233.  }
  12234.  .mt-md-5,
  12235.  .my-md-5 {
  12236.    margin-top: 3rem !important;
  12237.  }
  12238.  .mr-md-5,
  12239.  .mx-md-5 {
  12240.    margin-right: 3rem !important;
  12241.  }
  12242.  .mb-md-5,
  12243.  .my-md-5 {
  12244.    margin-bottom: 3rem !important;
  12245.  }
  12246.  .ml-md-5,
  12247.  .mx-md-5 {
  12248.    margin-left: 3rem !important;
  12249.  }
  12250.  .p-md-0 {
  12251.    padding: 0 !important;
  12252.  }
  12253.  .pt-md-0,
  12254.  .py-md-0 {
  12255.    padding-top: 0 !important;
  12256.  }
  12257.  .pr-md-0,
  12258.  .px-md-0 {
  12259.    padding-right: 0 !important;
  12260.  }
  12261.  .pb-md-0,
  12262.  .py-md-0 {
  12263.    padding-bottom: 0 !important;
  12264.  }
  12265.  .pl-md-0,
  12266.  .px-md-0 {
  12267.    padding-left: 0 !important;
  12268.  }
  12269.  .p-md-1 {
  12270.    padding: 0.25rem !important;
  12271.  }
  12272.  .pt-md-1,
  12273.  .py-md-1 {
  12274.    padding-top: 0.25rem !important;
  12275.  }
  12276.  .pr-md-1,
  12277.  .px-md-1 {
  12278.    padding-right: 0.25rem !important;
  12279.  }
  12280.  .pb-md-1,
  12281.  .py-md-1 {
  12282.    padding-bottom: 0.25rem !important;
  12283.  }
  12284.  .pl-md-1,
  12285.  .px-md-1 {
  12286.    padding-left: 0.25rem !important;
  12287.  }
  12288.  .p-md-2 {
  12289.    padding: 0.5rem !important;
  12290.  }
  12291.  .pt-md-2,
  12292.  .py-md-2 {
  12293.    padding-top: 0.5rem !important;
  12294.  }
  12295.  .pr-md-2,
  12296.  .px-md-2 {
  12297.    padding-right: 0.5rem !important;
  12298.  }
  12299.  .pb-md-2,
  12300.  .py-md-2 {
  12301.    padding-bottom: 0.5rem !important;
  12302.  }
  12303.  .pl-md-2,
  12304.  .px-md-2 {
  12305.    padding-left: 0.5rem !important;
  12306.  }
  12307.  .p-md-3 {
  12308.    padding: 1rem !important;
  12309.  }
  12310.  .pt-md-3,
  12311.  .py-md-3 {
  12312.    padding-top: 1rem !important;
  12313.  }
  12314.  .pr-md-3,
  12315.  .px-md-3 {
  12316.    padding-right: 1rem !important;
  12317.  }
  12318.  .pb-md-3,
  12319.  .py-md-3 {
  12320.    padding-bottom: 1rem !important;
  12321.  }
  12322.  .pl-md-3,
  12323.  .px-md-3 {
  12324.    padding-left: 1rem !important;
  12325.  }
  12326.  .p-md-4 {
  12327.    padding: 1.5rem !important;
  12328.  }
  12329.  .pt-md-4,
  12330.  .py-md-4 {
  12331.    padding-top: 1.5rem !important;
  12332.  }
  12333.  .pr-md-4,
  12334.  .px-md-4 {
  12335.    padding-right: 1.5rem !important;
  12336.  }
  12337.  .pb-md-4,
  12338.  .py-md-4 {
  12339.    padding-bottom: 1.5rem !important;
  12340.  }
  12341.  .pl-md-4,
  12342.  .px-md-4 {
  12343.    padding-left: 1.5rem !important;
  12344.  }
  12345.  .p-md-5 {
  12346.    padding: 3rem !important;
  12347.  }
  12348.  .pt-md-5,
  12349.  .py-md-5 {
  12350.    padding-top: 3rem !important;
  12351.  }
  12352.  .pr-md-5,
  12353.  .px-md-5 {
  12354.    padding-right: 3rem !important;
  12355.  }
  12356.  .pb-md-5,
  12357.  .py-md-5 {
  12358.    padding-bottom: 3rem !important;
  12359.  }
  12360.  .pl-md-5,
  12361.  .px-md-5 {
  12362.    padding-left: 3rem !important;
  12363.  }
  12364.  .m-md-n1 {
  12365.    margin: -0.25rem !important;
  12366.  }
  12367.  .mt-md-n1,
  12368.  .my-md-n1 {
  12369.    margin-top: -0.25rem !important;
  12370.  }
  12371.  .mr-md-n1,
  12372.  .mx-md-n1 {
  12373.    margin-right: -0.25rem !important;
  12374.  }
  12375.  .mb-md-n1,
  12376.  .my-md-n1 {
  12377.    margin-bottom: -0.25rem !important;
  12378.  }
  12379.  .ml-md-n1,
  12380.  .mx-md-n1 {
  12381.    margin-left: -0.25rem !important;
  12382.  }
  12383.  .m-md-n2 {
  12384.    margin: -0.5rem !important;
  12385.  }
  12386.  .mt-md-n2,
  12387.  .my-md-n2 {
  12388.    margin-top: -0.5rem !important;
  12389.  }
  12390.  .mr-md-n2,
  12391.  .mx-md-n2 {
  12392.    margin-right: -0.5rem !important;
  12393.  }
  12394.  .mb-md-n2,
  12395.  .my-md-n2 {
  12396.    margin-bottom: -0.5rem !important;
  12397.  }
  12398.  .ml-md-n2,
  12399.  .mx-md-n2 {
  12400.    margin-left: -0.5rem !important;
  12401.  }
  12402.  .m-md-n3 {
  12403.    margin: -1rem !important;
  12404.  }
  12405.  .mt-md-n3,
  12406.  .my-md-n3 {
  12407.    margin-top: -1rem !important;
  12408.  }
  12409.  .mr-md-n3,
  12410.  .mx-md-n3 {
  12411.    margin-right: -1rem !important;
  12412.  }
  12413.  .mb-md-n3,
  12414.  .my-md-n3 {
  12415.    margin-bottom: -1rem !important;
  12416.  }
  12417.  .ml-md-n3,
  12418.  .mx-md-n3 {
  12419.    margin-left: -1rem !important;
  12420.  }
  12421.  .m-md-n4 {
  12422.    margin: -1.5rem !important;
  12423.  }
  12424.  .mt-md-n4,
  12425.  .my-md-n4 {
  12426.    margin-top: -1.5rem !important;
  12427.  }
  12428.  .mr-md-n4,
  12429.  .mx-md-n4 {
  12430.    margin-right: -1.5rem !important;
  12431.  }
  12432.  .mb-md-n4,
  12433.  .my-md-n4 {
  12434.    margin-bottom: -1.5rem !important;
  12435.  }
  12436.  .ml-md-n4,
  12437.  .mx-md-n4 {
  12438.    margin-left: -1.5rem !important;
  12439.  }
  12440.  .m-md-n5 {
  12441.    margin: -3rem !important;
  12442.  }
  12443.  .mt-md-n5,
  12444.  .my-md-n5 {
  12445.    margin-top: -3rem !important;
  12446.  }
  12447.  .mr-md-n5,
  12448.  .mx-md-n5 {
  12449.    margin-right: -3rem !important;
  12450.  }
  12451.  .mb-md-n5,
  12452.  .my-md-n5 {
  12453.    margin-bottom: -3rem !important;
  12454.  }
  12455.  .ml-md-n5,
  12456.  .mx-md-n5 {
  12457.    margin-left: -3rem !important;
  12458.  }
  12459.  .m-md-auto {
  12460.    margin: auto !important;
  12461.  }
  12462.  .mt-md-auto,
  12463.  .my-md-auto {
  12464.    margin-top: auto !important;
  12465.  }
  12466.  .mr-md-auto,
  12467.  .mx-md-auto {
  12468.    margin-right: auto !important;
  12469.  }
  12470.  .mb-md-auto,
  12471.  .my-md-auto {
  12472.    margin-bottom: auto !important;
  12473.  }
  12474.  .ml-md-auto,
  12475.  .mx-md-auto {
  12476.    margin-left: auto !important;
  12477.  }
  12478. }
  12479. @media (min-width: 992px) {
  12480.  .m-lg-0 {
  12481.    margin: 0 !important;
  12482.  }
  12483.  .mt-lg-0,
  12484.  .my-lg-0 {
  12485.    margin-top: 0 !important;
  12486.  }
  12487.  .mr-lg-0,
  12488.  .mx-lg-0 {
  12489.    margin-right: 0 !important;
  12490.  }
  12491.  .mb-lg-0,
  12492.  .my-lg-0 {
  12493.    margin-bottom: 0 !important;
  12494.  }
  12495.  .ml-lg-0,
  12496.  .mx-lg-0 {
  12497.    margin-left: 0 !important;
  12498.  }
  12499.  .m-lg-1 {
  12500.    margin: 0.25rem !important;
  12501.  }
  12502.  .mt-lg-1,
  12503.  .my-lg-1 {
  12504.    margin-top: 0.25rem !important;
  12505.  }
  12506.  .mr-lg-1,
  12507.  .mx-lg-1 {
  12508.    margin-right: 0.25rem !important;
  12509.  }
  12510.  .mb-lg-1,
  12511.  .my-lg-1 {
  12512.    margin-bottom: 0.25rem !important;
  12513.  }
  12514.  .ml-lg-1,
  12515.  .mx-lg-1 {
  12516.    margin-left: 0.25rem !important;
  12517.  }
  12518.  .m-lg-2 {
  12519.    margin: 0.5rem !important;
  12520.  }
  12521.  .mt-lg-2,
  12522.  .my-lg-2 {
  12523.    margin-top: 0.5rem !important;
  12524.  }
  12525.  .mr-lg-2,
  12526.  .mx-lg-2 {
  12527.    margin-right: 0.5rem !important;
  12528.  }
  12529.  .mb-lg-2,
  12530.  .my-lg-2 {
  12531.    margin-bottom: 0.5rem !important;
  12532.  }
  12533.  .ml-lg-2,
  12534.  .mx-lg-2 {
  12535.    margin-left: 0.5rem !important;
  12536.  }
  12537.  .m-lg-3 {
  12538.    margin: 1rem !important;
  12539.  }
  12540.  .mt-lg-3,
  12541.  .my-lg-3 {
  12542.    margin-top: 1rem !important;
  12543.  }
  12544.  .mr-lg-3,
  12545.  .mx-lg-3 {
  12546.    margin-right: 1rem !important;
  12547.  }
  12548.  .mb-lg-3,
  12549.  .my-lg-3 {
  12550.    margin-bottom: 1rem !important;
  12551.  }
  12552.  .ml-lg-3,
  12553.  .mx-lg-3 {
  12554.    margin-left: 1rem !important;
  12555.  }
  12556.  .m-lg-4 {
  12557.    margin: 1.5rem !important;
  12558.  }
  12559.  .mt-lg-4,
  12560.  .my-lg-4 {
  12561.    margin-top: 1.5rem !important;
  12562.  }
  12563.  .mr-lg-4,
  12564.  .mx-lg-4 {
  12565.    margin-right: 1.5rem !important;
  12566.  }
  12567.  .mb-lg-4,
  12568.  .my-lg-4 {
  12569.    margin-bottom: 1.5rem !important;
  12570.  }
  12571.  .ml-lg-4,
  12572.  .mx-lg-4 {
  12573.    margin-left: 1.5rem !important;
  12574.  }
  12575.  .m-lg-5 {
  12576.    margin: 3rem !important;
  12577.  }
  12578.  .mt-lg-5,
  12579.  .my-lg-5 {
  12580.    margin-top: 3rem !important;
  12581.  }
  12582.  .mr-lg-5,
  12583.  .mx-lg-5 {
  12584.    margin-right: 3rem !important;
  12585.  }
  12586.  .mb-lg-5,
  12587.  .my-lg-5 {
  12588.    margin-bottom: 3rem !important;
  12589.  }
  12590.  .ml-lg-5,
  12591.  .mx-lg-5 {
  12592.    margin-left: 3rem !important;
  12593.  }
  12594.  .p-lg-0 {
  12595.    padding: 0 !important;
  12596.  }
  12597.  .pt-lg-0,
  12598.  .py-lg-0 {
  12599.    padding-top: 0 !important;
  12600.  }
  12601.  .pr-lg-0,
  12602.  .px-lg-0 {
  12603.    padding-right: 0 !important;
  12604.  }
  12605.  .pb-lg-0,
  12606.  .py-lg-0 {
  12607.    padding-bottom: 0 !important;
  12608.  }
  12609.  .pl-lg-0,
  12610.  .px-lg-0 {
  12611.    padding-left: 0 !important;
  12612.  }
  12613.  .p-lg-1 {
  12614.    padding: 0.25rem !important;
  12615.  }
  12616.  .pt-lg-1,
  12617.  .py-lg-1 {
  12618.    padding-top: 0.25rem !important;
  12619.  }
  12620.  .pr-lg-1,
  12621.  .px-lg-1 {
  12622.    padding-right: 0.25rem !important;
  12623.  }
  12624.  .pb-lg-1,
  12625.  .py-lg-1 {
  12626.    padding-bottom: 0.25rem !important;
  12627.  }
  12628.  .pl-lg-1,
  12629.  .px-lg-1 {
  12630.    padding-left: 0.25rem !important;
  12631.  }
  12632.  .p-lg-2 {
  12633.    padding: 0.5rem !important;
  12634.  }
  12635.  .pt-lg-2,
  12636.  .py-lg-2 {
  12637.    padding-top: 0.5rem !important;
  12638.  }
  12639.  .pr-lg-2,
  12640.  .px-lg-2 {
  12641.    padding-right: 0.5rem !important;
  12642.  }
  12643.  .pb-lg-2,
  12644.  .py-lg-2 {
  12645.    padding-bottom: 0.5rem !important;
  12646.  }
  12647.  .pl-lg-2,
  12648.  .px-lg-2 {
  12649.    padding-left: 0.5rem !important;
  12650.  }
  12651.  .p-lg-3 {
  12652.    padding: 1rem !important;
  12653.  }
  12654.  .pt-lg-3,
  12655.  .py-lg-3 {
  12656.    padding-top: 1rem !important;
  12657.  }
  12658.  .pr-lg-3,
  12659.  .px-lg-3 {
  12660.    padding-right: 1rem !important;
  12661.  }
  12662.  .pb-lg-3,
  12663.  .py-lg-3 {
  12664.    padding-bottom: 1rem !important;
  12665.  }
  12666.  .pl-lg-3,
  12667.  .px-lg-3 {
  12668.    padding-left: 1rem !important;
  12669.  }
  12670.  .p-lg-4 {
  12671.    padding: 1.5rem !important;
  12672.  }
  12673.  .pt-lg-4,
  12674.  .py-lg-4 {
  12675.    padding-top: 1.5rem !important;
  12676.  }
  12677.  .pr-lg-4,
  12678.  .px-lg-4 {
  12679.    padding-right: 1.5rem !important;
  12680.  }
  12681.  .pb-lg-4,
  12682.  .py-lg-4 {
  12683.    padding-bottom: 1.5rem !important;
  12684.  }
  12685.  .pl-lg-4,
  12686.  .px-lg-4 {
  12687.    padding-left: 1.5rem !important;
  12688.  }
  12689.  .p-lg-5 {
  12690.    padding: 3rem !important;
  12691.  }
  12692.  .pt-lg-5,
  12693.  .py-lg-5 {
  12694.    padding-top: 3rem !important;
  12695.  }
  12696.  .pr-lg-5,
  12697.  .px-lg-5 {
  12698.    padding-right: 3rem !important;
  12699.  }
  12700.  .pb-lg-5,
  12701.  .py-lg-5 {
  12702.    padding-bottom: 3rem !important;
  12703.  }
  12704.  .pl-lg-5,
  12705.  .px-lg-5 {
  12706.    padding-left: 3rem !important;
  12707.  }
  12708.  .m-lg-n1 {
  12709.    margin: -0.25rem !important;
  12710.  }
  12711.  .mt-lg-n1,
  12712.  .my-lg-n1 {
  12713.    margin-top: -0.25rem !important;
  12714.  }
  12715.  .mr-lg-n1,
  12716.  .mx-lg-n1 {
  12717.    margin-right: -0.25rem !important;
  12718.  }
  12719.  .mb-lg-n1,
  12720.  .my-lg-n1 {
  12721.    margin-bottom: -0.25rem !important;
  12722.  }
  12723.  .ml-lg-n1,
  12724.  .mx-lg-n1 {
  12725.    margin-left: -0.25rem !important;
  12726.  }
  12727.  .m-lg-n2 {
  12728.    margin: -0.5rem !important;
  12729.  }
  12730.  .mt-lg-n2,
  12731.  .my-lg-n2 {
  12732.    margin-top: -0.5rem !important;
  12733.  }
  12734.  .mr-lg-n2,
  12735.  .mx-lg-n2 {
  12736.    margin-right: -0.5rem !important;
  12737.  }
  12738.  .mb-lg-n2,
  12739.  .my-lg-n2 {
  12740.    margin-bottom: -0.5rem !important;
  12741.  }
  12742.  .ml-lg-n2,
  12743.  .mx-lg-n2 {
  12744.    margin-left: -0.5rem !important;
  12745.  }
  12746.  .m-lg-n3 {
  12747.    margin: -1rem !important;
  12748.  }
  12749.  .mt-lg-n3,
  12750.  .my-lg-n3 {
  12751.    margin-top: -1rem !important;
  12752.  }
  12753.  .mr-lg-n3,
  12754.  .mx-lg-n3 {
  12755.    margin-right: -1rem !important;
  12756.  }
  12757.  .mb-lg-n3,
  12758.  .my-lg-n3 {
  12759.    margin-bottom: -1rem !important;
  12760.  }
  12761.  .ml-lg-n3,
  12762.  .mx-lg-n3 {
  12763.    margin-left: -1rem !important;
  12764.  }
  12765.  .m-lg-n4 {
  12766.    margin: -1.5rem !important;
  12767.  }
  12768.  .mt-lg-n4,
  12769.  .my-lg-n4 {
  12770.    margin-top: -1.5rem !important;
  12771.  }
  12772.  .mr-lg-n4,
  12773.  .mx-lg-n4 {
  12774.    margin-right: -1.5rem !important;
  12775.  }
  12776.  .mb-lg-n4,
  12777.  .my-lg-n4 {
  12778.    margin-bottom: -1.5rem !important;
  12779.  }
  12780.  .ml-lg-n4,
  12781.  .mx-lg-n4 {
  12782.    margin-left: -1.5rem !important;
  12783.  }
  12784.  .m-lg-n5 {
  12785.    margin: -3rem !important;
  12786.  }
  12787.  .mt-lg-n5,
  12788.  .my-lg-n5 {
  12789.    margin-top: -3rem !important;
  12790.  }
  12791.  .mr-lg-n5,
  12792.  .mx-lg-n5 {
  12793.    margin-right: -3rem !important;
  12794.  }
  12795.  .mb-lg-n5,
  12796.  .my-lg-n5 {
  12797.    margin-bottom: -3rem !important;
  12798.  }
  12799.  .ml-lg-n5,
  12800.  .mx-lg-n5 {
  12801.    margin-left: -3rem !important;
  12802.  }
  12803.  .m-lg-auto {
  12804.    margin: auto !important;
  12805.  }
  12806.  .mt-lg-auto,
  12807.  .my-lg-auto {
  12808.    margin-top: auto !important;
  12809.  }
  12810.  .mr-lg-auto,
  12811.  .mx-lg-auto {
  12812.    margin-right: auto !important;
  12813.  }
  12814.  .mb-lg-auto,
  12815.  .my-lg-auto {
  12816.    margin-bottom: auto !important;
  12817.  }
  12818.  .ml-lg-auto,
  12819.  .mx-lg-auto {
  12820.    margin-left: auto !important;
  12821.  }
  12822. }
  12823. @media (min-width: 1200px) {
  12824.  .m-xl-0 {
  12825.    margin: 0 !important;
  12826.  }
  12827.  .mt-xl-0,
  12828.  .my-xl-0 {
  12829.    margin-top: 0 !important;
  12830.  }
  12831.  .mr-xl-0,
  12832.  .mx-xl-0 {
  12833.    margin-right: 0 !important;
  12834.  }
  12835.  .mb-xl-0,
  12836.  .my-xl-0 {
  12837.    margin-bottom: 0 !important;
  12838.  }
  12839.  .ml-xl-0,
  12840.  .mx-xl-0 {
  12841.    margin-left: 0 !important;
  12842.  }
  12843.  .m-xl-1 {
  12844.    margin: 0.25rem !important;
  12845.  }
  12846.  .mt-xl-1,
  12847.  .my-xl-1 {
  12848.    margin-top: 0.25rem !important;
  12849.  }
  12850.  .mr-xl-1,
  12851.  .mx-xl-1 {
  12852.    margin-right: 0.25rem !important;
  12853.  }
  12854.  .mb-xl-1,
  12855.  .my-xl-1 {
  12856.    margin-bottom: 0.25rem !important;
  12857.  }
  12858.  .ml-xl-1,
  12859.  .mx-xl-1 {
  12860.    margin-left: 0.25rem !important;
  12861.  }
  12862.  .m-xl-2 {
  12863.    margin: 0.5rem !important;
  12864.  }
  12865.  .mt-xl-2,
  12866.  .my-xl-2 {
  12867.    margin-top: 0.5rem !important;
  12868.  }
  12869.  .mr-xl-2,
  12870.  .mx-xl-2 {
  12871.    margin-right: 0.5rem !important;
  12872.  }
  12873.  .mb-xl-2,
  12874.  .my-xl-2 {
  12875.    margin-bottom: 0.5rem !important;
  12876.  }
  12877.  .ml-xl-2,
  12878.  .mx-xl-2 {
  12879.    margin-left: 0.5rem !important;
  12880.  }
  12881.  .m-xl-3 {
  12882.    margin: 1rem !important;
  12883.  }
  12884.  .mt-xl-3,
  12885.  .my-xl-3 {
  12886.    margin-top: 1rem !important;
  12887.  }
  12888.  .mr-xl-3,
  12889.  .mx-xl-3 {
  12890.    margin-right: 1rem !important;
  12891.  }
  12892.  .mb-xl-3,
  12893.  .my-xl-3 {
  12894.    margin-bottom: 1rem !important;
  12895.  }
  12896.  .ml-xl-3,
  12897.  .mx-xl-3 {
  12898.    margin-left: 1rem !important;
  12899.  }
  12900.  .m-xl-4 {
  12901.    margin: 1.5rem !important;
  12902.  }
  12903.  .mt-xl-4,
  12904.  .my-xl-4 {
  12905.    margin-top: 1.5rem !important;
  12906.  }
  12907.  .mr-xl-4,
  12908.  .mx-xl-4 {
  12909.    margin-right: 1.5rem !important;
  12910.  }
  12911.  .mb-xl-4,
  12912.  .my-xl-4 {
  12913.    margin-bottom: 1.5rem !important;
  12914.  }
  12915.  .ml-xl-4,
  12916.  .mx-xl-4 {
  12917.    margin-left: 1.5rem !important;
  12918.  }
  12919.  .m-xl-5 {
  12920.    margin: 3rem !important;
  12921.  }
  12922.  .mt-xl-5,
  12923.  .my-xl-5 {
  12924.    margin-top: 3rem !important;
  12925.  }
  12926.  .mr-xl-5,
  12927.  .mx-xl-5 {
  12928.    margin-right: 3rem !important;
  12929.  }
  12930.  .mb-xl-5,
  12931.  .my-xl-5 {
  12932.    margin-bottom: 3rem !important;
  12933.  }
  12934.  .ml-xl-5,
  12935.  .mx-xl-5 {
  12936.    margin-left: 3rem !important;
  12937.  }
  12938.  .p-xl-0 {
  12939.    padding: 0 !important;
  12940.  }
  12941.  .pt-xl-0,
  12942.  .py-xl-0 {
  12943.    padding-top: 0 !important;
  12944.  }
  12945.  .pr-xl-0,
  12946.  .px-xl-0 {
  12947.    padding-right: 0 !important;
  12948.  }
  12949.  .pb-xl-0,
  12950.  .py-xl-0 {
  12951.    padding-bottom: 0 !important;
  12952.  }
  12953.  .pl-xl-0,
  12954.  .px-xl-0 {
  12955.    padding-left: 0 !important;
  12956.  }
  12957.  .p-xl-1 {
  12958.    padding: 0.25rem !important;
  12959.  }
  12960.  .pt-xl-1,
  12961.  .py-xl-1 {
  12962.    padding-top: 0.25rem !important;
  12963.  }
  12964.  .pr-xl-1,
  12965.  .px-xl-1 {
  12966.    padding-right: 0.25rem !important;
  12967.  }
  12968.  .pb-xl-1,
  12969.  .py-xl-1 {
  12970.    padding-bottom: 0.25rem !important;
  12971.  }
  12972.  .pl-xl-1,
  12973.  .px-xl-1 {
  12974.    padding-left: 0.25rem !important;
  12975.  }
  12976.  .p-xl-2 {
  12977.    padding: 0.5rem !important;
  12978.  }
  12979.  .pt-xl-2,
  12980.  .py-xl-2 {
  12981.    padding-top: 0.5rem !important;
  12982.  }
  12983.  .pr-xl-2,
  12984.  .px-xl-2 {
  12985.    padding-right: 0.5rem !important;
  12986.  }
  12987.  .pb-xl-2,
  12988.  .py-xl-2 {
  12989.    padding-bottom: 0.5rem !important;
  12990.  }
  12991.  .pl-xl-2,
  12992.  .px-xl-2 {
  12993.    padding-left: 0.5rem !important;
  12994.  }
  12995.  .p-xl-3 {
  12996.    padding: 1rem !important;
  12997.  }
  12998.  .pt-xl-3,
  12999.  .py-xl-3 {
  13000.    padding-top: 1rem !important;
  13001.  }
  13002.  .pr-xl-3,
  13003.  .px-xl-3 {
  13004.    padding-right: 1rem !important;
  13005.  }
  13006.  .pb-xl-3,
  13007.  .py-xl-3 {
  13008.    padding-bottom: 1rem !important;
  13009.  }
  13010.  .pl-xl-3,
  13011.  .px-xl-3 {
  13012.    padding-left: 1rem !important;
  13013.  }
  13014.  .p-xl-4 {
  13015.    padding: 1.5rem !important;
  13016.  }
  13017.  .pt-xl-4,
  13018.  .py-xl-4 {
  13019.    padding-top: 1.5rem !important;
  13020.  }
  13021.  .pr-xl-4,
  13022.  .px-xl-4 {
  13023.    padding-right: 1.5rem !important;
  13024.  }
  13025.  .pb-xl-4,
  13026.  .py-xl-4 {
  13027.    padding-bottom: 1.5rem !important;
  13028.  }
  13029.  .pl-xl-4,
  13030.  .px-xl-4 {
  13031.    padding-left: 1.5rem !important;
  13032.  }
  13033.  .p-xl-5 {
  13034.    padding: 3rem !important;
  13035.  }
  13036.  .pt-xl-5,
  13037.  .py-xl-5 {
  13038.    padding-top: 3rem !important;
  13039.  }
  13040.  .pr-xl-5,
  13041.  .px-xl-5 {
  13042.    padding-right: 3rem !important;
  13043.  }
  13044.  .pb-xl-5,
  13045.  .py-xl-5 {
  13046.    padding-bottom: 3rem !important;
  13047.  }
  13048.  .pl-xl-5,
  13049.  .px-xl-5 {
  13050.    padding-left: 3rem !important;
  13051.  }
  13052.  .m-xl-n1 {
  13053.    margin: -0.25rem !important;
  13054.  }
  13055.  .mt-xl-n1,
  13056.  .my-xl-n1 {
  13057.    margin-top: -0.25rem !important;
  13058.  }
  13059.  .mr-xl-n1,
  13060.  .mx-xl-n1 {
  13061.    margin-right: -0.25rem !important;
  13062.  }
  13063.  .mb-xl-n1,
  13064.  .my-xl-n1 {
  13065.    margin-bottom: -0.25rem !important;
  13066.  }
  13067.  .ml-xl-n1,
  13068.  .mx-xl-n1 {
  13069.    margin-left: -0.25rem !important;
  13070.  }
  13071.  .m-xl-n2 {
  13072.    margin: -0.5rem !important;
  13073.  }
  13074.  .mt-xl-n2,
  13075.  .my-xl-n2 {
  13076.    margin-top: -0.5rem !important;
  13077.  }
  13078.  .mr-xl-n2,
  13079.  .mx-xl-n2 {
  13080.    margin-right: -0.5rem !important;
  13081.  }
  13082.  .mb-xl-n2,
  13083.  .my-xl-n2 {
  13084.    margin-bottom: -0.5rem !important;
  13085.  }
  13086.  .ml-xl-n2,
  13087.  .mx-xl-n2 {
  13088.    margin-left: -0.5rem !important;
  13089.  }
  13090.  .m-xl-n3 {
  13091.    margin: -1rem !important;
  13092.  }
  13093.  .mt-xl-n3,
  13094.  .my-xl-n3 {
  13095.    margin-top: -1rem !important;
  13096.  }
  13097.  .mr-xl-n3,
  13098.  .mx-xl-n3 {
  13099.    margin-right: -1rem !important;
  13100.  }
  13101.  .mb-xl-n3,
  13102.  .my-xl-n3 {
  13103.    margin-bottom: -1rem !important;
  13104.  }
  13105.  .ml-xl-n3,
  13106.  .mx-xl-n3 {
  13107.    margin-left: -1rem !important;
  13108.  }
  13109.  .m-xl-n4 {
  13110.    margin: -1.5rem !important;
  13111.  }
  13112.  .mt-xl-n4,
  13113.  .my-xl-n4 {
  13114.    margin-top: -1.5rem !important;
  13115.  }
  13116.  .mr-xl-n4,
  13117.  .mx-xl-n4 {
  13118.    margin-right: -1.5rem !important;
  13119.  }
  13120.  .mb-xl-n4,
  13121.  .my-xl-n4 {
  13122.    margin-bottom: -1.5rem !important;
  13123.  }
  13124.  .ml-xl-n4,
  13125.  .mx-xl-n4 {
  13126.    margin-left: -1.5rem !important;
  13127.  }
  13128.  .m-xl-n5 {
  13129.    margin: -3rem !important;
  13130.  }
  13131.  .mt-xl-n5,
  13132.  .my-xl-n5 {
  13133.    margin-top: -3rem !important;
  13134.  }
  13135.  .mr-xl-n5,
  13136.  .mx-xl-n5 {
  13137.    margin-right: -3rem !important;
  13138.  }
  13139.  .mb-xl-n5,
  13140.  .my-xl-n5 {
  13141.    margin-bottom: -3rem !important;
  13142.  }
  13143.  .ml-xl-n5,
  13144.  .mx-xl-n5 {
  13145.    margin-left: -3rem !important;
  13146.  }
  13147.  .m-xl-auto {
  13148.    margin: auto !important;
  13149.  }
  13150.  .mt-xl-auto,
  13151.  .my-xl-auto {
  13152.    margin-top: auto !important;
  13153.  }
  13154.  .mr-xl-auto,
  13155.  .mx-xl-auto {
  13156.    margin-right: auto !important;
  13157.  }
  13158.  .mb-xl-auto,
  13159.  .my-xl-auto {
  13160.    margin-bottom: auto !important;
  13161.  }
  13162.  .ml-xl-auto,
  13163.  .mx-xl-auto {
  13164.    margin-left: auto !important;
  13165.  }
  13166. }
  13167. .stretched-link::after {
  13168.  position: absolute;
  13169.  top: 0;
  13170.  right: 0;
  13171.  bottom: 0;
  13172.  left: 0;
  13173.  z-index: 1;
  13174.  pointer-events: auto;
  13175.  content: "";
  13176.  background-color: rgba(0, 0, 0, 0);
  13177. }
  13178.  
  13179. .text-monospace {
  13180.  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  13181. }
  13182.  
  13183. .text-justify {
  13184.  text-align: justify !important;
  13185. }
  13186.  
  13187. .text-wrap {
  13188.  white-space: normal !important;
  13189. }
  13190.  
  13191. .text-nowrap {
  13192.  white-space: nowrap !important;
  13193. }
  13194.  
  13195. .text-truncate {
  13196.  overflow: hidden;
  13197.  text-overflow: ellipsis;
  13198.  white-space: nowrap;
  13199. }
  13200.  
  13201. .text-left {
  13202.  text-align: left !important;
  13203. }
  13204.  
  13205. .text-right {
  13206.  text-align: right !important;
  13207. }
  13208.  
  13209. .text-center {
  13210.  text-align: center !important;
  13211. }
  13212.  
  13213. @media (min-width: 576px) {
  13214.  .text-sm-left {
  13215.    text-align: left !important;
  13216.  }
  13217.  .text-sm-right {
  13218.    text-align: right !important;
  13219.  }
  13220.  .text-sm-center {
  13221.    text-align: center !important;
  13222.  }
  13223. }
  13224. @media (min-width: 768px) {
  13225.  .text-md-left {
  13226.    text-align: left !important;
  13227.  }
  13228.  .text-md-right {
  13229.    text-align: right !important;
  13230.  }
  13231.  .text-md-center {
  13232.    text-align: center !important;
  13233.  }
  13234. }
  13235. @media (min-width: 992px) {
  13236.  .text-lg-left {
  13237.    text-align: left !important;
  13238.  }
  13239.  .text-lg-right {
  13240.    text-align: right !important;
  13241.  }
  13242.  .text-lg-center {
  13243.    text-align: center !important;
  13244.  }
  13245. }
  13246. @media (min-width: 1200px) {
  13247.  .text-xl-left {
  13248.    text-align: left !important;
  13249.  }
  13250.  .text-xl-right {
  13251.    text-align: right !important;
  13252.  }
  13253.  .text-xl-center {
  13254.    text-align: center !important;
  13255.  }
  13256. }
  13257. .text-lowercase {
  13258.  text-transform: lowercase !important;
  13259. }
  13260.  
  13261. .text-uppercase {
  13262.  text-transform: uppercase !important;
  13263. }
  13264.  
  13265. .text-capitalize {
  13266.  text-transform: capitalize !important;
  13267. }
  13268.  
  13269. .font-weight-light {
  13270.  font-weight: 300 !important;
  13271. }
  13272.  
  13273. .font-weight-lighter {
  13274.  font-weight: lighter !important;
  13275. }
  13276.  
  13277. .font-weight-normal {
  13278.  font-weight: 400 !important;
  13279. }
  13280.  
  13281. .font-weight-bold {
  13282.  font-weight: 700 !important;
  13283. }
  13284.  
  13285. .font-weight-bolder {
  13286.  font-weight: bolder !important;
  13287. }
  13288.  
  13289. .font-italic {
  13290.  font-style: italic !important;
  13291. }
  13292.  
  13293. .text-white {
  13294.  color: #fff !important;
  13295. }
  13296.  
  13297. .text-primary {
  13298.  color: #007bff !important;
  13299. }
  13300.  
  13301. a.text-primary:hover, a.text-primary:focus {
  13302.  color: #0056b3 !important;
  13303. }
  13304.  
  13305. .text-secondary {
  13306.  color: #6c757d !important;
  13307. }
  13308.  
  13309. a.text-secondary:hover, a.text-secondary:focus {
  13310.  color: #494f54 !important;
  13311. }
  13312.  
  13313. .text-success {
  13314.  color: #28a745 !important;
  13315. }
  13316.  
  13317. a.text-success:hover, a.text-success:focus {
  13318.  color: #19692c !important;
  13319. }
  13320.  
  13321. .text-info {
  13322.  color: #17a2b8 !important;
  13323. }
  13324.  
  13325. a.text-info:hover, a.text-info:focus {
  13326.  color: #0f6674 !important;
  13327. }
  13328.  
  13329. .text-warning {
  13330.  color: #ffc107 !important;
  13331. }
  13332.  
  13333. a.text-warning:hover, a.text-warning:focus {
  13334.  color: #ba8b00 !important;
  13335. }
  13336.  
  13337. .text-danger {
  13338.  color: #dc3545 !important;
  13339. }
  13340.  
  13341. a.text-danger:hover, a.text-danger:focus {
  13342.  color: #a71d2a !important;
  13343. }
  13344.  
  13345. .text-light {
  13346.  color: #f8f9fa !important;
  13347. }
  13348.  
  13349. a.text-light:hover, a.text-light:focus {
  13350.  color: #cbd3da !important;
  13351. }
  13352.  
  13353. .text-dark {
  13354.  color: #343a40 !important;
  13355. }
  13356.  
  13357. a.text-dark:hover, a.text-dark:focus {
  13358.  color: #121416 !important;
  13359. }
  13360.  
  13361. .text-body {
  13362.  color: #212529 !important;
  13363. }
  13364.  
  13365. .text-muted {
  13366.  color: #6c757d !important;
  13367. }
  13368.  
  13369. .text-black-50 {
  13370.  color: rgba(0, 0, 0, 0.5) !important;
  13371. }
  13372.  
  13373. .text-white-50 {
  13374.  color: rgba(255, 255, 255, 0.5) !important;
  13375. }
  13376.  
  13377. .text-hide {
  13378.  font: 0/0 a;
  13379.  color: transparent;
  13380.  text-shadow: none;
  13381.  background-color: transparent;
  13382.  border: 0;
  13383. }
  13384.  
  13385. .text-decoration-none {
  13386.  text-decoration: none !important;
  13387. }
  13388.  
  13389. .text-break {
  13390.  word-break: break-word !important;
  13391.  word-wrap: break-word !important;
  13392. }
  13393.  
  13394. .text-reset {
  13395.  color: inherit !important;
  13396. }
  13397.  
  13398. .visible {
  13399.  visibility: visible !important;
  13400. }
  13401.  
  13402. .invisible {
  13403.  visibility: hidden !important;
  13404. }
  13405.  
  13406. .table {
  13407.  width: 100%;
  13408.  margin-bottom: 1rem;
  13409.  color: #212529;
  13410. }
  13411. .table th,
  13412. .table td {
  13413.  padding: 0.75rem;
  13414.  vertical-align: top;
  13415.  border-top: 1px solid #dee2e6;
  13416. }
  13417. .table thead th {
  13418.  vertical-align: bottom;
  13419.  border-bottom: 2px solid #dee2e6;
  13420. }
  13421. .table tbody + tbody {
  13422.  border-top: 2px solid #dee2e6;
  13423. }
  13424.  
  13425. .table-sm th,
  13426. .table-sm td {
  13427.  padding: 0.3rem;
  13428. }
  13429.  
  13430. .table-bordered {
  13431.  border: 1px solid #dee2e6;
  13432. }
  13433. .table-bordered th,
  13434. .table-bordered td {
  13435.  border: 1px solid #dee2e6;
  13436. }
  13437. .table-bordered thead th,
  13438. .table-bordered thead td {
  13439.  border-bottom-width: 2px;
  13440. }
  13441.  
  13442. .table-borderless th,
  13443. .table-borderless td,
  13444. .table-borderless thead th,
  13445. .table-borderless tbody + tbody {
  13446.  border: 0;
  13447. }
  13448.  
  13449. .table-striped tbody tr:nth-of-type(odd) {
  13450.  background-color: rgba(0, 0, 0, 0.05);
  13451. }
  13452.  
  13453. .table-hover tbody tr:hover {
  13454.  color: #212529;
  13455.  background-color: rgba(0, 0, 0, 0.075);
  13456. }
  13457.  
  13458. .table-primary,
  13459. .table-primary > th,
  13460. .table-primary > td {
  13461.  background-color: #b8daff;
  13462. }
  13463. .table-primary th,
  13464. .table-primary td,
  13465. .table-primary thead th,
  13466. .table-primary tbody + tbody {
  13467.  border-color: #7abaff;
  13468. }
  13469.  
  13470. .table-hover .table-primary:hover {
  13471.  background-color: #9fcdff;
  13472. }
  13473. .table-hover .table-primary:hover > td,
  13474. .table-hover .table-primary:hover > th {
  13475.  background-color: #9fcdff;
  13476. }
  13477.  
  13478. .table-secondary,
  13479. .table-secondary > th,
  13480. .table-secondary > td {
  13481.  background-color: #d6d8db;
  13482. }
  13483. .table-secondary th,
  13484. .table-secondary td,
  13485. .table-secondary thead th,
  13486. .table-secondary tbody + tbody {
  13487.  border-color: #b3b7bb;
  13488. }
  13489.  
  13490. .table-hover .table-secondary:hover {
  13491.  background-color: #c8cbcf;
  13492. }
  13493. .table-hover .table-secondary:hover > td,
  13494. .table-hover .table-secondary:hover > th {
  13495.  background-color: #c8cbcf;
  13496. }
  13497.  
  13498. .table-success,
  13499. .table-success > th,
  13500. .table-success > td {
  13501.  background-color: #c3e6cb;
  13502. }
  13503. .table-success th,
  13504. .table-success td,
  13505. .table-success thead th,
  13506. .table-success tbody + tbody {
  13507.  border-color: #8fd19e;
  13508. }
  13509.  
  13510. .table-hover .table-success:hover {
  13511.  background-color: #b1dfbb;
  13512. }
  13513. .table-hover .table-success:hover > td,
  13514. .table-hover .table-success:hover > th {
  13515.  background-color: #b1dfbb;
  13516. }
  13517.  
  13518. .table-info,
  13519. .table-info > th,
  13520. .table-info > td {
  13521.  background-color: #bee5eb;
  13522. }
  13523. .table-info th,
  13524. .table-info td,
  13525. .table-info thead th,
  13526. .table-info tbody + tbody {
  13527.  border-color: #86cfda;
  13528. }
  13529.  
  13530. .table-hover .table-info:hover {
  13531.  background-color: #abdde5;
  13532. }
  13533. .table-hover .table-info:hover > td,
  13534. .table-hover .table-info:hover > th {
  13535.  background-color: #abdde5;
  13536. }
  13537.  
  13538. .table-warning,
  13539. .table-warning > th,
  13540. .table-warning > td {
  13541.  background-color: #ffeeba;
  13542. }
  13543. .table-warning th,
  13544. .table-warning td,
  13545. .table-warning thead th,
  13546. .table-warning tbody + tbody {
  13547.  border-color: #ffdf7e;
  13548. }
  13549.  
  13550. .table-hover .table-warning:hover {
  13551.  background-color: #ffe8a1;
  13552. }
  13553. .table-hover .table-warning:hover > td,
  13554. .table-hover .table-warning:hover > th {
  13555.  background-color: #ffe8a1;
  13556. }
  13557.  
  13558. .table-danger,
  13559. .table-danger > th,
  13560. .table-danger > td {
  13561.  background-color: #f5c6cb;
  13562. }
  13563. .table-danger th,
  13564. .table-danger td,
  13565. .table-danger thead th,
  13566. .table-danger tbody + tbody {
  13567.  border-color: #ed969e;
  13568. }
  13569.  
  13570. .table-hover .table-danger:hover {
  13571.  background-color: #f1b0b7;
  13572. }
  13573. .table-hover .table-danger:hover > td,
  13574. .table-hover .table-danger:hover > th {
  13575.  background-color: #f1b0b7;
  13576. }
  13577.  
  13578. .table-light,
  13579. .table-light > th,
  13580. .table-light > td {
  13581.  background-color: #fdfdfe;
  13582. }
  13583. .table-light th,
  13584. .table-light td,
  13585. .table-light thead th,
  13586. .table-light tbody + tbody {
  13587.  border-color: #fbfcfc;
  13588. }
  13589.  
  13590. .table-hover .table-light:hover {
  13591.  background-color: #ececf6;
  13592. }
  13593. .table-hover .table-light:hover > td,
  13594. .table-hover .table-light:hover > th {
  13595.  background-color: #ececf6;
  13596. }
  13597.  
  13598. .table-dark,
  13599. .table-dark > th,
  13600. .table-dark > td {
  13601.  background-color: #c6c8ca;
  13602. }
  13603. .table-dark th,
  13604. .table-dark td,
  13605. .table-dark thead th,
  13606. .table-dark tbody + tbody {
  13607.  border-color: #95999c;
  13608. }
  13609.  
  13610. .table-hover .table-dark:hover {
  13611.  background-color: #b9bbbe;
  13612. }
  13613. .table-hover .table-dark:hover > td,
  13614. .table-hover .table-dark:hover > th {
  13615.  background-color: #b9bbbe;
  13616. }
  13617.  
  13618. .table-active,
  13619. .table-active > th,
  13620. .table-active > td {
  13621.  background-color: rgba(0, 0, 0, 0.075);
  13622. }
  13623.  
  13624. .table-hover .table-active:hover {
  13625.  background-color: rgba(0, 0, 0, 0.075);
  13626. }
  13627. .table-hover .table-active:hover > td,
  13628. .table-hover .table-active:hover > th {
  13629.  background-color: rgba(0, 0, 0, 0.075);
  13630. }
  13631.  
  13632. .table .thead-dark th {
  13633.  color: #fff;
  13634.  background-color: #343a40;
  13635.  border-color: #454d55;
  13636. }
  13637. .table .thead-light th {
  13638.  color: #495057;
  13639.  background-color: #e9ecef;
  13640.  border-color: #dee2e6;
  13641. }
  13642.  
  13643. .table-dark {
  13644.  color: #fff;
  13645.  background-color: #343a40;
  13646. }
  13647. .table-dark th,
  13648. .table-dark td,
  13649. .table-dark thead th {
  13650.  border-color: #454d55;
  13651. }
  13652. .table-dark.table-bordered {
  13653.  border: 0;
  13654. }
  13655. .table-dark.table-striped tbody tr:nth-of-type(odd) {
  13656.  background-color: rgba(255, 255, 255, 0.05);
  13657. }
  13658. .table-dark.table-hover tbody tr:hover {
  13659.  color: #fff;
  13660.  background-color: rgba(255, 255, 255, 0.075);
  13661. }
  13662.  
  13663. @media (max-width: 575.98px) {
  13664.  .table-responsive-sm {
  13665.    display: block;
  13666.    width: 100%;
  13667.    overflow-x: auto;
  13668.    -webkit-overflow-scrolling: touch;
  13669.  }
  13670.  .table-responsive-sm > .table-bordered {
  13671.    border: 0;
  13672.  }
  13673. }
  13674. @media (max-width: 767.98px) {
  13675.  .table-responsive-md {
  13676.    display: block;
  13677.    width: 100%;
  13678.    overflow-x: auto;
  13679.    -webkit-overflow-scrolling: touch;
  13680.  }
  13681.  .table-responsive-md > .table-bordered {
  13682.    border: 0;
  13683.  }
  13684. }
  13685. @media (max-width: 991.98px) {
  13686.  .table-responsive-lg {
  13687.    display: block;
  13688.    width: 100%;
  13689.    overflow-x: auto;
  13690.    -webkit-overflow-scrolling: touch;
  13691.  }
  13692.  .table-responsive-lg > .table-bordered {
  13693.    border: 0;
  13694.  }
  13695. }
  13696. @media (max-width: 1199.98px) {
  13697.  .table-responsive-xl {
  13698.    display: block;
  13699.    width: 100%;
  13700.    overflow-x: auto;
  13701.    -webkit-overflow-scrolling: touch;
  13702.  }
  13703.  .table-responsive-xl > .table-bordered {
  13704.    border: 0;
  13705.  }
  13706. }
  13707. .table-responsive {
  13708.  display: block;
  13709.  width: 100%;
  13710.  overflow-x: auto;
  13711.  -webkit-overflow-scrolling: touch;
  13712. }
  13713. .table-responsive > .table-bordered {
  13714.  border: 0;
  13715. }
  13716.  
  13717. /*!
  13718. * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
  13719. * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  13720. */
  13721. .fa,
  13722. .fas,
  13723. .far,
  13724. .fal,
  13725. .fad,
  13726. .fab {
  13727.  -moz-osx-font-smoothing: grayscale;
  13728.  -webkit-font-smoothing: antialiased;
  13729.  display: inline-block;
  13730.  font-style: normal;
  13731.  font-variant: normal;
  13732.  text-rendering: auto;
  13733.  line-height: 1;
  13734. }
  13735.  
  13736. .fa-lg {
  13737.  font-size: 1.3333333333em;
  13738.  line-height: 0.75em;
  13739.  vertical-align: -0.0667em;
  13740. }
  13741.  
  13742. .fa-xs {
  13743.  font-size: 0.75em;
  13744. }
  13745.  
  13746. .fa-sm {
  13747.  font-size: 0.875em;
  13748. }
  13749.  
  13750. .fa-1x {
  13751.  font-size: 1em;
  13752. }
  13753.  
  13754. .fa-2x {
  13755.  font-size: 2em;
  13756. }
  13757.  
  13758. .fa-3x {
  13759.  font-size: 3em;
  13760. }
  13761.  
  13762. .fa-4x {
  13763.  font-size: 4em;
  13764. }
  13765.  
  13766. .fa-5x {
  13767.  font-size: 5em;
  13768. }
  13769.  
  13770. .fa-6x {
  13771.  font-size: 6em;
  13772. }
  13773.  
  13774. .fa-7x {
  13775.  font-size: 7em;
  13776. }
  13777.  
  13778. .fa-8x {
  13779.  font-size: 8em;
  13780. }
  13781.  
  13782. .fa-9x {
  13783.  font-size: 9em;
  13784. }
  13785.  
  13786. .fa-10x {
  13787.  font-size: 10em;
  13788. }
  13789.  
  13790. .fa-fw {
  13791.  text-align: center;
  13792.  width: 1.25em;
  13793. }
  13794.  
  13795. .fa-ul {
  13796.  list-style-type: none;
  13797.  margin-left: 2.5em;
  13798.  padding-left: 0;
  13799. }
  13800. .fa-ul > li {
  13801.  position: relative;
  13802. }
  13803.  
  13804. .fa-li {
  13805.  left: -2em;
  13806.  position: absolute;
  13807.  text-align: center;
  13808.  width: 2em;
  13809.  line-height: inherit;
  13810. }
  13811.  
  13812. .fa-border {
  13813.  border: solid 0.08em #eee;
  13814.  border-radius: 0.1em;
  13815.  padding: 0.2em 0.25em 0.15em;
  13816. }
  13817.  
  13818. .fa-pull-left {
  13819.  float: left;
  13820. }
  13821.  
  13822. .fa-pull-right {
  13823.  float: right;
  13824. }
  13825.  
  13826. .fa.fa-pull-left,
  13827. .fas.fa-pull-left,
  13828. .far.fa-pull-left,
  13829. .fal.fa-pull-left,
  13830. .fab.fa-pull-left {
  13831.  margin-right: 0.3em;
  13832. }
  13833. .fa.fa-pull-right,
  13834. .fas.fa-pull-right,
  13835. .far.fa-pull-right,
  13836. .fal.fa-pull-right,
  13837. .fab.fa-pull-right {
  13838.  margin-left: 0.3em;
  13839. }
  13840.  
  13841. .fa-spin {
  13842.  animation: fa-spin 2s infinite linear;
  13843. }
  13844.  
  13845. .fa-pulse {
  13846.  animation: fa-spin 1s infinite steps(8);
  13847. }
  13848.  
  13849. @keyframes fa-spin {
  13850.  0% {
  13851.    transform: rotate(0deg);
  13852.  }
  13853.  100% {
  13854.    transform: rotate(360deg);
  13855.  }
  13856. }
  13857. .fa-rotate-90 {
  13858.  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  13859.  transform: rotate(90deg);
  13860. }
  13861.  
  13862. .fa-rotate-180 {
  13863.  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  13864.  transform: rotate(180deg);
  13865. }
  13866.  
  13867. .fa-rotate-270 {
  13868.  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  13869.  transform: rotate(270deg);
  13870. }
  13871.  
  13872. .fa-flip-horizontal {
  13873.  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  13874.  transform: scale(-1, 1);
  13875. }
  13876.  
  13877. .fa-flip-vertical {
  13878.  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  13879.  transform: scale(1, -1);
  13880. }
  13881.  
  13882. .fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  13883.  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  13884.  transform: scale(-1, -1);
  13885. }
  13886.  
  13887. :root .fa-rotate-90,
  13888. :root .fa-rotate-180,
  13889. :root .fa-rotate-270,
  13890. :root .fa-flip-horizontal,
  13891. :root .fa-flip-vertical,
  13892. :root .fa-flip-both {
  13893.  filter: none;
  13894. }
  13895.  
  13896. .fa-stack {
  13897.  display: inline-block;
  13898.  height: 2em;
  13899.  line-height: 2em;
  13900.  position: relative;
  13901.  vertical-align: middle;
  13902.  width: 2.5em;
  13903. }
  13904.  
  13905. .fa-stack-1x,
  13906. .fa-stack-2x {
  13907.  left: 0;
  13908.  position: absolute;
  13909.  text-align: center;
  13910.  width: 100%;
  13911. }
  13912.  
  13913. .fa-stack-1x {
  13914.  line-height: inherit;
  13915. }
  13916.  
  13917. .fa-stack-2x {
  13918.  font-size: 2em;
  13919. }
  13920.  
  13921. .fa-inverse {
  13922.  color: #fff;
  13923. }
  13924.  
  13925. /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
  13926. readers do not read off random characters that represent icons */
  13927. .fa-500px:before {
  13928.  content: "\f26e";
  13929. }
  13930.  
  13931. .fa-accessible-icon:before {
  13932.  content: "\f368";
  13933. }
  13934.  
  13935. .fa-accusoft:before {
  13936.  content: "\f369";
  13937. }
  13938.  
  13939. .fa-acquisitions-incorporated:before {
  13940.  content: "\f6af";
  13941. }
  13942.  
  13943. .fa-ad:before {
  13944.  content: "\f641";
  13945. }
  13946.  
  13947. .fa-address-book:before {
  13948.  content: "\f2b9";
  13949. }
  13950.  
  13951. .fa-address-card:before {
  13952.  content: "\f2bb";
  13953. }
  13954.  
  13955. .fa-adjust:before {
  13956.  content: "\f042";
  13957. }
  13958.  
  13959. .fa-adn:before {
  13960.  content: "\f170";
  13961. }
  13962.  
  13963. .fa-adversal:before {
  13964.  content: "\f36a";
  13965. }
  13966.  
  13967. .fa-affiliatetheme:before {
  13968.  content: "\f36b";
  13969. }
  13970.  
  13971. .fa-air-freshener:before {
  13972.  content: "\f5d0";
  13973. }
  13974.  
  13975. .fa-airbnb:before {
  13976.  content: "\f834";
  13977. }
  13978.  
  13979. .fa-algolia:before {
  13980.  content: "\f36c";
  13981. }
  13982.  
  13983. .fa-align-center:before {
  13984.  content: "\f037";
  13985. }
  13986.  
  13987. .fa-align-justify:before {
  13988.  content: "\f039";
  13989. }
  13990.  
  13991. .fa-align-left:before {
  13992.  content: "\f036";
  13993. }
  13994.  
  13995. .fa-align-right:before {
  13996.  content: "\f038";
  13997. }
  13998.  
  13999. .fa-alipay:before {
  14000.  content: "\f642";
  14001. }
  14002.  
  14003. .fa-allergies:before {
  14004.  content: "\f461";
  14005. }
  14006.  
  14007. .fa-amazon:before {
  14008.  content: "\f270";
  14009. }
  14010.  
  14011. .fa-amazon-pay:before {
  14012.  content: "\f42c";
  14013. }
  14014.  
  14015. .fa-ambulance:before {
  14016.  content: "\f0f9";
  14017. }
  14018.  
  14019. .fa-american-sign-language-interpreting:before {
  14020.  content: "\f2a3";
  14021. }
  14022.  
  14023. .fa-amilia:before {
  14024.  content: "\f36d";
  14025. }
  14026.  
  14027. .fa-anchor:before {
  14028.  content: "\f13d";
  14029. }
  14030.  
  14031. .fa-android:before {
  14032.  content: "\f17b";
  14033. }
  14034.  
  14035. .fa-angellist:before {
  14036.  content: "\f209";
  14037. }
  14038.  
  14039. .fa-angle-double-down:before {
  14040.  content: "\f103";
  14041. }
  14042.  
  14043. .fa-angle-double-left:before {
  14044.  content: "\f100";
  14045. }
  14046.  
  14047. .fa-angle-double-right:before {
  14048.  content: "\f101";
  14049. }
  14050.  
  14051. .fa-angle-double-up:before {
  14052.  content: "\f102";
  14053. }
  14054.  
  14055. .fa-angle-down:before {
  14056.  content: "\f107";
  14057. }
  14058.  
  14059. .fa-angle-left:before {
  14060.  content: "\f104";
  14061. }
  14062.  
  14063. .fa-angle-right:before {
  14064.  content: "\f105";
  14065. }
  14066.  
  14067. .fa-angle-up:before {
  14068.  content: "\f106";
  14069. }
  14070.  
  14071. .fa-angry:before {
  14072.  content: "\f556";
  14073. }
  14074.  
  14075. .fa-angrycreative:before {
  14076.  content: "\f36e";
  14077. }
  14078.  
  14079. .fa-angular:before {
  14080.  content: "\f420";
  14081. }
  14082.  
  14083. .fa-ankh:before {
  14084.  content: "\f644";
  14085. }
  14086.  
  14087. .fa-app-store:before {
  14088.  content: "\f36f";
  14089. }
  14090.  
  14091. .fa-app-store-ios:before {
  14092.  content: "\f370";
  14093. }
  14094.  
  14095. .fa-apper:before {
  14096.  content: "\f371";
  14097. }
  14098.  
  14099. .fa-apple:before {
  14100.  content: "\f179";
  14101. }
  14102.  
  14103. .fa-apple-alt:before {
  14104.  content: "\f5d1";
  14105. }
  14106.  
  14107. .fa-apple-pay:before {
  14108.  content: "\f415";
  14109. }
  14110.  
  14111. .fa-archive:before {
  14112.  content: "\f187";
  14113. }
  14114.  
  14115. .fa-archway:before {
  14116.  content: "\f557";
  14117. }
  14118.  
  14119. .fa-arrow-alt-circle-down:before {
  14120.  content: "\f358";
  14121. }
  14122.  
  14123. .fa-arrow-alt-circle-left:before {
  14124.  content: "\f359";
  14125. }
  14126.  
  14127. .fa-arrow-alt-circle-right:before {
  14128.  content: "\f35a";
  14129. }
  14130.  
  14131. .fa-arrow-alt-circle-up:before {
  14132.  content: "\f35b";
  14133. }
  14134.  
  14135. .fa-arrow-circle-down:before {
  14136.  content: "\f0ab";
  14137. }
  14138.  
  14139. .fa-arrow-circle-left:before {
  14140.  content: "\f0a8";
  14141. }
  14142.  
  14143. .fa-arrow-circle-right:before {
  14144.  content: "\f0a9";
  14145. }
  14146.  
  14147. .fa-arrow-circle-up:before {
  14148.  content: "\f0aa";
  14149. }
  14150.  
  14151. .fa-arrow-down:before {
  14152.  content: "\f063";
  14153. }
  14154.  
  14155. .fa-arrow-left:before {
  14156.  content: "\f060";
  14157. }
  14158.  
  14159. .fa-arrow-right:before {
  14160.  content: "\f061";
  14161. }
  14162.  
  14163. .fa-arrow-up:before {
  14164.  content: "\f062";
  14165. }
  14166.  
  14167. .fa-arrows-alt:before {
  14168.  content: "\f0b2";
  14169. }
  14170.  
  14171. .fa-arrows-alt-h:before {
  14172.  content: "\f337";
  14173. }
  14174.  
  14175. .fa-arrows-alt-v:before {
  14176.  content: "\f338";
  14177. }
  14178.  
  14179. .fa-artstation:before {
  14180.  content: "\f77a";
  14181. }
  14182.  
  14183. .fa-assistive-listening-systems:before {
  14184.  content: "\f2a2";
  14185. }
  14186.  
  14187. .fa-asterisk:before {
  14188.  content: "\f069";
  14189. }
  14190.  
  14191. .fa-asymmetrik:before {
  14192.  content: "\f372";
  14193. }
  14194.  
  14195. .fa-at:before {
  14196.  content: "\f1fa";
  14197. }
  14198.  
  14199. .fa-atlas:before {
  14200.  content: "\f558";
  14201. }
  14202.  
  14203. .fa-atlassian:before {
  14204.  content: "\f77b";
  14205. }
  14206.  
  14207. .fa-atom:before {
  14208.  content: "\f5d2";
  14209. }
  14210.  
  14211. .fa-audible:before {
  14212.  content: "\f373";
  14213. }
  14214.  
  14215. .fa-audio-description:before {
  14216.  content: "\f29e";
  14217. }
  14218.  
  14219. .fa-autoprefixer:before {
  14220.  content: "\f41c";
  14221. }
  14222.  
  14223. .fa-avianex:before {
  14224.  content: "\f374";
  14225. }
  14226.  
  14227. .fa-aviato:before {
  14228.  content: "\f421";
  14229. }
  14230.  
  14231. .fa-award:before {
  14232.  content: "\f559";
  14233. }
  14234.  
  14235. .fa-aws:before {
  14236.  content: "\f375";
  14237. }
  14238.  
  14239. .fa-baby:before {
  14240.  content: "\f77c";
  14241. }
  14242.  
  14243. .fa-baby-carriage:before {
  14244.  content: "\f77d";
  14245. }
  14246.  
  14247. .fa-backspace:before {
  14248.  content: "\f55a";
  14249. }
  14250.  
  14251. .fa-backward:before {
  14252.  content: "\f04a";
  14253. }
  14254.  
  14255. .fa-bacon:before {
  14256.  content: "\f7e5";
  14257. }
  14258.  
  14259. .fa-bacteria:before {
  14260.  content: "\e059";
  14261. }
  14262.  
  14263. .fa-bacterium:before {
  14264.  content: "\e05a";
  14265. }
  14266.  
  14267. .fa-bahai:before {
  14268.  content: "\f666";
  14269. }
  14270.  
  14271. .fa-balance-scale:before {
  14272.  content: "\f24e";
  14273. }
  14274.  
  14275. .fa-balance-scale-left:before {
  14276.  content: "\f515";
  14277. }
  14278.  
  14279. .fa-balance-scale-right:before {
  14280.  content: "\f516";
  14281. }
  14282.  
  14283. .fa-ban:before {
  14284.  content: "\f05e";
  14285. }
  14286.  
  14287. .fa-band-aid:before {
  14288.  content: "\f462";
  14289. }
  14290.  
  14291. .fa-bandcamp:before {
  14292.  content: "\f2d5";
  14293. }
  14294.  
  14295. .fa-barcode:before {
  14296.  content: "\f02a";
  14297. }
  14298.  
  14299. .fa-bars:before {
  14300.  content: "\f0c9";
  14301. }
  14302.  
  14303. .fa-baseball-ball:before {
  14304.  content: "\f433";
  14305. }
  14306.  
  14307. .fa-basketball-ball:before {
  14308.  content: "\f434";
  14309. }
  14310.  
  14311. .fa-bath:before {
  14312.  content: "\f2cd";
  14313. }
  14314.  
  14315. .fa-battery-empty:before {
  14316.  content: "\f244";
  14317. }
  14318.  
  14319. .fa-battery-full:before {
  14320.  content: "\f240";
  14321. }
  14322.  
  14323. .fa-battery-half:before {
  14324.  content: "\f242";
  14325. }
  14326.  
  14327. .fa-battery-quarter:before {
  14328.  content: "\f243";
  14329. }
  14330.  
  14331. .fa-battery-three-quarters:before {
  14332.  content: "\f241";
  14333. }
  14334.  
  14335. .fa-battle-net:before {
  14336.  content: "\f835";
  14337. }
  14338.  
  14339. .fa-bed:before {
  14340.  content: "\f236";
  14341. }
  14342.  
  14343. .fa-beer:before {
  14344.  content: "\f0fc";
  14345. }
  14346.  
  14347. .fa-behance:before {
  14348.  content: "\f1b4";
  14349. }
  14350.  
  14351. .fa-behance-square:before {
  14352.  content: "\f1b5";
  14353. }
  14354.  
  14355. .fa-bell:before {
  14356.  content: "\f0f3";
  14357. }
  14358.  
  14359. .fa-bell-slash:before {
  14360.  content: "\f1f6";
  14361. }
  14362.  
  14363. .fa-bezier-curve:before {
  14364.  content: "\f55b";
  14365. }
  14366.  
  14367. .fa-bible:before {
  14368.  content: "\f647";
  14369. }
  14370.  
  14371. .fa-bicycle:before {
  14372.  content: "\f206";
  14373. }
  14374.  
  14375. .fa-biking:before {
  14376.  content: "\f84a";
  14377. }
  14378.  
  14379. .fa-bimobject:before {
  14380.  content: "\f378";
  14381. }
  14382.  
  14383. .fa-binoculars:before {
  14384.  content: "\f1e5";
  14385. }
  14386.  
  14387. .fa-biohazard:before {
  14388.  content: "\f780";
  14389. }
  14390.  
  14391. .fa-birthday-cake:before {
  14392.  content: "\f1fd";
  14393. }
  14394.  
  14395. .fa-bitbucket:before {
  14396.  content: "\f171";
  14397. }
  14398.  
  14399. .fa-bitcoin:before {
  14400.  content: "\f379";
  14401. }
  14402.  
  14403. .fa-bity:before {
  14404.  content: "\f37a";
  14405. }
  14406.  
  14407. .fa-black-tie:before {
  14408.  content: "\f27e";
  14409. }
  14410.  
  14411. .fa-blackberry:before {
  14412.  content: "\f37b";
  14413. }
  14414.  
  14415. .fa-blender:before {
  14416.  content: "\f517";
  14417. }
  14418.  
  14419. .fa-blender-phone:before {
  14420.  content: "\f6b6";
  14421. }
  14422.  
  14423. .fa-blind:before {
  14424.  content: "\f29d";
  14425. }
  14426.  
  14427. .fa-blog:before {
  14428.  content: "\f781";
  14429. }
  14430.  
  14431. .fa-blogger:before {
  14432.  content: "\f37c";
  14433. }
  14434.  
  14435. .fa-blogger-b:before {
  14436.  content: "\f37d";
  14437. }
  14438.  
  14439. .fa-bluetooth:before {
  14440.  content: "\f293";
  14441. }
  14442.  
  14443. .fa-bluetooth-b:before {
  14444.  content: "\f294";
  14445. }
  14446.  
  14447. .fa-bold:before {
  14448.  content: "\f032";
  14449. }
  14450.  
  14451. .fa-bolt:before {
  14452.  content: "\f0e7";
  14453. }
  14454.  
  14455. .fa-bomb:before {
  14456.  content: "\f1e2";
  14457. }
  14458.  
  14459. .fa-bone:before {
  14460.  content: "\f5d7";
  14461. }
  14462.  
  14463. .fa-bong:before {
  14464.  content: "\f55c";
  14465. }
  14466.  
  14467. .fa-book:before {
  14468.  content: "\f02d";
  14469. }
  14470.  
  14471. .fa-book-dead:before {
  14472.  content: "\f6b7";
  14473. }
  14474.  
  14475. .fa-book-medical:before {
  14476.  content: "\f7e6";
  14477. }
  14478.  
  14479. .fa-book-open:before {
  14480.  content: "\f518";
  14481. }
  14482.  
  14483. .fa-book-reader:before {
  14484.  content: "\f5da";
  14485. }
  14486.  
  14487. .fa-bookmark:before {
  14488.  content: "\f02e";
  14489. }
  14490.  
  14491. .fa-bootstrap:before {
  14492.  content: "\f836";
  14493. }
  14494.  
  14495. .fa-border-all:before {
  14496.  content: "\f84c";
  14497. }
  14498.  
  14499. .fa-border-none:before {
  14500.  content: "\f850";
  14501. }
  14502.  
  14503. .fa-border-style:before {
  14504.  content: "\f853";
  14505. }
  14506.  
  14507. .fa-bowling-ball:before {
  14508.  content: "\f436";
  14509. }
  14510.  
  14511. .fa-box:before {
  14512.  content: "\f466";
  14513. }
  14514.  
  14515. .fa-box-open:before {
  14516.  content: "\f49e";
  14517. }
  14518.  
  14519. .fa-box-tissue:before {
  14520.  content: "\e05b";
  14521. }
  14522.  
  14523. .fa-boxes:before {
  14524.  content: "\f468";
  14525. }
  14526.  
  14527. .fa-braille:before {
  14528.  content: "\f2a1";
  14529. }
  14530.  
  14531. .fa-brain:before {
  14532.  content: "\f5dc";
  14533. }
  14534.  
  14535. .fa-bread-slice:before {
  14536.  content: "\f7ec";
  14537. }
  14538.  
  14539. .fa-briefcase:before {
  14540.  content: "\f0b1";
  14541. }
  14542.  
  14543. .fa-briefcase-medical:before {
  14544.  content: "\f469";
  14545. }
  14546.  
  14547. .fa-broadcast-tower:before {
  14548.  content: "\f519";
  14549. }
  14550.  
  14551. .fa-broom:before {
  14552.  content: "\f51a";
  14553. }
  14554.  
  14555. .fa-brush:before {
  14556.  content: "\f55d";
  14557. }
  14558.  
  14559. .fa-btc:before {
  14560.  content: "\f15a";
  14561. }
  14562.  
  14563. .fa-buffer:before {
  14564.  content: "\f837";
  14565. }
  14566.  
  14567. .fa-bug:before {
  14568.  content: "\f188";
  14569. }
  14570.  
  14571. .fa-building:before {
  14572.  content: "\f1ad";
  14573. }
  14574.  
  14575. .fa-bullhorn:before {
  14576.  content: "\f0a1";
  14577. }
  14578.  
  14579. .fa-bullseye:before {
  14580.  content: "\f140";
  14581. }
  14582.  
  14583. .fa-burn:before {
  14584.  content: "\f46a";
  14585. }
  14586.  
  14587. .fa-buromobelexperte:before {
  14588.  content: "\f37f";
  14589. }
  14590.  
  14591. .fa-bus:before {
  14592.  content: "\f207";
  14593. }
  14594.  
  14595. .fa-bus-alt:before {
  14596.  content: "\f55e";
  14597. }
  14598.  
  14599. .fa-business-time:before {
  14600.  content: "\f64a";
  14601. }
  14602.  
  14603. .fa-buy-n-large:before {
  14604.  content: "\f8a6";
  14605. }
  14606.  
  14607. .fa-buysellads:before {
  14608.  content: "\f20d";
  14609. }
  14610.  
  14611. .fa-calculator:before {
  14612.  content: "\f1ec";
  14613. }
  14614.  
  14615. .fa-calendar:before {
  14616.  content: "\f133";
  14617. }
  14618.  
  14619. .fa-calendar-alt:before {
  14620.  content: "\f073";
  14621. }
  14622.  
  14623. .fa-calendar-check:before {
  14624.  content: "\f274";
  14625. }
  14626.  
  14627. .fa-calendar-day:before {
  14628.  content: "\f783";
  14629. }
  14630.  
  14631. .fa-calendar-minus:before {
  14632.  content: "\f272";
  14633. }
  14634.  
  14635. .fa-calendar-plus:before {
  14636.  content: "\f271";
  14637. }
  14638.  
  14639. .fa-calendar-times:before {
  14640.  content: "\f273";
  14641. }
  14642.  
  14643. .fa-calendar-week:before {
  14644.  content: "\f784";
  14645. }
  14646.  
  14647. .fa-camera:before {
  14648.  content: "\f030";
  14649. }
  14650.  
  14651. .fa-camera-retro:before {
  14652.  content: "\f083";
  14653. }
  14654.  
  14655. .fa-campground:before {
  14656.  content: "\f6bb";
  14657. }
  14658.  
  14659. .fa-canadian-maple-leaf:before {
  14660.  content: "\f785";
  14661. }
  14662.  
  14663. .fa-candy-cane:before {
  14664.  content: "\f786";
  14665. }
  14666.  
  14667. .fa-cannabis:before {
  14668.  content: "\f55f";
  14669. }
  14670.  
  14671. .fa-capsules:before {
  14672.  content: "\f46b";
  14673. }
  14674.  
  14675. .fa-car:before {
  14676.  content: "\f1b9";
  14677. }
  14678.  
  14679. .fa-car-alt:before {
  14680.  content: "\f5de";
  14681. }
  14682.  
  14683. .fa-car-battery:before {
  14684.  content: "\f5df";
  14685. }
  14686.  
  14687. .fa-car-crash:before {
  14688.  content: "\f5e1";
  14689. }
  14690.  
  14691. .fa-car-side:before {
  14692.  content: "\f5e4";
  14693. }
  14694.  
  14695. .fa-caravan:before {
  14696.  content: "\f8ff";
  14697. }
  14698.  
  14699. .fa-caret-down:before {
  14700.  content: "\f0d7";
  14701. }
  14702.  
  14703. .fa-caret-left:before {
  14704.  content: "\f0d9";
  14705. }
  14706.  
  14707. .fa-caret-right:before {
  14708.  content: "\f0da";
  14709. }
  14710.  
  14711. .fa-caret-square-down:before {
  14712.  content: "\f150";
  14713. }
  14714.  
  14715. .fa-caret-square-left:before {
  14716.  content: "\f191";
  14717. }
  14718.  
  14719. .fa-caret-square-right:before {
  14720.  content: "\f152";
  14721. }
  14722.  
  14723. .fa-caret-square-up:before {
  14724.  content: "\f151";
  14725. }
  14726.  
  14727. .fa-caret-up:before {
  14728.  content: "\f0d8";
  14729. }
  14730.  
  14731. .fa-carrot:before {
  14732.  content: "\f787";
  14733. }
  14734.  
  14735. .fa-cart-arrow-down:before {
  14736.  content: "\f218";
  14737. }
  14738.  
  14739. .fa-cart-plus:before {
  14740.  content: "\f217";
  14741. }
  14742.  
  14743. .fa-cash-register:before {
  14744.  content: "\f788";
  14745. }
  14746.  
  14747. .fa-cat:before {
  14748.  content: "\f6be";
  14749. }
  14750.  
  14751. .fa-cc-amazon-pay:before {
  14752.  content: "\f42d";
  14753. }
  14754.  
  14755. .fa-cc-amex:before {
  14756.  content: "\f1f3";
  14757. }
  14758.  
  14759. .fa-cc-apple-pay:before {
  14760.  content: "\f416";
  14761. }
  14762.  
  14763. .fa-cc-diners-club:before {
  14764.  content: "\f24c";
  14765. }
  14766.  
  14767. .fa-cc-discover:before {
  14768.  content: "\f1f2";
  14769. }
  14770.  
  14771. .fa-cc-jcb:before {
  14772.  content: "\f24b";
  14773. }
  14774.  
  14775. .fa-cc-mastercard:before {
  14776.  content: "\f1f1";
  14777. }
  14778.  
  14779. .fa-cc-paypal:before {
  14780.  content: "\f1f4";
  14781. }
  14782.  
  14783. .fa-cc-stripe:before {
  14784.  content: "\f1f5";
  14785. }
  14786.  
  14787. .fa-cc-visa:before {
  14788.  content: "\f1f0";
  14789. }
  14790.  
  14791. .fa-centercode:before {
  14792.  content: "\f380";
  14793. }
  14794.  
  14795. .fa-centos:before {
  14796.  content: "\f789";
  14797. }
  14798.  
  14799. .fa-certificate:before {
  14800.  content: "\f0a3";
  14801. }
  14802.  
  14803. .fa-chair:before {
  14804.  content: "\f6c0";
  14805. }
  14806.  
  14807. .fa-chalkboard:before {
  14808.  content: "\f51b";
  14809. }
  14810.  
  14811. .fa-chalkboard-teacher:before {
  14812.  content: "\f51c";
  14813. }
  14814.  
  14815. .fa-charging-station:before {
  14816.  content: "\f5e7";
  14817. }
  14818.  
  14819. .fa-chart-area:before {
  14820.  content: "\f1fe";
  14821. }
  14822.  
  14823. .fa-chart-bar:before {
  14824.  content: "\f080";
  14825. }
  14826.  
  14827. .fa-chart-line:before {
  14828.  content: "\f201";
  14829. }
  14830.  
  14831. .fa-chart-pie:before {
  14832.  content: "\f200";
  14833. }
  14834.  
  14835. .fa-check:before {
  14836.  content: "\f00c";
  14837. }
  14838.  
  14839. .fa-check-circle:before {
  14840.  content: "\f058";
  14841. }
  14842.  
  14843. .fa-check-double:before {
  14844.  content: "\f560";
  14845. }
  14846.  
  14847. .fa-check-square:before {
  14848.  content: "\f14a";
  14849. }
  14850.  
  14851. .fa-cheese:before {
  14852.  content: "\f7ef";
  14853. }
  14854.  
  14855. .fa-chess:before {
  14856.  content: "\f439";
  14857. }
  14858.  
  14859. .fa-chess-bishop:before {
  14860.  content: "\f43a";
  14861. }
  14862.  
  14863. .fa-chess-board:before {
  14864.  content: "\f43c";
  14865. }
  14866.  
  14867. .fa-chess-king:before {
  14868.  content: "\f43f";
  14869. }
  14870.  
  14871. .fa-chess-knight:before {
  14872.  content: "\f441";
  14873. }
  14874.  
  14875. .fa-chess-pawn:before {
  14876.  content: "\f443";
  14877. }
  14878.  
  14879. .fa-chess-queen:before {
  14880.  content: "\f445";
  14881. }
  14882.  
  14883. .fa-chess-rook:before {
  14884.  content: "\f447";
  14885. }
  14886.  
  14887. .fa-chevron-circle-down:before {
  14888.  content: "\f13a";
  14889. }
  14890.  
  14891. .fa-chevron-circle-left:before {
  14892.  content: "\f137";
  14893. }
  14894.  
  14895. .fa-chevron-circle-right:before {
  14896.  content: "\f138";
  14897. }
  14898.  
  14899. .fa-chevron-circle-up:before {
  14900.  content: "\f139";
  14901. }
  14902.  
  14903. .fa-chevron-down:before {
  14904.  content: "\f078";
  14905. }
  14906.  
  14907. .fa-chevron-left:before {
  14908.  content: "\f053";
  14909. }
  14910.  
  14911. .fa-chevron-right:before {
  14912.  content: "\f054";
  14913. }
  14914.  
  14915. .fa-chevron-up:before {
  14916.  content: "\f077";
  14917. }
  14918.  
  14919. .fa-child:before {
  14920.  content: "\f1ae";
  14921. }
  14922.  
  14923. .fa-chrome:before {
  14924.  content: "\f268";
  14925. }
  14926.  
  14927. .fa-chromecast:before {
  14928.  content: "\f838";
  14929. }
  14930.  
  14931. .fa-church:before {
  14932.  content: "\f51d";
  14933. }
  14934.  
  14935. .fa-circle:before {
  14936.  content: "\f111";
  14937. }
  14938.  
  14939. .fa-circle-notch:before {
  14940.  content: "\f1ce";
  14941. }
  14942.  
  14943. .fa-city:before {
  14944.  content: "\f64f";
  14945. }
  14946.  
  14947. .fa-clinic-medical:before {
  14948.  content: "\f7f2";
  14949. }
  14950.  
  14951. .fa-clipboard:before {
  14952.  content: "\f328";
  14953. }
  14954.  
  14955. .fa-clipboard-check:before {
  14956.  content: "\f46c";
  14957. }
  14958.  
  14959. .fa-clipboard-list:before {
  14960.  content: "\f46d";
  14961. }
  14962.  
  14963. .fa-clock:before {
  14964.  content: "\f017";
  14965. }
  14966.  
  14967. .fa-clone:before {
  14968.  content: "\f24d";
  14969. }
  14970.  
  14971. .fa-closed-captioning:before {
  14972.  content: "\f20a";
  14973. }
  14974.  
  14975. .fa-cloud:before {
  14976.  content: "\f0c2";
  14977. }
  14978.  
  14979. .fa-cloud-download-alt:before {
  14980.  content: "\f381";
  14981. }
  14982.  
  14983. .fa-cloud-meatball:before {
  14984.  content: "\f73b";
  14985. }
  14986.  
  14987. .fa-cloud-moon:before {
  14988.  content: "\f6c3";
  14989. }
  14990.  
  14991. .fa-cloud-moon-rain:before {
  14992.  content: "\f73c";
  14993. }
  14994.  
  14995. .fa-cloud-rain:before {
  14996.  content: "\f73d";
  14997. }
  14998.  
  14999. .fa-cloud-showers-heavy:before {
  15000.  content: "\f740";
  15001. }
  15002.  
  15003. .fa-cloud-sun:before {
  15004.  content: "\f6c4";
  15005. }
  15006.  
  15007. .fa-cloud-sun-rain:before {
  15008.  content: "\f743";
  15009. }
  15010.  
  15011. .fa-cloud-upload-alt:before {
  15012.  content: "\f382";
  15013. }
  15014.  
  15015. .fa-cloudflare:before {
  15016.  content: "\e07d";
  15017. }
  15018.  
  15019. .fa-cloudscale:before {
  15020.  content: "\f383";
  15021. }
  15022.  
  15023. .fa-cloudsmith:before {
  15024.  content: "\f384";
  15025. }
  15026.  
  15027. .fa-cloudversify:before {
  15028.  content: "\f385";
  15029. }
  15030.  
  15031. .fa-cocktail:before {
  15032.  content: "\f561";
  15033. }
  15034.  
  15035. .fa-code:before {
  15036.  content: "\f121";
  15037. }
  15038.  
  15039. .fa-code-branch:before {
  15040.  content: "\f126";
  15041. }
  15042.  
  15043. .fa-codepen:before {
  15044.  content: "\f1cb";
  15045. }
  15046.  
  15047. .fa-codiepie:before {
  15048.  content: "\f284";
  15049. }
  15050.  
  15051. .fa-coffee:before {
  15052.  content: "\f0f4";
  15053. }
  15054.  
  15055. .fa-cog:before {
  15056.  content: "\f013";
  15057. }
  15058.  
  15059. .fa-cogs:before {
  15060.  content: "\f085";
  15061. }
  15062.  
  15063. .fa-coins:before {
  15064.  content: "\f51e";
  15065. }
  15066.  
  15067. .fa-columns:before {
  15068.  content: "\f0db";
  15069. }
  15070.  
  15071. .fa-comment:before {
  15072.  content: "\f075";
  15073. }
  15074.  
  15075. .fa-comment-alt:before {
  15076.  content: "\f27a";
  15077. }
  15078.  
  15079. .fa-comment-dollar:before {
  15080.  content: "\f651";
  15081. }
  15082.  
  15083. .fa-comment-dots:before {
  15084.  content: "\f4ad";
  15085. }
  15086.  
  15087. .fa-comment-medical:before {
  15088.  content: "\f7f5";
  15089. }
  15090.  
  15091. .fa-comment-slash:before {
  15092.  content: "\f4b3";
  15093. }
  15094.  
  15095. .fa-comments:before {
  15096.  content: "\f086";
  15097. }
  15098.  
  15099. .fa-comments-dollar:before {
  15100.  content: "\f653";
  15101. }
  15102.  
  15103. .fa-compact-disc:before {
  15104.  content: "\f51f";
  15105. }
  15106.  
  15107. .fa-compass:before {
  15108.  content: "\f14e";
  15109. }
  15110.  
  15111. .fa-compress:before {
  15112.  content: "\f066";
  15113. }
  15114.  
  15115. .fa-compress-alt:before {
  15116.  content: "\f422";
  15117. }
  15118.  
  15119. .fa-compress-arrows-alt:before {
  15120.  content: "\f78c";
  15121. }
  15122.  
  15123. .fa-concierge-bell:before {
  15124.  content: "\f562";
  15125. }
  15126.  
  15127. .fa-confluence:before {
  15128.  content: "\f78d";
  15129. }
  15130.  
  15131. .fa-connectdevelop:before {
  15132.  content: "\f20e";
  15133. }
  15134.  
  15135. .fa-contao:before {
  15136.  content: "\f26d";
  15137. }
  15138.  
  15139. .fa-cookie:before {
  15140.  content: "\f563";
  15141. }
  15142.  
  15143. .fa-cookie-bite:before {
  15144.  content: "\f564";
  15145. }
  15146.  
  15147. .fa-copy:before {
  15148.  content: "\f0c5";
  15149. }
  15150.  
  15151. .fa-copyright:before {
  15152.  content: "\f1f9";
  15153. }
  15154.  
  15155. .fa-cotton-bureau:before {
  15156.  content: "\f89e";
  15157. }
  15158.  
  15159. .fa-couch:before {
  15160.  content: "\f4b8";
  15161. }
  15162.  
  15163. .fa-cpanel:before {
  15164.  content: "\f388";
  15165. }
  15166.  
  15167. .fa-creative-commons:before {
  15168.  content: "\f25e";
  15169. }
  15170.  
  15171. .fa-creative-commons-by:before {
  15172.  content: "\f4e7";
  15173. }
  15174.  
  15175. .fa-creative-commons-nc:before {
  15176.  content: "\f4e8";
  15177. }
  15178.  
  15179. .fa-creative-commons-nc-eu:before {
  15180.  content: "\f4e9";
  15181. }
  15182.  
  15183. .fa-creative-commons-nc-jp:before {
  15184.  content: "\f4ea";
  15185. }
  15186.  
  15187. .fa-creative-commons-nd:before {
  15188.  content: "\f4eb";
  15189. }
  15190.  
  15191. .fa-creative-commons-pd:before {
  15192.  content: "\f4ec";
  15193. }
  15194.  
  15195. .fa-creative-commons-pd-alt:before {
  15196.  content: "\f4ed";
  15197. }
  15198.  
  15199. .fa-creative-commons-remix:before {
  15200.  content: "\f4ee";
  15201. }
  15202.  
  15203. .fa-creative-commons-sa:before {
  15204.  content: "\f4ef";
  15205. }
  15206.  
  15207. .fa-creative-commons-sampling:before {
  15208.  content: "\f4f0";
  15209. }
  15210.  
  15211. .fa-creative-commons-sampling-plus:before {
  15212.  content: "\f4f1";
  15213. }
  15214.  
  15215. .fa-creative-commons-share:before {
  15216.  content: "\f4f2";
  15217. }
  15218.  
  15219. .fa-creative-commons-zero:before {
  15220.  content: "\f4f3";
  15221. }
  15222.  
  15223. .fa-credit-card:before {
  15224.  content: "\f09d";
  15225. }
  15226.  
  15227. .fa-critical-role:before {
  15228.  content: "\f6c9";
  15229. }
  15230.  
  15231. .fa-crop:before {
  15232.  content: "\f125";
  15233. }
  15234.  
  15235. .fa-crop-alt:before {
  15236.  content: "\f565";
  15237. }
  15238.  
  15239. .fa-cross:before {
  15240.  content: "\f654";
  15241. }
  15242.  
  15243. .fa-crosshairs:before {
  15244.  content: "\f05b";
  15245. }
  15246.  
  15247. .fa-crow:before {
  15248.  content: "\f520";
  15249. }
  15250.  
  15251. .fa-crown:before {
  15252.  content: "\f521";
  15253. }
  15254.  
  15255. .fa-crutch:before {
  15256.  content: "\f7f7";
  15257. }
  15258.  
  15259. .fa-css3:before {
  15260.  content: "\f13c";
  15261. }
  15262.  
  15263. .fa-css3-alt:before {
  15264.  content: "\f38b";
  15265. }
  15266.  
  15267. .fa-cube:before {
  15268.  content: "\f1b2";
  15269. }
  15270.  
  15271. .fa-cubes:before {
  15272.  content: "\f1b3";
  15273. }
  15274.  
  15275. .fa-cut:before {
  15276.  content: "\f0c4";
  15277. }
  15278.  
  15279. .fa-cuttlefish:before {
  15280.  content: "\f38c";
  15281. }
  15282.  
  15283. .fa-d-and-d:before {
  15284.  content: "\f38d";
  15285. }
  15286.  
  15287. .fa-d-and-d-beyond:before {
  15288.  content: "\f6ca";
  15289. }
  15290.  
  15291. .fa-dailymotion:before {
  15292.  content: "\e052";
  15293. }
  15294.  
  15295. .fa-dashcube:before {
  15296.  content: "\f210";
  15297. }
  15298.  
  15299. .fa-database:before {
  15300.  content: "\f1c0";
  15301. }
  15302.  
  15303. .fa-deaf:before {
  15304.  content: "\f2a4";
  15305. }
  15306.  
  15307. .fa-deezer:before {
  15308.  content: "\e077";
  15309. }
  15310.  
  15311. .fa-delicious:before {
  15312.  content: "\f1a5";
  15313. }
  15314.  
  15315. .fa-democrat:before {
  15316.  content: "\f747";
  15317. }
  15318.  
  15319. .fa-deploydog:before {
  15320.  content: "\f38e";
  15321. }
  15322.  
  15323. .fa-deskpro:before {
  15324.  content: "\f38f";
  15325. }
  15326.  
  15327. .fa-desktop:before {
  15328.  content: "\f108";
  15329. }
  15330.  
  15331. .fa-dev:before {
  15332.  content: "\f6cc";
  15333. }
  15334.  
  15335. .fa-deviantart:before {
  15336.  content: "\f1bd";
  15337. }
  15338.  
  15339. .fa-dharmachakra:before {
  15340.  content: "\f655";
  15341. }
  15342.  
  15343. .fa-dhl:before {
  15344.  content: "\f790";
  15345. }
  15346.  
  15347. .fa-diagnoses:before {
  15348.  content: "\f470";
  15349. }
  15350.  
  15351. .fa-diaspora:before {
  15352.  content: "\f791";
  15353. }
  15354.  
  15355. .fa-dice:before {
  15356.  content: "\f522";
  15357. }
  15358.  
  15359. .fa-dice-d20:before {
  15360.  content: "\f6cf";
  15361. }
  15362.  
  15363. .fa-dice-d6:before {
  15364.  content: "\f6d1";
  15365. }
  15366.  
  15367. .fa-dice-five:before {
  15368.  content: "\f523";
  15369. }
  15370.  
  15371. .fa-dice-four:before {
  15372.  content: "\f524";
  15373. }
  15374.  
  15375. .fa-dice-one:before {
  15376.  content: "\f525";
  15377. }
  15378.  
  15379. .fa-dice-six:before {
  15380.  content: "\f526";
  15381. }
  15382.  
  15383. .fa-dice-three:before {
  15384.  content: "\f527";
  15385. }
  15386.  
  15387. .fa-dice-two:before {
  15388.  content: "\f528";
  15389. }
  15390.  
  15391. .fa-digg:before {
  15392.  content: "\f1a6";
  15393. }
  15394.  
  15395. .fa-digital-ocean:before {
  15396.  content: "\f391";
  15397. }
  15398.  
  15399. .fa-digital-tachograph:before {
  15400.  content: "\f566";
  15401. }
  15402.  
  15403. .fa-directions:before {
  15404.  content: "\f5eb";
  15405. }
  15406.  
  15407. .fa-discord:before {
  15408.  content: "\f392";
  15409. }
  15410.  
  15411. .fa-discourse:before {
  15412.  content: "\f393";
  15413. }
  15414.  
  15415. .fa-disease:before {
  15416.  content: "\f7fa";
  15417. }
  15418.  
  15419. .fa-divide:before {
  15420.  content: "\f529";
  15421. }
  15422.  
  15423. .fa-dizzy:before {
  15424.  content: "\f567";
  15425. }
  15426.  
  15427. .fa-dna:before {
  15428.  content: "\f471";
  15429. }
  15430.  
  15431. .fa-dochub:before {
  15432.  content: "\f394";
  15433. }
  15434.  
  15435. .fa-docker:before {
  15436.  content: "\f395";
  15437. }
  15438.  
  15439. .fa-dog:before {
  15440.  content: "\f6d3";
  15441. }
  15442.  
  15443. .fa-dollar-sign:before {
  15444.  content: "\f155";
  15445. }
  15446.  
  15447. .fa-dolly:before {
  15448.  content: "\f472";
  15449. }
  15450.  
  15451. .fa-dolly-flatbed:before {
  15452.  content: "\f474";
  15453. }
  15454.  
  15455. .fa-donate:before {
  15456.  content: "\f4b9";
  15457. }
  15458.  
  15459. .fa-door-closed:before {
  15460.  content: "\f52a";
  15461. }
  15462.  
  15463. .fa-door-open:before {
  15464.  content: "\f52b";
  15465. }
  15466.  
  15467. .fa-dot-circle:before {
  15468.  content: "\f192";
  15469. }
  15470.  
  15471. .fa-dove:before {
  15472.  content: "\f4ba";
  15473. }
  15474.  
  15475. .fa-download:before {
  15476.  content: "\f019";
  15477. }
  15478.  
  15479. .fa-draft2digital:before {
  15480.  content: "\f396";
  15481. }
  15482.  
  15483. .fa-drafting-compass:before {
  15484.  content: "\f568";
  15485. }
  15486.  
  15487. .fa-dragon:before {
  15488.  content: "\f6d5";
  15489. }
  15490.  
  15491. .fa-draw-polygon:before {
  15492.  content: "\f5ee";
  15493. }
  15494.  
  15495. .fa-dribbble:before {
  15496.  content: "\f17d";
  15497. }
  15498.  
  15499. .fa-dribbble-square:before {
  15500.  content: "\f397";
  15501. }
  15502.  
  15503. .fa-dropbox:before {
  15504.  content: "\f16b";
  15505. }
  15506.  
  15507. .fa-drum:before {
  15508.  content: "\f569";
  15509. }
  15510.  
  15511. .fa-drum-steelpan:before {
  15512.  content: "\f56a";
  15513. }
  15514.  
  15515. .fa-drumstick-bite:before {
  15516.  content: "\f6d7";
  15517. }
  15518.  
  15519. .fa-drupal:before {
  15520.  content: "\f1a9";
  15521. }
  15522.  
  15523. .fa-dumbbell:before {
  15524.  content: "\f44b";
  15525. }
  15526.  
  15527. .fa-dumpster:before {
  15528.  content: "\f793";
  15529. }
  15530.  
  15531. .fa-dumpster-fire:before {
  15532.  content: "\f794";
  15533. }
  15534.  
  15535. .fa-dungeon:before {
  15536.  content: "\f6d9";
  15537. }
  15538.  
  15539. .fa-dyalog:before {
  15540.  content: "\f399";
  15541. }
  15542.  
  15543. .fa-earlybirds:before {
  15544.  content: "\f39a";
  15545. }
  15546.  
  15547. .fa-ebay:before {
  15548.  content: "\f4f4";
  15549. }
  15550.  
  15551. .fa-edge:before {
  15552.  content: "\f282";
  15553. }
  15554.  
  15555. .fa-edge-legacy:before {
  15556.  content: "\e078";
  15557. }
  15558.  
  15559. .fa-edit:before {
  15560.  content: "\f044";
  15561. }
  15562.  
  15563. .fa-egg:before {
  15564.  content: "\f7fb";
  15565. }
  15566.  
  15567. .fa-eject:before {
  15568.  content: "\f052";
  15569. }
  15570.  
  15571. .fa-elementor:before {
  15572.  content: "\f430";
  15573. }
  15574.  
  15575. .fa-ellipsis-h:before {
  15576.  content: "\f141";
  15577. }
  15578.  
  15579. .fa-ellipsis-v:before {
  15580.  content: "\f142";
  15581. }
  15582.  
  15583. .fa-ello:before {
  15584.  content: "\f5f1";
  15585. }
  15586.  
  15587. .fa-ember:before {
  15588.  content: "\f423";
  15589. }
  15590.  
  15591. .fa-empire:before {
  15592.  content: "\f1d1";
  15593. }
  15594.  
  15595. .fa-envelope:before {
  15596.  content: "\f0e0";
  15597. }
  15598.  
  15599. .fa-envelope-open:before {
  15600.  content: "\f2b6";
  15601. }
  15602.  
  15603. .fa-envelope-open-text:before {
  15604.  content: "\f658";
  15605. }
  15606.  
  15607. .fa-envelope-square:before {
  15608.  content: "\f199";
  15609. }
  15610.  
  15611. .fa-envira:before {
  15612.  content: "\f299";
  15613. }
  15614.  
  15615. .fa-equals:before {
  15616.  content: "\f52c";
  15617. }
  15618.  
  15619. .fa-eraser:before {
  15620.  content: "\f12d";
  15621. }
  15622.  
  15623. .fa-erlang:before {
  15624.  content: "\f39d";
  15625. }
  15626.  
  15627. .fa-ethereum:before {
  15628.  content: "\f42e";
  15629. }
  15630.  
  15631. .fa-ethernet:before {
  15632.  content: "\f796";
  15633. }
  15634.  
  15635. .fa-etsy:before {
  15636.  content: "\f2d7";
  15637. }
  15638.  
  15639. .fa-euro-sign:before {
  15640.  content: "\f153";
  15641. }
  15642.  
  15643. .fa-evernote:before {
  15644.  content: "\f839";
  15645. }
  15646.  
  15647. .fa-exchange-alt:before {
  15648.  content: "\f362";
  15649. }
  15650.  
  15651. .fa-exclamation:before {
  15652.  content: "\f12a";
  15653. }
  15654.  
  15655. .fa-exclamation-circle:before {
  15656.  content: "\f06a";
  15657. }
  15658.  
  15659. .fa-exclamation-triangle:before {
  15660.  content: "\f071";
  15661. }
  15662.  
  15663. .fa-expand:before {
  15664.  content: "\f065";
  15665. }
  15666.  
  15667. .fa-expand-alt:before {
  15668.  content: "\f424";
  15669. }
  15670.  
  15671. .fa-expand-arrows-alt:before {
  15672.  content: "\f31e";
  15673. }
  15674.  
  15675. .fa-expeditedssl:before {
  15676.  content: "\f23e";
  15677. }
  15678.  
  15679. .fa-external-link-alt:before {
  15680.  content: "\f35d";
  15681. }
  15682.  
  15683. .fa-external-link-square-alt:before {
  15684.  content: "\f360";
  15685. }
  15686.  
  15687. .fa-eye:before {
  15688.  content: "\f06e";
  15689. }
  15690.  
  15691. .fa-eye-dropper:before {
  15692.  content: "\f1fb";
  15693. }
  15694.  
  15695. .fa-eye-slash:before {
  15696.  content: "\f070";
  15697. }
  15698.  
  15699. .fa-facebook:before {
  15700.  content: "\f09a";
  15701. }
  15702.  
  15703. .fa-facebook-f:before {
  15704.  content: "\f39e";
  15705. }
  15706.  
  15707. .fa-facebook-messenger:before {
  15708.  content: "\f39f";
  15709. }
  15710.  
  15711. .fa-facebook-square:before {
  15712.  content: "\f082";
  15713. }
  15714.  
  15715. .fa-fan:before {
  15716.  content: "\f863";
  15717. }
  15718.  
  15719. .fa-fantasy-flight-games:before {
  15720.  content: "\f6dc";
  15721. }
  15722.  
  15723. .fa-fast-backward:before {
  15724.  content: "\f049";
  15725. }
  15726.  
  15727. .fa-fast-forward:before {
  15728.  content: "\f050";
  15729. }
  15730.  
  15731. .fa-faucet:before {
  15732.  content: "\e005";
  15733. }
  15734.  
  15735. .fa-fax:before {
  15736.  content: "\f1ac";
  15737. }
  15738.  
  15739. .fa-feather:before {
  15740.  content: "\f52d";
  15741. }
  15742.  
  15743. .fa-feather-alt:before {
  15744.  content: "\f56b";
  15745. }
  15746.  
  15747. .fa-fedex:before {
  15748.  content: "\f797";
  15749. }
  15750.  
  15751. .fa-fedora:before {
  15752.  content: "\f798";
  15753. }
  15754.  
  15755. .fa-female:before {
  15756.  content: "\f182";
  15757. }
  15758.  
  15759. .fa-fighter-jet:before {
  15760.  content: "\f0fb";
  15761. }
  15762.  
  15763. .fa-figma:before {
  15764.  content: "\f799";
  15765. }
  15766.  
  15767. .fa-file:before {
  15768.  content: "\f15b";
  15769. }
  15770.  
  15771. .fa-file-alt:before {
  15772.  content: "\f15c";
  15773. }
  15774.  
  15775. .fa-file-archive:before {
  15776.  content: "\f1c6";
  15777. }
  15778.  
  15779. .fa-file-audio:before {
  15780.  content: "\f1c7";
  15781. }
  15782.  
  15783. .fa-file-code:before {
  15784.  content: "\f1c9";
  15785. }
  15786.  
  15787. .fa-file-contract:before {
  15788.  content: "\f56c";
  15789. }
  15790.  
  15791. .fa-file-csv:before {
  15792.  content: "\f6dd";
  15793. }
  15794.  
  15795. .fa-file-download:before {
  15796.  content: "\f56d";
  15797. }
  15798.  
  15799. .fa-file-excel:before {
  15800.  content: "\f1c3";
  15801. }
  15802.  
  15803. .fa-file-export:before {
  15804.  content: "\f56e";
  15805. }
  15806.  
  15807. .fa-file-image:before {
  15808.  content: "\f1c5";
  15809. }
  15810.  
  15811. .fa-file-import:before {
  15812.  content: "\f56f";
  15813. }
  15814.  
  15815. .fa-file-invoice:before {
  15816.  content: "\f570";
  15817. }
  15818.  
  15819. .fa-file-invoice-dollar:before {
  15820.  content: "\f571";
  15821. }
  15822.  
  15823. .fa-file-medical:before {
  15824.  content: "\f477";
  15825. }
  15826.  
  15827. .fa-file-medical-alt:before {
  15828.  content: "\f478";
  15829. }
  15830.  
  15831. .fa-file-pdf:before {
  15832.  content: "\f1c1";
  15833. }
  15834.  
  15835. .fa-file-powerpoint:before {
  15836.  content: "\f1c4";
  15837. }
  15838.  
  15839. .fa-file-prescription:before {
  15840.  content: "\f572";
  15841. }
  15842.  
  15843. .fa-file-signature:before {
  15844.  content: "\f573";
  15845. }
  15846.  
  15847. .fa-file-upload:before {
  15848.  content: "\f574";
  15849. }
  15850.  
  15851. .fa-file-video:before {
  15852.  content: "\f1c8";
  15853. }
  15854.  
  15855. .fa-file-word:before {
  15856.  content: "\f1c2";
  15857. }
  15858.  
  15859. .fa-fill:before {
  15860.  content: "\f575";
  15861. }
  15862.  
  15863. .fa-fill-drip:before {
  15864.  content: "\f576";
  15865. }
  15866.  
  15867. .fa-film:before {
  15868.  content: "\f008";
  15869. }
  15870.  
  15871. .fa-filter:before {
  15872.  content: "\f0b0";
  15873. }
  15874.  
  15875. .fa-fingerprint:before {
  15876.  content: "\f577";
  15877. }
  15878.  
  15879. .fa-fire:before {
  15880.  content: "\f06d";
  15881. }
  15882.  
  15883. .fa-fire-alt:before {
  15884.  content: "\f7e4";
  15885. }
  15886.  
  15887. .fa-fire-extinguisher:before {
  15888.  content: "\f134";
  15889. }
  15890.  
  15891. .fa-firefox:before {
  15892.  content: "\f269";
  15893. }
  15894.  
  15895. .fa-firefox-browser:before {
  15896.  content: "\e007";
  15897. }
  15898.  
  15899. .fa-first-aid:before {
  15900.  content: "\f479";
  15901. }
  15902.  
  15903. .fa-first-order:before {
  15904.  content: "\f2b0";
  15905. }
  15906.  
  15907. .fa-first-order-alt:before {
  15908.  content: "\f50a";
  15909. }
  15910.  
  15911. .fa-firstdraft:before {
  15912.  content: "\f3a1";
  15913. }
  15914.  
  15915. .fa-fish:before {
  15916.  content: "\f578";
  15917. }
  15918.  
  15919. .fa-fist-raised:before {
  15920.  content: "\f6de";
  15921. }
  15922.  
  15923. .fa-flag:before {
  15924.  content: "\f024";
  15925. }
  15926.  
  15927. .fa-flag-checkered:before {
  15928.  content: "\f11e";
  15929. }
  15930.  
  15931. .fa-flag-usa:before {
  15932.  content: "\f74d";
  15933. }
  15934.  
  15935. .fa-flask:before {
  15936.  content: "\f0c3";
  15937. }
  15938.  
  15939. .fa-flickr:before {
  15940.  content: "\f16e";
  15941. }
  15942.  
  15943. .fa-flipboard:before {
  15944.  content: "\f44d";
  15945. }
  15946.  
  15947. .fa-flushed:before {
  15948.  content: "\f579";
  15949. }
  15950.  
  15951. .fa-fly:before {
  15952.  content: "\f417";
  15953. }
  15954.  
  15955. .fa-folder:before {
  15956.  content: "\f07b";
  15957. }
  15958.  
  15959. .fa-folder-minus:before {
  15960.  content: "\f65d";
  15961. }
  15962.  
  15963. .fa-folder-open:before {
  15964.  content: "\f07c";
  15965. }
  15966.  
  15967. .fa-folder-plus:before {
  15968.  content: "\f65e";
  15969. }
  15970.  
  15971. .fa-font:before {
  15972.  content: "\f031";
  15973. }
  15974.  
  15975. .fa-font-awesome:before {
  15976.  content: "\f2b4";
  15977. }
  15978.  
  15979. .fa-font-awesome-alt:before {
  15980.  content: "\f35c";
  15981. }
  15982.  
  15983. .fa-font-awesome-flag:before {
  15984.  content: "\f425";
  15985. }
  15986.  
  15987. .fa-font-awesome-logo-full:before {
  15988.  content: "\f4e6";
  15989. }
  15990.  
  15991. .fa-fonticons:before {
  15992.  content: "\f280";
  15993. }
  15994.  
  15995. .fa-fonticons-fi:before {
  15996.  content: "\f3a2";
  15997. }
  15998.  
  15999. .fa-football-ball:before {
  16000.  content: "\f44e";
  16001. }
  16002.  
  16003. .fa-fort-awesome:before {
  16004.  content: "\f286";
  16005. }
  16006.  
  16007. .fa-fort-awesome-alt:before {
  16008.  content: "\f3a3";
  16009. }
  16010.  
  16011. .fa-forumbee:before {
  16012.  content: "\f211";
  16013. }
  16014.  
  16015. .fa-forward:before {
  16016.  content: "\f04e";
  16017. }
  16018.  
  16019. .fa-foursquare:before {
  16020.  content: "\f180";
  16021. }
  16022.  
  16023. .fa-free-code-camp:before {
  16024.  content: "\f2c5";
  16025. }
  16026.  
  16027. .fa-freebsd:before {
  16028.  content: "\f3a4";
  16029. }
  16030.  
  16031. .fa-frog:before {
  16032.  content: "\f52e";
  16033. }
  16034.  
  16035. .fa-frown:before {
  16036.  content: "\f119";
  16037. }
  16038.  
  16039. .fa-frown-open:before {
  16040.  content: "\f57a";
  16041. }
  16042.  
  16043. .fa-fulcrum:before {
  16044.  content: "\f50b";
  16045. }
  16046.  
  16047. .fa-funnel-dollar:before {
  16048.  content: "\f662";
  16049. }
  16050.  
  16051. .fa-futbol:before {
  16052.  content: "\f1e3";
  16053. }
  16054.  
  16055. .fa-galactic-republic:before {
  16056.  content: "\f50c";
  16057. }
  16058.  
  16059. .fa-galactic-senate:before {
  16060.  content: "\f50d";
  16061. }
  16062.  
  16063. .fa-gamepad:before {
  16064.  content: "\f11b";
  16065. }
  16066.  
  16067. .fa-gas-pump:before {
  16068.  content: "\f52f";
  16069. }
  16070.  
  16071. .fa-gavel:before {
  16072.  content: "\f0e3";
  16073. }
  16074.  
  16075. .fa-gem:before {
  16076.  content: "\f3a5";
  16077. }
  16078.  
  16079. .fa-genderless:before {
  16080.  content: "\f22d";
  16081. }
  16082.  
  16083. .fa-get-pocket:before {
  16084.  content: "\f265";
  16085. }
  16086.  
  16087. .fa-gg:before {
  16088.  content: "\f260";
  16089. }
  16090.  
  16091. .fa-gg-circle:before {
  16092.  content: "\f261";
  16093. }
  16094.  
  16095. .fa-ghost:before {
  16096.  content: "\f6e2";
  16097. }
  16098.  
  16099. .fa-gift:before {
  16100.  content: "\f06b";
  16101. }
  16102.  
  16103. .fa-gifts:before {
  16104.  content: "\f79c";
  16105. }
  16106.  
  16107. .fa-git:before {
  16108.  content: "\f1d3";
  16109. }
  16110.  
  16111. .fa-git-alt:before {
  16112.  content: "\f841";
  16113. }
  16114.  
  16115. .fa-git-square:before {
  16116.  content: "\f1d2";
  16117. }
  16118.  
  16119. .fa-github:before {
  16120.  content: "\f09b";
  16121. }
  16122.  
  16123. .fa-github-alt:before {
  16124.  content: "\f113";
  16125. }
  16126.  
  16127. .fa-github-square:before {
  16128.  content: "\f092";
  16129. }
  16130.  
  16131. .fa-gitkraken:before {
  16132.  content: "\f3a6";
  16133. }
  16134.  
  16135. .fa-gitlab:before {
  16136.  content: "\f296";
  16137. }
  16138.  
  16139. .fa-gitter:before {
  16140.  content: "\f426";
  16141. }
  16142.  
  16143. .fa-glass-cheers:before {
  16144.  content: "\f79f";
  16145. }
  16146.  
  16147. .fa-glass-martini:before {
  16148.  content: "\f000";
  16149. }
  16150.  
  16151. .fa-glass-martini-alt:before {
  16152.  content: "\f57b";
  16153. }
  16154.  
  16155. .fa-glass-whiskey:before {
  16156.  content: "\f7a0";
  16157. }
  16158.  
  16159. .fa-glasses:before {
  16160.  content: "\f530";
  16161. }
  16162.  
  16163. .fa-glide:before {
  16164.  content: "\f2a5";
  16165. }
  16166.  
  16167. .fa-glide-g:before {
  16168.  content: "\f2a6";
  16169. }
  16170.  
  16171. .fa-globe:before {
  16172.  content: "\f0ac";
  16173. }
  16174.  
  16175. .fa-globe-africa:before {
  16176.  content: "\f57c";
  16177. }
  16178.  
  16179. .fa-globe-americas:before {
  16180.  content: "\f57d";
  16181. }
  16182.  
  16183. .fa-globe-asia:before {
  16184.  content: "\f57e";
  16185. }
  16186.  
  16187. .fa-globe-europe:before {
  16188.  content: "\f7a2";
  16189. }
  16190.  
  16191. .fa-gofore:before {
  16192.  content: "\f3a7";
  16193. }
  16194.  
  16195. .fa-golf-ball:before {
  16196.  content: "\f450";
  16197. }
  16198.  
  16199. .fa-goodreads:before {
  16200.  content: "\f3a8";
  16201. }
  16202.  
  16203. .fa-goodreads-g:before {
  16204.  content: "\f3a9";
  16205. }
  16206.  
  16207. .fa-google:before {
  16208.  content: "\f1a0";
  16209. }
  16210.  
  16211. .fa-google-drive:before {
  16212.  content: "\f3aa";
  16213. }
  16214.  
  16215. .fa-google-pay:before {
  16216.  content: "\e079";
  16217. }
  16218.  
  16219. .fa-google-play:before {
  16220.  content: "\f3ab";
  16221. }
  16222.  
  16223. .fa-google-plus:before {
  16224.  content: "\f2b3";
  16225. }
  16226.  
  16227. .fa-google-plus-g:before {
  16228.  content: "\f0d5";
  16229. }
  16230.  
  16231. .fa-google-plus-square:before {
  16232.  content: "\f0d4";
  16233. }
  16234.  
  16235. .fa-google-wallet:before {
  16236.  content: "\f1ee";
  16237. }
  16238.  
  16239. .fa-gopuram:before {
  16240.  content: "\f664";
  16241. }
  16242.  
  16243. .fa-graduation-cap:before {
  16244.  content: "\f19d";
  16245. }
  16246.  
  16247. .fa-gratipay:before {
  16248.  content: "\f184";
  16249. }
  16250.  
  16251. .fa-grav:before {
  16252.  content: "\f2d6";
  16253. }
  16254.  
  16255. .fa-greater-than:before {
  16256.  content: "\f531";
  16257. }
  16258.  
  16259. .fa-greater-than-equal:before {
  16260.  content: "\f532";
  16261. }
  16262.  
  16263. .fa-grimace:before {
  16264.  content: "\f57f";
  16265. }
  16266.  
  16267. .fa-grin:before {
  16268.  content: "\f580";
  16269. }
  16270.  
  16271. .fa-grin-alt:before {
  16272.  content: "\f581";
  16273. }
  16274.  
  16275. .fa-grin-beam:before {
  16276.  content: "\f582";
  16277. }
  16278.  
  16279. .fa-grin-beam-sweat:before {
  16280.  content: "\f583";
  16281. }
  16282.  
  16283. .fa-grin-hearts:before {
  16284.  content: "\f584";
  16285. }
  16286.  
  16287. .fa-grin-squint:before {
  16288.  content: "\f585";
  16289. }
  16290.  
  16291. .fa-grin-squint-tears:before {
  16292.  content: "\f586";
  16293. }
  16294.  
  16295. .fa-grin-stars:before {
  16296.  content: "\f587";
  16297. }
  16298.  
  16299. .fa-grin-tears:before {
  16300.  content: "\f588";
  16301. }
  16302.  
  16303. .fa-grin-tongue:before {
  16304.  content: "\f589";
  16305. }
  16306.  
  16307. .fa-grin-tongue-squint:before {
  16308.  content: "\f58a";
  16309. }
  16310.  
  16311. .fa-grin-tongue-wink:before {
  16312.  content: "\f58b";
  16313. }
  16314.  
  16315. .fa-grin-wink:before {
  16316.  content: "\f58c";
  16317. }
  16318.  
  16319. .fa-grip-horizontal:before {
  16320.  content: "\f58d";
  16321. }
  16322.  
  16323. .fa-grip-lines:before {
  16324.  content: "\f7a4";
  16325. }
  16326.  
  16327. .fa-grip-lines-vertical:before {
  16328.  content: "\f7a5";
  16329. }
  16330.  
  16331. .fa-grip-vertical:before {
  16332.  content: "\f58e";
  16333. }
  16334.  
  16335. .fa-gripfire:before {
  16336.  content: "\f3ac";
  16337. }
  16338.  
  16339. .fa-grunt:before {
  16340.  content: "\f3ad";
  16341. }
  16342.  
  16343. .fa-guilded:before {
  16344.  content: "\e07e";
  16345. }
  16346.  
  16347. .fa-guitar:before {
  16348.  content: "\f7a6";
  16349. }
  16350.  
  16351. .fa-gulp:before {
  16352.  content: "\f3ae";
  16353. }
  16354.  
  16355. .fa-h-square:before {
  16356.  content: "\f0fd";
  16357. }
  16358.  
  16359. .fa-hacker-news:before {
  16360.  content: "\f1d4";
  16361. }
  16362.  
  16363. .fa-hacker-news-square:before {
  16364.  content: "\f3af";
  16365. }
  16366.  
  16367. .fa-hackerrank:before {
  16368.  content: "\f5f7";
  16369. }
  16370.  
  16371. .fa-hamburger:before {
  16372.  content: "\f805";
  16373. }
  16374.  
  16375. .fa-hammer:before {
  16376.  content: "\f6e3";
  16377. }
  16378.  
  16379. .fa-hamsa:before {
  16380.  content: "\f665";
  16381. }
  16382.  
  16383. .fa-hand-holding:before {
  16384.  content: "\f4bd";
  16385. }
  16386.  
  16387. .fa-hand-holding-heart:before {
  16388.  content: "\f4be";
  16389. }
  16390.  
  16391. .fa-hand-holding-medical:before {
  16392.  content: "\e05c";
  16393. }
  16394.  
  16395. .fa-hand-holding-usd:before {
  16396.  content: "\f4c0";
  16397. }
  16398.  
  16399. .fa-hand-holding-water:before {
  16400.  content: "\f4c1";
  16401. }
  16402.  
  16403. .fa-hand-lizard:before {
  16404.  content: "\f258";
  16405. }
  16406.  
  16407. .fa-hand-middle-finger:before {
  16408.  content: "\f806";
  16409. }
  16410.  
  16411. .fa-hand-paper:before {
  16412.  content: "\f256";
  16413. }
  16414.  
  16415. .fa-hand-peace:before {
  16416.  content: "\f25b";
  16417. }
  16418.  
  16419. .fa-hand-point-down:before {
  16420.  content: "\f0a7";
  16421. }
  16422.  
  16423. .fa-hand-point-left:before {
  16424.  content: "\f0a5";
  16425. }
  16426.  
  16427. .fa-hand-point-right:before {
  16428.  content: "\f0a4";
  16429. }
  16430.  
  16431. .fa-hand-point-up:before {
  16432.  content: "\f0a6";
  16433. }
  16434.  
  16435. .fa-hand-pointer:before {
  16436.  content: "\f25a";
  16437. }
  16438.  
  16439. .fa-hand-rock:before {
  16440.  content: "\f255";
  16441. }
  16442.  
  16443. .fa-hand-scissors:before {
  16444.  content: "\f257";
  16445. }
  16446.  
  16447. .fa-hand-sparkles:before {
  16448.  content: "\e05d";
  16449. }
  16450.  
  16451. .fa-hand-spock:before {
  16452.  content: "\f259";
  16453. }
  16454.  
  16455. .fa-hands:before {
  16456.  content: "\f4c2";
  16457. }
  16458.  
  16459. .fa-hands-helping:before {
  16460.  content: "\f4c4";
  16461. }
  16462.  
  16463. .fa-hands-wash:before {
  16464.  content: "\e05e";
  16465. }
  16466.  
  16467. .fa-handshake:before {
  16468.  content: "\f2b5";
  16469. }
  16470.  
  16471. .fa-handshake-alt-slash:before {
  16472.  content: "\e05f";
  16473. }
  16474.  
  16475. .fa-handshake-slash:before {
  16476.  content: "\e060";
  16477. }
  16478.  
  16479. .fa-hanukiah:before {
  16480.  content: "\f6e6";
  16481. }
  16482.  
  16483. .fa-hard-hat:before {
  16484.  content: "\f807";
  16485. }
  16486.  
  16487. .fa-hashtag:before {
  16488.  content: "\f292";
  16489. }
  16490.  
  16491. .fa-hat-cowboy:before {
  16492.  content: "\f8c0";
  16493. }
  16494.  
  16495. .fa-hat-cowboy-side:before {
  16496.  content: "\f8c1";
  16497. }
  16498.  
  16499. .fa-hat-wizard:before {
  16500.  content: "\f6e8";
  16501. }
  16502.  
  16503. .fa-hdd:before {
  16504.  content: "\f0a0";
  16505. }
  16506.  
  16507. .fa-head-side-cough:before {
  16508.  content: "\e061";
  16509. }
  16510.  
  16511. .fa-head-side-cough-slash:before {
  16512.  content: "\e062";
  16513. }
  16514.  
  16515. .fa-head-side-mask:before {
  16516.  content: "\e063";
  16517. }
  16518.  
  16519. .fa-head-side-virus:before {
  16520.  content: "\e064";
  16521. }
  16522.  
  16523. .fa-heading:before {
  16524.  content: "\f1dc";
  16525. }
  16526.  
  16527. .fa-headphones:before {
  16528.  content: "\f025";
  16529. }
  16530.  
  16531. .fa-headphones-alt:before {
  16532.  content: "\f58f";
  16533. }
  16534.  
  16535. .fa-headset:before {
  16536.  content: "\f590";
  16537. }
  16538.  
  16539. .fa-heart:before {
  16540.  content: "\f004";
  16541. }
  16542.  
  16543. .fa-heart-broken:before {
  16544.  content: "\f7a9";
  16545. }
  16546.  
  16547. .fa-heartbeat:before {
  16548.  content: "\f21e";
  16549. }
  16550.  
  16551. .fa-helicopter:before {
  16552.  content: "\f533";
  16553. }
  16554.  
  16555. .fa-highlighter:before {
  16556.  content: "\f591";
  16557. }
  16558.  
  16559. .fa-hiking:before {
  16560.  content: "\f6ec";
  16561. }
  16562.  
  16563. .fa-hippo:before {
  16564.  content: "\f6ed";
  16565. }
  16566.  
  16567. .fa-hips:before {
  16568.  content: "\f452";
  16569. }
  16570.  
  16571. .fa-hire-a-helper:before {
  16572.  content: "\f3b0";
  16573. }
  16574.  
  16575. .fa-history:before {
  16576.  content: "\f1da";
  16577. }
  16578.  
  16579. .fa-hive:before {
  16580.  content: "\e07f";
  16581. }
  16582.  
  16583. .fa-hockey-puck:before {
  16584.  content: "\f453";
  16585. }
  16586.  
  16587. .fa-holly-berry:before {
  16588.  content: "\f7aa";
  16589. }
  16590.  
  16591. .fa-home:before {
  16592.  content: "\f015";
  16593. }
  16594.  
  16595. .fa-hooli:before {
  16596.  content: "\f427";
  16597. }
  16598.  
  16599. .fa-hornbill:before {
  16600.  content: "\f592";
  16601. }
  16602.  
  16603. .fa-horse:before {
  16604.  content: "\f6f0";
  16605. }
  16606.  
  16607. .fa-horse-head:before {
  16608.  content: "\f7ab";
  16609. }
  16610.  
  16611. .fa-hospital:before {
  16612.  content: "\f0f8";
  16613. }
  16614.  
  16615. .fa-hospital-alt:before {
  16616.  content: "\f47d";
  16617. }
  16618.  
  16619. .fa-hospital-symbol:before {
  16620.  content: "\f47e";
  16621. }
  16622.  
  16623. .fa-hospital-user:before {
  16624.  content: "\f80d";
  16625. }
  16626.  
  16627. .fa-hot-tub:before {
  16628.  content: "\f593";
  16629. }
  16630.  
  16631. .fa-hotdog:before {
  16632.  content: "\f80f";
  16633. }
  16634.  
  16635. .fa-hotel:before {
  16636.  content: "\f594";
  16637. }
  16638.  
  16639. .fa-hotjar:before {
  16640.  content: "\f3b1";
  16641. }
  16642.  
  16643. .fa-hourglass:before {
  16644.  content: "\f254";
  16645. }
  16646.  
  16647. .fa-hourglass-end:before {
  16648.  content: "\f253";
  16649. }
  16650.  
  16651. .fa-hourglass-half:before {
  16652.  content: "\f252";
  16653. }
  16654.  
  16655. .fa-hourglass-start:before {
  16656.  content: "\f251";
  16657. }
  16658.  
  16659. .fa-house-damage:before {
  16660.  content: "\f6f1";
  16661. }
  16662.  
  16663. .fa-house-user:before {
  16664.  content: "\e065";
  16665. }
  16666.  
  16667. .fa-houzz:before {
  16668.  content: "\f27c";
  16669. }
  16670.  
  16671. .fa-hryvnia:before {
  16672.  content: "\f6f2";
  16673. }
  16674.  
  16675. .fa-html5:before {
  16676.  content: "\f13b";
  16677. }
  16678.  
  16679. .fa-hubspot:before {
  16680.  content: "\f3b2";
  16681. }
  16682.  
  16683. .fa-i-cursor:before {
  16684.  content: "\f246";
  16685. }
  16686.  
  16687. .fa-ice-cream:before {
  16688.  content: "\f810";
  16689. }
  16690.  
  16691. .fa-icicles:before {
  16692.  content: "\f7ad";
  16693. }
  16694.  
  16695. .fa-icons:before {
  16696.  content: "\f86d";
  16697. }
  16698.  
  16699. .fa-id-badge:before {
  16700.  content: "\f2c1";
  16701. }
  16702.  
  16703. .fa-id-card:before {
  16704.  content: "\f2c2";
  16705. }
  16706.  
  16707. .fa-id-card-alt:before {
  16708.  content: "\f47f";
  16709. }
  16710.  
  16711. .fa-ideal:before {
  16712.  content: "\e013";
  16713. }
  16714.  
  16715. .fa-igloo:before {
  16716.  content: "\f7ae";
  16717. }
  16718.  
  16719. .fa-image:before {
  16720.  content: "\f03e";
  16721. }
  16722.  
  16723. .fa-images:before {
  16724.  content: "\f302";
  16725. }
  16726.  
  16727. .fa-imdb:before {
  16728.  content: "\f2d8";
  16729. }
  16730.  
  16731. .fa-inbox:before {
  16732.  content: "\f01c";
  16733. }
  16734.  
  16735. .fa-indent:before {
  16736.  content: "\f03c";
  16737. }
  16738.  
  16739. .fa-industry:before {
  16740.  content: "\f275";
  16741. }
  16742.  
  16743. .fa-infinity:before {
  16744.  content: "\f534";
  16745. }
  16746.  
  16747. .fa-info:before {
  16748.  content: "\f129";
  16749. }
  16750.  
  16751. .fa-info-circle:before {
  16752.  content: "\f05a";
  16753. }
  16754.  
  16755. .fa-innosoft:before {
  16756.  content: "\e080";
  16757. }
  16758.  
  16759. .fa-instagram:before {
  16760.  content: "\f16d";
  16761. }
  16762.  
  16763. .fa-instagram-square:before {
  16764.  content: "\e055";
  16765. }
  16766.  
  16767. .fa-instalod:before {
  16768.  content: "\e081";
  16769. }
  16770.  
  16771. .fa-intercom:before {
  16772.  content: "\f7af";
  16773. }
  16774.  
  16775. .fa-internet-explorer:before {
  16776.  content: "\f26b";
  16777. }
  16778.  
  16779. .fa-invision:before {
  16780.  content: "\f7b0";
  16781. }
  16782.  
  16783. .fa-ioxhost:before {
  16784.  content: "\f208";
  16785. }
  16786.  
  16787. .fa-italic:before {
  16788.  content: "\f033";
  16789. }
  16790.  
  16791. .fa-itch-io:before {
  16792.  content: "\f83a";
  16793. }
  16794.  
  16795. .fa-itunes:before {
  16796.  content: "\f3b4";
  16797. }
  16798.  
  16799. .fa-itunes-note:before {
  16800.  content: "\f3b5";
  16801. }
  16802.  
  16803. .fa-java:before {
  16804.  content: "\f4e4";
  16805. }
  16806.  
  16807. .fa-jedi:before {
  16808.  content: "\f669";
  16809. }
  16810.  
  16811. .fa-jedi-order:before {
  16812.  content: "\f50e";
  16813. }
  16814.  
  16815. .fa-jenkins:before {
  16816.  content: "\f3b6";
  16817. }
  16818.  
  16819. .fa-jira:before {
  16820.  content: "\f7b1";
  16821. }
  16822.  
  16823. .fa-joget:before {
  16824.  content: "\f3b7";
  16825. }
  16826.  
  16827. .fa-joint:before {
  16828.  content: "\f595";
  16829. }
  16830.  
  16831. .fa-joomla:before {
  16832.  content: "\f1aa";
  16833. }
  16834.  
  16835. .fa-journal-whills:before {
  16836.  content: "\f66a";
  16837. }
  16838.  
  16839. .fa-js:before {
  16840.  content: "\f3b8";
  16841. }
  16842.  
  16843. .fa-js-square:before {
  16844.  content: "\f3b9";
  16845. }
  16846.  
  16847. .fa-jsfiddle:before {
  16848.  content: "\f1cc";
  16849. }
  16850.  
  16851. .fa-kaaba:before {
  16852.  content: "\f66b";
  16853. }
  16854.  
  16855. .fa-kaggle:before {
  16856.  content: "\f5fa";
  16857. }
  16858.  
  16859. .fa-key:before {
  16860.  content: "\f084";
  16861. }
  16862.  
  16863. .fa-keybase:before {
  16864.  content: "\f4f5";
  16865. }
  16866.  
  16867. .fa-keyboard:before {
  16868.  content: "\f11c";
  16869. }
  16870.  
  16871. .fa-keycdn:before {
  16872.  content: "\f3ba";
  16873. }
  16874.  
  16875. .fa-khanda:before {
  16876.  content: "\f66d";
  16877. }
  16878.  
  16879. .fa-kickstarter:before {
  16880.  content: "\f3bb";
  16881. }
  16882.  
  16883. .fa-kickstarter-k:before {
  16884.  content: "\f3bc";
  16885. }
  16886.  
  16887. .fa-kiss:before {
  16888.  content: "\f596";
  16889. }
  16890.  
  16891. .fa-kiss-beam:before {
  16892.  content: "\f597";
  16893. }
  16894.  
  16895. .fa-kiss-wink-heart:before {
  16896.  content: "\f598";
  16897. }
  16898.  
  16899. .fa-kiwi-bird:before {
  16900.  content: "\f535";
  16901. }
  16902.  
  16903. .fa-korvue:before {
  16904.  content: "\f42f";
  16905. }
  16906.  
  16907. .fa-landmark:before {
  16908.  content: "\f66f";
  16909. }
  16910.  
  16911. .fa-language:before {
  16912.  content: "\f1ab";
  16913. }
  16914.  
  16915. .fa-laptop:before {
  16916.  content: "\f109";
  16917. }
  16918.  
  16919. .fa-laptop-code:before {
  16920.  content: "\f5fc";
  16921. }
  16922.  
  16923. .fa-laptop-house:before {
  16924.  content: "\e066";
  16925. }
  16926.  
  16927. .fa-laptop-medical:before {
  16928.  content: "\f812";
  16929. }
  16930.  
  16931. .fa-laravel:before {
  16932.  content: "\f3bd";
  16933. }
  16934.  
  16935. .fa-lastfm:before {
  16936.  content: "\f202";
  16937. }
  16938.  
  16939. .fa-lastfm-square:before {
  16940.  content: "\f203";
  16941. }
  16942.  
  16943. .fa-laugh:before {
  16944.  content: "\f599";
  16945. }
  16946.  
  16947. .fa-laugh-beam:before {
  16948.  content: "\f59a";
  16949. }
  16950.  
  16951. .fa-laugh-squint:before {
  16952.  content: "\f59b";
  16953. }
  16954.  
  16955. .fa-laugh-wink:before {
  16956.  content: "\f59c";
  16957. }
  16958.  
  16959. .fa-layer-group:before {
  16960.  content: "\f5fd";
  16961. }
  16962.  
  16963. .fa-leaf:before {
  16964.  content: "\f06c";
  16965. }
  16966.  
  16967. .fa-leanpub:before {
  16968.  content: "\f212";
  16969. }
  16970.  
  16971. .fa-lemon:before {
  16972.  content: "\f094";
  16973. }
  16974.  
  16975. .fa-less:before {
  16976.  content: "\f41d";
  16977. }
  16978.  
  16979. .fa-less-than:before {
  16980.  content: "\f536";
  16981. }
  16982.  
  16983. .fa-less-than-equal:before {
  16984.  content: "\f537";
  16985. }
  16986.  
  16987. .fa-level-down-alt:before {
  16988.  content: "\f3be";
  16989. }
  16990.  
  16991. .fa-level-up-alt:before {
  16992.  content: "\f3bf";
  16993. }
  16994.  
  16995. .fa-life-ring:before {
  16996.  content: "\f1cd";
  16997. }
  16998.  
  16999. .fa-lightbulb:before {
  17000.  content: "\f0eb";
  17001. }
  17002.  
  17003. .fa-line:before {
  17004.  content: "\f3c0";
  17005. }
  17006.  
  17007. .fa-link:before {
  17008.  content: "\f0c1";
  17009. }
  17010.  
  17011. .fa-linkedin:before {
  17012.  content: "\f08c";
  17013. }
  17014.  
  17015. .fa-linkedin-in:before {
  17016.  content: "\f0e1";
  17017. }
  17018.  
  17019. .fa-linode:before {
  17020.  content: "\f2b8";
  17021. }
  17022.  
  17023. .fa-linux:before {
  17024.  content: "\f17c";
  17025. }
  17026.  
  17027. .fa-lira-sign:before {
  17028.  content: "\f195";
  17029. }
  17030.  
  17031. .fa-list:before {
  17032.  content: "\f03a";
  17033. }
  17034.  
  17035. .fa-list-alt:before {
  17036.  content: "\f022";
  17037. }
  17038.  
  17039. .fa-list-ol:before {
  17040.  content: "\f0cb";
  17041. }
  17042.  
  17043. .fa-list-ul:before {
  17044.  content: "\f0ca";
  17045. }
  17046.  
  17047. .fa-location-arrow:before {
  17048.  content: "\f124";
  17049. }
  17050.  
  17051. .fa-lock:before {
  17052.  content: "\f023";
  17053. }
  17054.  
  17055. .fa-lock-open:before {
  17056.  content: "\f3c1";
  17057. }
  17058.  
  17059. .fa-long-arrow-alt-down:before {
  17060.  content: "\f309";
  17061. }
  17062.  
  17063. .fa-long-arrow-alt-left:before {
  17064.  content: "\f30a";
  17065. }
  17066.  
  17067. .fa-long-arrow-alt-right:before {
  17068.  content: "\f30b";
  17069. }
  17070.  
  17071. .fa-long-arrow-alt-up:before {
  17072.  content: "\f30c";
  17073. }
  17074.  
  17075. .fa-low-vision:before {
  17076.  content: "\f2a8";
  17077. }
  17078.  
  17079. .fa-luggage-cart:before {
  17080.  content: "\f59d";
  17081. }
  17082.  
  17083. .fa-lungs:before {
  17084.  content: "\f604";
  17085. }
  17086.  
  17087. .fa-lungs-virus:before {
  17088.  content: "\e067";
  17089. }
  17090.  
  17091. .fa-lyft:before {
  17092.  content: "\f3c3";
  17093. }
  17094.  
  17095. .fa-magento:before {
  17096.  content: "\f3c4";
  17097. }
  17098.  
  17099. .fa-magic:before {
  17100.  content: "\f0d0";
  17101. }
  17102.  
  17103. .fa-magnet:before {
  17104.  content: "\f076";
  17105. }
  17106.  
  17107. .fa-mail-bulk:before {
  17108.  content: "\f674";
  17109. }
  17110.  
  17111. .fa-mailchimp:before {
  17112.  content: "\f59e";
  17113. }
  17114.  
  17115. .fa-male:before {
  17116.  content: "\f183";
  17117. }
  17118.  
  17119. .fa-mandalorian:before {
  17120.  content: "\f50f";
  17121. }
  17122.  
  17123. .fa-map:before {
  17124.  content: "\f279";
  17125. }
  17126.  
  17127. .fa-map-marked:before {
  17128.  content: "\f59f";
  17129. }
  17130.  
  17131. .fa-map-marked-alt:before {
  17132.  content: "\f5a0";
  17133. }
  17134.  
  17135. .fa-map-marker:before {
  17136.  content: "\f041";
  17137. }
  17138.  
  17139. .fa-map-marker-alt:before {
  17140.  content: "\f3c5";
  17141. }
  17142.  
  17143. .fa-map-pin:before {
  17144.  content: "\f276";
  17145. }
  17146.  
  17147. .fa-map-signs:before {
  17148.  content: "\f277";
  17149. }
  17150.  
  17151. .fa-markdown:before {
  17152.  content: "\f60f";
  17153. }
  17154.  
  17155. .fa-marker:before {
  17156.  content: "\f5a1";
  17157. }
  17158.  
  17159. .fa-mars:before {
  17160.  content: "\f222";
  17161. }
  17162.  
  17163. .fa-mars-double:before {
  17164.  content: "\f227";
  17165. }
  17166.  
  17167. .fa-mars-stroke:before {
  17168.  content: "\f229";
  17169. }
  17170.  
  17171. .fa-mars-stroke-h:before {
  17172.  content: "\f22b";
  17173. }
  17174.  
  17175. .fa-mars-stroke-v:before {
  17176.  content: "\f22a";
  17177. }
  17178.  
  17179. .fa-mask:before {
  17180.  content: "\f6fa";
  17181. }
  17182.  
  17183. .fa-mastodon:before {
  17184.  content: "\f4f6";
  17185. }
  17186.  
  17187. .fa-maxcdn:before {
  17188.  content: "\f136";
  17189. }
  17190.  
  17191. .fa-mdb:before {
  17192.  content: "\f8ca";
  17193. }
  17194.  
  17195. .fa-medal:before {
  17196.  content: "\f5a2";
  17197. }
  17198.  
  17199. .fa-medapps:before {
  17200.  content: "\f3c6";
  17201. }
  17202.  
  17203. .fa-medium:before {
  17204.  content: "\f23a";
  17205. }
  17206.  
  17207. .fa-medium-m:before {
  17208.  content: "\f3c7";
  17209. }
  17210.  
  17211. .fa-medkit:before {
  17212.  content: "\f0fa";
  17213. }
  17214.  
  17215. .fa-medrt:before {
  17216.  content: "\f3c8";
  17217. }
  17218.  
  17219. .fa-meetup:before {
  17220.  content: "\f2e0";
  17221. }
  17222.  
  17223. .fa-megaport:before {
  17224.  content: "\f5a3";
  17225. }
  17226.  
  17227. .fa-meh:before {
  17228.  content: "\f11a";
  17229. }
  17230.  
  17231. .fa-meh-blank:before {
  17232.  content: "\f5a4";
  17233. }
  17234.  
  17235. .fa-meh-rolling-eyes:before {
  17236.  content: "\f5a5";
  17237. }
  17238.  
  17239. .fa-memory:before {
  17240.  content: "\f538";
  17241. }
  17242.  
  17243. .fa-mendeley:before {
  17244.  content: "\f7b3";
  17245. }
  17246.  
  17247. .fa-menorah:before {
  17248.  content: "\f676";
  17249. }
  17250.  
  17251. .fa-mercury:before {
  17252.  content: "\f223";
  17253. }
  17254.  
  17255. .fa-meteor:before {
  17256.  content: "\f753";
  17257. }
  17258.  
  17259. .fa-microblog:before {
  17260.  content: "\e01a";
  17261. }
  17262.  
  17263. .fa-microchip:before {
  17264.  content: "\f2db";
  17265. }
  17266.  
  17267. .fa-microphone:before {
  17268.  content: "\f130";
  17269. }
  17270.  
  17271. .fa-microphone-alt:before {
  17272.  content: "\f3c9";
  17273. }
  17274.  
  17275. .fa-microphone-alt-slash:before {
  17276.  content: "\f539";
  17277. }
  17278.  
  17279. .fa-microphone-slash:before {
  17280.  content: "\f131";
  17281. }
  17282.  
  17283. .fa-microscope:before {
  17284.  content: "\f610";
  17285. }
  17286.  
  17287. .fa-microsoft:before {
  17288.  content: "\f3ca";
  17289. }
  17290.  
  17291. .fa-minus:before {
  17292.  content: "\f068";
  17293. }
  17294.  
  17295. .fa-minus-circle:before {
  17296.  content: "\f056";
  17297. }
  17298.  
  17299. .fa-minus-square:before {
  17300.  content: "\f146";
  17301. }
  17302.  
  17303. .fa-mitten:before {
  17304.  content: "\f7b5";
  17305. }
  17306.  
  17307. .fa-mix:before {
  17308.  content: "\f3cb";
  17309. }
  17310.  
  17311. .fa-mixcloud:before {
  17312.  content: "\f289";
  17313. }
  17314.  
  17315. .fa-mixer:before {
  17316.  content: "\e056";
  17317. }
  17318.  
  17319. .fa-mizuni:before {
  17320.  content: "\f3cc";
  17321. }
  17322.  
  17323. .fa-mobile:before {
  17324.  content: "\f10b";
  17325. }
  17326.  
  17327. .fa-mobile-alt:before {
  17328.  content: "\f3cd";
  17329. }
  17330.  
  17331. .fa-modx:before {
  17332.  content: "\f285";
  17333. }
  17334.  
  17335. .fa-monero:before {
  17336.  content: "\f3d0";
  17337. }
  17338.  
  17339. .fa-money-bill:before {
  17340.  content: "\f0d6";
  17341. }
  17342.  
  17343. .fa-money-bill-alt:before {
  17344.  content: "\f3d1";
  17345. }
  17346.  
  17347. .fa-money-bill-wave:before {
  17348.  content: "\f53a";
  17349. }
  17350.  
  17351. .fa-money-bill-wave-alt:before {
  17352.  content: "\f53b";
  17353. }
  17354.  
  17355. .fa-money-check:before {
  17356.  content: "\f53c";
  17357. }
  17358.  
  17359. .fa-money-check-alt:before {
  17360.  content: "\f53d";
  17361. }
  17362.  
  17363. .fa-monument:before {
  17364.  content: "\f5a6";
  17365. }
  17366.  
  17367. .fa-moon:before {
  17368.  content: "\f186";
  17369. }
  17370.  
  17371. .fa-mortar-pestle:before {
  17372.  content: "\f5a7";
  17373. }
  17374.  
  17375. .fa-mosque:before {
  17376.  content: "\f678";
  17377. }
  17378.  
  17379. .fa-motorcycle:before {
  17380.  content: "\f21c";
  17381. }
  17382.  
  17383. .fa-mountain:before {
  17384.  content: "\f6fc";
  17385. }
  17386.  
  17387. .fa-mouse:before {
  17388.  content: "\f8cc";
  17389. }
  17390.  
  17391. .fa-mouse-pointer:before {
  17392.  content: "\f245";
  17393. }
  17394.  
  17395. .fa-mug-hot:before {
  17396.  content: "\f7b6";
  17397. }
  17398.  
  17399. .fa-music:before {
  17400.  content: "\f001";
  17401. }
  17402.  
  17403. .fa-napster:before {
  17404.  content: "\f3d2";
  17405. }
  17406.  
  17407. .fa-neos:before {
  17408.  content: "\f612";
  17409. }
  17410.  
  17411. .fa-network-wired:before {
  17412.  content: "\f6ff";
  17413. }
  17414.  
  17415. .fa-neuter:before {
  17416.  content: "\f22c";
  17417. }
  17418.  
  17419. .fa-newspaper:before {
  17420.  content: "\f1ea";
  17421. }
  17422.  
  17423. .fa-nimblr:before {
  17424.  content: "\f5a8";
  17425. }
  17426.  
  17427. .fa-node:before {
  17428.  content: "\f419";
  17429. }
  17430.  
  17431. .fa-node-js:before {
  17432.  content: "\f3d3";
  17433. }
  17434.  
  17435. .fa-not-equal:before {
  17436.  content: "\f53e";
  17437. }
  17438.  
  17439. .fa-notes-medical:before {
  17440.  content: "\f481";
  17441. }
  17442.  
  17443. .fa-npm:before {
  17444.  content: "\f3d4";
  17445. }
  17446.  
  17447. .fa-ns8:before {
  17448.  content: "\f3d5";
  17449. }
  17450.  
  17451. .fa-nutritionix:before {
  17452.  content: "\f3d6";
  17453. }
  17454.  
  17455. .fa-object-group:before {
  17456.  content: "\f247";
  17457. }
  17458.  
  17459. .fa-object-ungroup:before {
  17460.  content: "\f248";
  17461. }
  17462.  
  17463. .fa-octopus-deploy:before {
  17464.  content: "\e082";
  17465. }
  17466.  
  17467. .fa-odnoklassniki:before {
  17468.  content: "\f263";
  17469. }
  17470.  
  17471. .fa-odnoklassniki-square:before {
  17472.  content: "\f264";
  17473. }
  17474.  
  17475. .fa-oil-can:before {
  17476.  content: "\f613";
  17477. }
  17478.  
  17479. .fa-old-republic:before {
  17480.  content: "\f510";
  17481. }
  17482.  
  17483. .fa-om:before {
  17484.  content: "\f679";
  17485. }
  17486.  
  17487. .fa-opencart:before {
  17488.  content: "\f23d";
  17489. }
  17490.  
  17491. .fa-openid:before {
  17492.  content: "\f19b";
  17493. }
  17494.  
  17495. .fa-opera:before {
  17496.  content: "\f26a";
  17497. }
  17498.  
  17499. .fa-optin-monster:before {
  17500.  content: "\f23c";
  17501. }
  17502.  
  17503. .fa-orcid:before {
  17504.  content: "\f8d2";
  17505. }
  17506.  
  17507. .fa-osi:before {
  17508.  content: "\f41a";
  17509. }
  17510.  
  17511. .fa-otter:before {
  17512.  content: "\f700";
  17513. }
  17514.  
  17515. .fa-outdent:before {
  17516.  content: "\f03b";
  17517. }
  17518.  
  17519. .fa-page4:before {
  17520.  content: "\f3d7";
  17521. }
  17522.  
  17523. .fa-pagelines:before {
  17524.  content: "\f18c";
  17525. }
  17526.  
  17527. .fa-pager:before {
  17528.  content: "\f815";
  17529. }
  17530.  
  17531. .fa-paint-brush:before {
  17532.  content: "\f1fc";
  17533. }
  17534.  
  17535. .fa-paint-roller:before {
  17536.  content: "\f5aa";
  17537. }
  17538.  
  17539. .fa-palette:before {
  17540.  content: "\f53f";
  17541. }
  17542.  
  17543. .fa-palfed:before {
  17544.  content: "\f3d8";
  17545. }
  17546.  
  17547. .fa-pallet:before {
  17548.  content: "\f482";
  17549. }
  17550.  
  17551. .fa-paper-plane:before {
  17552.  content: "\f1d8";
  17553. }
  17554.  
  17555. .fa-paperclip:before {
  17556.  content: "\f0c6";
  17557. }
  17558.  
  17559. .fa-parachute-box:before {
  17560.  content: "\f4cd";
  17561. }
  17562.  
  17563. .fa-paragraph:before {
  17564.  content: "\f1dd";
  17565. }
  17566.  
  17567. .fa-parking:before {
  17568.  content: "\f540";
  17569. }
  17570.  
  17571. .fa-passport:before {
  17572.  content: "\f5ab";
  17573. }
  17574.  
  17575. .fa-pastafarianism:before {
  17576.  content: "\f67b";
  17577. }
  17578.  
  17579. .fa-paste:before {
  17580.  content: "\f0ea";
  17581. }
  17582.  
  17583. .fa-patreon:before {
  17584.  content: "\f3d9";
  17585. }
  17586.  
  17587. .fa-pause:before {
  17588.  content: "\f04c";
  17589. }
  17590.  
  17591. .fa-pause-circle:before {
  17592.  content: "\f28b";
  17593. }
  17594.  
  17595. .fa-paw:before {
  17596.  content: "\f1b0";
  17597. }
  17598.  
  17599. .fa-paypal:before {
  17600.  content: "\f1ed";
  17601. }
  17602.  
  17603. .fa-peace:before {
  17604.  content: "\f67c";
  17605. }
  17606.  
  17607. .fa-pen:before {
  17608.  content: "\f304";
  17609. }
  17610.  
  17611. .fa-pen-alt:before {
  17612.  content: "\f305";
  17613. }
  17614.  
  17615. .fa-pen-fancy:before {
  17616.  content: "\f5ac";
  17617. }
  17618.  
  17619. .fa-pen-nib:before {
  17620.  content: "\f5ad";
  17621. }
  17622.  
  17623. .fa-pen-square:before {
  17624.  content: "\f14b";
  17625. }
  17626.  
  17627. .fa-pencil-alt:before {
  17628.  content: "\f303";
  17629. }
  17630.  
  17631. .fa-pencil-ruler:before {
  17632.  content: "\f5ae";
  17633. }
  17634.  
  17635. .fa-penny-arcade:before {
  17636.  content: "\f704";
  17637. }
  17638.  
  17639. .fa-people-arrows:before {
  17640.  content: "\e068";
  17641. }
  17642.  
  17643. .fa-people-carry:before {
  17644.  content: "\f4ce";
  17645. }
  17646.  
  17647. .fa-pepper-hot:before {
  17648.  content: "\f816";
  17649. }
  17650.  
  17651. .fa-perbyte:before {
  17652.  content: "\e083";
  17653. }
  17654.  
  17655. .fa-percent:before {
  17656.  content: "\f295";
  17657. }
  17658.  
  17659. .fa-percentage:before {
  17660.  content: "\f541";
  17661. }
  17662.  
  17663. .fa-periscope:before {
  17664.  content: "\f3da";
  17665. }
  17666.  
  17667. .fa-person-booth:before {
  17668.  content: "\f756";
  17669. }
  17670.  
  17671. .fa-phabricator:before {
  17672.  content: "\f3db";
  17673. }
  17674.  
  17675. .fa-phoenix-framework:before {
  17676.  content: "\f3dc";
  17677. }
  17678.  
  17679. .fa-phoenix-squadron:before {
  17680.  content: "\f511";
  17681. }
  17682.  
  17683. .fa-phone:before {
  17684.  content: "\f095";
  17685. }
  17686.  
  17687. .fa-phone-alt:before {
  17688.  content: "\f879";
  17689. }
  17690.  
  17691. .fa-phone-slash:before {
  17692.  content: "\f3dd";
  17693. }
  17694.  
  17695. .fa-phone-square:before {
  17696.  content: "\f098";
  17697. }
  17698.  
  17699. .fa-phone-square-alt:before {
  17700.  content: "\f87b";
  17701. }
  17702.  
  17703. .fa-phone-volume:before {
  17704.  content: "\f2a0";
  17705. }
  17706.  
  17707. .fa-photo-video:before {
  17708.  content: "\f87c";
  17709. }
  17710.  
  17711. .fa-php:before {
  17712.  content: "\f457";
  17713. }
  17714.  
  17715. .fa-pied-piper:before {
  17716.  content: "\f2ae";
  17717. }
  17718.  
  17719. .fa-pied-piper-alt:before {
  17720.  content: "\f1a8";
  17721. }
  17722.  
  17723. .fa-pied-piper-hat:before {
  17724.  content: "\f4e5";
  17725. }
  17726.  
  17727. .fa-pied-piper-pp:before {
  17728.  content: "\f1a7";
  17729. }
  17730.  
  17731. .fa-pied-piper-square:before {
  17732.  content: "\e01e";
  17733. }
  17734.  
  17735. .fa-piggy-bank:before {
  17736.  content: "\f4d3";
  17737. }
  17738.  
  17739. .fa-pills:before {
  17740.  content: "\f484";
  17741. }
  17742.  
  17743. .fa-pinterest:before {
  17744.  content: "\f0d2";
  17745. }
  17746.  
  17747. .fa-pinterest-p:before {
  17748.  content: "\f231";
  17749. }
  17750.  
  17751. .fa-pinterest-square:before {
  17752.  content: "\f0d3";
  17753. }
  17754.  
  17755. .fa-pizza-slice:before {
  17756.  content: "\f818";
  17757. }
  17758.  
  17759. .fa-place-of-worship:before {
  17760.  content: "\f67f";
  17761. }
  17762.  
  17763. .fa-plane:before {
  17764.  content: "\f072";
  17765. }
  17766.  
  17767. .fa-plane-arrival:before {
  17768.  content: "\f5af";
  17769. }
  17770.  
  17771. .fa-plane-departure:before {
  17772.  content: "\f5b0";
  17773. }
  17774.  
  17775. .fa-plane-slash:before {
  17776.  content: "\e069";
  17777. }
  17778.  
  17779. .fa-play:before {
  17780.  content: "\f04b";
  17781. }
  17782.  
  17783. .fa-play-circle:before {
  17784.  content: "\f144";
  17785. }
  17786.  
  17787. .fa-playstation:before {
  17788.  content: "\f3df";
  17789. }
  17790.  
  17791. .fa-plug:before {
  17792.  content: "\f1e6";
  17793. }
  17794.  
  17795. .fa-plus:before {
  17796.  content: "\f067";
  17797. }
  17798.  
  17799. .fa-plus-circle:before {
  17800.  content: "\f055";
  17801. }
  17802.  
  17803. .fa-plus-square:before {
  17804.  content: "\f0fe";
  17805. }
  17806.  
  17807. .fa-podcast:before {
  17808.  content: "\f2ce";
  17809. }
  17810.  
  17811. .fa-poll:before {
  17812.  content: "\f681";
  17813. }
  17814.  
  17815. .fa-poll-h:before {
  17816.  content: "\f682";
  17817. }
  17818.  
  17819. .fa-poo:before {
  17820.  content: "\f2fe";
  17821. }
  17822.  
  17823. .fa-poo-storm:before {
  17824.  content: "\f75a";
  17825. }
  17826.  
  17827. .fa-poop:before {
  17828.  content: "\f619";
  17829. }
  17830.  
  17831. .fa-portrait:before {
  17832.  content: "\f3e0";
  17833. }
  17834.  
  17835. .fa-pound-sign:before {
  17836.  content: "\f154";
  17837. }
  17838.  
  17839. .fa-power-off:before {
  17840.  content: "\f011";
  17841. }
  17842.  
  17843. .fa-pray:before {
  17844.  content: "\f683";
  17845. }
  17846.  
  17847. .fa-praying-hands:before {
  17848.  content: "\f684";
  17849. }
  17850.  
  17851. .fa-prescription:before {
  17852.  content: "\f5b1";
  17853. }
  17854.  
  17855. .fa-prescription-bottle:before {
  17856.  content: "\f485";
  17857. }
  17858.  
  17859. .fa-prescription-bottle-alt:before {
  17860.  content: "\f486";
  17861. }
  17862.  
  17863. .fa-print:before {
  17864.  content: "\f02f";
  17865. }
  17866.  
  17867. .fa-procedures:before {
  17868.  content: "\f487";
  17869. }
  17870.  
  17871. .fa-product-hunt:before {
  17872.  content: "\f288";
  17873. }
  17874.  
  17875. .fa-project-diagram:before {
  17876.  content: "\f542";
  17877. }
  17878.  
  17879. .fa-pump-medical:before {
  17880.  content: "\e06a";
  17881. }
  17882.  
  17883. .fa-pump-soap:before {
  17884.  content: "\e06b";
  17885. }
  17886.  
  17887. .fa-pushed:before {
  17888.  content: "\f3e1";
  17889. }
  17890.  
  17891. .fa-puzzle-piece:before {
  17892.  content: "\f12e";
  17893. }
  17894.  
  17895. .fa-python:before {
  17896.  content: "\f3e2";
  17897. }
  17898.  
  17899. .fa-qq:before {
  17900.  content: "\f1d6";
  17901. }
  17902.  
  17903. .fa-qrcode:before {
  17904.  content: "\f029";
  17905. }
  17906.  
  17907. .fa-question:before {
  17908.  content: "\f128";
  17909. }
  17910.  
  17911. .fa-question-circle:before {
  17912.  content: "\f059";
  17913. }
  17914.  
  17915. .fa-quidditch:before {
  17916.  content: "\f458";
  17917. }
  17918.  
  17919. .fa-quinscape:before {
  17920.  content: "\f459";
  17921. }
  17922.  
  17923. .fa-quora:before {
  17924.  content: "\f2c4";
  17925. }
  17926.  
  17927. .fa-quote-left:before {
  17928.  content: "\f10d";
  17929. }
  17930.  
  17931. .fa-quote-right:before {
  17932.  content: "\f10e";
  17933. }
  17934.  
  17935. .fa-quran:before {
  17936.  content: "\f687";
  17937. }
  17938.  
  17939. .fa-r-project:before {
  17940.  content: "\f4f7";
  17941. }
  17942.  
  17943. .fa-radiation:before {
  17944.  content: "\f7b9";
  17945. }
  17946.  
  17947. .fa-radiation-alt:before {
  17948.  content: "\f7ba";
  17949. }
  17950.  
  17951. .fa-rainbow:before {
  17952.  content: "\f75b";
  17953. }
  17954.  
  17955. .fa-random:before {
  17956.  content: "\f074";
  17957. }
  17958.  
  17959. .fa-raspberry-pi:before {
  17960.  content: "\f7bb";
  17961. }
  17962.  
  17963. .fa-ravelry:before {
  17964.  content: "\f2d9";
  17965. }
  17966.  
  17967. .fa-react:before {
  17968.  content: "\f41b";
  17969. }
  17970.  
  17971. .fa-reacteurope:before {
  17972.  content: "\f75d";
  17973. }
  17974.  
  17975. .fa-readme:before {
  17976.  content: "\f4d5";
  17977. }
  17978.  
  17979. .fa-rebel:before {
  17980.  content: "\f1d0";
  17981. }
  17982.  
  17983. .fa-receipt:before {
  17984.  content: "\f543";
  17985. }
  17986.  
  17987. .fa-record-vinyl:before {
  17988.  content: "\f8d9";
  17989. }
  17990.  
  17991. .fa-recycle:before {
  17992.  content: "\f1b8";
  17993. }
  17994.  
  17995. .fa-red-river:before {
  17996.  content: "\f3e3";
  17997. }
  17998.  
  17999. .fa-reddit:before {
  18000.  content: "\f1a1";
  18001. }
  18002.  
  18003. .fa-reddit-alien:before {
  18004.  content: "\f281";
  18005. }
  18006.  
  18007. .fa-reddit-square:before {
  18008.  content: "\f1a2";
  18009. }
  18010.  
  18011. .fa-redhat:before {
  18012.  content: "\f7bc";
  18013. }
  18014.  
  18015. .fa-redo:before {
  18016.  content: "\f01e";
  18017. }
  18018.  
  18019. .fa-redo-alt:before {
  18020.  content: "\f2f9";
  18021. }
  18022.  
  18023. .fa-registered:before {
  18024.  content: "\f25d";
  18025. }
  18026.  
  18027. .fa-remove-format:before {
  18028.  content: "\f87d";
  18029. }
  18030.  
  18031. .fa-renren:before {
  18032.  content: "\f18b";
  18033. }
  18034.  
  18035. .fa-reply:before {
  18036.  content: "\f3e5";
  18037. }
  18038.  
  18039. .fa-reply-all:before {
  18040.  content: "\f122";
  18041. }
  18042.  
  18043. .fa-replyd:before {
  18044.  content: "\f3e6";
  18045. }
  18046.  
  18047. .fa-republican:before {
  18048.  content: "\f75e";
  18049. }
  18050.  
  18051. .fa-researchgate:before {
  18052.  content: "\f4f8";
  18053. }
  18054.  
  18055. .fa-resolving:before {
  18056.  content: "\f3e7";
  18057. }
  18058.  
  18059. .fa-restroom:before {
  18060.  content: "\f7bd";
  18061. }
  18062.  
  18063. .fa-retweet:before {
  18064.  content: "\f079";
  18065. }
  18066.  
  18067. .fa-rev:before {
  18068.  content: "\f5b2";
  18069. }
  18070.  
  18071. .fa-ribbon:before {
  18072.  content: "\f4d6";
  18073. }
  18074.  
  18075. .fa-ring:before {
  18076.  content: "\f70b";
  18077. }
  18078.  
  18079. .fa-road:before {
  18080.  content: "\f018";
  18081. }
  18082.  
  18083. .fa-robot:before {
  18084.  content: "\f544";
  18085. }
  18086.  
  18087. .fa-rocket:before {
  18088.  content: "\f135";
  18089. }
  18090.  
  18091. .fa-rocketchat:before {
  18092.  content: "\f3e8";
  18093. }
  18094.  
  18095. .fa-rockrms:before {
  18096.  content: "\f3e9";
  18097. }
  18098.  
  18099. .fa-route:before {
  18100.  content: "\f4d7";
  18101. }
  18102.  
  18103. .fa-rss:before {
  18104.  content: "\f09e";
  18105. }
  18106.  
  18107. .fa-rss-square:before {
  18108.  content: "\f143";
  18109. }
  18110.  
  18111. .fa-ruble-sign:before {
  18112.  content: "\f158";
  18113. }
  18114.  
  18115. .fa-ruler:before {
  18116.  content: "\f545";
  18117. }
  18118.  
  18119. .fa-ruler-combined:before {
  18120.  content: "\f546";
  18121. }
  18122.  
  18123. .fa-ruler-horizontal:before {
  18124.  content: "\f547";
  18125. }
  18126.  
  18127. .fa-ruler-vertical:before {
  18128.  content: "\f548";
  18129. }
  18130.  
  18131. .fa-running:before {
  18132.  content: "\f70c";
  18133. }
  18134.  
  18135. .fa-rupee-sign:before {
  18136.  content: "\f156";
  18137. }
  18138.  
  18139. .fa-rust:before {
  18140.  content: "\e07a";
  18141. }
  18142.  
  18143. .fa-sad-cry:before {
  18144.  content: "\f5b3";
  18145. }
  18146.  
  18147. .fa-sad-tear:before {
  18148.  content: "\f5b4";
  18149. }
  18150.  
  18151. .fa-safari:before {
  18152.  content: "\f267";
  18153. }
  18154.  
  18155. .fa-salesforce:before {
  18156.  content: "\f83b";
  18157. }
  18158.  
  18159. .fa-sass:before {
  18160.  content: "\f41e";
  18161. }
  18162.  
  18163. .fa-satellite:before {
  18164.  content: "\f7bf";
  18165. }
  18166.  
  18167. .fa-satellite-dish:before {
  18168.  content: "\f7c0";
  18169. }
  18170.  
  18171. .fa-save:before {
  18172.  content: "\f0c7";
  18173. }
  18174.  
  18175. .fa-schlix:before {
  18176.  content: "\f3ea";
  18177. }
  18178.  
  18179. .fa-school:before {
  18180.  content: "\f549";
  18181. }
  18182.  
  18183. .fa-screwdriver:before {
  18184.  content: "\f54a";
  18185. }
  18186.  
  18187. .fa-scribd:before {
  18188.  content: "\f28a";
  18189. }
  18190.  
  18191. .fa-scroll:before {
  18192.  content: "\f70e";
  18193. }
  18194.  
  18195. .fa-sd-card:before {
  18196.  content: "\f7c2";
  18197. }
  18198.  
  18199. .fa-search:before {
  18200.  content: "\f002";
  18201. }
  18202.  
  18203. .fa-search-dollar:before {
  18204.  content: "\f688";
  18205. }
  18206.  
  18207. .fa-search-location:before {
  18208.  content: "\f689";
  18209. }
  18210.  
  18211. .fa-search-minus:before {
  18212.  content: "\f010";
  18213. }
  18214.  
  18215. .fa-search-plus:before {
  18216.  content: "\f00e";
  18217. }
  18218.  
  18219. .fa-searchengin:before {
  18220.  content: "\f3eb";
  18221. }
  18222.  
  18223. .fa-seedling:before {
  18224.  content: "\f4d8";
  18225. }
  18226.  
  18227. .fa-sellcast:before {
  18228.  content: "\f2da";
  18229. }
  18230.  
  18231. .fa-sellsy:before {
  18232.  content: "\f213";
  18233. }
  18234.  
  18235. .fa-server:before {
  18236.  content: "\f233";
  18237. }
  18238.  
  18239. .fa-servicestack:before {
  18240.  content: "\f3ec";
  18241. }
  18242.  
  18243. .fa-shapes:before {
  18244.  content: "\f61f";
  18245. }
  18246.  
  18247. .fa-share:before {
  18248.  content: "\f064";
  18249. }
  18250.  
  18251. .fa-share-alt:before {
  18252.  content: "\f1e0";
  18253. }
  18254.  
  18255. .fa-share-alt-square:before {
  18256.  content: "\f1e1";
  18257. }
  18258.  
  18259. .fa-share-square:before {
  18260.  content: "\f14d";
  18261. }
  18262.  
  18263. .fa-shekel-sign:before {
  18264.  content: "\f20b";
  18265. }
  18266.  
  18267. .fa-shield-alt:before {
  18268.  content: "\f3ed";
  18269. }
  18270.  
  18271. .fa-shield-virus:before {
  18272.  content: "\e06c";
  18273. }
  18274.  
  18275. .fa-ship:before {
  18276.  content: "\f21a";
  18277. }
  18278.  
  18279. .fa-shipping-fast:before {
  18280.  content: "\f48b";
  18281. }
  18282.  
  18283. .fa-shirtsinbulk:before {
  18284.  content: "\f214";
  18285. }
  18286.  
  18287. .fa-shoe-prints:before {
  18288.  content: "\f54b";
  18289. }
  18290.  
  18291. .fa-shopify:before {
  18292.  content: "\e057";
  18293. }
  18294.  
  18295. .fa-shopping-bag:before {
  18296.  content: "\f290";
  18297. }
  18298.  
  18299. .fa-shopping-basket:before {
  18300.  content: "\f291";
  18301. }
  18302.  
  18303. .fa-shopping-cart:before {
  18304.  content: "\f07a";
  18305. }
  18306.  
  18307. .fa-shopware:before {
  18308.  content: "\f5b5";
  18309. }
  18310.  
  18311. .fa-shower:before {
  18312.  content: "\f2cc";
  18313. }
  18314.  
  18315. .fa-shuttle-van:before {
  18316.  content: "\f5b6";
  18317. }
  18318.  
  18319. .fa-sign:before {
  18320.  content: "\f4d9";
  18321. }
  18322.  
  18323. .fa-sign-in-alt:before {
  18324.  content: "\f2f6";
  18325. }
  18326.  
  18327. .fa-sign-language:before {
  18328.  content: "\f2a7";
  18329. }
  18330.  
  18331. .fa-sign-out-alt:before {
  18332.  content: "\f2f5";
  18333. }
  18334.  
  18335. .fa-signal:before {
  18336.  content: "\f012";
  18337. }
  18338.  
  18339. .fa-signature:before {
  18340.  content: "\f5b7";
  18341. }
  18342.  
  18343. .fa-sim-card:before {
  18344.  content: "\f7c4";
  18345. }
  18346.  
  18347. .fa-simplybuilt:before {
  18348.  content: "\f215";
  18349. }
  18350.  
  18351. .fa-sink:before {
  18352.  content: "\e06d";
  18353. }
  18354.  
  18355. .fa-sistrix:before {
  18356.  content: "\f3ee";
  18357. }
  18358.  
  18359. .fa-sitemap:before {
  18360.  content: "\f0e8";
  18361. }
  18362.  
  18363. .fa-sith:before {
  18364.  content: "\f512";
  18365. }
  18366.  
  18367. .fa-skating:before {
  18368.  content: "\f7c5";
  18369. }
  18370.  
  18371. .fa-sketch:before {
  18372.  content: "\f7c6";
  18373. }
  18374.  
  18375. .fa-skiing:before {
  18376.  content: "\f7c9";
  18377. }
  18378.  
  18379. .fa-skiing-nordic:before {
  18380.  content: "\f7ca";
  18381. }
  18382.  
  18383. .fa-skull:before {
  18384.  content: "\f54c";
  18385. }
  18386.  
  18387. .fa-skull-crossbones:before {
  18388.  content: "\f714";
  18389. }
  18390.  
  18391. .fa-skyatlas:before {
  18392.  content: "\f216";
  18393. }
  18394.  
  18395. .fa-skype:before {
  18396.  content: "\f17e";
  18397. }
  18398.  
  18399. .fa-slack:before {
  18400.  content: "\f198";
  18401. }
  18402.  
  18403. .fa-slack-hash:before {
  18404.  content: "\f3ef";
  18405. }
  18406.  
  18407. .fa-slash:before {
  18408.  content: "\f715";
  18409. }
  18410.  
  18411. .fa-sleigh:before {
  18412.  content: "\f7cc";
  18413. }
  18414.  
  18415. .fa-sliders-h:before {
  18416.  content: "\f1de";
  18417. }
  18418.  
  18419. .fa-slideshare:before {
  18420.  content: "\f1e7";
  18421. }
  18422.  
  18423. .fa-smile:before {
  18424.  content: "\f118";
  18425. }
  18426.  
  18427. .fa-smile-beam:before {
  18428.  content: "\f5b8";
  18429. }
  18430.  
  18431. .fa-smile-wink:before {
  18432.  content: "\f4da";
  18433. }
  18434.  
  18435. .fa-smog:before {
  18436.  content: "\f75f";
  18437. }
  18438.  
  18439. .fa-smoking:before {
  18440.  content: "\f48d";
  18441. }
  18442.  
  18443. .fa-smoking-ban:before {
  18444.  content: "\f54d";
  18445. }
  18446.  
  18447. .fa-sms:before {
  18448.  content: "\f7cd";
  18449. }
  18450.  
  18451. .fa-snapchat:before {
  18452.  content: "\f2ab";
  18453. }
  18454.  
  18455. .fa-snapchat-ghost:before {
  18456.  content: "\f2ac";
  18457. }
  18458.  
  18459. .fa-snapchat-square:before {
  18460.  content: "\f2ad";
  18461. }
  18462.  
  18463. .fa-snowboarding:before {
  18464.  content: "\f7ce";
  18465. }
  18466.  
  18467. .fa-snowflake:before {
  18468.  content: "\f2dc";
  18469. }
  18470.  
  18471. .fa-snowman:before {
  18472.  content: "\f7d0";
  18473. }
  18474.  
  18475. .fa-snowplow:before {
  18476.  content: "\f7d2";
  18477. }
  18478.  
  18479. .fa-soap:before {
  18480.  content: "\e06e";
  18481. }
  18482.  
  18483. .fa-socks:before {
  18484.  content: "\f696";
  18485. }
  18486.  
  18487. .fa-solar-panel:before {
  18488.  content: "\f5ba";
  18489. }
  18490.  
  18491. .fa-sort:before {
  18492.  content: "\f0dc";
  18493. }
  18494.  
  18495. .fa-sort-alpha-down:before {
  18496.  content: "\f15d";
  18497. }
  18498.  
  18499. .fa-sort-alpha-down-alt:before {
  18500.  content: "\f881";
  18501. }
  18502.  
  18503. .fa-sort-alpha-up:before {
  18504.  content: "\f15e";
  18505. }
  18506.  
  18507. .fa-sort-alpha-up-alt:before {
  18508.  content: "\f882";
  18509. }
  18510.  
  18511. .fa-sort-amount-down:before {
  18512.  content: "\f160";
  18513. }
  18514.  
  18515. .fa-sort-amount-down-alt:before {
  18516.  content: "\f884";
  18517. }
  18518.  
  18519. .fa-sort-amount-up:before {
  18520.  content: "\f161";
  18521. }
  18522.  
  18523. .fa-sort-amount-up-alt:before {
  18524.  content: "\f885";
  18525. }
  18526.  
  18527. .fa-sort-down:before {
  18528.  content: "\f0dd";
  18529. }
  18530.  
  18531. .fa-sort-numeric-down:before {
  18532.  content: "\f162";
  18533. }
  18534.  
  18535. .fa-sort-numeric-down-alt:before {
  18536.  content: "\f886";
  18537. }
  18538.  
  18539. .fa-sort-numeric-up:before {
  18540.  content: "\f163";
  18541. }
  18542.  
  18543. .fa-sort-numeric-up-alt:before {
  18544.  content: "\f887";
  18545. }
  18546.  
  18547. .fa-sort-up:before {
  18548.  content: "\f0de";
  18549. }
  18550.  
  18551. .fa-soundcloud:before {
  18552.  content: "\f1be";
  18553. }
  18554.  
  18555. .fa-sourcetree:before {
  18556.  content: "\f7d3";
  18557. }
  18558.  
  18559. .fa-spa:before {
  18560.  content: "\f5bb";
  18561. }
  18562.  
  18563. .fa-space-shuttle:before {
  18564.  content: "\f197";
  18565. }
  18566.  
  18567. .fa-speakap:before {
  18568.  content: "\f3f3";
  18569. }
  18570.  
  18571. .fa-speaker-deck:before {
  18572.  content: "\f83c";
  18573. }
  18574.  
  18575. .fa-spell-check:before {
  18576.  content: "\f891";
  18577. }
  18578.  
  18579. .fa-spider:before {
  18580.  content: "\f717";
  18581. }
  18582.  
  18583. .fa-spinner:before {
  18584.  content: "\f110";
  18585. }
  18586.  
  18587. .fa-splotch:before {
  18588.  content: "\f5bc";
  18589. }
  18590.  
  18591. .fa-spotify:before {
  18592.  content: "\f1bc";
  18593. }
  18594.  
  18595. .fa-spray-can:before {
  18596.  content: "\f5bd";
  18597. }
  18598.  
  18599. .fa-square:before {
  18600.  content: "\f0c8";
  18601. }
  18602.  
  18603. .fa-square-full:before {
  18604.  content: "\f45c";
  18605. }
  18606.  
  18607. .fa-square-root-alt:before {
  18608.  content: "\f698";
  18609. }
  18610.  
  18611. .fa-squarespace:before {
  18612.  content: "\f5be";
  18613. }
  18614.  
  18615. .fa-stack-exchange:before {
  18616.  content: "\f18d";
  18617. }
  18618.  
  18619. .fa-stack-overflow:before {
  18620.  content: "\f16c";
  18621. }
  18622.  
  18623. .fa-stackpath:before {
  18624.  content: "\f842";
  18625. }
  18626.  
  18627. .fa-stamp:before {
  18628.  content: "\f5bf";
  18629. }
  18630.  
  18631. .fa-star:before {
  18632.  content: "\f005";
  18633. }
  18634.  
  18635. .fa-star-and-crescent:before {
  18636.  content: "\f699";
  18637. }
  18638.  
  18639. .fa-star-half:before {
  18640.  content: "\f089";
  18641. }
  18642.  
  18643. .fa-star-half-alt:before {
  18644.  content: "\f5c0";
  18645. }
  18646.  
  18647. .fa-star-of-david:before {
  18648.  content: "\f69a";
  18649. }
  18650.  
  18651. .fa-star-of-life:before {
  18652.  content: "\f621";
  18653. }
  18654.  
  18655. .fa-staylinked:before {
  18656.  content: "\f3f5";
  18657. }
  18658.  
  18659. .fa-steam:before {
  18660.  content: "\f1b6";
  18661. }
  18662.  
  18663. .fa-steam-square:before {
  18664.  content: "\f1b7";
  18665. }
  18666.  
  18667. .fa-steam-symbol:before {
  18668.  content: "\f3f6";
  18669. }
  18670.  
  18671. .fa-step-backward:before {
  18672.  content: "\f048";
  18673. }
  18674.  
  18675. .fa-step-forward:before {
  18676.  content: "\f051";
  18677. }
  18678.  
  18679. .fa-stethoscope:before {
  18680.  content: "\f0f1";
  18681. }
  18682.  
  18683. .fa-sticker-mule:before {
  18684.  content: "\f3f7";
  18685. }
  18686.  
  18687. .fa-sticky-note:before {
  18688.  content: "\f249";
  18689. }
  18690.  
  18691. .fa-stop:before {
  18692.  content: "\f04d";
  18693. }
  18694.  
  18695. .fa-stop-circle:before {
  18696.  content: "\f28d";
  18697. }
  18698.  
  18699. .fa-stopwatch:before {
  18700.  content: "\f2f2";
  18701. }
  18702.  
  18703. .fa-stopwatch-20:before {
  18704.  content: "\e06f";
  18705. }
  18706.  
  18707. .fa-store:before {
  18708.  content: "\f54e";
  18709. }
  18710.  
  18711. .fa-store-alt:before {
  18712.  content: "\f54f";
  18713. }
  18714.  
  18715. .fa-store-alt-slash:before {
  18716.  content: "\e070";
  18717. }
  18718.  
  18719. .fa-store-slash:before {
  18720.  content: "\e071";
  18721. }
  18722.  
  18723. .fa-strava:before {
  18724.  content: "\f428";
  18725. }
  18726.  
  18727. .fa-stream:before {
  18728.  content: "\f550";
  18729. }
  18730.  
  18731. .fa-street-view:before {
  18732.  content: "\f21d";
  18733. }
  18734.  
  18735. .fa-strikethrough:before {
  18736.  content: "\f0cc";
  18737. }
  18738.  
  18739. .fa-stripe:before {
  18740.  content: "\f429";
  18741. }
  18742.  
  18743. .fa-stripe-s:before {
  18744.  content: "\f42a";
  18745. }
  18746.  
  18747. .fa-stroopwafel:before {
  18748.  content: "\f551";
  18749. }
  18750.  
  18751. .fa-studiovinari:before {
  18752.  content: "\f3f8";
  18753. }
  18754.  
  18755. .fa-stumbleupon:before {
  18756.  content: "\f1a4";
  18757. }
  18758.  
  18759. .fa-stumbleupon-circle:before {
  18760.  content: "\f1a3";
  18761. }
  18762.  
  18763. .fa-subscript:before {
  18764.  content: "\f12c";
  18765. }
  18766.  
  18767. .fa-subway:before {
  18768.  content: "\f239";
  18769. }
  18770.  
  18771. .fa-suitcase:before {
  18772.  content: "\f0f2";
  18773. }
  18774.  
  18775. .fa-suitcase-rolling:before {
  18776.  content: "\f5c1";
  18777. }
  18778.  
  18779. .fa-sun:before {
  18780.  content: "\f185";
  18781. }
  18782.  
  18783. .fa-superpowers:before {
  18784.  content: "\f2dd";
  18785. }
  18786.  
  18787. .fa-superscript:before {
  18788.  content: "\f12b";
  18789. }
  18790.  
  18791. .fa-supple:before {
  18792.  content: "\f3f9";
  18793. }
  18794.  
  18795. .fa-surprise:before {
  18796.  content: "\f5c2";
  18797. }
  18798.  
  18799. .fa-suse:before {
  18800.  content: "\f7d6";
  18801. }
  18802.  
  18803. .fa-swatchbook:before {
  18804.  content: "\f5c3";
  18805. }
  18806.  
  18807. .fa-swift:before {
  18808.  content: "\f8e1";
  18809. }
  18810.  
  18811. .fa-swimmer:before {
  18812.  content: "\f5c4";
  18813. }
  18814.  
  18815. .fa-swimming-pool:before {
  18816.  content: "\f5c5";
  18817. }
  18818.  
  18819. .fa-symfony:before {
  18820.  content: "\f83d";
  18821. }
  18822.  
  18823. .fa-synagogue:before {
  18824.  content: "\f69b";
  18825. }
  18826.  
  18827. .fa-sync:before {
  18828.  content: "\f021";
  18829. }
  18830.  
  18831. .fa-sync-alt:before {
  18832.  content: "\f2f1";
  18833. }
  18834.  
  18835. .fa-syringe:before {
  18836.  content: "\f48e";
  18837. }
  18838.  
  18839. .fa-table:before {
  18840.  content: "\f0ce";
  18841. }
  18842.  
  18843. .fa-table-tennis:before {
  18844.  content: "\f45d";
  18845. }
  18846.  
  18847. .fa-tablet:before {
  18848.  content: "\f10a";
  18849. }
  18850.  
  18851. .fa-tablet-alt:before {
  18852.  content: "\f3fa";
  18853. }
  18854.  
  18855. .fa-tablets:before {
  18856.  content: "\f490";
  18857. }
  18858.  
  18859. .fa-tachometer-alt:before {
  18860.  content: "\f3fd";
  18861. }
  18862.  
  18863. .fa-tag:before {
  18864.  content: "\f02b";
  18865. }
  18866.  
  18867. .fa-tags:before {
  18868.  content: "\f02c";
  18869. }
  18870.  
  18871. .fa-tape:before {
  18872.  content: "\f4db";
  18873. }
  18874.  
  18875. .fa-tasks:before {
  18876.  content: "\f0ae";
  18877. }
  18878.  
  18879. .fa-taxi:before {
  18880.  content: "\f1ba";
  18881. }
  18882.  
  18883. .fa-teamspeak:before {
  18884.  content: "\f4f9";
  18885. }
  18886.  
  18887. .fa-teeth:before {
  18888.  content: "\f62e";
  18889. }
  18890.  
  18891. .fa-teeth-open:before {
  18892.  content: "\f62f";
  18893. }
  18894.  
  18895. .fa-telegram:before {
  18896.  content: "\f2c6";
  18897. }
  18898.  
  18899. .fa-telegram-plane:before {
  18900.  content: "\f3fe";
  18901. }
  18902.  
  18903. .fa-temperature-high:before {
  18904.  content: "\f769";
  18905. }
  18906.  
  18907. .fa-temperature-low:before {
  18908.  content: "\f76b";
  18909. }
  18910.  
  18911. .fa-tencent-weibo:before {
  18912.  content: "\f1d5";
  18913. }
  18914.  
  18915. .fa-tenge:before {
  18916.  content: "\f7d7";
  18917. }
  18918.  
  18919. .fa-terminal:before {
  18920.  content: "\f120";
  18921. }
  18922.  
  18923. .fa-text-height:before {
  18924.  content: "\f034";
  18925. }
  18926.  
  18927. .fa-text-width:before {
  18928.  content: "\f035";
  18929. }
  18930.  
  18931. .fa-th:before {
  18932.  content: "\f00a";
  18933. }
  18934.  
  18935. .fa-th-large:before {
  18936.  content: "\f009";
  18937. }
  18938.  
  18939. .fa-th-list:before {
  18940.  content: "\f00b";
  18941. }
  18942.  
  18943. .fa-the-red-yeti:before {
  18944.  content: "\f69d";
  18945. }
  18946.  
  18947. .fa-theater-masks:before {
  18948.  content: "\f630";
  18949. }
  18950.  
  18951. .fa-themeco:before {
  18952.  content: "\f5c6";
  18953. }
  18954.  
  18955. .fa-themeisle:before {
  18956.  content: "\f2b2";
  18957. }
  18958.  
  18959. .fa-thermometer:before {
  18960.  content: "\f491";
  18961. }
  18962.  
  18963. .fa-thermometer-empty:before {
  18964.  content: "\f2cb";
  18965. }
  18966.  
  18967. .fa-thermometer-full:before {
  18968.  content: "\f2c7";
  18969. }
  18970.  
  18971. .fa-thermometer-half:before {
  18972.  content: "\f2c9";
  18973. }
  18974.  
  18975. .fa-thermometer-quarter:before {
  18976.  content: "\f2ca";
  18977. }
  18978.  
  18979. .fa-thermometer-three-quarters:before {
  18980.  content: "\f2c8";
  18981. }
  18982.  
  18983. .fa-think-peaks:before {
  18984.  content: "\f731";
  18985. }
  18986.  
  18987. .fa-thumbs-down:before {
  18988.  content: "\f165";
  18989. }
  18990.  
  18991. .fa-thumbs-up:before {
  18992.  content: "\f164";
  18993. }
  18994.  
  18995. .fa-thumbtack:before {
  18996.  content: "\f08d";
  18997. }
  18998.  
  18999. .fa-ticket-alt:before {
  19000.  content: "\f3ff";
  19001. }
  19002.  
  19003. .fa-tiktok:before {
  19004.  content: "\e07b";
  19005. }
  19006.  
  19007. .fa-times:before {
  19008.  content: "\f00d";
  19009. }
  19010.  
  19011. .fa-times-circle:before {
  19012.  content: "\f057";
  19013. }
  19014.  
  19015. .fa-tint:before {
  19016.  content: "\f043";
  19017. }
  19018.  
  19019. .fa-tint-slash:before {
  19020.  content: "\f5c7";
  19021. }
  19022.  
  19023. .fa-tired:before {
  19024.  content: "\f5c8";
  19025. }
  19026.  
  19027. .fa-toggle-off:before {
  19028.  content: "\f204";
  19029. }
  19030.  
  19031. .fa-toggle-on:before {
  19032.  content: "\f205";
  19033. }
  19034.  
  19035. .fa-toilet:before {
  19036.  content: "\f7d8";
  19037. }
  19038.  
  19039. .fa-toilet-paper:before {
  19040.  content: "\f71e";
  19041. }
  19042.  
  19043. .fa-toilet-paper-slash:before {
  19044.  content: "\e072";
  19045. }
  19046.  
  19047. .fa-toolbox:before {
  19048.  content: "\f552";
  19049. }
  19050.  
  19051. .fa-tools:before {
  19052.  content: "\f7d9";
  19053. }
  19054.  
  19055. .fa-tooth:before {
  19056.  content: "\f5c9";
  19057. }
  19058.  
  19059. .fa-torah:before {
  19060.  content: "\f6a0";
  19061. }
  19062.  
  19063. .fa-torii-gate:before {
  19064.  content: "\f6a1";
  19065. }
  19066.  
  19067. .fa-tractor:before {
  19068.  content: "\f722";
  19069. }
  19070.  
  19071. .fa-trade-federation:before {
  19072.  content: "\f513";
  19073. }
  19074.  
  19075. .fa-trademark:before {
  19076.  content: "\f25c";
  19077. }
  19078.  
  19079. .fa-traffic-light:before {
  19080.  content: "\f637";
  19081. }
  19082.  
  19083. .fa-trailer:before {
  19084.  content: "\e041";
  19085. }
  19086.  
  19087. .fa-train:before {
  19088.  content: "\f238";
  19089. }
  19090.  
  19091. .fa-tram:before {
  19092.  content: "\f7da";
  19093. }
  19094.  
  19095. .fa-transgender:before {
  19096.  content: "\f224";
  19097. }
  19098.  
  19099. .fa-transgender-alt:before {
  19100.  content: "\f225";
  19101. }
  19102.  
  19103. .fa-trash:before {
  19104.  content: "\f1f8";
  19105. }
  19106.  
  19107. .fa-trash-alt:before {
  19108.  content: "\f2ed";
  19109. }
  19110.  
  19111. .fa-trash-restore:before {
  19112.  content: "\f829";
  19113. }
  19114.  
  19115. .fa-trash-restore-alt:before {
  19116.  content: "\f82a";
  19117. }
  19118.  
  19119. .fa-tree:before {
  19120.  content: "\f1bb";
  19121. }
  19122.  
  19123. .fa-trello:before {
  19124.  content: "\f181";
  19125. }
  19126.  
  19127. .fa-trophy:before {
  19128.  content: "\f091";
  19129. }
  19130.  
  19131. .fa-truck:before {
  19132.  content: "\f0d1";
  19133. }
  19134.  
  19135. .fa-truck-loading:before {
  19136.  content: "\f4de";
  19137. }
  19138.  
  19139. .fa-truck-monster:before {
  19140.  content: "\f63b";
  19141. }
  19142.  
  19143. .fa-truck-moving:before {
  19144.  content: "\f4df";
  19145. }
  19146.  
  19147. .fa-truck-pickup:before {
  19148.  content: "\f63c";
  19149. }
  19150.  
  19151. .fa-tshirt:before {
  19152.  content: "\f553";
  19153. }
  19154.  
  19155. .fa-tty:before {
  19156.  content: "\f1e4";
  19157. }
  19158.  
  19159. .fa-tumblr:before {
  19160.  content: "\f173";
  19161. }
  19162.  
  19163. .fa-tumblr-square:before {
  19164.  content: "\f174";
  19165. }
  19166.  
  19167. .fa-tv:before {
  19168.  content: "\f26c";
  19169. }
  19170.  
  19171. .fa-twitch:before {
  19172.  content: "\f1e8";
  19173. }
  19174.  
  19175. .fa-twitter:before {
  19176.  content: "\f099";
  19177. }
  19178.  
  19179. .fa-twitter-square:before {
  19180.  content: "\f081";
  19181. }
  19182.  
  19183. .fa-typo3:before {
  19184.  content: "\f42b";
  19185. }
  19186.  
  19187. .fa-uber:before {
  19188.  content: "\f402";
  19189. }
  19190.  
  19191. .fa-ubuntu:before {
  19192.  content: "\f7df";
  19193. }
  19194.  
  19195. .fa-uikit:before {
  19196.  content: "\f403";
  19197. }
  19198.  
  19199. .fa-umbraco:before {
  19200.  content: "\f8e8";
  19201. }
  19202.  
  19203. .fa-umbrella:before {
  19204.  content: "\f0e9";
  19205. }
  19206.  
  19207. .fa-umbrella-beach:before {
  19208.  content: "\f5ca";
  19209. }
  19210.  
  19211. .fa-uncharted:before {
  19212.  content: "\e084";
  19213. }
  19214.  
  19215. .fa-underline:before {
  19216.  content: "\f0cd";
  19217. }
  19218.  
  19219. .fa-undo:before {
  19220.  content: "\f0e2";
  19221. }
  19222.  
  19223. .fa-undo-alt:before {
  19224.  content: "\f2ea";
  19225. }
  19226.  
  19227. .fa-uniregistry:before {
  19228.  content: "\f404";
  19229. }
  19230.  
  19231. .fa-unity:before {
  19232.  content: "\e049";
  19233. }
  19234.  
  19235. .fa-universal-access:before {
  19236.  content: "\f29a";
  19237. }
  19238.  
  19239. .fa-university:before {
  19240.  content: "\f19c";
  19241. }
  19242.  
  19243. .fa-unlink:before {
  19244.  content: "\f127";
  19245. }
  19246.  
  19247. .fa-unlock:before {
  19248.  content: "\f09c";
  19249. }
  19250.  
  19251. .fa-unlock-alt:before {
  19252.  content: "\f13e";
  19253. }
  19254.  
  19255. .fa-unsplash:before {
  19256.  content: "\e07c";
  19257. }
  19258.  
  19259. .fa-untappd:before {
  19260.  content: "\f405";
  19261. }
  19262.  
  19263. .fa-upload:before {
  19264.  content: "\f093";
  19265. }
  19266.  
  19267. .fa-ups:before {
  19268.  content: "\f7e0";
  19269. }
  19270.  
  19271. .fa-usb:before {
  19272.  content: "\f287";
  19273. }
  19274.  
  19275. .fa-user:before {
  19276.  content: "\f007";
  19277. }
  19278.  
  19279. .fa-user-alt:before {
  19280.  content: "\f406";
  19281. }
  19282.  
  19283. .fa-user-alt-slash:before {
  19284.  content: "\f4fa";
  19285. }
  19286.  
  19287. .fa-user-astronaut:before {
  19288.  content: "\f4fb";
  19289. }
  19290.  
  19291. .fa-user-check:before {
  19292.  content: "\f4fc";
  19293. }
  19294.  
  19295. .fa-user-circle:before {
  19296.  content: "\f2bd";
  19297. }
  19298.  
  19299. .fa-user-clock:before {
  19300.  content: "\f4fd";
  19301. }
  19302.  
  19303. .fa-user-cog:before {
  19304.  content: "\f4fe";
  19305. }
  19306.  
  19307. .fa-user-edit:before {
  19308.  content: "\f4ff";
  19309. }
  19310.  
  19311. .fa-user-friends:before {
  19312.  content: "\f500";
  19313. }
  19314.  
  19315. .fa-user-graduate:before {
  19316.  content: "\f501";
  19317. }
  19318.  
  19319. .fa-user-injured:before {
  19320.  content: "\f728";
  19321. }
  19322.  
  19323. .fa-user-lock:before {
  19324.  content: "\f502";
  19325. }
  19326.  
  19327. .fa-user-md:before {
  19328.  content: "\f0f0";
  19329. }
  19330.  
  19331. .fa-user-minus:before {
  19332.  content: "\f503";
  19333. }
  19334.  
  19335. .fa-user-ninja:before {
  19336.  content: "\f504";
  19337. }
  19338.  
  19339. .fa-user-nurse:before {
  19340.  content: "\f82f";
  19341. }
  19342.  
  19343. .fa-user-plus:before {
  19344.  content: "\f234";
  19345. }
  19346.  
  19347. .fa-user-secret:before {
  19348.  content: "\f21b";
  19349. }
  19350.  
  19351. .fa-user-shield:before {
  19352.  content: "\f505";
  19353. }
  19354.  
  19355. .fa-user-slash:before {
  19356.  content: "\f506";
  19357. }
  19358.  
  19359. .fa-user-tag:before {
  19360.  content: "\f507";
  19361. }
  19362.  
  19363. .fa-user-tie:before {
  19364.  content: "\f508";
  19365. }
  19366.  
  19367. .fa-user-times:before {
  19368.  content: "\f235";
  19369. }
  19370.  
  19371. .fa-users:before {
  19372.  content: "\f0c0";
  19373. }
  19374.  
  19375. .fa-users-cog:before {
  19376.  content: "\f509";
  19377. }
  19378.  
  19379. .fa-users-slash:before {
  19380.  content: "\e073";
  19381. }
  19382.  
  19383. .fa-usps:before {
  19384.  content: "\f7e1";
  19385. }
  19386.  
  19387. .fa-ussunnah:before {
  19388.  content: "\f407";
  19389. }
  19390.  
  19391. .fa-utensil-spoon:before {
  19392.  content: "\f2e5";
  19393. }
  19394.  
  19395. .fa-utensils:before {
  19396.  content: "\f2e7";
  19397. }
  19398.  
  19399. .fa-vaadin:before {
  19400.  content: "\f408";
  19401. }
  19402.  
  19403. .fa-vector-square:before {
  19404.  content: "\f5cb";
  19405. }
  19406.  
  19407. .fa-venus:before {
  19408.  content: "\f221";
  19409. }
  19410.  
  19411. .fa-venus-double:before {
  19412.  content: "\f226";
  19413. }
  19414.  
  19415. .fa-venus-mars:before {
  19416.  content: "\f228";
  19417. }
  19418.  
  19419. .fa-vest:before {
  19420.  content: "\e085";
  19421. }
  19422.  
  19423. .fa-vest-patches:before {
  19424.  content: "\e086";
  19425. }
  19426.  
  19427. .fa-viacoin:before {
  19428.  content: "\f237";
  19429. }
  19430.  
  19431. .fa-viadeo:before {
  19432.  content: "\f2a9";
  19433. }
  19434.  
  19435. .fa-viadeo-square:before {
  19436.  content: "\f2aa";
  19437. }
  19438.  
  19439. .fa-vial:before {
  19440.  content: "\f492";
  19441. }
  19442.  
  19443. .fa-vials:before {
  19444.  content: "\f493";
  19445. }
  19446.  
  19447. .fa-viber:before {
  19448.  content: "\f409";
  19449. }
  19450.  
  19451. .fa-video:before {
  19452.  content: "\f03d";
  19453. }
  19454.  
  19455. .fa-video-slash:before {
  19456.  content: "\f4e2";
  19457. }
  19458.  
  19459. .fa-vihara:before {
  19460.  content: "\f6a7";
  19461. }
  19462.  
  19463. .fa-vimeo:before {
  19464.  content: "\f40a";
  19465. }
  19466.  
  19467. .fa-vimeo-square:before {
  19468.  content: "\f194";
  19469. }
  19470.  
  19471. .fa-vimeo-v:before {
  19472.  content: "\f27d";
  19473. }
  19474.  
  19475. .fa-vine:before {
  19476.  content: "\f1ca";
  19477. }
  19478.  
  19479. .fa-virus:before {
  19480.  content: "\e074";
  19481. }
  19482.  
  19483. .fa-virus-slash:before {
  19484.  content: "\e075";
  19485. }
  19486.  
  19487. .fa-viruses:before {
  19488.  content: "\e076";
  19489. }
  19490.  
  19491. .fa-vk:before {
  19492.  content: "\f189";
  19493. }
  19494.  
  19495. .fa-vnv:before {
  19496.  content: "\f40b";
  19497. }
  19498.  
  19499. .fa-voicemail:before {
  19500.  content: "\f897";
  19501. }
  19502.  
  19503. .fa-volleyball-ball:before {
  19504.  content: "\f45f";
  19505. }
  19506.  
  19507. .fa-volume-down:before {
  19508.  content: "\f027";
  19509. }
  19510.  
  19511. .fa-volume-mute:before {
  19512.  content: "\f6a9";
  19513. }
  19514.  
  19515. .fa-volume-off:before {
  19516.  content: "\f026";
  19517. }
  19518.  
  19519. .fa-volume-up:before {
  19520.  content: "\f028";
  19521. }
  19522.  
  19523. .fa-vote-yea:before {
  19524.  content: "\f772";
  19525. }
  19526.  
  19527. .fa-vr-cardboard:before {
  19528.  content: "\f729";
  19529. }
  19530.  
  19531. .fa-vuejs:before {
  19532.  content: "\f41f";
  19533. }
  19534.  
  19535. .fa-walking:before {
  19536.  content: "\f554";
  19537. }
  19538.  
  19539. .fa-wallet:before {
  19540.  content: "\f555";
  19541. }
  19542.  
  19543. .fa-warehouse:before {
  19544.  content: "\f494";
  19545. }
  19546.  
  19547. .fa-watchman-monitoring:before {
  19548.  content: "\e087";
  19549. }
  19550.  
  19551. .fa-water:before {
  19552.  content: "\f773";
  19553. }
  19554.  
  19555. .fa-wave-square:before {
  19556.  content: "\f83e";
  19557. }
  19558.  
  19559. .fa-waze:before {
  19560.  content: "\f83f";
  19561. }
  19562.  
  19563. .fa-weebly:before {
  19564.  content: "\f5cc";
  19565. }
  19566.  
  19567. .fa-weibo:before {
  19568.  content: "\f18a";
  19569. }
  19570.  
  19571. .fa-weight:before {
  19572.  content: "\f496";
  19573. }
  19574.  
  19575. .fa-weight-hanging:before {
  19576.  content: "\f5cd";
  19577. }
  19578.  
  19579. .fa-weixin:before {
  19580.  content: "\f1d7";
  19581. }
  19582.  
  19583. .fa-whatsapp:before {
  19584.  content: "\f232";
  19585. }
  19586.  
  19587. .fa-whatsapp-square:before {
  19588.  content: "\f40c";
  19589. }
  19590.  
  19591. .fa-wheelchair:before {
  19592.  content: "\f193";
  19593. }
  19594.  
  19595. .fa-whmcs:before {
  19596.  content: "\f40d";
  19597. }
  19598.  
  19599. .fa-wifi:before {
  19600.  content: "\f1eb";
  19601. }
  19602.  
  19603. .fa-wikipedia-w:before {
  19604.  content: "\f266";
  19605. }
  19606.  
  19607. .fa-wind:before {
  19608.  content: "\f72e";
  19609. }
  19610.  
  19611. .fa-window-close:before {
  19612.  content: "\f410";
  19613. }
  19614.  
  19615. .fa-window-maximize:before {
  19616.  content: "\f2d0";
  19617. }
  19618.  
  19619. .fa-window-minimize:before {
  19620.  content: "\f2d1";
  19621. }
  19622.  
  19623. .fa-window-restore:before {
  19624.  content: "\f2d2";
  19625. }
  19626.  
  19627. .fa-windows:before {
  19628.  content: "\f17a";
  19629. }
  19630.  
  19631. .fa-wine-bottle:before {
  19632.  content: "\f72f";
  19633. }
  19634.  
  19635. .fa-wine-glass:before {
  19636.  content: "\f4e3";
  19637. }
  19638.  
  19639. .fa-wine-glass-alt:before {
  19640.  content: "\f5ce";
  19641. }
  19642.  
  19643. .fa-wix:before {
  19644.  content: "\f5cf";
  19645. }
  19646.  
  19647. .fa-wizards-of-the-coast:before {
  19648.  content: "\f730";
  19649. }
  19650.  
  19651. .fa-wodu:before {
  19652.  content: "\e088";
  19653. }
  19654.  
  19655. .fa-wolf-pack-battalion:before {
  19656.  content: "\f514";
  19657. }
  19658.  
  19659. .fa-won-sign:before {
  19660.  content: "\f159";
  19661. }
  19662.  
  19663. .fa-wordpress:before {
  19664.  content: "\f19a";
  19665. }
  19666.  
  19667. .fa-wordpress-simple:before {
  19668.  content: "\f411";
  19669. }
  19670.  
  19671. .fa-wpbeginner:before {
  19672.  content: "\f297";
  19673. }
  19674.  
  19675. .fa-wpexplorer:before {
  19676.  content: "\f2de";
  19677. }
  19678.  
  19679. .fa-wpforms:before {
  19680.  content: "\f298";
  19681. }
  19682.  
  19683. .fa-wpressr:before {
  19684.  content: "\f3e4";
  19685. }
  19686.  
  19687. .fa-wrench:before {
  19688.  content: "\f0ad";
  19689. }
  19690.  
  19691. .fa-x-ray:before {
  19692.  content: "\f497";
  19693. }
  19694.  
  19695. .fa-xbox:before {
  19696.  content: "\f412";
  19697. }
  19698.  
  19699. .fa-xing:before {
  19700.  content: "\f168";
  19701. }
  19702.  
  19703. .fa-xing-square:before {
  19704.  content: "\f169";
  19705. }
  19706.  
  19707. .fa-y-combinator:before {
  19708.  content: "\f23b";
  19709. }
  19710.  
  19711. .fa-yahoo:before {
  19712.  content: "\f19e";
  19713. }
  19714.  
  19715. .fa-yammer:before {
  19716.  content: "\f840";
  19717. }
  19718.  
  19719. .fa-yandex:before {
  19720.  content: "\f413";
  19721. }
  19722.  
  19723. .fa-yandex-international:before {
  19724.  content: "\f414";
  19725. }
  19726.  
  19727. .fa-yarn:before {
  19728.  content: "\f7e3";
  19729. }
  19730.  
  19731. .fa-yelp:before {
  19732.  content: "\f1e9";
  19733. }
  19734.  
  19735. .fa-yen-sign:before {
  19736.  content: "\f157";
  19737. }
  19738.  
  19739. .fa-yin-yang:before {
  19740.  content: "\f6ad";
  19741. }
  19742.  
  19743. .fa-yoast:before {
  19744.  content: "\f2b1";
  19745. }
  19746.  
  19747. .fa-youtube:before {
  19748.  content: "\f167";
  19749. }
  19750.  
  19751. .fa-youtube-square:before {
  19752.  content: "\f431";
  19753. }
  19754.  
  19755. .fa-zhihu:before {
  19756.  content: "\f63f";
  19757. }
  19758.  
  19759. .sr-only {
  19760.  border: 0;
  19761.  clip: rect(0, 0, 0, 0);
  19762.  height: 1px;
  19763.  margin: -1px;
  19764.  overflow: hidden;
  19765.  padding: 0;
  19766.  position: absolute;
  19767.  width: 1px;
  19768. }
  19769.  
  19770. .sr-only-focusable:active, .sr-only-focusable:focus {
  19771.  clip: auto;
  19772.  height: auto;
  19773.  margin: 0;
  19774.  overflow: visible;
  19775.  position: static;
  19776.  width: auto;
  19777. }
  19778.  
  19779. /*!
  19780. * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
  19781. * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  19782. */
  19783. @font-face {
  19784.  font-family: "Font Awesome 5 Free";
  19785.  font-style: normal;
  19786.  font-weight: 900;
  19787.  font-display: block;
  19788.  src: url("/fonts/webfonts/fa-solid-900.eot");
  19789.  src: url("/fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("/fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("/fonts/webfonts/fa-solid-900.woff") format("woff"), url("/fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("/fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
  19790. }
  19791. .fa,
  19792. .fas {
  19793.  font-family: "Font Awesome 5 Free";
  19794.  font-weight: 900;
  19795. }
  19796.  
  19797. .toast-title {
  19798.  font-weight: bold;
  19799. }
  19800.  
  19801. .toast-message {
  19802.  -ms-word-wrap: break-word;
  19803.  word-wrap: break-word;
  19804. }
  19805.  
  19806. .toast-message a,
  19807. .toast-message label {
  19808.  color: #ffffff;
  19809. }
  19810.  
  19811. .toast-message a:hover {
  19812.  color: #cccccc;
  19813.  text-decoration: none;
  19814. }
  19815.  
  19816. .toast-close-button {
  19817.  position: relative;
  19818.  right: -0.3em;
  19819.  top: -0.3em;
  19820.  float: right;
  19821.  font-size: 20px;
  19822.  font-weight: bold;
  19823.  color: #ffffff;
  19824.  -webkit-text-shadow: 0 1px 0 #ffffff;
  19825.  text-shadow: 0 1px 0 #ffffff;
  19826.  opacity: 0.8;
  19827.  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  19828.  filter: alpha(opacity=80);
  19829. }
  19830.  
  19831. .toast-close-button:hover,
  19832. .toast-close-button:focus {
  19833.  color: #000000;
  19834.  text-decoration: none;
  19835.  cursor: pointer;
  19836.  opacity: 0.4;
  19837.  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  19838.  filter: alpha(opacity=40);
  19839. }
  19840.  
  19841. /*Additional properties for button version
  19842. iOS requires the button element instead of an anchor tag.
  19843. If you want the anchor version, it requires `href="#"`.*/
  19844. button.toast-close-button {
  19845.  padding: 0;
  19846.  cursor: pointer;
  19847.  background: transparent;
  19848.  border: 0;
  19849.  -webkit-appearance: none;
  19850. }
  19851.  
  19852. .toast-top-center {
  19853.  top: 0;
  19854.  right: 0;
  19855.  width: 100%;
  19856. }
  19857.  
  19858. .toast-bottom-center {
  19859.  bottom: 0;
  19860.  right: 0;
  19861.  width: 100%;
  19862. }
  19863.  
  19864. .toast-top-full-width {
  19865.  top: 0;
  19866.  right: 0;
  19867.  width: 100%;
  19868. }
  19869.  
  19870. .toast-bottom-full-width {
  19871.  bottom: 0;
  19872.  right: 0;
  19873.  width: 100%;
  19874. }
  19875.  
  19876. .toast-top-left {
  19877.  top: 12px;
  19878.  left: 12px;
  19879. }
  19880.  
  19881. .toast-top-right {
  19882.  top: 12px;
  19883.  right: 12px;
  19884. }
  19885.  
  19886. .toast-bottom-right {
  19887.  right: 12px;
  19888.  bottom: 12px;
  19889. }
  19890.  
  19891. .toast-bottom-left {
  19892.  bottom: 12px;
  19893.  left: 12px;
  19894. }
  19895.  
  19896. #toast-container {
  19897.  position: fixed;
  19898.  z-index: 999999;
  19899.  /*overrides*/
  19900. }
  19901.  
  19902. #toast-container * {
  19903.  box-sizing: border-box;
  19904. }
  19905.  
  19906. #toast-container > div {
  19907.  position: relative;
  19908.  overflow: hidden;
  19909.  margin: 0 0 6px;
  19910.  padding: 15px 15px 15px 50px;
  19911.  width: 300px;
  19912.  border-radius: 3px 3px 3px 3px;
  19913.  background-position: 15px center;
  19914.  background-repeat: no-repeat;
  19915.  box-shadow: 0 0 12px #999999;
  19916.  color: #ffffff;
  19917.  opacity: 0.8;
  19918.  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  19919.  filter: alpha(opacity=80);
  19920. }
  19921.  
  19922. #toast-container > div:hover {
  19923.  box-shadow: 0 0 12px #000000;
  19924.  opacity: 1;
  19925.  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  19926.  filter: alpha(opacity=100);
  19927.  cursor: pointer;
  19928. }
  19929.  
  19930. #toast-container > .toast-info {
  19931.  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
  19932. }
  19933.  
  19934. #toast-container > .toast-error {
  19935.  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
  19936. }
  19937.  
  19938. #toast-container > .toast-success {
  19939.  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
  19940. }
  19941.  
  19942. #toast-container > .toast-warning {
  19943.  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
  19944. }
  19945.  
  19946. #toast-container.toast-top-center > div,
  19947. #toast-container.toast-bottom-center > div {
  19948.  width: 300px;
  19949.  margin-left: auto;
  19950.  margin-right: auto;
  19951. }
  19952.  
  19953. #toast-container.toast-top-full-width > div,
  19954. #toast-container.toast-bottom-full-width > div {
  19955.  width: 96%;
  19956.  margin-left: auto;
  19957.  margin-right: auto;
  19958. }
  19959.  
  19960. .toast {
  19961.  background-color: #030303;
  19962. }
  19963.  
  19964. .toast-success {
  19965.  background-color: #51a351;
  19966. }
  19967.  
  19968. .toast-error {
  19969.  background-color: #bd362f;
  19970. }
  19971.  
  19972. .toast-info {
  19973.  background-color: #2f96b4;
  19974. }
  19975.  
  19976. .toast-warning {
  19977.  background-color: #f89406;
  19978. }
  19979.  
  19980. .toast-progress {
  19981.  position: absolute;
  19982.  left: 0;
  19983.  bottom: 0;
  19984.  height: 4px;
  19985.  background-color: #000000;
  19986.  opacity: 0.4;
  19987.  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  19988.  filter: alpha(opacity=40);
  19989. }
  19990.  
  19991. /*Responsive Design*/
  19992. @media all and (max-width: 240px) {
  19993.  #toast-container > div {
  19994.    padding: 8px 8px 8px 50px;
  19995.    width: 11em;
  19996.  }
  19997.  #toast-container .toast-close-button {
  19998.    right: -0.2em;
  19999.    top: -0.2em;
  20000.  }
  20001. }
  20002. @media all and (min-width: 241px) and (max-width: 480px) {
  20003.  #toast-container > div {
  20004.    padding: 8px 8px 8px 50px;
  20005.    width: 18em;
  20006.  }
  20007.  #toast-container .toast-close-button {
  20008.    right: -0.2em;
  20009.    top: -0.2em;
  20010.  }
  20011. }
  20012. @media all and (min-width: 481px) and (max-width: 768px) {
  20013.  #toast-container > div {
  20014.    padding: 15px 15px 15px 50px;
  20015.    width: 25em;
  20016.  }
  20017. }
  20018. lite-youtube {
  20019.  background-color: #000;
  20020.  position: relative;
  20021.  display: block;
  20022.  contain: content;
  20023.  background-position: center center;
  20024.  background-size: cover;
  20025.  cursor: pointer;
  20026.  max-width: 720px;
  20027. }
  20028.  
  20029. /* gradient */
  20030. lite-youtube::before {
  20031.  content: "";
  20032.  display: block;
  20033.  position: absolute;
  20034.  top: 0;
  20035.  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAADGCAYAAAAT+OqFAAAAdklEQVQoz42QQQ7AIAgEF/T/D+kbq/RWAlnQyyazA4aoAB4FsBSA/bFjuF1EOL7VbrIrBuusmrt4ZZORfb6ehbWdnRHEIiITaEUKa5EJqUakRSaEYBJSCY2dEstQY7AuxahwXFrvZmWl2rh4JZ07z9dLtesfNj5q0FU3A5ObbwAAAABJRU5ErkJggg==);
  20036.  background-position: top;
  20037.  background-repeat: repeat-x;
  20038.  height: 60px;
  20039.  padding-bottom: 50px;
  20040.  width: 100%;
  20041.  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
  20042. }
  20043.  
  20044. /* responsive iframe with a 16:9 aspect ratio
  20045.    thanks https://css-tricks.com/responsive-iframes/
  20046. */
  20047. lite-youtube::after {
  20048.  content: "";
  20049.  display: block;
  20050.  padding-bottom: 56.25%;
  20051. }
  20052.  
  20053. lite-youtube > iframe {
  20054.  width: 100%;
  20055.  height: 100%;
  20056.  position: absolute;
  20057.  top: 0;
  20058.  left: 0;
  20059.  border: 0;
  20060. }
  20061.  
  20062. /* play button */
  20063. lite-youtube > .lty-playbtn {
  20064.  width: 68px;
  20065.  height: 48px;
  20066.  position: absolute;
  20067.  cursor: pointer;
  20068.  transform: translate3d(-50%, -50%, 0);
  20069.  top: 50%;
  20070.  left: 50%;
  20071.  z-index: 1;
  20072.  background-color: transparent;
  20073.  /* YT's actual play button svg */
  20074.  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 68 48"><path fill="%23f00" fill-opacity="0.8" d="M66.52,7.74c-0.78-2.93-2.49-5.41-5.42-6.19C55.79,.13,34,0,34,0S12.21,.13,6.9,1.55 C3.97,2.33,2.27,4.81,1.48,7.74C0.06,13.05,0,24,0,24s0.06,10.95,1.48,16.26c0.78,2.93,2.49,5.41,5.42,6.19 C12.21,47.87,34,48,34,48s21.79-0.13,27.1-1.55c2.93-0.78,4.64-3.26,5.42-6.19C67.94,34.95,68,24,68,24S67.94,13.05,66.52,7.74z"></path><path d="M 45,24 27,14 27,34" fill="%23fff"></path></svg>');
  20075.  filter: grayscale(100%);
  20076.  transition: filter 0.1s cubic-bezier(0, 0, 0.2, 1);
  20077.  border: none;
  20078. }
  20079.  
  20080. lite-youtube:hover > .lty-playbtn,
  20081. lite-youtube .lty-playbtn:focus {
  20082.  filter: none;
  20083. }
  20084.  
  20085. /* Post-click styles */
  20086. lite-youtube.lyt-activated {
  20087.  cursor: unset;
  20088. }
  20089.  
  20090. lite-youtube.lyt-activated::before,
  20091. lite-youtube.lyt-activated > .lty-playbtn {
  20092.  opacity: 0;
  20093.  pointer-events: none;
  20094. }
  20095.  
  20096. .lyt-visually-hidden {
  20097.  clip: rect(0 0 0 0);
  20098.  -webkit-clip-path: inset(50%);
  20099.          clip-path: inset(50%);
  20100.  height: 1px;
  20101.  overflow: hidden;
  20102.  position: absolute;
  20103.  white-space: nowrap;
  20104.  width: 1px;
  20105. }
  20106.  
  20107. @font-face {
  20108.  font-family: "Futura PT - Book";
  20109.  src: url("/fonts/Futura/FuturaPTBook.woff2") format("woff2");
  20110.  font-display: swap;
  20111. }
  20112. @font-face {
  20113.  font-family: "Futura PT - Demi";
  20114.  src: url("/fonts/Futura/FuturaPTDemi.otf");
  20115.  font-display: swap;
  20116. }
  20117. @font-face {
  20118.  font-family: "Futura PT";
  20119.  src: url("/fonts/Futura/FuturaPTBold.otf");
  20120.  font-weight: 700;
  20121.  font-display: swap;
  20122. }
  20123. @font-face {
  20124.  font-family: "Futura PT";
  20125.  src: url("/fonts/Futura/FuturaPTMedium.otf");
  20126.  font-weight: 500;
  20127.  font-display: swap;
  20128. }
  20129. @font-face {
  20130.  font-family: "Futura PT - Heavy";
  20131.  src: url("/fonts/Futura/FuturaPTHeavy.otf");
  20132.  font-display: swap;
  20133. }
  20134. @font-face {
  20135.  font-family: "Comfortaa-Bold";
  20136.  src: url("/fonts/comfortaa/Comfortaa-Bold.ttf") format("truetype");
  20137.  src: url("/fonts/comfortaa/Comfortaa-Bold.eot");
  20138.  src: url("/fonts/comfortaa/Comfortaa-Bold.eot?#iefix") format("embedded-opentype");
  20139.  src: url("/fonts/comfortaa/Comfortaa-Bold.woff") format("woff");
  20140.  font-display: swap;
  20141. }
  20142. @font-face {
  20143.  font-family: "Comfortaa-SemiBold";
  20144.  src: url("/fonts/comfortaa/Comfortaa-SemiBold.ttf");
  20145.  src: url("/fonts/comfortaa/Comfortaa-Regular.eot");
  20146.  src: url("/fonts/comfortaa/Comfortaa-Regular.eot?#iefix") format("embedded-opentype");
  20147.  src: url("/fonts/comfortaa/Comfortaa-Regular.woff") format("woff");
  20148.  font-display: swap;
  20149. }
  20150. @font-face {
  20151.  font-family: "Comfortaa-Light";
  20152.  src: url("/fonts/comfortaa/Comfortaa-Light.ttf");
  20153.  src: url("/fonts/comfortaa/Comfortaa-Light.eot");
  20154.  src: url("/fonts/comfortaa/Comfortaa-Light.eot?#iefix") format("embedded-opentype");
  20155.  src: url("/fonts/comfortaa/Comfortaa-Light.woff") format("woff");
  20156.  font-display: swap;
  20157. }
  20158. @font-face {
  20159.  font-family: "Comfortaa-Medium";
  20160.  src: url("/fonts/comfortaa/Comfortaa-Medium.ttf");
  20161.  src: url("/fonts/comfortaa/Comfortaa-Regular.eot");
  20162.  src: url("/fonts/comfortaa/Comfortaa-Regular.eot?#iefix") format("embedded-opentype");
  20163.  src: url("/fonts/comfortaa/Comfortaa-Regular.woff") format("woff");
  20164.  font-display: swap;
  20165. }
  20166. @font-face {
  20167.  font-family: "Comfortaa-Regular";
  20168.  src: url("/fonts/comfortaa/Comfortaa-Regular.ttf");
  20169.  src: url("/fonts/comfortaa/Comfortaa-Regular.eot");
  20170.  src: url("/fonts/comfortaa/Comfortaa-Regular.eot?#iefix") format("embedded-opentype");
  20171.  src: url("/fonts/comfortaa/Comfortaa-Regular.woff") format("woff");
  20172.  font-display: swap;
  20173. }
  20174. .material-scrolltop {
  20175.  display: none;
  20176.  position: fixed;
  20177.  width: 90px;
  20178.  height: 50px;
  20179.  bottom: 10px;
  20180.  right: 23px;
  20181.  overflow: hidden;
  20182.  border: none;
  20183.  border-radius: 25px;
  20184.  text-align: center;
  20185.  padding: 14px;
  20186.  background: #4AC1F4;
  20187.  font-family: "Comfortaa-Regular";
  20188.  font-size: 16px;
  20189.  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  20190.  cursor: pointer;
  20191. }
  20192. .material-scrolltop:hover {
  20193.  text-decoration: none;
  20194.  box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
  20195. }
  20196.  
  20197. @media only screen and (min-width: 996px) {
  20198.  .material-scrolltop.reveal {
  20199.    display: block;
  20200.  }
  20201. }
  20202. </style>
  20203.    
  20204.    <style>
  20205.    .fs-sm {
  20206.        font-size: 0.8em;
  20207.    }
  20208.    .alternative_table_label input {
  20209.        box-shadow: inset 0 0 5px #db0b0b;
  20210.    }
  20211.    ul.search-wrap {
  20212.        max-height: 540px;
  20213.    }
  20214.  
  20215.    </style>
  20216.  
  20217.        <link rel="preload" href="https://kursoff.biz/fonts/comfortaa/Comfortaa-Regular.woff" as="font" crossorigin>
  20218.    <link rel="preload" href="https://kursoff.biz/fonts/comfortaa/Comfortaa-Bold.woff" as="font" crossorigin>
  20219.    <link rel="preload" href="https://kursoff.biz/fonts/webfonts/fa-solid-900.woff2" as="font" crossorigin>
  20220.    <link rel="preload" href="https://kursoff.biz/fonts/Futura/FuturaPTBook.woff2" as="font" crossorigin>
  20221.  
  20222.    <meta name="google-site-verification" content="xRA6Gh3Isu6izAknFGTtNW8_w9HM_PfmsEnt6ARGwQY" />
  20223.  
  20224.    <!-- Google tag (gtag.js) -->
  20225.    <script async src="https://www.googletagmanager.com/gtag/js?id=G-37TZWZ0JPJ"></script>
  20226.    <script>
  20227.        window.dataLayer = window.dataLayer || [];
  20228.        function gtag(){dataLayer.push(arguments);}
  20229.        gtag('js', new Date());
  20230.  
  20231.        gtag('config', 'G-37TZWZ0JPJ');
  20232.    </script>
  20233. </head>
  20234. <body >
  20235.    <div class="overlay"></div>
  20236.    <div id="recaptcha-container"></div>
  20237.    <input id="token" type="hidden">
  20238.    <input id="show-tutorials" type="hidden" >
  20239.    <input id="tutorial-timeout" type="hidden" value="5">
  20240.  
  20241.    <header >
  20242.        <div class="fixed-header">
  20243.        
  20244.        <div class="container-fluid header_course_wrapper">
  20245.            <div class="container">
  20246.                <div class="row">
  20247.                    <div class="col-md-12">
  20248.                        <div class="top_header_wrap">
  20249.                            <div class="header_course">
  20250.                                <div class="course_block">
  20251.                                    Всего курсов: <span>17984</span>
  20252.                                </div>
  20253.  
  20254.                                <div class="course_block">
  20255.                                    Валют: <span>138</span>
  20256.                                </div>
  20257.  
  20258.                                <div class="course_block">
  20259.                                    Обменников: <span>53/58</span>
  20260.                                </div>
  20261.  
  20262.                                <div class="course_block">
  20263.                                    Отзывов: <span>1618</span>
  20264.                                </div>
  20265.  
  20266.                                <div class="course_block">
  20267.                                    Обновление: <span>12:35:56</span>
  20268.                                </div>
  20269.  
  20270.                                <div class="course_block">
  20271.                                    CAP: <span>$26</span>
  20272.                                </div>
  20273.                            </div>
  20274.  
  20275.                            <a href="#settings_modal" class="settings_direction">
  20276.                                <img src="https://kursoff.biz/images/settings.svg" alt="settings">
  20277.                            </a>
  20278.                            <div class="theme_changer">
  20279.                                <div class="hint">
  20280.                                    Светлая или темная тема?
  20281.                                </div>
  20282.                                <ul>
  20283.                                                                            <li class=" hidden ">
  20284.                                            <span class="theme_link_top" data-theme="light"></span>
  20285.                                        </li>
  20286.                                                                            <li class="">
  20287.                                            <span class="theme_link_top" data-theme="dark"></span>
  20288.                                        </li>
  20289.                                                                    </ul>
  20290.                            </div>
  20291.                            <div class="change_view">
  20292.                                <div class="hint">
  20293.                                    Выберите удобное отображение сайта
  20294.                                </div>
  20295.                                <ul>
  20296.                                    <li>
  20297.                                        <a href="#" class="change_view_top  active "></a>
  20298.                                    </li>
  20299.                                </ul>
  20300.                            </div>
  20301.                            <div class="changers">
  20302.                                
  20303.  
  20304.  
  20305.  
  20306.  
  20307.  
  20308.  
  20309.  
  20310.  
  20311.  
  20312.  
  20313.  
  20314.  
  20315.                            </div>
  20316.                            <div class="header-link">
  20317.                                <a href="https://kursoff.biz/metrics">Метрики</a>
  20318.                            </div>
  20319.                            <div class="d-block d-lg-none">
  20320.                                <div class="burger_button_wrapper">
  20321.                                    <button class="burger_menu_button" type="button">
  20322.                                        <img src="https://kursoff.biz/images/btn-header.svg" alt="btn-header" width="23" height="18">
  20323.                                    </button>
  20324.                                </div>
  20325.                            </div>
  20326.                        </div>
  20327.                    </div>
  20328.                </div>
  20329.                <div class="row" style="margin-top: -10px">
  20330.                    <div class="col-md-12">
  20331.                        <div class="top_header_wrap">
  20332.                            <div class="header_course">
  20333.                                <div class="course_block">
  20334.                                                                        Dominance BTC:
  20335.                                    <span >51.7%</span>
  20336.                                </div>
  20337.                                <div class="course_block">
  20338.                                                                        ETH: <span  class="green_text" >18.2%</span>
  20339.                                </div>
  20340.                            </div>
  20341.                        </div>
  20342.                    </div>
  20343.                </div>
  20344.            </div>
  20345.        </div>
  20346.    </div>
  20347.  
  20348.    <div class="header_menu_wrapper">
  20349.        <div class="container">
  20350.            <div class="row">
  20351.                <div class="col-lg-3 col-md-4 col-5">
  20352.                    <div class="header_logo" itemscope itemtype="http://schema.org/ImageObject">
  20353.                        <a href="https://kursoff.biz">
  20354.                            <img src="https://kursoff.biz/images/logo_light.svg" alt="" itemprop="contentUrl" width="255" height="106">
  20355.                        </a>
  20356.                    </div>
  20357.                                    </div>
  20358.                <div class="col-lg-9 d-lg-block d-none">
  20359.                    <nav class="header_menu">
  20360.                        <ul>
  20361.                <li >
  20362.                            <a href="https://kursoff.biz/exchanges">Обменники</a>
  20363.                    </li>
  20364.            <li >
  20365.                            <a href="https://kursoff.biz/stock_exchange">Биржи</a>
  20366.                    </li>
  20367.            <li >
  20368.                            <a href="https://kursoff.biz/why">Почему Kursoff</a>
  20369.                    </li>
  20370.            <li >
  20371.                            <a href="https://kursoff.biz/partners">Партнерам</a>
  20372.                    </li>
  20373.            <li >
  20374.                            <a href="https://kursoff.biz/help">Помощь</a>
  20375.                    </li>
  20376.            <li >
  20377.                            <a href="https://kursoff.biz/contacts">Контакты</a>
  20378.                    </li>
  20379.    </ul>
  20380.                    </nav>
  20381.                    <div class="header-additional-nav">
  20382.                                                <div class="header_search">
  20383.                            <div class="form">
  20384.                                <input type="text" id="searchInput" title="Поиск" autocomplete="off" required placeholder="Поиск обменника">
  20385.                                <button type="submit">
  20386.                                    <i class="fas fa-search"></i>
  20387.                                </button>
  20388.                                <ul id="searchList" class="search-wrap hidden"></ul>
  20389.                            </div>
  20390.                        </div>
  20391.                    </div>
  20392.                </div>
  20393.            </div>
  20394.        </div>
  20395.  
  20396.        <div class="burger_menu_wrapper">
  20397.            <nav class="burger_menu">
  20398.                <ul>
  20399.                <li >
  20400.                <a href="https://kursoff.biz/exchanges">Обменники</a>
  20401.        </li>
  20402.            <li >
  20403.                <a href="https://kursoff.biz/stock_exchange">Биржи</a>
  20404.        </li>
  20405.            <li >
  20406.                <a href="https://kursoff.biz/articles">Статьи</a>
  20407.        </li>
  20408.            <li >
  20409.                <a href="https://kursoff.biz/why">Почему Kursoff</a>
  20410.        </li>
  20411.            <li >
  20412.                <a href="https://kursoff.biz/partners">Партнерам</a>
  20413.        </li>
  20414.            <li >
  20415.                <a href="https://kursoff.biz/help">Помощь</a>
  20416.        </li>
  20417.            <li >
  20418.                <a href="https://kursoff.biz/contacts">Контакты</a>
  20419.        </li>
  20420.            <li >
  20421.                <a href="https://kursoff.biz/add">Добавить обменник</a>
  20422.        </li>
  20423.            <li >
  20424.                <a href="https://kursoff.biz/converter">Конвертер</a>
  20425.        </li>
  20426.    </ul>
  20427.            </nav>
  20428.        </div>
  20429.    </div>
  20430. </header>
  20431.  
  20432.    <main class="page_content  page-table ">
  20433.        <div class="container">
  20434.            <div class="sidebar-mobile currency-selection-container">
  20435.    <div class="alternative_table_label">
  20436.        <label>
  20437.            Валюта отдаю
  20438.            <input type="text"
  20439.                   class="search-input-sale"
  20440.                   title="Поиск"
  20441.                   autocomplete="off"
  20442.                   placeholder="Введите Валюту, пример Bitcoin"
  20443.                               >
  20444.        </label>
  20445.        <ul class="search-wrap hidden search-list"></ul>
  20446.    </div>
  20447.    <div class="alternative_table_label">
  20448.        <label>
  20449.            Валюта получаю
  20450.            <input type="text"
  20451.                   class="search-input-buy"
  20452.                   title="Поиск"
  20453.                   autocomplete="off"
  20454.                   placeholder="Введите Валюту, пример Monobank"
  20455.                               >
  20456.        </label>
  20457.        <ul class="search-wrap hidden search-list"></ul>
  20458.    </div>
  20459. </div>
  20460.            <div class="alternative_table  active  currency-selection-container">
  20461.    <div class="hint">
  20462.        Выберите валюты для обмена
  20463.    </div>
  20464.    <div class="alternative_table_labels mb-3">
  20465.        <div class="alternative_table_label">
  20466.            <label>
  20467.                <input type="text"
  20468.                       class="search-input-sale"
  20469.                       title="Поиск"
  20470.                       autocomplete="off"
  20471.                       placeholder="Введите Валюту, пример Bitcoin"
  20472.                >
  20473.            </label>
  20474.            <ul class="search-wrap hidden search-list"></ul>
  20475.        </div>
  20476.        <div class="alternative_table_btn">
  20477.            <svg class="icon">
  20478.                <use xlink:href="#ico-down-bold"></use>
  20479.            </svg>
  20480.        </div>
  20481.        <div class="alternative_table_label">
  20482.            <label>
  20483.                <input type="text"
  20484.                       class="search-input-buy"
  20485.                       title="Поиск"
  20486.                       autocomplete="off"
  20487.                       placeholder="Введите Валюту, пример Monobank"
  20488.                >
  20489.            </label>
  20490.            <ul class="search-wrap hidden search-list"></ul>
  20491.        </div>
  20492.    </div>
  20493.  
  20494.  
  20495.  
  20496.  
  20497.  
  20498.  
  20499.  
  20500.  
  20501.  
  20502.  
  20503.  
  20504.  
  20505.  
  20506.  
  20507.  
  20508.  
  20509.  
  20510.  
  20511.  
  20512.  
  20513.  
  20514.  
  20515.  
  20516.  
  20517.  
  20518.  
  20519. </div>
  20520. <div class="row">
  20521.    <div class="col-lg-3">
  20522.        <div class="sidebar mt-2">
  20523.    <div class="sidebar_title">
  20524.  
  20525.        <div class="sidebar_title_mob">
  20526.            Открыть Список Валют
  20527.        </div>
  20528.        <div class="sidebar_title_des">
  20529.            СПИСОК ВАЛЮТ
  20530.        </div>
  20531.        <i class="fas fa-angle-down"></i>
  20532.    </div>
  20533.    <div class="sidebar_wrapper">
  20534.        <div class="hint">
  20535.            Выберите валюты для обмена
  20536.        </div>
  20537.        <div class="sidebar_item_wrap">
  20538.            <div class="sidebar_buttons row no-gutters" role="tablist">
  20539.                                                    <div class="sidebar_buttons__item  d-none " id="sidebar_tab_selector_1">
  20540.                        <button
  20541.                            type="button"
  20542.                            value="1"
  20543.                            class="side_button  w-100"
  20544.                        >
  20545.                            <svg class="icon">
  20546.                                <use xlink:href="#btn-table"></use>
  20547.                            </svg>
  20548.  
  20549.                        </button>
  20550.                    </div>
  20551.                                    <div class="sidebar_buttons__item " id="sidebar_tab_selector_2">
  20552.                        <button
  20553.                            type="button"
  20554.                            value="2"
  20555.                            class="side_button  side_active  w-100"
  20556.                        >
  20557.                            <svg class="icon">
  20558.                                <use xlink:href="#btn-star"></use>
  20559.                            </svg>
  20560.  
  20561.                        </button>
  20562.                    </div>
  20563.                                    <div class="sidebar_buttons__item " id="sidebar_tab_selector_3">
  20564.                        <button
  20565.                            type="button"
  20566.                            value="3"
  20567.                            class="side_button  w-100"
  20568.                        >
  20569.                            <svg class="icon">
  20570.                                <use xlink:href="#btn-heart"></use>
  20571.                            </svg>
  20572.  
  20573.                        </button>
  20574.                    </div>
  20575.                            </div>
  20576.        </div>
  20577.  
  20578.        <div class="sidebar_content_wrapper tab-content">
  20579.            <div id="sidebar_1" role="tabpanel" class="sidebar_content container-fluid tab-pane   d-none ">
  20580.                                                    <div class="table_block  active " data-id="1">
  20581.        <div class="table_wrap col">
  20582.        <div class="row">
  20583.            <div class="sidebar_cell col">Отдаёте</div>
  20584.            <div class="sidebar_cell col">Получаете</div>
  20585.        </div>
  20586.        <div class="row">
  20587.            <div class="col sidebar_column sidebar_column_from">
  20588.                                                            <button class="currency  hidden  "
  20589.                                                                data-value="BTC"
  20590.                                data-type="from"
  20591.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,AYUTHB,BCH,BKKTHB,BNB,BOAUSD,BSV,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20592.                                                        >
  20593.                            Bitcoin (BTC)
  20594.                        </button>
  20595.                                            <button class="currency  "
  20596.                                                                data-value="BCH"
  20597.                                data-type="from"
  20598.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BNB,BOAUSD,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20599.                                                        >
  20600.                            Bitcoin Cash (BCH)
  20601.                        </button>
  20602.                                            <button class="currency  "
  20603.                                                                data-value="BSV"
  20604.                                data-type="from"
  20605.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20606.                                                        >
  20607.                            Bitcoin (SV)
  20608.                        </button>
  20609.                                            <button class="currency  "
  20610.                                                                data-value="ETH"
  20611.                                data-type="from"
  20612.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,AYUTHB,BCH,BKKTHB,BNB,BOAUSD,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,EUR,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20613.                                                        >
  20614.                            Ethereum (ETH)
  20615.                        </button>
  20616.                                            <button class="currency  hidden  "
  20617.                                                                data-value="ETC"
  20618.                                data-type="from"
  20619.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,AYUTHB,BCH,BKKTHB,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETH,EUR,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20620.                                                        >
  20621.                            Ethereum Classic (ETC)
  20622.                        </button>
  20623.                                            <button class="currency  "
  20624.                                                                data-value="LTC"
  20625.                                data-type="from"
  20626.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,AYUTHB,BCH,BKKTHB,BNB,BOAUSD,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20627.                                                        >
  20628.                            Litecoin (LTC)
  20629.                        </button>
  20630.                                            <button class="currency  "
  20631.                                                                data-value="TRX"
  20632.                                data-type="from"
  20633.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BOAUSD,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,MPARS,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20634.                                                        >
  20635.                            Tron (TRX)
  20636.                        </button>
  20637.                                            <button class="currency  "
  20638.                                                                data-value="XRP"
  20639.                                data-type="from"
  20640.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XTZ,ZEC"
  20641.                                                        >
  20642.                            Ripple (XRP)
  20643.                        </button>
  20644.                                            <button class="currency  "
  20645.                                                                data-value="BNB"
  20646.                                data-type="from"
  20647.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20648.                                                        >
  20649.                            Binance Coin (BNB)
  20650.                        </button>
  20651.                                            <button class="currency  "
  20652.                                                                data-value="ADA"
  20653.                                data-type="from"
  20654.                                data-to="ACUAH,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20655.                                                        >
  20656.                            Cardano (ADA)
  20657.                        </button>
  20658.                                            <button class="currency  "
  20659.                                                                data-value="DOT"
  20660.                                data-type="from"
  20661.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,MPARS,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20662.                                                        >
  20663.                            Polkadot (DOT)
  20664.                        </button>
  20665.                                            <button class="currency  "
  20666.                                                                data-value="KSM"
  20667.                                data-type="from"
  20668.                                data-to="ACUAH,ADVCUSD,BUSD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CPTSUSD,DAI,EUR,HLKBKZT,KSPBKZT,KZT,MONOBUAH,OSDBUAH,P24UAH,PMBBUAH,PMUSD,PNRUSD,PPUSD,PRUSD,RFBUAH,UAH,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREKZT,WIREUAH"
  20669.                                                        >
  20670.                            Kusama (KSM)
  20671.                        </button>
  20672.                                            <button class="currency  "
  20673.                                                                data-value="NEAR"
  20674.                                data-type="from"
  20675.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20676.                                                        >
  20677.                            Near
  20678.                        </button>
  20679.                                            <button class="currency  "
  20680.                                                                data-value="AVAX"
  20681.                                data-type="from"
  20682.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20683.                                                        >
  20684.                            Avalanche (AVAX)
  20685.                        </button>
  20686.                                            <button class="currency  "
  20687.                                                                data-value="UNI"
  20688.                                data-type="from"
  20689.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20690.                                                        >
  20691.                            Uniswap (UNI)
  20692.                        </button>
  20693.                                            <button class="currency  "
  20694.                                                                data-value="XTZ"
  20695.                                data-type="from"
  20696.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,MPARS,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,ZEC"
  20697.                                                        >
  20698.                            Tezos (XTZ)
  20699.                        </button>
  20700.                                            <button class="currency  hidden  "
  20701.                                                                data-value="XLM"
  20702.                                data-type="from"
  20703.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XMR,XRP,XTZ,ZEC"
  20704.                                                        >
  20705.                            Stellar (XLM)
  20706.                        </button>
  20707.                                            <button class="currency  "
  20708.                                                                data-value="DASH"
  20709.                                data-type="from"
  20710.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20711.                                                        >
  20712.                            Dash (DASH)
  20713.                        </button>
  20714.                                            <button class="currency  "
  20715.                                                                data-value="IOTA"
  20716.                                data-type="from"
  20717.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,FRTBKZT,HLKBKZT,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEO,OMG,OSDBUAH,OTPBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20718.                                                        >
  20719.                            IOTA
  20720.                        </button>
  20721.                                            <button class="currency  hidden  "
  20722.                                                                data-value="SOL"
  20723.                                data-type="from"
  20724.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,MPARS,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20725.                                                        >
  20726.                            Solana (SOL)
  20727.                        </button>
  20728.                                            <button class="currency  "
  20729.                                                                data-value="XMR"
  20730.                                data-type="from"
  20731.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XRP,XTZ,ZEC"
  20732.                                                        >
  20733.                            Monero (XMR)
  20734.                        </button>
  20735.                                            <button class="currency  "
  20736.                                                                data-value="XEM"
  20737.                                data-type="from"
  20738.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHUAH,CASHUSD,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUUSD,XLM,XMR,XRP,XTZ,ZEC"
  20739.                                                        >
  20740.                            NEM (XEM)
  20741.                        </button>
  20742.                                            <button class="currency  "
  20743.                                                                data-value="NEO"
  20744.                                data-type="from"
  20745.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20746.                                                        >
  20747.                            NEO
  20748.                        </button>
  20749.                                            <button class="currency  "
  20750.                                                                data-value="ZEC"
  20751.                                data-type="from"
  20752.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ"
  20753.                                                        >
  20754.                            Zcash (ZEC)
  20755.                        </button>
  20756.                                            <button class="currency  "
  20757.                                                                data-value="DOGE"
  20758.                                data-type="from"
  20759.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20760.                                                        >
  20761.                            Dogecoin (DOGE)
  20762.                        </button>
  20763.                                            <button class="currency  "
  20764.                                                                data-value="SHIB"
  20765.                                data-type="from"
  20766.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20767.                                                        >
  20768.                            Shiba Inu (SHIB)
  20769.                        </button>
  20770.                                            <button class="currency  "
  20771.                                                                data-value="ATOM"
  20772.                                data-type="from"
  20773.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,MPARS,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20774.                                                        >
  20775.                            Cosmos (ATOM)
  20776.                        </button>
  20777.                                            <button class="currency  hidden  "
  20778.                                                                data-value="EOS"
  20779.                                data-type="from"
  20780.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20781.                                                        >
  20782.                            EOS
  20783.                        </button>
  20784.                                            <button class="currency  "
  20785.                                                                data-value="LINK"
  20786.                                data-type="from"
  20787.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20788.                                                        >
  20789.                            Chainlink
  20790.                        </button>
  20791.                                            <button class="currency  "
  20792.                                                                data-value="LUNA"
  20793.                                data-type="from"
  20794.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PNRUSD,PPEUR,PPUSD,PREUR,PRUSD,RFBUAH,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREKZT,WIREUAH,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20795.                                                        >
  20796.                            Terra (LUNA)
  20797.                        </button>
  20798.                                            <button class="currency  hidden  "
  20799.                                                                data-value="MATIC"
  20800.                                data-type="from"
  20801.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20802.                                                        >
  20803.                            Polygon (MATIC)
  20804.                        </button>
  20805.                                            <button class="currency  "
  20806.                                                                data-value="OMG"
  20807.                                data-type="from"
  20808.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20809.                                                        >
  20810.                            OmiseGO (OMG)
  20811.                        </button>
  20812.                                            <button class="currency  "
  20813.                                                                data-value="USDTTRC20"
  20814.                                data-type="from"
  20815.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,AYUTHB,BCH,BKKTHB,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTHB,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC,ZELLEUSD"
  20816.                                                        >
  20817.                            USDT TRC20
  20818.                        </button>
  20819.                                            <button class="currency  "
  20820.                                                                data-value="USDTERC20"
  20821.                                data-type="from"
  20822.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BOAUSD,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC,ZELLEUSD"
  20823.                                                        >
  20824.                            USDT ERC20
  20825.                        </button>
  20826.                                            <button class="currency  "
  20827.                                                                data-value="USDTBEP20"
  20828.                                data-type="from"
  20829.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,AYUTHB,BCH,BKKTHB,BNB,BOAUSD,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,IYBUSD,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC,ZELLEUSD"
  20830.                                                        >
  20831.                            USDT BEP20
  20832.                        </button>
  20833.                                            <button class="currency  "
  20834.                                                                data-value="BUSD"
  20835.                                data-type="from"
  20836.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20837.                                                        >
  20838.                            Binance USD (BUSD)
  20839.                        </button>
  20840.                                            <button class="currency  "
  20841.                                                                data-value="DAI"
  20842.                                data-type="from"
  20843.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20844.                                                        >
  20845.                            DAI (USD)
  20846.                        </button>
  20847.                                            <button class="currency  "
  20848.                                                                data-value="USDCTRC20"
  20849.                                data-type="from"
  20850.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,FRTBUSD,HLKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  20851.                                                        >
  20852.                            USDC (TRC20)
  20853.                        </button>
  20854.                                            <button class="currency  "
  20855.                                                                data-value="USDDTRC20"
  20856.                                data-type="from"
  20857.                                data-to="BOAUSD,EUR,KZT,UAH,USD"
  20858.                                                        >
  20859.                            USDD (TRC20)
  20860.                        </button>
  20861.                                            <button class="currency  "
  20862.                                                                data-value="WHTBTUSDT"
  20863.                                data-type="from"
  20864.                                data-to="CARDEUR,EUR,KZT,UAH,USD"
  20865.                                                        >
  20866.                            WhiteBIT Code USDT
  20867.                        </button>
  20868.                                                </div>
  20869.            <div class="col sidebar_column sidebar_column_to">
  20870.                                                            <button class="currency  hidden  "
  20871.                                                                data-value="BTC"
  20872.                                data-type="to"
  20873.                                                        >
  20874.                            Bitcoin (BTC)
  20875.                        </button>
  20876.                                            <button class="currency  "
  20877.                                                                data-value="BCH"
  20878.                                data-type="to"
  20879.                                                        >
  20880.                            Bitcoin Cash (BCH)
  20881.                        </button>
  20882.                                            <button class="currency  "
  20883.                                                                data-value="BSV"
  20884.                                data-type="to"
  20885.                                                        >
  20886.                            Bitcoin (SV)
  20887.                        </button>
  20888.                                            <button class="currency  "
  20889.                                                                data-value="ETH"
  20890.                                data-type="to"
  20891.                                                        >
  20892.                            Ethereum (ETH)
  20893.                        </button>
  20894.                                            <button class="currency  hidden  "
  20895.                                                                data-value="ETC"
  20896.                                data-type="to"
  20897.                                                        >
  20898.                            Ethereum Classic (ETC)
  20899.                        </button>
  20900.                                            <button class="currency  "
  20901.                                                                data-value="LTC"
  20902.                                data-type="to"
  20903.                                                        >
  20904.                            Litecoin (LTC)
  20905.                        </button>
  20906.                                            <button class="currency  "
  20907.                                                                data-value="TRX"
  20908.                                data-type="to"
  20909.                                                        >
  20910.                            Tron (TRX)
  20911.                        </button>
  20912.                                            <button class="currency  "
  20913.                                                                data-value="XRP"
  20914.                                data-type="to"
  20915.                                                        >
  20916.                            Ripple (XRP)
  20917.                        </button>
  20918.                                            <button class="currency  "
  20919.                                                                data-value="BNB"
  20920.                                data-type="to"
  20921.                                                        >
  20922.                            Binance Coin (BNB)
  20923.                        </button>
  20924.                                            <button class="currency  "
  20925.                                                                data-value="ADA"
  20926.                                data-type="to"
  20927.                                                        >
  20928.                            Cardano (ADA)
  20929.                        </button>
  20930.                                            <button class="currency  "
  20931.                                                                data-value="DOT"
  20932.                                data-type="to"
  20933.                                                        >
  20934.                            Polkadot (DOT)
  20935.                        </button>
  20936.                                            <button class="currency  "
  20937.                                                                data-value="KSM"
  20938.                                data-type="to"
  20939.                                                        >
  20940.                            Kusama (KSM)
  20941.                        </button>
  20942.                                            <button class="currency  "
  20943.                                                                data-value="NEAR"
  20944.                                data-type="to"
  20945.                                                        >
  20946.                            Near
  20947.                        </button>
  20948.                                            <button class="currency  "
  20949.                                                                data-value="AVAX"
  20950.                                data-type="to"
  20951.                                                        >
  20952.                            Avalanche (AVAX)
  20953.                        </button>
  20954.                                            <button class="currency  "
  20955.                                                                data-value="UNI"
  20956.                                data-type="to"
  20957.                                                        >
  20958.                            Uniswap (UNI)
  20959.                        </button>
  20960.                                            <button class="currency  "
  20961.                                                                data-value="XTZ"
  20962.                                data-type="to"
  20963.                                                        >
  20964.                            Tezos (XTZ)
  20965.                        </button>
  20966.                                            <button class="currency  hidden  "
  20967.                                                                data-value="XLM"
  20968.                                data-type="to"
  20969.                                                        >
  20970.                            Stellar (XLM)
  20971.                        </button>
  20972.                                            <button class="currency  "
  20973.                                                                data-value="DASH"
  20974.                                data-type="to"
  20975.                                                        >
  20976.                            Dash (DASH)
  20977.                        </button>
  20978.                                            <button class="currency  "
  20979.                                                                data-value="IOTA"
  20980.                                data-type="to"
  20981.                                                        >
  20982.                            IOTA
  20983.                        </button>
  20984.                                            <button class="currency  hidden  "
  20985.                                                                data-value="SOL"
  20986.                                data-type="to"
  20987.                                                        >
  20988.                            Solana (SOL)
  20989.                        </button>
  20990.                                            <button class="currency  "
  20991.                                                                data-value="XMR"
  20992.                                data-type="to"
  20993.                                                        >
  20994.                            Monero (XMR)
  20995.                        </button>
  20996.                                            <button class="currency  "
  20997.                                                                data-value="XEM"
  20998.                                data-type="to"
  20999.                                                        >
  21000.                            NEM (XEM)
  21001.                        </button>
  21002.                                            <button class="currency  "
  21003.                                                                data-value="NEO"
  21004.                                data-type="to"
  21005.                                                        >
  21006.                            NEO
  21007.                        </button>
  21008.                                            <button class="currency  "
  21009.                                                                data-value="ZEC"
  21010.                                data-type="to"
  21011.                                                        >
  21012.                            Zcash (ZEC)
  21013.                        </button>
  21014.                                            <button class="currency  "
  21015.                                                                data-value="DOGE"
  21016.                                data-type="to"
  21017.                                                        >
  21018.                            Dogecoin (DOGE)
  21019.                        </button>
  21020.                                            <button class="currency  "
  21021.                                                                data-value="SHIB"
  21022.                                data-type="to"
  21023.                                                        >
  21024.                            Shiba Inu (SHIB)
  21025.                        </button>
  21026.                                            <button class="currency  hidden  "
  21027.                                                                data-value="EOS"
  21028.                                data-type="to"
  21029.                                                        >
  21030.                            EOS
  21031.                        </button>
  21032.                                            <button class="currency  "
  21033.                                                                data-value="OMG"
  21034.                                data-type="to"
  21035.                                                        >
  21036.                            OmiseGO (OMG)
  21037.                        </button>
  21038.                                            <button class="currency  "
  21039.                                                                data-value="LINK"
  21040.                                data-type="to"
  21041.                                                        >
  21042.                            Chainlink
  21043.                        </button>
  21044.                                            <button class="currency  "
  21045.                                                                data-value="ATOM"
  21046.                                data-type="to"
  21047.                                                        >
  21048.                            Cosmos (ATOM)
  21049.                        </button>
  21050.                                            <button class="currency  "
  21051.                                                                data-value="LUNA"
  21052.                                data-type="to"
  21053.                                                        >
  21054.                            Terra (LUNA)
  21055.                        </button>
  21056.                                            <button class="currency  hidden  "
  21057.                                                                data-value="MATIC"
  21058.                                data-type="to"
  21059.                                                        >
  21060.                            Polygon (MATIC)
  21061.                        </button>
  21062.                                            <button class="currency  "
  21063.                                                                data-value="USDTTRC20"
  21064.                                data-type="to"
  21065.                                                        >
  21066.                            USDT TRC20
  21067.                        </button>
  21068.                                            <button class="currency  "
  21069.                                                                data-value="USDTERC20"
  21070.                                data-type="to"
  21071.                                                        >
  21072.                            USDT ERC20
  21073.                        </button>
  21074.                                            <button class="currency  "
  21075.                                                                data-value="USDTBEP20"
  21076.                                data-type="to"
  21077.                                                        >
  21078.                            USDT BEP20
  21079.                        </button>
  21080.                                            <button class="currency  "
  21081.                                                                data-value="BUSD"
  21082.                                data-type="to"
  21083.                                                        >
  21084.                            Binance USD (BUSD)
  21085.                        </button>
  21086.                                            <button class="currency  "
  21087.                                                                data-value="DAI"
  21088.                                data-type="to"
  21089.                                                        >
  21090.                            DAI (USD)
  21091.                        </button>
  21092.                                            <button class="currency  "
  21093.                                                                data-value="USDCTRC20"
  21094.                                data-type="to"
  21095.                                                        >
  21096.                            USDC (TRC20)
  21097.                        </button>
  21098.                                            <button class="currency  "
  21099.                                                                data-value="USDDTRC20"
  21100.                                data-type="to"
  21101.                                                        >
  21102.                            USDD (TRC20)
  21103.                        </button>
  21104.                                            <button class="currency  "
  21105.                                                                data-value="WHTBTUSDT"
  21106.                                data-type="to"
  21107.                                                        >
  21108.                            WhiteBIT Code USDT
  21109.                        </button>
  21110.                                                </div>
  21111.        </div>
  21112.    </div>
  21113. </div>
  21114.                                    <div class="table_block  active " data-id="2">
  21115.            <div class="table_title col">
  21116.            <span >Банковские переводы</span> <i class="fas fa-angle-down"></i>
  21117.        </div>
  21118.  
  21119.        <div class="w-100"></div>
  21120.        <div class="table_wrap col">
  21121.        <div class="row">
  21122.            <div class="sidebar_cell col">Отдаёте</div>
  21123.            <div class="sidebar_cell col">Получаете</div>
  21124.        </div>
  21125.        <div class="row">
  21126.            <div class="col sidebar_column sidebar_column_from">
  21127.                                                            <button class="currency  hidden  "
  21128.                                                                data-value="ACCUSD"
  21129.                                data-type="from"
  21130.                                data-to="ADVCEUR,ADVCUSD,BCH,BTC,CASHEUR,CASHUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMUSD,KZT,LTC,NEO,PMEUR,PMUSD,PMVUSD,PRUSD,UAH,USD,USDTBEP20,USDTERC20,XEM,XLM,XMR,XRP,ZEC"
  21131.                                                        >
  21132.                            Альфа  cash-in (USD)
  21133.                        </button>
  21134.                                            <button class="currency  "
  21135.                                                                data-value="Swift"
  21136.                                data-type="from"
  21137.                                data-to="AYUTHB,EUR,KZT,UAH,USD"
  21138.                                                        >
  21139.                            Swift
  21140.                        </button>
  21141.                                            <button class="currency  "
  21142.                                                                data-value="BKKTHB"
  21143.                                data-type="from"
  21144.                                data-to="EUR,KZT,UAH,USD"
  21145.                                                        >
  21146.                            Bangkok Bank
  21147.                        </button>
  21148.                                            <button class="currency  "
  21149.                                                                data-value="P24UAH"
  21150.                                data-type="from"
  21151.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21152.                                                        >
  21153.                            Приват 24 (UAH)
  21154.                        </button>
  21155.                                            <button class="currency  hidden  "
  21156.                                                                data-value="P24USD"
  21157.                                data-type="from"
  21158.                                data-to="ADA,ADVCEUR,ADVCUSD,ATOM,BCH,BTC,BUSD,CPTSUSD,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,KZT,LTC,MATIC,NEAR,NEO,PMEUR,PMUSD,PMVUSD,PREUR,PRUSD,SOL,TRX,UAH,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21159.                                                        >
  21160.                            Приват 24 (USD)
  21161.                        </button>
  21162.                                            <button class="currency  "
  21163.                                                                data-value="MONOBUAH"
  21164.                                data-type="from"
  21165.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGUSD,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21166.                                                        >
  21167.                            Monoбанк (UAH)
  21168.                        </button>
  21169.                                            <button class="currency  "
  21170.                                                                data-value="PMBBUAH"
  21171.                                data-type="from"
  21172.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,P24UAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21173.                                                        >
  21174.                            Пумб (UAH)
  21175.                        </button>
  21176.                                            <button class="currency  "
  21177.                                                                data-value="ACUAH"
  21178.                                data-type="from"
  21179.                                data-to="ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21180.                                                        >
  21181.                            Альфа Банк (UAH)
  21182.                        </button>
  21183.                                            <button class="currency  "
  21184.                                                                data-value="OTPBUAH"
  21185.                                data-type="from"
  21186.                                data-to="ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BSV,BTC,BUSD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUSD,CASHUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,FRTBKZT,HLKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,NEAR,NEO,NIXEUR,NIXUSD,OMG,PMEUR,PMUSD,PREUR,PRUSD,SOL,TRX,UAH,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUSD,XLM,XMR,XRP,XTZ,ZEC"
  21187.                                                        >
  21188.                            ОТП Банк (UAH)
  21189.                        </button>
  21190.                                            <button class="currency  hidden  "
  21191.                                                                data-value="RFBUAH"
  21192.                                data-type="from"
  21193.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21194.                                                        >
  21195.                            Аваль (UAH)
  21196.                        </button>
  21197.                                            <button class="currency  "
  21198.                                                                data-value="OSDBUAH"
  21199.                                data-type="from"
  21200.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21201.                                                        >
  21202.                            Ощад банк
  21203.                        </button>
  21204.                                            <button class="currency  "
  21205.                                                                data-value="AYUTHB"
  21206.                                data-type="from"
  21207.                                data-to="EUR,KZT,UAH,USD"
  21208.                                                        >
  21209.                            Bank of Ayudhya
  21210.                        </button>
  21211.                                            <button class="currency  "
  21212.                                                                data-value="KSPBKZT"
  21213.                                data-type="from"
  21214.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21215.                                                        >
  21216.                            Kaspi Gold (KZT)
  21217.                        </button>
  21218.                                            <button class="currency  hidden  "
  21219.                                                                data-value="KKBKZT"
  21220.                                data-type="from"
  21221.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,BCH,BNB,BSV,BTC,CARDAMD,CARDEUR,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEO,NIXEUR,NIXUSD,OMG,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21222.                                                        >
  21223.                            Казкоммерцбанк
  21224.                        </button>
  21225.                                            <button class="currency  hidden  "
  21226.                                                                data-value="HLKBKZT"
  21227.                                data-type="from"
  21228.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21229.                                                        >
  21230.                            HalykBank
  21231.                        </button>
  21232.                                            <button class="currency  "
  21233.                                                                data-value="FRBUSD"
  21234.                                data-type="from"
  21235.                                data-to="EUR,KZT,UAH,USD"
  21236.                                                        >
  21237.                            Freedom Bank
  21238.                        </button>
  21239.                                            <button class="currency  hidden  "
  21240.                                                                data-value="FRTBKZT"
  21241.                                data-type="from"
  21242.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21243.                                                        >
  21244.                            ForteBank
  21245.                        </button>
  21246.                                            <button class="currency  "
  21247.                                                                data-value="CARDUAH"
  21248.                                data-type="from"
  21249.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21250.                                                        >
  21251.                            Visa/MasterCard (UAH)
  21252.                        </button>
  21253.                                            <button class="currency  "
  21254.                                                                data-value="CARDTHB"
  21255.                                data-type="from"
  21256.                                data-to="EUR,KZT,UAH,USD"
  21257.                                                        >
  21258.                            Visa/MasterCard (BAT)
  21259.                        </button>
  21260.                                            <button class="currency  "
  21261.                                                                data-value="CARDUSD"
  21262.                                data-type="from"
  21263.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CASHAED,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21264.                                                        >
  21265.                            Visa/MasterCard (USD)
  21266.                        </button>
  21267.                                            <button class="currency  "
  21268.                                                                data-value="CARDAED"
  21269.                                data-type="from"
  21270.                                data-to="ADA,ATOM,BCH,BTC,DAI,DOGE,DOT,EOS,ETH,EUR,KZT,LINK,LTC,SOL,TRX,UAH,UNI,USD,USDTERC20,USDTTRC20,XLM,XRP,XTZ"
  21271.                                                        >
  21272.                            Visa/MasterCard (AED)
  21273.                        </button>
  21274.                                            <button class="currency  hidden  "
  21275.                                                                data-value="CARDEUR"
  21276.                                data-type="from"
  21277.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDGBP,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21278.                                                        >
  21279.                            Visa/MasterCard (EUR)
  21280.                        </button>
  21281.                                            <button class="currency  "
  21282.                                                                data-value="CARDKZT"
  21283.                                data-type="from"
  21284.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21285.                                                        >
  21286.                            Visa/MasterCard (KZT)
  21287.                        </button>
  21288.                                            <button class="currency  hidden  "
  21289.                                                                data-value="CARDAMD"
  21290.                                data-type="from"
  21291.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,BCH,BNB,BSV,BTC,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEO,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21292.                                                        >
  21293.                            Visa/MasterCard (AMD)
  21294.                        </button>
  21295.                                            <button class="currency  hidden  "
  21296.                                                                data-value="CARDGBP"
  21297.                                data-type="from"
  21298.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREKZT,WIREUAH,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21299.                                                        >
  21300.                            Visa/MasterCard (GBP)
  21301.                        </button>
  21302.                                            <button class="currency  hidden  "
  21303.                                                                data-value="WIREUAH"
  21304.                                data-type="from"
  21305.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXUSD,NTLRUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREGBP,WIREKZT,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21306.                                                        >
  21307.                            Любой банк (UAH)
  21308.                        </button>
  21309.                                            <button class="currency  hidden  "
  21310.                                                                data-value="WIREUSD"
  21311.                                data-type="from"
  21312.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,NTLRUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21313.                                                        >
  21314.                            Любой банк (USD)
  21315.                        </button>
  21316.                                            <button class="currency  hidden  "
  21317.                                                                data-value="WIREEUR"
  21318.                                data-type="from"
  21319.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,NTLRUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21320.                                                        >
  21321.                            Любой банк (EUR)
  21322.                        </button>
  21323.                                            <button class="currency  hidden  "
  21324.                                                                data-value="WIREKZT"
  21325.                                data-type="from"
  21326.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,BCH,BNB,BSV,BTC,BUSD,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEO,NIXEUR,NIXUSD,OMG,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21327.                                                        >
  21328.                            Любой банк (KZT)
  21329.                        </button>
  21330.                                            <button class="currency  hidden  "
  21331.                                                                data-value="WIREGBP"
  21332.                                data-type="from"
  21333.                                data-to="ADA,ADVCUSD,ATOM,BCH,BNB,BSV,BTC,BUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMUSD,IOTA,KZT,LINK,LTC,MATIC,NEO,PMEUR,PMUSD,PMVUSD,PRUSD,SHIB,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21334.                                                        >
  21335.                            Любой банк (GBP)
  21336.                        </button>
  21337.                                            <button class="currency  "
  21338.                                                                data-value="CARDTRY"
  21339.                                data-type="from"
  21340.                                data-to="ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BTC,CARDAMD,CARDEUR,CARDKZT,CARDUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,NEAR,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPUSD,PREUR,PRUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,XLM,XMR,XRP,XTZ,ZEC"
  21341.                                                        >
  21342.                            Visa/MasterCard (TRY)
  21343.                        </button>
  21344.                                            <button class="currency  "
  21345.                                                                data-value="CARDGEL"
  21346.                                data-type="from"
  21347.                                data-to="EUR,KZT,UAH,USD"
  21348.                                                        >
  21349.                            Visa/MasterCard (GEl)
  21350.                        </button>
  21351.                                            <button class="currency  "
  21352.                                                                data-value="IYBUSD"
  21353.                                data-type="from"
  21354.                                data-to="EUR,KZT,UAH,USD"
  21355.                                                        >
  21356.                            IpakYuliBank
  21357.                        </button>
  21358.                                            <button class="currency  "
  21359.                                                                data-value="MCBUSD"
  21360.                                data-type="from"
  21361.                                data-to="EUR,KZT,UAH,USD"
  21362.                                                        >
  21363.                            Moldindconbank
  21364.                        </button>
  21365.                                            <button class="currency  hidden  "
  21366.                                                                data-value="ACEUR"
  21367.                                data-type="from"
  21368.                                data-to="EUR,KZT,UAH,USD"
  21369.                                                        >
  21370.                            Alfa Bank (EUR)
  21371.                        </button>
  21372.                                            <button class="currency  hidden  "
  21373.                                                                data-value="ACKZT"
  21374.                                data-type="from"
  21375.                                data-to="ADVCUSD,BTC,ETH,EUR,KZT,UAH,USD,USDTERC20"
  21376.                                                        >
  21377.                            Alfa Bank (KZT)
  21378.                        </button>
  21379.                                            <button class="currency  hidden  "
  21380.                                                                data-value="ACUSD"
  21381.                                data-type="from"
  21382.                                data-to="EUR,KZT,UAH,USD"
  21383.                                                        >
  21384.                            Alfa Bank (USD)
  21385.                        </button>
  21386.                                            <button class="currency  hidden  "
  21387.                                                                data-value="ATNBKZT"
  21388.                                data-type="from"
  21389.                                data-to="EUR,KZT,UAH,USD"
  21390.                                                        >
  21391.                            Astana Bank
  21392.                        </button>
  21393.                                            <button class="currency  hidden  "
  21394.                                                                data-value="BCBCNY"
  21395.                                data-type="from"
  21396.                                data-to="EUR,KZT,UAH,USD"
  21397.                                                        >
  21398.                            Bank of China (CNY)
  21399.                        </button>
  21400.                                            <button class="currency  hidden  "
  21401.                                                                data-value="BCBUSD"
  21402.                                data-type="from"
  21403.                                data-to="EUR,KZT,UAH,USD"
  21404.                                                        >
  21405.                            Bank of China (USD)
  21406.                        </button>
  21407.                                            <button class="currency  hidden  "
  21408.                                                                data-value="CCBCNY"
  21409.                                data-type="from"
  21410.                                data-to="EUR,KZT,UAH,USD"
  21411.                                                        >
  21412.                            China Construction Bank (CNY)
  21413.                        </button>
  21414.                                            <button class="currency  hidden  "
  21415.                                                                data-value="CMBCNY"
  21416.                                data-type="from"
  21417.                                data-to="EUR,KZT,UAH,USD"
  21418.                                                        >
  21419.                            China Merchants Bank (CNY)
  21420.                        </button>
  21421.                                            <button class="currency  hidden  "
  21422.                                                                data-value="CUPCNY"
  21423.                                data-type="from"
  21424.                                data-to="EUR,KZT,UAH,USD"
  21425.                                                        >
  21426.                            ChinaUnionPay (CNY)
  21427.                        </button>
  21428.                                            <button class="currency  hidden  "
  21429.                                                                data-value="EURBKZT"
  21430.                                data-type="from"
  21431.                                data-to="EUR,KZT,UAH,USD"
  21432.                                                        >
  21433.                            Eurasian Bank (KZT)
  21434.                        </button>
  21435.                                            <button class="currency  hidden  "
  21436.                                                                data-value="EURBUSD"
  21437.                                data-type="from"
  21438.                                data-to="EUR,KZT,UAH,USD"
  21439.                                                        >
  21440.                            Eurasian Bank (USD)
  21441.                        </button>
  21442.                                            <button class="currency  hidden  "
  21443.                                                                data-value="FRTBUSD"
  21444.                                data-type="from"
  21445.                                data-to="ADVCEUR,ADVCUSD,BNB,BTC,DASH,ETH,EUR,KZT,LTC,PMUSD,PRUSD,TRX,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,ZEC"
  21446.                                                        >
  21447.                            ForteBank (USD)
  21448.                        </button>
  21449.                                            <button class="currency  hidden  "
  21450.                                                                data-value="HCSBKZT"
  21451.                                data-type="from"
  21452.                                data-to="EUR,KZT,UAH,USD"
  21453.                                                        >
  21454.                            Zhilstroysberbank (KZT)
  21455.                        </button>
  21456.                                            <button class="currency  hidden  "
  21457.                                                                data-value="HLKBUSD"
  21458.                                data-type="from"
  21459.                                data-to="EUR,KZT,UAH,USD"
  21460.                                                        >
  21461.                            Halyk Bank (USD)
  21462.                        </button>
  21463.                                            <button class="currency  hidden  "
  21464.                                                                data-value="ICBCCNY"
  21465.                                data-type="from"
  21466.                                data-to="EUR,KZT,UAH,USD"
  21467.                                                        >
  21468.                            Industrial and Commercial Bank of China (CNY)
  21469.                        </button>
  21470.                                            <button class="currency  hidden  "
  21471.                                                                data-value="KKBUSD"
  21472.                                data-type="from"
  21473.                                data-to="EUR,KZT,UAH,USD"
  21474.                                                        >
  21475.                            Kazkombank (USD)
  21476.                        </button>
  21477.                                            <button class="currency  hidden  "
  21478.                                                                data-value="P24EUR"
  21479.                                data-type="from"
  21480.                                data-to="EUR,KZT,UAH,USD"
  21481.                                                        >
  21482.                            Privat24 (EUR)
  21483.                        </button>
  21484.                                            <button class="currency  hidden  "
  21485.                                                                data-value="RMTFEUR"
  21486.                                data-type="from"
  21487.                                data-to="ADVCEUR,ADVCUSD,BCH,BTC,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LTC,NEO,PMEUR,PMUSD,PMVUSD,PREUR,PRUSD,UAH,USD,USDTBEP20,USDTERC20,XEM,XLM,XMR,XRP,ZEC"
  21488.                                                        >
  21489.                            Ria Financial (EUR)
  21490.                        </button>
  21491.                                            <button class="currency  hidden  "
  21492.                                                                data-value="WCTCNY"
  21493.                                data-type="from"
  21494.                                data-to="ACCUSD,ADVCUSD,CARDUSD,EUR,KZT,PMUSD,UAH,USD,XMR"
  21495.                                                        >
  21496.                            WeChat (CNY)
  21497.                        </button>
  21498.                                                </div>
  21499.            <div class="col sidebar_column sidebar_column_to">
  21500.                                                            <button class="currency  hidden  "
  21501.                                                                data-value="ACCUSD"
  21502.                                data-type="to"
  21503.                                                        >
  21504.                            Альфа  cash-in (USD)
  21505.                        </button>
  21506.                                            <button class="currency  "
  21507.                                                                data-value="Swift"
  21508.                                data-type="to"
  21509.                                                        >
  21510.                            Swift
  21511.                        </button>
  21512.                                            <button class="currency  "
  21513.                                                                data-value="BKKTHB"
  21514.                                data-type="to"
  21515.                                                        >
  21516.                            Bangkok Bank
  21517.                        </button>
  21518.                                            <button class="currency  "
  21519.                                                                data-value="P24UAH"
  21520.                                data-type="to"
  21521.                                                        >
  21522.                            Приват 24 (UAH)
  21523.                        </button>
  21524.                                            <button class="currency  hidden  "
  21525.                                                                data-value="P24USD"
  21526.                                data-type="to"
  21527.                                                        >
  21528.                            Приват 24 (USD)
  21529.                        </button>
  21530.                                            <button class="currency  "
  21531.                                                                data-value="MONOBUAH"
  21532.                                data-type="to"
  21533.                                                        >
  21534.                            Monoбанк (UAH)
  21535.                        </button>
  21536.                                            <button class="currency  "
  21537.                                                                data-value="PMBBUAH"
  21538.                                data-type="to"
  21539.                                                        >
  21540.                            Пумб (UAH)
  21541.                        </button>
  21542.                                            <button class="currency  "
  21543.                                                                data-value="ACUAH"
  21544.                                data-type="to"
  21545.                                                        >
  21546.                            Альфа Банк (UAH)
  21547.                        </button>
  21548.                                            <button class="currency  "
  21549.                                                                data-value="OTPBUAH"
  21550.                                data-type="to"
  21551.                                                        >
  21552.                            ОТП Банк (UAH)
  21553.                        </button>
  21554.                                            <button class="currency  hidden  "
  21555.                                                                data-value="RFBUAH"
  21556.                                data-type="to"
  21557.                                                        >
  21558.                            Аваль (UAH)
  21559.                        </button>
  21560.                                            <button class="currency  "
  21561.                                                                data-value="OSDBUAH"
  21562.                                data-type="to"
  21563.                                                        >
  21564.                            Ощад банк
  21565.                        </button>
  21566.                                            <button class="currency  "
  21567.                                                                data-value="AYUTHB"
  21568.                                data-type="to"
  21569.                                                        >
  21570.                            Bank of Ayudhya
  21571.                        </button>
  21572.                                            <button class="currency  "
  21573.                                                                data-value="KSPBKZT"
  21574.                                data-type="to"
  21575.                                                        >
  21576.                            Kaspi Gold (KZT)
  21577.                        </button>
  21578.                                            <button class="currency  hidden  "
  21579.                                                                data-value="KKBKZT"
  21580.                                data-type="to"
  21581.                                                        >
  21582.                            Казкоммерцбанк
  21583.                        </button>
  21584.                                            <button class="currency  hidden  "
  21585.                                                                data-value="HLKBKZT"
  21586.                                data-type="to"
  21587.                                                        >
  21588.                            HalykBank
  21589.                        </button>
  21590.                                            <button class="currency  hidden  "
  21591.                                                                data-value="FRTBKZT"
  21592.                                data-type="to"
  21593.                                                        >
  21594.                            ForteBank
  21595.                        </button>
  21596.                                            <button class="currency  "
  21597.                                                                data-value="FRBUSD"
  21598.                                data-type="to"
  21599.                                                        >
  21600.                            Freedom Bank
  21601.                        </button>
  21602.                                            <button class="currency  "
  21603.                                                                data-value="CARDUAH"
  21604.                                data-type="to"
  21605.                                                        >
  21606.                            Visa/MasterCard (UAH)
  21607.                        </button>
  21608.                                            <button class="currency  "
  21609.                                                                data-value="CARDTHB"
  21610.                                data-type="to"
  21611.                                                        >
  21612.                            Visa/MasterCard (BAT)
  21613.                        </button>
  21614.                                            <button class="currency  "
  21615.                                                                data-value="CARDUSD"
  21616.                                data-type="to"
  21617.                                                        >
  21618.                            Visa/MasterCard (USD)
  21619.                        </button>
  21620.                                            <button class="currency  "
  21621.                                                                data-value="CARDAED"
  21622.                                data-type="to"
  21623.                                                        >
  21624.                            Visa/MasterCard (AED)
  21625.                        </button>
  21626.                                            <button class="currency  hidden  "
  21627.                                                                data-value="CARDEUR"
  21628.                                data-type="to"
  21629.                                                        >
  21630.                            Visa/MasterCard (EUR)
  21631.                        </button>
  21632.                                            <button class="currency  "
  21633.                                                                data-value="CARDKZT"
  21634.                                data-type="to"
  21635.                                                        >
  21636.                            Visa/MasterCard (KZT)
  21637.                        </button>
  21638.                                            <button class="currency  hidden  "
  21639.                                                                data-value="CARDAMD"
  21640.                                data-type="to"
  21641.                                                        >
  21642.                            Visa/MasterCard (AMD)
  21643.                        </button>
  21644.                                            <button class="currency  hidden  "
  21645.                                                                data-value="CARDGBP"
  21646.                                data-type="to"
  21647.                                                        >
  21648.                            Visa/MasterCard (GBP)
  21649.                        </button>
  21650.                                            <button class="currency  hidden  "
  21651.                                                                data-value="WIREUAH"
  21652.                                data-type="to"
  21653.                                                        >
  21654.                            Любой банк (UAH)
  21655.                        </button>
  21656.                                            <button class="currency  hidden  "
  21657.                                                                data-value="WIREUSD"
  21658.                                data-type="to"
  21659.                                                        >
  21660.                            Любой банк (USD)
  21661.                        </button>
  21662.                                            <button class="currency  hidden  "
  21663.                                                                data-value="WIREEUR"
  21664.                                data-type="to"
  21665.                                                        >
  21666.                            Любой банк (EUR)
  21667.                        </button>
  21668.                                            <button class="currency  hidden  "
  21669.                                                                data-value="WIREKZT"
  21670.                                data-type="to"
  21671.                                                        >
  21672.                            Любой банк (KZT)
  21673.                        </button>
  21674.                                            <button class="currency  hidden  "
  21675.                                                                data-value="WIREGBP"
  21676.                                data-type="to"
  21677.                                                        >
  21678.                            Любой банк (GBP)
  21679.                        </button>
  21680.                                            <button class="currency  "
  21681.                                                                data-value="CARDTRY"
  21682.                                data-type="to"
  21683.                                                        >
  21684.                            Visa/MasterCard (TRY)
  21685.                        </button>
  21686.                                            <button class="currency  "
  21687.                                                                data-value="CARDGEL"
  21688.                                data-type="to"
  21689.                                                        >
  21690.                            Visa/MasterCard (GEl)
  21691.                        </button>
  21692.                                            <button class="currency  "
  21693.                                                                data-value="IYBUSD"
  21694.                                data-type="to"
  21695.                                                        >
  21696.                            IpakYuliBank
  21697.                        </button>
  21698.                                            <button class="currency  "
  21699.                                                                data-value="MCBUSD"
  21700.                                data-type="to"
  21701.                                                        >
  21702.                            Moldindconbank
  21703.                        </button>
  21704.                                            <button class="currency  hidden  "
  21705.                                                                data-value="ACEUR"
  21706.                                data-type="to"
  21707.                                                        >
  21708.                            Alfa Bank (EUR)
  21709.                        </button>
  21710.                                            <button class="currency  hidden  "
  21711.                                                                data-value="ACKZT"
  21712.                                data-type="to"
  21713.                                                        >
  21714.                            Alfa Bank (KZT)
  21715.                        </button>
  21716.                                            <button class="currency  hidden  "
  21717.                                                                data-value="ACUSD"
  21718.                                data-type="to"
  21719.                                                        >
  21720.                            Alfa Bank (USD)
  21721.                        </button>
  21722.                                            <button class="currency  hidden  "
  21723.                                                                data-value="ATNBKZT"
  21724.                                data-type="to"
  21725.                                                        >
  21726.                            Astana Bank
  21727.                        </button>
  21728.                                            <button class="currency  hidden  "
  21729.                                                                data-value="BCBCNY"
  21730.                                data-type="to"
  21731.                                                        >
  21732.                            Bank of China (CNY)
  21733.                        </button>
  21734.                                            <button class="currency  hidden  "
  21735.                                                                data-value="BCBUSD"
  21736.                                data-type="to"
  21737.                                                        >
  21738.                            Bank of China (USD)
  21739.                        </button>
  21740.                                            <button class="currency  hidden  "
  21741.                                                                data-value="CCBCNY"
  21742.                                data-type="to"
  21743.                                                        >
  21744.                            China Construction Bank (CNY)
  21745.                        </button>
  21746.                                            <button class="currency  hidden  "
  21747.                                                                data-value="CMBCNY"
  21748.                                data-type="to"
  21749.                                                        >
  21750.                            China Merchants Bank (CNY)
  21751.                        </button>
  21752.                                            <button class="currency  hidden  "
  21753.                                                                data-value="CUPCNY"
  21754.                                data-type="to"
  21755.                                                        >
  21756.                            ChinaUnionPay (CNY)
  21757.                        </button>
  21758.                                            <button class="currency  hidden  "
  21759.                                                                data-value="EURBKZT"
  21760.                                data-type="to"
  21761.                                                        >
  21762.                            Eurasian Bank (KZT)
  21763.                        </button>
  21764.                                            <button class="currency  hidden  "
  21765.                                                                data-value="EURBUSD"
  21766.                                data-type="to"
  21767.                                                        >
  21768.                            Eurasian Bank (USD)
  21769.                        </button>
  21770.                                            <button class="currency  hidden  "
  21771.                                                                data-value="FRTBUSD"
  21772.                                data-type="to"
  21773.                                                        >
  21774.                            ForteBank (USD)
  21775.                        </button>
  21776.                                            <button class="currency  hidden  "
  21777.                                                                data-value="HCSBKZT"
  21778.                                data-type="to"
  21779.                                                        >
  21780.                            Zhilstroysberbank (KZT)
  21781.                        </button>
  21782.                                            <button class="currency  hidden  "
  21783.                                                                data-value="HLKBUSD"
  21784.                                data-type="to"
  21785.                                                        >
  21786.                            Halyk Bank (USD)
  21787.                        </button>
  21788.                                            <button class="currency  hidden  "
  21789.                                                                data-value="ICBCCNY"
  21790.                                data-type="to"
  21791.                                                        >
  21792.                            Industrial and Commercial Bank of China (CNY)
  21793.                        </button>
  21794.                                            <button class="currency  hidden  "
  21795.                                                                data-value="KKBUSD"
  21796.                                data-type="to"
  21797.                                                        >
  21798.                            Kazkombank (USD)
  21799.                        </button>
  21800.                                            <button class="currency  hidden  "
  21801.                                                                data-value="P24EUR"
  21802.                                data-type="to"
  21803.                                                        >
  21804.                            Privat24 (EUR)
  21805.                        </button>
  21806.                                            <button class="currency  hidden  "
  21807.                                                                data-value="RMTFEUR"
  21808.                                data-type="to"
  21809.                                                        >
  21810.                            Ria Financial (EUR)
  21811.                        </button>
  21812.                                            <button class="currency  hidden  "
  21813.                                                                data-value="WCTCNY"
  21814.                                data-type="to"
  21815.                                                        >
  21816.                            WeChat (CNY)
  21817.                        </button>
  21818.                                            <button class="currency  "
  21819.                                                                data-value="MPARS"
  21820.                                data-type="to"
  21821.                                                        >
  21822.                            MERCADO PAGO
  21823.                        </button>
  21824.                                                </div>
  21825.        </div>
  21826.    </div>
  21827. </div>
  21828.                                    <div class="table_block  active " data-id="5">
  21829.            <div class="table_title col">
  21830.            <span >Платежные Системы</span> <i class="fas fa-angle-down"></i>
  21831.        </div>
  21832.  
  21833.        <div class="w-100"></div>
  21834.        <div class="table_wrap col">
  21835.        <div class="row">
  21836.            <div class="sidebar_cell col">Отдаёте</div>
  21837.            <div class="sidebar_cell col">Получаете</div>
  21838.        </div>
  21839.        <div class="row">
  21840.            <div class="col sidebar_column sidebar_column_from">
  21841.                                                            <button class="currency  "
  21842.                                                                data-value="PMUSD"
  21843.                                data-type="from"
  21844.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21845.                                                        >
  21846.                            Perfect Money (USD)
  21847.                        </button>
  21848.                                            <button class="currency  "
  21849.                                                                data-value="PMEUR"
  21850.                                data-type="from"
  21851.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24UAH,P24USD,PMBBUAH,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21852.                                                        >
  21853.                            Perfect Money (EUR)
  21854.                        </button>
  21855.                                            <button class="currency  "
  21856.                                                                data-value="PMVUSD"
  21857.                                data-type="from"
  21858.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21859.                                                        >
  21860.                            PM e-Voucher (USD)
  21861.                        </button>
  21862.                                            <button class="currency  "
  21863.                                                                data-value="ADVCUSD"
  21864.                                data-type="from"
  21865.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21866.                                                        >
  21867.                            Advanced Cash (USD)
  21868.                        </button>
  21869.                                            <button class="currency  hidden  "
  21870.                                                                data-value="ADVCEUR"
  21871.                                data-type="from"
  21872.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21873.                                                        >
  21874.                            Advanced Cash (EUR)
  21875.                        </button>
  21876.                                            <button class="currency  "
  21877.                                                                data-value="EXMUSD"
  21878.                                data-type="from"
  21879.                                data-to="ACCUSD,ACKZT,ACUAH,ADVCEUR,ADVCUSD,BCH,BSV,BTC,CARDAMD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,FRTBKZT,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LTC,MGEUR,MGUSD,MONOBUAH,NEO,NIXEUR,NIXUSD,NTLRUSD,OSDBUAH,OTPBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SKLEUR,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,ZEC"
  21880.                                                        >
  21881.                            Exmo (USD)
  21882.                        </button>
  21883.                                            <button class="currency  "
  21884.                                                                data-value="EXMEUR"
  21885.                                data-type="from"
  21886.                                data-to="ACUAH,ADVCEUR,ADVCUSD,BCH,BSV,BTC,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LTC,MONOBUAH,NEO,NIXEUR,NIXUSD,NTLRUSD,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SKLEUR,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,WIREKZT,WIREUAH,XEM,XLM,XMR,XRP,ZEC"
  21887.                                                        >
  21888.                            Exmo (EUR)
  21889.                        </button>
  21890.                                            <button class="currency  hidden  "
  21891.                                                                data-value="PRUSD"
  21892.                                data-type="from"
  21893.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,CNTEUR,CNTUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MGEUR,MGUSD,MONOBUAH,MPARS,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21894.                                                        >
  21895.                            Payeer (USD)
  21896.                        </button>
  21897.                                            <button class="currency  hidden  "
  21898.                                                                data-value="PREUR"
  21899.                                data-type="from"
  21900.                                data-to="ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHUAH,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,FRTBUSD,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21901.                                                        >
  21902.                            Payeer (EUR)
  21903.                        </button>
  21904.                                            <button class="currency  hidden  "
  21905.                                                                data-value="CPTSUSD"
  21906.                                data-type="from"
  21907.                                data-to="ACCUSD,ACKZT,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHEUR,CASHGBP,CASHKZT,CASHUAH,CASHUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21908.                                                        >
  21909.                            Capitalist (USD)
  21910.                        </button>
  21911.                                            <button class="currency  hidden  "
  21912.                                                                data-value="NTLRUSD"
  21913.                                data-type="from"
  21914.                                data-to="ADA,ADVCEUR,ADVCUSD,BCH,BNB,BSV,BTC,CARDUAH,CASHEUR,CASHUSD,DASH,DOGE,ETC,ETH,EUR,EXMUSD,GCMTUSD,KZT,LTC,MONOBUAH,NIXEUR,NIXUSD,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLUSD,TRX,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREUSD,XEM,XLM,XMR,XRP,ZEC"
  21915.                                                        >
  21916.                            Neteller (USD)
  21917.                        </button>
  21918.                                            <button class="currency  hidden  "
  21919.                                                                data-value="NTLREUR"
  21920.                                data-type="from"
  21921.                                data-to="ADVCEUR,ADVCUSD,BCH,BSV,BTC,CARDUAH,DASH,ETC,ETH,EUR,GCMTUSD,KZT,LTC,MONOBUAH,NIXEUR,NIXUSD,P24UAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPUSD,PREUR,PRUSD,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,XLM,XMR,XRP,ZEC"
  21922.                                                        >
  21923.                            Neteller (EUR)
  21924.                        </button>
  21925.                                            <button class="currency  hidden  "
  21926.                                                                data-value="SKLUSD"
  21927.                                data-type="from"
  21928.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,BCH,BNB,BSV,BTC,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CASHUSD,CPTSUSD,DASH,DOGE,ETC,ETH,EUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,KSPBKZT,KZT,LTC,MONOBUAH,NIXEUR,NIXUSD,NTLRUSD,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,TRX,UAH,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,ZEC"
  21929.                                                        >
  21930.                            Skrill (USD)
  21931.                        </button>
  21932.                                            <button class="currency  hidden  "
  21933.                                                                data-value="SKLEUR"
  21934.                                data-type="from"
  21935.                                data-to="ACUAH,ADVCEUR,ADVCUSD,BCH,BTC,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUSD,DASH,ETC,ETH,EUR,FRTBKZT,HLKBKZT,KSPBKZT,KZT,LTC,MONOBUAH,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PPEUR,PPUSD,PREUR,PRUSD,RFBUAH,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,WIREUAH,XLM,XRP,ZEC"
  21936.                                                        >
  21937.                            Skrill (EUR)
  21938.                        </button>
  21939.                                            <button class="currency  "
  21940.                                                                data-value="PPUSD"
  21941.                                data-type="from"
  21942.                                data-to="ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BSV,BTC,CARDAMD,CARDEUR,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,FRTBKZT,HLKBKZT,KKBKZT,KSPBKZT,KZT,LINK,LTC,MATIC,MONOBUAH,NEAR,NEO,NTLREUR,NTLRUSD,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPGBP,PREUR,PRUSD,RFBUAH,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WIREKZT,WIREUAH,XEM,XLM,XMR,XRP,XTZ,ZEC"
  21943.                                                        >
  21944.                            PayPal (USD)
  21945.                        </button>
  21946.                                            <button class="currency  hidden  "
  21947.                                                                data-value="PPEUR"
  21948.                                data-type="from"
  21949.                                data-to="ACUAH,ADVCEUR,ADVCUSD,BTC,CARDEUR,CARDKZT,CARDUAH,CARDUSD,EUR,FRTBKZT,HLKBKZT,KSPBKZT,KZT,MONOBUAH,NTLREUR,NTLRUSD,OSDBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PREUR,PRUSD,RFBUAH,SKLEUR,SKLUSD,UAH,USD,USDTTRC20"
  21950.                                                        >
  21951.                            PayPal (EUR)
  21952.                        </button>
  21953.                                            <button class="currency  hidden  "
  21954.                                                                data-value="PPGBP"
  21955.                                data-type="from"
  21956.                                data-to="ADVCEUR,EUR,KZT,NTLREUR,PMEUR,PREUR,SKLEUR,UAH,USD"
  21957.                                                        >
  21958.                            PayPal (GBP)
  21959.                        </button>
  21960.                                            <button class="currency  hidden  "
  21961.                                                                data-value="NIXUSD"
  21962.                                data-type="from"
  21963.                                data-to="ACKZT,ACUAH,ADVCEUR,ADVCUSD,BCH,BSV,BTC,CARDKZT,CARDUAH,CASHUSD,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HCSBKZT,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LTC,MONOBUAH,NEO,NIXEUR,NTLRUSD,OSDBUAH,OTPBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPUSD,PREUR,PRUSD,RFBUAH,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,WIREKZT,WIREUAH,XEM,XLM,XMR,XRP,ZEC"
  21964.                                                        >
  21965.                            Nixmoney (USD)
  21966.                        </button>
  21967.                                            <button class="currency  hidden  "
  21968.                                                                data-value="NIXEUR"
  21969.                                data-type="from"
  21970.                                data-to="ACUAH,ADVCEUR,ADVCUSD,BCH,BSV,BTC,CARDKZT,CARDUAH,CASHUSD,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,GCMTUSD,HLKBKZT,IOTA,KKBKZT,KSPBKZT,KZT,LTC,MONOBUAH,NEO,NIXUSD,NTLRUSD,OSDBUAH,OTPBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPUSD,PREUR,PRUSD,RFBUAH,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,WIREKZT,XEM,XLM,XMR,XRP,ZEC"
  21971.                                                        >
  21972.                            Nixmoney (EUR)
  21973.                        </button>
  21974.                                            <button class="currency  "
  21975.                                                                data-value="ALPCNY"
  21976.                                data-type="from"
  21977.                                data-to="EUR,KZT,UAH,USD"
  21978.                                                        >
  21979.                            Alipay
  21980.                        </button>
  21981.                                            <button class="currency  hidden  "
  21982.                                                                data-value="PNRUSD"
  21983.                                data-type="from"
  21984.                                data-to="ADVCUSD,ALPCNY,BTC,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDKZT,CARDTRY,CARDUAH,CARDUSD,CASHUSD,CPTSUSD,ETH,EUR,KSPBKZT,KZT,MGUSD,MONOBUAH,P24UAH,P24USD,PMUSD,PPEUR,PPGBP,PPUSD,PRUSD,SKLUSD,UAH,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WUUSD"
  21985.                                                        >
  21986.                            Payoneer (USD)
  21987.                        </button>
  21988.                                                </div>
  21989.            <div class="col sidebar_column sidebar_column_to">
  21990.                                                            <button class="currency  "
  21991.                                                                data-value="PMUSD"
  21992.                                data-type="to"
  21993.                                                        >
  21994.                            Perfect Money (USD)
  21995.                        </button>
  21996.                                            <button class="currency  "
  21997.                                                                data-value="PMEUR"
  21998.                                data-type="to"
  21999.                                                        >
  22000.                            Perfect Money (EUR)
  22001.                        </button>
  22002.                                            <button class="currency  "
  22003.                                                                data-value="PMVUSD"
  22004.                                data-type="to"
  22005.                                                        >
  22006.                            PM e-Voucher (USD)
  22007.                        </button>
  22008.                                            <button class="currency  "
  22009.                                                                data-value="ADVCUSD"
  22010.                                data-type="to"
  22011.                                                        >
  22012.                            Advanced Cash (USD)
  22013.                        </button>
  22014.                                            <button class="currency  hidden  "
  22015.                                                                data-value="ADVCEUR"
  22016.                                data-type="to"
  22017.                                                        >
  22018.                            Advanced Cash (EUR)
  22019.                        </button>
  22020.                                            <button class="currency  "
  22021.                                                                data-value="EXMUSD"
  22022.                                data-type="to"
  22023.                                                        >
  22024.                            Exmo (USD)
  22025.                        </button>
  22026.                                            <button class="currency  "
  22027.                                                                data-value="EXMEUR"
  22028.                                data-type="to"
  22029.                                                        >
  22030.                            Exmo (EUR)
  22031.                        </button>
  22032.                                            <button class="currency  hidden  "
  22033.                                                                data-value="PRUSD"
  22034.                                data-type="to"
  22035.                                                        >
  22036.                            Payeer (USD)
  22037.                        </button>
  22038.                                            <button class="currency  hidden  "
  22039.                                                                data-value="PREUR"
  22040.                                data-type="to"
  22041.                                                        >
  22042.                            Payeer (EUR)
  22043.                        </button>
  22044.                                            <button class="currency  hidden  "
  22045.                                                                data-value="CPTSUSD"
  22046.                                data-type="to"
  22047.                                                        >
  22048.                            Capitalist (USD)
  22049.                        </button>
  22050.                                            <button class="currency  hidden  "
  22051.                                                                data-value="NTLRUSD"
  22052.                                data-type="to"
  22053.                                                        >
  22054.                            Neteller (USD)
  22055.                        </button>
  22056.                                            <button class="currency  hidden  "
  22057.                                                                data-value="NTLREUR"
  22058.                                data-type="to"
  22059.                                                        >
  22060.                            Neteller (EUR)
  22061.                        </button>
  22062.                                            <button class="currency  hidden  "
  22063.                                                                data-value="SKLUSD"
  22064.                                data-type="to"
  22065.                                                        >
  22066.                            Skrill (USD)
  22067.                        </button>
  22068.                                            <button class="currency  hidden  "
  22069.                                                                data-value="SKLEUR"
  22070.                                data-type="to"
  22071.                                                        >
  22072.                            Skrill (EUR)
  22073.                        </button>
  22074.                                            <button class="currency  "
  22075.                                                                data-value="PPUSD"
  22076.                                data-type="to"
  22077.                                                        >
  22078.                            PayPal (USD)
  22079.                        </button>
  22080.                                            <button class="currency  hidden  "
  22081.                                                                data-value="PPEUR"
  22082.                                data-type="to"
  22083.                                                        >
  22084.                            PayPal (EUR)
  22085.                        </button>
  22086.                                            <button class="currency  hidden  "
  22087.                                                                data-value="PPGBP"
  22088.                                data-type="to"
  22089.                                                        >
  22090.                            PayPal (GBP)
  22091.                        </button>
  22092.                                            <button class="currency  hidden  "
  22093.                                                                data-value="NIXUSD"
  22094.                                data-type="to"
  22095.                                                        >
  22096.                            Nixmoney (USD)
  22097.                        </button>
  22098.                                            <button class="currency  hidden  "
  22099.                                                                data-value="NIXEUR"
  22100.                                data-type="to"
  22101.                                                        >
  22102.                            Nixmoney (EUR)
  22103.                        </button>
  22104.                                            <button class="currency  hidden  "
  22105.                                                                data-value="PNRUSD"
  22106.                                data-type="to"
  22107.                                                        >
  22108.                            Payoneer (USD)
  22109.                        </button>
  22110.                                            <button class="currency  "
  22111.                                                                data-value="ALPCNY"
  22112.                                data-type="to"
  22113.                                                        >
  22114.                            Alipay
  22115.                        </button>
  22116.                                                </div>
  22117.        </div>
  22118.    </div>
  22119. </div>
  22120.                                    <div class="table_block  active " data-id="6">
  22121.            <div class="table_title col">
  22122.            <span  class="text-center" >Фиат</span> <i class="fas fa-angle-down"></i>
  22123.        </div>
  22124.  
  22125.        <div class="w-100"></div>
  22126.        <div class="table_wrap col">
  22127.        <div class="row">
  22128.            <div class="sidebar_cell col">Отдаёте</div>
  22129.            <div class="sidebar_cell col">Получаете</div>
  22130.        </div>
  22131.        <div class="row">
  22132.            <div class="col sidebar_column sidebar_column_from">
  22133.                                                            <button class="currency  hidden  "
  22134.                                                                data-value="USD"
  22135.                                data-type="from"
  22136.                                data-to="ACCUSD,ACEUR,ACKZT,ACUAH,ACUSD,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATNBKZT,ATOM,AVAX,AYUTHB,BCBCNY,BCBUSD,BCH,BKKTHB,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTHB,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CCBCNY,CMBCNY,CNTEUR,CNTUSD,CPTSUSD,CUPCNY,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EURBKZT,EURBUSD,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTEUR,GCMTUSD,HCSBKZT,HLKBKZT,HLKBUSD,ICBCCNY,IOTA,IYBUSD,KKBKZT,KKBUSD,KSM,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDDTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WHTBTUSDT,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22137.                                                        >
  22138.                            Доллары
  22139.                        </button>
  22140.                                            <button class="currency  hidden  "
  22141.                                                                data-value="UAH"
  22142.                                data-type="from"
  22143.                                data-to="ACCUSD,ACEUR,ACKZT,ACUAH,ACUSD,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATNBKZT,ATOM,AVAX,AYUTHB,BCBCNY,BCBUSD,BCH,BKKTHB,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTHB,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CCBCNY,CMBCNY,CNTEUR,CNTUSD,CPTSUSD,CUPCNY,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EURBKZT,EURBUSD,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTEUR,GCMTUSD,HCSBKZT,HLKBKZT,HLKBUSD,ICBCCNY,IOTA,IYBUSD,KKBKZT,KKBUSD,KSM,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDDTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WHTBTUSDT,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22144.                                                        >
  22145.                            Гривна
  22146.                        </button>
  22147.                                            <button class="currency  hidden  "
  22148.                                                                data-value="KZT"
  22149.                                data-type="from"
  22150.                                data-to="ACCUSD,ACEUR,ACKZT,ACUAH,ACUSD,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATNBKZT,ATOM,AVAX,AYUTHB,BCBCNY,BCBUSD,BCH,BKKTHB,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTHB,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CCBCNY,CMBCNY,CNTEUR,CNTUSD,CPTSUSD,CUPCNY,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EURBKZT,EURBUSD,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTEUR,GCMTUSD,HCSBKZT,HLKBKZT,HLKBUSD,ICBCCNY,IOTA,IYBUSD,KKBKZT,KKBUSD,KSM,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDDTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WHTBTUSDT,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22151.                                                        >
  22152.                            Тенге
  22153.                        </button>
  22154.                                            <button class="currency  hidden  "
  22155.                                                                data-value="EUR"
  22156.                                data-type="from"
  22157.                                data-to="ACCUSD,ACEUR,ACKZT,ACUAH,ACUSD,ADA,ADVCEUR,ADVCUSD,ALPCNY,ATNBKZT,ATOM,AVAX,AYUTHB,BCBCNY,BCBUSD,BCH,BKKTHB,BNB,BSV,BTC,BUSD,CARDAED,CARDAMD,CARDEUR,CARDGBP,CARDGEL,CARDKZT,CARDTHB,CARDTRY,CARDUAH,CARDUSD,CASHAED,CASHAMD,CASHCNY,CASHEUR,CASHGBP,CASHKZT,CASHTHB,CASHUAH,CASHUSD,CCBCNY,CMBCNY,CNTEUR,CNTUSD,CPTSUSD,CUPCNY,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EURBKZT,EURBUSD,EXMEUR,EXMUSD,FRBUSD,FRTBKZT,FRTBUSD,GCMTEUR,GCMTUSD,HCSBKZT,HLKBKZT,HLKBUSD,ICBCCNY,IOTA,IYBUSD,KKBKZT,KKBUSD,KSM,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MCBUSD,MGEUR,MGUSD,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLREUR,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24EUR,P24UAH,P24USD,PMBBUAH,PMEUR,PMUSD,PMVUSD,PNRUSD,PPEUR,PPGBP,PPUSD,PREUR,PRUSD,RFBUAH,RMTFEUR,SHIB,SKLEUR,SKLUSD,SOL,Swift,TRX,UAH,UNI,USD,USDCTRC20,USDDTRC20,USDTBEP20,USDTERC20,USDTTRC20,WCTCNY,WHTBTUSDT,WIREEUR,WIREGBP,WIREKZT,WIREUAH,WIREUSD,WUEUR,WUUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22158.                                                        >
  22159.                            Евро
  22160.                        </button>
  22161.                                                </div>
  22162.            <div class="col sidebar_column sidebar_column_to">
  22163.                                                            <button class="currency  hidden  "
  22164.                                                                data-value="USD"
  22165.                                data-type="to"
  22166.                                                        >
  22167.                            Доллары
  22168.                        </button>
  22169.                                            <button class="currency  hidden  "
  22170.                                                                data-value="UAH"
  22171.                                data-type="to"
  22172.                                                        >
  22173.                            Гривна
  22174.                        </button>
  22175.                                            <button class="currency  hidden  "
  22176.                                                                data-value="KZT"
  22177.                                data-type="to"
  22178.                                                        >
  22179.                            Тенге
  22180.                        </button>
  22181.                                            <button class="currency  hidden  "
  22182.                                                                data-value="EUR"
  22183.                                data-type="to"
  22184.                                                        >
  22185.                            Евро
  22186.                        </button>
  22187.                                                </div>
  22188.        </div>
  22189.    </div>
  22190. </div>
  22191.                                    <div class="table_block  active " data-id="4">
  22192.            <div class="table_title col">
  22193.            <span  class="text-center" >Наличные</span> <i class="fas fa-angle-down"></i>
  22194.        </div>
  22195.  
  22196.        <div class="w-100"></div>
  22197.        <div class="table_wrap col">
  22198.        <div class="row">
  22199.            <div class="sidebar_cell col">Отдаёте</div>
  22200.            <div class="sidebar_cell col">Получаете</div>
  22201.        </div>
  22202.        <div class="row">
  22203.            <div class="col sidebar_column sidebar_column_from">
  22204.                                                            <button class="currency  "
  22205.                                                                data-value="CASHUSD"
  22206.                                data-type="from"
  22207.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,ATOM,AVAX,BCH,BNB,BSV,BTC,BUSD,CARDEUR,CARDKZT,CARDUAH,CARDUSD,CASHEUR,CASHUAH,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,FRTBKZT,HLKBKZT,IOTA,KSPBKZT,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NIXEUR,NIXUSD,NTLRUSD,OMG,OSDBUAH,OTPBUAH,P24UAH,PMBBUAH,PMEUR,PMUSD,PMVUSD,PPUSD,PREUR,PRUSD,RFBUAH,SHIB,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREEUR,WIREUAH,WIREUSD,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22208.                                                        >
  22209.                            Наличные (USD)
  22210.                        </button>
  22211.                                            <button class="currency  hidden  "
  22212.                                                                data-value="CASHAED"
  22213.                                data-type="from"
  22214.                                data-to="ADA,AVAX,BCH,BNB,BTC,DAI,DASH,DOGE,DOT,EOS,ETH,EUR,KZT,LINK,LTC,LUNA,MATIC,NEAR,OMG,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,XLM,XMR,XRP,XTZ,ZEC"
  22215.                                                        >
  22216.                            Наличные (AED)
  22217.                        </button>
  22218.                                            <button class="currency  "
  22219.                                                                data-value="CASHTHB"
  22220.                                data-type="from"
  22221.                                data-to="EUR,KZT,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20"
  22222.                                                        >
  22223.                            Наличные (BAT)
  22224.                        </button>
  22225.                                            <button class="currency  hidden  "
  22226.                                                                data-value="CASHKZT"
  22227.                                data-type="from"
  22228.                                data-to="ADA,ADVCUSD,BCH,BNB,BTC,DOGE,ETC,ETH,EUR,KZT,LTC,TRX,UAH,USD,USDTERC20,USDTTRC20,XRP"
  22229.                                                        >
  22230.                            Наличные (KZT)
  22231.                        </button>
  22232.                                            <button class="currency  "
  22233.                                                                data-value="CASHEUR"
  22234.                                data-type="from"
  22235.                                data-to="ACCUSD,ACUAH,ADA,ADVCEUR,ADVCUSD,AVAX,BCH,BNB,BTC,BUSD,CARDUAH,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,NTLRUSD,OMG,P24UAH,PMEUR,PMUSD,PMVUSD,PREUR,PRUSD,SKLEUR,SKLUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,WIREUAH,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22236.                                                        >
  22237.                            Наличные (EUR)
  22238.                        </button>
  22239.                                            <button class="currency  hidden  "
  22240.                                                                data-value="CASHGBP"
  22241.                                data-type="from"
  22242.                                data-to="ADA,AVAX,BCH,BNB,BTC,DAI,DASH,DOGE,DOT,EOS,ETH,EUR,KZT,LINK,LTC,LUNA,MATIC,NEAR,OMG,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,XLM,XMR,XRP,XTZ,ZEC"
  22243.                                                        >
  22244.                            Наличные (GBP)
  22245.                        </button>
  22246.                                            <button class="currency  hidden  "
  22247.                                                                data-value="CASHUAH"
  22248.                                data-type="from"
  22249.                                data-to="ACCUSD,ADA,ADVCEUR,ADVCUSD,AVAX,BCH,BNB,BSV,BTC,CARDUAH,CARDUSD,CASHUSD,CPTSUSD,DAI,DASH,DOGE,DOT,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LINK,LTC,LUNA,MATIC,MONOBUAH,NEAR,NEO,OMG,P24UAH,PMEUR,PMUSD,PMVUSD,PREUR,PRUSD,SOL,TRX,UAH,UNI,USD,USDCTRC20,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,XTZ,ZEC"
  22250.                                                        >
  22251.                            Наличные (UAH)
  22252.                        </button>
  22253.                                            <button class="currency  hidden  "
  22254.                                                                data-value="CASHAMD"
  22255.                                data-type="from"
  22256.                                data-to="EUR,KZT,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20"
  22257.                                                        >
  22258.                            Cash (AMD)
  22259.                        </button>
  22260.                                            <button class="currency  hidden  "
  22261.                                                                data-value="CASHCNY"
  22262.                                data-type="from"
  22263.                                data-to="EUR,KZT,UAH,USD"
  22264.                                                        >
  22265.                            Cash (CNY)
  22266.                        </button>
  22267.                                                </div>
  22268.            <div class="col sidebar_column sidebar_column_to">
  22269.                                                            <button class="currency  "
  22270.                                                                data-value="CASHUSD"
  22271.                                data-type="to"
  22272.                                                        >
  22273.                            Наличные (USD)
  22274.                        </button>
  22275.                                            <button class="currency  hidden  "
  22276.                                                                data-value="CASHAED"
  22277.                                data-type="to"
  22278.                                                        >
  22279.                            Наличные (AED)
  22280.                        </button>
  22281.                                            <button class="currency  "
  22282.                                                                data-value="CASHTHB"
  22283.                                data-type="to"
  22284.                                                        >
  22285.                            Наличные (BAT)
  22286.                        </button>
  22287.                                            <button class="currency  hidden  "
  22288.                                                                data-value="CASHKZT"
  22289.                                data-type="to"
  22290.                                                        >
  22291.                            Наличные (KZT)
  22292.                        </button>
  22293.                                            <button class="currency  "
  22294.                                                                data-value="CASHEUR"
  22295.                                data-type="to"
  22296.                                                        >
  22297.                            Наличные (EUR)
  22298.                        </button>
  22299.                                            <button class="currency  hidden  "
  22300.                                                                data-value="CASHGBP"
  22301.                                data-type="to"
  22302.                                                        >
  22303.                            Наличные (GBP)
  22304.                        </button>
  22305.                                            <button class="currency  hidden  "
  22306.                                                                data-value="CASHUAH"
  22307.                                data-type="to"
  22308.                                                        >
  22309.                            Наличные (UAH)
  22310.                        </button>
  22311.                                            <button class="currency  hidden  "
  22312.                                                                data-value="CASHAMD"
  22313.                                data-type="to"
  22314.                                                        >
  22315.                            Cash (AMD)
  22316.                        </button>
  22317.                                            <button class="currency  hidden  "
  22318.                                                                data-value="CASHCNY"
  22319.                                data-type="to"
  22320.                                                        >
  22321.                            Cash (CNY)
  22322.                        </button>
  22323.                                                </div>
  22324.        </div>
  22325.    </div>
  22326. </div>
  22327.                                    <div class="table_block " data-id="3">
  22328.            <div class="table_title col">
  22329.            <span >Денежные переводы</span> <i class="fas fa-angle-down"></i>
  22330.        </div>
  22331.  
  22332.        <div class="w-100"></div>
  22333.        <div class="table_wrap col">
  22334.        <div class="row">
  22335.            <div class="sidebar_cell col">Отдаёте</div>
  22336.            <div class="sidebar_cell col">Получаете</div>
  22337.        </div>
  22338.        <div class="row">
  22339.            <div class="col sidebar_column sidebar_column_from">
  22340.                                                            <button class="currency  hidden  "
  22341.                                                                data-value="WUUSD"
  22342.                                data-type="from"
  22343.                                data-to="ADVCEUR,ADVCUSD,BCH,BTC,CARDUAH,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LTC,NEO,NTLRUSD,P24UAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPUSD,PREUR,PRUSD,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,ZEC"
  22344.                                                        >
  22345.                            Western Union (USD)
  22346.                        </button>
  22347.                                            <button class="currency  "
  22348.                                                                data-value="WUEUR"
  22349.                                data-type="from"
  22350.                                data-to="ADVCEUR,ADVCUSD,BCH,BTC,CARDUAH,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LTC,NEO,P24UAH,PMEUR,PMUSD,PMVUSD,PREUR,PRUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,ZEC"
  22351.                                                        >
  22352.                            Western Union (EUR)
  22353.                        </button>
  22354.                                            <button class="currency  "
  22355.                                                                data-value="MGUSD"
  22356.                                data-type="from"
  22357.                                data-to="ADVCEUR,ADVCUSD,BCH,BTC,CARDUAH,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LTC,NEO,NTLRUSD,P24UAH,PMEUR,PMUSD,PMVUSD,PPEUR,PPUSD,PREUR,PRUSD,SKLUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,ZEC"
  22358.                                                        >
  22359.                            Moneygram (USD)
  22360.                        </button>
  22361.                                            <button class="currency  hidden  "
  22362.                                                                data-value="MGEUR"
  22363.                                data-type="from"
  22364.                                data-to="ADVCEUR,ADVCUSD,BCH,BTC,CARDUAH,CPTSUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMEUR,EXMUSD,IOTA,KZT,LTC,NEO,P24UAH,PMEUR,PMUSD,PMVUSD,PREUR,PRUSD,UAH,USD,USDTBEP20,USDTERC20,XEM,XLM,XMR,XRP,ZEC"
  22365.                                                        >
  22366.                            Moneygram (EUR)
  22367.                        </button>
  22368.                                            <button class="currency  "
  22369.                                                                data-value="CNTUSD"
  22370.                                data-type="from"
  22371.                                data-to="ADVCEUR,ADVCUSD,BTC,DASH,DOGE,EOS,ETC,ETH,EUR,EXMUSD,KZT,LTC,NEO,PMEUR,PMUSD,PMVUSD,PPEUR,PPUSD,PRUSD,UAH,USD,USDTBEP20,USDTERC20,USDTTRC20,XEM,XLM,XMR,XRP,ZEC"
  22372.                                                        >
  22373.                            Contact (USD)
  22374.                        </button>
  22375.                                            <button class="currency  hidden  "
  22376.                                                                data-value="CNTEUR"
  22377.                                data-type="from"
  22378.                                data-to="ADVCEUR,ADVCUSD,BTC,DASH,DOGE,EOS,ETH,EUR,EXMUSD,KZT,LTC,NEO,PMEUR,PMUSD,PMVUSD,PRUSD,UAH,USD,USDTBEP20,USDTERC20,XLM,XMR,XRP,ZEC"
  22379.                                                        >
  22380.                            Contact (EUR)
  22381.                        </button>
  22382.                                            <button class="currency  hidden  "
  22383.                                                                data-value="GCMTUSD"
  22384.                                data-type="from"
  22385.                                data-to="ADVCEUR,ADVCUSD,BTC,CASHUSD,DASH,DOGE,EOS,ETC,ETH,EUR,EXMUSD,KZT,LTC,NEO,NIXEUR,NIXUSD,PMEUR,PMUSD,PMVUSD,PPEUR,PPUSD,PRUSD,UAH,USD,USDTBEP20,USDTERC20,XLM,XMR,XRP,ZEC"
  22386.                                                        >
  22387.                            Золотая Корона (USD)
  22388.                        </button>
  22389.                                            <button class="currency  hidden  "
  22390.                                                                data-value="GCMTEUR"
  22391.                                data-type="from"
  22392.                                data-to="BTC,EUR,KZT,UAH,USD"
  22393.                                                        >
  22394.                            Золотая Корона (EUR)
  22395.                        </button>
  22396.                                                </div>
  22397.            <div class="col sidebar_column sidebar_column_to">
  22398.                                                            <button class="currency  hidden  "
  22399.                                                                data-value="WUUSD"
  22400.                                data-type="to"
  22401.                                                        >
  22402.                            Western Union (USD)
  22403.                        </button>
  22404.                                            <button class="currency  "
  22405.                                                                data-value="WUEUR"
  22406.                                data-type="to"
  22407.                                                        >
  22408.                            Western Union (EUR)
  22409.                        </button>
  22410.                                            <button class="currency  "
  22411.                                                                data-value="MGUSD"
  22412.                                data-type="to"
  22413.                                                        >
  22414.                            Moneygram (USD)
  22415.                        </button>
  22416.                                            <button class="currency  hidden  "
  22417.                                                                data-value="MGEUR"
  22418.                                data-type="to"
  22419.                                                        >
  22420.                            Moneygram (EUR)
  22421.                        </button>
  22422.                                            <button class="currency  "
  22423.                                                                data-value="CNTUSD"
  22424.                                data-type="to"
  22425.                                                        >
  22426.                            Contact (USD)
  22427.                        </button>
  22428.                                            <button class="currency  hidden  "
  22429.                                                                data-value="CNTEUR"
  22430.                                data-type="to"
  22431.                                                        >
  22432.                            Contact (EUR)
  22433.                        </button>
  22434.                                            <button class="currency  hidden  "
  22435.                                                                data-value="GCMTUSD"
  22436.                                data-type="to"
  22437.                                                        >
  22438.                            Золотая Корона (USD)
  22439.                        </button>
  22440.                                            <button class="currency  hidden  "
  22441.                                                                data-value="GCMTEUR"
  22442.                                data-type="to"
  22443.                                                        >
  22444.                            Золотая Корона (EUR)
  22445.                        </button>
  22446.                                                </div>
  22447.        </div>
  22448.    </div>
  22449. </div>
  22450.                
  22451.                <div class="table_block row ">
  22452.                    <div class="table_title col" id="full-list">
  22453.                        <span>Полный список валют</span> <i class="fas fa-angle-down"></i>
  22454.                    </div>
  22455.                </div>
  22456.            </div>
  22457.  
  22458.            <div id="sidebar_2" role="tabpanel" class="sidebar_content tab-pane  active ">
  22459.                <div class="table_title">🔥 Популярное:</div>
  22460.                <div class="table_block">
  22461.                    <table>
  22462.                        <tbody>
  22463.                                                    <tr>
  22464.                                <td>
  22465.                                    <a href="https://kursoff.biz/PRUSD/P24UAH">
  22466.                                        Payeer USD
  22467.                                        <i class="fa fa-angle-double-right"></i>
  22468.                                        Приват
  22469.                                    </a>
  22470.                                                                    </td>
  22471.                            </tr>
  22472.                                                    <tr>
  22473.                                <td>
  22474.                                    <a href="https://kursoff.biz/USDTTRC20/MONOBUAH">
  22475.                                        USDT TRC20
  22476.                                        <i class="fa fa-angle-double-right"></i>
  22477.                                        Моно
  22478.                                    </a>
  22479.                                                                        <i class="fa fa-arrow-down red_text" aria-hidden="true"></i>
  22480.                                                                    </td>
  22481.                            </tr>
  22482.                                                    <tr>
  22483.                                <td>
  22484.                                    <a href="https://kursoff.biz/ETH/P24UAH">
  22485.                                        ETH
  22486.                                        <i class="fa fa-angle-double-right"></i>
  22487.                                        Приват
  22488.                                    </a>
  22489.                                                                        <i class="fa fa-arrow-down red_text" aria-hidden="true"></i>
  22490.                                                                    </td>
  22491.                            </tr>
  22492.                                                    <tr>
  22493.                                <td>
  22494.                                    <a href="https://kursoff.biz/BTC/CASHUSD">
  22495.                                        BTC
  22496.                                        <i class="fa fa-angle-double-right"></i>
  22497.                                        USD Наличными
  22498.                                    </a>
  22499.                                                                        <i class="fa fa-arrow-down red_text" aria-hidden="true"></i>
  22500.                                                                    </td>
  22501.                            </tr>
  22502.                                                    <tr>
  22503.                                <td>
  22504.                                    <a href="https://kursoff.biz/PRUSD/MONOBUAH">
  22505.                                        Payeer USD
  22506.                                        <i class="fa fa-angle-double-right"></i>
  22507.                                        Моно
  22508.                                    </a>
  22509.                                                                    </td>
  22510.                            </tr>
  22511.                                                    <tr>
  22512.                                <td>
  22513.                                    <a href="https://kursoff.biz/P24UAH/USDTTRC20">
  22514.                                        Приват
  22515.                                        <i class="fa fa-angle-double-right"></i>
  22516.                                        USDT TRC20
  22517.                                    </a>
  22518.                                                                    </td>
  22519.                            </tr>
  22520.                                                    <tr>
  22521.                                <td>
  22522.                                    <a href="https://kursoff.biz/BTC/P24UAH">
  22523.                                        BTC
  22524.                                        <i class="fa fa-angle-double-right"></i>
  22525.                                        Приват
  22526.                                    </a>
  22527.                                                                        <i class="fa fa-arrow-up green_text" aria-hidden="true"></i>
  22528.                                                                    </td>
  22529.                            </tr>
  22530.                                                    <tr>
  22531.                                <td>
  22532.                                    <a href="https://kursoff.biz/USDTTRC20/CASHUSD">
  22533.                                        USDT TRC20
  22534.                                        <i class="fa fa-angle-double-right"></i>
  22535.                                        USD Наличными
  22536.                                    </a>
  22537.                                                                    </td>
  22538.                            </tr>
  22539.                                                    <tr>
  22540.                                <td>
  22541.                                    <a href="https://kursoff.biz/PRUSD/CARDUAH">
  22542.                                        Payeer USD
  22543.                                        <i class="fa fa-angle-double-right"></i>
  22544.                                        UAH Карта
  22545.                                    </a>
  22546.                                                                    </td>
  22547.                            </tr>
  22548.                                                    <tr>
  22549.                                <td>
  22550.                                    <a href="https://kursoff.biz/P24UAH/BTC">
  22551.                                        Приват
  22552.                                        <i class="fa fa-angle-double-right"></i>
  22553.                                        BTC
  22554.                                    </a>
  22555.                                                                        <i class="fa fa-arrow-up green_text" aria-hidden="true"></i>
  22556.                                                                    </td>
  22557.                            </tr>
  22558.                                                    <tr>
  22559.                                <td>
  22560.                                    <a href="https://kursoff.biz/CARDUAH/USDTTRC20">
  22561.                                        UAH Карта
  22562.                                        <i class="fa fa-angle-double-right"></i>
  22563.                                        USDT TRC20
  22564.                                    </a>
  22565.                                                                    </td>
  22566.                            </tr>
  22567.                                                    <tr>
  22568.                                <td>
  22569.                                    <a href="https://kursoff.biz/USDTTRC20/P24UAH">
  22570.                                        USDT TRC20
  22571.                                        <i class="fa fa-angle-double-right"></i>
  22572.                                        Приват
  22573.                                    </a>
  22574.                                                                        <i class="fa fa-arrow-down red_text" aria-hidden="true"></i>
  22575.                                                                    </td>
  22576.                            </tr>
  22577.                                                </tbody>
  22578.                    </table>
  22579.                </div>
  22580.            </div>
  22581.  
  22582.            <div id="sidebar_3" role="tabpanel" class="sidebar_content tab-pane ">
  22583.                <div class="table_title">❤️ Избранное:</div>
  22584.                <div class="table_block">
  22585.                    <table id="favorites-table">
  22586.                        <tbody>
  22587.                                                </tbody>
  22588.                    </table>
  22589.                </div>
  22590.            </div>
  22591.        </div>
  22592.    </div>
  22593.  
  22594.    <div class="report">
  22595.        <div class="report_info">
  22596.            <div class="report_info_title" style="color: #f7bebc; font-size: x-small">
  22597.                    Наш сервис против войны. <br>
  22598.                    Kursoff за мир 🕊 <br>
  22599.                    <br>
  22600.                    Наш сервис не сотрудничает с <br>
  22601.                    российскими обменниками. В связи с <br>
  22602.                    войной в Украине, наша компания <br>
  22603.                    приняла решение не иметь дело с <br>
  22604.                    обменниками, базирующимися в <br>
  22605.                    России или имеющими российское <br>
  22606.                    происхождение. <br>
  22607.                    <br>
  22608.                    Также мы воздерживаемся от <br>
  22609.                    сотрудничества с обменниками, <br>
  22610.                    предлагающими направления обмена, <br>
  22611.                    связанные с Россией, российскими <br>
  22612.                    валютами, платежными системами и <br>
  22613.                    банками. Наша цель обеспечить <br>
  22614.                    безопасность и открытость в <br>
  22615.                    работе, исходя из ценностей, <br>
  22616.                    которые отстаиваем. Спасибо за <br>
  22617.                    понимание и поддержку!
  22618.            </div>
  22619.        </div>
  22620.    </div>
  22621.  
  22622.    <div class="report">
  22623.        <div class="title">Сообщить о проблеме</div>
  22624.        <div class="report_info">
  22625.            <div class="report_info_media">
  22626.                <img src="https://kursoff.biz/images/chat-ico.svg" alt="chat-ico">
  22627.            </div>
  22628.            <div class="report_info_title">
  22629.                Чего не хватает мониторингу или какие функции не работают?) Будем признательны за ваш отзыв
  22630.            </div>
  22631.            <div class="input">
  22632.                <textarea placeholder="Введите отзыв..."></textarea>
  22633.                <button>Отправить</button>
  22634.            </div>
  22635.        </div>
  22636.    </div>
  22637. </div>
  22638.    </div>
  22639.            <div
  22640.    class="info-wrap__fixed info-wrap blue-wrap"
  22641.    >
  22642.    <div class="info-wrap__title">
  22643.        Загрузка сети BITCOIN
  22644.    </div>
  22645.    <div class="info-wrap__item">
  22646.        <div class="info-wrap__item-title">
  22647.            Уровень
  22648.        </div>
  22649.        <div class="info-wrap__item-des" style="color: #de0973">
  22650.            HIgh
  22651.        </div>
  22652.    </div>
  22653.    <div class="info-wrap__item">
  22654.        <div class="info-wrap__item-title">
  22655.            Не подтверждённых
  22656.        </div>
  22657.        <div class="info-wrap__item-des" style="color: #de0973">
  22658.            65535
  22659.        </div>
  22660.    </div>
  22661.    <div class="close-metrics-bitcoin-network">
  22662.        <img src="https://kursoff.biz/images/close.svg" alt="">
  22663.    </div>
  22664. </div>
  22665.    <div class="metrics-wrap metrics-wrap__sidebar row"
  22666.         >
  22667.        <div class="col-6 col-lg-12">
  22668.            <div class="item-metrics__title">
  22669.                Индекс страха и жадности
  22670.            </div>
  22671.            <div class="item-metrics">
  22672.                <div
  22673.                    class="item-metrics__subtitle"
  22674.                    style="color: #800828"
  22675.                >
  22676.                    Эйфория
  22677.                </div>
  22678.                <div
  22679.                    class="item-metrics__number"
  22680.                    style="color: #800828"
  22681.                >
  22682.                    84
  22683.                </div>
  22684.                <div class="item-metrics__arrow"
  22685.                     data-deg="180"
  22686.                >
  22687.                    <img src="https://kursoff.biz/images/metrics-arrow.svg" alt="metrics-arrow">
  22688.                </div>
  22689.                <div class="count-metrics left-count__metrics">
  22690.                    min
  22691.                </div>
  22692.                <div class="count-metrics right-count__metrics">
  22693.                    max
  22694.                </div>
  22695.            </div>
  22696.        </div>
  22697.        <div class="col-6 col-lg-12">
  22698.            <div class="item-metrics__title">
  22699.                Средняя стоимость транзакции ВТС
  22700.            </div>
  22701.            <div class="item-metrics">
  22702.                <div
  22703.                    class="item-metrics__subtitle"
  22704.                    style="color: #edba13"
  22705.                >
  22706.                    Medium
  22707.                </div>
  22708.                <div
  22709.                    class="item-metrics__number"
  22710.                    style="color: #edba13"
  22711.                >
  22712.                    7$
  22713.                </div>
  22714.                <div class="item-metrics__arrow"
  22715.                     data-deg="120"
  22716.                >
  22717.                    <img src="https://kursoff.biz/images/metrics-arrow.svg" alt="metrics-arrow">
  22718.                </div>
  22719.                <div class="count-metrics left-count__metrics">
  22720.                    min
  22721.                </div>
  22722.                <div class="count-metrics right-count__metrics">
  22723.                    max
  22724.                </div>
  22725.            </div>
  22726.        </div>
  22727.        <div class="col-12">
  22728.            <a href="https://kursoff.biz/metrics" class="btn btn-line btn-center">
  22729.                Подробнее
  22730.            </a>
  22731.        </div>
  22732.    </div>
  22733.        <div class="page-table-visibility col-lg-9">
  22734.                    <div style="
  22735.                box-shadow: inset 0 0 5px #c7254e;
  22736.                background: #fff;
  22737.                border-radius: 25px;
  22738.                padding: 5px 15px;
  22739.                font-size: 15px;
  22740.                border: none;
  22741.                font-family: 'Comfortaa-Regular';
  22742.                text-align: center;
  22743.            ">Наш сервис против войны. <br>
  22744.                Kursoff за мир 🕊
  22745.            </div>
  22746.                            <div class="text-content alternative_top_text ">
  22747.                <h1><a href="https://kursoff.com">&nbsp;Мониторинг обменников</a></h1><p>У нас можно&nbsp;найти самые выгодные предложения по обмену криптовалют на электронные деньги, все обменники тщательно проверены и имеют безупречную репутацию.</p>
  22748.            </div>
  22749.                    <div class="homepage_content">
  22750.        <div class="monitor_table  active ">
  22751.            <table id="best-rates" class="rates_table">
  22752.    <thead>
  22753.    <tr>
  22754.        <th scope="col">Обменник</th>
  22755.        <th scope="col">Отдадите</th>
  22756.        <th scope="col">Получите</th>
  22757.        <th scope="col">Резерв</th>
  22758.        <th scope="col">Рейтинг</th>
  22759.        <th scope="col">Отзывы</th>
  22760.    </tr>
  22761.    </thead>
  22762.  
  22763.    <tbody>
  22764.  
  22765.                <tr class="green_item ">
  22766.            <td class="changer_name">
  22767.                        <span class="link" data-link="https://kursoff.biz/link/40/3"><u> 2rbina </u></span>
  22768.            <div class="changer_name_icon">
  22769.                                                            <div class="changer_icon">
  22770.                <img src="https://kursoff.biz/images/dollar.svg" alt="">
  22771.  
  22772.                <div class="icon_help">Обмен производится Оператором</div>
  22773.            </div>
  22774.                                                            <div class="changer_icon">
  22775.                <img src="https://kursoff.biz/images/quick-change.svg" alt="">
  22776.  
  22777.                <div class="icon_help">Обмен в течении 60 мин</div>
  22778.            </div>
  22779.                                                            </div>
  22780.            <p class="changer_rate green_text">
  22781.                10.0
  22782.                <a class="mobile_link" href="https://kursoff.biz/exchange/2rbina">[i]</a>
  22783.            </p>
  22784.        </td>
  22785.        <td class="give_money">
  22786.            <span class="right-space"><b>0<span class="fs-sm">.000</span></b></span>
  22787. BTC <br>
  22788.            <sup>min: 0.00372</sup><br>            <sup>max: 0.19631</sup>        </td>
  22789.        <td class="get_money">
  22790.            <span class="right-space"><b>1</b></span>
  22791. Приват
  22792.                    </td>
  22793.        <td class="reserve"><b>24 200 000</b></td>
  22794.                <td class="changer_rate green_text">10.0</td>
  22795.                <td class="changer_reviews">
  22796.            <a href="https://kursoff.biz/exchange/2rbina" title="Отзывы &lt;u&gt; 2rbina &lt;/u&gt;">
  22797.                <div class="likes">
  22798.                    <svg class="icon">
  22799.                        <use xlink:href="#ico-like"></use>
  22800.                    </svg>
  22801.                    57
  22802.                </div>
  22803.  
  22804.                <div class="dislikes">
  22805.                    <svg class="icon">
  22806.                        <use xlink:href="#ico-dislike"></use>
  22807.                    </svg>
  22808.                    0
  22809.                </div>
  22810.                <div class="compare">
  22811.                    <svg class="icon">
  22812.                        <use xlink:href="#ico-compare"></use>
  22813.                    </svg>
  22814.                    4
  22815.                </div>
  22816.            </a>
  22817.                            <div class="changer_reviews_mob green_reviews">
  22818.                            <a href="https://kursoff.biz/exchange/2rbina" title="Отзывы &lt;u&gt; 2rbina &lt;/u&gt;">
  22819.                    <svg class="icon">
  22820.                        <use xlink:href="#reviews"></use>
  22821.                    </svg>
  22822.                </a>
  22823.            </div>
  22824.        </td>
  22825.    </tr>
  22826.                <tr class="green_item ">
  22827.            <td class="changer_name">
  22828.                        <span class="link" data-link="https://kursoff.biz/link/347/138"><u> FirstBTC </u></span>
  22829.            <div class="changer_name_icon">
  22830.                                        <div class="changer_icon">
  22831.                    <img src="https://kursoff.biz/images/float.svg" alt="">
  22832.  
  22833.                    <div class="icon_help">Курс фиксируется ограниченное время</div>
  22834.                </div>
  22835.                                        <div class="changer_icon">
  22836.                    <img src="https://kursoff.biz/images/external.svg" alt="">
  22837.  
  22838.                    <div class="icon_help">Выплата со сторонних платежным систем</div>
  22839.                </div>
  22840.                                    <div class="changer_icon">
  22841.                <img src="https://kursoff.biz/images/dollar.svg" alt="">
  22842.  
  22843.                <div class="icon_help">Обмен производится Оператором</div>
  22844.            </div>
  22845.                                                            <div class="changer_icon">
  22846.                <img src="https://kursoff.biz/images/quick-change.svg" alt="">
  22847.  
  22848.                <div class="icon_help">Обмен в течении 60 мин</div>
  22849.            </div>
  22850.                                                            </div>
  22851.            <p class="changer_rate green_text">
  22852.                10.0
  22853.                <a class="mobile_link" href="https://kursoff.biz/exchange/FirstBTC">[i]</a>
  22854.            </p>
  22855.        </td>
  22856.        <td class="give_money">
  22857.            <span class="right-space"><b>1</b></span>
  22858. ETH <br>
  22859.            <sup>min: 0.118</sup><br>            <sup>max: 4.738</sup>        </td>
  22860.        <td class="get_money">
  22861.            <span class="right-space"><b>126 643</b></span>
  22862. Приват
  22863.                    </td>
  22864.        <td class="reserve"><b>21 187 601</b></td>
  22865.                <td class="changer_rate green_text">10.0</td>
  22866.                <td class="changer_reviews">
  22867.            <a href="https://kursoff.biz/exchange/FirstBTC" title="Отзывы &lt;u&gt; FirstBTC &lt;/u&gt;">
  22868.                <div class="likes">
  22869.                    <svg class="icon">
  22870.                        <use xlink:href="#ico-like"></use>
  22871.                    </svg>
  22872.                    57
  22873.                </div>
  22874.  
  22875.                <div class="dislikes">
  22876.                    <svg class="icon">
  22877.                        <use xlink:href="#ico-dislike"></use>
  22878.                    </svg>
  22879.                    0
  22880.                </div>
  22881.                <div class="compare">
  22882.                    <svg class="icon">
  22883.                        <use xlink:href="#ico-compare"></use>
  22884.                    </svg>
  22885.                    3
  22886.                </div>
  22887.            </a>
  22888.                            <div class="changer_reviews_mob green_reviews">
  22889.                            <a href="https://kursoff.biz/exchange/FirstBTC" title="Отзывы &lt;u&gt; FirstBTC &lt;/u&gt;">
  22890.                    <svg class="icon">
  22891.                        <use xlink:href="#reviews"></use>
  22892.                    </svg>
  22893.                </a>
  22894.            </div>
  22895.        </td>
  22896.    </tr>
  22897.                <tr class="green_item ">
  22898.            <td class="changer_name">
  22899.                        <span class="link" data-link="https://kursoff.biz/link/154/48"><u> Exchanger1 </u></span>
  22900.            <div class="changer_name_icon">
  22901.                                                            <div class="changer_icon">
  22902.                <img src="https://kursoff.biz/images/automatic_exchange.svg" alt="">
  22903.  
  22904.                <div class="icon_help">Автоматический обмен</div>
  22905.            </div>
  22906.                                                                                                </div>
  22907.            <p class="changer_rate green_text">
  22908.                8.6
  22909.                <a class="mobile_link" href="https://kursoff.biz/exchange/Exchanger1">[i]</a>
  22910.            </p>
  22911.        </td>
  22912.        <td class="give_money">
  22913.            <span class="right-space"><b>1 998 574</b></span>
  22914. Приват <br>
  22915.            <sup>min: 49 964.35</sup><br>            <sup>max: 30 000.00</sup>        </td>
  22916.        <td class="get_money">
  22917.            <span class="right-space"><b>1</b></span>
  22918. BTC
  22919.                    </td>
  22920.        <td class="reserve"><b>7.02</b></td>
  22921.                <td class="changer_rate green_text">8.6</td>
  22922.                <td class="changer_reviews">
  22923.            <a href="https://kursoff.biz/exchange/Exchanger1" title="Отзывы &lt;u&gt; Exchanger1 &lt;/u&gt;">
  22924.                <div class="likes">
  22925.                    <svg class="icon">
  22926.                        <use xlink:href="#ico-like"></use>
  22927.                    </svg>
  22928.                    60
  22929.                </div>
  22930.  
  22931.                <div class="dislikes">
  22932.                    <svg class="icon">
  22933.                        <use xlink:href="#ico-dislike"></use>
  22934.                    </svg>
  22935.                    0
  22936.                </div>
  22937.                <div class="compare">
  22938.                    <svg class="icon">
  22939.                        <use xlink:href="#ico-compare"></use>
  22940.                    </svg>
  22941.                    9
  22942.                </div>
  22943.            </a>
  22944.                            <div class="changer_reviews_mob green_reviews">
  22945.                            <a href="https://kursoff.biz/exchange/Exchanger1" title="Отзывы &lt;u&gt; Exchanger1 &lt;/u&gt;">
  22946.                    <svg class="icon">
  22947.                        <use xlink:href="#reviews"></use>
  22948.                    </svg>
  22949.                </a>
  22950.            </div>
  22951.        </td>
  22952.    </tr>
  22953.                <tr class="green_item ">
  22954.            <td class="changer_name">
  22955.                        <span class="link" data-link="https://kursoff.biz/link/342/8725"><u> ecash.expert </u></span>
  22956.            <div class="changer_name_icon">
  22957.                                                            <div class="changer_icon">
  22958.                <img src="https://kursoff.biz/images/dollar.svg" alt="">
  22959.  
  22960.                <div class="icon_help">Обмен производится Оператором</div>
  22961.            </div>
  22962.                                                            <div class="changer_icon">
  22963.                <img src="https://kursoff.biz/images/quick-change.svg" alt="">
  22964.  
  22965.                <div class="icon_help">Обмен в течении 60 мин</div>
  22966.            </div>
  22967.                                                            </div>
  22968.            <p class="changer_rate green_text">
  22969.                8.0
  22970.                <a class="mobile_link" href="https://kursoff.biz/exchange/ecash.expert">[i]</a>
  22971.            </p>
  22972.        </td>
  22973.        <td class="give_money">
  22974.            <span class="right-space"><b>42<span class="fs-sm">.997</span></b></span>
  22975. UAH Карта <br>
  22976.            <sup>min: 10 000.00</sup><br>            <sup>max: 10 000.00</sup>        </td>
  22977.        <td class="get_money">
  22978.            <span class="right-space"><b>1</b></span>
  22979. USDT TRC20
  22980.                    </td>
  22981.        <td class="reserve"><b>11 772 218</b></td>
  22982.                <td class="changer_rate green_text">8.0</td>
  22983.                <td class="changer_reviews">
  22984.            <a href="https://kursoff.biz/exchange/ecash.expert" title="Отзывы &lt;u&gt; ecash.expert &lt;/u&gt;">
  22985.                <div class="likes">
  22986.                    <svg class="icon">
  22987.                        <use xlink:href="#ico-like"></use>
  22988.                    </svg>
  22989.                    1
  22990.                </div>
  22991.  
  22992.                <div class="dislikes">
  22993.                    <svg class="icon">
  22994.                        <use xlink:href="#ico-dislike"></use>
  22995.                    </svg>
  22996.                    0
  22997.                </div>
  22998.                <div class="compare">
  22999.                    <svg class="icon">
  23000.                        <use xlink:href="#ico-compare"></use>
  23001.                    </svg>
  23002.                    0
  23003.                </div>
  23004.            </a>
  23005.                            <div class="changer_reviews_mob green_reviews">
  23006.                            <a href="https://kursoff.biz/exchange/ecash.expert" title="Отзывы &lt;u&gt; ecash.expert &lt;/u&gt;">
  23007.                    <svg class="icon">
  23008.                        <use xlink:href="#reviews"></use>
  23009.                    </svg>
  23010.                </a>
  23011.            </div>
  23012.        </td>
  23013.    </tr>
  23014.                <tr class="green_item ">
  23015.            <td class="changer_name">
  23016.                        <span class="link" data-link="https://kursoff.biz/link/314/8726"><u> Coco-Pay </u></span>
  23017.            <div class="changer_name_icon">
  23018.                                                            <div class="changer_icon">
  23019.                <img src="https://kursoff.biz/images/automatic_exchange.svg" alt="">
  23020.  
  23021.                <div class="icon_help">Автоматический обмен</div>
  23022.            </div>
  23023.                                                                                                </div>
  23024.            <p class="changer_rate green_text">
  23025.                7.1
  23026.                <a class="mobile_link" href="https://kursoff.biz/exchange/Coco-Pay">[i]</a>
  23027.            </p>
  23028.        </td>
  23029.        <td class="give_money">
  23030.            <span class="right-space"><b>43<span class="fs-sm">.070</span></b></span>
  23031. Приват <br>
  23032.            <sup>min: 2 000.00</sup><br>            <sup>max: 150 000.00</sup>        </td>
  23033.        <td class="get_money">
  23034.            <span class="right-space"><b>1</b></span>
  23035. USDT TRC20
  23036.                    </td>
  23037.        <td class="reserve"><b>700 000</b></td>
  23038.                <td class="changer_rate green_text">7.1</td>
  23039.                <td class="changer_reviews">
  23040.            <a href="https://kursoff.biz/exchange/Coco-Pay" title="Отзывы &lt;u&gt; Coco-Pay &lt;/u&gt;">
  23041.                <div class="likes">
  23042.                    <svg class="icon">
  23043.                        <use xlink:href="#ico-like"></use>
  23044.                    </svg>
  23045.                    17
  23046.                </div>
  23047.  
  23048.                <div class="dislikes">
  23049.                    <svg class="icon">
  23050.                        <use xlink:href="#ico-dislike"></use>
  23051.                    </svg>
  23052.                    0
  23053.                </div>
  23054.                <div class="compare">
  23055.                    <svg class="icon">
  23056.                        <use xlink:href="#ico-compare"></use>
  23057.                    </svg>
  23058.                    7
  23059.                </div>
  23060.            </a>
  23061.                            <div class="changer_reviews_mob green_reviews">
  23062.                            <a href="https://kursoff.biz/exchange/Coco-Pay" title="Отзывы &lt;u&gt; Coco-Pay &lt;/u&gt;">
  23063.                    <svg class="icon">
  23064.                        <use xlink:href="#reviews"></use>
  23065.                    </svg>
  23066.                </a>
  23067.            </div>
  23068.        </td>
  23069.    </tr>
  23070.                <tr class="green_item ">
  23071.            <td class="changer_name">
  23072.                        <span class="link" data-link="https://kursoff.biz/link/303/7"><u> 001k.exchange </u></span>
  23073.            <div class="changer_name_icon">
  23074.                                                            <div class="changer_icon">
  23075.                <img src="https://kursoff.biz/images/dollar.svg" alt="">
  23076.  
  23077.                <div class="icon_help">Обмен производится Оператором</div>
  23078.            </div>
  23079.                                                            <div class="changer_icon">
  23080.                <img src="https://kursoff.biz/images/quick-change.svg" alt="">
  23081.  
  23082.                <div class="icon_help">Обмен в течении 60 мин</div>
  23083.            </div>
  23084.                                                                <div class="changer_icon">
  23085.                    <img src="https://kursoff.biz/images/attention.svg" alt="">
  23086.  
  23087.                    <div class="icon_help">Недавнее изменение курса на 5% и больше</div>
  23088.                </div>
  23089.                        </div>
  23090.            <p class="changer_rate green_text">
  23091.                7.0
  23092.                <a class="mobile_link" href="https://kursoff.biz/exchange/001k.exchange">[i]</a>
  23093.            </p>
  23094.        </td>
  23095.        <td class="give_money">
  23096.            <span class="right-space"><b>0<span class="fs-sm">.000</span></b></span>
  23097. BTC <br>
  23098.            <sup>min: 0.31434</sup><br>            <sup>max: 7.85857</sup>        </td>
  23099.        <td class="get_money">
  23100.            <span class="right-space"><b>1</b></span>
  23101. USD Наличными
  23102.                    </td>
  23103.        <td class="reserve"><b>9 784 755</b></td>
  23104.                <td class="changer_rate green_text">7.0</td>
  23105.                <td class="changer_reviews">
  23106.            <a href="https://kursoff.biz/exchange/001k.exchange" title="Отзывы &lt;u&gt; 001k.exchange &lt;/u&gt;">
  23107.                <div class="likes">
  23108.                    <svg class="icon">
  23109.                        <use xlink:href="#ico-like"></use>
  23110.                    </svg>
  23111.                    2
  23112.                </div>
  23113.  
  23114.                <div class="dislikes">
  23115.                    <svg class="icon">
  23116.                        <use xlink:href="#ico-dislike"></use>
  23117.                    </svg>
  23118.                    0
  23119.                </div>
  23120.                <div class="compare">
  23121.                    <svg class="icon">
  23122.                        <use xlink:href="#ico-compare"></use>
  23123.                    </svg>
  23124.                    1
  23125.                </div>
  23126.            </a>
  23127.                            <div class="changer_reviews_mob green_reviews">
  23128.                            <a href="https://kursoff.biz/exchange/001k.exchange" title="Отзывы &lt;u&gt; 001k.exchange &lt;/u&gt;">
  23129.                    <svg class="icon">
  23130.                        <use xlink:href="#reviews"></use>
  23131.                    </svg>
  23132.                </a>
  23133.            </div>
  23134.        </td>
  23135.    </tr>
  23136.                <tr class="yellow_item ">
  23137.            <td class="changer_name">
  23138.                        <span class="link" data-link="https://kursoff.biz/link/84/8689"><u> WM Money </u></span>
  23139.            <div class="changer_name_icon">
  23140.                                                            <div class="changer_icon">
  23141.                <img src="https://kursoff.biz/images/automatic_exchange.svg" alt="">
  23142.  
  23143.                <div class="icon_help">Автоматический обмен</div>
  23144.            </div>
  23145.                                                                                                </div>
  23146.            <p class="changer_rate green_text">
  23147.                5.9
  23148.                <a class="mobile_link" href="https://kursoff.biz/exchange/WM%20Money">[i]</a>
  23149.            </p>
  23150.        </td>
  23151.        <td class="give_money">
  23152.            <span class="right-space"><b>1</b></span>
  23153. USDT TRC20 <br>
  23154.            <sup>min: 287.87</sup><br>            <sup>max: 10 000.00</sup>        </td>
  23155.        <td class="get_money">
  23156.            <span class="right-space"><b>41<span class="fs-sm">.69</span></b></span>
  23157. Моно
  23158.                    </td>
  23159.        <td class="reserve"><b>10 500 400</b></td>
  23160.                <td class="changer_rate yellow_text">5.9</td>
  23161.                <td class="changer_reviews">
  23162.            <a href="https://kursoff.biz/exchange/WM%20Money" title="Отзывы &lt;u&gt; WM Money &lt;/u&gt;">
  23163.                <div class="likes">
  23164.                    <svg class="icon">
  23165.                        <use xlink:href="#ico-like"></use>
  23166.                    </svg>
  23167.                    9
  23168.                </div>
  23169.  
  23170.                <div class="dislikes">
  23171.                    <svg class="icon">
  23172.                        <use xlink:href="#ico-dislike"></use>
  23173.                    </svg>
  23174.                    0
  23175.                </div>
  23176.                <div class="compare">
  23177.                    <svg class="icon">
  23178.                        <use xlink:href="#ico-compare"></use>
  23179.                    </svg>
  23180.                    5
  23181.                </div>
  23182.            </a>
  23183.                            <div class="changer_reviews_mob blue_reviews">
  23184.                            <a href="https://kursoff.biz/exchange/WM%20Money" title="Отзывы &lt;u&gt; WM Money &lt;/u&gt;">
  23185.                    <svg class="icon">
  23186.                        <use xlink:href="#reviews"></use>
  23187.                    </svg>
  23188.                </a>
  23189.            </div>
  23190.        </td>
  23191.    </tr>
  23192.        </tbody>
  23193.  
  23194. </table>
  23195.        </div>
  23196.  
  23197.        <div class="monitor_courses">
  23198.    <div class="course">
  23199.        BTC:
  23200.        <b>68 340.00$</b>
  23201.        <b class="green_text"> 1.98%</b>
  23202.    </div>
  23203.    <div class="course">
  23204.        ETH:
  23205.        <b>3 934.20$</b>
  23206.        <b class="green_text"> 1.66%</b>
  23207.    </div>
  23208.  
  23209.    <div class="course">
  23210.        BTC/UAH:
  23211.        <b>2 603 754.00</b>
  23212.        <b class="green_text"> 2.12%</b>
  23213.    </div>
  23214.    <div class="course">
  23215.        USD/UAH: <b>38.1</b>
  23216.    </div>
  23217.  
  23218.    <div class="course">
  23219.        LTC:
  23220.        <b>88.85$</b>
  23221.        <b class="green_text"> 3.63%</b>
  23222.    </div>
  23223.  
  23224.    <div class="course">
  23225.        BTC/KZT:
  23226.        <b>30 477 711.90</b>
  23227.        <b class="green_text"> 1.82%</b>
  23228.    </div>
  23229.    <div class="course">
  23230.        USD/KZT: <b>447.29</b>
  23231.    </div>
  23232.  
  23233.    <div class="course">
  23234.        XRP:
  23235.        <b>0.630$</b>
  23236.        <b class="green_text"> 3.28%</b>
  23237.    </div>
  23238.  
  23239.    <div class="course"></div>
  23240.  
  23241.    <div class="course">
  23242.        Всего курсов: <b> 17984</b>
  23243.    </div>
  23244.  
  23245.    <div class="course">
  23246.        Обменников: <b>53/58</b>
  23247.    </div>
  23248.  
  23249.    <div class="course">
  23250.        Обновление: <b>12:35:56</b>
  23251.    </div>
  23252. </div>
  23253.        <div class="change_other d-block d-md-none">
  23254.    <div class="page_title transform_none">Популярные направления</div>
  23255.            <div class="row">
  23256.                                            <div class="col-12 col-sm-6 col-md-4">
  23257.                    <a href="https://kursoff.biz/PRUSD/P24UAH">
  23258.                        Payeer USD на Приват
  23259.                    </a>
  23260.                </div>
  23261.                                            <div class="col-12 col-sm-6 col-md-4">
  23262.                    <a href="https://kursoff.biz/USDTTRC20/MONOBUAH">
  23263.                        USDT TRC20 на Моно
  23264.                    </a>
  23265.                </div>
  23266.                                            <div class="col-12 col-sm-6 col-md-4">
  23267.                    <a href="https://kursoff.biz/ETH/P24UAH">
  23268.                        ETH на Приват
  23269.                    </a>
  23270.                </div>
  23271.                    </div>
  23272.            <div class="row">
  23273.                                            <div class="col-12 col-sm-6 col-md-4">
  23274.                    <a href="https://kursoff.biz/BTC/CASHUSD">
  23275.                        BTC на USD Наличными
  23276.                    </a>
  23277.                </div>
  23278.                                            <div class="col-12 col-sm-6 col-md-4">
  23279.                    <a href="https://kursoff.biz/PRUSD/MONOBUAH">
  23280.                        Payeer USD на Моно
  23281.                    </a>
  23282.                </div>
  23283.                                            <div class="col-12 col-sm-6 col-md-4">
  23284.                    <a href="https://kursoff.biz/P24UAH/USDTTRC20">
  23285.                        Приват на USDT TRC20
  23286.                    </a>
  23287.                </div>
  23288.                    </div>
  23289.            <div class="row">
  23290.                                            <div class="col-12 col-sm-6 col-md-4">
  23291.                    <a href="https://kursoff.biz/BTC/P24UAH">
  23292.                        BTC на Приват
  23293.                    </a>
  23294.                </div>
  23295.                                            <div class="col-12 col-sm-6 col-md-4">
  23296.                    <a href="https://kursoff.biz/USDTTRC20/CASHUSD">
  23297.                        USDT TRC20 на USD Наличными
  23298.                    </a>
  23299.                </div>
  23300.                                            <div class="col-12 col-sm-6 col-md-4">
  23301.                    <a href="https://kursoff.biz/PRUSD/CARDUAH">
  23302.                        Payeer USD на UAH Карта
  23303.                    </a>
  23304.                </div>
  23305.                    </div>
  23306.            <div class="row">
  23307.                                            <div class="col-12 col-sm-6 col-md-4">
  23308.                    <a href="https://kursoff.biz/P24UAH/BTC">
  23309.                        Приват на BTC
  23310.                    </a>
  23311.                </div>
  23312.                                            <div class="col-12 col-sm-6 col-md-4">
  23313.                    <a href="https://kursoff.biz/CARDUAH/USDTTRC20">
  23314.                        UAH Карта на USDT TRC20
  23315.                    </a>
  23316.                </div>
  23317.                                            <div class="col-12 col-sm-6 col-md-4">
  23318.                    <a href="https://kursoff.biz/USDTTRC20/P24UAH">
  23319.                        USDT TRC20 на Приват
  23320.                    </a>
  23321.                </div>
  23322.                    </div>
  23323.    </div>
  23324.        <div class="metrics-wrap metrics-wrap__home row">
  23325.            <div class="col-6 ">
  23326.                <div class="item-metrics__title">
  23327.                    Индекс страха и жадности
  23328.                </div>
  23329.                <div class="item-metrics">
  23330.                    <div
  23331.                        class="item-metrics__subtitle"
  23332.                        style="color: #800828"
  23333.                    >
  23334.                        Эйфория
  23335.                    </div>
  23336.                    <div
  23337.                        class="item-metrics__number"
  23338.                        style="color: #800828"
  23339.                    >
  23340.                        84
  23341.                    </div>
  23342.                    <div class="item-metrics__arrow"
  23343.                         data-deg="180"
  23344.                    >
  23345.                        <img src="https://kursoff.biz/images/metrics-arrow.svg" alt="metrics-arrow">
  23346.                    </div>
  23347.                    <div class="count-metrics left-count__metrics">
  23348.                        min
  23349.                    </div>
  23350.                    <div class="count-metrics right-count__metrics">
  23351.                        max
  23352.                    </div>
  23353.                </div>
  23354.            </div>
  23355.            <div class="col-6 ">
  23356.                <div class="item-metrics__title">
  23357.                    Средняя стоимость транзакции ВТС
  23358.                </div>
  23359.                <div class="item-metrics">
  23360.                    <div
  23361.                        class="item-metrics__subtitle"
  23362.                        style="color: #edba13"
  23363.                    >
  23364.                        Medium
  23365.                    </div>
  23366.                    <div
  23367.                        class="item-metrics__number"
  23368.                        style="color: #edba13"
  23369.                    >
  23370.                        7$
  23371.                    </div>
  23372.                    <div class="item-metrics__arrow"
  23373.                         data-deg="120"
  23374.                    >
  23375.                        <img src="https://kursoff.biz/images/metrics-arrow.svg" alt="metrics-arrow">
  23376.                    </div>
  23377.                    <div class="count-metrics left-count__metrics">
  23378.                        min
  23379.                    </div>
  23380.                    <div class="count-metrics right-count__metrics">
  23381.                        max
  23382.                    </div>
  23383.                </div>
  23384.            </div>
  23385.            <div class="col-6 ">
  23386.                <div class="item-metrics__title">
  23387.                    Средняя стоимость транзакции ЕТН
  23388.                </div>
  23389.                <div class="item-metrics">
  23390.                    <div
  23391.                        class="item-metrics__subtitle"
  23392.                        style="color: #de0973"
  23393.                    >
  23394.                        HIgh
  23395.                    </div>
  23396.                    <div
  23397.                        class="item-metrics__number"
  23398.                        style="color: #de0973"
  23399.                    >
  23400.                        22$
  23401.                    </div>
  23402.                    <div class="item-metrics__arrow"
  23403.                         data-deg="180"
  23404.                    >
  23405.                        <img src="https://kursoff.biz/images/metrics-arrow.svg" alt="metrics-arrow">
  23406.                    </div>
  23407.                    <div class="count-metrics left-count__metrics">
  23408.                        min
  23409.                    </div>
  23410.                    <div class="count-metrics right-count__metrics">
  23411.                        max
  23412.                    </div>
  23413.                </div>
  23414.            </div>
  23415.            <div class="col-12">
  23416.                <a href="https://kursoff.biz/metrics" class="btn btn-line btn-center">
  23417.                    Подробнее
  23418.                </a>
  23419.            </div>
  23420.        </div>
  23421.        <div class="monitor_news">
  23422.    <div class="news_title">
  23423.        <h2>Статьи и полезная информация</h2>
  23424.    </div>
  23425.  
  23426.    <div class="news_row row">
  23427.                <div class="col-6 col-md-4">
  23428.            <article>
  23429.                <a href="https://kursoff.biz/article/binance-converted-all-the-money-from-the-fund-into-USDC">
  23430.                    <div class="art_image" style="background-image: url(https://kursoff.biz/public/uploads/images/5027575d5a28bc59c8a4d541dbf045d9.jpeg)">
  23431.                        <img src="https://kursoff.biz/public/uploads/images/5027575d5a28bc59c8a4d541dbf045d9.jpeg" alt="art_image">
  23432.                    </div>
  23433.  
  23434.                    <div class="art_title">
  23435.                        Биржа Binance конвертировала все средства с фонда в USDC
  23436.                    </div>
  23437.  
  23438.                    <div class="art_text">
  23439.                        <span class="art_link">Подробнее <i class="fas fa-chevron-right"></i></span>
  23440.                    </div>
  23441.                </a>
  23442.            </article>
  23443.        </div>
  23444.                <div class="col-6 col-md-4">
  23445.            <article>
  23446.                <a href="https://kursoff.biz/article/ethereum-whale-has-sold-2000-eth-since-ico">
  23447.                    <div class="art_image" style="background-image: url(https://kursoff.biz/public/uploads/images/3bb859b8de72b49a05d40c21b6d4293c.jpeg)">
  23448.                        <img src="https://kursoff.biz/public/uploads/images/3bb859b8de72b49a05d40c21b6d4293c.jpeg" alt="art_image">
  23449.                    </div>
  23450.  
  23451.                    <div class="art_title">
  23452.                        Ethereum-кит со времен ICO продал 2000 ETH
  23453.                    </div>
  23454.  
  23455.                    <div class="art_text">
  23456.                        <span class="art_link">Подробнее <i class="fas fa-chevron-right"></i></span>
  23457.                    </div>
  23458.                </a>
  23459.            </article>
  23460.        </div>
  23461.                <div class="col-6 col-md-4">
  23462.            <article>
  23463.                <a href="https://kursoff.biz/article/the-nbu-emphasizes-the-importance-of-implementing-mica-into-ukrainian-legislation">
  23464.                    <div class="art_image" style="background-image: url(https://kursoff.biz/public/uploads/images/a22aadb566b69c34c052703749df3658.jpeg)">
  23465.                        <img src="https://kursoff.biz/public/uploads/images/a22aadb566b69c34c052703749df3658.jpeg" alt="art_image">
  23466.                    </div>
  23467.  
  23468.                    <div class="art_title">
  23469.                        В НБУ заявили о важности имплементации MiCA в законодательство Украины
  23470.                    </div>
  23471.  
  23472.                    <div class="art_text">
  23473.                        <span class="art_link">Подробнее <i class="fas fa-chevron-right"></i></span>
  23474.                    </div>
  23475.                </a>
  23476.            </article>
  23477.        </div>
  23478.                <div class="col-6 col-md-4">
  23479.            <article>
  23480.                <a href="https://kursoff.biz/article/worldcoin-to-launch-l2-network-based-on-ethereum">
  23481.                    <div class="art_image" style="background-image: url(https://kursoff.biz/public/uploads/images/acdc087157c47089fcddbd12fc2b9e9b.jpeg)">
  23482.                        <img src="https://kursoff.biz/public/uploads/images/acdc087157c47089fcddbd12fc2b9e9b.jpeg" alt="art_image">
  23483.                    </div>
  23484.  
  23485.                    <div class="art_title">
  23486.                        В Worldcoin запустят L2-сеть на базе Ethereum
  23487.                    </div>
  23488.  
  23489.                    <div class="art_text">
  23490.                        <span class="art_link">Подробнее <i class="fas fa-chevron-right"></i></span>
  23491.                    </div>
  23492.                </a>
  23493.            </article>
  23494.        </div>
  23495.                <div class="col-6 col-md-4">
  23496.            <article>
  23497.                <a href="https://kursoff.biz/article/peter-schiff-does-not-believe-in-high-demand-for-btc-and-reaching-the-100000-mark">
  23498.                    <div class="art_image" style="background-image: url(https://kursoff.biz/public/uploads/images/d9c0ac3abfea7159f01e0502b5927a8b.jpeg)">
  23499.                        <img src="https://kursoff.biz/public/uploads/images/d9c0ac3abfea7159f01e0502b5927a8b.jpeg" alt="art_image">
  23500.                    </div>
  23501.  
  23502.                    <div class="art_title">
  23503.                        Питер Шифф не верит в высокий спрос на BTC и достижение им отметки в $100 000
  23504.                    </div>
  23505.  
  23506.                    <div class="art_text">
  23507.                        <span class="art_link">Подробнее <i class="fas fa-chevron-right"></i></span>
  23508.                    </div>
  23509.                </a>
  23510.            </article>
  23511.        </div>
  23512.                <div class="col-6 col-md-4">
  23513.            <article>
  23514.                <a href="https://kursoff.biz/article/chairman-of-the-committee-on-banking-in-the-us-senate-supports-%20the-bill-on-stablecoins">
  23515.                    <div class="art_image" style="background-image: url(https://kursoff.biz/public/uploads/images/536f96835ece88cec4d9eae56748a16f.jpeg)">
  23516.                        <img src="https://kursoff.biz/public/uploads/images/536f96835ece88cec4d9eae56748a16f.jpeg" alt="art_image">
  23517.                    </div>
  23518.  
  23519.                    <div class="art_title">
  23520.                        Глава Комитета по банковским вопросам в Сенате США поддержал законопроект о стейблкоинах
  23521.                    </div>
  23522.  
  23523.                    <div class="art_text">
  23524.                        <span class="art_link">Подробнее <i class="fas fa-chevron-right"></i></span>
  23525.                    </div>
  23526.                </a>
  23527.            </article>
  23528.        </div>
  23529.            </div>
  23530.    <a href="https://kursoff.biz/articles" class="btn btn-line btn-center">
  23531.        Подробнее
  23532.    </a>
  23533. </div>
  23534.  
  23535.  
  23536.  
  23537.    </div>
  23538.        
  23539.            </div>
  23540. </div>
  23541.        <div class="text-content">
  23542.        <h2>&nbsp; Обмен криптовалют - быстро, надежно!</h2><p>&nbsp;Сегодня в интернете имеются тысячи обменных пунктов, где можно купить и продать валюту. Каждый из них устанавливает свои курсы конвертации, а разница между ними может достигать <strong>5-15%,</strong> что приведет к значительным денежным потерям при обмене крупных и средних сумм.</p><p>&nbsp; Мониторинг обменников Курсоф поможет вам не только избежать подобных трат, но и быстро найти выгодный способ конвертации той или иной валюты. У нас собраны курсы обмена всех электронных и наличных валют, а также криптовалют: Биткоина, Лайткоина, Эфириума, Рипл и других.&nbsp;</p><p>&nbsp; На сайте представлен мониторинг проверенных обменных пунктов по конвертации 40 валют, составляющих более 3000 направлений.&nbsp;</p><h2>&nbsp; Взаимодействие с мониторингом обменников</h2><p>Чтобы узнать курсы обмена интересующих вас валют, достаточно выбрать их в графах «Отдаете» и «Получаете». Для вашего удобства при выборе меняемой валюты сразу же отображаются доступные варианты ее конвертации. В появившемся окне показ обменников валют происходит с сортировкой по выгодности курса конвертации. Здесь вы также можете:</p><ul><li><strong>узнать минимальный и максимальный резерв онлайн-обменника;</strong></li><li><strong>прочитать отзывы о нем;</strong></li><li><strong>посчитать, сколько денег вы получите при обмене определенной суммы.</strong></li></ul><p>&nbsp; Для конвертации просто перейдите на сайт выбранного обменного пункта по прямой ссылке в его названии. Несмотря на то, что у нас отображаются надежные обменники валют, все они имеют отзывы пользователей и свой рейтинг.&nbsp;<br>&nbsp; Последний рассчитывается на основе скорости конвертации, оперативности и компетентности работы службы поддержки.</p><h2>&nbsp; Дополнительные возможности</h2><p>Наш мониторинг обменников в Украине, Казахстане и других странах бывшего СНГ,предлагает функцию уведомлений о появлении заданного вами курса валют. Для этого нужно:</p><ol><li><i>Нажать на кнопку «Оповещения».</i></li><li><i>Указать способ их отправки – E-mail или Telegram, ввести адрес или ник.</i></li><li><i>Ввести желаемый курс онлайн-обмена.</i></li><li><i>Выбрать срок аннуляции заявки – 6, 12, 24 часа или 7 дней.</i></li></ol><p>&nbsp; Эта функция является абсолютно бесплатной и дает возможность дождаться появления выгодного для вас курса, который предоставляет онлайн-обменник валют.&nbsp;<br>&nbsp;</p><h2>&nbsp;Преимущества мониторинга обменников KursoFF</h2><p>&nbsp; Частота обновления курсов конвертаций валюты составляет<strong> 5 секунд</strong>.&nbsp;<br>&nbsp; У нас не &nbsp;публикуются обменные пункты со скрытыми условиями конвертации. На нашем сайте вы сможете найти лучший обмен криптовалют онлайн.</p><p>&nbsp;Мы дорожим собственной репутацией и отображаем реальное состояние дел в обменном пункте.&nbsp;<br>Вы всегда можете увидеть &nbsp;актуальный рейтинг, отрицательные и нейтральные отзывы о конкретном обменнике.&nbsp;<br>&nbsp;</p>
  23543.    </div>
  23544.    <div class="social_block_links_wrapper">
  23545.    <div class="title text-content page_title">
  23546.        Поделиться в соцсетях
  23547.    </div>
  23548.    <div class="social_block_links">
  23549.        <a class="facebook-link" href="https://www.facebook.com/sharer/sharer.php?u=https://kursoff.biz" target="_blank">
  23550.                    <span class="social-logo">
  23551.                       <svg class="icon">
  23552.                            <use xlink:href="#ico-facebook"></use>
  23553.                        </svg>
  23554.                    </span>
  23555.            Facebook
  23556.        </a>
  23557.  
  23558.        <a class="twitter-link" href="https://twitter.com/intent/tweet?text=https://kursoff.biz" target="_blank">
  23559.                    <span class="social-logo">
  23560.                        <svg class="icon">
  23561.                            <use xlink:href="#ico-twitter"></use>
  23562.                        </svg>
  23563.                    </span>
  23564.            Twitter
  23565.        </a>
  23566.  
  23567.        <a class="whatsapp-link" href="https://wa.me/?text=https://kursoff.biz" target="_blank">
  23568.                    <span class="social-logo">
  23569.                        <svg class="icon">
  23570.                            <use xlink:href="#ico-whatsapp"></use>
  23571.                        </svg>
  23572.                    </span>
  23573.            WhatsApp
  23574.        </a>
  23575.  
  23576.        <a class="fav-link" href="#" id="add-to-bookmarks">
  23577.            <svg class="icon">
  23578.                <use xlink:href="#ico-surface"></use>
  23579.            </svg>
  23580.            Добавить в закладки
  23581.        </a>
  23582.    </div>
  23583. </div>
  23584.    <div class="row">
  23585.        <div class="col-12 col-sm-6 col-md-3">
  23586.            <div class="info-item">
  23587.                <div class="arrow"></div>
  23588.                <span class="hidden" data-attr="10"></span>
  23589.            </div>
  23590.  
  23591.        </div>
  23592.    </div>
  23593.  
  23594.        </div>
  23595.    </main>
  23596.  
  23597.    <footer>
  23598.    <div class="container">
  23599.        <div class="row">
  23600.            <div class="col-lg-4">
  23601.                <div class="footer_copyright">
  23602.                    <p>© 2019-2024 KursoFF – <a href="https://kursoff.com">Мониторинг Обменников</a>.</p>
  23603.                </div>
  23604.            </div>
  23605.  
  23606.            <div class="col-lg-8 order-first order-lg-2">
  23607.                <nav class="footer_menu">
  23608.                    <ul>
  23609.                <li class=" ">
  23610.            <a href="https://kursoff.biz/exchanges">Обменники</a>
  23611.        </li>
  23612.            <li class=" ">
  23613.            <a href="https://kursoff.biz/partners">Партнерам</a>
  23614.        </li>
  23615.            <li class=" ">
  23616.            <a href="https://kursoff.biz/help">Помощь</a>
  23617.        </li>
  23618.            <li class=" ">
  23619.            <a href="https://kursoff.biz/add">Добавить обменник</a>
  23620.        </li>
  23621.            <li class=" ">
  23622.            <a href="https://kursoff.biz/contacts">Контакты</a>
  23623.        </li>
  23624.            <li class=" d-lg-inline d-none">
  23625.            <a href="https://kursoff.biz/sitemap.html">Карта сайта</a>
  23626.        </li>
  23627.            <li class=" ">
  23628.            <a href="https://kursoff.biz/converter">Конвертер</a>
  23629.        </li>
  23630.    </ul>
  23631.                </nav>
  23632.            </div>
  23633.        </div>
  23634.    </div>
  23635. </footer>
  23636. <div class="remodal remodal_settings" data-remodal-id="settings_modal">
  23637.    <button data-remodal-action="close" class="remodal_close">
  23638.        <img src="https://kursoff.biz/images/close.svg" alt="">
  23639.    </button>
  23640.  
  23641.    <div class="remodal_report_wrapper">
  23642.        <div class="remodal_title">Настройки</div>
  23643.  
  23644.        <div class="remodal_form">
  23645.            <div class="form_row">
  23646.                <label for="settings-theme">Тема</label>
  23647.                <div class="select_wrap">
  23648.                    <select id="settings-theme">
  23649.                                                    <option value="light"
  23650.                                     selected >Светлая</option>
  23651.                                                    <option value="dark"
  23652.                                    >Темная</option>
  23653.                                            </select>
  23654.                </div>
  23655.            </div>
  23656.            <div class="form_row">
  23657.                <label for="settings-table_type">Таблица</label>
  23658.                <div class="select_wrap">
  23659.                    <select id="settings-table_type">
  23660.                                                    <option value="default"
  23661.                                    >Classic</option>
  23662.                                                    <option value="alternative"
  23663.                                     selected >Smart</option>
  23664.                                            </select>
  23665.                </div>
  23666.            </div>
  23667.            <div class="form_row">
  23668.                <label for="settings-marquee_enabled">Бегущая строка</label>
  23669.                <div class="select_wrap">
  23670.                    <select id="settings-marquee_enabled">
  23671.                                                    <option value="1"
  23672.                                    >On</option>
  23673.                                                    <option value="0"
  23674.                                     selected >Off</option>
  23675.                                            </select>
  23676.                </div>
  23677.            </div>
  23678.            <div class="form_row">
  23679.                <label for="settings-metrics_enabled">Метрики</label>
  23680.                <div class="select_wrap">
  23681.                    <select id="settings-metrics_enabled">
  23682.                                                    <option value="1"
  23683.                                     selected >On</option>
  23684.                                                    <option value="0"
  23685.                                    >Off</option>
  23686.                                            </select>
  23687.                </div>
  23688.            </div>
  23689.  
  23690.            <div class="form_row justify-content-center align-items-center">
  23691.                <input type="submit" value="Сохранить" id="settings-button">
  23692.            </div>
  23693.        </div>
  23694.    </div>
  23695. </div>
  23696.  
  23697. <div class="popup" data-popup="currency">
  23698.    <div class="popup-wrap">
  23699.        <button class="popup-close">
  23700.            <img src="https://kursoff.biz/images/close.svg" alt="">
  23701.        </button>
  23702.        <div class="popup-title">Выберите валюту, которую желаете получить</div>
  23703.        <div class="popup-accordion">
  23704.            
  23705.            
  23706.            
  23707.            
  23708.            
  23709.            
  23710.            
  23711.            
  23712.            
  23713.            
  23714.            
  23715.            
  23716.            
  23717.            
  23718.            
  23719.            
  23720.        </div>
  23721.    </div>
  23722.    <div class="popup-overlay"></div>
  23723. </div>
  23724. <div class="material-scrolltop">Вверх</div>
  23725. <div class="popup" data-popup="settings">
  23726.  
  23727.    <div class="popup-overlay"></div>
  23728. </div>
  23729.  
  23730.  
  23731.    <svg id="svg_ants"
  23732.         xmlns="http://www.w3.org/2000/svg"
  23733.         xmlns:xlink="http://www.w3.org/1999/xlink"
  23734.         x="0px"
  23735.         y="0px"
  23736.         width="30"
  23737.         height="0"
  23738.         xml:space="preserve"
  23739.    >
  23740.    <path d="M 2 2 L 12 2"
  23741.          id="path_ants_from"
  23742.          class="ants"
  23743.          fill="#FFFFFF"
  23744.          stroke="#666"
  23745.          stroke-width="3"
  23746.          stroke-miterlimit="10"
  23747.    ></path>
  23748.        <path d="M 12 1 L 12 282"
  23749.              id="path_ants_center"
  23750.              class="ants"
  23751.              fill="#FFFFFF"
  23752.              stroke="#666"
  23753.              stroke-width="3"
  23754.              stroke-miterlimit="10"
  23755.        ></path>
  23756.        <path d="M 12 282 L 22 282"
  23757.              id="path_ants_to"
  23758.              class="ants"
  23759.              fill="transparent"
  23760.              stroke="#666"
  23761.              stroke-width="3"
  23762.              stroke-miterlimit="10"
  23763.        ></path>
  23764. </svg>
  23765. <svg style="display: none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
  23766.    <symbol viewBox="0 0 73 67" id="comment" xmlns="http://www.w3.org/2000/svg">
  23767.        <path d="M63.386 25.013H29.452c-.59 0-1.07.44-1.07.981 0 .542.48.982 1.07.982h33.934c.59 0 1.07-.44 1.07-.982s-.48-.981-1.07-.981zm0 7.502H29.452c-.59 0-1.07.44-1.07.982s.48.981 1.07.981h33.934c.59 0 1.07-.44 1.07-.981 0-.542-.48-.982-1.07-.982zm0 7.503H29.452c-.59 0-1.07.44-1.07.981 0 .542.48.982 1.07.982h33.934c.59 0 1.07-.44 1.07-.982s-.48-.981-1.07-.981z"></path>
  23768.        <path d="M66.782 16.43H26.055c-3.429 0-6.22 2.56-6.22 5.708v23.504c0 3.148 2.79 5.708 6.22 5.708h28.546c.306 0 .589.127.778.346l9.219 10.712a1.9 1.9 0 001.448.652c.206 0 .416-.032.622-.098.76-.242 1.25-.875 1.25-1.613V51.253c2.884-.494 5.084-2.834 5.084-5.61V22.136c0-3.147-2.79-5.708-6.22-5.708zm4.081 29.212c0 2.039-1.807 3.718-4.028 3.744-.585.007-1.055.444-1.055.981v10.248L57.058 50.48c-.598-.694-1.493-1.092-2.457-1.092H26.055c-2.25 0-4.08-1.68-4.08-3.746V22.137c0-2.065 1.83-3.745 4.08-3.745h40.727c2.25 0 4.081 1.68 4.081 3.745v23.505z"></path>
  23769.        <path d="M15.754 32.657a2.917 2.917 0 00-1.844.973l-7.346 8.536V33.61c0-.537-.47-.974-1.056-.981-1.858-.022-3.37-1.427-3.37-3.132V9.036c0-1.727 1.532-3.133 3.415-3.133h35.454c1.882 0 3.414 1.406 3.414 3.134v3.785c0 .543.478.982 1.069.982.59 0 1.07-.44 1.07-.982V9.037c0-2.81-2.492-5.097-5.553-5.097H5.553C2.49 3.94 0 6.226 0 9.037v20.46c0 2.444 1.906 4.507 4.425 4.99v8.684c0 .697.464 1.296 1.182 1.525.194.062.393.092.588.092.524 0 1.025-.218 1.368-.616l8.025-9.325a.738.738 0 01.467-.246c.584-.076.991-.573.908-1.11-.083-.536-.623-.91-1.209-.834z"></path>
  23770.    </symbol>
  23771.    <symbol viewBox="0 0 44 46" id="comment-admin" xmlns="http://www.w3.org/2000/svg">
  23772.        <path d="M23.74 9.916c-.06-1.097-1.18-.91-2.275-.91a9.686 9.686 0 012.274.91zm-11.702-2.75c-4.248 0-6.204 5.377-2.808 8.081 1.158-3.091 3.463-5.31 6.484-6.187a4.532 4.532 0 00-3.676-1.894z"></path>
  23773.        <path d="M3.265 14.406c.173.555.398 1.088.664 1.593l-1.395 1.396a.961.961 0 000 1.359l2.46 2.46a.963.963 0 001.359 0l1.394-1.396c.209.11.44.178.657.274l-.001-.048c0-1.141.13-2.218.364-3.228-1.683-1.083-2.806-2.964-2.806-5.11a6.088 6.088 0 016.08-6.081c2.27 0 4.23 1.263 5.276 3.11a10.582 10.582 0 013.429.1 9.166 9.166 0 00-.593-1.424l1.395-1.397a.954.954 0 000-1.357l-2.458-2.46a.956.956 0 00-1.356 0l-1.4 1.398a8.993 8.993 0 00-1.594-.662V.96c0-.53-.428-.96-.959-.96h-3.479c-.528 0-.96.43-.96.96v1.973a9.088 9.088 0 00-1.594.662L6.353 2.199a.957.957 0 00-1.358 0L2.534 4.656a.965.965 0 000 1.359l1.395 1.396a9.187 9.187 0 00-.66 1.593H1.295a.96.96 0 00-.96.961v3.48c0 .528.429.96.96.96h1.97zM33.403 33.02c1.538-.844 2.595-2.459 2.595-4.333a4.966 4.966 0 00-4.961-4.96c-.962 0-1.853.288-2.615.763-.456 1.816-1.174 3.552-2.113 5.06a14.86 14.86 0 017.094 3.47z"></path>
  23774.        <path d="M43.665 26.81c0-.573-.465-1.037-1.036-1.037h-2.128a9.82 9.82 0 00-.717-1.72l1.507-1.507a1.033 1.033 0 000-1.465l-2.652-2.653a1.032 1.032 0 00-1.465 0l-1.51 1.507a9.675 9.675 0 00-1.72-.714v-2.128c0-.573-.462-1.036-1.034-1.036h-3.753c-.251 0-.473.1-.653.25a14.11 14.11 0 01.489 3.737c0 .846-.066 1.706-.19 2.56a6.416 6.416 0 012.23-.418 6.51 6.51 0 016.502 6.5c0 2.292-1.196 4.3-2.992 5.458a14.825 14.825 0 013.021 5.038c.111.039.227.067.343.067.265 0 .53-.101.733-.304l2.654-2.653a1.03 1.03 0 00.301-.732c0-.275-.106-.538-.3-.733l-1.51-1.508c.289-.545.532-1.12.716-1.72h2.128a1.035 1.035 0 001.037-1.037l-.001-3.752zm-8.214 13.31c-1.61-4.735-5.861-7.991-10.77-8.434-1.644 1.74-3.68 2.845-5.984 2.845-2.303 0-4.34-1.105-5.982-2.845-4.911.443-9.164 3.7-10.773 8.435l-.89 2.618A2.47 2.47 0 003.388 46h30.616a2.469 2.469 0 002.337-3.26l-.89-2.62z"></path>
  23775.        <path d="M10.715 20.044c0 5.872 3.575 12.174 7.982 12.174 4.41 0 7.984-6.302 7.984-12.174 0-12.174-15.966-12.199-15.966 0z"></path>
  23776.    </symbol>
  23777.    <symbol viewBox="0 0 44 43" id="comment-admin-sup" xmlns="http://www.w3.org/2000/svg">
  23778.        <path d="M43.018 16.497l-4.04-.969a17.41 17.41 0 00-.659-1.532l2.105-3.428a1.238 1.238 0 00-.194-1.54l-5.47-5.344a1.312 1.312 0 00-1.574-.19L29.68 5.552a18.314 18.314 0 00-1.568-.643l-.993-3.95A1.284 1.284 0 0025.867 0h-7.734c-.594 0-1.11.396-1.252.96l-.992 3.948a18.22 18.22 0 00-1.568.643l-3.507-2.056a1.312 1.312 0 00-1.575.19L3.77 9.028a1.238 1.238 0 00-.194 1.539l2.105 3.428a17.43 17.43 0 00-.659 1.532l-4.04.97A1.266 1.266 0 000 17.72v7.558c0 .58.405 1.085.982 1.224l4.04.969c.191.512.411 1.024.659 1.532l-2.105 3.428a1.238 1.238 0 00.194 1.54l5.47 5.344a1.312 1.312 0 001.574.19l3.507-2.057c.52.242 1.045.457 1.568.643l.992 3.949c.145.575.676.959 1.252.959h7.734c.59 0 1.11-.397 1.252-.96l.992-3.948a18.298 18.298 0 001.568-.643l3.507 2.056a1.31 1.31 0 001.575-.19l5.469-5.344a1.238 1.238 0 00.194-1.539l-2.105-3.428c.248-.508.468-1.02.659-1.532l4.04-.97c.577-.137.982-.643.982-1.223V17.72c0-.58-.405-1.085-.982-1.224zm-25.6 6.051l3.867 2.52c.433.282.997.282 1.43 0l3.867-2.52a1.25 1.25 0 00.574-1.048v-7.238c2.398 1.625 3.867 4.3 3.867 7.238 0 4.862-4.047 8.818-9.023 8.818-4.975 0-9.023-3.956-9.023-8.818 0-2.938 1.47-5.613 3.867-7.238V21.5c0 .421.215.815.574 1.048zM22 32.838c.886 0 1.749-.098 2.578-.283v7.925h-5.156v-7.925c.83.185 1.692.283 2.578.283zm19.422-8.547l-3.744.898a1.278 1.278 0 00-.922.845c-.262.81-.614 1.632-1.048 2.442-.208.39-.194.856.037 1.232l1.95 3.177-4.045 3.954-3.25-1.906a1.316 1.316 0 00-1.261-.036 15.97 15.97 0 01-1.983.852v-4.095c3.817-1.858 6.446-5.712 6.446-10.154 0-2.299-.703-4.514-2.033-6.406a11.568 11.568 0 00-5.217-4.104 1.315 1.315 0 00-1.204.122c-.356.234-.57.626-.57 1.045v8.669L22 22.506l-2.578-1.68v-8.669c0-.419-.213-.81-.57-1.045a1.315 1.315 0 00-1.204-.122 11.568 11.568 0 00-5.216 4.104 11.087 11.087 0 00-2.034 6.406c0 4.443 2.629 8.296 6.446 10.154v4.095a15.986 15.986 0 01-1.983-.852 1.316 1.316 0 00-1.26.036l-3.25 1.906-4.046-3.954 1.95-3.177c.23-.376.245-.843.037-1.232a14.895 14.895 0 01-1.048-2.442 1.277 1.277 0 00-.922-.844l-3.744-.899V18.71l3.744-.898c.437-.105.787-.425.922-.845.262-.81.614-1.632 1.048-2.442a1.235 1.235 0 00-.037-1.232l-1.95-3.177 4.045-3.954 3.25 1.906c.386.226.864.24 1.261.036.83-.423 1.67-.768 2.5-1.023.429-.132.756-.474.864-.901l.919-3.66h5.712l.92 3.66c.107.427.434.768.864.9.829.256 1.67.6 2.499 1.024.398.204.875.19 1.26-.036l3.25-1.906 4.047 3.954-1.95 3.177a1.235 1.235 0 00-.038 1.232c.434.81.786 1.632 1.048 2.442.135.42.485.74.922.844l3.744.899v5.582z"
  23779.        ></path>
  23780.    </symbol>
  23781.    <symbol viewBox="0 0 32 24" id="ico-all" xmlns="http://www.w3.org/2000/svg">
  23782.        <path d="M30.096.886H9.542c-.816 0-.817 1.27 0 1.27h20.554c.35 0 .634.284.634.635v15c0 .35-.284.635-.634.635H18.982a.635.635 0 00-.499.241l-2.56 3.244-2.716-3.257a.635.635 0 00-.487-.228H1.904a.636.636 0 01-.634-.635v-15c0-.35.284-.635.634-.635H4.32c.815 0 .816-1.27 0-1.27H1.904C.854.886 0 1.74 0 2.791v15c0 1.05.854 1.904 1.904 1.904h10.519l3.026 3.63c.256.306.738.3.986-.014l2.854-3.616h10.807c1.05 0 1.904-.854 1.904-1.904v-15c0-1.05-.854-1.905-1.904-1.905z"></path>
  23783.        <path d="M3.515 9.053a.635.635 0 00.115.602l1.236 1.492-.123 1.933c-.096 1.515 2.178-.094 2.669-.084.495.01 2.763 1.582 2.668.084l-.123-1.933 1.236-1.492a.644.644 0 00-.331-1.02l-1.877-.48-1.037-1.637a.644.644 0 00-1.073 0L5.838 8.154l-1.877.48a.635.635 0 00-.446.42zm2.882.268c.47-.12.778-.905 1.015-1.278.232.367.55 1.16 1.014 1.278l1.15.295-.757.915a.635.635 0 00-.145.445l.076 1.185-1.104-.438a.635.635 0 00-.469 0l-1.104.438.076-1.185a.635.635 0 00-.145-.445l-.758-.915 1.151-.295zm13.436-.267a.635.635 0 00-.446-.42l-1.877-.48-1.037-1.636a.644.644 0 00-1.073 0l-1.037 1.636-1.877.48a.635.635 0 00-.331 1.02l1.236 1.493-.123 1.933c-.097 1.515 2.178-.093 2.668-.084.495.01 2.764 1.582 2.669.084l-.123-1.933 1.236-1.492a.635.635 0 00.115-.601zm-2.49 1.477a.635.635 0 00-.144.445l.075 1.185c-.396-.157-.902-.482-1.338-.482-.433 0-.942.325-1.338.482l.076-1.185a.635.635 0 00-.145-.445l-.758-.915 1.151-.295c.47-.12.778-.905 1.014-1.278.233.367.55 1.16 1.015 1.278l1.15.295-.757.915zm11.015-1.477a.635.635 0 00-.446-.42l-1.877-.48-1.038-1.636a.644.644 0 00-1.072 0l-1.037 1.636-1.877.48a.644.644 0 00-.331 1.02l1.236 1.493-.123 1.933c-.097 1.515 2.177-.094 2.668-.084.494.01 2.764 1.582 2.669.084l-.123-1.933 1.236-1.492a.634.634 0 00.115-.601zm-2.49 1.477a.635.635 0 00-.144.445l.075 1.185-1.104-.438a.635.635 0 00-.468 0l-1.104.438.076-1.185a.635.635 0 00-.145-.445l-.758-.915 1.15-.295c.47-.12.779-.905 1.015-1.278.233.367.55 1.16 1.015 1.278l1.15.295-.757.915zM6.592 2.048c.478.327 1.116-.148.964-.696a.64.64 0 00-.58-.465.64.64 0 00-.623.406.639.639 0 00.24.755z"
  23784.        ></path>
  23785.    </symbol>
  23786.    <symbol viewBox="0 0 23 21" id="btn-table" xmlns="http://www.w3.org/2000/svg">
  23787.        <path d="M15.125 12.917V8.083h-7.25v4.834h7.25zm0 1.208h-7.25v4.833h7.25v-4.833zM1.833 12.917h4.834V8.083H1.833v4.834zm0 1.208v3.02c0 1.002.812 1.813 1.813 1.813h3.02v-4.833H1.834zm19.334-1.208V8.083h-4.834v4.834h4.834zm0 1.208h-4.834v4.833h3.021a1.813 1.813 0 001.813-1.812v-3.021zm-6.042-7.25V2.042h-7.25v4.833h7.25zm-13.292 0h4.834V2.042H3.646a1.813 1.813 0 00-1.813 1.812v3.021zm19.334 0v-3.02a1.813 1.813 0 00-1.813-1.813h-3.02v4.833h4.833zM3.646.833h15.708a3.02 3.02 0 013.021 3.021v13.292a3.02 3.02 0 01-3.02 3.02H3.644a3.02 3.02 0 01-3.02-3.02V3.854a3.02 3.02 0 013.02-3.02z"></path>
  23788.    </symbol>
  23789.    <symbol viewBox="0 0 21 21" id="btn-star" xmlns="http://www.w3.org/2000/svg">
  23790.        <path d="M4.7 20.575a1.117 1.117 0 01-1.088-1.365l1.352-5.95L.382 9.24a1.115 1.115 0 01.633-1.953l6.062-.55 2.397-5.61a1.116 1.116 0 012.052 0l2.397 5.61 6.061.55a1.116 1.116 0 01.635 1.953l-4.582 4.017 1.351 5.951a1.116 1.116 0 01-1.66 1.206L10.5 17.291l-5.227 3.126a1.12 1.12 0 01-.573.158zm5.8-4.63c.199 0 .395.054.572.159l4.934 2.95-1.275-5.616c-.091-.4.044-.818.353-1.088l4.326-3.794-5.723-.52a1.115 1.115 0 01-.928-.676L10.5 2.067 8.239 7.36c-.16.377-.514.636-.925.674l-5.724.52 4.326 3.793c.31.272.445.688.353 1.089l-1.274 5.617 4.934-2.95c.176-.105.373-.158.572-.158zM7.03 6.847v.002-.002zm6.938-.002z"></path>
  23791.    </symbol>
  23792.    <symbol viewBox="0 0 24 22" id="btn-heart" xmlns="http://www.w3.org/2000/svg">
  23793.        <path d="M20.978 1.938A6.16 6.16 0 0017.054.546c-1.669 0-3.284.664-4.432 1.823-.206.209-.4.433-.58.676C10.635 1.175 8.288.216 5.966.64c-1.925.35-3.44 1.41-4.498 3.145-1.492 2.451-1.614 4.815-.36 7.027.67 1.184 1.539 2.337 2.657 3.526 2.049 2.178 4.474 4.245 7.632 6.502.202.145.418.219.644.219.347 0 .581-.176.697-.262 2.85-2.035 5.089-3.91 7.046-5.906 1.093-1.114 2.333-2.482 3.24-4.192.389-.73.832-1.713.806-2.836-.059-2.417-1.017-4.41-2.852-5.925zm.562 7.973c-.808 1.52-1.947 2.775-2.956 3.802-1.81 1.846-3.88 3.592-6.546 5.518-2.902-2.1-5.149-4.028-7.048-6.047-1.025-1.09-1.817-2.137-2.42-3.202-.956-1.687-.85-3.379.335-5.323.797-1.31 1.928-2.106 3.363-2.366.275-.05.554-.076.828-.076 1.701 0 3.208.94 4.06 2.571l.143.273a.884.884 0 00.756.444.84.84 0 00.74-.47c.299-.61.625-1.082 1.023-1.485.833-.841 2.013-1.324 3.236-1.324 1.055 0 2.068.357 2.854 1.007 1.462 1.207 2.194 2.735 2.241 4.668.017.73-.298 1.424-.61 2.01z"></path>
  23794.    </symbol>
  23795.    <symbol viewBox="0 0 32 24" id="reviews" xmlns="http://www.w3.org/2000/svg">
  23796.        <path d="M30.096.667H9.542c-.816 0-.817 1.27 0 1.27h20.554c.35 0 .634.285.634.635v15c0 .35-.284.635-.634.635H18.982a.635.635 0 00-.499.241l-2.56 3.244-2.716-3.257a.635.635 0 00-.487-.228H1.904a.635.635 0 01-.634-.635v-15c0-.35.284-.635.634-.635H4.32c.815 0 .816-1.27 0-1.27H1.904C.854.667 0 1.522 0 2.572v15c0 1.05.854 1.904 1.904 1.904h10.519l3.026 3.63a.64.64 0 00.986-.013l2.854-3.617h10.807c1.05 0 1.904-.854 1.904-1.904v-15c0-1.05-.854-1.905-1.904-1.905z"></path>
  23797.        <path d="M3.515 8.835a.635.635 0 00.115.6l1.236 1.493-.123 1.934c-.096 1.514 2.178-.094 2.669-.085.495.01 2.764 1.582 2.668.085l-.123-1.934 1.236-1.492a.644.644 0 00-.331-1.02l-1.877-.48-1.037-1.637a.644.644 0 00-1.072 0L5.838 7.935l-1.877.481a.635.635 0 00-.446.419zm2.882.268c.47-.12.778-.906 1.015-1.279.232.367.55 1.16 1.014 1.279l1.15.294-.757.915a.635.635 0 00-.145.445l.076 1.186-1.104-.438a.635.635 0 00-.468 0l-1.104.438.075-1.186a.635.635 0 00-.145-.445l-.757-.915 1.15-.294zm13.436-.268a.635.635 0 00-.446-.419l-1.877-.48-1.037-1.637a.644.644 0 00-1.073 0l-1.037 1.636-1.877.481a.635.635 0 00-.331 1.02l1.236 1.492-.123 1.934c-.097 1.514 2.178-.094 2.669-.084.495.01 2.764 1.581 2.668.084l-.123-1.934 1.236-1.492a.635.635 0 00.115-.601zm-2.49 1.477a.635.635 0 00-.144.445l.076 1.186c-.397-.158-.903-.483-1.338-.483-.434 0-.943.326-1.338.483l.075-1.186a.635.635 0 00-.145-.445l-.757-.915 1.15-.294c.47-.12.778-.906 1.015-1.279.232.367.55 1.16 1.014 1.279l1.15.294-.757.915zm11.015-1.477a.635.635 0 00-.446-.419l-1.877-.48-1.038-1.637a.644.644 0 00-1.072 0l-1.037 1.636-1.877.481a.644.644 0 00-.331 1.02l1.236 1.492-.123 1.934c-.097 1.514 2.177-.094 2.668-.085.494.01 2.764 1.583 2.669.085l-.123-1.934 1.236-1.492a.634.634 0 00.115-.601zm-2.49 1.477a.635.635 0 00-.144.445l.075 1.186-1.104-.438a.635.635 0 00-.468 0l-1.104.438.076-1.186a.635.635 0 00-.145-.445l-.758-.915 1.15-.294c.47-.12.779-.906 1.015-1.279.233.367.55 1.16 1.015 1.279l1.15.294-.757.915zM6.592 1.83c.478.327 1.116-.149.964-.697a.64.64 0 00-.58-.465.64.64 0 00-.623.406.639.639 0 00.24.755z"
  23798.        ></path>
  23799.    </symbol>
  23800.    <symbol viewBox="0 0 14 14" id="ico-check" xmlns="http://www.w3.org/2000/svg">
  23801.        <path d="M13.629 1.314L12.456.517a.711.711 0 00-.985.187L5.724 9.178l-2.641-2.64a.71.71 0 00-1.001 0L1.078 7.54a.712.712 0 000 1.004l4.061 4.06c.227.228.585.402.907.402.321 0 .646-.202.855-.506l6.917-10.204a.708.708 0 00-.19-.983z"></path>
  23802.    </symbol>
  23803.    <symbol viewBox="0 0 23 23" id="ico-compare" xmlns="http://www.w3.org/2000/svg">
  23804.        <path d="M23 15.887v-.019a.31.31 0 00-.002-.025v-.013l-.004-.021a.041.041 0 00-.003-.016c0-.006-.002-.011-.004-.017l-.005-.02-.005-.013a.438.438 0 00-.009-.022l-.001-.004-3.941-8.67V5.912h.025a.77.77 0 00.77-.77v-.059c0-.38-.273-.7-.648-.76l-6.506-1.05v-.667c.247-.276.398-.641.398-1.04C13.065.702 12.363 0 11.5 0S9.935.702 9.935 1.565c0 .399.15.764.398 1.04v.631l-6.51 1.085a.768.768 0 00-.644.76v.06c0 .425.346.77.77.77h.025v1.137l-3.94 8.67-.002.003a.395.395 0 00-.009.022l-.005.013a.326.326 0 00-.005.02l-.004.017c-.002.005-.002.01-.003.016l-.004.021v.013a.392.392 0 00-.002.025v.019l.001.013c.023 1.532 1.923 2.728 4.346 2.728 2.422 0 4.322-1.196 4.345-2.728v-.013l.001-.016v-.003l-.001-.025-.001-.013-.003-.021-.003-.016-.005-.017-.005-.02-.005-.013a.337.337 0 00-.009-.022l-.001-.004-3.94-8.67V5.912h5.613v8.095a.77.77 0 00-.398.673v5.489l-2.36.737c-.49.153-.819.601-.819 1.115v.607c0 .206.167.373.373.373h8.742a.373.373 0 00.373-.373v-.607c0-.514-.33-.962-.82-1.115l-2.36-.737V14.68a.77.77 0 00-.397-.673V5.91h5.614v1.137l-3.94 8.67-.002.003a.336.336 0 00-.01.022c0 .005-.002.009-.004.013l-.005.02-.005.017-.003.016-.003.021v.013a.36.36 0 00-.002.025v.032c.024 1.532 1.924 2.728 4.346 2.728 2.423 0 4.323-1.196 4.346-2.728v-.013zM4.346 8.029l3.395 7.47H.952l3.395-7.47zm0 9.854c-1.725 0-3.214-.719-3.537-1.639h7.073c-.323.92-1.811 1.64-3.536 1.64zm7.973-3.204v5.39h-1.64v-5.39c0-.013.011-.025.025-.025h1.59c.014 0 .025.012.025.025zm-1.242-.77V3.071a1.559 1.559 0 00.844 0V13.91h-.844zM11.5.745a.82.82 0 010 1.64.82.82 0 010-1.64zM3.95 5.166a.025.025 0 01-.026-.025v-.06c0-.013.01-.023.021-.025l6.388-1.064v1.174H3.949zM15.498 22.02v.235H7.5v-.235a.42.42 0 01.296-.404l2.568-.802h2.27l2.568.802a.42.42 0 01.296.404zM12.667 4.027l6.388 1.031c.012.002.02.012.02.024v.06a.025.025 0 01-.024.024h-6.384V4.027zm5.986 4.002l3.396 7.47h-6.791l3.395-7.47zm0 9.854c-1.725 0-3.213-.719-3.536-1.639h7.073c-.323.92-1.812 1.64-3.537 1.64z"
  23805.        ></path>
  23806.    </symbol>
  23807.    <symbol viewBox="0 0 21 22" id="ico-dislike" xmlns="http://www.w3.org/2000/svg">
  23808.        <path d="M21 8.536c0 .526-.21 1.016-.57 1.377a2.17 2.17 0 01.56 1.67c-.102 1.112-1.104 1.984-2.282 1.984h-5.404c.267.813.696 2.303.696 3.5 0 1.898-1.613 3.5-2.625 3.5-.908 0-1.558-.512-1.586-.533a.438.438 0 01-.164-.342v-2.967l-2.52-5.46L7 11.213v.168a.438.438 0 01-.438.437H2.187A2.19 2.19 0 010 9.629v-7A2.19 2.19 0 012.187.442h2.625c.946 0 1.755.604 2.06 1.446.727-.374 1.707-.571 2.316-.571h8.031c.953 0 1.787.642 1.983 1.528.1.456.042.916-.158 1.315a1.96 1.96 0 01.876 2.625A1.96 1.96 0 0121 8.535zm-1.845-1.08a.438.438 0 01-.25-.753c.222-.21.345-.491.345-.792a1.09 1.09 0 00-.97-1.08.438.438 0 01-.25-.753c.288-.272.404-.652.317-1.044-.108-.489-.582-.842-1.128-.842H9.187c-.71 0-1.902.333-2.315.747a.438.438 0 01-.747-.31c0-.723-.589-1.312-1.313-1.312H2.187c-.723 0-1.312.589-1.312 1.312v7c0 .724.589 1.313 1.312 1.313h3.938v-.438a.44.44 0 01.208-.372.447.447 0 01.425-.019l.875.438c.089.044.16.117.202.207l2.625 5.688c.026.057.04.12.04.183v2.826c.182.1.498.237.875.237.48 0 1.75-1.192 1.75-2.625 0-1.54-.838-3.76-.846-3.782a.44.44 0 01.048-.404.44.44 0 01.36-.19h6.021c.73 0 1.35-.521 1.41-1.188a1.307 1.307 0 00-.622-1.238.437.437 0 01.03-.762 1.083 1.083 0 00-.371-2.047z"
  23809.        ></path>
  23810.        <path d="M6.563 10.942a.438.438 0 01-.438-.438V2.63a.438.438 0 01.875 0v7.875a.438.438 0 01-.437.438z"></path>
  23811.    </symbol>
  23812.    <symbol viewBox="0 0 16 9" id="ico-down" xmlns="http://www.w3.org/2000/svg">
  23813.        <path d="M1 1l7 7 7-7"></path>
  23814.    </symbol>
  23815.    <symbol viewBox="0 0 11 8" id="ico-down-bold" xmlns="http://www.w3.org/2000/svg">
  23816.        <path d="M.92 1.102l4.626 4.625 4.625-4.625"></path>
  23817.    </symbol>
  23818.    <symbol viewBox="0 0 36 37" id="ico-face-1" xmlns="http://www.w3.org/2000/svg">
  23819.        <g clip-path="url(#fclip0)">
  23820.            <path d="M18 .856c-9.925 0-18 8.075-18 18s8.075 18 18 18c9.926 0 18-8.075 18-18s-8.074-18-18-18zm0 34.435c-9.063 0-16.435-7.372-16.435-16.435C1.565 9.794 8.937 2.422 18 2.422c9.062 0 16.435 7.372 16.435 16.434 0 9.063-7.373 16.435-16.435 16.435z"></path>
  23821.            <path d="M14.086 15.726a2.35 2.35 0 00-2.348-2.348 2.35 2.35 0 00-2.347 2.348 2.35 2.35 0 002.348 2.348 2.35 2.35 0 002.347-2.348zm-3.13 0a.784.784 0 011.565 0 .784.784 0 01-.783.783.784.784 0 01-.782-.783zm13.306-2.348a2.35 2.35 0 00-2.348 2.348 2.35 2.35 0 002.348 2.348 2.35 2.35 0 002.348-2.348 2.35 2.35 0 00-2.348-2.348zm0 3.13a.783.783 0 11.001-1.566.783.783 0 01-.001 1.567zm-6.26 6.262a10.238 10.238 0 00-7.627 3.39.783.783 0 001.166 1.045 8.67 8.67 0 016.46-2.87 8.67 8.67 0 016.461 2.87.78.78 0 001.105.06.783.783 0 00.061-1.104 10.24 10.24 0 00-7.626-3.392z"></path>
  23822.        </g>
  23823.        <defs>
  23824.            <clipPath id="fclip0">
  23825.                <path transform="translate(0 .856)" d="M0 0h36v36H0z"></path>
  23826.            </clipPath>
  23827.        </defs>
  23828.    </symbol>
  23829.    <symbol viewBox="0 0 35 35" id="ico-face-2" xmlns="http://www.w3.org/2000/svg">
  23830.        <g clip-path="url(#gclip0)">
  23831.            <path d="M17.5.857C7.85.857 0 8.483 0 17.857c0 9.373 7.85 17 17.5 17s17.5-7.627 17.5-17c0-9.374-7.85-17-17.5-17zm0 32.521c-8.81 0-15.978-6.962-15.978-15.521 0-8.56 7.167-15.522 15.978-15.522 8.81 0 15.978 6.962 15.978 15.521 0 8.56-7.167 15.522-15.978 15.522z"></path>
  23832.            <path d="M11.414 17.117c1.258 0 2.282-.995 2.282-2.217 0-1.223-1.024-2.217-2.282-2.217-1.259 0-2.283.995-2.283 2.217s1.024 2.217 2.283 2.217zm0-2.956c.419 0 .76.332.76.739s-.341.74-.76.74a.751.751 0 01-.761-.74c0-.407.341-.74.76-.74zm12.173-1.478c-1.258 0-2.282.995-2.282 2.217s1.024 2.217 2.282 2.217c1.259 0 2.283-.995 2.283-2.217 0-1.223-1.024-2.217-2.283-2.217zm0 2.956a.751.751 0 01-.76-.739c0-.407.341-.74.76-.74.42 0 .761.333.761.74s-.341.74-.76.74zm1.523 5.913H9.891a.75.75 0 00-.761.74c0 .407.34.738.76.738h15.22a.75.75 0 00.761-.739.75.75 0 00-.76-.739z"></path>
  23833.        </g>
  23834.        <defs>
  23835.            <clipPath id="gclip0">
  23836.                <path transform="translate(0 .857)" d="M0 0h35v34H0z"></path>
  23837.            </clipPath>
  23838.        </defs>
  23839.    </symbol>
  23840.    <symbol viewBox="0 0 34 35" id="ico-face-3" xmlns="http://www.w3.org/2000/svg">
  23841.        <g clip-path="url(#hclip0)">
  23842.            <path d="M17 .857c-9.389 0-17 7.61-17 17 0 9.388 7.611 17 17 17s17-7.612 17-17c-.01-9.385-7.615-16.99-17-17zm0 31.57c-8.048 0-14.571-6.523-14.571-14.57C2.429 9.809 8.952 3.285 17 3.285c8.047 0 14.571 6.524 14.571 14.572C31.563 25.9 25.044 32.419 17 32.427z"></path>
  23843.            <path d="M10.929 17.857a2.429 2.429 0 100-4.858 2.429 2.429 0 000 4.857zm12.142 0a2.429 2.429 0 100-4.858 2.429 2.429 0 000 4.857zM21.65 21.96a1.214 1.214 0 00-1.767-.192 4.888 4.888 0 01-5.765 0 1.214 1.214 0 10-1.52 1.892 7.25 7.25 0 008.805 0 1.214 1.214 0 00.247-1.7z"></path>
  23844.        </g>
  23845.        <defs>
  23846.            <clipPath id="hclip0">
  23847.                <path transform="translate(0 .857)" d="M0 0h34v34H0z"></path>
  23848.            </clipPath>
  23849.        </defs>
  23850.    </symbol>
  23851.    <symbol viewBox="0 0 34 35" id="ico-face-4" xmlns="http://www.w3.org/2000/svg">
  23852.        <g clip-path="url(#iclip0)">
  23853.            <path d="M17 .857c-9.374 0-17 7.626-17 17 0 9.373 7.626 17 17 17 9.374 0 17-7.627 17-17 0-9.374-7.626-17-17-17zm0 32.007c-8.275 0-15.008-6.732-15.008-15.007C1.992 9.58 8.725 2.849 17 2.849c8.275 0 15.008 6.732 15.008 15.008 0 8.275-6.733 15.007-15.008 15.007z"></path>
  23854.            <path d="M21.973 13.226a3.507 3.507 0 012.495-1.034c.943 0 1.83.367 2.497 1.034a.996.996 0 101.408-1.41 5.487 5.487 0 00-3.905-1.617 5.487 5.487 0 00-3.904 1.618.996.996 0 101.409 1.409zm-14.938 0a3.507 3.507 0 012.496-1.034c.943 0 1.829.367 2.496 1.034a.996.996 0 101.408-1.41A5.487 5.487 0 009.531 10.2a5.487 5.487 0 00-3.905 1.618.996.996 0 101.409 1.409zm20.634 3.767H6.33a.996.996 0 00-.996.996c0 6.443 5.223 11.666 11.665 11.666 6.443 0 11.666-5.223 11.666-11.666a.996.996 0 00-.996-.996zm-10.67 10.67c-5.043 0-9.13-3.837-9.622-8.678h19.245c-.492 4.841-4.578 8.678-9.623 8.678z"></path>
  23855.        </g>
  23856.        <defs>
  23857.            <clipPath id="iclip0">
  23858.                <path transform="translate(0 .857)" d="M0 0h34v34H0z"></path>
  23859.            </clipPath>
  23860.        </defs>
  23861.    </symbol>
  23862.    <symbol viewBox="0 0 25 26" id="ico-facebook" xmlns="http://www.w3.org/2000/svg">
  23863.        <g clip-path="url(#jclip0)">
  23864.            <path d="M12.5.5C5.607.5 0 6.107 0 13c0 6.892 5.607 12.5 12.5 12.5C19.392 25.5 25 19.892 25 13 25 6.107 19.392.5 12.5.5zm0 23.57C6.396 24.07 1.43 19.104 1.43 13S6.396 1.93 12.5 1.93 23.57 6.896 23.57 13 18.604 24.07 12.5 24.07z"></path>
  23865.            <path d="M15.395 6.217H13.7a2.519 2.519 0 00-2.516 2.516v1.907h-1.58a.715.715 0 100 1.43h1.58v6.62a.715.715 0 101.43 0v-6.62h2.443a.715.715 0 100-1.43h-2.443V8.733c0-.599.487-1.086 1.086-1.086h1.695a.715.715 0 100-1.43z"></path>
  23866.        </g>
  23867.        <defs>
  23868.            <clipPath id="jclip0">
  23869.                <path transform="translate(0 .5)" d="M0 0h25v25H0z"></path>
  23870.            </clipPath>
  23871.        </defs>
  23872.    </symbol>
  23873.    <symbol viewBox="0 0 14 13" id="ico-hand" xmlns="http://www.w3.org/2000/svg">
  23874.        <path d="M.867.409h13.004v11.96H.867z"></path>
  23875.        <defs>
  23876.            <pattern id="kpattern0" patternContentUnits="objectBoundingBox" width="1" height="1">
  23877.                <use xlink:href="#kimage0" transform="matrix(.01563 0 0 .01699 0 -.044)"></use>
  23878.            </pattern>
  23879.            <image id="kimage0"
  23880.                   width="64"
  23881.                   height="64"
  23882.                   xmlns:xlink="http://www.w3.org/1999/xlink"
  23883.                   xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAAE0klEQVR4nO3aaaiUVRjA8Z9btplakbmAqYGRGrRbmoEaqaRREkSf+iZCkFBEG7QqBEVFQUVIYKa00apZ1zT8EplEH5Q2LBeiMjPL/arXPjwzzDvjzNz3zsw7916aPxwY5j3L85z3Pec8y6FFixYtWrRo0aLF/5M+3TRuX1yPuZiI4TiA7fgCb+GvRP2zcAuuwxichl3YglX4EieaJHvdzMC3QuBK5SCewjlYjH87qb9RTGiP52EcV12ZZDnahbrH8EDzVOk69ykWeD9exnxcgxtxPzYrr+D3eAizc/Xn59rvL6l3T7MU6gpXKH7zn2FYhbr9sEi80fybvRf9K9Q/H22Jvo/jskYJ3ig+VxBwLU5J0WYGXsH0FHVPwbrEGG21iZkNo9AhBDuCCzIaZwzaFb6CEWka9c1ImCTTFI7bddiW0Ti/5Pon9JqWplEzJmBk4vfmjMdK9j8qTYNmTMCRxO80a78eBlYYtyLNmIDkJ39VxmNdmfi9PeOxUjMEhxR26MkZjTM5McYhDM5onJp4XUG4H8TZ3UiG5frNj7G8wf3XzUjsURBwq8YZKxMVK/+34o23xzAXhxUEPYy71eeRLhCOU7LPufWJmS0zsU+x7f6B8Pq6whC8U9LPHsxqmKQZMh7fKBZ+p5SGizhJtpa034ixDZc0QwbieQUTOe/0PCqcoXL0EUumPdGmI9fPgIzlzYx52K34ba538iZ2Hj4pqbdLuMa9nmHCPU4q9yduyj2fid9Knq+T0tnpLfTDIwoxgPzn3aZ4mRzFg5pjwXYLk/Gz8hGhHZjafaI1j8F4U7Hy7+PsLAbrzAgZi6FVnu8SR1ij6SOMnDuwQkSGmh72XihdNHYtzm22cI2iUqARpqTsY4ZwPpaW/N8ukh2/CsOlvcvSNYFqS2ACnlV97V0q3Y58TMQFvhZH3nv4J6WMPZrOMjaVygG8qod6bV2h3AT8jk258hP2lqmTL/vEZtdtVNsDamW5SGQkGSn8/6m4TYSw4UyR3RknlkY5DuE74e31OMp9AU930qYvbhVh7LRL5iieExNWjRHii1qKN3CX4kBpw6llAvIMwoYy7auVd528cQ8Xim5QPvG6XobR6HomgLD6VohjslLZWdJ/Puhxp7hLkCbbvLBG/Tql3glIy2OJ/hcLN7rSUlkjFH4p8f/KSh33Fq+q1AxOJj2Oi+TrAhFtniNeTDI8VjEdl8Up0BkXik0qVeoKpyr2/b/Cp7hZxBJX44/cs3l4EpMS9Q/itTrkrUotS+CZMm3Slg3Kh8ymK9wTSpbd4uJFZtQyAXMUx/XSlINiTQ8q6etq4YyV1t+PJap7suieJbBarNUhKet3iJBYct1PwhPik08ei+3CdV4iLNLMKfcFbMPjuFzjr+FdLIIlpUffMbHORzdysNmK01m1lB14ETeozxgZLyy7UsU78DYuqqPviqyUXtE2fKg4C1xa9ub6vF36zO0lwlBKBkvzZZWML0PNErc1qym+R7zh03NtzhDX15ap/vUcEc7PInHBMblZDRX5vY8VR4TzZY3sUuwNpb+IFr0gLivUs5ROiAm7tqkaNJgJIvW1SXqlj+MjcTEyE7rrsvQ48ZlPEUfaaGHxEUGSLcK8XYYfu0PA7mCAXpzkbNGiRYsWLXoh/wGK2TvOutaZlAAAAABJRU5ErkJggg=="
  23884.            ></image>
  23885.        </defs>
  23886.    </symbol>
  23887.    <symbol viewBox="0 0 21 23" id="ico-like" xmlns="http://www.w3.org/2000/svg">
  23888.        <path d="M21 13.067a2.09 2.09 0 00-.57-1.443 2.345 2.345 0 00.56-1.75 2.3 2.3 0 00-2.282-2.078h-5.404C13.57 6.944 14 5.383 14 4.13 14 2.141 12.387.463 11.375.463c-.908 0-1.558.536-1.586.558a.467.467 0 00-.164.358v3.109l-2.52 5.719-.105.056v-.175a.448.448 0 00-.438-.459H2.187C.981 9.63 0 10.657 0 11.921v7.333c0 1.264.98 2.292 2.187 2.292h2.625c.946 0 1.755-.632 2.06-1.515.727.392 1.707.598 2.316.598h8.031c.953 0 1.787-.672 1.983-1.6.1-.479.042-.96-.158-1.378a2.066 2.066 0 001.081-1.834c0-.325-.07-.635-.205-.916A2.066 2.066 0 0021 13.067zm-1.845 1.131a.445.445 0 00-.366.31.474.474 0 00.115.48c.223.219.346.514.346.829 0 .578-.417 1.064-.97 1.131a.445.445 0 00-.365.31.474.474 0 00.115.48c.288.284.404.682.317 1.093-.108.512-.582.882-1.128.882H9.187c-.71 0-1.902-.35-2.315-.783a.427.427 0 00-.477-.1.46.46 0 00-.27.424c0 .758-.589 1.375-1.313 1.375H2.187c-.723 0-1.312-.617-1.312-1.375v-7.333c0-.758.589-1.375 1.312-1.375h3.938v.459c0 .158.079.306.208.39a.43.43 0 00.425.02l.875-.46a.449.449 0 00.202-.216L10.46 4.78a.485.485 0 00.04-.192v-2.96c.182-.106.498-.249.875-.249.48 0 1.75 1.249 1.75 2.75 0 1.614-.838 3.94-.846 3.962a.48.48 0 00.048.424.435.435 0 00.36.198h6.021c.73 0 1.35.547 1.41 1.246a1.39 1.39 0 01-.622 1.297.464.464 0 00-.207.408.462.462 0 00.237.39c.37.197.599.586.599 1.013 0 .578-.417 1.064-.97 1.131z"
  23889.        ></path>
  23890.        <path d="M6.563 10.546a.449.449 0 00-.438.459v8.25c0 .253.196.458.438.458A.448.448 0 007 19.254v-8.25a.449.449 0 00-.437-.458z"></path>
  23891.    </symbol>
  23892.    <symbol viewBox="0 0 10 10" id="ico-refresh" xmlns="http://www.w3.org/2000/svg">
  23893.        <g clip-path="url(#mclip0)">
  23894.            <path d="M9.305 8.331a.366.366 0 01-.403-.318l-.05-.511c-.835 1.241-2.284 2.07-3.964 2.07-1.806 0-3.399-.975-4.19-2.44a.343.343 0 01.163-.473.382.382 0 01.5.153c.669 1.24 2.012 2.057 3.527 2.057 1.382 0 2.629-.68 3.343-1.747l-.53.358a.385.385 0 01-.518-.082.34.34 0 01.086-.49l1.606-1.086c.236-.159.56-.013.586.254l.18 1.873a.358.358 0 01-.336.382zm-.39-4.845a.382.382 0 01-.5-.153c-.669-1.24-2.012-2.057-3.528-2.057-1.38 0-2.628.68-3.342 1.747l.53-.358a.385.385 0 01.518.082.34.34 0 01-.086.49L.9 4.323c-.233.157-.56.016-.586-.254l-.18-1.873a.358.358 0 01.336-.382.366.366 0 01.403.318l.05.511c.834-1.24 2.284-2.07 3.963-2.07 1.807 0 3.4.976 4.19 2.44a.343.343 0 01-.162.473z"></path>
  23895.        </g>
  23896.        <defs>
  23897.            <clipPath id="mclip0">
  23898.                <path transform="matrix(1 0 0 -1 .133 9.573)" d="M0 0h9.509v9H0z"></path>
  23899.            </clipPath>
  23900.        </defs>
  23901.    </symbol>
  23902.    <symbol viewBox="0 0 21 34" id="ico-right" xmlns="http://www.w3.org/2000/svg">
  23903.        <path d="M2.5 1.896l15.5 15.5c-5.167 4.623-15.5 14.195-15.5 15.5"></path>
  23904.    </symbol>
  23905.    <symbol viewBox="0 0 22 22" id="ico-search" xmlns="http://www.w3.org/2000/svg">
  23906.        <g clip-path="url(#oclip0)">
  23907.            <path d="M21.731 20.436l-6.256-6.256a8.666 8.666 0 001.941-5.47C17.416 3.907 13.51 0 8.708 0 3.907.001 0 3.908 0 8.709c0 4.802 3.907 8.709 8.708 8.709 2.072 0 3.974-.73 5.47-1.942l6.257 6.256a.914.914 0 001.296 0 .916.916 0 000-1.296zM8.708 15.584A6.882 6.882 0 011.833 8.71a6.882 6.882 0 016.875-6.875 6.882 6.882 0 016.875 6.875 6.882 6.882 0 01-6.875 6.875z"
  23908.                  fill-opacity=".48"
  23909.            ></path>
  23910.        </g>
  23911.        <defs>
  23912.            <clipPath id="oclip0">
  23913.                <path d="M0 0h22v22H0z"></path>
  23914.            </clipPath>
  23915.        </defs>
  23916.    </symbol>
  23917.    <symbol viewBox="0 0 16 16" id="ico-sun" xmlns="http://www.w3.org/2000/svg">
  23918.        <g clip-path="url(#pclip0)">
  23919.            <path d="M14.425 4.613a.27.27 0 00-.369-.098l-1.318.763a.27.27 0 10.271.466l1.319-.762a.27.27 0 00.097-.369zm-.097 7.053l-1.319-.762a.27.27 0 00-.271.467l1.318.762a.27.27 0 00.272-.467zM8.02 13.66a.271.271 0 00-.29.29v1.523a.271.271 0 10.541 0V13.95a.271.271 0 00-.25-.29zM3.262 5.278l-1.318-.763a.27.27 0 00-.272.467l1.319.762a.27.27 0 00.271-.466zM8.02.883a.271.271 0 00-.29.29v1.524a.27.27 0 10.541-.002V1.174a.272.272 0 00-.25-.29zm-2.6 2.432l-.761-1.32a.27.27 0 00-.467.272l.76 1.319a.27.27 0 00.467-.271zm2.62 2.6a2.409 2.409 0 00-2.45 2.409.271.271 0 00.541 0c0-1.031.835-1.867 1.866-1.868H8a.271.271 0 10.04-.542zm7.36 2.388a.271.271 0 00-.25-.251h-1.523a.271.271 0 100 .542h1.523a.271.271 0 00.25-.291zM2.414 8.054a.267.267 0 00-.04 0H.85a.271.271 0 000 .541h1.523a.271.271 0 10.04-.541z"></path>
  23920.            <path d="M8.001 4.34a3.984 3.984 0 100 7.968 3.984 3.984 0 000-7.969zm2.433 6.422a3.443 3.443 0 01-5.877-2.438 3.43 3.43 0 011.009-2.435v.005a3.443 3.443 0 014.868 4.868zm1.375 3.618l-.763-1.319a.27.27 0 00-.467.272l.762 1.318a.27.27 0 00.468-.27zM11.72 1.898a.27.27 0 00-.37.098l-.762 1.319a.27.27 0 00.096.369h.001a.27.27 0 00.37-.097v-.001l.762-1.319a.27.27 0 00-.098-.369zM5.323 12.963a.27.27 0 00-.369.098l-.762 1.319a.27.27 0 00.467.271l.762-1.318a.27.27 0 00-.098-.37zM3.36 11a.27.27 0 00-.369-.097l-1.319.762a.27.27 0 00.272.467l1.318-.762A.27.27 0 003.36 11z"></path>
  23921.        </g>
  23922.        <defs>
  23923.            <clipPath id="pclip0">
  23924.                <path transform="translate(.559 .882)" d="M0 0h14.882v14.882H0z"></path>
  23925.            </clipPath>
  23926.        </defs>
  23927.    </symbol>
  23928.    <symbol viewBox="0 0 18 22" id="ico-surface" xmlns="http://www.w3.org/2000/svg">
  23929.        <path d="M3.313.75A2.446 2.446 0 00.874 3.188v17.85L9 15.082l8.125 5.954V3.187A2.446 2.446 0 0014.687.75H3.313zm0 1.625h11.374c.458 0 .813.355.813.813v14.65L9 13.064l-6.5 4.774V3.188c0-.458.355-.813.813-.813z"></path>
  23930.    </symbol>
  23931.    <symbol viewBox="0 0 12 11" id="ico-table" xmlns="http://www.w3.org/2000/svg">
  23932.        <path d="M11.478 11H.522C.234 11 0 10.786 0 10.522V.478C0 .214.234 0 .521 0h10.957c.288 0 .522.214.522.478v10.044c0 .264-.234.478-.522.478zM4.174 3.348v2.391h3.652V3.348H4.174zm3.652-.478V.478H4.174V2.87h3.652zm0 5.739V6.217H4.174V8.61h3.652zm3.652 0V6.217h-3.13V8.61h3.13zM3.652 6.217H.522V8.61h3.13V6.217zM.522 5.74h3.13V3.348H.522v2.391zm7.826 0h3.13V3.348h-3.13v2.391zm3.13 4.783V9.087H.522v1.435h10.956zM.522 2.87h3.13V.478H.522V2.87zM8.348.478V2.87h3.13V.478h-3.13z"></path>
  23933.    </symbol>
  23934.    <symbol viewBox="0 0 13 15" id="ico-transfer" xmlns="http://www.w3.org/2000/svg">
  23935.        <g clip-path="url(#sclip0)">
  23936.            <path d="M12.543 5.693l-3.104-3.5a.409.409 0 00-.627 0 .534.534 0 00-.13.353v1.5H5.58c-.245 0-.444.224-.444.5s.199.5.444.5h3.547c.245 0 .443-.224.443-.5v-.793l2.034 2.293L9.569 8.34v-.793c0-.276-.198-.5-.443-.5H4.248v-1.5c0-.276-.198-.5-.443-.5a.42.42 0 00-.314.147l-3.103 3.5a.546.546 0 000 .707l3.103 3.5a.42.42 0 00.314.146.395.395 0 00.17-.038.504.504 0 00.273-.462v-1.5h3.104c.245 0 .444-.224.444-.5s-.199-.5-.444-.5H3.805c-.245 0-.443.224-.443.5v.793L1.328 9.046l2.034-2.293v.793c0 .276.198.5.443.5h4.877v1.5c0 .276.199.5.444.5a.42.42 0 00.313-.146l3.104-3.5a.546.546 0 000-.707z"></path>
  23937.        </g>
  23938.        <defs>
  23939.            <clipPath id="sclip0">
  23940.                <path transform="translate(.258 .546)" d="M0 0h12.415v14H0z"></path>
  23941.            </clipPath>
  23942.        </defs>
  23943.    </symbol>
  23944.    <symbol viewBox="0 0 27 28" id="ico-twitter" xmlns="http://www.w3.org/2000/svg">
  23945.        <g clip-path="url(#tclip0)">
  23946.            <path d="M23.046 4.454A13.411 13.411 0 0013.5.5a13.411 13.411 0 00-9.546 3.954A13.411 13.411 0 000 14c0 3.606 1.404 6.996 3.954 9.546A13.411 13.411 0 0013.5 27.5c3.606 0 6.996-1.404 9.546-3.954A13.412 13.412 0 0027 14c0-3.606-1.404-6.996-3.954-9.546zM13.5 26.647C6.526 26.647.853 20.974.853 14S6.526 1.353 13.5 1.353 26.147 7.026 26.147 14 20.474 26.647 13.5 26.647z"></path>
  23947.            <path d="M23.01 9.064a.438.438 0 00-.467-.059c-.22.102-.446.192-.676.27.228-.31.41-.656.538-1.025a.442.442 0 00-.083-.445.426.426 0 00-.525-.082 6.138 6.138 0 01-2 .718 4.233 4.233 0 00-2.882-1.12 4.274 4.274 0 00-4.253 3.906c-.461-.072-1.363-.33-1.579-.4A9.571 9.571 0 017.02 8.122a.427.427 0 00-.709.083 3.885 3.885 0 00-.412 1.75c0 .848.266 1.648.744 2.306a.427.427 0 00-.505.414 3.682 3.682 0 001.375 3.009.428.428 0 00-.165.488 3.779 3.779 0 002.441 2.467 6.67 6.67 0 01-3.794.964.427.427 0 00-.442.356.438.438 0 00.216.444 10.218 10.218 0 005.188 1.413c2.181 0 4.259-.68 5.991-1.937a.43.43 0 00.05-.652.432.432 0 00-.559-.042 9.32 9.32 0 01-5.482 1.778 9.386 9.386 0 01-3.336-.612 7.517 7.517 0 003.502-1.62.426.426 0 00-.251-.762 2.927 2.927 0 01-2.462-1.48 4.08 4.08 0 00.709-.096.441.441 0 00.345-.365.426.426 0 00-.32-.469 2.828 2.828 0 01-2.117-2.281c.326.076.666.11 1.004.1a.427.427 0 00.41-.378.44.44 0 00-.214-.42A3.051 3.051 0 016.75 9.955c0-.265.033-.523.098-.774a10.419 10.419 0 003.96 2.453c.013.005 1.48.462 2.037.464l.21.009a.431.431 0 00.444-.443v-.075a3.42 3.42 0 013.415-3.415 3.39 3.39 0 012.434 1.02.421.421 0 00.358.124 7.02 7.02 0 001.267-.297 3.05 3.05 0 01-.764.607.428.428 0 00-.186.549l.006.014a.427.427 0 00.43.249c.352-.034.7-.092 1.041-.174a6.878 6.878 0 01-.994.847.424.424 0 00-.18.362l.001.027.002.087v.039a9.334 9.334 0 01-2.408 6.222.431.431 0 00.643.571 10.154 10.154 0 002.617-6.745 7.683 7.683 0 001.91-2.061.426.426 0 00-.081-.551z"
  23948.            ></path>
  23949.        </g>
  23950.        <defs>
  23951.            <clipPath id="tclip0">
  23952.                <path transform="translate(0 .5)" d="M0 0h27v27H0z"></path>
  23953.            </clipPath>
  23954.        </defs>
  23955.    </symbol>
  23956.    <symbol viewBox="0 0 14 12" id="ico-verified" xmlns="http://www.w3.org/2000/svg">
  23957.        <g clip-path="url(#uclip0)">
  23958.            <path d="M12.3 2.354L7.448.605a.565.565 0 00-.38 0L2.214 2.354c-.185.066-.306.223-.306.397v2.125c0 2.926 2.039 5.559 5.162 6.665a.57.57 0 00.374 0c3.123-1.106 5.162-3.739 5.162-6.665V2.75c0-.174-.12-.33-.305-.397zm-.684 2.522c0 2.488-1.684 4.778-4.359 5.8C4.654 9.681 2.9 7.431 2.9 4.876V3.037l4.358-1.57 4.359 1.57v1.839zM6.71 6.324l2.129-1.847a.55.55 0 01.7 0 .39.39 0 010 .608L7.06 7.235a.55.55 0 01-.7 0l-1.385-1.2a.39.39 0 010-.608.55.55 0 01.7 0l1.035.897z"></path>
  23959.        </g>
  23960.        <defs>
  23961.            <clipPath id="uclip0">
  23962.                <path transform="translate(.918 .573)" d="M0 0h12.679v11H0z"></path>
  23963.            </clipPath>
  23964.        </defs>
  23965.    </symbol>
  23966.    <symbol viewBox="0 0 26 27" id="ico-whatsapp" xmlns="http://www.w3.org/2000/svg">
  23967.        <g clip-path="url(#vclip0)">
  23968.            <path d="M13 .5C5.832.5 0 6.332 0 13.5c0 2.445.68 4.82 1.968 6.881-.513 1.799-1.44 5.202-1.45 5.238a.498.498 0 00.629.608L6.3 24.642A12.968 12.968 0 0013 26.5c7.169 0 13-5.831 13-13 0-7.168-5.831-13-13-13zm0 25c-2.26 0-4.46-.631-6.365-1.826a.5.5 0 00-.413-.053l-4.5 1.385c.331-1.207.925-3.365 1.27-4.566a.502.502 0 00-.062-.41A11.954 11.954 0 011 13.5c0-6.617 5.383-12 12-12 6.616 0 12 5.383 12 12 0 6.616-5.384 12-12 12z"></path>
  23969.            <path d="M21.492 16.563a36.342 36.342 0 01-2.282-1.402c-.438-.286-.755-.492-.986-.609-.649-.323-1.14-.095-1.328.094a.5.5 0 00-.062.076c-.674 1.01-1.553 1.977-1.81 2.03-.298-.047-1.69-.839-3.074-1.991-1.413-1.178-2.302-2.305-2.433-3.073.907-.933 1.233-1.52 1.233-2.188 0-.689-1.606-3.563-1.896-3.854-.292-.29-.948-.336-1.952-.136a.505.505 0 00-.256.136c-.121.122-2.964 3.02-1.613 6.533 1.483 3.856 5.29 8.337 10.142 9.065.552.083 1.069.124 1.553.124 2.855 0 4.54-1.437 5.014-4.286a.498.498 0 00-.25-.52zm-6.168 3.692c-5.132-.77-8.364-5.854-9.357-8.435-.986-2.56.831-4.842 1.287-5.358.371-.063.761-.09.925-.064.34.473 1.519 2.7 1.571 3.102 0 .262-.085.628-1.104 1.646a.498.498 0 00-.146.354c0 2.618 5.522 6.25 6.5 6.25.85 0 1.96-1.43 2.591-2.361a.474.474 0 01.185.058c.18.09.492.294.887.552.521.34 1.213.792 2.03 1.26-.371 1.786-1.408 3.591-5.369 2.996z"></path>
  23970.        </g>
  23971.        <defs>
  23972.            <clipPath id="vclip0">
  23973.                <path transform="translate(0 .5)" d="M0 0h26v26H0z"></path>
  23974.            </clipPath>
  23975.        </defs>
  23976.    </symbol>
  23977. </svg>
  23978.  
  23979.  
  23980.    <script src="/js/app.js?id=53a054f9a798955472a2543e605d5d7b" defer></script>
  23981.        </body>
  23982. </html>
  23983.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda