@charset "UTF-8";
@media (min-width: 1400px) {
  .container {
    max-width: 1200px; } }
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  z-index: 999; }

.popup-overlay.active {
  opacity: 1;
  pointer-events: all; }

.popup-content {
  width: 90%;
  max-width: 500px;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid #262626;
  background: #060606;
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative; }
  .popup-content .button {
    display: none; }
    @media (max-width: 991px) {
      .popup-content .button {
        display: block; } }

.popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  color: white;
  font-size: 20px;
  cursor: pointer; }

.tooltip-title {
  color: #007FFF;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px; }

.tooltip-desc p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: left; }

.fz18 {
  font-size: clamp(14px, 4vw, 18px) !important;
  font-weight: 400; }

.fz24 {
  font-size: clamp(18px, 4vw, 24px) !important;
  font-weight: 400; }

.fz32 {
  font-size: clamp(21px, 4vw, 32px) !important;
  font-weight: 400; }

.fz36 {
  font-size: clamp(24px, 4vw, 36px) !important;
  font-weight: 400; }

.fz48 {
  font-size: clamp(32px, 4vw, 48px) !important;
  font-weight: 400; }

.fz60 {
  font-size: clamp(32px, 4vw, 60px) !important;
  font-weight: 400; }

.fz64 {
  font-size: clamp(40px, 4vw, 64px) !important;
  font-weight: 400; }

#language-nav-ul li a {
  color: #fff; }

.caret {
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(193deg) brightness(103%) contrast(101%); }

#hero .blocks .slick-track {
  display: flex !important; }

#hero .block {
  height: auto; }

/* ╤Д╨╕╨║╤Б ╨┐╤А╨╛╤В╨╕╨▓ "╤Б╨╗╨╕╨┐╨░╨╜╨╕╤П" */
#hero .blocks .slick-slide {
  display: flex !important;
  height: auto; }

/* ╨╛╤В╤Б╤В╤Г╨┐╤Л ╨▓╨╝╨╡╤Б╤В╨╛ margin ╨▓ JS */
#hero .block {
  margin-right: 24px; }

#hero .blocks {
  overflow: hidden; }

#hero {
  min-height: 100vh !important;
  justify-content: flex-start !important;
  margin-bottom: 0 !important; }
  #hero .hero-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1; }
  #hero .blocks .slick-track {
    display: flex;
    align-items: stretch; }
  #hero h1 {
    margin-top: 8%; }
    @media (max-width: 576px) {
      #hero h1 {
        margin-top: 0; } }
    #hero h1 b {
      display: block; }
  #hero .lrg {
    margin: 5% 0; }
    @media (max-width: 576px) {
      #hero .lrg {
        display: none; } }
    #hero .lrg p {
      font-size: clamp(18px, 4vw, 24px) !important;
      font-weight: 400; }
      #hero .lrg p span {
        display: block;
        font-size: clamp(16px, 4vw, 20px) !important; }
  #hero .button {
    display: inline-flex;
    gap: 30px; }
    @media (max-width: 576px) {
      #hero .button {
        margin-top: 30px;
        gap: 20px;
        min-width: 205px; } }
  #hero .blocks {
    margin-top: 10%; }
    #hero .blocks .slick-slide {
      margin-left: 12px;
      margin-right: 12px;
      padding: 20px; }
  #hero .block {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    border-radius: 15px;
    max-width: 345px;
    cursor: pointer;
    background: linear-gradient(321deg, rgba(191, 191, 191, 0.06) 5.98%, rgba(0, 0, 0, 0) 66.28%), rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(7.5px); }
    @media (max-width: 991px) {
      #hero .block {
        min-width: 300px; } }
    #hero .block img {
      width: 48px;
      height: 48px; }
    #hero .block .wrapper {
      display: block;
      text-align: left; }
      #hero .block .wrapper .title {
        font-size: 20px;
        font-weight: 700; }
      #hero .block .wrapper .text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px;
        color: #B6B6B6; }
    #hero .block .price {
      transition: color 0.3s ease; }
    #hero .block .price.up {
      color: #00c853;
      animation: flashUp 0.4s; }
    #hero .block .price.down {
      color: #ff3d00;
      animation: flashDown 0.4s; }
