@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap");
html {
  font-size: 16px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: #ffffff;
  background-color: #121213;
}
body.noscroll {
  display: block;
  overflow-y: hidden;
}

a,
button,
input,
textarea {
  font-family: "IBM Plex Sans", sans-serif;
  text-decoration: none;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.hidden {
  display: none !important;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}

.container {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slide-to-unlock {
  position: relative;
  display: block;
  max-width: 100%;
  width: 300px;
  height: 60px;
  overflow: hidden;
  border-radius: 60px;
  background-color: #181818;
}
.slide-to-unlock__track {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(315deg, #a252ff 0%, #4685ff 100%);
}
.slide-to-unlock__draggable {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
}
.slide-to-unlock__draggable:before {
  content: "";
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border-radius: inherit;
  background: url(../assets/chevron_right.svg) center/24px no-repeat;
  background-color: #ffffff;
}
.slide-to-unlock__draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.slide-to-unlock__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  background: linear-gradient(333deg, #d796ff 0%, #649dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(18, 18, 19, 0.5);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.header__logo-link-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: block;
  max-width: 100%;
  width: 24px;
}
.header__logo-link-text {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 250%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}
.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 10px;
}
.header__social-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.header__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 6px;
}
.header__social-link_x {
  background-color: #282828;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.header__social-link_tg {
  background-image: linear-gradient(135deg, #0b00e2 0%, #3184ff 100%);
}
.header__social-link-image {
  display: block;
  max-width: 100%;
  width: 12px;
  height: auto;
}

.preloader {
  max-height: 100dvh;
  max-width: 100dvw;
  overflow: hidden;
}
.preloader__wrapper {
  max-height: 100dvh;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.preloader__content {
  position: relative;
  min-height: 500dvh;
  max-width: 100%;
}
.preloader__video {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  height: 100dvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #222222;
  -webkit-transform: scale(0) translate3d(100%, 100%, 0);
          transform: scale(0) translate3d(100%, 100%, 0);
  pointer-events: none;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  will-change: opacity, transform;
  overflow: hidden;
}
.screen.active {
  -webkit-transform: scale(1) translate3d(0, 0, 0);
          transform: scale(1) translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
.screen > iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
}

.os {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background: url(../assets/bg.jpg) center/cover no-repeat;
}
.os__container {
  display: block;
  max-width: 1620px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 576px) {
  .os__container {
    padding: 0 20px;
  }
}
.os__main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100dvh - 80px);
  padding-bottom: calc((100dvh - 80px) * 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .os__main-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100dvh;
    padding: 0;
  }
}
.os__main-apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 5px;
  max-width: 325px;
  width: 100%;
}
@media (max-width: 576px) {
  .os__main-apps {
    gap: 20px 0px;
    max-width: 320px;
    padding: 100px 0;
  }
}
.os__main-app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  gap: 10px;
  -webkit-transition: -webkit-transform ease-in-out 0.1s;
  transition: -webkit-transform ease-in-out 0.1s;
  transition: transform ease-in-out 0.1s;
  transition: transform ease-in-out 0.1s, -webkit-transform ease-in-out 0.1s;
  cursor: pointer;
}
.os__main-app.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: auto;
}
.os__main-app:hover:not(.disabled) {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.os__main-app-icon {
  display: block;
  width: 75px;
  height: 75px;
  border-radius: 18px;
  overflow: hidden;
  background-color: #ffffff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.os__main-app-icon:has(.os__main-app-icon-image) {
  background-color: rgba(255, 255, 255, 0);
}
.os__main-app-icon-image {
  display: block;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-user-select: inherit;
     -moz-user-select: inherit;
      -ms-user-select: inherit;
          user-select: inherit;
  pointer-events: inherit;
}
.os__main-app-text {
  display: block;
  max-width: 160px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.os__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px 0;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  background: rgba(70, 70, 70, 0.6);
}
@media (max-width: 576px) {
  .os__footer {
    display: none;
  }
}
.os__footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.os__footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.os__footer-info-os {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.os__footer-info-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 6px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}
.os__footer-info-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  border-radius: 6px;
}
.os__footer-info-social-link_x {
  background-color: #282828;
}
.os__footer-info-social-link_tg {
  background-image: linear-gradient(135deg, #0b00e2 0%, #3184ff 100%);
}
.os__footer-info-social-link-image {
  display: block;
  max-width: 100%;
  width: 12px;
  height: auto;
}
.os__footer-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
.os__footer-controls-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os__footer-controls-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.os__footer-controls-button-image {
  display: block;
  max-width: 100%;
  width: 16px;
  height: auto;
}
.os__footer-controls-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #fff;
}

.os-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.os-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: calc(100dvw - 40px);
  max-height: 90dvh;
  width: 986px;
  height: 508px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #101010;
  border-radius: 6px;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
  -webkit-box-shadow: 2px 2px 0 0 #101010;
          box-shadow: 2px 2px 0 0 #101010;
  background-color: #1a1a1c;
}
@media (max-width: 576px) {
  .os-modal__body {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    border-radius: 0;
  }
}
.os-modal__header {
  position: relative;
  padding: 13px 40px;
  border-bottom: 1px solid #414142;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: -webkit-grab;
  cursor: grab;
}
.os-modal__header-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
.os-modal__header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: url(../assets/os/close.svg) center/cover no-repeat;
  background-color: #414142;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.os-modal__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 20px 0;
  padding: 0 20px;
  height: 100%;
  overflow: auto;
  scrollbar-color: #414142 rgba(65, 65, 66, 0);
  scrollbar-width: thin;
}
.os-modal__content {
  display: block;
  min-height: 100%;
}

