/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
* {
  box-sizing: border-box; }

body {
  font-family: 'Manrope', sans-serif;
  background-color: #000;
  color: #1d1c1c;
  margin: 0;
  box-sizing: border-box; }
  body.no-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow: hidden; }
  body.black {
    background-color: #2058ff;
    color: #000; }
    body.black .main__btn, body.black #bridge-btn {
      background: #2058ff;
      color: #fff; }
    body.black .main__form {
      background: #fff; }
    body.black .main__title, body.black .select__start-text, body.black .select-input__text, body.black input, body.black #myInput, body.black .bridge {
      color: #000; }
    body.black .main__selects, body.black .select-input, body.black .main__input-block, body.black .bridge__line, body.black .main__details {
      border-color: #e4e4e4;
      background: none; }

html {
  box-sizing: border-box; }
  html.no-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow: hidden; }
  html.black {
    background-color: #1d1c1c; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

.container {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 575px) {
    .container {
      padding: 0; } }

.header {
  display: flex;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 20px; }
  @media (max-width: 575px) {
    .header {
      padding: 20px 24px; } }
  @media (max-width: 374px) {
    .header {
      padding: 20px 15px; } }
  .header__left {
    display: flex;
    align-items: center; }
  .header__color {
    cursor: pointer;
    transition: .3s; }
    .header__color-black {
      display: flex; }
    .header__color-white {
      display: none; }
    .header__color.active .header__color-black {
      display: none; }
    .header__color.active .header__color-white {
      display: flex; }
  .header__logo {
    display: flex;
    align-items: center;
    border-radius: 32px;
    background: #fff;
    padding: 5px 15px; }
    .header__logo img {
      width: 35px; }
    @media (max-width: 575px) {
      .header__logo {
        width: 120px; } }
    .header__logo-black {
      display: none; }
  .header__text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-left: 10px; }
  .header__btn {
    font-size: 16px;
    border-radius: 32px;
    background: #fff;
    padding: 5px 15px;
    line-height: 24px;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 700;
    color: #000;
    transition: .3s;
    margin-right: 10px; }
    .header__btn:hover {
      transform: scale(1.1); }

.footer {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 12px 20px; }
  @media (max-width: 992px) {
    .footer {
      flex-wrap: wrap; } }
  @media (max-width: 575px) {
    .footer {
      padding: 28px 24px; } }
  @media (max-width: 374px) {
    .footer {
      padding: 28px 15px; } }
  .footer__title {
    font-size: 14px;
    line-height: 20px;
    color: #b5b5b5; }
    @media (max-width: 992px) {
      .footer__title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; } }
    .footer__title span {
      margin: 0 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
  .footer__terms {
    display: flex;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
    color: #b5b5b5; }
    .footer__terms span {
      display: block;
      margin: 0 10px;
      width: 2px;
      height: 15px;
      background: #b5b5b5; }
    @media (max-width: 992px) {
      .footer__terms {
        width: 100%;
        justify-content: center;
        margin-bottom: 20px; } }
  .footer__copyright {
    font-size: 14px;
    line-height: 20px;
    color: #b5b5b5; }
    .footer__copyright span path {
      fill: red; }
    .footer__copyright span {
      margin: 0 5px;
      display: inline-flex;
      align-items: center;
      justify-content: center; }
    @media (max-width: 992px) {
      .footer__copyright {
        width: 100%;
        display: flex;
        text-align: center;
        justify-content: center; } }
    @media (max-width: 575px) {
      .footer__copyright {
        margin-bottom: 12px; } }
  @media (max-width: 575px) {
    .footer {
      flex-wrap: wrap; } }

.main {
  height: calc(100vh - 137px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 650px; }
  .main.black {
    border: 1px solid #323233; }
  .main__in {
    width: 100%;
    color: #fff; }
  @media (max-width: 575px) {
    .main {
      border-radius: 0px;
      padding: 38px 24px 38px;
      height: inherit;
      min-height: inherit; } }
  @media (max-width: 374px) {
    .main {
      padding: 0; } }
  .main__block {
    margin-bottom: 32px; }
  .main__btn {
    border-radius: 32px;
    border: none;
    background: #fff;
    transition: .3s;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    box-sizing: border-box; }
    .main__btn:hover {
      transform: scale(1.1); }
  .main__details {
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 16px;
    cursor: pointer; }
    .main__details.show .main__details-title {
      color: #4a4a4a; }
    .main__details.show .main__details-bottom {
      display: block; }
    .main__details.show .main__details-arrow {
      transform: rotate(180deg); }
  .main__details-top {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .main__details-bottom {
    display: none;
    margin-top: 10px; }
  .main__details-arrow {
    display: flex;
    justify-content: center;
    align-items: center; }
  .main__details-title {
    font-size: 14px;
    color: #a5a5a5;
    font-weight: 600; }
  .main__sign-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
  .main__input-balance {
    font-size: 14px;
    color: #b5b5b5; }
  .main__input-info {
    display: flex;
    align-items: center; }
  .main__input-icon {
    width: 24px;
    margin-right: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .main__input-icon img {
      width: 100%; }
  .main__input-text {
    font-size: 18px;
    line-height: 28px; }
  .main__input-sign {
    font-size: 12px;
    color: #a1a1aa;
    font-weight: bold; }
  .main__input-block {
    margin-bottom: 4px;
    background-color: #292b33;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 16px; }
  .main__input-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .main__title {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: #fff; }
    @media (max-width: 574px) {
      .main__title {
        margin-bottom: 20px; } }
  .main__form {
    border-radius: 32px;
    position: relative;
    background-color: #1e2025;
    padding: 24px 16px;
    width: 448px;
    margin-top: 50px;
    box-sizing: border-box; }
    @media (max-width: 574px) {
      .main__form {
        width: 100%;
        margin-bottom: 15px;
        margin-top: 0;
        padding: 24px 10px; } }
  .main__wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 35px; }
  .main__name {
    position: absolute;
    top: 40px;
    color: white;
    opacity: 0.6;
    font-size: 12px;
    font-weight: 500; }
    @media (max-width: 575px) {
      .main__name {
        display: none; } }
  .main__arrows {
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: none;
    margin-bottom: 5px;
    transition: .3s;
    border-radius: 5px; }
    .main__arrows:hover {
      background-color: #d6d6d6; }
    @media (max-width: 575px) {
      .main__arrows {
        width: 28px;
        height: 28px; } }
  .main__selects {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 4px;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 16px; }

.select {
  width: 160px; }
  @media (max-width: 575px) {
    .select {
      width: auto;
      min-width: 120px; } }
  .select.active .select__dropdown {
    opacity: 1;
    z-index: 9999999999;
    display: block; }
  .select__dropdown-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px; }
  .select__title {
    font-size: 14px;
    line-height: 20px;
    color: #8a8888;
    font-weight: 900;
    margin-left: 45px;
    margin-bottom: -15px; }
  .select__dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    border: 0px;
    width: 100%;
    padding: 24px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 12px 7px -7px;
    background-color: #e1e1e1;
    transform: translate(0px, 0px) !important;
    top: 0;
    left: 50%;
    margin-left: -224px; }
    @media (max-width: 575px) {
      .select__dropdown {
        left: 0;
        width: 100%;
        max-width: 85%;
        margin: 0; } }
  .select__dropdown-item {
    display: flex;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.25px;
    text-decoration: none;
    transition: .3s;
    padding: 6px 8px;
    margin: 4px 0;
    cursor: pointer;
    border-radius: 5px; }
    .select__dropdown-item:hover {
      background-color: #d6d6d6; }
  .select__dropdown--img {
    width: 32px;
    margin-right: 8px; }
    .select__dropdown--img img {
      width: 100%;
      height: auto; }
  .select__dropdown--text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 4px;
    line-height: 1.5;
    color: #1d1c1c; }
  .select__start {
    position: relative;
    cursor: pointer;
    padding: 8px 8px 8px 12px;
    border-width: 0px;
    border-radius: 5px;
    background-color: none;
    display: flex;
    justify-content: space-between;
    -webkit-box-align: center;
    transition: .3s;
    z-index: 99; }
    @media (max-width: 575px) {
      .select__start {
        padding: 10px 9px 9px 9px; } }
    .select__start.active {
      box-shadow: none; }
      .select__start.active .select__start-arrow {
        display: none; }
    .select__start:hover {
      background-color: none; }
  .select__start-hidden {
    display: none; }
  .select__start-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s; }
    .select__start-arrow svg path {
      fill: darkgray; }
  .select__start-info {
    display: flex;
    align-items: center; }
  .select__start-icon {
    width: 25px;
    margin-right: 8px; }
    .select__start-icon img {
      width: 100%; }
  .select__start-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff; }
    @media (max-width: 767px) {
      .select__start-text {
        font-size: 14px; } }

.hidden {
  display: none; }

input {
  box-shadow: none;
  background: transparent;
  width: 150px;
  outline: none;
  box-sizing: border-box;
  border: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  padding-left: 0;
  text-align: right;
  font-size: 18px; }
  input::-moz-placeholder {
    color: darkgray; }
  input::-webkit-input-placeholder {
    color: darkgray; }
  input:-ms-input-placeholder {
    color: darkgray; }
  input::-ms-input-placeholder {
    color: darkgray; }
  input::placeholder {
    color: darkgray; }

#myInput {
  text-align: left;
  font-family: 'Manrope', sans-serif;
  font-size: 34px;
  font-weight: bold;
  color: #fff; }

.select-input {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  background: #1e2025;
  padding: 9px 12px;
  border-radius: 32px; }
  .select-input__info {
    display: flex;
    align-items: center; }
  .select-input__icon {
    width: 24px;
    margin-right: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .select-input__icon img {
      width: 100%; }
  .select-input__text {
    font-size: 18px;
    line-height: 28px;
    color: #fff; }
  .select-input__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500; }
    .select-input__arrow svg path {
      fill: darkgray; }

.popup-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: .3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  .popup-wrapper.active {
    z-index: 99999;
    opacity: 1; }

.popup {
  z-index: -1;
  opacity: -1;
  width: 512px;
  margin: auto;
  background-color: #ececec;
  border-radius: 5px;
  overflow: hidden;
  padding: 24px;
  position: relative;
  box-sizing: border-box; }
  .popup.active {
    z-index: 999999999;
    opacity: 1; }
  .popup__title {
    font-size: 16px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.25px;
    -webkit-box-pack: center;
    margin-bottom: 25px; }
  .popup__wrap {
    padding: 0px;
    height: 500px;
    max-height: 60vh;
    overflow-y: scroll;
    border-radius: 10px; }
  .popup__item {
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 8px;
    margin: 4px 0;
    line-height: 16px;
    cursor: pointer; }
    .popup__item:hover {
      background-color: #e1e1e1; }
  .popup__icon {
    width: 32px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff; }
    .popup__icon img {
      width: 100%;
      height: auto; }
  .popup__close {
    position: absolute;
    top: 10px;
    right: 5px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: white; }
    .popup__close svg path {
      fill: #1d1c1c;
      transition: .3s; }
    .popup__close:hover svg path {
      color: #5493f7; }
  .popup__name {
    font-size: 16px;
    font-weight: 500; }
  .popup__sign {
    color: #474d57;
    font-size: 12px; }

.bridge {
  font-size: 12px;
  font-weight: bold;
  color: #fff; }
  .bridge__line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: space-between;
    padding: 7px 0; }
    .bridge__line:last-child {
      border: none; }
  .bridge__icon {
    display: flex;
    width: 14px; }
  .bridge__left {
    display: flex;
    align-items: center;
    gap: 8px;
    align-content: center; }

#bridge-btn {
  border-radius: 32px;
  border: none;
  background: #fff;
  transition: .3s;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s; }
  #bridge-btn:hover {
    transform: scale(1.1); }

