@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/iransans/woff2/IRANSansX-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/iransans/woff2/IRANSansX-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/iransans/woff2/IRANSansX-DemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansX";
  src: url("../fonts/iransans/woff2/IRANSansX-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "IRANSansXNum";
  src: url("../fonts/iransans/woff/IRANSansXFaNum-MediumD4.woff") format("woff");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "IRANSansX";
  color: #1c1d1f;
}
* :hover {
  color: #1c1d1f;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  background-color: #0086ff;
  border-radius: 0;
  border-radius: 8px;
}
*::-webkit-scrollbar-thumb:hover {
  background-color: #006bb3;
}
*::-webkit-scrollbar-track {
  background: rgba(0, 134, 255, 0.2);
  border-radius: 0;
  border-radius: 8px;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #0086ff rgba(0, 134, 255, 0.2);
}

/* Hide spinners for input type number in all browsers */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.gform_footer {
  margin-top: 24px;
}

body {
  scroll-behavior: smooth;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
}
body::-webkit-scrollbar-track {
  border-radius: 2px;
}

a {
  text-decoration: none;
}

ul,
li {
  list-style-type: none;
}

input,
button,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

.swiper-pagination > .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #0086ff;
  opacity: 0.4;
}
.swiper-pagination > .swiper-pagination-bullet-active {
  opacity: 1;
  width: 28px;
  height: 8px;
  border-radius: 3px;
}

.main-container {
  max-width: 1248px;
  margin: 0 auto;
  position: relative;
}

.flex {
  display: flex;
}

.none {
  display: none;
}

.align-start {
  align-items: flex-start;
}

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

.align-end {
  align-items: flex-end;
}

.justify-start {
  justify-content: flex-start;
}

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

.justify-end {
  justify-content: flex-end;
}

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

.justify-around {
  justify-content: space-around;
}

.column {
  flex-direction: column;
}

.nowrap {
  flex-wrap: nowrap;
}