.os-modal-profile .os-modal__body {
  position: relative;
  width: 390px;
  height: 726px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .os-modal-profile .os-modal__body {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    border-radius: 0;
  }
}
.os-modal-profile .os-modal__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.os-modal-profile .os-modal__header-title::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #6cf100;
}
.os-modal-profile .os-modal__content {
  height: 100%;
}
.os-modal-profile__main-banner {
  position: relative;
  display: block;
  width: 100%;
  height: 160px;
  margin: 0 0 16px;
  border-radius: 12px;
  overflow: hidden;
}
.os-modal-profile__main-banner-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.os-modal-profile__main-banner-id {
  position: absolute;
  top: 50%;
  right: 20px;
  font-weight: 700;
  font-size: 32px;
  line-height: 98%;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.os-modal-profile__main-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-profile__main-description {
  margin: 0 0 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.os-modal-profile__main-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 16px;
}
.os-modal-profile__main-social-button {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 5px);
          flex: 0 0 calc(50% - 5px);
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}
.os-modal-profile__main-social-button-name {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  max-width: calc(100% - 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(31, 31, 31, 0.76);
  pointer-events: none;
}
.os-modal-profile__main-social-button-name::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 20px;
}
.os-modal-profile__main-social-button.active .os-modal-profile__main-social-button-name::after {
  background: url(../assets/os/check.svg) center/10px no-repeat;
  background-color: #029102;
}
.os-modal-profile__main-social-button-figure {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%) brightness(50%);
          filter: grayscale(100%) brightness(50%);
  pointer-events: none;
}
.os-modal-profile__main-social-button-figure-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.os-modal-profile__main-social-button.active .os-modal-profile__main-social-button-figure {
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
}
.os-modal-profile__main-social-email {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  background: rgba(21, 21, 21, 0.5);
}
.os-modal-profile__main-social-email-modal {
  display: block;
  max-width: calc(100% - 40px);
  width: 100%;
  padding: 32px 16px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 24px;
  background-color: #181818;
}
.os-modal-profile__main-social-email-modal-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 0 0 14px;
}
.os-modal-profile__main-social-email-modal-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 6px;
  background-color: #29292b;
  cursor: pointer;
}
.os-modal-profile__main-social-email-modal-back::before {
  content: "";
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../assets/os/back.svg) center/cover no-repeat;
}
.os-modal-profile__main-social-email-modal-title {
  margin: 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  color: #fff;
}
.os-modal-profile__main-social-email-modal-description {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-profile__main-social-email-modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.os-modal-profile__main-social-email-modal-form-input {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 60px;
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 14px;
  background-color: #222222;
}
.os-modal-profile__main-social-email-modal-form-input::-webkit-input-placeholder {
  color: #ffffff;
}
.os-modal-profile__main-social-email-modal-form-input::-moz-placeholder {
  color: #ffffff;
}
.os-modal-profile__main-social-email-modal-form-input:-ms-input-placeholder {
  color: #ffffff;
}
.os-modal-profile__main-social-email-modal-form-input::-ms-input-placeholder {
  color: #ffffff;
}
.os-modal-profile__main-social-email-modal-form-input::placeholder {
  color: #ffffff;
}
.os-modal-profile__main-social-email-modal-form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 14px;
  background-color: #1363dc;
  cursor: pointer;
}
.os-modal-profile__main-social-email-modal-form-submit::before {
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  background: url(../assets/os/back.svg) center/cover no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.os-modal-profile__main-referral-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 124px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border: none;
  border-radius: 12px;
  background: url(../assets/os/profile-main-referral.jpg) center/cover no-repeat;
  cursor: pointer;
}
@media (max-width: 576px) {
  .os-modal-profile__main-referral-button {
    min-height: 236px;
  }
}
.os-modal-profile__main-referral-button-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  max-width: calc(100% - 20px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  border-radius: 8px;
  background-color: rgba(31, 31, 31, 0.76);
  pointer-events: none;
}
.os-modal-profile__main-referral-button-text::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: url(../assets/os/arrow-up-right.svg) center/16px no-repeat;
}
.os-modal-profile__page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.os-modal-profile__page-back {
  position: relative;
  min-height: 124px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 12px;
  margin: 0 0 16px;
}
.os-modal-profile__page-back-banner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.os-modal-profile__page-back-banner-image {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.os-modal-profile__page-back-button {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(32, 32, 34, 0.8);
  cursor: pointer;
}
.os-modal-profile__page-back-button::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: url(../assets/os/arrow-left.svg) center/cover no-repeat;
}
.os-modal-profile__page-brief {
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-profile__page-brief-title {
  margin: 0 0 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}
.os-modal-profile__page-brief-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin: 0 0 10px;
  padding-left: 20px;
}
.os-modal-profile__page-brief-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
}
.os-modal-profile__page-brief-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.os-modal-profile__page-brief-social-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 4px);
          flex: 0 0 calc(50% - 4px);
  max-width: calc(50% - 4px);
  padding: 8px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 8px;
  background-color: #28282b;
}
.os-modal-profile__page-brief-social-button::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border-radius: 20px;
}
.os-modal-profile__page-brief-social-button.active::after {
  background: url(../assets/os/check.svg) center/10px no-repeat;
  background-color: #029102;
}
.os-modal-profile__page-brief-social-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 34px;
  aspect-ratio: 1/1;
  margin-right: 10px;
  border-radius: 34px;
  background-color: #1363dc;
}
.os-modal-profile__page-brief-social-button-icon-image {
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
     object-fit: contain;
}
.os-modal-profile__page-brief-social-button-text {
  margin-right: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.os-modal-profile__page-codes {
  margin: 0 0 16px;
}
.os-modal-profile__page-codes-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
}
.os-modal-profile__page-codes-heading-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #fff;
}
.os-modal-profile__page-codes-heading-count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  border-radius: 6px;
  background: #1363dc;
}
.os-modal-profile__page-codes-heading-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  border-radius: 6px;
  background: #1363dc;
}
.os-modal-profile__page-codes-heading-time::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../assets/os/timer.svg) center/cover no-repeat;
}
.os-modal-profile__page-codes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  max-height: 160px;
  overflow: auto;
  scrollbar-color: #414142 rgba(65, 65, 66, 0);
  scrollbar-width: thin;
}
.os-modal-profile__page-codes-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background: #ffffff;
  pointer-events: none;
  -webkit-filter: grayscale(100%) brightness(20%);
          filter: grayscale(100%) brightness(20%);
}
.os-modal-profile__page-codes-item::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 32px;
}
.os-modal-profile__page-codes-item::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border-radius: 12px;
  background-color: #777777;
}
.os-modal-profile__page-codes-item.active {
  background: linear-gradient(200deg, #262626 0%, #262626 40%, #cc4bff 50%, #54ccff 80%, #5b90ff 100%);
  pointer-events: all;
  -webkit-filter: grayscale(0%) brightness(100%);
          filter: grayscale(0%) brightness(100%);
}
.os-modal-profile__page-codes-item.active::after {
  background-color: #1a1a1c;
}
.os-modal-profile__page-codes-item-code {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 18px;
  line-height: 98%;
  letter-spacing: 0.1em;
  color: #d9d9d9;
}
.os-modal-profile__page-codes-item-copy {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os-modal-profile__page-codes-item-copy-button {
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: url(../assets/os/copy.svg) center/16px no-repeat;
  background-color: #888888;
  cursor: pointer;
}
.os-modal-profile__page-codes-item.active .os-modal-profile__page-codes-item-copy-button {
  background-color: #262626;
}
.os-modal-profile__page-codes-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px 0 0;
}
.os-modal-profile__page-codes-more-info {
  font-weight: 400;
  font-size: 14px;
  line-height: 98%;
  letter-spacing: 0.04em;
  color: #1363dc;
}
.os-modal-profile__page-codes-more-button {
  font-weight: 400;
  font-size: 14px;
  line-height: 98%;
  letter-spacing: 0.04em;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  color: #1363dc;
  border: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.os-modal-profile__page-codes-more-button:hover {
  text-decoration: none;
}
.os-modal-profile__page-referrals {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.os-modal-profile__page-referrals-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 8px 9px;
}
.os-modal-profile__page-referrals-heading-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-profile__page-referrals-heading-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #1363dc;
  border-radius: 14px;
  background-color: #8ab9ff;
}
.os-modal-profile__page-referrals-heading-count {
  font-weight: 700;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-profile__page-referrals-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.os-modal-profile__page-referrals-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.os-modal-profile__page-referrals-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.3333333333% - 5.3333333333px);
          flex: 0 0 calc(33.3333333333% - 5.3333333333px);
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 98%;
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 10px;
  background-color: #262626;
}
.os-modal-profile__page-referrals-list-item::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../assets/os/slo-icon.svg) center/cover no-repeat;
}
.os-modal-profile__page-referrals-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  margin: 32px auto 0;
}
.os-modal-profile__page-referrals-controls-prev, .os-modal-profile__page-referrals-controls-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.os-modal-profile__page-referrals-controls-prev::before, .os-modal-profile__page-referrals-controls-next::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1/1;
  background: url(../assets/os/caret-left.svg) center/cover no-repeat;
}
.os-modal-profile__page-referrals-controls-prev.disabled, .os-modal-profile__page-referrals-controls-next.disabled {
  pointer-events: none;
  -webkit-filter: brightness(20%);
          filter: brightness(20%);
}
.os-modal-profile__page-referrals-controls-next {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.os-modal-profile__page-referrals-controls-next::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.os-modal-profile__page-referrals-controls-info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-profile__page-referrals-controls-info.disabled {
  pointer-events: none;
  -webkit-filter: brightness(20%);
          filter: brightness(20%);
}

.os-modal-wallet {
  font-family: "IBM Plex Sans", sans-serif;
}
.os-modal-wallet .os-modal__body {
  position: relative;
  width: 390px;
  height: 726px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .os-modal-wallet .os-modal__body {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.os-modal-wallet .os-modal__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.os-modal-wallet .os-modal__header-title::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  background-color: #6cf100;
}
.os-modal-wallet .os-modal__wrapper {
  position: relative;
  margin: 20px 0;
  padding: 0 15px;
}
.os-modal-wallet .os-modal__content {
  height: 100%;
}
.os-modal-wallet__heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 80px;
  margin: 0 0 32px;
}
.os-modal-wallet__heading-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #fff;
}
.os-modal-wallet__heading-back {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 8px;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(32, 32, 34, 0.8);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.os-modal-wallet__heading-back::before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  border-radius: 20px;
  background: url(../assets/os/arrow-left.svg) center/cover no-repeat;
}
.os-modal-wallet__loading {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.os-modal-wallet__loading-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.os-modal-wallet__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.os-modal-wallet__main-info {
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
  background: url(../assets/os/wallet-main-info-bg.jpg) right bottom/cover no-repeat;
  background-color: rgba(255, 255, 255, 0.1);
}
.os-modal-wallet__main-info-name {
  margin: 0 0 4px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
}
.os-modal-wallet__main-info-token {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 10px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.1);
}
.os-modal-wallet__main-info-token-code {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
}
.os-modal-wallet__main-info-token-copy {
  display: inline-block;
  width: 16px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border: none;
  background: url(../assets/os/copy.svg) center/cover no-repeat;
  cursor: pointer;
}
.os-modal-wallet__main-info-crypto {
  margin: 0 0 2px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  color: #ffffff;
}
.os-modal-wallet__main-info-money {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
}
.os-modal-wallet__main-info-more {
  position: absolute;
  top: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.os-modal-wallet__main-info-more-button {
  display: inline-block;
  width: 28px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 8px;
  background: url(../assets/os/more.svg) center/18px no-repeat;
  background-color: rgba(32, 42, 57, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
}
.os-modal-wallet__main-info-controls {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.os-modal-wallet__main-info-controls-receive, .os-modal-wallet__main-info-controls-send {
  display: inline-block;
  width: 28px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 8px;
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  background-color: rgba(32, 42, 57, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  cursor: pointer;
}
.os-modal-wallet__main-info-controls-receive {
  background-image: url(../assets/os/under.svg);
}
.os-modal-wallet__main-info-controls-send {
  background-image: url(../assets/os/up.svg);
}
.os-modal-wallet__main-network-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 6px;
  margin: 0 0 16px;
}
.os-modal-wallet__main-network-heading-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os-modal-wallet__main-network-heading-icon-image {
  display: block;
  max-width: 100%;
  width: 16px;
  height: auto;
}
.os-modal-wallet__main-network-heading-title {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}
.os-modal-wallet__main-network-contract {
  padding: 12px;
  border-radius: 12px;
  background: url(../assets/os/gradient-bg.jpg) center no-repeat;
  background-size: 130%;
}
.os-modal-wallet__main-network-contract-title {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  margin: 0 0 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
}
.os-modal-wallet__main-network-contract-title:before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3px;
  border-radius: 16px;
  background-color: #5ccc00;
}
.os-modal-wallet__main-network-contract-subtitle {
  position: relative;
  z-index: 10;
  margin: 0 0 8px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 98%;
  color: #ffffff;
}
.os-modal-wallet__main-network-contract-details {
  position: relative;
  z-index: 1;
}
.os-modal-wallet__main-network-contract-details::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  display: inline-block;
  width: 193px;
  height: 130px;
  background: url(../assets/os/wallet-slo-network.png) right bottom/contain no-repeat;
}
.os-modal-wallet__main-network-contract-details-input {
  display: inline-block;
  width: 100%;
  padding: 15px 16px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 98%;
  color: #d5d5d5;
  border: 1px solid #3a3a3d;
  border-radius: 14px;
  background-color: #17171a;
}
.os-modal-wallet__main-network-contract-details-paste {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  padding: 8px 6px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #d1d1d1;
  border: none;
  border-radius: 8px;
  background-color: #3a3a3d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.os-modal-wallet__main-network-tokens {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 16px 0 0;
}
.os-modal-wallet__main-network-tokens-hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.os-modal-wallet__main-network-tokens-hidden-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.os-modal-wallet__main-network-tokens-hidden-more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  border: none;
  background-color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.os-modal-wallet__main-network-tokens-hidden-more-button::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../assets/os/caret-down.svg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform ease-out 0.1s;
  transition: -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s;
  transition: transform ease-out 0.1s, -webkit-transform ease-out 0.1s;
}
.os-modal-wallet__main-network-tokens-hidden.active .os-modal-wallet__main-network-tokens-hidden-more-button::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.os-modal-wallet__main-network-tokens-hidden-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  display: none;
}
.os-modal-wallet__main-network-tokens-hidden.active .os-modal-wallet__main-network-tokens-hidden-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.os-modal-wallet__main-network-token {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 16px;
  background-color: #202022;
}
.os-modal-wallet__main-network-token-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0;
}
.os-modal-wallet__main-network-token-icon-image {
  display: block;
  max-width: 100%;
  width: 40px;
  height: auto;
}
.os-modal-wallet__main-network-token-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.os-modal-wallet__main-network-token-info-name {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
}
.os-modal-wallet__main-network-token-info-entity {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
}
.os-modal-wallet__main-network-token-info-cost {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  text-align: right;
}
.os-modal-wallet__main-network-token-info-changes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 12px;
  text-align: right;
  color: #ffffff;
}
.os-modal-wallet__main-network-token-info-changes:before {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 16px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.os-modal-wallet__main-network-token-info-changes-up {
  color: #50af03;
}
.os-modal-wallet__main-network-token-info-changes-up:before {
  content: "";
  background-image: url(../assets/os/course-up.svg);
}
.os-modal-wallet__main-garry {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 124px;
  padding: 12px;
  padding-left: 130px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 12px;
  background: url(../assets/os/gradient-bg.jpg) center no-repeat;
  background-size: 130%;
}
.os-modal-wallet__main-garry-figure {
  position: absolute;
  left: 8px;
  bottom: 0;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
}
.os-modal-wallet__main-garry-figure-image {
  display: block;
  max-width: 100%;
  width: 164px;
  height: auto;
}
.os-modal-wallet__main-garry-title {
  position: relative;
  z-index: 10;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.os-modal-wallet__main-alerts {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  max-height: calc(100% - 45px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px 30px;
  opacity: 1;
  overflow: auto;
  pointer-events: all;
  scrollbar-color: #414142 rgba(65, 65, 66, 0);
  scrollbar-width: thin;
}
.os-modal-wallet__main-alerts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.os-modal-wallet__main-alerts:has(.os-modal-wallet__main-alerts-wrapper:empty), .os-modal-wallet__main-alerts:empty {
  opacity: 0;
  pointer-events: none;
}
.os-modal-wallet__main-alerts-item {
  padding: 14px;
  border-radius: 16px;
  border-left: 16px solid #ffffff;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  background-color: #202022;
}
.os-modal-wallet__main-alerts-item_approve {
  border-color: #7fff00;
}
.os-modal-wallet__main-alerts-item_error {
  border-color: #ff3030;
}
.os-modal-wallet__main-alerts-item_info {
  border-color: #3971ff;
}
.os-modal-wallet__main-alerts-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin: 0 0 6px;
  font-weight: 700;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}
.os-modal-wallet__main-alerts-item-title::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 24px;
  aspect-ratio: 1/1;
}
.os-modal-wallet__main-alerts-item_approve .os-modal-wallet__main-alerts-item-title {
  color: #7fff00;
}
.os-modal-wallet__main-alerts-item_approve .os-modal-wallet__main-alerts-item-title::after {
  background-image: url(../assets/os/warning-approve.svg);
}
.os-modal-wallet__main-alerts-item_error .os-modal-wallet__main-alerts-item-title {
  color: #ff3030;
}
.os-modal-wallet__main-alerts-item_error .os-modal-wallet__main-alerts-item-title::after {
  background-image: url(../assets/os/warning-error.svg);
}
.os-modal-wallet__main-alerts-item_info .os-modal-wallet__main-alerts-item-title {
  color: #3971ff;
}
.os-modal-wallet__main-alerts-item_info .os-modal-wallet__main-alerts-item-title::after {
  background-image: url(../assets/os/warning-info.svg);
}
.os-modal-wallet__main-alerts-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #fff;
}
.os-modal-wallet__transaction-balance {
  margin: 0 0 32px;
}
.os-modal-wallet__transaction-balance-title {
  margin: 0 0 4px;
  font-weight: 500;
  font-size: 18px;
  color: #414142;
  text-align: center;
}
.os-modal-wallet__transaction-balance-value {
  font-weight: 600;
  font-size: 44px;
  color: #fff;
  text-align: center;
}
.os-modal-wallet__transaction-balance-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  margin: 0 0 32px;
}
.os-modal-wallet__transaction-balance-info-increment {
  font-weight: 500;
  font-size: 16px;
  color: #50af03;
}
.os-modal-wallet__transaction-balance-info-label {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  border-radius: 6px;
  background: #50af03;
}
.os-modal-wallet__transaction-balance-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.os-modal-wallet__transaction-balance-buttons-buy, .os-modal-wallet__transaction-balance-buttons-sell, .os-modal-wallet__transaction-balance-buttons-send, .os-modal-wallet__transaction-balance-buttons-receive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  padding: 16px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #5a5a5e;
  border: none;
  border-radius: 16px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #202022;
  cursor: pointer;
}
.os-modal-wallet__transaction-balance-buttons-buy::before, .os-modal-wallet__transaction-balance-buttons-sell::before, .os-modal-wallet__transaction-balance-buttons-send::before, .os-modal-wallet__transaction-balance-buttons-receive::before {
  content: "";
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
}
.os-modal-wallet__transaction-balance-buttons-buy::before {
  background-image: url(../assets/os/wallet-buy.svg);
}
.os-modal-wallet__transaction-balance-buttons-sell::before {
  background-image: url(../assets/os/wallet-sell.svg);
}
.os-modal-wallet__transaction-balance-buttons-send::before {
  background-image: url(../assets/os/wallet-send.svg);
}
.os-modal-wallet__transaction-balance-buttons-receive::before {
  background-image: url(../assets/os/wallet-receive.svg);
}
.os-modal-wallet__transaction-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  min-height: 144px;
  padding: 20px;
  margin: 0 0 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
  background: url(../assets/os/gradient-bg.jpg) center no-repeat;
  background-size: 130%;
}
.os-modal-wallet__transaction-info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 144px;
  background: url(../assets/os/wallet-slo-transaction.png) right bottom/contain no-repeat;
}
.os-modal-wallet__transaction-info-item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.os-modal-wallet__transaction-info-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.os-modal-wallet__transaction-info-item-heading-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-wallet__transaction-info-item-heading-tag {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px;
  font-weight: 700;
  font-size: 10px;
  line-height: 98%;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  background: #50af03;
}
.os-modal-wallet__transaction-info-item-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-wallet__transaction-info-item-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.os-modal-wallet__transaction-info-item-param-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-wallet__transaction-info-item-param-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-wallet__transaction-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.os-modal-wallet__transaction-history-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 98%;
  color: #fff;
}
.os-modal-wallet__transaction-history-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.os-modal-wallet__transaction-history-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #5a5a5e;
  text-align: center;
}
.os-modal-wallet__transaction-history-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.os-modal-wallet__transaction-history-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px;
  border-radius: 16px;
  background-color: #202022;
}
.os-modal-wallet__transaction-history-list-item::before {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50px;
  aspect-ratio: 1/1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.os-modal-wallet__transaction-history-list-item_received::before {
  background-image: url(../assets/os/wallet-transaction-recieved.svg);
}
.os-modal-wallet__transaction-history-list-item_sent::before {
  background-image: url(../assets/os/wallet-transaction-sent.svg);
}
.os-modal-wallet__transaction-history-list-item_error::before {
  background-image: url(../assets/os/wallet-transaction-error.svg);
}
.os-modal-wallet__transaction-history-list-item_swap::before {
  background-image: url(../assets/os/wallet-transaction-swap.svg);
}
.os-modal-wallet__transaction-history-list-item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.os-modal-wallet__transaction-history-list-item-info-status {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}
.os-modal-wallet__transaction-history-list-item-info-message {
  font-weight: 400;
  font-size: 12px;
  color: #525257;
}
.os-modal-wallet__transaction-history-list-item-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 120px;
}
.os-modal-wallet__transaction-history-list-item-details-income {
  font-weight: 600;
  font-size: 14px;
  color: #50af03;
}
.os-modal-wallet__transaction-history-list-item-details-expenses {
  font-weight: 600;
  font-size: 14px;
  color: #ff3030;
}
.os-modal-wallet__transaction-history-list-item_sent .os-modal-wallet__transaction-history-list-item-details-expenses {
  color: #327ff3;
}
.os-modal-wallet__received-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.os-modal-wallet__received-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os-modal-wallet__received-icon-image {
  display: block;
  max-width: 100%;
  width: 100px;
  height: auto;
}
.os-modal-wallet__received-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-wallet__received-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2f;
}
.os-modal-wallet__received-details-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.os-modal-wallet__received-details-item-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.os-modal-wallet__received-details-item-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
}
.os-modal-wallet__received-details-item_received .os-modal-wallet__received-details-item-value, .os-modal-wallet__received-details-item_status .os-modal-wallet__received-details-item-value {
  color: #50af03;
}
.os-modal-wallet__received-details-item_blockchain .os-modal-wallet__received-details-item-value {
  font-weight: 400;
}
.os-modal-wallet__received-details-item-more-link-image {
  display: block;
  max-width: 100%;
  width: 111px;
  height: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(78%) saturate(4225%) hue-rotate(56deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(70%) sepia(78%) saturate(4225%) hue-rotate(56deg) brightness(93%) contrast(98%);
}
.os-modal-wallet__sent-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.os-modal-wallet__sent-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os-modal-wallet__sent-icon-image {
  display: block;
  max-width: 100%;
  width: 100px;
  height: auto;
}
.os-modal-wallet__sent-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-wallet__sent-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2f;
}
.os-modal-wallet__sent-details-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.os-modal-wallet__sent-details-item-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.os-modal-wallet__sent-details-item-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
}
.os-modal-wallet__sent-details-item_sent .os-modal-wallet__sent-details-item-value, .os-modal-wallet__sent-details-item_status .os-modal-wallet__sent-details-item-value {
  color: #327ff3;
}
.os-modal-wallet__sent-details-item_blockchain .os-modal-wallet__sent-details-item-value {
  font-weight: 400;
}
.os-modal-wallet__sent-details-item-more-link-image {
  display: block;
  max-width: 100%;
  width: 111px;
  height: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(40%) sepia(81%) saturate(2411%) hue-rotate(202deg) brightness(99%) contrast(93%);
          filter: brightness(0) saturate(100%) invert(40%) sepia(81%) saturate(2411%) hue-rotate(202deg) brightness(99%) contrast(93%);
}
.os-modal-wallet__error-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.os-modal-wallet__error-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os-modal-wallet__error-icon-image {
  display: block;
  max-width: 100%;
  width: 100px;
  height: auto;
}
.os-modal-wallet__error-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-wallet__error-details-message {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.os-modal-wallet__error-details-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 8px;
  border-radius: 8px;
  background-color: #ff3030;
}
.os-modal-wallet__error-details-more-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #5e0000;
}
.os-modal-wallet__error-details-more-link-image {
  display: block;
  max-width: 100%;
  width: 111px;
  height: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(7%) sepia(67%) saturate(5766%) hue-rotate(14deg) brightness(96%) contrast(104%);
          filter: brightness(0) saturate(100%) invert(7%) sepia(67%) saturate(5766%) hue-rotate(14deg) brightness(96%) contrast(104%);
}
.os-modal-wallet__swap-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.os-modal-wallet__swap-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os-modal-wallet__swap-icon-image {
  display: block;
  max-width: 100%;
  width: 100px;
  height: auto;
}
.os-modal-wallet__swap-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-wallet__swap-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2f;
}
.os-modal-wallet__swap-details-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.os-modal-wallet__swap-details-item-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.os-modal-wallet__swap-details-item-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
}
.os-modal-wallet__swap-details-item_paid .os-modal-wallet__swap-details-item-value, .os-modal-wallet__swap-details-item_status .os-modal-wallet__swap-details-item-value {
  color: #50af03;
}
.os-modal-wallet__swap-details-item_received .os-modal-wallet__swap-details-item-value {
  color: #ff3030;
}
.os-modal-wallet__swap-details-item_blockchain .os-modal-wallet__swap-details-item-value {
  font-weight: 400;
}
.os-modal-wallet__swap-details-item-more-link-image {
  display: block;
  max-width: 100%;
  width: 111px;
  height: auto;
  -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(78%) saturate(4225%) hue-rotate(56deg) brightness(93%) contrast(98%);
          filter: brightness(0) saturate(100%) invert(70%) sepia(78%) saturate(4225%) hue-rotate(56deg) brightness(93%) contrast(98%);
}
.os-modal-wallet__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.os-modal-wallet__address .os-modal-wallet__heading {
  padding: 0;
  margin-bottom: 16px;
}
.os-modal-wallet__address .os-modal-wallet__heading-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  text-align: left;
}
.os-modal-wallet__address-content {
  margin: 0 0 34px;
  padding: 16px;
  border-radius: 16px;
  background-color: #202022;
}
.os-modal-wallet__address-content-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 18px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-wallet__address-content-token {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 12px;
  line-height: 170%;
  text-align: center;
  color: #fff;
  text-align: center;
  word-break: break-all;
}
.os-modal-wallet__address-content-qr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 16px;
}
.os-modal-wallet__address-content-qr-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.os-modal-wallet__address-content-copy {
  margin: 0 0 8px;
}
.os-modal-wallet__address-content-copy-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 11px 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 12px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 14px;
  background-color: #106af3;
  cursor: pointer;
}
.os-modal-wallet__address-content-copy-button::after {
  content: "";
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  aspect-ratio: 1/1;
  background: url(../assets/os/copy.svg) center/cover no-repeat;
}
.os-modal-wallet__address-content-disclaimer {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
.os-modal-wallet__address-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.os-modal-wallet__address-back-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 20px 15px 0;
  margin: 0 -15px;
  border-top: 1px solid #3c3c40;
}
.os-modal-wallet__address-back-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 17px 32px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 14px;
  background-color: #3a3a3d;
  cursor: pointer;
}

