/*!*********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/style.scss ***!
  \*********************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: Gotham;
  font-weight: 700;
  src: url(0d0bf56e1e7f61d4cc10.woff2) format("woff2"), url(df56df694d49cc707756.woff) format("woff"), url(b77f9460e9e9c62c7b2f.ttf) format("truetype"), url(ee4454868c1565043423.eot) format("embedded-opentype");
  /* Формат EOT */ }

@font-face {
  font-family: Gotham;
  font-weight: 500;
  src: url(17c94287bac3f1cf030b.woff2) format("woff2"), url(48f045c065e72b3890ac.woff) format("woff"), url(5a5061d520ff31fad9e9.ttf) format("truetype"), url(3f99e632704c02579b26.eot) format("embedded-opentype");
  /* Формат EOT */ }

@font-face {
  font-family: Gotham;
  font-weight: 300;
  src: url(7134741ca60a2642b0ff.woff2) format("woff2"), url(40369050253eb1818110.woff) format("woff"), url(2e3c5c3c55333ae6780e.ttf) format("truetype"), url(e59adf994d6c7b0c4e02.eot) format("embedded-opentype");
  /* Формат EOT */ }

body {
  font-family: Gotham, Arial, sans-serif;
  background-color: #0d0d0d;
  color: #fff;
  margin: 0; }
  body.no-scroll {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    height: 100vh;
    overflow: hidden; }

html.no-scroll {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  height: 100vh;
  overflow: hidden; }

* {
  box-sizing: border-box; }

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; } }

.container-full {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 20px; }
  @media (max-width: 575px) {
    .container-full {
      padding: 0 10px;
      max-width: 100%; } }

