.about-first-section {
  padding: 100px 0 0;
}
.about-first-section {
  min-height: 640px;
  position: relative;
  z-index: 2;
}
.log-tit-switch{
  width: 68px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;

  background-image: url("../images/switch.png");
}

html[data-theme="dark"] .user-usersDark{
  background-image: url("../images/usersDark2.webp");
}
.user-usersDark{
  background-image: url("../images/users2.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 76px;
  height: 36px;
}
.log-switch-three{
  background-image: url("../images/switch3.webp");
  background-repeat: no-repeat;
  background-size: contain;

  width: 68px;
  height: 40px;
}
.about-titles img {
  margin-top: 2px;
}
.about-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.about-descr-columns {
  margin-top: 80px;
  gap: 120px;
}
.about-descr-column {
  gap: 10px;
}
.about-descr-img {
  max-width: 575px;
  width: 100%;
  height: 476px;
  overflow: hidden;
  position: relative;
}
.about-descr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.about-descr-texts {
  padding: 64px 32px;
  max-width: 575px;
  width: 100%;
  position: relative;
  min-height: 476px;
}
.about-descr-texts .section-title {
  margin-top: 12px;
  text-align: start;
}
.about-descr-sub-titles {
  gap: 16px;
  margin-top: 28px;
}
.about-descr-sub-titles p {
  text-align: start;
}

.about-descr-tag-one {
  position: absolute;
  padding: 4px;
  font-weight: 700;
  font-family: "Times New Roman";
  font-size: 24px;
  line-height: 24px;
  text-align: start;
  color: var(--text-color);
  top: 142px;
  left: 96px;
  border: 1px solid var(--border2);
  max-width: 188px;
  width: 100%;
}
.about-descr-tag-one::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  background: #ffffff;
  width: 6px;
  height: 6px;
  border: 1px solid var(--border2);
}

.about-descr-tag-one::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  background: #ffffff;
  width: 6px;
  height: 6px;
  border: 1px solid var(--border2);
}

.about-descr-point--one {
  width: 7px;
  height: 7px;
  border: 1px solid var(--border2);
  background: #ffffff;
  bottom: -4px;
  right: -4px;
  position: absolute;
}
.about-descr-point--two {
  width: 7px;
  height: 7px;
  background: #ffffff;
  bottom: -4px;
  left: -4px;
  position: absolute;
  border: 1px solid var(--border2);
}

.about-descr-tag-two {
  position: absolute;
  padding: 4px;
  font-weight: 400;
  font-family: "Times New Roman";
  font-size: 18px;
  line-height: 18px;
  text-align: start;
  color: var(--text-color);
  bottom: 42px;
  right: 28px;
  border: 1px solid var(--border2);
  max-width: 164px;
  width: 100%;
}
.about-descr-tag-two::after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  background: #ffffff;
  width: 6px;
  height: 6px;
  border: 1px solid var(--border2);
}

.about-descr-tag-two::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -4px;
  background: #ffffff;
  width: 6px;
  height: 6px;
  border: 1px solid var(--border2);
}

.about-descr-point--tree {
  width: 7px;
  height: 7px;
  border: 1px solid var(--border2);
  background: #ffffff;
  bottom: -4px;
  right: -4px;
  position: absolute;
}
.about-descr-point--for {
  width: 7px;
  height: 7px;
  background: #ffffff;
  bottom: -4px;
  left: -4px;
  position: absolute;
  border: 1px solid var(--border2);
}

.about-sub-carts {
  position: absolute;
  top: 28px;
  left: 28px;
  display: flex;
  gap: 8px;
  padding: 0 10px 0 0;
}

.about-sub-cart {
  max-width: 167px;
  width: 100%;
  position: relative;
}

.about-sub-cart img {
  width: 100%;
  height: 100%;
}
.about-sub-cart-hint {
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 3px 6px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 7.86px;
  line-height: 9.17px;
  text-align: center;
  color: #ffffff;
}
.about-sub-cart-hint.new {
  background: #ff47c0;
}
.about-sub-cart-hint.hit {
  background: #9747ff;
}

.about-sub-cart-text {
  padding: 11px;
  background: var(--bg-color);
  border-radius: 5px;
  color: var(--text-color6);
  font-weight: 500;
  font-size: 10.48px;
  line-height: 14.41px;
  border: 1px solid var(--border);
  margin-top: -15px;
  position: relative;
}