@keyframes flashUp {
  0% {
    background: rgba(0, 200, 83, 0.3); }
  100% {
    background: transparent; } }
@keyframes flashDown {
  0% {
    background: rgba(255, 61, 0, 0.3); }
  100% {
    background: transparent; } }
  #hero .scroll {
    position: absolute;
    bottom: 80px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    right: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease; }
    @media (max-width: 1400px) {
      #hero .scroll {
        display: none; } }
    #hero .scroll:after {
      content: '';
      background: url(../img/btn-arrow.svg) center/contain no-repeat;
      width: 24px;
      height: 24px;
      position: absolute;
      transform: rotate(90deg);
      margin: 40px auto 0 auto;
      left: 0;
      right: 0;
      animation: bounce 1.5s infinite; }
    #hero .scroll.hide {
      opacity: 0;
      visibility: hidden; }

@keyframes bounce {
  0%, 100% {
    transform: rotate(90deg) translateX(0); }
  50% {
    transform: rotate(90deg) translateX(10px); } }
#key {
  padding-top: 0; }
  @media (max-width: 991px) {
    #key .mt-grid .card .text,
    #key .mt-grid .card .button {
      display: none; }
    #key .mt-grid .card {
      cursor: pointer; } }
  #key h2 {
    display: none; }
    @media (max-width: 991px) {
      #key h2 {
        display: block;
        margin-bottom: 30px; } }
  #key .mt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "big big top" "big big middle" "bottom-left bottom-center bottom-right";
    gap: 12px;
    position: relative; }
    @media (max-width: 992px) {
      #key .mt-grid {
        grid-template-columns: 1fr;
        grid-template-areas: "big" "top" "middle" "bottom-left" "bottom-center" "bottom-right";
        gap: 0; } }
  #key .card {
    border: 1px solid #262626;
    background: #060606;
    border-radius: 20px;
    padding: 42px 32px; }
    @media (max-width: 991px) {
      #key .card {
        text-align: left;
        border: 0px solid #262626;
        border-bottom: 1px solid #262626;
        padding: 15px !important; }
        #key .card:after {
          content: "";
          position: absolute;
          inset: 0;
          background: url("../img/add-square.svg");
          pointer-events: none;
          z-index: 1;
          width: 24px;
          height: 24px;
          margin-top: 17px;
          margin-left: 10px; } }
    #key .card .title {
      font-size: clamp(12px, 3vw, 12px) !important;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 30px;
      color: #007FFF; }
      @media (max-width: 992px) {
        #key .card .title {
          font-size: 20px !important;
          text-transform: inherit !important;
          margin-bottom: 0px !important;
          margin-left: 30px !important; } }
    #key .card p {
      font-size: clamp(14px, 3vw, 20px) !important;
      font-style: normal;
      font-weight: 400;
      line-height: 121%; }
    #key .card a {
      width: 100%;
      margin-top: 20px; }
      @media (max-width: 991px) {
        #key .card a {
          display: none; } }
      #key .card a.classic {
        padding-left: 0;
        padding-right: 0;
        text-align: left;
        color: #007FFF;
        width: auto;
        line-height: 120%;
        letter-spacing: -0.36px;
        text-decoration-line: underline !important;
        text-decoration-style: solid !important;
        text-decoration-skip-ink: none;
        text-decoration-thickness: auto !important;
        text-underline-offset: auto;
        text-underline-position: from-font; }
  #key .card--big {
    grid-area: big;
    display: inline;
    overflow: hidden;
    padding: 0;
    max-width: 596px; }
    @media (max-width: 1200px) {
      #key .card--big {
        max-width: 100%; } }
    @media (max-width: 991px) {
      #key .card--big {
        max-width: 100%;
        padding: 0px !important; } }
    @media (max-width: 992px) {
      #key .card--big .wrapper p {
        display: none; } }
  #key .mt-grid > :nth-child(2) {
    grid-area: top; }
    @media (min-width: 1400px) {
      #key .mt-grid > :nth-child(2) {
        margin-left: -183px; } }
    @media (max-width: 1400px) {
      #key .mt-grid > :nth-child(2) {
        margin-left: -143px; } }
    @media (max-width: 1200px) {
      #key .mt-grid > :nth-child(2) {
        margin-left: 0px; } }
    #key .mt-grid > :nth-child(2) .button {
      display: none; }
  #key .mt-grid > :nth-child(3) {
    grid-area: middle; }
    @media (min-width: 1400px) {
      #key .mt-grid > :nth-child(3) {
        margin-left: -183px; } }
    @media (max-width: 1400px) {
      #key .mt-grid > :nth-child(3) {
        margin-left: -143px; } }
    @media (max-width: 1200px) {
      #key .mt-grid > :nth-child(3) {
        margin-left: 0px; } }
    #key .mt-grid > :nth-child(3) .button {
      display: none; }
  #key .mt-grid > :nth-child(4) {
    grid-area: bottom-left; }
  #key .mt-grid > :nth-child(5) {
    grid-area: bottom-center; }
  #key .mt-grid > :nth-child(6) {
    grid-area: bottom-right; }
  #key .mt-grid > :nth-child(n+4) {
    padding: 32px; }
    #key .mt-grid > :nth-child(n+4) .title {
      font-size: 20px !important;
      text-transform: initial;
      margin-bottom: 0; }
    #key .mt-grid > :nth-child(n+4) .text {
      margin-top: 30px; }
  #key .mt-grid > .card:nth-last-child(-n+3) {
    height: 120px;
    overflow: hidden; }
    @media (max-width: 991px) {
      #key .mt-grid > .card:nth-last-child(-n+3) {
        height: auto !important; } }
  #key .mt-grid > .card:nth-last-child(-n+3) .text,
  #key .mt-grid > .card:nth-last-child(-n+3) .button {
    opacity: 0;
    transition: opacity 0.3s ease; }
    @media (max-width: 991px) {
      #key .mt-grid > .card:nth-last-child(-n+3) .text,
      #key .mt-grid > .card:nth-last-child(-n+3) .button {
        display: none; } }
  #key .mt-grid > .card:nth-last-child(-n+3):hover {
    height: 260px;
    background: #007FFF;
    position: absolute;
    z-index: 6; }
    @media (max-width: 991px) {
      #key .mt-grid > .card:nth-last-child(-n+3):hover {
        height: auto;
        background: transparent; } }
    #key .mt-grid > .card:nth-last-child(-n+3):hover .title {
      font-size: 12px !important;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #fff; }
      @media (max-width: 991px) {
        #key .mt-grid > .card:nth-last-child(-n+3):hover .title {
          color: #007FFF;
          font-size: 20px !important; } }
    #key .mt-grid > .card:nth-last-child(-n+3):hover .button {
      margin-top: 10px; }
      #key .mt-grid > .card:nth-last-child(-n+3):hover .button a {
        width: fit-content; }
        #key .mt-grid > .card:nth-last-child(-n+3):hover .button a:hover {
          background: #000; }
  #key .mt-grid > .card:nth-last-child(-n+3):hover .text,
  #key .mt-grid > .card:nth-last-child(-n+3):hover .button {
    opacity: 1; }
    @media (max-width: 991px) {
      #key .mt-grid > .card:nth-last-child(-n+3):hover .text,
      #key .mt-grid > .card:nth-last-child(-n+3):hover .button {
        display: none; } }
  #key .wrapper {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 50%;
    padding: 32px; }
    @media (max-width: 991px) {
      #key .wrapper {
        width: 100%;
        padding: 15px !important; } }
  #key .image {
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
    float: right;
    height: 100%; }
    @media (max-width: 991px) {
      #key .image {
        display: none; } }