.header {
  display: flex;
  align-items: center;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between; }
  .header__box {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: #0b0d0e; }
    @media (max-width: 575px) {
      .header__box {
        margin-top: 0;
        padding: 0;
        border: none; } }
  @media (max-width: 575px) {
    .header {
      padding: 15px;
      flex-direction: column;
      gap: 12px; } }
  @media (max-width: 374px) {
    .header {
      padding: 20px 15px; } }
  .header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-transform: uppercase;
    font-size: 24px; }
  .header__btn {
    border-radius: 15px;
    border: 1px solid #5271ff;
    font-size: 16px;
    padding: 12px 28px;
    cursor: pointer;
    white-space: nowrap;
    text-transform: capitalize;
    transition: .3s; }
    .header__btn:hover {
      background-color: #4983e5; }

.footer {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 28px 0px;
  opacity: 0.5; }
  @media (max-width: 575px) {
    .footer {
      padding: 28px 24px; } }
  @media (max-width: 374px) {
    .footer {
      padding: 28px 15px; } }
  .footer__copyright {
    font-weight: 300;
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.22px; }
    @media (max-width: 575px) {
      .footer__copyright {
        width: 100%;
        text-align: center;
        margin-bottom: 12px; } }
  @media (max-width: 575px) {
    .footer__nav {
      width: 100%;
      display: flex;
      justify-content: center; } }
  .footer__nav ul {
    display: flex;
    align-items: center;
    margin: 0; }
    @media (max-width: 575px) {
      .footer__nav ul {
        flex-wrap: wrap; } }
    .footer__nav ul li {
      list-style-type: none;
      margin-right: 30px; }
      .footer__nav ul li:last-child {
        margin-right: 0; }
      .footer__nav ul li a {
        transition: .3s;
        text-decoration: none;
        color: white;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 300; }
        .footer__nav ul li a:hover {
          opacity: .8; }
  @media (max-width: 575px) {
    .footer {
      flex-wrap: wrap; } }

.re {
  position: relative;
  z-index: 999; }

.main {
  overflow: hidden;
  position: relative;
  background-color: #1e1e1e;
  background-size: contain;
  padding: 60px 0;
  border-radius: 2em;
  height: calc(100vh - 165px); }
  @media (max-width: 575px) {
    .main {
      border-radius: 0px;
      padding: 0;
      height: auto; } }
  @media (max-width: 374px) {
    .main {
      padding: 0; } }
  .main__top {
    display: flex;
    justify-content: space-between; }
  .main__path {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .main__path {
        flex-direction: column; } }
  .main__form {
    margin: auto;
    width: 600px;
    padding: 23px 16px;
    border-radius: 22px;
    background: #131317; }
    @media (max-width: 768px) {
      .main__form {
        max-width: 100%;
        width: auto; } }
  .main__title {
    margin: 0 0 20px;
    height: 24px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.31px;
    -webkit-box-pack: center;
    justify-content: center;
    color: white;
    text-transform: uppercase;
    text-align: left; }
    @media (max-width: 574px) {
      .main__title {
        margin-bottom: 20px; } }
  .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__blased {
    position: absolute;
    left: 0;
    top: 30px;
    width: 100%;
    height: 142px;
    background-repeat: no-repeat;
    background-size: 40% 60%;
    background-position: 50% 50%; }
    @media (max-width: 575px) {
      .main__blased {
        top: 20px;
        background-size: 30% 50%; } }
  .main__arrows {
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 4;
    left: 50%;
    margin-left: -7px;
    margin-top: -14px; }
    @media (max-width: 768px) {
      .main__arrows {
        transform: rotate(-90deg); } }
    .main__arrows img {
      transition: all 0.3s ease-in-out 0s; }
      .main__arrows img:hover {
        transform: rotate(-180deg); }
  .main__block {
    width: 100%;
    background: #1d1d25;
    border-radius: 22px;
    padding: 16px 24px 16px; }
  .main__selects {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 150px;
    gap: 10px;
    flex-shrink: 0; }
    @media (max-width: 768px) {
      .main__selects {
        flex-direction: row;
        width: 100%; } }

.select {
  z-index: 2;
  width: 100%;
  position: relative;
  background: #1d1d25;
  border-radius: 22px;
  padding: 37px 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media (max-width: 575px) {
    .select {
      width: 140px;
      min-width: 140px; } }
  .select.active .select__dropdown {
    opacity: 1;
    z-index: 99;
    display: block; }
  .select__circle {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-repeat: no-repeat; }
  .select__circle-img {
    width: 30px;
    height: 30px; }
    .select__circle-img img {
      width: 100%; }
  .select__circle-text {
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 12px;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #a3a3a3;
    text-transform: uppercase;
    bottom: 30px; }
    @media (max-width: 575px) {
      .select__circle-text {
        bottom: 15px; } }
  .select__dropdown {
    position: absolute;
    display: none;
    inset: 0px auto auto 0px;
    margin: 0px;
    z-index: 1;
    border: 0px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.34) 0px 12px 7px -7px;
    background-color: #2e2e2e;
    transform: translate(0px, 0px) !important;
    top: 29px;
    padding: 0; }
  .select__dropdown-item {
    display: flex;
    align-items: center;
    color: white;
    padding: 13px 15px 12px 15px;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.25px;
    text-decoration: none;
    transition: .3s;
    cursor: pointer; }
    @media (max-width: 575px) {
      .select__dropdown-item {
        padding: 10px 9px 9px 12px; } }
    .select__dropdown-item:hover {
      color: white;
      background-color: rgba(85, 146, 247, 0.1); }
  .select__dropdown--img {
    width: 18px;
    margin-right: 8px; }
    .select__dropdown--img img {
      width: 100%;
      height: auto; }
  .select__dropdown--text {
    font-size: 16px;
    font-weight: 500;
    margin-right: 4px;
    color: #b9b9b9;
    line-height: 1.5; }
  .select__start {
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.25px;
    color: #e9e9e9;
    transition: .3s;
    z-index: 99; }
    @media (max-width: 575px) {
      .select__start {
        padding: 10px 9px 9px 12px; } }
    .select__start.active {
      box-shadow: none; }
      .select__start.active .select__start-arrow {
        display: none; }
  .select__start-hidden {
    display: none; }
  .select__start-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s; }
  .select__start-info {
    display: flex;
    align-items: center; }
  .select__start-icon {
    width: 18px;
    margin-right: 8px;
    display: none; }
    .select__start-icon img {
      width: 100%; }
  .select__start-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5; }
    @media (max-width: 767px) {
      .select__start-text {
        font-size: 14px; } }

.hidden {
  display: none; }

.input-container {
  position: relative;
  cursor: pointer;
  padding: 0 0 12px 0px;
  font-size: 14px;
  font-weight: 500; }
  .input-container:last-child {
    margin-bottom: 0; }
  .input-container--opacity {
    transition: .3s; }
    .input-container--opacity:hover {
      opacity: 0.8; }