.about-sub-cart.active {
  border: 1px solid var(--accent-color);
  border-radius: 5px;
}
.about-sub-cart-img img {
  border-radius: 5px !important;
  display: flex;
  border: unset;
}
.about-sub-cart.active .about-sub-cart-text {
  color: var(--accent-color);
  background: var(--main-container7);
}

.about-sub-texts-list {
  gap: 6px;
  position: absolute;
  bottom: -8px;
  max-width: 440px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.a-sub-text-item {
  border-radius: 4px;
  border: 1px solid var(--border);
  overflow: hidden;
}
.a-sub-text-number {
  gap: 2px;
  background: var(--main-container7);
  height: stretch;
  padding: 8px 8px 8px 2px;
  align-items: flex-start;
  flex: 0 0 31px;
}
.a-sub-text-number i {
  font-size: 10px;
  background: var(--border2);
}
.a-sub-text-number p {
  font-weight: 600;
  font-size: 9.97px;
  line-height: 13.3px;
  text-align: center;
  color: var(--accent-color);
}
.a-sub-item-main {
  background: var(--bg-color);
  width: 100%;
  padding: 8px 8px 8px 11px;
  border-left: 1px solid var(--border);
}

.a-sub-item-header {
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}
.a-sub-item-header p {
  font-weight: 600;
  font-size: 9.97px;
  line-height: 13.3px;
  color: var(--text-color);
}
.a-sub-item-header i {
  font-size: 10px;
  background: var(--text-color);
}

.a-sub-item-main ul {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
}
.a-sub-item-main ul li {
  font-weight: 400;
  font-size: 8.87px;
  line-height: 15px;
  color: var(--text-color8);
  margin-left: 10px;
  position: relative;
}
.a-sub-item-main ul li::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 5px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: var(--text-color8);
}

.selecting-font {
  padding: 8px;
  background: var(--bg-color);
  border: 1px solid var(--border);
  position: absolute;
  top: 213px;
  left: 40px;
  max-width: 160px;
  width: 100%;
  border-radius: 5px;
}

.selecting-font ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 8px;
}
.selecting-font ul li {
  font-weight: 500;
  font-size: 10.67px;
  line-height: 14.67px;
  color: var(--text-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 5px 5px 8px;
  color: var(--text-color);
  border: 1px solid transparent;
  border-radius: 3px;
}
.selecting-font ul li i {
  font-size: 13px;
  background: var(--accent-color);
}
.selecting-font ul li.active {
  border: 1px solid var(--accent-color);
  color: var(--accent-color);
}
.selecting-font-title {
  font-weight: 400;
  font-size: 10.67px;
  line-height: 14.67px;
  color: var(--text-color5);
}

.about-point {
  position: absolute;
}
.about-point--one {
  right: 0;
  top: 0;
}
.about-point--two {
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
}
.about-point--tree {
  left: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.about-point--for {
  left: 0;
  top: 0;
  transform: rotate(270deg);
}
.our-history-section {
  margin-top: 160px;
}
.our-history-data {
  display: flex;
  width: 100%;
}
.our-history-data img {
  width: 100%;
  height: 100%;
}
.our-history-column {
  gap: 10px;
  margin-top: 60px;
}
.history-mobile-slider {
  display: none;
}
.history-item-data {
  flex: 1 1 48%;
}
.history-item-action {
  flex: 1 1 48%;
}
.history-item-year {
  display: flex;
  align-items: start;
  gap: 4px;
}
.history-item-year h2 {
  font-weight: 500;
  font-size: 80px;
  line-height: 80px;
  color: var(--text-color);
}
.history-item-year p {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: var(--text-color6);
}
.history-data-texts {
  margin-top: 32px;
}
.history-data-texts p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: var(--text-color);
}
.history-data-texts span {
  margin-top: 8px;
  display: block;
  color: var(--text-color6);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  max-width: 360px;
}
.history-action-header {
  justify-content: space-between;
  gap: 10px;
}
.history-action-header .icon-wheel{
  width: 24px;
  height: 24px;
}
.history-action-header p {
  color: var(--text-color5);
}

.history-item-action ul {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.history-item-action ul li {
  margin-left: 20px;
  font-size: 18px;
  line-height: 24px;
  color: var(--text-color6);
  position: relative;
}
.history-item-action ul li::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--accent-color);
  left: -25px;
  top: 7px;
}
.our-history-line {
  margin: 60px 0;
  height: 1px;
  background: var(--border);
}
.next-steps-section {
  position: relative;
  z-index: 3;
  margin-top: 160px;
}
.next-steps-body {
  position: relative;
}
.next-steps-decor {
  position: absolute;
}
.next-steps-decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.next-steps-decor--one {
  max-width: 440px;
  width: 100%;
  position: absolute;
  left: -100px;
  top: 142px;
}
.next-steps-decor--two {
  max-width: 440px;
  width: 100%;
  position: absolute;
  right: -60px;
  top: -80px;
}
.next-steps-decor--tree {
  max-width: 300px;
  width: 100%;
  position: absolute;
  right: -120px;
  top: 192px;
}