.os-modal-swap {
  font-family: "IBM Plex Sans", sans-serif;
}
.os-modal-swap .os-modal__body {
  position: relative;
  width: 390px;
  height: 726px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .os-modal-swap .os-modal__body {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.os-modal-swap .os-modal__header {
  padding: 20px 40px 15px 16px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.os-modal-swap .os-modal__header-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
.os-modal-swap .os-modal__header-close {
  right: 16px;
  -webkit-transform: translateY(calc(-50% + 2.5px));
          transform: translateY(calc(-50% + 2.5px));
}
.os-modal-swap .os-modal__wrapper {
  margin: 0 0 20px;
  padding: 0 15px;
}
.os-modal-swap .os-modal__content {
  height: 100%;
}
.os-modal-swap__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.os-modal-swap__main-details-title {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
}
.os-modal-swap__main-details-wrapper {
  position: relative;
  z-index: 1;
}
.os-modal-swap__main-details-input {
  display: inline-block;
  width: 100%;
  padding: 15px 16px;
  padding-right: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 98%;
  color: #d5d5d5;
  border: 1px solid #3a3a3d;
  border-radius: 14px;
  background-color: #17171a;
}
.os-modal-swap__main-details-paste {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  padding: 8px 6px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #d1d1d1;
  border: none;
  border-radius: 8px;
  background-color: #3a3a3d;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}
.os-modal-swap__main-swap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px;
  margin: 1px;
  border-radius: 16px;
  background-color: #202022;
}
.os-modal-swap__main-swap::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  display: block;
  border-radius: inherit;
  background: linear-gradient(60deg, #262626 0%, #cc4bff 35%, #54ccff 68%, #5b90ff 100%);
}
.os-modal-swap__main-swap-item-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-swap__main-swap-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 20px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #131314;
}
.os-modal-swap__main-swap-item-control-input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 20px;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
  background-color: inherit;
}
.os-modal-swap__main-swap-item-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 6px;
}
.os-modal-swap__main-swap-item-control-label-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os-modal-swap__main-swap-item-control-label-icon-image {
  display: block;
  max-width: 100%;
  width: 20px;
  height: auto;
}
.os-modal-swap__main-swap-item-control-label-name {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.os-modal-swap__main-swap-reverse {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os-modal-swap__main-swap-reverse::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #28282b;
}
.os-modal-swap__main-swap-reverse-button {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 32px;
  height: 32px;
  padding: 0;
  border: none;
  border-radius: 150px;
  background: url(../assets/os/arrow-down-up.svg) center/24px no-repeat;
  background-color: #28282b;
  cursor: pointer;
}
.os-modal-swap__main-swap-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.os-modal-swap__main-swap-quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: calc(25% - 7.5px);
      -ms-flex: calc(25% - 7.5px);
          flex: calc(25% - 7.5px);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 12px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 8px;
  background-color: #28282b;
  cursor: pointer;
}
.os-modal-swap__main-info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
  min-height: 144px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 16px;
  background: url(../assets/os/gradient-bg.jpg) center no-repeat;
  background-size: 130%;
}
.os-modal-swap__main-info::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 144px;
  background: url(../assets/os/wallet-slo-transaction.png) right bottom/contain no-repeat;
}
.os-modal-swap__main-info-item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.os-modal-swap__main-info-item-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.os-modal-swap__main-info-item-heading-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-swap__main-info-item-heading-tag {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 4px;
  font-weight: 700;
  font-size: 10px;
  line-height: 98%;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  background: #50af03;
}
.os-modal-swap__main-info-item-value {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-swap__main-info-item-param {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.os-modal-swap__main-info-item-param-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-swap__main-info-item-param-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.os-modal-swap__main-continue-button {
  display: inline-block;
  width: 100%;
  padding: 17px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 12px;
  background-color: #106af3;
  cursor: pointer;
}
.os-modal-swap__main-continue-button:disabled {
  color: #5f5f65;
  background-color: #3a3a3d;
}

.os-modal-sent {
  font-family: "IBM Plex Sans", sans-serif;
}
.os-modal-sent .os-modal__body {
  position: relative;
  width: 390px;
  height: 726px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .os-modal-sent .os-modal__body {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.os-modal-sent .os-modal__header {
  padding: 20px 40px 15px 16px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.os-modal-sent .os-modal__header-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
.os-modal-sent .os-modal__header-close {
  right: 16px;
  -webkit-transform: translateY(calc(-50% + 2.5px));
          transform: translateY(calc(-50% + 2.5px));
}
.os-modal-sent .os-modal__wrapper {
  margin: 0 0 20px;
  padding: 0 15px;
}
.os-modal-sent .os-modal__content {
  height: 100%;
}
.os-modal-sent__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-height: 100%;
}
.os-modal-sent__main-sent {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 16px;
  margin: 1px;
  border-radius: 16px;
  background-color: #202022;
}
.os-modal-sent__main-sent::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  display: block;
  border-radius: inherit;
  background: linear-gradient(60deg, #262626 0%, #cc4bff 35%, #54ccff 68%, #5b90ff 100%);
}
.os-modal-sent__main-sent-item-title {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
}
.os-modal-sent__main-sent-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding-right: 20px;
  overflow: hidden;
  border-radius: 16px;
  background-color: #131314;
}
.os-modal-sent__main-sent-item-control-input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  padding: 20px;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  border: none;
  outline: none;
  background-color: inherit;
}
.os-modal-sent__main-sent-item-control-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 6px;
}
.os-modal-sent__main-sent-item-control-label-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.os-modal-sent__main-sent-item-control-label-icon-image {
  display: block;
  max-width: 100%;
  width: 20px;
  height: auto;
}
.os-modal-sent__main-sent-item-control-label-name {
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}
.os-modal-sent__main-sent-direction {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.os-modal-sent__main-sent-direction::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  height: 2px;
  width: 100%;
  background-color: #28282b;
}
.os-modal-sent__main-sent-direction::after {
  content: "";
  position: relative;
  z-index: 10;
  display: block;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 150px;
  background: url(../assets/os/arrow-down.svg) center/24px no-repeat;
  background-color: #28282b;
  cursor: pointer;
}
.os-modal-sent__main-sent-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.os-modal-sent__main-sent-quantity-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: calc(25% - 7.5px);
      -ms-flex: calc(25% - 7.5px);
          flex: calc(25% - 7.5px);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 12px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 8px;
  background-color: #28282b;
  cursor: pointer;
}
.os-modal-sent__main-sent-whom-input {
  display: inline-block;
  width: 100%;
  padding: 26px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  border: none;
  border-radius: 16px;
  outline: none;
  background-color: #131314;
}
.os-modal-sent__main-continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.os-modal-sent__main-continue-button {
  display: inline-block;
  width: 100%;
  padding: 17px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 12px;
  background-color: #106af3;
  cursor: pointer;
}
.os-modal-sent__main-continue-button:disabled {
  color: #5f5f65;
  background-color: #3a3a3d;
}

