.dark-body {
  background: var(--color-dark);
  color: var(--color-light);
  font-family: "Geologica";
  font-weight: 200;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .dark-body {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .dark-body .container {
    max-width: 1230px;
  }
}
.dark-body img {
  max-width: initial;
}
.dark-body a {
  color: inherit;
}
.dark-body a:hover {
  color: var(--color-primary);
}
.dark-body .title,
.dark-body h2 {
  font-weight: 400;
  font-family: "Geologica";
  line-height: 1.2;
  font-size: 32px;
}
@media (max-width: 767px) {
  .dark-body .title,
  .dark-body h2 {
    font-size: 24px;
  }
  .dark-body .title.big,
  .dark-body h2.big {
    font-size: 24px;
  }
}
.dark-body p {
  line-height: 1.5;
  font-size: inherit;
}
.dark-body .cl-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 5px 30px;
  min-height: 65px;
  column-gap: 15px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: var(--color-light);
  color: var(--color-dark);
  position: relative;
  z-index: 2;
}
.dark-body .cl-btn.arrow:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../../../uploads/2025/07/arrow.svg) no-repeat center / contain;
  flex-shrink: 0;
  line-height: 0;
}
.dark-body .cl-btn.bd-btn {
  background: none;
  border: 1px solid var(--color-light);
  color: var(--color-light);
}
.dark-body .cl-btn.bd-btn:hover {
  background: var(--color-light);
  color: var(--color-dark);
}
.dark-body .cl-btn:hover {
  background: #fff;
  color: var(--color-dark);
}
@media (min-width: 768px) {
  .dark-body .cl-btn.min {
    min-height: 50px;
    padding: 5px 25px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .dark-body .cl-btn {
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .dark-body .cl-btn {
    min-width: 240px;
    min-height: 56px;
    padding: 5px 15px;
  }
}
.header-new-dark {
  background-color: var(--color-dark);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  padding: 30px 0;
}
.header-new-dark .logo {
  --ratio: 6.25;
  width: 200px;
}
.header-new-dark .menu {
  justify-content: center;
  column-gap: 30px;
  color: var(--color-gray-2);
}
.header-new-dark .menu > .current-menu-item:before,
.header-new-dark .menu > .current_page_parent:before,
.header-new-dark .menu > .current-menu-parent:before,
.header-new-dark .menu > .current-category-ancestor:before,
.header-new-dark .menu > .current-menu-ancestor:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -8px;
  height: 5px;
  width: 100%;
  background-image: linear-gradient(to right,#22a02c,#4799cb,#092cfb);
}
.header-new-dark .menu > li > a {
  padding: 10px 0;
}
.header-new-dark .menu > li:hover > a {
  color: #fff !important;
}
.header-new-dark .menu .sub-menu {
  font-size: 14px;
}
.header-new-dark .menu li {
  position: relative;
}
.header-new-dark .menu li a {
  padding: 0;
  position: relative;
  text-decoration: none;
  display: block;
}
.header-new-dark .buttons {
  display: flex;
  align-items: center;
  column-gap: 24px;
  font-size: 14px;
}
.header-new-dark .buttons .link {
  font-weight: 500;
}
.header-new-dark .buttons .cl-btn {
  padding: 5px 24px;
}
.manage-new-dark {
  position: relative;
  margin: auto;
  width: 100%;
  background: var(--color-dark);
  height: 60px;
  padding: 0 20px;
  z-index: 10002;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
}
.manage-new-dark .logo {
  --ratio: 6.34375;
  width: 175px;
}
.manage-new-dark .humb {
  width: 24px;
  height: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.manage-new-dark .humb div {
  width: 100%;
  height: 2px;
  background: var(--color-light);
}
.manage-new-dark .humb div:first-of-type {
  width: 15px;
  margin-left: auto;
}
.left-menu-dark {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100%;
  width: 100%;
  color: var(--color-gray-2);
  background: var(--color-dark);
  z-index: 10003;
  overflow-y: scroll;
  transition: 0.3s;
  display: flex;
  flex-direction: column;
}
.left-menu-dark.active {
  transform: none;
}
.left-menu-dark .menu {
  display: block !important;
  font-size: 24px;
}
.left-menu-dark .menu > li:not(:last-of-type) {
  margin-bottom: 45px;
}
.left-menu-dark .menu > li.current-menu-item > a,
.left-menu-dark .menu > li.current_page_parent > a,
.left-menu-dark .menu > li.current-menu-parent > a,
.left-menu-dark .menu > li.current-menu-ancestor > a {
  color: var(--color-primary) !important;
}
.left-menu-dark .menu > li a {
  color: var(--color-gray-2);
}
.left-menu-dark .menu .sub-menu {
  font-size: 20px;
}
.left-menu-dark .for-menu {
  padding: 70px 24px 40px 24px;
  row-gap: 30px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.left-menu-dark .menu-top {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding: 10px 24px;
}
.left-menu-dark .menu-top .logo {
  --ratio: 1.7083333333333;
  width: 41px;
}
.left-menu-dark .menu-top .close-menu {
  font-size: 34px;
  color: #fff;
}
.left-menu-dark .menu-top .close-menu svg {
  width: 100%;
  height: 100%;
}
.left-menu-dark .menu-top .close-menu path {
  stroke: var(--color-light);
}
.left-menu-dark .menu-top .cl-btn {
  min-height: 34px;
  padding: 5px 24px;
  font-size: 12px;
  min-width: 0;
  margin-left: auto;
}
.left-menu-dark .menu-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  row-gap: 30px;
}
.left-menu-dark .dark-languages .wpml-ls-sub-menu {
  top: initial !important;
  bottom: 100% !important;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .left-menu-dark {
    max-width: 400px;
  }
}
.footer-new-dark .f-top {
  padding: 75px 0 40px 0;
}
.footer-new-dark .footer-links-menu .menu {
  display: block;
  font-size: 14px;
  column-count: 3;
  gap: 24px;
}
.footer-new-dark .footer-links-menu .menu .sub-menu {
  list-style-type: none;
  padding: 0;
}
.footer-new-dark .footer-links-menu .menu .menu-item-33154 > a {
  display: none !important;
}
.footer-new-dark .footer-links-menu .menu .double-columns-menu > a {
  display: none !important;
}
.footer-new-dark .footer-links-menu .menu .double-columns-menu > .sub-menu > li:not(:last-child) {
  margin-bottom: 35px;
}
.footer-new-dark .footer-links-menu .menu .menu-item-has-children {
  display: inline-block;
  width: 100%;
  border: 1px dashed #384148;
  padding: 22px 24px;
  border-radius: var(--brs);
  overflow: hidden;
  margin-bottom: 24px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
}
.footer-new-dark .footer-links-menu .menu .menu-item-has-children > a {
  font-weight: 400;
  color: #fff;
  margin: 0 0 12px 0;
  font-size: 18px;
  opacity: 1;
  display: inline-block;
  text-transform: lowercase;
}
.footer-new-dark .footer-links-menu .menu .menu-item-has-children .sub-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--color-gray-2);
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer-new-dark .footer-links-menu .menu {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .footer-new-dark .footer-links-menu .menu {
    column-count: 1;
    gap: 10px;
  }
  .footer-new-dark .footer-links-menu .menu .menu-item-has-children {
    margin-bottom: 10px;
  }
  .footer-new-dark .footer-links-menu .menu .menu-item-has-children > a {
    font-size: 16px;
  }
}
.footer-new-dark .f-bottom {
  border-top: 1px solid #384148;
  padding: 30px 0 24px 0;
}
.footer-new-dark .f-bottom .logo {
  --ratio: 6.2916666666667;
  width: 150px;
}
.footer-new-dark .f-bottom .rw-2 {
  font-size: 12px;
  margin-top: 33px;
}
@media (max-width: 767px) {
  .footer-new-dark .f-bottom .rw-1 .row {
    row-gap: 30px;
  }
  .footer-new-dark .f-bottom .rw-2 .row {
    row-gap: 24px;
  }
}
.footer-new-dark .dark-languages .wpml-ls-sub-menu {
  top: initial !important;
  bottom: 100% !important;
}
.header-new-dark .menu,
.left-menu-dark .menu {
  color: var(--color-gray-2);
}
.header-new-dark .menu a,
.left-menu-dark .menu a {
  text-decoration: none !important;
}
.header-new-dark .menu .menu-item-has-children.active > a,
.left-menu-dark .menu .menu-item-has-children.active > a {
  color: #fff;
}
.header-new-dark .menu .menu-item-has-children.active > a:before,
.left-menu-dark .menu .menu-item-has-children.active > a:before {
  transform: rotate(-225deg);
  top: 0.5em;
}
.header-new-dark .menu .menu-item-has-children > a,
.left-menu-dark .menu .menu-item-has-children > a {
  position: relative;
  padding-right: 16px;
  display: block;
}
.header-new-dark .menu .menu-item-has-children > a:before,
.left-menu-dark .menu .menu-item-has-children > a:before {
  position: absolute;
  content: "";
  right: 0;
  top: 0.35em;
  width: 0.35em;
  height: 0.35em;
  border-width: 1px;
  border-color: var(--color-gray-2);
  border-bottom-style: solid;
  border-left-style: solid;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu,
.left-menu-dark .menu .menu-item-has-children > .sub-menu {
  position: relative;
  list-style-type: none;
  display: none;
  padding: 25px 0 0 20px;
  z-index: 100;
  border-radius: var(--brs);
}
.header-new-dark .menu .menu-item-has-children > .sub-menu li,
.left-menu-dark .menu .menu-item-has-children > .sub-menu li {
  margin: 0;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu li:not(:last-of-type),
.left-menu-dark .menu .menu-item-has-children > .sub-menu li:not(:last-of-type) {
  margin-bottom: 15px;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu li.current-menu-item a,
.left-menu-dark .menu .menu-item-has-children > .sub-menu li.current-menu-item a {
  color: var(--color-primary) !important;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu li a,
.left-menu-dark .menu .menu-item-has-children > .sub-menu li a {
  line-height: 1;
  white-space: nowrap;
  padding: 0;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu li a:hover,
.left-menu-dark .menu .menu-item-has-children > .sub-menu li a:hover {
  color: #fff;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu > li.active > a:before,
.left-menu-dark .menu .menu-item-has-children > .sub-menu > li.active > a:before {
  top: 43%;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu > li > a,
.left-menu-dark .menu .menu-item-has-children > .sub-menu > li > a {
  padding-right: 20px;
  display: block;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu > li > a:before,
.left-menu-dark .menu .menu-item-has-children > .sub-menu > li > a:before {
  top: 13%;
}
@media (min-width: 1200px) {
  .header-new-dark .menu .menu-item-has-children > .sub-menu,
  .left-menu-dark .menu .menu-item-has-children > .sub-menu {
    position: absolute;
    transform: translateX(-50%);
    top: 100%;
    left: 50%;
    background: rgba(18,25,31,0.6);
    box-shadow: inset 0px 0px 12px #1a232b;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: var(--brs);
    padding: 15px;
  }
}
.header-new-dark .menu .menu-item-has-children > .sub-menu .sub-menu,
.left-menu-dark .menu .menu-item-has-children > .sub-menu .sub-menu {
  list-style-type: none;
  padding: 12px 0 0 10px;
  box-shadow: none;
  position: relative;
  left: initial;
  top: initial;
  transform: none;
  background: none;
  backdrop-filter: initial !important;
}
.header-new-dark .menu .menu-item-has-children > .sub-menu .sub-menu li a,
.left-menu-dark .menu .menu-item-has-children > .sub-menu .sub-menu li a {
  opacity: 0.8;
  padding: 0;
}
.dark-languages .languages-widget-header {
  font-size: 14px;
  font-weight: 200;
  text-transform: uppercase;
}
.dark-languages .languages-widget-header ul .wpml-ls-current-language:hover > a:after {
  top: 17px;
}
.dark-languages .languages-widget-header ul .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  transition: 0.3s ease-in-out !important;
  opacity: 1;
}
.dark-languages .languages-widget-header ul .wpml-ls-current-language > a {
  min-height: 40px;
  width: 75px;
  padding: 10px 16px 10px 16px;
  border-radius: 50px;
  border: 1px solid var(--color-gray-2);
  display: flex;
  align-items: center;
  color: var(--color-light);
  font-weight: initial;
  font-size: 14px;
}
.dark-languages .languages-widget-header ul .wpml-ls-current-language > a:after {
  right: 18px;
  top: 13px;
  border-color: var(--color-light);
  border-width: 1px;
}
.dark-languages .languages-widget-header ul .wpml-ls-item .wpml-ls-sub-menu {
  background: #010b13;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  border-radius: 16px;
  padding: 0;
  min-width: 0;
  width: 100%;
  border: none;
  right: initial;
  left: 0;
  color: var(--color-light);
  overflow: hidden;
  text-align: center;
  transition: initial;
  opacity: 0;
}
.dark-languages .languages-widget-header ul .wpml-ls-item .wpml-ls-sub-menu .wpml-ls-item:not(:last-of-type) {
  margin-bottom: 0;
}
.dark-languages .languages-widget-header ul .wpml-ls-item .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link {
  font-weight: initial;
  padding: 6px 15px;
  display: block;
  color: inherit;
}
.dark-languages .languages-widget-header ul .wpml-ls-item .wpml-ls-sub-menu .wpml-ls-item .wpml-ls-link:hover {
  background: var(--color-gray-2) !important;
  color: var(--color-dark) !important;
}
.social-links {
  --size: 25px;
  --gap: 25px;
  display: inline-flex;
  background: transparent;
  column-gap: var(--gap);
  font-size: 20px;
}
.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-decoration: none !important;
}
.social-links a:hover {
  transform: scale(1.1);
}
.social-links a img {
  max-width: 100%;
  max-height: 100%;
}
.dark-bd-block {
  background: rgba(18,25,31,0.6);
  box-shadow: inset 0px 0px 12px #1a232b;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: var(--brs);
}
.row {
  --offset: 12px;
  margin-left: calc(-1 * var(--offset)) !important;
  margin-right: calc(-1 * var(--offset)) !important;
}
.row > div {
  padding: 0 var(--offset);
}
.txt-gray {
  color: var(--color-gray-2);
}
.relative-block {
  position: relative;
  left: initial;
  top: initial;
  bottom: initial;
  right: initial;
  margin: 0;
}
.swiper-button-bd.relative {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.swiper-button-bd .swiper-button-prev,
.swiper-button-bd .swiper-button-next {
  --btn-color: var(--color-gray-2);
  font-size: 25px;
  transition: 0.3s;
  width: 85px;
  height: 50px;
  border: 1px solid var(--btn-color);
  border-radius: 50px;
  flex-shrink: 0;
}
.swiper-button-bd .swiper-button-prev:hover,
.swiper-button-bd .swiper-button-next:hover {
  --btn-color: var(--color-dark);
  background: var(--color-gray-2);
}
.swiper-button-bd .swiper-button-prev:after,
.swiper-button-bd .swiper-button-next:after {
  display: none;
}
.swiper-button-bd .swiper-button-prev:before,
.swiper-button-bd .swiper-button-next:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  background: var(--btn-color);
  mask: url('data:image/svg+xml;utf8,<svg width="20" height="8" viewBox="0 0 20 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.3536 4.35355C19.5488 4.15829 19.5488 3.84171 19.3536 3.64645L16.1716 0.464466C15.9763 0.269204 15.6597 0.269204 15.4645 0.464466C15.2692 0.659728 15.2692 0.976311 15.4645 1.17157L18.2929 4L15.4645 6.82843C15.2692 7.02369 15.2692 7.34027 15.4645 7.53553C15.6597 7.7308 15.9763 7.7308 16.1716 7.53553L19.3536 4.35355ZM0 4.5H19V3.5H0V4.5Z" fill="white"/></svg>') no-repeat center / contain;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="20" height="8" viewBox="0 0 20 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.3536 4.35355C19.5488 4.15829 19.5488 3.84171 19.3536 3.64645L16.1716 0.464466C15.9763 0.269204 15.6597 0.269204 15.4645 0.464466C15.2692 0.659728 15.2692 0.976311 15.4645 1.17157L18.2929 4L15.4645 6.82843C15.2692 7.02369 15.2692 7.34027 15.4645 7.53553C15.6597 7.7308 15.9763 7.7308 16.1716 7.53553L19.3536 4.35355ZM0 4.5H19V3.5H0V4.5Z" fill="white"/></svg>') no-repeat center / contain;
}
.swiper-button-bd .swiper-button-prev {
  left: 0px;
}
.swiper-button-bd .swiper-button-prev:before {
  transform: scale(-1,1);
}
.swiper-button-bd .swiper-button-next {
  right: 0px;
}
.swiper-button-bd .swiper-pagination {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  margin: 0;
  gap: 10px;
  top: 0;
}
.swiper-button-bd .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1a232b;
  opacity: 1;
}
.swiper-button-bd .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-light);
}
@media (max-width: 767px) {
  .swiper-button-bd .swiper-pagination {
    flex-wrap: wrap;
  }
}
.grad-link a {
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-weight: 400;
}
.grad-link a:hover {
  filter: brightness(1.2);
}
.backed-block-new-dark {
  padding: 115px 0 0 0;
}
.backed-block-new-dark .title span {
  color: var(--color-primary);
}
.backed-block-new-dark .row {
  --offset: 30px;
  row-gap: 24px;
}
.backed-block-new-dark .b-block {
  display: flex;
  align-items: center;
  height: 35px;
}
.backed-block-new-dark .b-block img {
  max-width: 100%;
  max-height: 100%;
  filter: brightness(0) invert(1);
}
@media (max-width: 767px) {
  .backed-block-new-dark {
    padding: 65px 0 0 0;
  }
  .backed-block-new-dark .title {
    margin: 0 0 20px 0;
  }
  .backed-block-new-dark .row {
    --offset: 25px;
  }
  .backed-block-new-dark .b-block {
    display: flex;
    align-items: center;
    height: 32px;
  }
}
.reviews-new-dark {
  padding: 140px 0 145px 0;
}
.reviews-new-dark .content-top {
  margin: 0 0 30px 0;
}
.reviews-new-dark .slider .swiper-container {
  overflow: hidden;
}
.reviews-new-dark .slider .swiper-button-bottom {
  margin-top: 40px;
}
.reviews-new-dark .slider .swiper-slide {
  height: auto;
}
.reviews-new-dark .review {
  border: 1px solid #384148;
  padding: 24px 32px;
  row-gap: 20px;
  border-radius: var(--brs);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.reviews-new-dark .review .stars {
  display: flex;
  column-gap: 8px;
  margin-bottom: 15px;
}
.reviews-new-dark .review .stars .star {
  width: 16px;
  flex-shrink: 0;
}
.reviews-new-dark .review .stars .star svg {
  width: 100%;
  height: 100%;
}
.reviews-new-dark .review .stars .star-fill path {
  fill: #01ef67;
}
.reviews-new-dark .review .stars .star-empty path {
  fill: #263238;
}
.reviews-new-dark .review .text {
  color: var(--color-gray-2);
}
.reviews-new-dark .review .name {
  font-weight: 700;
}
@media (max-width: 767px) {
  .reviews-new-dark {
    padding: 70px 0;
  }
  .reviews-new-dark .review {
    row-gap: 14px;
  }
  .reviews-new-dark .review .stars {
    margin-bottom: 15px;
  }
}
.get-app-new-dark {
  background: #1a232b;
}
.get-app-new-dark .for-title {
  max-width: 455px;
}
.get-app-new-dark .for-title .title span {
  color: var(--color-primary);
}
.get-app-new-dark .for-title .txt {
  margin-top: 20px;
}
.get-app-new-dark .for-btn {
  margin-top: 30px;
}
.get-app-new-dark .apps-blocks {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 300;
  column-gap: 20px;
  position: relative;
  z-index: 3;
}
.get-app-new-dark .pic {
  --ratio: 2.4324324324324;
  margin: 0 -180px 0 -120px;
}
@media (min-width: 992px) {
  .get-app-new-dark .for-btn {
    display: flex;
    align-items: center;
    column-gap: 24px;
  }
  .get-app-new-dark .apps-blocks a {
    display: flex;
    align-items: center;
    text-decoration: none;
    column-gap: 8px;
  }
  .get-app-new-dark .apps-blocks a .icon {
    width: 16px;
    flex-shrink: 0;
    line-height: 0;
    filter: brightness(0) invert(1);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .get-app-new-dark .for-btn {
    column-gap: 10px;
  }
  .get-app-new-dark .pic {
    display: flex;
    justify-content: center;
  }
  .get-app-new-dark .apps-blocks {
    column-gap: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .get-app-new-dark {
    padding-top: 20px;
  }
  .get-app-new-dark .apps-blocks {
    padding-bottom: 30px;
  }
  .get-app-new-dark .apps-blocks .name {
    display: none;
  }
}
@media (max-width: 767px) {
  .get-app-new-dark {
    padding: 30px 0 0 0;
  }
  .get-app-new-dark .for-btn .cl-btn {
    display: none;
  }
  .get-app-new-dark .apps-blocks {
    column-gap: 10px;
    position: relative;
    z-index: 3;
  }
  .get-app-new-dark .apps-blocks .icon {
    height: 50px;
    aspect-ratio: initial;
  }
  .get-app-new-dark .apps-blocks .icon img {
    height: 100%;
    max-width: 100%;
    object-fit: initial;
  }
  .get-app-new-dark .apps-blocks .name {
    display: none;
  }
  .get-app-new-dark .pic {
    margin: 25px -30px 0 -30px;
    display: flex;
    justify-content: center;
  }
}
.nav-tabs.dark-tabs {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 5px;
  border: none;
  padding: 0;
  text-align: center;
  background: var(--color-dark);
  padding: 12px;
  border-radius: 12px;
  color: #959ca3;
}
.nav-tabs.dark-tabs .nav-item {
  border: none;
}
.nav-tabs.dark-tabs .nav-item .nav-link {
  border-radius: 8px;
  padding: 5px 20px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  font-weight: inherit;
  background: none;
  border: none;
  box-shadow: none;
  outline: none;
}
.nav-tabs.dark-tabs .nav-item .nav-link:hover {
  color: var(--color-primary);
}
.nav-tabs.dark-tabs .nav-item .nav-link.active {
  color: var(--color-primary);
  background: rgba(18,25,31,0.6);
  box-shadow: inset 0px 0px 12px #1a232b;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
@media (max-width: 767px) {
  .nav-tabs.dark-tabs .nav-item {
    border: none;
  }
  .nav-tabs.dark-tabs .nav-item .nav-link {
    padding: 5px 15px;
    min-height: 37px;
  }
}
.text-block {
  --mb: 12px;
}
.text-block p {
  margin-bottom: var(--mb);
}
.text-block ul {
  --bg: var(--color-primary);
  --width: 0.5em;
  --height: 0.5em;
  --offset: 0.8em;
  --mb: 0.7em;
  --top: 0.52em;
  list-style-type: none;
  padding: 0;
}
@media (max-width: 767px) {
  .text-block ul {
    --mb: 0.5em;
  }
}
.text-block ul li {
  padding: 0 0 0 calc(var(--offset) + var(--width));
  position: relative;
}
.text-block ul li:not(:last-of-type) {
  margin-bottom: var(--mb);
}
.text-block ul li:before {
  position: absolute;
  content: "";
  top: var(--top);
  left: 0;
  width: var(--width);
  height: var(--height);
  background: var(--bg);
  border-radius: 50%;
}
.accordion-dark .accordion-item {
  border: 1px solid #384148;
  border-radius: 16px;
  padding: 24px;
  margin: 0;
  display: block;
  background: none;
}
.accordion-dark .accordion-item:not(:last-of-type) {
  margin-bottom: 22px;
}
.accordion-dark .accordion-item .accordion-button {
  padding: 0;
  font-size: 24px;
  text-align: left;
  box-shadow: none;
  color: var(--color-primary);
  outline: none;
  display: block;
  background: none;
  width: 100%;
  position: relative;
  border: none;
}
.accordion-dark .accordion-item .accordion-button:before {
  position: absolute;
  content: "";
  right: 5px;
  top: 15px;
  width: 8px;
  height: 8px;
  border-width: 1px;
  border-color: #fff;
  border-left-style: solid;
  border-bottom-style: solid;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.accordion-dark .accordion-item .accordion-button:not(.collapsed):before {
  transform: rotate(-225deg);
  top: 20px;
}
@media (max-width: 767px) {
  .accordion-dark .accordion-item .accordion-button {
    font-size: 18px;
  }
  .accordion-dark .accordion-item .accordion-button:before {
    top: 2px;
  }
  .accordion-dark .accordion-item .accordion-button:not(.collapsed):before {
    top: 7px;
  }
}
.accordion-dark .accordion-item .accordion-body {
  padding: 22px 0 0 0;
  color: var(--color-gray-2);
}