.tools {
  position: relative;
  /* ЁЯФе ╨Ю╨в╨а╨Х╨Ч╨Р╨Х╨Ь ╨Ы╨Х╨Т╨г╨о ╨з╨Р╨б╨в╨м */
  /* ╨Т╨Р╨Ц╨Э╨Ю тАФ ╨╗╨╛╨╝╨░╨╡╨╝ ╨╛╨│╤А╨░╨╜╨╕╤З╨╡╨╜╨╕╤П bootstrap */
  /* LEFT */
  /* NAV */
  /* RIGHT */
  /* ЁЯФе ╨б╨Р╨Ь╨л╨Щ ╨Т╨Р╨Ц╨Э╨л╨Щ ╨Ь╨Ю╨Ь╨Х╨Э╨в */
  /* CARD */
  /* ACTIVE */
  /* NUMBER */
  /* HIDDEN CONTENT */
  /* BUTTON */ }
  .tools::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    width: 45%;
    height: 100%;
    z-index: 5;
    pointer-events: none; }
    @media (max-width: 991px) {
      .tools::before {
        width: 0%; } }
  .tools .row,
  .tools .col-lg-8,
  .tools .tools-right,
  .tools .tools-slider,
  .tools .tools-slider .slick-list {
    overflow: visible; }
  @media (max-width: 991px) {
    .tools .tools-right {
      overflow: hidden; } }
  .tools .tools-slider .slide {
    width: 392px; }
    @media (max-width: 991px) {
      .tools .tools-slider .slide {
        width: 274px; } }
  .tools .slick-track {
    display: flex;
    align-items: center; }
  .tools-left {
    position: relative;
    z-index: 5; }
    .tools-left .subtitle {
      color: #007FFF;
      font-size: 12px;
      letter-spacing: 2px;
      display: block;
      margin-bottom: 40px;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        .tools-left .subtitle {
          text-align: center;
          margin-bottom: 24px; } }
    .tools-left .title {
      margin-bottom: 120px;
      max-width: 313px; }
      @media (max-width: 991px) {
        .tools-left .title {
          margin-bottom: 50px;
          margin-left: auto;
          margin-right: auto; } }
  .tools .nav {
    display: flex;
    align-items: center;
    gap: 20px; }
    @media (max-width: 991px) {
      .tools .nav {
        display: flex;
        justify-content: center; } }
    @media (max-width: 991px) {
      .tools .nav.desktop {
        display: none; } }
    .tools .nav.mobile {
      display: none; }
      @media (max-width: 991px) {
        .tools .nav.mobile {
          display: flex;
          margin-top: 40px; } }
    .tools .nav button {
      width: 40px;
      height: 40px;
      background: transparent;
      border: 1px solid #333;
      color: #fff;
      cursor: pointer; }
      .tools .nav button:hover {
        background: #007FFF; }
  .tools .count {
    color: #fff; }
  .tools-right {
    position: relative; }
  .tools-slider {
    margin-left: -210px; }
    @media (max-width: 1400px) {
      .tools-slider {
        margin-left: -143px; } }
    @media (max-width: 1200px) {
      .tools-slider {
        margin-left: -60px; } }
    .tools-slider .slick-list {
      overflow: visible; }
  .tools .slide {
    padding: 12px; }
  .tools .card {
    border-radius: 20px;
    border: 1px solid #262626;
    background: #060606;
    padding: 32px;
    transition: all 0.4s ease;
    color: #fff; }
    @media (max-width: 991px) {
      .tools .card {
        background: #007FFF;
        min-height: 303px; } }
    .tools .card img {
      width: 50px;
      margin-bottom: 30px; }
    .tools .card h3 {
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        .tools .card h3 {
          text-align: left;
          font-size: 24px !important; } }
      @media (max-width: 991px) {
        .tools .card h3 {
          text-align: left; } }
  .tools .slick-current .card {
    background: #007FFF;
    transform: scale(1);
    opacity: 1; }
  .tools .slick-current .hidden {
    opacity: 1;
    transform: translateY(0); }
    @media (max-width: 991px) {
      .tools .slick-current .hidden {
        display: none; } }
  .tools .slick-current .num {
    opacity: 0.6;
    color: #fff; }
  .tools .num {
    font-size: 12px;
    margin-bottom: 30px;
    color: #007FFF; }
    @media (max-width: 991px) {
      .tools .num {
        color: #fff;
        opacity: 0.6; } }
  .tools .hidden {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease; }
  .tools .slick-current .hidden {
    max-height: 500px;
    opacity: 1;
    transform: translateY(0); }
  .tools .btn {
    display: inline-flex;
    margin-top: 20px;
    margin-bottom: 5px; }
    .tools .btn:hover {
      background: #000; }
    @media (max-width: 991px) {
      .tools .btn {
        display: none; } }

/* RESPONSIVE */
@media (max-width: 991px) {
  .tools-slider {
    margin-left: 0; } }
body {
  overflow-x: hidden !important; }

.market-item:not(.active) .market-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: auto;
  padding: 0;
  background: none;
  opacity: 0;
  pointer-events: none; }

@media (min-width: 769px) {
  .market-item:not(.active):hover .market-content {
    opacity: 1; }

  .market-item:not(.active) .market-content .label,
  .market-item:not(.active) .market-content .par,
  .market-item:not(.active) .market-content .btn,
  .market-item:not(.active) .market-content .lrg {
    display: none; }

  .market-item:not(.active):hover .market-content h3 {
    display: block;
    transform: translateY(10px);
    opacity: 0;
    z-index: 2;
    font-size: calc(10px + 1vw) !important; }

  .market-item:not(.active):hover .market-content h3 {
    transform: translateY(0);
    opacity: 1;
    font-size: calc(10px + 1vw) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; } }
.market-content h3 {
  transition: transform 0.3s ease, opacity 0.3s ease, filter 0.3s ease; }

.market-item:not(.active) .market-content h3 {
  filter: blur(4px); }

.market-item:not(.active):hover .market-content h3 {
  filter: blur(0); }

.markets-header {
  padding-bottom: 0; }

.markets.dragging {
  cursor: grabbing; }

.markets::-webkit-scrollbar {
  display: none; }

.markets {
  padding-top: 0;
  overflow: visible;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  cursor: grab;
  user-select: none;
  /* ROW */ }
  .markets-title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px; }
  .markets-row {
    display: flex;
    height: 540px;
    border-radius: 20px;
    gap: 30px;
    overflow: visible;
    max-width: 100vw;
    width: fit-content;
    min-width: 100%;
    margin-left: calc((100vw - 1200px) / 2); }
    @media (max-width: 991px) {
      .markets-row {
        margin-left: calc((100vw - 990px) / 2); } }

.market-item {
  position: relative;
  overflow: hidden; }
  .market-item::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 102, 204, 0.7);
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 1; }
  .market-item:hover::after {
    transform: translateY(0); }

/* ITEM */
.market-item {
  flex: 0 0 237px;
  transition: all 0.5s ease;
  overflow: hidden;
  cursor: pointer;
  border-radius: 20px;
  /* IMAGE */
  /* CONTENT (╤Б╨╕╨╜╤П╤П ╤З╨░╤Б╤В╤М) */ }
  .market-item.active {
    flex: 0 0 681px; }
    .market-item.active:after {
      background: none !important;
      z-index: 0; }
    .market-item.active:hover:after {
      background: none !important;
      transform: none !important; }
    .market-item.active .market-content {
      width: 65%;
      padding: 40px;
      opacity: 1;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
  .market-item .market-inner {
    display: flex;
    height: 100%;
    border-radius: 20px; }
  .market-item .market-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .market-item .market-content {
    width: 0;
    background: #007FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0px;
    opacity: 0;
    transition: all 0.4s ease;
    color: #F3F3F3; }
    .market-item .market-content .label {
      font-size: 12px;
      font-style: normal;
      font-weight: 400;
      line-height: 120%;
      /* 14.4px */
      letter-spacing: 2px;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .market-item .market-content h3 {
      font-size: 28px;
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .market-item .market-content h3 {
          text-align: left; } }
    .market-item .market-content .par {
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin-bottom: 20px; }
    .market-item .market-content .btn {
      z-index: 1;
      width: fit-content;
      margin-top: 10px; }
      .market-item .market-content .btn:hover {
        background: #000; }

@media (max-width: 768px) {
  .market-item.active {
    flex: unset; } }
@media (max-width: 756px) {
  .markets {
    overflow: visible;
    cursor: default; }

  .markets-row {
    flex-direction: column;
    height: auto;
    gap: 20px;
    margin-left: 0;
    padding: 0 12px; }

  .market-item {
    flex: unset;
    width: 100%;
    height: 120px; }

  .market-inner {
    position: relative; }

  .market-image {
    width: 100%;
    height: 100%; }

  .market-content {
    position: absolute;
    bottom: -10px;
    left: 20px;
    width: auto !important;
    padding: 0 !important;
    opacity: 1 !important;
    background: none !important; }

  .market-content .label,
  .market-content .par,
  .market-content .btn,
  .market-content .lrg {
    display: none; }

  .market-content h3 {
    font-size: 28px;
    margin: 0; }

  /* ╤Г╨▒╨╕╤А╨░╨╡╨╝ hover overlay */
  .market-item::after {
    display: none; }

  .market-popup {
    width: 90%;
    max-width: 420px;
    border-radius: 20px;
    overflow: hidden;
    background: #060606; }

  .market-popup-image {
    position: relative;
    height: 180px; }

  .market-popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

  .market-popup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    color: #fff; }

  .market-popup-content {
    background: #007FFF;
    padding: 30px 20px;
    color: #fff; }

  .market-popup-content .label {
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    display: block; }

  .market-popup-content .fz48 {
    margin-bottom: 20px; }

  .market-popup-content .lrg {
    margin-bottom: 30px; }

  #marketPopupTitle {
    text-align: left; } }
#performance .blocks-widget .blocks {
  border-radius: 20px;
  border: 1px solid #262626;
  background: #060606;
  display: flex;
  padding: 20px 0;
  align-items: center;
  justify-content: space-around;
  gap: 10px; }
  @media (max-width: 576px) {
    #performance .blocks-widget .blocks {
      flex-wrap: wrap;
      gap: 20px; } }
  #performance .blocks-widget .blocks .block {
    text-align: center; }
    @media (max-width: 576px) {
      #performance .blocks-widget .blocks .block {
        flex: 1 0 45%; } }
    #performance .blocks-widget .blocks .block img {
      margin-bottom: 10px; }

#start-trading .row {
  padding: 73px 68px;
  margin: 0;
  border-radius: 22px;
  border: 1px solid #262626; }
  @media (max-width: 768px) {
    #start-trading .row {
      padding: 38px;
      background-position: -620px !important; } }
  #start-trading .row h2 {
    margin-bottom: 186px; }