@keyframes opaaaciiityyy {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeSubMenu {
  from {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.tab-contents > .tab-content {
  display: none !important;
  animation-name: fadeSubMenu;
  animation-duration: 0.4s;
}

span.line {
  background-color: #ebf5ff;
  width: 100%;
  height: 1px;
  display: block;
  position: relative;
  z-index: 0;
}

.spider {
  max-width: 100%;
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
}

.linear-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80vh;
  background: linear-gradient(180deg, #e6f3ff 0%, #ffffff 100%);
  z-index: -1;
}

.breadcrumbs {
  padding-top: 120px;
  margin-bottom: 40px;
  gap: 8px;
}
.breadcrumbs > li > a {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.breadcrumbs > li > span.current {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}

.main-section {
  padding-top: 160px;
  margin-bottom: 93px;
}
.main-section > .main-section-content {
  gap: 24px;
}
.main-section > .main-section-content > .title {
  font-size: 42px;
  line-height: 64px;
  color: #0086ff;
}
.main-section > .main-section-content > .desc {
  margin-bottom: 32px;
  max-width: 720px;
}
.main-section > .main-section-content > .desc > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
  color: #1c1d1f;
}
.main-section > .main-section-content > .login-form {
  width: 480px;
  height: 66px;
  border: 1px solid #d0d5d9;
  border-radius: 84px;
  padding-left: 12px;
}
.main-section > .main-section-content > .login-form > input {
  width: 100%;
  height: 100%;
  padding-right: 24px;
}
.main-section > .main-section-content > .login-form > button {
  gap: 16px;
  height: 42px;
  background: #1c1d1f;
  border-radius: 54px;
  padding: 0 24px;
  cursor: pointer;
}
.main-section > .main-section-content > .login-form > button > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.main-section > .main-section-img {
  width: 397.23px;
  height: 400px;
}
.main-section > .main-section-img > img {
  width: 397.23px;
  height: 400px;
}

.main-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  padding: 70px 40px 0 40px;
  background-color: #fff;
  z-index: 999999;
}
.main-header > .navigation-logo {
  gap: 24px;
}
.main-header > .navigation-logo > .main-navigation > ul {
  gap: 24px;
  min-width: 545px;
}
.main-header > .navigation-logo > .main-navigation > ul > li {
  position: relative;
  padding: 25px 0;
  min-height: 60px;
  min-width: min-content;
}
.main-header > .navigation-logo > .main-navigation > ul > li > a,
.main-header > .navigation-logo > .main-navigation > ul > li > p {
  padding: 4px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  cursor: pointer;
}
.main-header > .navigation-logo > .main-navigation > ul > li.has-submenu {
  gap: 8px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.has-submenu::after {
  content: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77145 4.56466C4.37147 5.04961 3.62853 5.04961 3.22855 4.56466L1.01946 1.88629C0.481499 1.23404 0.945444 0.25 1.79091 0.25L6.20909 0.250001C7.05455 0.250001 7.5185 1.23405 6.98054 1.88629L4.77145 4.56466Z" fill="%23B9B9B9"/></svg>');
  transition: 0.4s all ease;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.has-submenu:hover
  > ul {
  top: 100% !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.has-submenu:hover::after {
  transform: rotate(180deg) !important;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu {
  position: absolute;
  top: 80%;
  right: -130px;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 36px 40px;
  gap: 20px 40px;
  border-radius: 24px;
  max-width: 1298px;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
  width: 1000px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu
  > li {
  min-width: 146px;
  min-height: 40px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu
  > li
  > a {
  gap: 10px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu
  > li
  > a
  > img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  min-width: 32px;
  min-height: 32px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu
  > li
  > a
  > div
  > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
  white-space: nowrap;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu
  > li
  > a
  > div
  > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
  white-space: nowrap;
}
/* .main-header > .navigation-logo > .main-navigation > ul > li.digital-currency > ul.digital-currency-submenu > li:last-child {
  background-color: #0086FF;
  border-radius: 54px;
} */
/* .main-header > .navigation-logo > .main-navigation > ul > li.digital-currency > ul.digital-currency-submenu > li:last-child > a {
  width: 100%;
  padding: 0 24px;
  white-space: nowrap;
} */
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.digital-currency
  > ul.digital-currency-submenu
  > li:last-child
  > a
  > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  white-space: nowrap;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.supports
  > ul.supports-submenu {
  position: absolute;
  top: 80%;
  background-color: #fff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 40px;
  gap: 40px 64px;
  border-radius: 24px;
  transition: 0.4s all ease;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.supports
  > ul.supports-submenu
  > li {
  min-width: 188px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.supports
  > ul.supports-submenu
  > li
  > a {
  gap: 16px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.supports
  > ul.supports-submenu
  > li
  > a
  > img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.supports
  > ul.supports-submenu
  > li
  > a
  > div
  > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
  white-space: nowrap;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.supports
  > ul.supports-submenu
  > li
  > a
  > div
  > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
  white-space: nowrap;
}
.main-header
  > .navigation-logo
  > .main-navigation
  > ul
  > li.current-page::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0086ff;
  border-top-left-radius: 129px;
  border-top-right-radius: 129px;
}
.main-header > .navigation-logo > .site-logo {
  height: 24px;
  min-width: 126px;
}
.main-header > .icons-login {
  gap: 24px;
}
.main-header > .icons-login > .icons {
  gap: 16px;
}
.main-header > .icons-login > .icons > div {
  padding: 20px 0;
  min-width: 40px;
}
.main-header > .icons-login > .icons > div > div.svg {
  border: 1px solid #ebf5ff;
  border-radius: 100%;
  transition: 0.4s all ease;
  width: 40px;
  height: 40px;
}
.main-header > .icons-login > .icons > div > div.svg:hover {
  background-color: #0086ff;
}
.main-header > .icons-login > .icons > div > div.svg:hover > svg > path,
.main-header > .icons-login > .icons > div > div.svg:hover > svg > ellipse {
  stroke: #fff;
}
.main-header > .icons-login > .icons > .notification {
  position: relative;
  cursor: pointer;
}
.main-header > .icons-login > .icons > .notification:hover > .notification-box {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.main-header > .icons-login > .icons > .notification > .notification-box {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 24px;
  width: 320px;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ebf5ff;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .title {
  padding: 34px 16px 24px 16px;
  border-bottom: 1px solid #ebf5ff;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .title
  > p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .title
  > a {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #1c1d1f;
  gap: 5px;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .title
  > a::after {
  content: url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.00013 4.99983L11 4.99983" stroke="%230086FF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M5.0332 9.01596L0.999923 5.00001L5.0332 0.983398" stroke="%230086FF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  max-width: 12px;
  max-height: 12px;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists {
  gap: 33px;
  padding: 24px 16px;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists
  > li {
  gap: 8px;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists
  > li::before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.1" cx="6" cy="6" r="6" fill="%23FFAA00"/><circle cx="6" cy="6" r="3" fill="%23FFAA00"/></svg>');
  position: relative;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists
  > li
  > .content {
  gap: 8px;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists
  > li
  > .content
  > p {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists
  > li
  > .content
  > span {
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #1c1d1f;
}
.main-header
  > .icons-login
  > .icons
  > .notification
  > .notification-box
  > .notification-lists
  > li:not(:last-child) {
  border-bottom: 1px solid #ebf5ff;
  padding-bottom: 16px;
}
.main-header > .icons-login > .icons > .search {
  cursor: pointer;
}
.main-header > .icons-login > .icons > .download {
  position: relative;
  cursor: pointer;
}
.main-header > .icons-login > .icons > .download:hover > .header-download-box {
  opacity: 1 !important;
  visibility: visible !important;
  top: 100% !important;
}
.main-header > .icons-login > .login-signup {
  gap: 0;
}
.main-header > .icons-login > .login-signup > a {
  padding: 8px 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.main-header > .icons-login > .login-signup > a.login {
  color: #1c1d1f;
  min-width: 74px;
  text-align: center;
}
.main-header > .icons-login > .login-signup > a.register {
  background-color: #0086ff;
  color: #ffffff;
  border-radius: 24px;
  min-width: 98px;
  text-align: center;
}
.main-header > .icons-login > .menu-toggeler {
  display: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
}
.main-header span.line {
  width: 1px;
  height: 16px;
  background-color: #ebf5ff;
  display: inline-block;
}
.main-header > .mobile-menu {
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: 9999999;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
}
.main-header > .mobile-menu > .menu-box {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  max-height: 100vh;
  overflow-y: auto;
}
.main-header > .mobile-menu > .menu-box::-webkit-scrollbar {
  display: none !important;
}
.main-header > .mobile-menu > .menu-box > .actions {
  gap: 16px;
  width: 100%;
  padding-bottom: 24px;
  padding-top: 14px;
  border-bottom: 1px solid #ebf5ff;
  margin-bottom: 24px;
}
.main-header > .mobile-menu > .menu-box > .actions > a.login {
  padding: 0 16px;
  height: 32px;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1c1d1f;
  min-width: 131px;
}
.main-header > .mobile-menu > .menu-box > .actions > a.sign-up {
  padding: 0 16px;
  height: 32px;
  background: #0086ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  min-width: 131px;
}
.main-header > .mobile-menu > .menu-box > .actions > span {
  cursor: pointer;
}
.main-header > .mobile-menu > .menu-box > ul.menu {
  gap: 32px;
  padding: 0 24px;
}
.main-header > .mobile-menu > .menu-box > ul.menu > li > a,
.main-header > .mobile-menu > .menu-box > ul.menu > li > p {
  width: 100%;
  cursor: pointer;
}
.main-header > .mobile-menu > .menu-box > ul.menu > li > a > span,
.main-header > .mobile-menu > .menu-box > ul.menu > li > p > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.main-header > .mobile-menu > .menu-box > ul.menu > li.has-submenu > a,
.main-header > .mobile-menu > .menu-box > ul.menu > li.has-submenu > p {
  pointer-events: none;
}
.main-header > .mobile-menu > .menu-box > ul.menu > li.has-submenu > a::after,
.main-header > .mobile-menu > .menu-box > ul.menu > li.has-submenu > p::after {
  content: url('data:image/svg+xml,<svg width="8" height="5" viewBox="0 0 8 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77145 4.56466C4.37147 5.04961 3.62853 5.04961 3.22855 4.56466L1.01946 1.88629C0.481499 1.23404 0.945444 0.25 1.79091 0.25L6.20909 0.250001C7.05455 0.250001 7.5185 1.23405 6.98054 1.88629L4.77145 4.56466Z" fill="%230087FA"/></svg>');
  transition: 0.4s all ease;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu {
  padding-top: 24px;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  display: none;
  animation: fadeSubMenu 0.4s;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li {
  padding: 10px 12px;
  background: #f5faff;
  border-radius: 8px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li
  > a {
  gap: 8px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li
  > a
  > img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li
  > a
  > div {
  gap: 4px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li
  > a
  > div
  > p {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li
  > a
  > div
  > span {
  font-weight: 600;
  font-size: 10px;
  line-height: 15px;
  color: #1c1d1f;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li:last-child {
  background-color: #0086ff;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .digital-currency-submenu
  > li:last-child
  > a
  > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  gap: 12px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .supports-submenu {
  padding-top: 24px;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 10px;
  display: none;
  animation: fadeSubMenu 0.4s;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .supports-submenu
  > li
  > a {
  gap: 8px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .supports-submenu
  > li
  > a
  > img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .supports-submenu
  > li
  > a
  > div {
  gap: 7px;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .supports-submenu
  > li
  > a
  > div
  > p {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.has-submenu
  > .supports-submenu
  > li
  > a
  > div
  > span {
  font-weight: 500;
  font-size: 10px;
  line-height: 15px;
  color: #1c1d1f;
}
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.sub-menu-active
  > a::after,
.main-header
  > .mobile-menu
  > .menu-box
  > ul.menu
  > li.sub-menu-active
  > p::after {
  transform: rotate(180deg);
}
.main-header > .mobile-menu > .menu-box > ul.menu > li.sub-menu-active > ul {
  display: grid !important;
}
.main-header > .mobile-menu > .menu-box > .bottom-actions {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  padding: 24px;
  gap: 16px;
  background-color: #fff;
}
.main-header > .mobile-menu > .menu-box > .bottom-actions > .download-app {
  border: 1px solid #ebf5ff;
  border-radius: 16px;
  min-width: 215px;
  height: 32px;
  gap: 8px;
}
.main-header > .mobile-menu > .menu-box > .header-download-box {
  top: 40px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
}
.main-header > .mobile-menu > .menu-box > .header-download-box ul {
  gap: 16px !important;
}
.main-header > .mobile-menu > .menu-box > .header-download-box ul > li > p {
  font-size: 12px !important;
}
.main-header > .mobile-menu > .menu-box > .header-search-box {
  max-width: 100%;
  min-width: 100%;
  width: 100%;
  position: absolute;
  top: 40px;
  left: 0;
  transform: translateX(0);
  border: none;
  border-radius: 0;
  padding: 12px 12px 24px 12px;
  gap: 24px;
  z-index: 1;
}
.main-header > .mobile-menu > .menu-box > .DA-active {
  opacity: 1;
  visibility: visible;
  top: 80px;
}
.main-header > .menu-active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.main-header > .xpay-banner-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 71px;
  min-height: 71px;
}
.main-header > .xpay-banner-header > img {
  width: 100%;
  max-width: 100%;
  max-height: 71px;
  min-height: 71px;
  object-fit: cover;
}

.header-download-box {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 24px;
  width: 409px;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
  padding: 24px 0;
  gap: 24px;
  border: 1px solid #ebf5ff;
  min-height: 524px;
}
.header-download-box > .tab-contents > .tab-content {
  position: relative;
  gap: 24px;
}
.header-download-box > .tab-contents > .tab-content > .download-items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  gap: 24px;
  width: 100%;
  padding: 0 16px;
}
.header-download-box > .tab-contents > .tab-content > .download-items > li > a {
  width: 100%;
  gap: 8px;
  padding: 16px;
  background: #f5faff;
  border-radius: 8px;
}
.header-download-box
  > .tab-contents
  > .tab-content
  > .download-items
  > li
  > a
  > p {
  font-weight: 600;
  font-size: 13px;
  line-height: 21px;
  color: #1c1d1f;
}
.header-download-box > .tab-contents > .tab-content > .qr-code {
  border-top: 1px solid #ebf5ff;
  padding-top: 24px;
  gap: 8px;
  position: relative;
  width: 100%;
}
.header-download-box > .tab-contents > .tab-content > .qr-code > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1c1d1f;
}
.header-download-box > .tab-contents > .tab-content > .qr-code > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: rgba(28, 29, 31, 0.4);
  margin-bottom: 16px;
}
.header-download-box > .tab-contents > .tab-content > .qr-code > .qr-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.header-download-box > .tab-contents > .tab-content > .qr-code > .abs-img {
  position: absolute;
  bottom: 4px;
  max-width: 100%;
  width: 100%;
  z-index: 0;
}
.header-download-box > .tab-contents > .tab-content-active {
  display: flex !important;
}

.main-footer {
  margin-bottom: 40px;
  padding-top: 80px;
}
.main-footer > .footer-items {
  gap: 32px;
}
.main-footer > .footer-items > .title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1c1d1f;
}
.main-footer > .footer-items > ul {
  gap: 16px;
}
.main-footer > .footer-items > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.main-footer > .footer-items:last-child {
  gap: 0;
}
.main-footer > .footer-items:last-child > .title {
  margin-bottom: 35px;
}
.main-footer > .footer-items:last-child > ul.social-list {
  gap: 20px;
  margin-bottom: 24px;
}
.main-footer > .footer-items:last-child > ul.social-list > li {
  width: 24px;
  height: 24px;
}
.main-footer > .footer-items:last-child > ul.social-list > li > a {
  width: 24px;
  height: 24px;
  display: block;
}
.main-footer > .footer-items:last-child > ul.social-list > li > a > img {
  width: 24px;
  height: 24px;
}
.main-footer > .footer-items:last-child > .about-me {
  gap: 16px;
}
.main-footer > .footer-items:last-child > .about-me > .address {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: #1c1d1f;
}
.main-footer > .footer-items:last-child > .about-me > .address2 {
  font-size: 16px;
  max-width: 360px;
}
.main-footer > .footer-items:last-child > .about-me > .item {
  width: 343px;
  height: 88px;
  border-radius: 16px;
  padding: 16px;
  gap: 16px;
}
.main-footer > .footer-items:last-child > .about-me > .item > img {
  min-width: 56px;
}
.main-footer > .footer-items:last-child > .about-me > .item > div {
  gap: 8px;
}
.main-footer > .footer-items:last-child > .about-me > .call-number {
  background-color: rgba(0, 134, 255, 0.0509803922);
}
.main-footer > .footer-items:last-child > .about-me > .call-number > div > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}
.main-footer
  > .footer-items:last-child
  > .about-me
  > .call-number
  > div
  > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1c1d1f;
}
.main-footer > .footer-items:last-child > .about-me > .email {
  background-color: rgba(1, 188, 141, 0.0509803922);
}
.main-footer > .footer-items:last-child > .about-me > .email > div > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #01bc8d;
}
.main-footer > .footer-items:last-child > .about-me > .email > div > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  color: #1c1d1f;
}

.footer-about-us {
  margin-bottom: 40px;
  margin-top: 40px;
}
.footer-about-us > .content {
  gap: 24px;
}
.footer-about-us > .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: justify;
  color: #1c1d1f;
  max-width: 681px;
}
.footer-about-us > .footer-images {
  gap: 40px;
}

.footer-line {
  height: 1px;
  width: 100%;
  background-color: #ebf5ff;
}

.copy-right-box {
  padding: 32px 0;
  background-color: #fafafa;
}
.copy-right-box .copy-right {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #1c1d1f;
}

.app-info {
  margin-bottom: 80px;
  max-width: 1180px;
}
.app-info > .item {
  gap: 16px;
  position: relative;
  min-width: 205px;
}
.app-info > .item > img {
  min-width: 48px;
}
.app-info > .item > .info-text {
  gap: 4px;
}
.app-info > .item > .info-text > p {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.app-info > .item > .info-text > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.app-info > .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 76px;
  background: #ebf5ff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}

.last-notif {
  margin-bottom: 80px;
  border-top: 1px solid #ebf5ff;
  border-bottom: 1px solid #ebf5ff;
  padding: 24px 0;
}
.last-notif > .see-more {
  gap: 16px;
}
.last-notif > .see-more > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0086ff;
}
.last-notif > .notif-title {
  gap: 23px;
}
.last-notif > .notif-title > img {
  min-width: 33px;
}
.last-notif > .notif-title > span.line {
  width: 1px;
  height: 16px;
  background: #ebf5ff;
}
.last-notif > .notif-title > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}

.currencies-status-box {
  margin-bottom: 80px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content {
  max-width: 276px;
  min-width: 276px;
  width: 100%;
  position: relative;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .info {
  gap: 16px;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .info
  > img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 100%;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .info
  > .crr-name {
  gap: 10px;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .info
  > .crr-name
  > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #1c1d1f;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .info
  > .crr-name
  > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .value {
  gap: 10px;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .value
  > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1c1d1f;
  white-space: nowrap;
  font-family: "IRANSansXNum" !important;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .value
  > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #01944f;
  font-family: "IRANSansXNum" !important;
  direction: ltr;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box
  > .slide-content
  > .value
  > span.negative {
  color: #f1351e;
}
.currencies-status-box
  > .currencies-status-section
  > .crr-box:not(:last-child)
  > .slide-content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 56px;
  background: #ebf5ff;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.currencies-status-box .swiper-button-prev,
.currencies-status-box .swiper-button-next {
  transform: translateY(-33px);
  width: 24px;
  height: 72px;
}
.currencies-status-box .swiper-button-prev {
  right: 0;
}
.currencies-status-box .swiper-button-next {
  left: 0;
}
.currencies-status-box .swiper-button-prev::after,
.currencies-status-box .swiper-button-next::after {
  display: none;
}
.currencies-status-box .swiper-pagination,
.currencies-status-box .swiper-button-next,
.currencies-status-box .swiper-button-prev {
  opacity: 0;
}

.profit-loss-container {
  margin: 0 auto 120px auto;
  max-width: 1248px;
}
.profit-loss-container > .profit-loss-section {
  gap: 0;
}
.profit-loss-container > .profit-loss-section > .profit-loss-box {
  width: 100%;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content {
  width: 100%;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 32px 40px;
  gap: 32px;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .box-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1c1d1f;
  position: relative;
  padding-right: 20px;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .box-title::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 22px;
  background: #01944f;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists {
  gap: 30px;
  min-height: 282px;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box {
  max-width: 320px;
  width: 100%;
  position: relative;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .info {
  gap: 10px;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .info
  > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  border-radius: 100%;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .info
  > .crr-name {
  gap: 2px;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .info
  > .crr-name
  > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .info
  > .crr-name
  > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .value {
  gap: 3px;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .value
  > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  font-family: "IRANSansXNum" !important;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .value
  > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "IRANSansXNum" !important;
  direction: ltr;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .value
  > span.positive {
  color: #01944f;
}
.profit-loss-container
  > .profit-loss-section
  > .profit-loss-box
  > .profit-loss-content
  > .crr-lists
  > .crr-box
  > .value
  > span.negative {
  color: #f1351e;
}
.profit-loss-container > .profit-loss-section > .expensive .box-title::before {
  background-color: #0086ff !important;
}
.profit-loss-container > .profit-loss-section > .negative .box-title::before {
  background-color: #f1351e !important;
}
.profit-loss-container .swiper-pagination {
  display: none;
}

.advantages-of-trading-in-xpay {
  margin-bottom: 40px;
  background: linear-gradient(180deg, #ffffff 0%, #e6f3ff 100%);
  padding-bottom: 120px;
  gap: 80px;
}
.advantages-of-trading-in-xpay > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.advantages-of-trading-in-xpay .advantage-box {
  width: 100%;
}
.advantages-of-trading-in-xpay .advantage-box > .advantage-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.advantages-of-trading-in-xpay
  .advantage-box
  > .advantage-lists
  > .advantage
  > .advantage-content {
  background-color: #fff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 40px;
  gap: 24px;
  min-height: 323px;
}
.advantages-of-trading-in-xpay
  .advantage-box
  > .advantage-lists
  > .advantage
  > .advantage-content
  > .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1c1d1f;
}
.advantages-of-trading-in-xpay
  .advantage-box
  > .advantage-lists
  > .advantage
  > .advantage-content
  > p {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  color: #1c1d1f;
}
.advantages-of-trading-in-xpay
  .advantage-box
  > .advantage-lists
  > .advantage
  > .advantage-content
  > img {
  width: 100px;
  height: 100px;
}
.advantages-of-trading-in-xpay .advantage-box .swiper-pagination,
.advantages-of-trading-in-xpay .advantage-box .swiper-button-next,
.advantages-of-trading-in-xpay .advantage-box .swiper-button-prev {
  display: none;
}

.faq-section {
  margin-bottom: 120px;
  gap: 36px;
}
.faq-section > .faq-title-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.faq-section > .faq-title-box > a {
  gap: 14px;
}
.faq-section > .faq-title-box > a > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0086ff;
}
.faq-section > .faq-items {
  gap: 24px;
  width: 100%;
}
.faq-section > .faq-items > .faq-item {
  gap: 16px;
  width: 100%;
  padding: 36px 40px;
  background-color: #f5f9fd;
  border-radius: 16px;
}
.faq-section > .faq-items > .faq-item > .faq-title {
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid transparent;
}
.faq-section > .faq-items > .faq-item > .faq-title > span {
  color: #0086ff;
  padding-left: 3px;
}
.faq-section > .faq-items > .faq-item > .faq-title::after {
  content: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.0045 8V18" stroke="%231C1D1F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18.0095 12.9999H8" stroke="%231C1D1F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><rect x="1" y="1" width="24" height="24" rx="12" stroke="%231C1D1F" stroke-width="2"/></svg>');
}
.faq-section > .faq-items > .faq-item > .faq-title > .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #1c1d1f;
}
@keyframes fadeFAQ {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-section > .faq-items > .faq-item > .item-content {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1c1d1f;
  display: none;
  animation-name: fadeFAQ;
  animation-duration: 0.3s;
}
.faq-section > .faq-items > .is-open > .item-content {
  display: block;
}
.faq-section > .faq-items > .is-open > .faq-title {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 16px;
}
.faq-section > .faq-items > .is-open > .faq-title::after {
  content: url('data:image/svg+xml,<svg width="26" height="26" viewBox="0 0 26 26" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.0095 12.9999H8" stroke="%231C1D1F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><rect x="1" y="1" width="24" height="24" rx="12" stroke="%231C1D1F" stroke-width="2"/></svg>');
}

.xpay-in-social {
  margin-bottom: 120px;
  gap: 38px;
}
.xpay-in-social > .title-box {
  gap: 13px;
}
.xpay-in-social > .title-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
  text-align: center;
}
.xpay-in-social > .title-box > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(28, 29, 31, 0.4);
}
.xpay-in-social > .social-images {
  width: 100%;
  gap: 24px;
}
.xpay-in-social > .social-images > .item {
  width: 100%;
  height: 160px;
  background: #f5f9fd;
  border-radius: 16px;
}

.xpay-academy {
  gap: 36px;
  margin-bottom: 120px;
}
.xpay-academy > .xpay-academy-title {
  width: 100%;
}
.xpay-academy > .xpay-academy-title > .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  text-align: right;
  color: #1c1d1f;
}
.xpay-academy > .xpay-academy-title > a {
  gap: 8px;
}
.xpay-academy > .xpay-academy-title > a > span {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #0086ff;
}
.xpay-academy > .xpay-academy-box {
  max-width: 100%;
}
.xpay-academy > .xpay-academy-box > .list-items {
  width: 100%;
}
.xpay-academy > .xpay-academy-box > .list-items > .items {
  width: 100%;
}
.xpay-academy > .xpay-academy-box > .list-items > .items > .content {
  width: 100%;
  gap: 16px;
}
.xpay-academy
  > .xpay-academy-box
  > .list-items
  > .items
  > .content
  > .post-img-box {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.xpay-academy
  > .xpay-academy-box
  > .list-items
  > .items
  > .content
  > .post-img-box
  img {
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 230px;
  max-height: 230px;
}
.xpay-academy > .xpay-academy-box > .list-items > .items > .content > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  color: #1c1d1f;
  max-width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.xpay-academy
  > .xpay-academy-box
  > .list-items
  > .items
  > .content
  > .date-tag {
  gap: 24px;
}
.xpay-academy
  > .xpay-academy-box
  > .list-items
  > .items
  > .content
  > .date-tag
  > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  color: #2dbd96;
  padding: 0 16px;
  background-color: #f0faf7;
  border-radius: 16px;
}
.xpay-academy
  > .xpay-academy-box
  > .list-items
  > .items
  > .content
  > .date-tag
  > span {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #1c1d1f;
  font-family: "IRANSansXNum";
}
.xpay-academy > .xpay-academy-box .swiper-pagination,
.xpay-academy > .xpay-academy-box .swiper-button-next,
.xpay-academy > .xpay-academy-box .swiper-button-prev {
  display: none;
}

.get-familier-with-xpay {
  background: #f5f9fd;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 40px;
  margin-bottom: 120px;
}
.get-familier-with-xpay > .tab-links-section-title {
  gap: 40px;
}
.get-familier-with-xpay > .tab-links-section-title > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.get-familier-with-xpay > .tab-links-section-title > .tab-links {
  gap: 32px;
  border-right: 1px solid #ebf5ff;
  padding-right: 24px;
}
.get-familier-with-xpay > .tab-links-section-title > .tab-links > li.tab-link {
  position: relative;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link
  > div {
  gap: 16px;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link
  > div
  > img {
  border-radius: 8px;
  width: 48px;
  height: 48px;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link
  > div
  > .content {
  gap: 4px;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link
  > div
  > .content
  > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link
  > div
  > .content
  > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #1c1d1f;
  max-width: 400px;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link::before {
  content: "";
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: 4px;
  background-color: #0086ff;
  opacity: 0;
  transition: 0.4s all ease;
}
.get-familier-with-xpay
  > .tab-links-section-title
  > .tab-links
  > li.tab-link-active::before {
  opacity: 1;
}
.get-familier-with-xpay > .tab-contents > .tab-content > .video-container {
  width: 518px;
  height: 300px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}
.get-familier-with-xpay
  > .tab-contents
  > .tab-content
  > .video-container
  iframe {
  width: 100%;
  height: 100%;
}
.get-familier-with-xpay > .tab-contents > .tab-content-active {
  display: block !important;
}

.get-gift-from-xpay {
  margin-bottom: 120px;
}
.get-gift-from-xpay > .gift-box > .gift-box {
  gap: 40px;
  max-width: 760px;
}
.get-gift-from-xpay > .gift-box > .gift-box > .main-box {
  background: linear-gradient(180deg, #f5faff 0%, #ffffff 100%);
  gap: 40px;
  padding: 40px 40px 0 40px;
}
.get-gift-from-xpay > .gift-box > .gift-box > .main-box > .content {
  gap: 24px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > span.first {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #1c1d1f;
}
.get-gift-from-xpay > .gift-box > .gift-box > .main-box > .content > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box {
  gap: 24px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box
  > button {
  width: 100%;
  height: 48px;
  background: #0086ff;
  border-radius: 84px;
  margin-top: 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box
  > .socail-links {
  gap: 16px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box
  > .socail-links
  > a {
  gap: 10px;
  padding: 12px 24px;
  background: #ebf5ff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box
  > .socail-links
  > a
  > img {
  min-width: 16px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box
  > .socail-links
  > a
  > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0086ff;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .start-box
  > .error {
  display: none;
  color: #f1351e;
  font-size: 14px;
  animation-name: fadeSubMenu;
  animation-duration: 0.4s;
  font-weight: 500;
}
.get-gift-from-xpay > .gift-box > .gift-box > .main-box > .content > .form-box {
  display: none;
  animation-name: fadeSubMenu;
  animation-duration: 0.4s;
  position: relative;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields
  > .gfield {
  width: 100%;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields
  > .gfield
  > label {
  display: none;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields
  > .gfield
  input {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  height: 48px;
  background: #ffffff;
  border: 1px solid #e0f0ff;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields
  > .gfield
  input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  opacity: 0.4;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields
  > .gfield--input-type-captcha {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  .gform_fields
  > .gfield--input-type-captcha
  > .ginput_container
  > div {
  width: 305px !important;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  > .result {
  font-size: 14px;
  margin-top: 16px;
  font-weight: 500;
  display: none;
  animation-name: fadeSubMenu;
  animation-duration: 0.4s;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  > .success {
  color: #01944f;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  > .error {
  color: #f1351e;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  > .form-box
  > .gift-api-loader {
  display: none;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  .gform_footer {
  position: relative;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  > .content
  .gform_footer
  > .gform_button {
  width: 100%;
  height: 48px;
  background: #0086ff;
  cursor: pointer;
  border-radius: 84px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  outline: none;
  border: none;
  box-shadow: none;
}
.get-gift-from-xpay > .gift-box > .gift-box > .main-box > span.line {
  width: 1px;
  height: 188px;
  background: #ebf5ff;
}
.get-gift-from-xpay > .gift-box > .gift-box > .main-box .circle-loader {
  position: relative;
  width: 150px;
  height: 150px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  .circle-loader
  .background-circle {
  fill: none;
  stroke: #ebf5ff;
  stroke-width: 6;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  .circle-loader
  .progress {
  fill: none;
  stroke: #00c27c;
  stroke-width: 6;
  stroke-linecap: round;
  stroke-dasharray: 439.8229715026;
  stroke-dashoffset: 439.8229715026;
  transition: stroke-dashoffset 1s linear;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .main-box
  .circle-loader
  > .circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 20px;
  color: #1c1d1f;
  font-family: "IRANSansXNum" !important;
}
.get-gift-from-xpay > .gift-box > .gift-box > .how-to-get-gift {
  gap: 24px;
  border-top: 1px solid #ebf5ff;
  padding-top: 40px;
}
.get-gift-from-xpay > .gift-box > .gift-box > .how-to-get-gift > .icon-title {
  gap: 16px;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .how-to-get-gift
  > .icon-title
  > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.get-gift-from-xpay
  > .gift-box
  > .gift-box
  > .how-to-get-gift
  > .icon-title
  > img {
  min-width: 20px;
}
.get-gift-from-xpay > .gift-box > .gift-box > .how-to-get-gift > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #1c1d1f;
  text-align: justify;
}
.get-gift-from-xpay > img {
  min-width: 422px;
}

.app-banner {
  margin-bottom: 80px;
  width: 100%;
  height: 400px;
  position: relative;
}
.app-banner > .main-container {
  height: 100%;
}
.app-banner .content {
  gap: 16px;
  position: relative;
  z-index: 99999;
}
.app-banner .content > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #ffffff;
}
.app-banner .content > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 20px;
}
.app-banner .content > a {
  gap: 10px;
  height: 42px;
  background: #ffffff;
  border-radius: 24px;
  padding: 0 16px;
}
.app-banner .content > a > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.app-banner .app-banner-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.app-banner .app-banner-image-sm {
  display: none;
}

.call-to-login {
  margin-bottom: 80px;
  width: 100%;
  height: 400px;
  position: relative;
}
.call-to-login > .main-container {
  height: 100%;
}
.call-to-login .content {
  gap: 16px;
  position: relative;
  z-index: 99999;
}
.call-to-login .content > p {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
}
.call-to-login .content > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  background: #ffffff;
  border-radius: 24px;
  height: 50px;
  padding: 0 24px;
}
.call-to-login .sign-in-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.call-to-login .sign-in-image-sm {
  display: none;
}

.current-value-box {
  width: 100%;
  margin-bottom: 120px;
  padding: 24px 0;
  border-top: 1px solid #ebf5ff;
  border-bottom: 1px solid #ebf5ff;
  min-height: 108px;
  position: relative;
}
.current-value-box > li > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
  color: #1c1d1f;
}
.current-value-box > li > span.blue {
  color: #0086ff;
  font-weight: 600;
  font-size: 16px;
  line-height: 29px;
}
.current-value-box > li > span.negative,
.current-value-box > li > span.positive {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  font-family: "IRANSansXNum" !important;
  direction: ltr;
}
.current-value-box > li > span.negative {
  color: #f1351e;
}
.current-value-box > li > span.positive {
  color: #01944f;
}

.content-sidebar {
  width: 100%;
  margin-bottom: 120px;
  gap: 24px;
}
.content-sidebar > .sidebar {
  max-width: 448px;
  min-width: 448px;
  width: 100%;
  position: sticky;
  top: 156px;
  height: 70vh;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 24px;
  gap: 32px;
}
.content-sidebar > .sidebar > .box-title {
  border-bottom: 1px solid #ebf5ff;
  padding-bottom: 16px;
}
.content-sidebar > .sidebar > .box-title > .list-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172041;
}
.content-sidebar > .sidebar > .sidebar-fixed {
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
  gap: 24px;
}
.content-sidebar > .sidebar > .sidebar-fixed > .table-of-content {
  width: 100%;
}
.content-sidebar > .sidebar > .sidebar-fixed > .table-of-content > ul {
  position: relative;
  padding-right: 24px;
}
.content-sidebar > .sidebar > .sidebar-fixed > .table-of-content > ul > li {
  margin-bottom: 24px;
  padding-left: 12px;
  position: relative;
  display: flex;
  align-items: center;
}
.content-sidebar
  > .sidebar
  > .sidebar-fixed
  > .table-of-content
  > ul
  > li::before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23E0F0FF"/><circle cx="6" cy="6" r="3" fill="white"/></svg>');
  position: absolute;
  right: -24px;
  z-index: 2;
  transition: 0.4s all ease;
}
.content-sidebar > .sidebar > .sidebar-fixed > .table-of-content > ul > li > p {
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  transition: 0.4s all ease;
}
.content-sidebar
  > .sidebar
  > .sidebar-fixed
  > .table-of-content
  > ul
  > li.active
  > p {
  opacity: 1;
}
.content-sidebar
  > .sidebar
  > .sidebar-fixed
  > .table-of-content
  > ul
  > li.active::before {
  content: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%230086FF"/><circle cx="6" cy="6" r="3" fill="white"/></svg>');
}
.content-sidebar > .sidebar > .sidebar-fixed > .table-of-content > ul::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 4px;
  width: 4px;
  height: calc(100% - 22px);
  background-color: #e0f0ff;
  z-index: 1;
}
.content-sidebar > .post-content {
  max-width: 100%;
}
.content-sidebar > .post-content > h1,
.content-sidebar > .post-content > h2,
.content-sidebar > .post-content > h3,
.content-sidebar > .post-content > h4,
.content-sidebar > .post-content > h5,
.content-sidebar > .post-content > h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172041;
  margin-bottom: 16px;
}
.content-sidebar > .post-content a {
  color: #0086ff !important;
}
.content-sidebar > .post-content figure {
  width: 100%;
  margin-bottom: 16px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  max-width: 100%;
}
.content-sidebar > .post-content img {
  width: 100%;
  margin-bottom: 16px;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  max-width: 100%;
}
.content-sidebar > .post-content p,
.content-sidebar > .post-content figcaption {
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #1c1d1f;
  margin-bottom: 24px;
}
.content-sidebar > .post-content ul,
.content-sidebar > .post-content ol {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  list-style-type: auto;
  padding-right: 28px;
  font-family: "IRANSansXNum";
}
.content-sidebar > .post-content ul > li,
.content-sidebar > .post-content ol > li {
  font-weight: 500;
  font-family: "IRANSansXNum";
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #1c1d1f;
  list-style-type: auto;
}
.content-sidebar > .post-content table {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  margin-bottom: 16px;
  table-layout: fixed;
}
.content-sidebar > .post-content table th,
.content-sidebar > .post-content table td {
  width: 100%;
  text-align: center;
  padding: 16px;
  border: 1px solid #ebf5ff;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #1c1d1f;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.content-sidebar > .post-content table th {
  font-size: 18px;
  background-color: #e6f3ff;
}
.content-sidebar > .post-content table td {
  font-weight: 400;
}
.content-sidebar > .post-content blockquote {
  width: 100%;
  border: 1px solid #ebf5ff;
  padding: 12px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #e6f3ff;
}
.content-sidebar > .post-content blockquote > p {
  margin-bottom: 0;
}

.moment-crr-cost {
  margin-bottom: 120px;
  gap: 40px;
}
.moment-crr-cost > .title-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.moment-crr-cost > .title-box > a {
  gap: 16px;
}
.moment-crr-cost > .title-box > a > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0086ff;
}
.moment-crr-cost > .table-container {
  width: 100%;
  max-height: 520px;
  min-height: 520px;
  overflow-y: hidden;
}
.moment-crr-cost > .table-container > .crypto-table {
  width: 100%;
}
.moment-crr-cost > .table-container > .crypto-table > thead > tr > th {
  text-align: right;
  border-top: 1px solid #ebf5ff;
  border-bottom: 1px solid #ebf5ff;
  padding: 28px 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
  width: 14.2%;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > thead
  > tr
  > th:last-child {
  text-align: center;
}
.moment-crr-cost > .table-container > .crypto-table > tbody {
  transform: translateY(40px);
}
.moment-crr-cost > .table-container > .crypto-table > tbody > tr > td {
  padding-bottom: 12px;
}
.moment-crr-cost > .table-container > .crypto-table > tbody > tr > td.chart {
  width: 130px;
  max-width: 130px;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  > tr
  > td.chart
  > canvas {
  width: 100%;
  max-width: 100%;
  min-height: 90px;
  max-height: 90px;
}
.moment-crr-cost > .table-container > .crypto-table > tbody .crr-name > div {
  gap: 8px;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .crr-name
  > div
  > img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .crr-name
  > div
  > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
  padding-left: 5px;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .crr-name
  > div
  > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1c1d1f;
}
.moment-crr-cost > .table-container > .crypto-table > tbody .buy-price,
.moment-crr-cost > .table-container > .crypto-table > tbody .cell-price {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
  font-family: "IRANSansXNum" !important;
}
.moment-crr-cost > .table-container > .crypto-table > tbody .buy-price > p,
.moment-crr-cost > .table-container > .crypto-table > tbody .cell-price > p {
  font-family: "IRANSansXNum" !important;
}
.moment-crr-cost > .table-container > .crypto-table > tbody .changes > div {
  gap: 6px;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .changes
  > div
  > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  font-family: "IRANSansXNum" !important;
  direction: ltr;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .changes
  > div
  > span.positive {
  color: #01944f;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .changes
  > div
  > span.negative {
  color: #f1351e;
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .changes
  > div
  > div.positive::before {
  content: url('data:image/svg+xml,<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.01604 1.00013L5.01604 11" stroke="%2301944f" stroke-linecap="round" stroke-linejoin="round"/><path d="M1.00016 5.0332L5.0161 0.999923L9.03271 5.0332" stroke="%2301944f" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.moment-crr-cost
  > .table-container
  > .crypto-table
  > tbody
  .changes
  > div
  > div.negative::before {
  content: url('data:image/svg+xml,<svg width="10" height="12" viewBox="0 0 10 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 11V1" stroke="%23f1351e" stroke-linecap="round" stroke-linejoin="round"/><path d="M1 6.9668L5 11L9 6.9668" stroke="%23f1351e" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.moment-crr-cost > .table-container > .crypto-table > tbody .buy-btn {
  min-width: 110px;
  max-width: 110px;
  padding: 8px 12px;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.moment-crr-cost > .activated {
  max-height: max-content !important;
}
.moment-crr-cost > .see-all-btn {
  width: 100%;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1c1d1f;
  background-color: #fff;
  cursor: pointer;
  padding: 20px;
}

.coins-main-info {
  margin-bottom: 100px;
}
.coins-main-info > .coins-content {
  gap: 0;
}
.coins-main-info > .coins-content > .desc {
  gap: 8px;
  margin-bottom: 16px;
}
.coins-main-info > .coins-content > .desc > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
  color: #1c1d1f;
}
.coins-main-info > .coins-content > .desc > span {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #1c1d1f;
}
.coins-main-info > .coins-content > .title {
  font-weight: 700;
  font-size: 40px;
  line-height: 70px;
  color: #1c1d1f;
  margin-bottom: 16px;
}
.coins-main-info > .coins-content > .title > span {
  color: #0086ff;
}
.coins-main-info > .coins-content > p {
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  text-align: justify;
  color: #1c1d1f;
  max-width: 800px;
}
.coins-main-info > .coins-content > .actions {
  gap: 12px;
  margin-top: 28px;
}
.coins-main-info > .coins-content > .actions > span.buy-coin {
  width: 155px;
  height: 40px;
  background: #1c1d1f;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.coins-main-info > .coins-content > .actions > a:first-child {
  padding: 0 24px;
  height: 40px;
  background: #0086ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.coins-main-info > .coins-content > .actions > a:nth-child(2) {
  padding: 0 24px;
  gap: 8px;
  height: 40px;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.coins-main-info > .coins-content > .actions > a.link-type {
  padding: 0 16px;
  height: 40px;
  background: rgba(0, 135, 250, 0.04);
  border-radius: 16px;
  gap: 8px;
}
.coins-main-info > .coins-content > .actions > a.link-type > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0087fa;
}
.coins-main-info > .coins-content > .actions > span.desable-link {
  width: 214px;
  height: 40px;
  background: rgba(28, 29, 31, 0.08);
  border-radius: 24px;
  gap: 8px;
}
.coins-main-info
  > .coins-content
  > .actions
  > span.desable-link
  > span:first-child {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.coins-main-info
  > .coins-content
  > .actions
  > span.desable-link
  > span.desable {
  width: 70px;
  height: 24px;
  background: #eb4752;
  border-radius: 24px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
}
.coins-main-info > .coins-content > .actions > a.new-way {
  width: 188px;
  height: 40px;
  background: #eb4752;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.coins-main-info > .coins-img {
  max-width: 387px;
  min-width: 387px;
  min-height: 400px;
}
.coins-main-info > .coins-img > img {
  max-width: 387px;
  min-width: 387px;
  min-height: 400px;
}

.coin-value {
  padding: 24px 0;
  border-top: 1px solid #ebf5ff;
  border-bottom: 1px solid #ebf5ff;
  min-height: 122px;
  position: relative;
}
.coin-value > li {
  padding: 4px;
  gap: 16px;
  position: relative;
}
.coin-value > li > img {
  width: 64px;
  height: 64px;
}
.coin-value > li > .content {
  gap: 10px;
}
.coin-value > li > .content > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.coin-value > li > .content > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #1c1d1f;
}
.coin-value > li.cost > .content > p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.coin-value > li.cost > .content > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #0086ff;
}
.coin-value > li.changes > .content > span {
  direction: ltr;
}
.coin-value > li.changes > .content > span.positive {
  color: #01944f;
}
.coin-value > li.changes > .content > span.negative {
  color: #f1351e;
}
.coin-value > li.status > .content > span {
  color: #01944f;
  position: relative;
  gap: 8px;
}
.coin-value > li.status > .content > span::before {
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><circle opacity="0.1" cx="8" cy="8" r="8" fill="%2306BD90"/><circle cx="8.0002" cy="8" r="3" fill="%2306BD90"/></svg>');
  max-height: 16px;
}

.calculator-chart {
  width: 100%;
  background-color: #f5faff;
  padding: 120px 0;
}
.calculator-chart .calculator-chart-box {
  gap: 24px;
}
.calculator-chart .calculator-chart-box > .chart-audio {
  width: 100%;
  gap: 24px;
}
.calculator-chart .calculator-chart-box > .chart-audio > .chart {
  width: 100%;
  height: 490px;
}

.audio-player {
  width: 100%;
}
.audio-player > .controls {
  width: 100%;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 24px;
  gap: 32px;
}
.audio-player > .controls > .audio-title > .title {
  gap: 16px;
}
.audio-player > .controls > .audio-title > .title > p {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.audio-player > .controls > .audio-title > .actions {
  gap: 8px;
}
.audio-player > .controls > .audio-title > .actions > span {
  cursor: pointer;
}
.audio-player > .controls > .items {
  gap: 16px;
}
.audio-player > .controls > .items > .progress-container {
  width: 100%;
  flex-grow: 1;
  height: 6px;
  background: #ddd;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
}
.audio-player > .controls > .items > .progress-container > .progress-bar {
  height: 100%;
  background: #0087fa;
  width: 0;
  border-radius: 8px;
}
.audio-player > .controls > .items > .time {
  gap: 4px;
}
.audio-player > .controls > .items > .time > span {
  font-family: "IRANSansXNum" !important;
}
.audio-player > .controls > .items > #playBtn {
  cursor: pointer;
}

.voucher-perfectmoney > .linear-bg {
  background: linear-gradient(180deg, #ffe6e6 0%, #ffffff 100%);
}
.voucher-perfectmoney .audio-player {
  margin-bottom: 120px;
}
.voucher-perfectmoney .get-familier-with-xpay {
  margin-bottom: 40px;
}
.voucher-perfectmoney .coins-main-info > .coins-content > .title > span {
  color: #eb4752;
}

.calculator {
  max-width: 448px;
  width: 100%;
  background-color: #fff;
  border-radius: 24px;
  position: relative;
}
.calculator > .tab-links {
  width: 100%;
  position: relative;
}
.calculator > .tab-links::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  background: #ebf5ff;
  height: 20px;
  z-index: 0;
}
.calculator > .tab-links > .tab-link {
  width: 100%;
  cursor: pointer;
  height: 80px;
  border-radius: 24px 24px 24px 24px;
  background: #ebf5ff;
  z-index: 1;
  transition: 0.4s all ease;
}
.calculator > .tab-links > .tab-link-active {
  height: 80px;
  background: #ffffff;
  border-radius: 24px 24px 0px 0px;
}
.calculator > .tab-contents > .tab-content {
  padding-bottom: 24px;
}
.calculator > .tab-contents > .tab-content-active {
  display: block !important;
}
.calculator .currency-exchange-calculator {
  padding: 24px;
  gap: 24px;
}
.calculator .currency-exchange-calculator > .you-pay,
.calculator .currency-exchange-calculator > .output {
  gap: 8px;
}
.calculator .currency-exchange-calculator > .you-pay > p,
.calculator .currency-exchange-calculator > .output > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #656e78;
}
.calculator .currency-exchange-calculator > .you-pay > .amount-box,
.calculator .currency-exchange-calculator > .output > .amount-box {
  width: 100%;
  height: 48px;
  background: #f5faff;
  border-radius: 8px;
  gap: 12px;
}
.calculator .currency-exchange-calculator > .you-pay > .amount-box > input,
.calculator .currency-exchange-calculator > .output > .amount-box > input {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
  opacity: 1;
  width: 100%;
  height: 100%;
  padding-right: 16px;
  font-family: "IRANSansXNum" !important;
}
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > input::placeholder,
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}
.calculator .currency-exchange-calculator > .you-pay > .amount-box > .ir-crr,
.calculator .currency-exchange-calculator > .output > .amount-box > .ir-crr {
  gap: 8px;
  padding-left: 16px;
}
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .ir-crr
  > img,
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .ir-crr
  > img {
  width: 24px;
  height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .ir-crr
  > span,
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .ir-crr
  > span {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #000d1d;
}
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .ir-crr
  > svg,
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .ir-crr
  > svg {
  margin-right: 18px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .selected-option,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .selected-option {
  cursor: pointer;
  padding-left: 12px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .selected-option
  > div,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .selected-option
  > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .selected-option
  > div
  > img,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .selected-option
  > div
  > img {
  width: 24px;
  height: 24px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .selected-option
  > div
  > p,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .selected-option
  > div
  > p {
  font-weight: 500;
  font-size: 14px;
  color: #000d1d;
  white-space: nowrap;
  margin-left: 18px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .selected-option::after,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .selected-option::after {
  content: url('data:image/svg+xml,<svg width="8" height="6" viewBox="0 0 8 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.77145 5.06466C4.37147 5.54961 3.62853 5.54961 3.22855 5.06466L1.01946 2.38629C0.481499 1.73404 0.945444 0.75 1.79091 0.75L6.20909 0.750001C7.05455 0.750001 7.5185 1.73405 6.98054 2.38629L4.77145 5.06466Z" fill="%23737E8D"></path></svg>');
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  max-height: 100%;
  min-height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: -1;
  border-radius: 24px;
  gap: 24px;
  padding: 24px;
  transition: 0.3s all ease;
  opacity: 0;
  visibility: hidden;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .search-box,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .search-box {
  min-height: 48px;
  max-height: 48px;
  background: #f5faff;
  border-radius: 8px;
  max-width: 100%;
  position: relative;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > input,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > input {
  width: 100%;
  height: 100%;
  padding-right: 55px;
  padding-left: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > input::placeholder,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > input::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > .search,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > .search {
  position: absolute;
  right: 24px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > .close-options-search-btn,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .search-box
  > .close-options-search-btn {
  position: absolute;
  left: 12px;
  z-index: 99999;
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options {
  gap: 16px;
  max-height: 100%;
  overflow-y: auto;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option {
  cursor: pointer;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div {
  display: flex;
  align-items: center;
  gap: 16px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > img,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > img {
  width: 32px;
  height: 32px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > .content,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > .content {
  gap: 4px;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > .content
  > p,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > .content
  > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #000d1d;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > .content
  > span,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .options-search
  > .options
  > .option
  > div
  > .content
  > span {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #000d1d;
}
.calculator
  .currency-exchange-calculator
  > .output
  > .amount-box
  > .select-box
  > .activated-options,
.calculator
  .currency-exchange-calculator
  > .you-pay
  > .amount-box
  > .select-box
  > .activated-options {
  visibility: visible;
  opacity: 1;
  top: 0;
  z-index: 9999;
}
.calculator .realtime-cost {
  padding: 24px;
  margin-bottom: 16px;
}
.calculator .realtime-cost > .crr-named {
  gap: 8px;
}
.calculator .realtime-cost > .crr-named > p {
  font-weight: 700;
  font-size: 16px !important;
  color: #000f1d;
}
.calculator .realtime-cost > span {
  font-weight: 700;
  font-size: 14px !important;
  line-height: 21px;
  color: #000f1d;
}
.calculator a.buy-crr {
  width: 100%;
  height: 48px;
  background: #01944f;
  border-radius: 53px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin: 0 auto;
  max-width: 90%;
}

.content-with-see-more {
  margin-bottom: 80px;
  position: relative;
  max-height: 1800px;
  overflow: hidden;
}
.content-with-see-more > .content > .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172041;
  margin-bottom: 16px;
}
.content-with-see-more > .content a {
  color: #0086ff !important;
}
.content-with-see-more > .content > ul {
  margin-bottom: 32px;
  padding-right: 20px;
  list-style-type: disc !important;
}
.content-with-see-more > .content > ul > li {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  color: #1c1d1f;
  margin-bottom: 16px;
  list-style-type: disc !important;
}
.content-with-see-more > .content > p {
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  text-align: justify;
  color: #1c1d1f;
  margin-bottom: 32px;
}
.content-with-see-more > .content > img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 24px;
}
.content-with-see-more > .see-more-box {
  background-color: #fff;
  width: 100%;
  position: absolute;
  z-index: 99999;
  bottom: 0;
}
.content-with-see-more > .see-more-box > .see-more-content {
  width: 100%;
  height: 48px;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  gap: 16px;
  cursor: pointer;
}
.content-with-see-more > .see-more-box > .see-more-content > span {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}
.content-with-see-more::after {
  content: "";
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    186.92deg,
    rgba(255, 255, 255, 0) -79.25%,
    #ffffff 94.42%
  );
}

.content-actived {
  max-height: max-content;
}
.content-actived::after {
  display: none !important;
}

.comment-form-box {
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  display: none;
  animation-name: opaaaciiityyy;
  animation-duration: 0.1s;
}
.comment-form-box > .comment-respond {
  width: 768px;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 24px;
  display: none;
  animation-name: fadeSubMenu;
  animation-duration: 0.5s;
}
.comment-form-box > .comment-respond > .comment-reply-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #172041;
  margin-bottom: 40px;
}
.comment-form-box form {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}
.comment-form-box form > p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comment-form-box form > p > label {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.comment-form-box form > p > input,
.comment-form-box form > p > textarea {
  height: 40px;
  border: 1px solid #e0f0ff;
  border-radius: 8px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.comment-form-box form > p > textarea {
  height: 160px;
  padding: 16px;
}
.comment-form-box form > p.comment-form-cookies-consent {
  display: none;
}
.comment-form-box form > p.comment-form-author {
  order: 1;
  width: 48%;
}
.comment-form-box form > p.comment-form-email {
  order: 2;
  width: 48%;
}
.comment-form-box form > p.comment-form-comment {
  order: 3;
  width: 100%;
}
.comment-form-box form > p.form-submit {
  order: 4;
  width: 100%;
}
.comment-form-box form > p.form-submit > input {
  background: #0086ff;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.comment-form-box form .logged-in-as {
  display: none;
}

.popup-is-open {
  display: flex !important;
}
.popup-is-open > .comment-respond {
  display: block;
}

.cp-main-part {
  margin-bottom: 140px;
}
.cp-main-part > .content > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 80px;
  color: #0086ff;
}
.cp-main-part > .content > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  color: #1c1d1f;
  max-width: 741px;
}
.cp-main-part > .img-box {
  min-width: 232px;
  min-height: 251px;
}

.current-price-page-panel .currencies-status-box {
  margin-bottom: 68px;
  padding: 24px;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  transform: translateY(-52px);
  position: relative;
  z-index: 1;
  background-color: #fff;
}
.current-price-page-panel .content-with-see-more {
  margin-bottom: 120px;
}

.fraud-in-digital-crr {
  margin-bottom: 80px;
  gap: 24px;
}
.fraud-in-digital-crr > .title {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #1c1d1f;
}
.fraud-in-digital-crr > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
  color: #1c1d1f;
  margin-bottom: 16px;
}
.fraud-in-digital-crr > .crr-items {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}
.fraud-in-digital-crr > .crr-items > .item {
  width: 100%;
  padding: 24px;
  min-height: 159px;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 16px;
  gap: 8px;
}
.fraud-in-digital-crr > .crr-items > .item > img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  margin-bottom: 8px;
}
.fraud-in-digital-crr > .crr-items > .item > p {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1c1d1f;
}
.fraud-in-digital-crr > .crr-items > .item > span {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #1c1d1f;
}

.levels-guide-page-panel .breadcrumbs,
.terms-page-panel .breadcrumbs {
  margin-bottom: 0;
}

.terms-main-part {
  margin-bottom: 80px;
}
.terms-main-part > .content > p,
.terms-main-part > .content > span {
  font-weight: 700;
  font-size: 48px;
  line-height: 80px;
  color: #1c1d1f;
}
.terms-main-part > .content > p {
  color: #0086ff;
}

.calculator-main-part {
  padding-top: 160px;
  margin-bottom: 80px;
}
.calculator-main-part .breadcrumbs {
  padding-top: 0;
}
.calculator-main-part > .content > .content-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 80px;
  color: #0086ff;
}
.calculator-main-part > .content > .content-box > p {
  max-width: 610px;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #1c1d1f;
}

.calculator-page-panel .currencies-status-box {
  margin: 120px 0 !important;
}

.header-search-box {
  position: fixed;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 768px;
  min-width: 768px;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  z-index: -1;
  padding: 24px;
  gap: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s all ease;
}
.header-search-box > .form-box {
  width: 100%;
  border: 1px solid #ebf5ff;
  height: 64px;
  padding-left: 24px;
  border-radius: 24px;
}
.header-search-box > .form-box > input {
  width: 100%;
  height: 100%;
  padding-right: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.header-search-box > .form-box > input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.header-search-box .crr-items > a {
  min-height: unset !important;
  padding: 12px !important;
}
.header-search-box > .posts {
  gap: 16px;
  width: 100%;
}
.header-search-box > .posts > .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1c1d1f;
}
.header-search-box > .posts > .post-list {
  width: 100%;
  gap: 16px;
}
.header-search-box > .posts > .post-list > li {
  background: #f5faff;
  border: 1px solid #e0f0ff;
  border-radius: 16px;
  width: 100%;
}
.header-search-box > .posts > .post-list > li > a {
  width: 100%;
  position: relative;
  padding: 16px;
}
.header-search-box > .posts > .post-list > li > a > .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.header-search-box > .posts > .post-list > li > a::after {
  content: url('data:image/svg+xml,<svg width="22" height="22" viewBox="0 0 22 22" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="1" y="1" width="20" height="20" rx="10" stroke="%230086FF" stroke-width="1.5"/><path d="M6.8367 11.0095L15.1699 11.0095" stroke="%230086FF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/><path d="M10.1968 14.354L6.83571 11.0073L10.1968 7.66016" stroke="%230086FF" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}

.search-is-active {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
  top: 80px;
}

.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.call-number-popup-bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -10;
  transition: 0.3s all ease;
}
.call-number-popup-bg > .call-number-popup-box {
  width: 768px;
  background: #ffffff;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  padding: 24px 24px 52px 24px;
  position: relative;
  z-index: 9999999;
  gap: 24px;
}
.call-number-popup-bg > .call-number-popup-box > .box-title {
  border-bottom: 1px solid #ebf5ff;
  padding-bottom: 30px;
}
.call-number-popup-bg > .call-number-popup-box > .box-title > .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1c1d1f;
}
.call-number-popup-bg > .call-number-popup-box > .box-title > span {
  cursor: pointer;
}
.call-number-popup-bg > .call-number-popup-box > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 40px;
  color: #1c1d1f;
}
.call-number-popup-bg > .call-number-popup-box > form {
  width: 100%;
  border: 1px solid #d0d5d9;
  border-radius: 84px;
  padding-left: 18px;
  gap: 12px;
  height: 64px;
}
.call-number-popup-bg > .call-number-popup-box > form > input {
  width: 100%;
  height: 100%;
  background: 0 0 !important;
  padding: 0 24px 0 0 !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
  border-radius: 84px;
}
.call-number-popup-bg > .call-number-popup-box > form > input::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.call-number-popup-bg > .call-number-popup-box > form > button {
  height: 42px;
  background: #0086ff;
  border-radius: 54px;
  padding: 0 32px;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  white-space: nowrap;
}
.call-number-popup-bg > .call-number-popup-box > #loader {
  max-width: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.phone-number-is-active {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.income-main-box {
  gap: 70px;
  margin: 120px 0;
}
.income-main-box > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #1c1d1f;
}
.income-main-box > .items {
  width: 100%;
  gap: 144px;
}
.income-main-box > .items > .item {
  width: 100%;
  gap: 24px;
}
.income-main-box > .items > .item > img {
  margin-bottom: 12px;
}
.income-main-box > .items > .item > .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #1c1d1f;
}
.income-main-box > .items > .item > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #1c1d1f;
}

.income-table-box {
  gap: 40px;
  margin-bottom: 64px;
}
.income-table-box > .box-title > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  color: #1c1d1f;
}
.income-table-box > .box-title > a {
  gap: 16px;
}
.income-table-box > .box-title > a > span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #0086ff;
}
.income-table-box > .income-table {
  width: 100%;
}
.income-table-box > .income-table > table {
  width: 100%;
  border-radius: 16px;
  border-collapse: separate;
  border-spacing: 0;
}
.income-table-box > .income-table > table > thead > tr > th {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #0086ff;
  background-color: #f5faff;
  padding: 20px;
  white-space: nowrap;
}
.income-table-box > .income-table > table > tbody > tr > td {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #1c1d1f;
  padding: 24px;
  border-bottom: 1px solid #e0f0ff;
  white-space: nowrap;
}
.income-table-box > .income-table > table > tbody > tr > td > img {
  width: 51.75px;
  height: 55.12px;
}
.income-table-box > .income-table > table > tbody > tr:last-child > td {
  border-bottom: none;
}
.income-table-box > p {
  text-align: center;
  padding: 16px 0;
  width: 100%;
  border: 1px solid #ebf5ff;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #0086ff;
}

.goftino-btn-box {
  position: fixed;
  bottom: 32px;
  left: 32px;
  z-index: 999999;
  cursor: pointer;
  gap: 10px;
  width: 140px;
  height: 48px;
  background: #0086ff;
  border-radius: 40px;
  transition: 0.3s all ease;
}
.goftino-btn-box:hover {
  transform: scale(1.2);
}
.goftino-btn-box > img {
  min-width: 26px;
}
.goftino-btn-box > span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  min-width: 70px;
  min-height: 25px;
}

.users-cm {
  margin-bottom: 120px;
  gap: 40px;
}
.users-cm > .section-title {
  gap: 13px;
}
.users-cm > .section-title > .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  color: #1c1d1f;
}
.users-cm > .section-title > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: rgba(28, 29, 31, 0.4);
}
.users-cm > .users-cm-box {
  max-width: 100%;
  margin-bottom: 40px;
}
.users-cm > .users-cm-box > .users-cm-wrapper > .comment > .comment-content {
  gap: 20px;
  max-width: 400px;
  background-color: #fbfbfb;
  padding: 16px;
  border-radius: 16px;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .comment
  > .comment-content
  > .comment-title
  > .comment-author {
  gap: 8px;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .comment
  > .comment-content
  > .comment-title
  > .comment-author
  > img {
  width: 32px;
  height: 32px;
  object-fit: cover;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .comment
  > .comment-content
  > .comment-title
  > .comment-author
  > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1c1d1f;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .comment
  > .comment-content
  > .comment-inner {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #172041;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .swiper-slide
  > .comment-content {
  opacity: 0.1;
  transition: 0.4s all ease;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .swiper-slide-prev
  > .comment-content {
  position: relative;
  opacity: 1;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .swiper-slide-prev
  > .comment-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .swiper-slide-next
  > .comment-content {
  position: relative;
  opacity: 1;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .swiper-slide-next
  > .comment-content::after {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0) 0%,
    rgb(255, 255, 255) 100%
  );
  position: absolute;
  top: 0;
  right: 0;
}
.users-cm
  > .users-cm-box
  > .users-cm-wrapper
  > .swiper-slide-active
  > .comment-content {
  background-color: rgba(0, 135, 250, 0.0392156863);
  opacity: 1;
  transform: scale(1.05);
}
.users-cm > .users-cm-box > .swiper-pagination {
  display: none;
}
.users-cm > .description {
  gap: 20px;
  max-width: 1248px;
  margin-bottom: 64px;
}
.users-cm > .description > span {
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1c1d1f;
}
.users-cm > .unit-of-coins {
  max-width: 885px;
  width: 100%;
  margin: 0 auto 64px auto;
}
.users-cm > .unit-of-coins > .item {
  gap: 10px;
}
.users-cm > .unit-of-coins > .item > img {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  object-fit: cover;
}
.users-cm > .unit-of-coins > .item > div {
  gap: 4px;
}
.users-cm > .unit-of-coins > .item > div > span:first-child {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1c1d1f;
}
.users-cm > .unit-of-coins > .item > div > span:nth-child(2) {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}
.users-cm > .actions {
  gap: 16px;
}
.users-cm > .actions > #open-cm-form-btn {
  width: 127px;
  height: 40px;
  background: #0086ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  cursor: pointer;
}
.users-cm > .actions > a:nth-child(2) {
  width: 201px;
  height: 40px;
  border: 1px solid #ebf5ff;
  border-radius: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #1c1d1f;
}

.terms-page-panel .faq-section {
  margin-top: 80px;
}

.api-loader,
.gift-api-loader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000;
  background-color: #fff;
  opacity: 0.7;
  visibility: visible;
  transition: 0.4s all ease;
}
.api-loader > img,
.gift-api-loader > img {
  max-width: 30px;
}

.close-loader {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.coin-bg {
  min-width: 755px;
}

.space {
  width: 100%;
  min-height: 80px;
}

@media only screen and (max-width: 1024px) {
  .space {
    min-height: 60px;
  }
  .coin-page-panel .breadcrumbs {
    justify-content: center;
  }
  .main-section {
    padding-top: 120px;
    margin-bottom: 64px;
    flex-direction: column-reverse;
    gap: 24px;
    align-items: flex-start;
  }
  .main-section > .main-section-content {
    gap: 16px;
  }
  .main-section > .main-section-content > .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 40px;
  }
  .main-section > .main-section-content > .desc {
    max-width: 100%;
    margin-bottom: 8px;
  }
  .main-section > .main-section-content > .desc > p {
    max-width: 100%;
    font-size: 12px;
    line-height: 26px;
  }
  .main-section > .main-section-content > .login-form {
    width: 100%;
    height: 48px;
    padding-left: 8px;
  }
  .main-section > .main-section-content > .login-form > input {
    padding-right: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #1c1d1f;
  }
  .main-section > .main-section-content > .login-form > button {
    gap: 10px;
    height: 32px;
    border-radius: 24px;
    padding: 0 16px;
  }
  .main-section > .main-section-content > .login-form > button > span {
    font-size: 14px;
    line-height: 21px;
  }
  .main-section > .main-section-img {
    width: 140px;
    height: 145px;
  }
  .main-section > .main-section-img > img {
    width: 140px;
    height: auto;
  }
  .footer-fixed-box {
    display: flex;
    width: 100%;
    height: 72px;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    bottom: 0;
    right: 0;
    padding: 24px 16px;
    border-top: 1px solid #ebf5ff;
  }
  .footer-fixed-box > .right-box {
    gap: 8px;
  }
  .footer-fixed-box > .right-box > svg {
    cursor: pointer;
  }
  .footer-fixed-box > .right-box > .content {
    gap: 2px;
  }
  .footer-fixed-box > .right-box > .content > span {
    font-weight: 500;
    font-size: 10px;
    line-height: 15px;
    color: #1c1d1f;
  }
  .footer-fixed-box > .right-box > .content > span:first-child {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #0086ff;
  }
  .footer-fixed-box > .left-box {
    gap: 10px;
  }
  .footer-fixed-box > .left-box > a {
    height: 32px;
    background: #0086ff;
    border-radius: 24px;
    width: 114px;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #ffffff;
  }
  .footer-fixed-box > .left-box > .goftino-btn-sm {
    min-width: 33px;
  }
  .coin-bg {
    display: none;
  }
  .terms-page-panel .faq-section {
    margin-top: 40px;
  }
  .users-cm {
    margin-bottom: 64px;
    gap: 32px;
  }
  .users-cm > .section-title {
    gap: 16px;
    margin: 0 24px;
  }
  .users-cm > .section-title > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .users-cm > .section-title > p {
    font-size: 14px;
    line-height: 21px;
  }
  .users-cm > .users-cm-box {
    margin-bottom: 0;
  }
  .users-cm > .users-cm-box > .users-cm-wrapper {
    padding-bottom: 40px;
  }
  .users-cm > .users-cm-box > .users-cm-wrapper > .comment > .comment-content {
    gap: 16px;
    max-width: 100%;
    padding: 16px 12px;
  }
  .users-cm
    > .users-cm-box
    > .users-cm-wrapper
    > .comment
    > .comment-content
    > .comment-title
    > .comment-author
    > img {
    width: 24px;
    height: 24px;
  }
  .users-cm
    > .users-cm-box
    > .users-cm-wrapper
    > .comment
    > .comment-content
    > .comment-title
    > .comment-author
    > span {
    font-size: 12px;
    line-height: 21px;
  }
  .users-cm
    > .users-cm-box
    > .users-cm-wrapper
    > .comment
    > .comment-content
    > .comment-title
    > img {
    max-width: 60px;
  }
  .users-cm
    > .users-cm-box
    > .users-cm-wrapper
    > .comment
    > .comment-content
    > .comment-inner {
    font-size: 12px;
    line-height: 21px;
  }
  .users-cm
    > .users-cm-box
    > .users-cm-wrapper
    > .swiper-slide-active
    > .comment-content {
    transform: scale(1.1);
  }
  .users-cm > .users-cm-box > .swiper-pagination {
    display: block;
    bottom: 0;
  }
  .users-cm > .description {
    max-width: 100%;
    margin: 0 24px 0 24px;
  }
  .users-cm > .description > span {
    font-size: 14px;
    line-height: 21px;
  }
  .users-cm > .unit-of-coins {
    max-width: 100%;
    width: 100%;
    margin: 0 24px 8px 24px;
    justify-content: center;
    gap: 24px;
  }
  .users-cm > .unit-of-coins > .item {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    max-width: 83px;
  }
  .users-cm > .unit-of-coins > .item > img {
    width: 60px;
    height: 60px;
  }
  .users-cm > .unit-of-coins > .item > div {
    gap: 4px;
    align-items: center;
  }
  .users-cm > .unit-of-coins > .item > div > span:first-child {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
  }
  .users-cm > .unit-of-coins > .item > div > span:nth-child(2) {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    white-space: nowrap;
  }
  .users-cm > .actions > #open-cm-form-btn {
    width: 123px;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .users-cm > .actions > a:nth-child(2) {
    width: 188px;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .goftino-btn-box {
    bottom: 12px;
    left: 12px;
    display: none;
    width: 48px;
    height: 48px;
    border-radius: 100%;
  }
  .goftino-btn-box > span {
    display: none;
  }
  .income-table-box {
    gap: 24px;
    margin-bottom: 40px;
  }
  .income-table-box > .box-title > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .income-table-box > .box-title > a {
    gap: 8px;
  }
  .income-table-box > .box-title > a > span {
    font-size: 14px;
    line-height: 21px;
  }
  .income-table-box > .income-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
  }
  .income-table-box > .income-table > table > thead > tr > th {
    padding: 16px;
  }
  .income-table-box > .income-table > table > tbody > tr > td {
    padding: 20px;
  }
  .income-table-box > p {
    text-align: center;
    padding: 16px 0;
    width: 100%;
    border: 1px solid #ebf5ff;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #0086ff;
  }
  .income-main-box {
    gap: 40px;
    margin: 40px 0;
    align-items: flex-start;
  }
  .income-main-box > .title {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
  }
  .income-main-box > .items {
    gap: 40px;
    align-items: flex-start;
    flex-direction: column;
  }
  .income-main-box > .items > .item {
    gap: 16px;
    align-items: flex-start;
  }
  .income-main-box > .items > .item > .title {
    font-size: 20px;
    line-height: 30px;
    text-align: right;
  }
  .income-main-box > .items > .item > p {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: right;
    max-width: 279px;
  }
  .voucher-perfectmoney .audio-player {
    margin-bottom: 64px;
  }
  .call-number-popup-bg > .call-number-popup-box {
    width: 100%;
    padding: 16px 16px 40px 16px;
    gap: 16px;
    max-width: 95%;
    margin: 0 auto;
  }
  .call-number-popup-bg > .call-number-popup-box > .box-title {
    padding-bottom: 16px;
  }
  .call-number-popup-bg > .call-number-popup-box > .box-title > .title {
    font-size: 18px;
    line-height: 24px;
  }
  .call-number-popup-bg > .call-number-popup-box > p {
    font-size: 14px;
    line-height: 26px;
  }
  .call-number-popup-bg > .call-number-popup-box > form {
    padding-left: 12px;
    height: 56px;
  }
  .call-number-popup-bg > .call-number-popup-box > form > input {
    padding: 0 16px 0 0 !important;
    font-size: 14px;
    line-height: 21px;
  }
  .call-number-popup-bg > .call-number-popup-box > form > input::placeholder {
    font-size: 14px;
    line-height: 21px;
  }
  .call-number-popup-bg > .call-number-popup-box > form > button {
    height: 38px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 21px;
  }
  .call-number-popup-bg > .call-number-popup-box > #loader {
    max-width: 24px;
  }
  .header-search-box > .form-box {
    height: 48px;
    padding-left: 12px;
  }
  .header-search-box > .form-box > input {
    padding-right: 12px;
    font-size: 14px;
  }
  .header-search-box > .form-box > input::placeholder {
    font-size: 14px;
  }
  .header-search-box > .posts {
    gap: 12px;
  }
  .header-search-box > .posts > .title {
    font-size: 16px;
    line-height: 26px;
  }
  .header-search-box > .posts > .post-list > li > a {
    padding: 12px;
  }
  .header-search-box > .posts > .post-list > li > a > .title {
    font-size: 12px;
  }
  .calculator-main-part {
    padding-top: 110px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .calculator-main-part > .content > .content-box {
    gap: 16px;
  }
  .calculator-main-part > .content > .content-box > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .calculator-main-part > .content > .content-box > p {
    font-size: 14px;
    line-height: 28px;
  }
  .calculator-page-panel .currencies-status-box {
    margin: 40px 0 !important;
  }
  .breadcrumbs {
    padding-top: 90px;
    flex-wrap: wrap;
  }
  .main-container {
    max-width: 100%;
    margin: 0 24px;
    overflow: hidden;
  }
  .main-header {
    padding: 80px 24px 24px 24px;
  }
  .main-header > .navigation-logo > .main-navigation,
  .main-header > .navigation-logo > span.line {
    display: none;
  }
  .main-header > .icons-login {
    gap: 16px;
  }
  .main-header > .icons-login > .icons,
  .main-header > .icons-login > span.line {
    display: none;
  }
  .main-header > .icons-login > .login-signup > a {
    padding: 6px 16px;
  }
  .main-header > .icons-login > .menu-toggeler {
    display: block;
  }
  .main-header > .xpay-banner-header {
    min-height: 64px;
    max-height: 64px;
  }
  .main-header > .xpay-banner-header > img {
    min-height: 64px;
    max-height: 64px;
  }
  .main-header > .xpay-banner-header > img.mobile {
    display: block;
  }
  .main-header > .xpay-banner-header > img.desktop {
    display: none;
  }
  .app-info {
    margin-bottom: 40px;
    max-width: 100%;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  .app-info > .item {
    gap: 8px;
    min-width: 160px;
  }
  .app-info > .item > .info-text > p {
    font-size: 20px;
    line-height: 30px;
  }
  .app-info > .item > .info-text > span {
    font-size: 12px;
    line-height: 18px;
  }
  .app-info > .item:not(:last-child)::after {
    display: none;
  }
  .last-notif {
    margin-bottom: 40px;
    padding: 32px 0;
    position: relative;
  }
  .last-notif > .see-more {
    gap: 8px;
    position: absolute;
    top: 32px;
    left: 0;
  }
  .last-notif > .see-more > span {
    font-size: 14px;
    line-height: 21px;
  }
  .last-notif > .notif-title {
    gap: 8px;
    width: 100%;
  }
  .last-notif > .notif-title > span.line {
    display: none;
  }
  .last-notif > .notif-title > p {
    font-size: 14px;
    line-height: 21px;
  }
  .last-notif > .notif-title > img {
    display: none;
  }
  .currencies-status-box {
    margin-bottom: 64px;
    max-height: max-content;
  }
  .currencies-status-box > .currencies-status-section {
    max-height: max-content;
  }
  .currencies-status-box > .currencies-status-section > .crr-box {
    max-height: max-content;
    padding-bottom: 42px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content {
    max-height: max-content;
    max-width: 261px;
    min-width: 261px;
    background: #ffffff;
    border: 1px solid #ebf5ff;
    border-radius: 16px;
    margin: 0 auto;
    padding: 12px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .info {
    gap: 6px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .info
    > img {
    width: 36px;
    height: 36px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .info
    > .crr-name {
    gap: 4px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .info
    > .crr-name
    > p {
    font-size: 14px;
    line-height: 21px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .info
    > .crr-name
    > span {
    font-size: 12px;
    line-height: 18px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .value {
    gap: 4px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .value
    > p {
    line-height: 21px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box
    > .slide-content
    > .value
    > span {
    font-size: 12px;
    line-height: 18px;
  }
  .currencies-status-box
    > .currencies-status-section
    > .crr-box:not(:last-child)
    > .slide-content::after {
    display: none;
  }
  .currencies-status-box .swiper-pagination,
  .currencies-status-box .swiper-button-next,
  .currencies-status-box .swiper-button-prev {
    opacity: 1;
  }
  .profit-loss-container {
    max-height: max-content;
    margin: 0 auto;
    max-width: 100%;
  }
  .profit-loss-container > .profit-loss-section {
    max-height: max-content;
    margin-bottom: 80px;
  }
  .profit-loss-container > .profit-loss-section > .profit-loss-box {
    width: 100%;
    max-height: max-content;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content {
    padding: 20px 16px;
    gap: 26px;
    max-height: max-content;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .box-title {
    font-size: 16px;
    line-height: 24px;
    padding-right: 12px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists {
    gap: 16px;
    min-height: 234px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .info {
    gap: 10px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .info
    > img {
    width: 32px;
    height: 32px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .info
    > .crr-name {
    gap: 4px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .info
    > .crr-name
    > p {
    font-size: 14px;
    line-height: 21px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .info
    > .crr-name
    > span {
    font-size: 12px;
    line-height: 18px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .value {
    gap: 4px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .value
    > p {
    font-size: 14px;
    line-height: 21px;
  }
  .profit-loss-container
    > .profit-loss-section
    > .profit-loss-box
    > .profit-loss-content
    > .crr-lists
    > .crr-box
    > .value
    > span {
    font-size: 12px;
    line-height: 18px;
  }
  .profit-loss-container > .profit-loss-section > .swiper-slide {
    opacity: 0.4;
    transition: 0.4s all ease;
    transform: scale(1);
  }
  .profit-loss-container > .profit-loss-section > .swiper-slide-active {
    opacity: 1;
    transform: scale(1.06);
  }
  .profit-loss-container .swiper-pagination {
    bottom: 32px;
    display: block;
  }
  .get-gift-from-xpay {
    margin-bottom: 0;
    flex-direction: column;
  }
  .get-gift-from-xpay > .gift-box > .gift-box {
    gap: 24px;
    max-width: 100%;
  }
  .get-gift-from-xpay > .gift-box > .gift-box > .main-box {
    gap: 24px;
    padding: 24px 12px 0 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .get-gift-from-xpay > .gift-box > .gift-box > .main-box > span {
    display: none;
  }
  .get-gift-from-xpay
    > .gift-box
    > .gift-box
    > .main-box
    > .content
    > span.first {
    font-size: 18px;
    line-height: 26px;
  }
  .get-gift-from-xpay
    > .gift-box
    > .gift-box
    > .main-box
    > .content
    > .start-box {
    gap: 16px;
  }
  .get-gift-from-xpay
    > .gift-box
    > .gift-box
    > .main-box
    > .content
    > .start-box
    > .start-now {
    height: 40px;
    font-size: 14px;
    margin-top: 0;
  }
  .get-gift-from-xpay
    > .gift-box
    > .gift-box
    > .main-box
    > .content
    > .start-box
    > .socail-links {
    gap: 8px;
  }
  .get-gift-from-xpay
    > .gift-box
    > .gift-box
    > .main-box
    > .content
    > .start-box
    > .socail-links
    > a {
    padding: 8px 12px;
  }
  .get-gift-from-xpay
    > .gift-box
    > .gift-box
    > .main-box
    > .content
    > .start-box
    > .socail-links
    > a
    > span {
    font-size: 12px;
  }
  .get-gift-from-xpay > .gift-box > .gift-box > .how-to-get-gift {
    padding-top: 24px;
  }
  .get-gift-from-xpay > img {
    width: 140px;
    position: absolute;
    left: 0;
    bottom: 220px;
    min-width: unset;
  }
  .app-banner {
    margin-bottom: 40px;
    height: 370px;
  }
  .app-banner .content > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .app-banner .content > p {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .app-banner .content > a {
    gap: 8px;
    height: 32px;
  }
  .app-banner .content > a > span {
    font-size: 14px;
    line-height: 21px;
  }
  .app-banner .app-banner-image {
    height: 370px;
    display: none;
  }
  .app-banner .app-banner-image-sm {
    display: block;
  }
  .advantages-of-trading-in-xpay {
    margin-bottom: 20px;
    padding-bottom: 0;
    gap: 24px;
  }
  .advantages-of-trading-in-xpay > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .advantages-of-trading-in-xpay .advantage-box {
    padding-bottom: 60px;
  }
  .advantages-of-trading-in-xpay .advantage-box > .advantage-lists {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 100%;
  }
  .advantages-of-trading-in-xpay
    .advantage-box
    > .advantage-lists
    > .advantage {
    width: 100%;
    max-width: 100%;
  }
  .advantages-of-trading-in-xpay
    .advantage-box
    > .advantage-lists
    > .advantage
    > .advantage-content {
    width: 100%;
    max-width: 100%;
    padding: 24px 16px;
    gap: 16px;
    min-height: unset;
  }
  .advantages-of-trading-in-xpay
    .advantage-box
    > .advantage-lists
    > .advantage
    > .advantage-content
    > .title {
    font-size: 16px;
    line-height: 24px;
  }
  .advantages-of-trading-in-xpay
    .advantage-box
    > .advantage-lists
    > .advantage
    > .advantage-content
    > p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 8px;
  }
  .advantages-of-trading-in-xpay
    .advantage-box
    > .advantage-lists
    > .swiper-slide {
    opacity: 0.7;
    transition: 0.4s all ease;
    transform: scale(1);
  }
  .advantages-of-trading-in-xpay
    .advantage-box
    > .advantage-lists
    > .swiper-slide-active {
    opacity: 1;
    transform: scale(1.05);
  }
  .advantages-of-trading-in-xpay .advantage-box .swiper-pagination {
    display: block;
    bottom: 18px;
  }
  .call-to-login {
    margin-bottom: 40px;
    height: 370px;
  }
  .call-to-login .content {
    gap: 24px;
    align-items: flex-start;
  }
  .call-to-login .content > p {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    text-align: right;
  }
  .call-to-login .content > a {
    font-size: 14px;
    line-height: 21px;
    height: 32px;
    padding: 0 16px;
  }
  .call-to-login .sign-in-image {
    height: 370px;
    display: none;
  }
  .call-to-login .sign-in-image-sm {
    display: block;
  }
  .get-familier-with-xpay {
    padding: 24px 16px;
    margin-bottom: 64px;
    flex-direction: column;
    gap: 32px;
  }
  .get-familier-with-xpay > .tab-links-section-title {
    gap: 24px;
  }
  .get-familier-with-xpay > .tab-links-section-title > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .get-familier-with-xpay > .tab-links-section-title > .tab-links {
    gap: 24px;
  }
  .get-familier-with-xpay
    > .tab-links-section-title
    > .tab-links
    > li.tab-link
    > a
    > .content
    > p {
    font-size: 14px;
    line-height: 21px;
  }
  .get-familier-with-xpay > .tab-contents {
    width: 100%;
  }
  .get-familier-with-xpay > .tab-contents > .tab-content {
    width: 100%;
  }
  .get-familier-with-xpay > .tab-contents > .tab-content > .video-container,
  .get-familier-with-xpay > .tab-contents > .tab-content > img {
    width: 100%;
  }
  .faq-section {
    margin-bottom: 64px;
    gap: 24px;
  }
  .faq-section > .faq-title-box > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .faq-section > .faq-title-box > a {
    gap: 8px;
  }
  .faq-section > .faq-title-box > a > span {
    font-size: 14px;
    line-height: 21px;
  }
  .faq-section > .faq-items {
    gap: 24px;
  }
  .faq-section > .faq-items > .faq-item {
    padding: 24px 12px;
    background: #fbfbfb;
    border-radius: 16px;
  }
  .faq-section > .faq-items > .faq-item > .faq-title {
    padding-bottom: 0;
    gap: 10px;
  }
  .faq-section > .faq-items > .faq-item > .faq-title > .title {
    font-size: 15px;
    line-height: 28px;
  }
  .faq-section > .faq-items > .faq-item > .item-content {
    font-size: 12px;
    line-height: 22px;
    text-align: justify;
  }
  .faq-section > .faq-items > .is-open > .faq-title {
    border-bottom: 1px solid transparent;
  }
  .xpay-in-social {
    margin-bottom: 64px;
    gap: 24px;
  }
  .xpay-in-social > .title-box {
    gap: 16px;
  }
  .xpay-in-social > .title-box > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .xpay-in-social > .title-box > p {
    font-size: 12px;
    line-height: 18px;
  }
  .xpay-in-social > .social-images {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
  }
  .xpay-in-social > .social-images > img {
    padding: 24px;
    background-color: #fbfbfb;
    border-radius: 16px;
    max-width: 155px;
  }
  .xpay-academy {
    gap: 40px;
    margin-bottom: 40px;
  }
  .xpay-academy > .xpay-academy-title {
    width: 100%;
  }
  .xpay-academy > .xpay-academy-title > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .xpay-academy > .xpay-academy-title > a > span {
    font-size: 14px;
    line-height: 21px;
  }
  .xpay-academy > .xpay-academy-box {
    max-width: 100%;
  }
  .xpay-academy > .xpay-academy-box > .list-items > .items {
    padding-bottom: 32px;
  }
  .xpay-academy
    > .xpay-academy-box
    > .list-items
    > .items
    > .content
    > .post-img-box
    > img {
    max-height: 190px;
    min-height: 190px;
  }
  .xpay-academy > .xpay-academy-box > .list-items > .items > .content > a {
    font-size: 14px;
    line-height: 24px;
    max-width: 100%;
  }
  .xpay-academy
    > .xpay-academy-box
    > .list-items
    > .items
    > .content
    > .date-tag {
    gap: 16px;
  }
  .xpay-academy
    > .xpay-academy-box
    > .list-items
    > .items
    > .content
    > .date-tag
    > p {
    font-size: 12px;
  }
  .xpay-academy
    > .xpay-academy-box
    > .list-items
    > .items
    > .content
    > .date-tag
    > span {
    font-size: 12px;
  }
  .xpay-academy > .xpay-academy-box .swiper-button-prev,
  .xpay-academy > .xpay-academy-box .swiper-button-next {
    top: 97%;
  }
  .xpay-academy > .xpay-academy-box .swiper-button-prev {
    right: 0;
  }
  .xpay-academy > .xpay-academy-box .swiper-button-next {
    left: 0;
  }
  .xpay-academy > .xpay-academy-box .swiper-button-prev::after,
  .xpay-academy > .xpay-academy-box .swiper-button-next::after {
    display: none;
  }
  .xpay-academy > .xpay-academy-box .swiper-pagination {
    max-width: max-content;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
  }
  .xpay-academy > .xpay-academy-box .swiper-pagination,
  .xpay-academy > .xpay-academy-box .swiper-button-next,
  .xpay-academy > .xpay-academy-box .swiper-button-prev {
    display: block;
  }
  .main-footer {
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
    gap: 40px 12px;
    padding-top: 40px;
  }
  .main-footer > .footer-items {
    gap: 24px;
    width: 48%;
  }
  .main-footer > .footer-items > .title {
    font-size: 14px;
    line-height: 21px;
  }
  .main-footer > .footer-items > ul > li > a {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
  }
  .main-footer > .footer-items:last-child {
    gap: 0;
  }
  .main-footer > .footer-items:last-child > .title {
    margin-bottom: 24px;
  }
  .main-footer > .footer-items:last-child > ul.social-list {
    margin-bottom: 50px;
  }
  .main-footer > .footer-items:last-child > .about-me {
    gap: 19px;
  }
  .main-footer > .footer-items:last-child > .about-me > .address {
    font-size: 12px;
    line-height: 21px;
  }
  .main-footer > .footer-items:last-child > .about-me > .address2 {
    font-size: 10px;
    max-width: 169px;
    margin-bottom: 7px;
  }
  .main-footer > .footer-items:last-child > .about-me > .item {
    width: 100%;
    height: 64px;
    padding: 12px;
    gap: 8px;
  }
  .main-footer > .footer-items:last-child > .about-me > .item > div {
    gap: 4px;
  }
  .main-footer > .footer-items:last-child > .about-me > .item > img {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
  .main-footer > .footer-items:last-child > .about-me > .call-number > div > p {
    font-size: 10px;
    line-height: 15px;
  }
  .main-footer
    > .footer-items:last-child
    > .about-me
    > .call-number
    > div
    > span {
    font-size: 12px;
    line-height: 18px;
  }
  .main-footer > .footer-items:last-child > .about-me > .email > div > p {
    font-size: 10px;
    line-height: 15px;
  }
  .main-footer > .footer-items:last-child > .about-me > .email > div > span {
    font-size: 12px;
    line-height: 18px;
  }
  .footer-about-us {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start !important;
  }
  .footer-about-us > .content {
    gap: 16px;
  }
  .footer-about-us > .content > p {
    font-size: 12px;
    line-height: 20px;
    max-width: 100%;
  }
  .copy-right-box {
    padding: 24px 0;
  }
  .copy-right-box .copy-right {
    font-size: 10px;
    line-height: 16px;
  }
  .moment-crr-cost {
    margin-bottom: 64px;
    gap: 40px;
  }
  .moment-crr-cost > .title-box > .title {
    font-size: 20px;
    line-height: 30px;
  }
  .moment-crr-cost > .title-box > a {
    gap: 8px;
  }
  .moment-crr-cost > .title-box > a > span {
    font-size: 14px;
    line-height: 21px;
  }
  .moment-crr-cost > .table-container {
    max-height: 455px;
    min-height: 455px;
    max-width: 100%;
    overflow-x: auto;
  }
  .moment-crr-cost > .table-container > .crypto-table {
    width: 100%;
    overflow: hidden;
    table-layout: auto;
  }
  .moment-crr-cost > .table-container > .crypto-table > thead > tr > th {
    text-align: center;
    min-width: 160px;
  }
  .moment-crr-cost
    > .table-container
    > .crypto-table
    > thead
    > tr
    > th:first-child {
    text-align: right;
  }
  .moment-crr-cost > .table-container > .crypto-table > tbody {
    transform: translateY(0);
  }
  .moment-crr-cost > .table-container > .crypto-table > tbody > tr > td {
    min-width: 160px;
    padding-bottom: 0;
    text-align: center;
  }
  .moment-crr-cost > .table-container > .crypto-table > tbody > tr > td.chart {
    padding-left: 8px;
  }
  .moment-crr-cost
    > .table-container
    > .crypto-table
    > tbody
    > tr
    > td.changes
    > div {
    justify-content: center;
  }
  .moment-crr-cost
    > .table-container
    > .crypto-table
    > tbody
    > tr
    > td:last-child {
    min-width: unset;
  }
  .moment-crr-cost > .see-all-btn {
    width: 100%;
    height: 48px;
    border: 1px solid #ebf5ff;
    border-radius: 24px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #1c1d1f;
    background-color: #fff;
    cursor: pointer;
  }
  .coins-main-info {
    margin-bottom: 40px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .coins-main-info > .coins-content {
    align-items: center;
  }
  .coins-main-info > .coins-content > .desc {
    flex-direction: column;
  }
  .coins-main-info > .coins-content > .desc > p,
  .coins-main-info > .coins-content > .desc > span {
    font-size: 14px;
    line-height: 21px;
    text-align: center;
  }
  .coins-main-info > .coins-content > .title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
  }
  .coins-main-info > .coins-content > p {
    font-size: 12px;
    line-height: 27px;
    text-align: center;
  }
  .coins-main-info > .coins-content > .actions {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 24px 12px;
  }
  .coins-main-info > .coins-content > .actions > span.buy-coin {
    width: auto;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
    padding: 0 12px;
    order: 4;
  }
  .coins-main-info > .coins-content > .actions > a:first-child {
    padding: 0 12px;
    height: 32px;
    line-height: 21px;
    font-size: 14px;
    order: 2;
  }
  .coins-main-info > .coins-content > .actions > a:nth-child(2) {
    padding: 0 12px;
    height: 32px;
    font-size: 14px;
    line-height: 21px;
    order: 3;
  }
  .coins-main-info > .coins-content > .actions > a.new-way {
    order: 3;
    width: auto;
    height: 32px;
    padding: 0 12px;
    font-size: 14px;
  }
  .coins-main-info > .coins-content > .actions > a.link-type {
    height: 32px;
    order: 1;
  }
  .coins-main-info > .coins-content > .actions > .desable-link {
    order: 2;
    width: auto;
    height: 32px;
    order: 2;
    padding: 0 12px;
  }
  .coins-main-info
    > .coins-content
    > .actions
    > .desable-link
    > span:first-child {
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .coins-main-info > .coins-img {
    max-width: 155.17px;
    min-width: 155.17px;
    min-height: 162px;
  }
  .coins-main-info > .coins-img > img {
    max-width: 155.17px;
    min-width: 155.17px;
    min-height: 162px;
  }
  .coin-value {
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 24px 60px;
    min-height: 286px;
  }
  .coin-value > li {
    padding: 0;
    gap: 8px;
  }
  .coin-value > li > img {
    width: 56px;
    height: 56px;
  }
  .coin-value > li > .content {
    gap: 8px;
  }
  .coin-value > li > .content > p {
    font-size: 14px;
    line-height: 21px;
  }
  .coin-value > li:nth-child(even) > .content {
    align-items: flex-end;
  }
  .calculator-chart {
    padding: 40px 0;
  }
  .calculator-chart .calculator-chart-box {
    flex-direction: column-reverse;
  }
  .calculator-chart .calculator-chart-box > .chart-audio > .chart {
    height: 240px;
  }
  .audio-player > .controls {
    padding: 16px;
    gap: 24px;
  }
  .audio-player > .controls > .audio-title > .title {
    gap: 8px;
  }
  .audio-player > .controls > .audio-title > .title > p {
    font-size: 14px;
    line-height: 21px;
  }
  .audio-player > .controls > .audio-title > .actions > #downloadBtn > svg,
  .audio-player > .controls > .audio-title > .actions > #muteBtn > svg {
    max-width: 20px;
  }
  .audio-player > .controls > .items {
    gap: 16px;
  }
  .audio-player > .controls > .items > .time > span {
    font-size: 12px;
  }
  .audio-player > .controls > .items > #playBtn > svg {
    max-width: 24px;
  }
  .calculator {
    max-width: 100%;
  }
  .calculator > .tab-links > .tab-link {
    height: 64px;
  }
  .calculator > .tab-links > .tab-link-active {
    height: 64px;
  }
  .calculator > .tab-contents > .tab-content {
    padding-bottom: 16px;
  }
  .calculator .currency-exchange-calculator {
    padding: 24px 16px 16px 16px;
  }
  .calculator .currency-exchange-calculator > .you-pay > p,
  .calculator .currency-exchange-calculator > .output > p {
    font-size: 12px;
    line-height: 18px;
  }
  .calculator .currency-exchange-calculator > .you-pay > .amount-box > input,
  .calculator .currency-exchange-calculator > .output > .amount-box > input {
    font-size: 12px;
    line-height: 18px;
  }
  .calculator
    .currency-exchange-calculator
    > .you-pay
    > .amount-box
    > input::placeholder,
  .calculator
    .currency-exchange-calculator
    > .output
    > .amount-box
    > input::placeholder {
    font-size: 12px;
    line-height: 18px;
  }
  .calculator
    .currency-exchange-calculator
    > .you-pay
    > .amount-box
    > .select-box
    > .options-search,
  .calculator
    .currency-exchange-calculator
    > .output
    > .amount-box
    > .select-box
    > .options-search {
    padding: 16px;
  }
  .calculator
    .currency-exchange-calculator
    > .you-pay
    > .amount-box
    > .select-box
    > .options-search
    > .search-box
    > input,
  .calculator
    .currency-exchange-calculator
    > .output
    > .amount-box
    > .select-box
    > .options-search
    > .search-box
    > input {
    padding-right: 12px;
  }
  .calculator
    .currency-exchange-calculator
    > .you-pay
    > .amount-box
    > .select-box
    > .options-search
    > .search-box
    > .search,
  .calculator
    .currency-exchange-calculator
    > .output
    > .amount-box
    > .select-box
    > .options-search
    > .search-box
    > .search {
    display: none;
  }
  .calculator
    .currency-exchange-calculator
    > .you-pay
    > .amount-box
    > .select-box
    > .options-search
    > .search-box
    > .close-options-search-btn,
  .calculator
    .currency-exchange-calculator
    > .output
    > .amount-box
    > .select-box
    > .options-search
    > .search-box
    > .close-options-search-btn {
    left: 8px;
  }
  .calculator .realtime-cost {
    padding: 16px;
  }
  .calculator .realtime-cost > .crr-named > p {
    font-size: 12px;
    line-height: 18px;
  }
  .calculator .realtime-cost > span {
    font-size: 12px;
    line-height: 18px;
  }
  .calculator a.buy-crr {
    height: 40px;
    font-size: 14px;
    line-height: 21px;
  }
  .current-value-box {
    margin-bottom: 40px;
    padding: 40px 0;
    flex-wrap: wrap;
    gap: 24px 0;
    min-height: 264px;
  }
  .current-value-box > li {
    width: 50%;
  }
  .current-value-box > li > p {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
  .current-value-box > li > span {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
  }
  .current-value-box > li:nth-child(even) {
    align-items: flex-end;
  }
  .content-sidebar {
    margin-bottom: 64px;
    gap: 64px;
    flex-direction: column-reverse;
  }
  .content-sidebar > .sidebar {
    max-width: 100%;
    min-width: 100%;
    position: unset;
    padding: 16px;
    height: 40vh;
  }
  .content-sidebar
    > .sidebar
    > .sidebar-fixed
    > .table-of-content
    > ul
    > li
    > p {
    font-size: 14px;
    line-height: 21px;
  }
  .content-sidebar > .post-content h1,
  .content-sidebar > .post-content h2,
  .content-sidebar > .post-content h3,
  .content-sidebar > .post-content h4,
  .content-sidebar > .post-content h5,
  .content-sidebar > .post-content h6 {
    font-size: 18px;
    line-height: 27px;
  }
  .content-sidebar > .post-content ul > li,
  .content-sidebar > .post-content ol > li {
    font-size: 14px;
    line-height: 28px;
  }
  .content-sidebar > .post-content p,
  .content-sidebar > .post-content figcaption {
    font-size: 14px;
    line-height: 26px;
  }
  /* .content-sidebar > .post-content table th,
  .content-sidebar > .post-content table td {
    width: 200px;
  } */
  .content-sidebar > .post-content .table {
    overflow-x: auto !important;
    width: 100%;
    max-width: 100%;
  }
  .content-sidebar > .post-content .table::-webkit-scrollbar {
    display: none;
  }
  .comment-form-box {
    align-items: flex-start;
  }
  .comment-form-box > .comment-respond {
    width: 95%;
    padding: 16px;
    margin-top: 20px;
  }
  .comment-form-box > .comment-respond > .comment-reply-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .comment-form-box form {
    flex-direction: column;
    gap: 20px;
  }
  .comment-form-box form > p > label {
    font-size: 14px;
    line-height: 21px;
  }
  .comment-form-box form > p > input,
  .comment-form-box form > p > textarea {
    height: 32px;
    font-size: 14px;
    line-height: 21px;
  }
  .comment-form-box form > p > textarea {
    height: 80px;
    padding: 16px;
  }
  .comment-form-box form > p.comment-form-author {
    width: 100%;
  }
  .comment-form-box form > p.comment-form-email {
    width: 100%;
  }
  .comment-form-box form > p.form-submit {
    order: 4;
    width: 100%;
  }
  .comment-form-box form > p.form-submit > input {
    font-size: 14px;
  }
  .content-with-see-more {
    margin-bottom: 40px;
    max-height: 1000px;
  }
  .content-with-see-more > .content > .title {
    font-size: 16px;
    line-height: 24px;
  }
  .content-with-see-more > .content > p {
    font-size: 12px;
    line-height: 26px;
  }
  .cp-main-part {
    flex-direction: column-reverse;
    gap: 28px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .cp-main-part > .content {
    gap: 16px;
  }
  .cp-main-part > .content > .title {
    font-size: 24px;
    line-height: 40px;
  }
  .cp-main-part > .content > p {
    font-size: 16px;
  }
  .cp-main-part > .img-box {
    min-width: 150px;
    min-height: 161px;
  }
  .cp-main-part > .img-box > img {
    max-width: 149px;
  }
  .contact-main-part {
    align-items: center;
  }
  .contact-main-part > .content {
    align-items: center;
  }
  .contact-main-part > img {
    width: 160px;
    height: auto;
    object-fit: cover;
  }
  .current-price-page-panel .breadcrumbs {
    margin-bottom: 40px;
  }
  .current-price-page-panel .currencies-status-box {
    margin-bottom: 64px;
    padding: 0;
    border: none;
    transform: translateY(0);
    border-radius: unset;
    background-color: transparent;
    margin-top: 40px;
  }
  .current-price-page-panel .content-with-see-more {
    margin-bottom: 64px;
  }
  .fraud-in-digital-crr {
    margin-bottom: 40px;
    gap: 16px;
  }
  .fraud-in-digital-crr > .title {
    font-size: 16px;
    line-height: 24px;
  }
  .fraud-in-digital-crr > p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 8px;
  }
  .fraud-in-digital-crr > .crr-items {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px;
  }
  .fraud-in-digital-crr > .crr-items > .item {
    padding: 16px;
    min-height: 125px;
    gap: 4px;
  }
  .fraud-in-digital-crr > .crr-items > .item > img {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
  }
  .fraud-in-digital-crr > .crr-items > .item > p {
    font-size: 12px;
    line-height: 18px;
  }
  .fraud-in-digital-crr > .crr-items > .item > span {
    font-weight: 600;
    font-size: 10px;
    line-height: 15px;
  }
  .linear-bg {
    height: 40vh;
  }
  .levels-guide-page-panel .breadcrumbs,
  .terms-page-panel .breadcrumbs {
    margin-bottom: 40px;
  }
  .terms-main-part {
    margin-bottom: 40px;
    flex-direction: column-reverse;
    gap: 40px;
    align-items: flex-start;
  }
  .terms-main-part > img {
    max-width: 130px;
  }
  .terms-main-part > .content > p,
  .terms-main-part > .content > span {
    font-size: 24px;
    line-height: 40px;
  }
}

#audio-player {
  display: none !important;
}

/*# sourceMappingURL=main.css.map */