.next-steps-columns {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}
.next-steps-column {
  max-width: 575px;
  width: 100%;
  gap: 10px;
}
.next-steps-big-item {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 280px;
  overflow: hidden;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.next-steps-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.n-step-user--one {
  position: absolute;
  top: 107px;
  left: 38px;
  padding: 4px;
  background: #f1117e;
  border-radius: 200px;
  gap: 8px;
  max-width: 159px;
  width: 100%;
}

.n-step-user-img {
  max-width: 36px;
  width: 100%;
}
.n-step-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.n-step-user-texts p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.n-step-user-texts span {
  margin-top: 2px;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;

  display: block;
}

.n-step-user--one .n-step-user-texts p {
  color: #ffffff;
}

.n-step-user--one .n-step-user-texts span {
  color: #ffffff;
  opacity: 0.8;
}






.n-step-user--two {
  position: absolute;
  top: 137px;
  right: 17px;
  padding: 4px;
  background: var(--text-color);
  border-radius: 200px;
  gap: 8px;
  max-width: 159px;
  width: 100%;
}

.n-step-user-img {
  max-width: 36px;
  width: 100%;
}
.n-step-user-img img {
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
.n-step-user-texts p {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}
.n-step-user-texts span {
  margin-top: 2px;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;

  display: block;
}

.n-step-user--two .n-step-user-texts p {
   color: var(--main-container5);
}

.n-step-user--two .n-step-user-texts span {
  color: var(--main-container5);
  opacity: 0.6;
}






.next-steps-item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.next-steps-item-titles {
  margin-top: auto;
}
.next-steps-item-titles p {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: var(--text-color);
}
.next-steps-item-titles span {
  color: var(--text-color3);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  margin-top: 8px;
  display: block;
}
.next-steps-small-item {
  width: 100%;
  position: relative;
  z-index: 2;
  min-height: 380px;
  overflow: hidden;
  padding: 24px;
  max-width: 380px;
  border-radius: 12px;
  border: 1px solid var(--border);
}
.next-steps-left-item {
  margin-left: auto;
}
.next-steps-right-item {
  margin-right: auto;
}
.next-steps-right-item .next-steps-item-titles p {
  color: var(--main-container3);
}
.next-steps-right-item .next-steps-item-titles span {
  color: var(--main-container3);
}
.next-steps-left-item.next-steps-item-titles p {
  color: white;
}
.next-steps-left-item.next-steps-item-titles span {
  color: white;
  opacity: 0.6;
}
.next-steps-body .section-sub-title {
  max-width: 532px;
}


.about-trust-section {
  position: relative;
  margin-top: 80px;
  min-height: 800px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-trust-bg {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.about-trust-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: bottom;
}
.about-trust-btn {
  margin: 28px auto 0;
}
@media (max-width: 1800px) {
  .about-trust-section {
    min-height: 700px;
  }
}

@media (max-width: 1600px) {
  .about-first-section {
    min-height: 480px;
    position: relative;
    z-index: 2;
  }
  .about-trust-section {
    min-height: 600px;
  }
}
@media (max-width: 1500px) {
  .about-first-section {
    min-height: 440px;
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 1200px) {
}
@media (max-width: 1132px) {
}

@media (max-width: 992px) {
  .about-point {
    display: none;
  }
  .about-descr-texts {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .next-steps-decor {
    display: none;
  }
  .next-steps-columns {
    flex-direction: column;
  }
  .next-steps-column {
    max-width: 100%;
  }
  .our-history-column {
    flex-direction: column;
    gap: 64px;
  }
  .history-item-action ul {
    margin-top: 20px;
  }
  .about-descr-column {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .about-descr-texts {
    max-width: 100%;
    min-height: unset;
  }
  .about-descr-img {
    max-width: 100%;
  }
  .about-descr-column:nth-child(1) {
    flex-direction: column-reverse;
  }
}

@media (max-width: 576px) {

  .n-step-user-img {
    max-width: 25px;
}
.n-step-user--one{
  gap: 5px;
}

.n-step-user--one {
    top: 110px;
    left: 20px;
    padding: 2px;
    border-radius: 142px;
    gap: 6px;
    max-width: 114px;
}
.n-step-user-texts p {
    font-size: 8px;
    line-height: 11px;
}

  .log-switch-three {
    width: 53px;
    height: 32px;
    margin-bottom: -2px;
  }
.n-step-user-texts span {
    margin-top: 1px;
    font-size: 6px;
    line-height: 8px;
}
.whid-mob-all{
  width: 100%;
}
.n-step-user--two {
           top: 205px;
    right: 135px;
    padding: 2px;
    border-radius: 140px;
    gap: 6px;
    max-width: 116px;
}

  .about-bg img {
    object-position: bottom;
  }
  .next-steps-small-item {
    min-height: 405px;
    padding: 20px;
    max-width: 100%;
    border-radius: 10px;
  }
  .next-steps-big-item {
    min-height: 405px;
    padding: 20px;
    border-radius: 10px;
  }
  .next-steps-item-titles p {
    font-size: 20px;
    line-height: 24px;
  }
  .next-steps-item-titles span {
    font-size: 16px;
    line-height: 20px;
  }
  .next-steps-item-bg img {
    object-position: top;
  }
  .next-steps-section {
    margin-top: 100px;
  }
  .about-trust-section {
    min-height: 700px;
  }

  .about-titles img {
    width: 53px;
    height: 32px;
  }
  .about-first-section {
    padding: 80px 0 0;
    min-height: 540px;
  }

  .about-descr-texts {
    padding: 0;
  }
  .about-descr-texts .section-title {
    text-align: center;
    margin-top: 8px;
  }
  .about-descr-texts .section-tag {
    justify-content: center;
  }
  .about-descr-columns {
    margin-top: 60px;
  }
  .about-descr-sub-titles {
    gap: 12px;
    margin-top: 20px;
  }
  .about-descr-column {
    gap: 20px;
  }

  .about-trust-body .section-titles {
    max-width: 330px;
    margin: 0 auto;
  }
  .about-trust-body .advanced-title-img img {
    width: 53px;
    height: 32px;
    margin-left: 5px;
  }
  .about-trust-body .advanced-title-img {
    flex-wrap: wrap;
    gap: 6px;
  }
  .about-trust-btn {
    margin: 24px auto 0;
  }
  .our-history-body .advanced-title-img {
    flex-wrap: wrap;
    gap: 6px;
  }
  .our-history-section {
    margin-top: 100px;
  }
  .our-history-column {
    align-items: start;
  }

  .our-history-columns {
    display: none;
  }
  .our-history-column {
    margin-top: 0;
  }
  .history-mobile-slider {
    display: block;
    margin-top: 28px;
  }
  .history-swiper-pagination .swiper-pagination-bullet {
    background: #46455114;
  }
  .history-swiper-pagination .swiper-pagination-bullet-active {
    background: #1252d3;
  }
  .history-swiper-pagination.swiper-pagination {
    margin-top: 28px !important;
  }
  .history-item-action {
    width: 100%;
    flex: 1 1 100%;
  }
  .history-item-year h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .history-data-texts {
    margin-top: 24px;
  }
  .history-data-texts p {
    font-size: 20px;
    line-height: 24px;
  }
  .history-data-texts span {
    font-size: 16px;
    line-height: 20px;
  }
  .history-action-header p {
    font-size: 14px;
    line-height: 18px;
  }
  .history-item-action ul li {
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .history-item-action ul li::after {
    left: -20px;
    top: 4px;
    width: 8px;
    height: 8px;
  }
  .history-slide-icon {
    width: 18px;
    height: 18px;
  }
  .last-history-img {
    width: 78px;
    height: 30px;
  }

  .about-sub-cart-hint {
    top: 3px;
    right: 3px;
    padding: 4px;
    font-size: 5px;
    line-height: 6px;
  }
  .about-sub-cart-text {
    padding: 6px;
    border-radius: 3px;
    font-size: 6px;
    line-height: 8px;
    margin-top: -10px;
  }
  .a-sub-text-number i {
    font-size: 8px;
  }
  .a-sub-text-number p {
    font-size: 5px;
    line-height: 7px;
  }
  .a-sub-text-number {
    gap: 2px;
    padding: 5px 5px 5px 1px;
    flex: 0 0 18px;
  }
  .a-sub-item-main {
    padding: 5px 5px 5px 6px;
  }
  .a-sub-item-header p {
    font-size: 5px;
    line-height: 7px;
  }
  .a-sub-item-main ul li {
    font-size: 5px;
    line-height: 7px;
    margin-left: 5px;
  }
  .a-sub-item-main ul li::after {
    left: -5px;
    top: 2px;
    width: 1px;
    height: 1px;
  }
  .about-sub-texts-list {
    gap: 3px;
    max-width: 254px;
  }
  .about-descr-img {
    height: 375px;
  }
  .about-sub-cart-img img {
    height: 54px;
    object-fit: cover;
  }
  .about-sub-carts {
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
  }
  .about-sub-cart {
    max-width: 96px;
    min-width: 96px;
  }

  .about-descr-tag-one {
    padding: 2px;
    font-size: 13px;
    line-height: 13px;
    top: 81px;
    left: 55px;
    max-width: 108px;
  }
  .about-descr-tag-one::before {
    right: -3px;
    top: -3px;
    width: 4px;
    height: 4px;
  }

  .about-descr-tag-one::after {
    left: -3px;
    top: -3px;
    width: 4px;
    height: 4px;
  }

  .about-descr-point--one {
    width: 5px;
    height: 5px;
    bottom: -3px;
    right: -3px;
  }

  .about-descr-point--two {
    width: 5px;
    height: 5px;
    bottom: -3px;
    left: -3px;
  }
  .selecting-font {
    padding: 4px;
    top: 122px;
    left: 23px;
    max-width: 92px;
    border-radius: 3px;
  }

  .selecting-font-title {
    font-size: 6px;
    line-height: 8px;
  }
  .selecting-font ul li {
    padding: 3px 3px 3px 4px;
    font-size: 6px;
    line-height: 8px;
    border-radius: 2px;
  }
  .selecting-font ul li i {
    font-size: 6px;
  }

  .about-descr-tag-two {
    padding: 3px;
    font-size: 10px;
    line-height: 10px;
    bottom: 26px;
    right: 16px;
    max-width: 94px;
  }
  .about-descr-tag-two::before {
    right: -3px;
    top: -3px;
    width: 4px;
    height: 4px;
  }

  .about-descr-tag-two::after {
    left: -3px;
    top: -3px;
    width: 4px;
    height: 4px;
  }

  .about-descr-point--tree {
    width: 5px;
    height: 5px;
    bottom: -3px;
    right: -3px;
  }

  .about-descr-point--for {
    width: 5px;
    height: 5px;
    bottom: -3px;
    left: -3px;
  }
  .about-descr-column:nth-child(2) .about-descr-img {
    height: 275px;
  }
  .user-usersDark{
    height: 30px;
    width: 66px;
  }
}

@media (max-width: 460px) {
  .about-descr-img {
    height: 300px;
  }
  .about-descr-column:nth-child(2) .about-descr-img {
    height: 275px;
  }

  .next-steps-small-item {
    min-height: 380px;
  }
  .next-steps-big-item {
    min-height: 380px;
  }
  .about-trust-section {
    min-height: 600px;
  }
  .about-first-section {
    min-height: 480px;
  }
  .log-tit-switch {
    width: 53px;
    height: 32px;
  }
}

@media (max-width: 410px) {
    .n-step-user--two {
           top: 165px;
}
  .about-descr-img {
    height: 275px;
  }
  .next-steps-small-item {
    min-height: 350px;
  }
  .next-steps-big-item {
    min-height: 350px;
  }
  .about-first-section {
    min-height: 440px;
  }
  .about-trust-section {
    min-height: 550px;
  }

}

@media (max-width: 370px) {
  .next-steps-small-item {
    min-height: 332px;
  }
  .next-steps-big-item {
    min-height: 332px;
  }
  .about-trust-section {
    min-height: 480px;
  }
}