#start-trading .blocks {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px; }
  @media (max-width: 991px) {
    #start-trading .blocks {
      justify-content: center; } }
  #start-trading .blocks .block {
    flex: 1 0 50%;
    min-width: 258px;
    width: 100%;
    max-width: 258px;
    background: #007FFF26;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #start-trading .blocks .block a {
      text-decoration: none !important;
      font-size: 16px;
      font-weight: 400;
      display: inline-flex;
      align-items: center;
      color: #007FFF; }
      @media (max-width: 991px) {
        #start-trading .blocks .block a {
          color: #fff; } }
      #start-trading .blocks .block a .icon {
        width: 27px;
        height: 27px;
        margin-right: 16px;
        display: inline-block; }

#trading {
  background: url("/mena/wp-content/uploads/2026/02/map-dots.png") bottom center no-repeat; }
  #trading .row {
    margin-bottom: 170px; }
    @media (max-width: 991px) {
      #trading .row {
        margin-bottom: 120px; } }
    #trading .row:last-child {
      margin-bottom: 0; }
  #trading .blocks {
    display: inline-flex;
    gap: 20px;
    width: 100%; }
    #trading .blocks .block {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
      text-align: center;
      gap: 20px;
      width: 100%;
      max-width: 405px; }
    @media (max-width: 768px) {
      #trading .blocks {
        overflow-x: auto;
        flex-wrap: nowrap;
        -webkit-overflow-scrolling: touch; }
        #trading .blocks .block {
          min-width: 116px;
          flex: 0 0 auto;
          max-width: 280px;
          border-radius: 20px;
          border: 1px solid #262626;
          background: #060606;
          padding: 20px; } }
  #trading .image {
    position: relative; }
    @media (max-width: 991px) {
      #trading .image:after {
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.02) 60%);
        pointer-events: none;
        z-index: 1;
        height: 100%;
        bottom: 0; } }
  #trading .mobile {
    display: none; }
    @media (max-width: 991px) {
      #trading .mobile {
        display: block; } }
  @media (max-width: 991px) {
    #trading .desktop {
      display: none; } }
  #trading .button {
    display: inline-flex;
    gap: 20px; }