input {
  border: none;
  box-shadow: none;
  background: transparent;
  width: 100%;
  outline: none;
  box-sizing: border-box;
  border: 0;
  padding-top: 12px;
  padding-bottom: 6px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-image: initial;
  padding-left: 0px;
  font-size: 20px;
  color: white; }
  input::-moz-placeholder {
    color: #77777c;
    /* Цвет подсказывающего текста */ }
  input::-webkit-input-placeholder {
    color: #77777c; }
  input:-ms-input-placeholder {
    color: #77777c; }
  input::-ms-input-placeholder {
    color: #77777c; }
  input::placeholder {
    color: #77777c; }

label {
  top: 50%;
  left: 0;
  transform: translateY(-25%);
  pointer-events: none;
  transition: 0.2s ease;
  font-size: 12px;
  font-weight: 300;
  color: #fff; }

.select-input {
  display: flex;
  justify-content: space-between; }
  .select-input__info {
    display: flex;
    align-items: center; }
  .select-input__icon {
    width: 18px;
    margin-right: 10px;
    overflow: hidden;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .select-input__icon img {
      width: 100%; }

.popup-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  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: 550px;
  margin: auto;
  background-color: #2e2e2e;
  border-radius: 32px;
  overflow: hidden;
  padding: 40px 25px 40px;
  position: relative;
  box-sizing: border-box; }
  .popup.active {
    z-index: 999999999;
    opacity: 1; }
  .popup__title {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    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;
    background-color: #202020;
    border-radius: 10px; }
  .popup__item {
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    line-height: 16px;
    cursor: pointer; }
    .popup__item:hover {
      background-color: #171717; }
  .popup__icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 100%;
    background: #fff; }
    .popup__icon img {
      width: 100%;
      height: auto; }
  .popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    color: white; }
    .popup__close svg path {
      transition: .3s; }
    .popup__close:hover svg path {
      color: #5493f7; }
  .popup__name {
    font-size: 14px;
    font-weight: 500; }
  .popup__sign {
    color: #474d57;
    font-size: 12px; }

.bridge__line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 200;
  color: #fff;
  line-height: 12px; }

.bridge__connect {
  width: 100%;
  height: 42px;
  border: none;
  background-image: linear-gradient(93.43deg, #0fd8fd -1.72%, #f32efb 22.7%, #3554f8 48.81%, #f32efb 76.02%, #0fd8fd 102.26%);
  background-size: 200% 100%;
  moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  padding: 1px;
  margin-bottom: 9px; }
  .bridge__connect:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.header__airdrop {
  color: #fff;
  border: 1px solid #5271ff;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  text-transform: uppercase;
  gap: 15px;
  transition: 0.3s; }
  .header__airdrop:hover {
    background-color: #5271ff; }
    .header__airdrop:hover img {
      filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0) hue-rotate(206deg) brightness(102%) contrast(100%); }

#bridge-btn {
  width: 100%;
  height: 42px;
  border: none;
  background-image: linear-gradient(93.43deg, #0fd8fd -1.72%, #f32efb 22.7%, #3554f8 48.81%, #f32efb 76.02%, #0fd8fd 102.26%);
  background-size: 200% 100%;
  moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border-radius: 42px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 9px;
  position: relative;
  padding: 1px;
  margin-bottom: 9px; }
  #bridge-btn:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out; }

.main {
  background: url(54f3120f0c7e08b65fbd.png) no-repeat left center;
  background-size: cover; }
  .main__fee {
    background: #1d1d25;
    border-radius: 22px;
    padding: 23px; }
  .main__border {
    position: relative;
    padding: 1px; }
    @media (max-width: 768px) {
      .main__border {
        width: 50%; } }
    .main__border:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      border-radius: 22px;
      top: 0;
      left: 0;
      background: linear-gradient(122.65deg, #f32efb 7.17%, #0f8bfd 104.8%, #3554f8 149.68%);
      opacity: 0;
      transition: .3s linear; }
    .main__border:hover:after {
      opacity: 1; }

.swallow {
  position: absolute;
  left: calc(50% - 55px);
  top: calc(50% - 55px); }
  .swallow__box {
    position: absolute;
    left: 855px;
    top: -13%; }
    @media (max-width: 1250px) {
      .swallow__box {
        left: auto;
        right: -75px; } }
    @media (max-width: 575px) {
      .swallow__box {
        position: relative;
        width: 100%;
        right: 15px;
        top: 0;
        overflow: hidden; } }
  .swallow-gif {
    mix-blend-mode: lighten;
    transform: rotateX(43deg) rotateY(13deg) translate3d(-50px, 200px, 200px);
    will-change: transform; }
    @media (max-width: 575px) {
      .swallow-gif {
        width: 100%; } }
  .swallow__shadow {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 255, 255, var(--tw-bg-opacity));
    mix-blend-mode: hue;
    width: 320px;
    height: 300px;
    position: absolute;
    left: calc(50% - 160px);
    top: calc(50% - 150px);
    z-index: 111;
    border-radius: 100%; }