.os-modal-confirmation {
  font-family: "IBM Plex Sans", sans-serif;
}
.os-modal-confirmation .os-modal__body {
  position: relative;
  width: 390px;
  height: 726px;
  overflow: hidden;
}
@media (max-width: 576px) {
  .os-modal-confirmation .os-modal__body {
    max-width: 100dvw;
    max-height: 100dvh;
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
}
.os-modal-confirmation .os-modal__header {
  padding: 20px 40px 15px 16px;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}
.os-modal-confirmation .os-modal__header-title {
  font-weight: 600;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: left;
}
.os-modal-confirmation .os-modal__header-close {
  right: 16px;
  -webkit-transform: translateY(calc(-50% + 2.5px));
          transform: translateY(calc(-50% + 2.5px));
}
.os-modal-confirmation .os-modal__wrapper {
  margin: 0 0 20px;
  padding: 0 15px;
}
.os-modal-confirmation .os-modal__content {
  height: 100%;
}
.os-modal-confirmation__swap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-height: 100%;
}
.os-modal-confirmation__swap-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-confirmation__swap-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2f;
}
.os-modal-confirmation__swap-details-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.os-modal-confirmation__swap-details-item-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.os-modal-confirmation__swap-details-item-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  text-align: right;
}
.os-modal-confirmation__swap-details-item_sell .os-modal-confirmation__swap-details-item-value, .os-modal-confirmation__swap-details-item_get .os-modal-confirmation__swap-details-item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 6px;
  background-color: #2e3033;
}
.os-modal-confirmation__swap-details-item_sell .os-modal-confirmation__swap-details-item-value::after, .os-modal-confirmation__swap-details-item_get .os-modal-confirmation__swap-details-item-value::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10px;
  aspect-ratio: 1/1;
}
.os-modal-confirmation__swap-details-item_sell .os-modal-confirmation__swap-details-item-value::after {
  background: url(../assets/os/confirmation-sell.svg) center/contain no-repeat;
}
.os-modal-confirmation__swap-details-item_get .os-modal-confirmation__swap-details-item-value::after {
  background: url(../assets/os/confirmation-get.svg) center/contain no-repeat;
}
.os-modal-confirmation__swap-details-item_price .os-modal-confirmation__swap-details-item-value {
  padding: 4px 6px;
  border-radius: 6px;
  background-color: #50af03;
}
.os-modal-confirmation__swap-details-item_blockchain .os-modal-confirmation__swap-details-item-value {
  font-weight: 400;
}
.os-modal-confirmation__swap-details-item_address .os-modal-confirmation__swap-details-item-value {
  word-break: break-all;
}
.os-modal-confirmation__swap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 16px;
}
.os-modal-confirmation__swap-buttons-confirm, .os-modal-confirmation__swap-buttons-back {
  display: inline-block;
  width: 100%;
  padding: 17px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.os-modal-confirmation__swap-buttons-confirm {
  background-color: #106af3;
}
.os-modal-confirmation__swap-buttons-back {
  background-color: #3a3a3d;
}
.os-modal-confirmation__sent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-height: 100%;
}
.os-modal-confirmation__sent-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 16px;
  border-radius: 12px;
  background-color: #202022;
}
.os-modal-confirmation__sent-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #2b2b2f;
}
.os-modal-confirmation__sent-details-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.os-modal-confirmation__sent-details-item-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}
.os-modal-confirmation__sent-details-item-value {
  font-weight: 500;
  font-size: 14px;
  line-height: 98%;
  color: #fff;
  text-align: right;
}
.os-modal-confirmation__sent-details-item_sent .os-modal-confirmation__sent-details-item-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 6px;
  background-color: #2e3033;
}
.os-modal-confirmation__sent-details-item_sent .os-modal-confirmation__sent-details-item-value::after {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 10px;
  aspect-ratio: 1/1;
  background: url(../assets/os/confirmation-sell.svg) center/contain no-repeat;
}
.os-modal-confirmation__sent-details-item_whom .os-modal-confirmation__sent-details-item-value {
  word-break: break-all;
}
.os-modal-confirmation__sent-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  gap: 16px;
}
.os-modal-confirmation__sent-buttons-confirm, .os-modal-confirmation__sent-buttons-back {
  display: inline-block;
  width: 100%;
  padding: 17px 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 600;
  font-size: 16px;
  line-height: 98%;
  color: #fff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.os-modal-confirmation__sent-buttons-confirm {
  background-color: #106af3;
}
.os-modal-confirmation__sent-buttons-back {
  background-color: #3a3a3d;
}

