@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
}
input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input, textarea, a, button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

body {
  background: linear-gradient(0deg, #F6F7F8 0%, #F6F7F8 100%), linear-gradient(0deg, #F6F7F8 0%, #F6F7F8 100%), #FFF;
  box-sizing: border-box;
  padding: 0 !important;
  margin: 0;
  overflow-x: hidden;
  font-family: "Inter", sans-serif;
  color: #333;
  font-weight: 400;
  -webkit-text-size-adjust: none;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

li {
  display: block;
}

ul {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  font-family: "Inter", sans-serif;
}

textarea {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  resize: none;
}

a {
  text-decoration: none;
  color: #126DF7;
  display: block;
}
a:hover {
  color: rgba(18, 109, 247, 0.8);
  transition: all 0.2s ease-out;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

input:active, input:focus, button:active, button:focus, span:active, span:focus, span, div:active, div:focus, div, textarea:active, textarea:focus, select:active, select:focus {
  outline: none;
}

textarea, input {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
}

button {
  font-family: "Inter", sans-serif;
  background: none;
  cursor: pointer;
  border: none;
  font-size: 16px;
}
button:disabled {
  opacity: 0.5;
  cursor: auto !important;
}

h1 {
  font-size: 40px;
  color: #000;
  font-weight: 600;
}

h1, h2 {
  margin: 0;
  font-family: "Inter", sans-serif;
}

h3 {
  font-size: 30px;
  font-family: "Inter", sans-serif;
  margin-top: 0;
  font-weight: 600;
}

.round-btn {
  width: 158px;
  height: 158px;
  background: #126DF7;
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.round-btn::after {
  transition: all 0.2s ease-out;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 1px solid #126DF7;
  border-radius: 150px;
}
.round-btn:hover {
  transition: all 0.2s ease-out;
  color: #fff;
  background: rgba(18, 109, 247, 0.8);
}
.round-btn:hover::after {
  border: 1px solid rgba(18, 109, 247, 0.8);
  transition: all 0.2s ease-out;
}

section {
  margin-bottom: 80px;
}

.swiper-wrapper {
  height: auto !important;
}

.container {
  padding: 0;
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 1241px;
  overflow: hidden;
}

.row {
  display: flex;
}

.row-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.row-space {
  justify-content: space-between;
}

.column {
  flex-direction: column;
}

.overflow-body {
  overflow-y: hidden;
}

.btn {
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  background: #FFDD2D;
  border-radius: 10px;
  cursor: pointer;
  border-radius: 10px;
  font-weight: 600;
  padding: 14px 24px;
}
.btn:hover {
  color: #333;
  background: #FFCC35;
  transition: all 0.2s ease-out;
}

.card__btn {
  background: #821BF0;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 3px 5px 15px rgba(130, 27, 240, 0.25);
}
.card__btn:hover {
  background: #9336F8;
  transition: all 0.2s ease-out;
}

.in-cart {
  background: #4F28EA;
  padding: 17px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.in-cart:hover {
  background: #7250FA;
  transition: all 0.2s ease-out;
}

.btn-line {
  background: transparent;
  padding: 17px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7250FA;
  border: 1px solid #7250FA;
}
.btn-line:hover {
  background: #7250FA;
  transition: all 0.2s ease-out;
}

.hidden-body {
  width: calc(100% - 8px);
  overflow: hidden;
}

.bread {
  flex-wrap: wrap;
}
.bread li {
  margin-bottom: 5px;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #FFDD2D;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

@media screen and (max-width: 979px) {
  .mobile-col {
    flex-direction: column;
  }

  .mobile-col-rev {
    flex-direction: column-reverse;
  }

  .mobile__none {
    display: none;
  }

  .container {
    width: 100%;
    padding: 0 4vw;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .container {
    width: 980px;
  }
}
.menu {
  padding: 20px 0;
  background: #fff;
  margin: 0;
}
.menu__right {
  display: flex;
  align-items: center;
  gap: 10px;
}
.menu__right a {
  width: fit-content;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.menu .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .container {
  display: flex;
  justify-content: space-between;
}
.footer .logo {
  margin-bottom: 32px;
}
.footer__left p {
  margin-bottom: 16px;
  font-size: 14px;
}
.footer .footer-info {
  color: rgba(51, 51, 51, 0.6);
  margin-top: 32px;
}
.footer__right {
  max-width: 460px;
}
.footer__right__title {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 32px;
}
.footer__right__col {
  width: 49%;
  flex-shrink: 0;
}
.footer__right__links {
  display: flex;
}
.footer__right__links a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
}

.title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
  letter-spacing: -1.2px;
}

.plate-bottom__wrapper {
  padding: 40px;
  border-radius: 32px;
  text-align: center;
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}
.plate-bottom video {
  position: absolute;
  top: 0;
  z-index: 0;
  left: 0;
  object-fit: cover;
}
.plate-bottom h2 {
  color: #fff;
  position: relative;
  max-width: 848px;
  z-index: 1;
}
.plate-bottom p {
  position: relative;
  max-width: 848px;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 24px;
  margin-bottom: 24px;
}
.plate-bottom p a {
  color: #91BDFF;
  display: inline-block;
}
.plate-bottom .btn {
  position: relative;
  z-index: 1;
}

.header {
  margin-bottom: 80px;
}
.header .container {
  display: flex;
  align-items: center;
  gap: 90px;
}
.header__sub {
  margin-bottom: 24px;
  color: #888;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.header__title {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  color: #333;
  letter-spacing: -1.44px;
  margin-bottom: 24px;
}
.header__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  color: #888;
  margin-bottom: 32px;
}
.header .btn {
  width: fit-content;
}
.header__left {
  max-width: 580px;
}
.header__right {
  max-width: 543px;
}
.header__right img {
  animation: pulse 12s infinite ease-in-out;
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.title-sub {
  color: #888;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
}

.why h2 {
  margin-bottom: 40px;
}
.why__cards {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}
.why__item {
  background: #fff;
  padding: 32px;
  border-radius: 24px;
}
.why__item__title {
  margin-bottom: 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.8px;
}
.why__item p {
  color: rgba(51, 51, 51, 0.6);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.why__item svg, .why__item img {
  margin-bottom: 32px;
}

.plate__wrapper {
  border-radius: 24px;
  background: #333;
  height: 160px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 48px;
}
.plate .back {
  position: absolute;
  right: 100px;
  top: -100px;
  height: 443px;
  z-index: 0;
}
.plate .btn {
  background: #fff;
  position: relative;
  z-index: 1;
  width: fit-content;
  transition: all 0.2s ease-out;
}
.plate .btn:hover {
  color: rgba(0, 0, 0, 0.5);
}
.plate__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.title-text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #888;
}

.crypto__wrapper {
  border-radius: 32px;
  background: #FFF;
  text-align: center;
  padding: 60px 0;
}
.crypto__imgs {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.crypto__imgs img {
  height: 50px;
}
.crypto p {
  max-width: 766px;
  margin: 0 auto;
}

.swap {
  text-align: center;
}
.swap .title-text {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 32px;
}
.swap .btn {
  width: fit-content;
  margin: 0 auto;
}
.swap__cards {
  margin-top: 40px;
  display: grid;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.swap .why__item {
  width: 49%;
}
.swap .why__item:nth-child(5), .swap .why__item:nth-child(6), .swap .why__item:nth-child(7) {
  width: calc(33.3333333333% - 15px);
}

.trades .container {
  display: flex;
  gap: 20px;
}
.trades__left {
  border-radius: 24px;
  height: 472px;
  width: 50%;
  overflow: hidden;
}
.trades__left video {
  width: 100%;
  border-radius: 24px;
  height: 100%;
  object-fit: cover;
}
.trades__right {
  border-radius: 24px;
  height: 472px;
  width: 50%;
  padding: 40px 48px 48px 48px;
  background: #fff;
}
.trades__right p {
  line-height: 24px;
  margin-bottom: 24px;
}
.trades__right p:last-child {
  margin-bottom: 0;
}

.faq__wrapper {
  padding: 80px 0;
  border-radius: 32px;
  background: #4972CF;
  text-align: center;
}
.faq h2 {
  color: #fff;
}
.faq .faq__title {
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 894px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.faq .faq__title a {
  display: inline-block;
  color: #fff;
}
.faq__item {
  max-width: 900px;
  margin: 0 auto 16px;
  padding: 16px 24px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.08);
}
.faq__item svg {
  transition: all 0.2s ease-out;
}
.faq__item:not(.active):hover {
  background: rgba(0, 0, 0, 0.2);
}
.faq__show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  line-height: 24px;
}
.faq__hide {
  margin-top: 16px;
  text-align: left;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.6);
  display: none;
}
.faq__item.active {
  background: #fff;
}
.faq__item.active svg {
  transform: rotate(180deg);
}
.faq__item.active svg path {
  stroke: #333;
}
.faq__item.active .faq__show {
  color: #333;
}

.logo-mob {
  display: none;
}

.signin:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}

.why__cards {
  grid-gap: 20px;
}
.why__cards .why__item {
  transition: all 0.2s ease-out;
}
.why__cards .why__item:hover {
  transform: scale(1.02);
}

.plate__wrapper .back {
  transition: all 0.2s ease-out;
}
.plate__wrapper:hover .back {
  transform: scale(1.05);
}

.popup-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 11;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  z-index: -11;
}
.popup-menu .back {
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.popup-menu .popup-title {
  font-size: 24px;
  margin: 0;
}
.popup-menu__row {
  align-items: center;
  margin-bottom: 24px;
}
.popup-menu__wrapper {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  padding: 20px;
  background: #fff;
  width: 100%;
  max-width: 400px;
  transform: translateX(100%);
  transition: all 0.2s ease-out;
}
.popup-menu .close {
  cursor: pointer;
}
.popup-menu .close:hover svg {
  opacity: 0.6;
}
.popup-menu__links a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.popup-menu__links a:hover {
  background: rgba(0, 0, 0, 0.02);
}
.popup-menu__links a.active {
  background: rgba(0, 0, 0, 0.05);
}
.popup-menu__links img {
  width: 25px;
}
.popup-menu.active {
  z-index: 11;
  opacity: 1;
  pointer-events: all;
}
.popup-menu.active .popup-menu__wrapper {
  transform: translate(0);
}

.menu-loc {
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 5px;
  font-weight: 600;
  font-size: 14px;
}
.menu-loc img {
  width: 20px;
}
.menu-loc:hover span {
  opacity: 0.6;
}

@media screen and (max-width: 980px) {
  .logo-descr {
    display: none;
  }

  .logo-mob {
    display: block;
  }

  .menu {
    margin-bottom: 40px;
  }

  .header .btn {
    margin: 0 auto;
  }
  .header .container {
    gap: 40px;
    flex-direction: column;
  }

  .header__sub {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .header__left {
    text-align: center;
  }

  .header__title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 24px;
  }

  .header__text {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }

  .title-sub {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
  }

  .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }

  .why__cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .why__item {
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
  }
  .why__item p {
    font-size: 16px;
  }
  .why__item img {
    margin-bottom: 32px;
  }

  .why__item__title {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
  }

  .plate {
    display: none;
  }

  .crypto__wrapper {
    padding: 40px 20px;
    border-radius: 16px;
  }

  .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
  }

  .title-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .swap__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 16px;
  }
  .swap__cards .why__item {
    width: 100% !important;
  }

  .trades .container {
    flex-direction: column;
  }
  .trades .trades__left {
    width: 100%;
    height: 240px;
  }
  .trades .trades__right {
    width: 100%;
    height: auto;
    padding: 32px 32px 24px 32px;
    text-align: center;
  }
  .trades .trades__right p {
    color: #888;
  }

  .faq {
    padding: 40px 16px;
    background: #4972CF;
  }
  .faq .faq__wrapper {
    padding: 0;
    background: none;
  }
  .faq .faq__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .faq__show {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
  }

  .faq__item {
    border-radius: 16px;
    padding: 16px 24px;
  }
  .faq__item svg {
    flex-shrink: 0;
  }

  .plate-bottom__wrapper {
    border-radius: 16px;
    padding: 40px 16px;
  }

  .plate-bottom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }

  .footer .container {
    flex-direction: column;
  }

  .footer__right__links {
    flex-direction: column;
  }

  .footer__right__title {
    margin-bottom: 24px;
    font-size: 18px;
  }

  .footer .footer-info {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .swap__cards {
    gap: 16px;
  }
  .swap__cards .why__item {
    width: calc(50% - 10px);
  }
  .swap__cards .why__item:nth-child(5), .swap__cards .why__item:nth-child(6), .swap__cards .why__item:nth-child(7) {
    width: calc(33.3333333333% - 12px);
  }
}