@media (max-width: 991px) {
  header .subheader {
    display: block; } }
html[dir="rtl"] #start-trading .row {
  transform: scaleX(-1);
  display: flex;
  flex-direction: row-reverse; }
  html[dir="rtl"] #start-trading .row .mblock {
    transform: scaleX(-1); }
    html[dir="rtl"] #start-trading .row .mblock .blocks .block a .icon {
      margin-right: 0;
      margin-left: 16px; }
@media (max-width: 991px) {
  html[dir="rtl"] #trading .first .bluet {
    text-align: right; } }
html[dir="rtl"] .tools .container {
  direction: ltr; }
  html[dir="rtl"] .tools .container .tools-left {
    direction: rtl; }
  html[dir="rtl"] .tools .container .nav {
    direction: ltr;
    justify-content: flex-end; }
  html[dir="rtl"] .tools .container .card {
    direction: rtl; }
html[dir="rtl"] .markets-row {
  margin-left: auto;
  margin-right: calc((100vw - 1200px) / 2); }
  @media (max-width: 991px) {
    html[dir="rtl"] .markets-row {
      margin-left: auto;
      margin-right: calc((100vw - 710px) / 2); } }
html[dir="rtl"] .market-item.active .market-content {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px; }
@media (max-width: 991px) {
  html[dir="rtl"] .market-item .market-content h3 {
    text-align: right; } }