.os-body {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: url(../assets/bg.jpg) center/cover no-repeat;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translateX(-61px);
            transform: translateX(-61px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translateX(-61px);
            transform: translateX(-61px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes progressLoading {
  0% {
    width: 0;
  }
  15% {
    width: 20%;
  }
  50% {
    width: 40%;
  }
  70% {
    width: 60%;
  }
  85% {
    width: 80%;
  }
  94% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressLoading {
  0% {
    width: 0;
  }
  15% {
    width: 20%;
  }
  50% {
    width: 40%;
  }
  70% {
    width: 60%;
  }
  85% {
    width: 80%;
  }
  94% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.4);
}
.loading__body {
  border-radius: 40px;
  max-width: 500px;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #181818;
}
.loading__title {
  margin: 0 0 50px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
.loading__progress {
  position: relative;
  border-radius: 90px;
  height: 61px;
  width: 100%;
  overflow: hidden;
}
.loading__progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% + 61px);
  background-image: url(../assets/progress-bg.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-color: #bdd2ff;
  background-position: left center;
  -webkit-animation: loading 5s linear infinite;
          animation: loading 5s linear infinite;
}
.loading__progress-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 0%;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  color: #fff;
  background-color: #2b6efd;
  -webkit-transition: width ease-in-out 0.1s;
  transition: width ease-in-out 0.1s;
}
.loading__progress.animated .loading__progress-bar {
  -webkit-animation: progressLoading 2.5s linear;
          animation: progressLoading 2.5s linear;
}

.auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.4);
}
.auth__body {
  position: relative;
  max-width: 560px;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  background: #181818;
}
@media (max-width: 576px) {
  .auth__body {
    max-width: calc(100dvw - 40px);
    width: 560px;
    padding: 32px 16px;
    border-radius: 24px;
  }
}
.auth__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  max-width: 402px;
  width: 72%;
  aspect-ratio: 402/160;
  background: url(../assets/os/character.png) center/cover no-repeat;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.auth__title {
  margin: 0 0 40px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .auth__title {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.auth__method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 576px) {
  .auth__method {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
.auth__method-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  gap: 10px;
  -webkit-transition: -webkit-transform ease-in-out 0.2s;
  transition: -webkit-transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s, -webkit-transform ease-in-out 0.2s;
  will-change: transform;
  cursor: pointer;
}
@media (max-width: 576px) {
  .auth__method-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
  }
}
.auth__method-button:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.auth__method-button:active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.auth__method-button-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 75px;
  height: 75px;
  border-radius: 18px;
  background-color: #282828;
  pointer-events: none;
}
@media (max-width: 576px) {
  .auth__method-button-icon {
    width: 60px;
    height: 60px;
  }
}
.auth__method-button-icon-image {
  display: block;
  max-width: 100%;
  height: auto;
}
.auth__method-button_tg .auth__method-button-icon {
  background-image: linear-gradient(137deg, #100ee5 0%, #275ef7 99.62%);
}
.auth__method-button_wallet .auth__method-button-icon {
  background-image: linear-gradient(140deg, #99ffb9 0%, #024db8 99.62%);
}
.auth__method-button_email .auth__method-button-icon {
  background-image: linear-gradient(140deg, #99ffb9 0%, #0aa30a 99.62%);
}
.auth__method-button-name {
  display: inline-block;
  padding: 2px 6px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
@media (max-width: 576px) {
  .auth__method-button-name {
    font-size: 13px;
  }
}

.auth-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.4);
}
.auth-email__body {
  max-width: 560px;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  background: #181818;
}
@media (max-width: 576px) {
  .auth-email__body {
    max-width: calc(100dvw - 40px);
    width: 560px;
    padding: 32px 16px;
    border-radius: 24px;
  }
}
.auth-email__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 14px;
}
@media (max-width: 576px) {
  .auth-email__heading {
    margin-bottom: 20px;
  }
}
.auth-email__heading-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0;
  padding: 0 38px 0 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .auth-email__heading-title {
    font-size: 22px;
  }
}
.auth-email__heading-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  width: 28px;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 6px;
  background-color: #29292b;
  -webkit-transition: -webkit-filter ease-out 0.2s;
  transition: -webkit-filter ease-out 0.2s;
  transition: filter ease-out 0.2s;
  transition: filter ease-out 0.2s, -webkit-filter ease-out 0.2s;
  cursor: pointer;
}
.auth-email__heading-back:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.auth-email__heading-back:active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.auth-email__heading-back::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../assets/os/back.svg) center/cover no-repeat;
}
.auth-email__description {
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  text-align: center;
}
.auth-email__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 576px) {
  .auth-email__form {
    gap: 8px;
  }
}
.auth-email__form-input {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 60px;
  width: 100%;
  padding: 18px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  border: none;
  border-radius: 20px;
  background-color: #222222;
}
@media (max-width: 576px) {
  .auth-email__form-input {
    border-radius: 14px;
  }
}
.auth-email__form-input:focus {
  outline-color: #333333;
}
.auth-email__form-input::-webkit-input-placeholder {
  color: #ffffff;
}
.auth-email__form-input::-moz-placeholder {
  color: #ffffff;
}
.auth-email__form-input:-ms-input-placeholder {
  color: #ffffff;
}
.auth-email__form-input::-ms-input-placeholder {
  color: #ffffff;
}
.auth-email__form-input::placeholder {
  color: #ffffff;
}
.auth-email__form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 60px;
  padding: 0;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 20px;
  background-color: #0056d2;
  -webkit-transition: -webkit-filter ease-out 0.2s;
  transition: -webkit-filter ease-out 0.2s;
  transition: filter ease-out 0.2s;
  transition: filter ease-out 0.2s, -webkit-filter ease-out 0.2s;
  cursor: pointer;
}
@media (max-width: 576px) {
  .auth-email__form-button {
    border-radius: 14px;
  }
}
.auth-email__form-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.auth-email__form-button:active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.auth-email__form-button::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../assets/os/back.svg) center/cover no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.auth-code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.4);
}
.auth-code__body {
  position: relative;
  max-width: 520px;
  width: 100%;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 40px;
  background: #181818;
}
@media (max-width: 576px) {
  .auth-code__body {
    max-width: calc(100dvw - 40px);
    width: 520px;
    padding: 32px 16px;
    border-radius: 24px;
  }
}
.auth-code_valid .auth-code__body::before, .auth-code_invalid .auth-code__body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  max-width: 402px;
  width: 46%;
  aspect-ratio: 24/14;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translate3d(-50%, -100%, 0);
          transform: translate3d(-50%, -100%, 0);
}
.auth-code_valid .auth-code__body::before {
  background-image: url(../assets/os/character-valid.png);
}
.auth-code_invalid .auth-code__body::before {
  background-image: url(../assets/os/character-invalid.png);
}
.auth-code__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 14px;
}
@media (max-width: 576px) {
  .auth-code__heading {
    margin-bottom: 20px;
  }
}
.auth-code__heading-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  margin: 0;
  padding: 0 38px 0 10px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .auth-code__heading-title {
    font-size: 22px;
  }
}
.auth-code__heading-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0;
  width: 28px;
  aspect-ratio: 1/1;
  border: none;
  border-radius: 6px;
  background-color: #29292b;
  -webkit-transition: -webkit-filter ease-out 0.2s;
  transition: -webkit-filter ease-out 0.2s;
  transition: filter ease-out 0.2s;
  transition: filter ease-out 0.2s, -webkit-filter ease-out 0.2s;
  cursor: pointer;
}
.auth-code__heading-back:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.auth-code__heading-back:active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.auth-code__heading-back::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1/1;
  background: url(../assets/os/back.svg) center/cover no-repeat;
}
.auth-code__description {
  margin: 0 0 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.auth-code__description-resend {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #3e8cfc;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}
.auth-code__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin: 0 0 20px;
}
@media (max-width: 576px) {
  .auth-code__code {
    gap: 8px;
  }
}
.auth-code__code-input {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(16.6666666667% - 10px);
          flex: 0 0 calc(16.6666666667% - 10px);
  width: 100%;
  aspect-ratio: 1/1;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  border: 2px solid #2c2c2c;
  border-radius: 20px;
  outline: none;
  background-color: #2c2c2c;
}
@media (max-width: 576px) {
  .auth-code__code-input {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(16.6666666667% - 6.6666666667px);
            flex: 0 0 calc(16.6666666667% - 6.6666666667px);
    border-radius: 14px;
  }
}
.auth-code__code-input:user-valid {
  border: 2px solid #0056d2;
}
.auth-code__code-input:user-invalid {
  color: #ff3030;
  border: 2px solid #ff3030;
}
.auth-code_valid .auth-code__code-input {
  color: #ffffff;
  border: 2px solid #0056d2;
}
.auth-code_invalid .auth-code__code-input {
  color: #ff3030;
  border: 2px solid #ff3030;
}
.auth-code__continue-button {
  display: inline-block;
  width: 100%;
  padding: 21px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  border: none;
  border-radius: 20px;
  background-color: #313131;
  -webkit-transition: -webkit-filter ease-in-out 0.2s;
  transition: -webkit-filter ease-in-out 0.2s;
  transition: filter ease-in-out 0.2s;
  transition: filter ease-in-out 0.2s, -webkit-filter ease-in-out 0.2s;
  cursor: pointer;
}
.auth-code__continue-button_valid {
  background-color: #0056d2;
}
.auth-code__continue-button_invalid {
  background-color: #ff3030;
}
.auth-code__continue-button:disabled {
  background-color: #313131;
}
.auth-code__continue-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.auth-code__continue-button:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.auth-code_invalid .auth-code__continue {
  display: none;
}
.auth-code__clear {
  display: none;
}
.auth-code__clear-button {
  display: inline-block;
  width: 100%;
  padding: 21px 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  color: #fff;
  border: none;
  border-radius: 20px;
  background-color: #ff3030;
  -webkit-transition: -webkit-filter ease-in-out 0.2s;
  transition: -webkit-filter ease-in-out 0.2s;
  transition: filter ease-in-out 0.2s;
  transition: filter ease-in-out 0.2s, -webkit-filter ease-in-out 0.2s;
  cursor: pointer;
}
.auth-code__clear-button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.auth-code__clear-button:active {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.auth-code_invalid .auth-code__clear {
  display: block;
}

.swipe-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background-color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 576px) {
  .swipe-login__body {
    max-width: calc(100dvw - 40px);
  }
}
.swipe-login__figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swipe-login__figure-image {
  display: block;
  max-width: 100%;
  width: 248px;
  height: auto;
}
@media (max-width: 576px) {
  .swipe-login__figure-image {
    width: 150px;
  }
}
.swipe-login__title {
  margin: 20px 0;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 98%;
  color: #fff;
  text-align: center;
}
.swipe-login__slider {
  position: relative;
  display: block;
  max-width: 100%;
  width: 300px;
  height: 60px;
  overflow: hidden;
  border-radius: 60px;
  background-color: #181818;
}
.swipe-login__slider-track {
  position: absolute;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background-image: linear-gradient(315deg, #401078 0%, #206bfc 100%);
}
.swipe-login__slider-draggable {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  width: 60px;
  height: 60px;
  padding: 10px;
  border-radius: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: -webkit-grab;
  cursor: grab;
}
.swipe-login__slider-draggable:before {
  content: "";
  display: block;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  aspect-ratio: 1/1;
  border-radius: inherit;
  background: url(../assets/chevron_right.svg) center/24px no-repeat;
  background-color: #ffffff;
}
.swipe-login__slider-draggable:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.swipe-login__slider-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  background: linear-gradient(333deg, #d796ff 0%, #649dff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.video-screen {
  max-height: 100dvh;
  max-width: 100dvw;
  overflow: hidden;
}
.video-screen__wrapper {
  max-height: 100dvh;
  max-width: 100%;
  width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
}
.video-screen__content {
  position: relative;
  max-width: 100%;
}
.video-screen__video {
  display: block;
  height: 100dvh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-sliders {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100dvh;
  padding: 120px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.menu-sliders::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  max-width: 85%;
  max-height: 40%;
  width: 900px;
  aspect-ratio: 92/39;
  border-radius: 400px;
  background-color: #1450ff;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-filter: blur(250px);
          filter: blur(250px);
}
.menu-sliders::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  display: block;
  color: rgba(18, 18, 19, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 19, 0)), color-stop(30%, #121213));
  background: linear-gradient(180deg, rgba(18, 18, 19, 0) 0%, #121213 30%);
  pointer-events: none;
}
.menu-sliders__main {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 0 auto;
}
.menu-sliders__main .swiper {
  overflow: visible;
}
.menu-sliders__main .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-sliders__main-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 480px;
  height: auto;
  opacity: 0;
}
.menu-sliders__main-slide.swiper-slide-active {
  position: relative;
  z-index: 100;
  width: 54% !important;
  opacity: 1;
}
.menu-sliders__main-slide.swiper-slide-prev, .menu-sliders__main-slide.swiper-slide-next {
  position: relative;
  width: 23% !important;
  overflow: hidden;
  opacity: 1;
}
.menu-sliders__main-slide.swiper-slide-prev {
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.menu-sliders__main-slide.swiper-slide-next {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.menu-sliders__main-slide-image {
  display: block;
  min-width: 100%;
  height: auto;
  -webkit-transition: min-width ease-in-out 0.28s;
  transition: min-width ease-in-out 0.28s;
}
.menu-sliders__main-slide.swiper-slide-prev .menu-sliders__main-slide-image, .menu-sliders__main-slide.swiper-slide-next .menu-sliders__main-slide-image {
  min-width: 154%;
}
.menu-sliders__main-slide.swiper-slide-prev .menu-sliders__main-slide-image {
  -webkit-transform: translateX(17.5%);
          transform: translateX(17.5%);
}
.menu-sliders__main-slide.swiper-slide-next .menu-sliders__main-slide-image {
  -webkit-transform: translateX(-17.5%);
          transform: translateX(-17.5%);
}
.menu-sliders__thumbs {
  position: relative;
  z-index: 20;
}
.menu-sliders__thumbs-slide {
  display: block;
  max-width: 810px;
  margin: 0 auto;
}
.menu-sliders__thumbs-slide-title {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bebebe));
  background: linear-gradient(180deg, #fff 0%, #bebebe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-sliders__thumbs-slide-description {
  margin: 0 0 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#bebebe));
  background: linear-gradient(180deg, #fff 0%, #bebebe 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.menu-sliders__thumbs-slide-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@keyframes loading {
  0% {
    -webkit-transform: translateX(-61px);
            transform: translateX(-61px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes progressLoading {
  0% {
    width: 0;
  }
  15% {
    width: 20%;
  }
  50% {
    width: 40%;
  }
  70% {
    width: 60%;
  }
  85% {
    width: 80%;
  }
  94% {
    width: 100%;
  }
  100% {
    width: 100%;
  }
}
.os-cap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 100dvh;
  height: 1080px;
  background: url(../assets/os-cap-bg.jpg) center/cover no-repeat;
}
@media (max-width: 576px) {
  .os-cap {
    background-image: url(../assets/os-cap-bg-sm.jpg);
  }
}
.os-cap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: inherit;
  height: 258px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}
.os-cap__charcter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: calc(100% - 8px);
  max-height: 85%;
  aspect-ratio: 533/852;
  overflow: hidden;
}
.os-cap__charcter-image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.os-cap__loading {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .os-cap__loading {
    bottom: 20px;
  }
}
.os-cap__loading-body {
  border-radius: 40px;
  max-width: 320px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 576px) {
  .os-cap__loading-body {
    max-width: none;
    padding: 18px;
    border-radius: 24px;
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
    background-color: #181818;
  }
}
.os-cap__loading-title {
  margin: 0 0 20px;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  color: #fff;
  text-align: center;
}
@media (max-width: 576px) {
  .os-cap__loading-title {
    font-size: 20px;
  }
}
.os-cap__loading-progress {
  position: relative;
  border-radius: 90px;
  height: 48px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 576px) {
  .os-cap__loading-progress {
    height: 30px;
  }
}
.os-cap__loading-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: calc(100% + 61px);
  background-image: url(../assets/progress-bg.svg);
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-color: #bdd2ff;
  background-position: left center;
  -webkit-animation: loading 5s linear infinite;
          animation: loading 5s linear infinite;
}
.os-cap__loading-progress-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 0%;
  overflow: hidden;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #fff;
  background-color: #7a3fff;
  -webkit-transition: width ease-in-out 0.1s;
  transition: width ease-in-out 0.1s;
  -webkit-animation: progressLoading 4.5s linear;
          animation: progressLoading 4.5s linear;
}
@media (max-width: 576px) {
  .os-cap__loading-progress-bar {
    font-size: 16px;
  }
}
.os-cap__modal {
  position: absolute;
  left: 50%;
  bottom: 20%;
  display: none;
  max-width: calc(100% - 40px);
  width: 500px;
  padding: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  background-color: rgba(24, 24, 24, 0.9);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 576px) {
  .os-cap__modal {
    bottom: 40px;
  }
}
.os-cap__modal.active {
  display: block;
}
.os-cap__modal-text {
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: #fff;
}
.os-cap__modal-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.os-cap__modal-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  aspect-ratio: 1/1;
  border-radius: 14px;
}
.os-cap__modal-social-link::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
}
.os-cap__modal-social-link_x {
  background-color: #d3d4d9;
}
.os-cap__modal-social-link_x::before {
  background: url(../assets/os/logo-x.svg) center/cover no-repeat;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}
.os-cap__modal-social-link_tg {
  background-image: linear-gradient(135deg, #0b00e2 0%, #3184ff 100%);
}
.os-cap__modal-social-link_tg::before {
  background: url(../assets/os/logo-tg.svg) center/cover no-repeat;
}