@media (max-width: 992px) {
  html[dir="rtl"] #key .card .title {
    margin-left: auto !important;
    margin-right: 30px !important; }
  html[dir="rtl"] .tools .card h3 {
    text-align: right; } }
html[dir="rtl"] .tooltip-desc p {
  text-align: right; }
html[dir="rtl"] #hero {
  transform: inherit; }
  html[dir="rtl"] #hero .container {
    transform: inherit; }
  html[dir="rtl"] #hero .blocks .slick-slide {
    direction: rtl; }
@media (min-width: 1400px) {
  html[dir="rtl"] #key .mt-grid > :nth-child(2) {
    margin-left: auto;
    margin-right: -183px; } }
@media (max-width: 1400px) {
  html[dir="rtl"] #key .mt-grid > :nth-child(2) {
    margin-left: auto;
    margin-right: -143px; } }
@media (max-width: 1200px) {
  html[dir="rtl"] #key .mt-grid > :nth-child(2) {
    margin-left: auto;
    margin-right: 0px; } }
@media (min-width: 1400px) {
  html[dir="rtl"] #key .mt-grid > :nth-child(3) {
    margin-left: auto;
    margin-right: -183px; } }
@media (max-width: 1400px) {
  html[dir="rtl"] #key .mt-grid > :nth-child(3) {
    margin-left: auto;
    margin-right: -143px; } }
@media (max-width: 1200px) {
  html[dir="rtl"] #key .mt-grid > :nth-child(3) {
    margin-left: auto;
    margin-right: 0px; } }

/*# sourceMappingURL=lp-general.css.map */
