@media (min-width: 1880px) {
  .container, .container-fluid, .container-fhd, .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm{
    --bs-gutter-x: 5rem!important;
  }
}
.navbar{
  --bs-navbar-nav-link-padding-x: 28px!important;
  --bs-navbar-active-color: #CEB484;
}
::-webkit-scrollbar {
    display: none;
}
body {
    background-color:#384154;
    color: #fff;
    font-family: "Commissioner", serif;
    font-optical-sizing: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*
body.body-front {
  background:url(../img/bg3.png) 0 100% no-repeat #0C0E12;
  background-position: right;
  background-attachment: fixed;
}
*/


body.body-front::before,
body.body-exchange::before {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    width:100%;
    height: 100vh;

    background-image: url(../img/bg3.png);
    background-repeat: no-repeat;

    z-index: -1;
}

body.body-front.auto-height::before,
body.body-exchange.auto-height::before {
  background-position: top center;
}

@media (max-width: 767px) {
  body.body-front.auto-height::before,
  body.body-exchange.auto-height::before {
    background-size: cover;
  }
}

@media (max-width: 450px) {
  body.body-front.auto-height::before,
  body.body-exchange.auto-height::before {
    background-size: auto 100%;
  }
}

@media (min-width: 768px) {
  body.body-front.auto-height::before,
  body.body-exchange.auto-height::before {
    background-size: cover;
  }
}

#argit-token-svg{
  margin-left:6px;
}
#argit-token-svg2{
  margin-left:6px;
}
#argit-token:focus {
  outline: none;
}
body.body-front.auto-width::before,
body.body-exchange.auto-width::before{
  background-size: 100% 100%;
  background-position: right;
}

body.body-tokenomics {
  background-image: url(../img/bg2.png);
}

body.body-roadmap,
body.body-contacts {
  background-image: url(../img/bg1.png);
}

/* body.body-exchange {
  background-image: url(../img/bg3.png);
} */

body.auto-width,
body.body-tokenomics.auto-width,
/* body.body-exchange.auto-width, */
body.body-contacts.auto-width,
body.body-roadmap.auto-width {
    background-size: 100% auto;
}

body.auto-height,
body.body-tokenomics.auto-height,
/* body.body-exchange.auto-height, */
body.body-contacts.auto-height,
body.body-roadmap.auto-height {
    background-size: auto 100%;
    background-size: cover;
}

textarea {
  resize: none!important;
}

.fhv{
  min-height:100vh;
  height: auto;
}
.header {
    padding: 50px 0 0 0;
    text-align: center;
    height:158px;
}
.main-section {
    /* text-align: center; */
    height: 100%;
    flex: 1;
}
.exchange-btn {
    margin-top: 2rem;
}
.exchange-btn a {
  width: 322px;
  height: 47px;
  cursor: pointer;

  /*
  border-radius: 2px;
  background: linear-gradient(-45deg, #9496a5 0%, #808291 27.09%, #6b707f 100%);
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  */
  display: inline-flex;
  align-items: center;
  transition: opacity 0.3s;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-align: center;
  color: #c7a46f;
  justify-content: center;
  text-decoration: none;

  background: transparent;
  border: 1px solid #424c60;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  --webkit-backdrop-filter: blur(30px);
  background-color: rgba(0, 0, 0, 0);

  text-transform: uppercase;

}



.exchange-btn-v2 a{

  cursor: pointer;
  font-family: "Commissioner";
  font-weight: normal;
  /*
  font-size: 11px;
  */
  letter-spacing: 0.1em;
  line-height: 20px;
  color: #c7a46f;
  text-decoration: none;
  display: block;
  width: 100%;
  min-height: 65px;
  line-height: 65px;
  background: transparent;
  border: 1px solid #4a5469;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(4.3135199546813965px);
  -webkit-backdrop-filter: blur(4.3135199546813965px);
  --webkit-backdrop-filter: blur(4.3135199546813965px);
  background-color: rgba(255, 255, 255, 0);
  /* (plus shape's fill blended on top as a separate layer with 0.37% opacity) */
  text-align: center;
  transition: all 0.5s ease;

  text-transform: uppercase;
}

.exchange-btn-v2 a:hover{
  backdrop-filter: blur(2.3135199546813965px);
  -webkit-backdrop-filter: blur(2.3135199546813965px);
  --webkit-backdrop-filter: blur(2.3135199546813965px);
  background-color: rgba(255, 255, 255, 0.05);
}

.exchange-btn a:hover {
    /*opacity: .8;*/
    backdrop-filter: blur(2.3135199546813965px);
    -webkit-backdrop-filter: blur(2.3135199546813965px);
    --webkit-backdrop-filter: blur(2.3135199546813965px);
    background-color: rgba(255, 255, 255, 0.05);
}


.param-pam{
  font-size: 20px;
  letter-spacing: 0.03em;
  display:inline-flex;
  align-items:center;
  font-family: "Oswald";
  height: 30px;
  display: inline-flex;
}
.param-pam img {
  width: 21px;
  display: flex;
  justify-content: center;
  align-self: center;
}

@media (min-width: 1600px) {
  .param-pam {
    font-size: 25px;
  }
  .param-pam img {
    width: 25px;
  }
  .graph-icon-icon{
    transform: scale(1.2);
  }
}


.right-padding{
  padding-right: 84px;
}

.side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 84px;
    height: 100%;
    background-color: #384154;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 54px 0 32px;
    z-index: 1000;
    border-left:1px solid #566179;
    height: 100vh;
}
.side-menu .fh{
  height: 100%;
}
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    width: 49px;
    min-width: 49px;
    height: 49px;
    border-radius: 2px;
    background: #394153;
    border: 1px solid #5f6b86;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    transition: all 0.5s ease;
}
.menu-toggle:hover {
  border-color: #CEB484;
}
.menu-toggle:hover .bar{
  width:32px!important;
  background: #CEB484;
}
.burger {
    cursor: pointer;
    width: 32px;
    height: 18px;
    position: relative;
}
.bar {
    background: #fff;
    width: 32px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    /* transition: transform 0.5s ease, opacity 0.5s ease, width 0.5s ease; */
    transition: all 0.5s ease;
}
.bar.top {
    top: 0;
    width: 32px;
}
.bar.middle {
    top: 8px;
    width: 27px;
}
.bar.bottom {
    top: 16px;
    width: 22px;
}
.bar.top.active {
    transform: rotate(45deg) translate(6px, 5px);
    width: 32px;
}
.bar.middle.active {
    opacity: 0;
}
.bar.bottom.active {
    transform: rotate(-45deg) translate(6px, -5px);
    width: 32px;
}

.side-panel {
    position: fixed;
    top: 0;
    right: -360px;
    width: 444px;
    height: 100%;
    transition: right 0.3s;
    z-index: 999;
    background: #384154;
    box-shadow: -3px 3px 6px rgba(0, 0, 0, 0.1);
}
.side-panel .sub-side-panel{
  margin:64px 0 0 97px;
}

@media (max-height:700px) {
  .side-panel .sub-side-panel{
    margin-top:20px;
    padding-bottom: 50px;
    overflow-y: scroll;
    height: calc(100vh - 91px);
  }
}
.side-panel.active {
    right: 0;
}

.social-item{
  text-align: center;
  margin-top:28px;
}

.social-item a svg {
  fill:#d8e1e8;
  transition: all .5s ease;
}

.no-touch .social-item a:hover svg{
  fill:#CEB484;
  transform: scale(1.2);
}

.nav-item {
  display: inline-flex;
  align-items: center;
}

.nav-item a{
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.14em;
  text-align: left;
  color: #d8e1e8;
  text-transform: uppercase;
}

.nav-item a:hover,
.nav-item a.active{
  color:#CEB484;
}

.nav-item .green-nav{
  color:#09B145;
  display: inline-flex;
}

.nav-item a.green-nav.active svg{
  fill:#CEB484!important;
}

.first-level{
  margin-top:64px;
}

.second-level{
  margin-left:27px;
}

.first-level li {
  margin-bottom: 18px;
}

.first-level li a{
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 22px;
  color: #d8e1e8;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 27px;
  transition: all .5s ease;
}

.first-level li a.active{
  color:#CEB484;
}

.first-level li .second-level{
  margin-top: 18px;
}

.first-level li .second-level li{
  margin-bottom: 14px;
}

.first-level li .second-level li:last-child{
  margin-bottom: 33px;
}

.first-level li .second-level li a{
  font-weight: 300;
  line-height: 17px;
  text-transform: none;
}

.no-touch .first-level li a:hover{
  color:#CEB484;
  padding-left: 18px;
}

h1 {
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 70px;
  text-align: left;
  color: #fff;
}
.graph-icon-desc{
  font-family: "Commissioner";
  /*font-weight: 200;
  font-size: 11px;*/
  letter-spacing: 0.04em;
  line-height: 20px;
  /*text-align: right;*/
  margin-top:7px;
}
.graph-icon-icon{
  width: 33px;
  display: flex;
  /*text-align: right; */
}
@media (max-width: 767px) {
  .lead{
    line-height: 18px;
  }
}
.token-rectangle{
  width: 450px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='454.111' viewBox='0 0 454.111 204'%3E%3Cg transform='translate(-495.648 -349)'%3E%3Cline x2='454.111' transform='translate(495.648 444.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cline y1='204' transform='translate(699.259 349)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cg transform='translate(699 427.846) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='23.26' height='23.26' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='22.26' height='22.26' fill='none'/%3E%3C/g%3E%3Cg transform='translate(699 432.228) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='17.062' height='17.062' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='16.062' height='16.062' fill='none'/%3E%3C/g%3E%3Crect width='5.482' height='5.482' transform='translate(699 440.417) rotate(45)' fill='%23ceb484'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.first-row-left{
  margin: 0 53px 27.5px 0;
}

.first-row-right{
  margin: 0 0 27.5px 53px;
}

.second-row-left{
  margin: 53px 27.5px 0 0;
}

.second-row-right{
  margin: 53px 0 0 27.5px;
}

.first-row-left,
.second-row-left{
  width:155px;
}

.first-row-right,
.second-row-right{
  width:200px;
}

.fr-title{
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
  white-space: nowrap;
}

.fr-subtitle{
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
}

.tokenomics-item{
  /*
  border-radius: 5px;
  background: linear-gradient(90deg, #9496a5 0%, #808291 27.09%, #6b7180 100%);
  border: 1px solid #3c4659;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  padding: 20px 0 0 32px;
  width: 100%;
  */

  padding: 37px 25px 0 25px;
  width: 100%;
  background: transparent;
  border: 1px solid #3c4659;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(35.2421989440918px);
  -webkit-backdrop-filter: blur(35.2421989440918px);
  --webkit-backdrop-filter: blur(35.2421989440918px);
  background-color: rgba(0, 0, 0, 0);

}

.tk-icon{
  text-align: left;
  min-height: 85px;
  display: flex;
  align-items: center;
}

.tk-title{
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 52px;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
  margin-top: 4px;
}

.tk-subtitle{
  letter-spacing: 0.07em;
  text-align: left;
  color: #fff;
  margin-top: 9px;
  font-weight: 200;
}

.tk-readmore{
  text-align: right;
}

.tk-readmore a{
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.12em;
  color: #ceb484;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: end;
  transition: all .5s ease;
  border-top:1px solid #3C4659;
  padding-top:30px;
}

.tk-readmore a::after{
  content: ' ';
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 5px;
  transition: all .5s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.598' height='29.598' viewBox='0 0 29.598 29.598'%3E%3Cg transform='translate(0 14.799) rotate(-45)' fill='none' stroke='%23ceb484' stroke-width='1'%3E%3Crect width='20.929' height='20.929' rx='10' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19.929' height='19.929' rx='9.5' fill='none'/%3E%3C/g%3E%3Cpath d='M12.066,7.746H4.557L7.282,5.021l-.728-.728L2.586,8.261l3.968,3.968.728-.728L4.557,8.775h7.509Z' transform='translate(21.557 23.059) rotate(180)' fill='%23ceb484'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.tk-readmore a:hover{
  text-decoration: none;
  padding-right: 5px;
}

.tk-readmore a:hover::after{
  transform: scale(1.2);
  margin-right: -5px;
  margin-left: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.598' height='29.598' viewBox='0 0 29.598 29.598'%3E%3Cg transform='translate(0 14.799) rotate(-45)' fill='%233C4659' stroke='%23ceb484' stroke-width='1'%3E%3Crect width='20.929' height='20.929' rx='10' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='19.929' height='19.929' rx='9.5' fill='none'/%3E%3C/g%3E%3Cpath d='M12.066,7.746H4.557L7.282,5.021l-.728-.728L2.586,8.261l3.968,3.968.728-.728L4.557,8.775h7.509Z' transform='translate(21.557 23.059) rotate(180)' fill='%23ceb484'/%3E%3C/svg%3E") 50% 50% no-repeat;
}

.footer-text{
  font-weight: 300;
  letter-spacing: 0.07em;
  line-height: 15px;
  color: #cfcccc;
  text-align: justify;
}

.footer-text a{
  font-weight: 300;
  text-decoration: underline;
  letter-spacing: 0.04em;
  color: #ceb484;
}

.footer-text a:hover{
  text-decoration: none;
}

.fr-icon{
  width: 30px;
}

.fr-icon svg{
  width: 30px;
}

.no-scroll{
  overflow: hidden;
}

@media (max-width: 993px) {
    .right-padding {
        padding: 0;
    }
    .side-menu{
      display: none;
    }
    .side-panel {
      position: fixed;
      top: 91px;
      right: -100%;
      width: 100%;
    }
    .exchange-btn{
      margin-top:6px;
    }
    .exchange-btn a {
      width: 100%;
    }
    .header {
      /* background: linear-gradient(90deg, #0d0f14 0%, #384154 100%); */
      background: linear-gradient(90deg, #242a38 0%, #3f4b63 100%);
      padding: 13px 0 0 0;
      height: 91px;
    }
    h1{
      font-weight: 300!important;
      letter-spacing: 0.03em;
      line-height: 43px;
      text-align: left;
      color: #fff;
    }
    .fr-icon{
      margin-bottom: 45px;
    }

    .first-row-left{
      margin: 0 3px 3px 0;
    }

    .first-row-right{
      margin: 0 0 3px 3px;
    }

    .second-row-left{
      margin: 3px 3px 0 0;
    }

    .second-row-right{
      margin: 3px 0 0 3px;
    }

    .first-row-left,
    .second-row-left{
      width:100%;
      border-radius: 2px;
      background: linear-gradient(225deg, #9496a5 0%, #808291 27.09%, #696f7e 100%);
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);

    }

    .first-row-right,
    .second-row-right{
      width:100%;
      border-radius: 2px;
      background: linear-gradient(225deg, #9496a5 0%, #808291 27.09%, #696f7e 100%);
      box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    }

    .token-rectangle{
      width:100%;
      background: none;
    }

    .tk-readmore{
      margin-top: 16px;
    }
    .tokenomics-item{
      padding-left:20px;
      padding-top:10px;
    }
    .tk-icon{
      height: 55px;
    }
    .tk-icon svg{
      width: 43px;
    }
    .tk-title{
      padding-left:20px;
      margin-top: 0;
      /*font-size: 25px;*/
      letter-spacing: 0.03em;
      line-height: 55px;
    }

    .tk-subtitle{
      /*
      font-size: 11px;
      */
      padding-left:20px;
      margin-top:0;
      letter-spacing: 0.07em;
      line-height: 17px;
    }

    .sub-side-panel{
      text-align: center;
    }

    .first-level li a:hover{
      padding-left: 0!important;
    }

    .side-panel .sub-side-panel{
      margin-left:0;
    }
    .second-level {
        margin-left: 0px;
    }
    .social-item {
        margin-top: 10px;
    }
    .header.sticky{
      position: sticky;
      top: 0;
      z-index: 2;
    }
    .fr-icon{
      height:31px;
    }
    .fr-title{
      letter-spacing: 0.03em;
    }

    body.auto-height {
      background-position-x: 100%;
      background-size: auto 100%;
      min-height: fit-content;
    }
}

@media (max-width: 767px) {
  /*,body.auto-height*/
  .fhv{
    /*min-height: auto!important;*/
    min-height:calc(100vh - 104px);
  }
}

a svg.spin{
  transition: all 0.5s ease;
}

a:hover .spin{
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

a.green-nav svg{
  fill:#09b145!important;
}

a.green-nav:hover svg{
  fill:#c7a46f!important;
}

@media (min-width: 1880px) {
  svg.spin{
    width:24px;
    height: 24px;
  }
  .logo img {
    width: 150px;
  }
}

.display-4 {
    font-size: calc(1.475rem + 0.7vw);
}

.display-5 {
    font-size: calc(1.475rem + 0.55vw);
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: calc(1.475rem + 0.7vw);
    }
    .display-5 {
        font-size: calc(1.475rem + 0.55vw);
    }
}

@media (min-width: 1536px) {
  .token-rectangle {
    width:100%;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-between;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='732' viewBox='0 0 454.111 204'%3E%3Cg transform='translate(-495.648 -349)'%3E%3Cline x2='454.111' transform='translate(495.648 444.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cline y1='204' transform='translate(699.259 349)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cg transform='translate(699 427.846) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='23.26' height='23.26' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='22.26' height='22.26' fill='none'/%3E%3C/g%3E%3Cg transform='translate(699 432.228) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='17.062' height='17.062' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='16.062' height='16.062' fill='none'/%3E%3C/g%3E%3Crect width='5.482' height='5.482' transform='translate(699 440.417) rotate(45)' fill='%23ceb484'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% auto;
  }
  .first-row-left, .second-row-left {
    width: 35%;
  }
  .first-row-right, .second-row-right {
    width: 45%;
  }
  .first-row-left {
      margin: 0;
  }
  .first-row-right {
      margin: 0;
  }
  .second-row-left {
      margin: 0;
  }
  .second-row-right {
      margin: 0;
  }
}

@media (min-width: 993px) {
  .sticky-desktop {
    position: sticky;
    top: 0;
    z-index: 2;
  }
}


@media (min-width: 1536px) {
  .header{
    padding-top:41px;
  }
  .token-rectangle {
    width:100%;
    min-height: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-between;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='732' viewBox='0 0 454.111 204'%3E%3Cg transform='translate(-495.648 -349)'%3E%3Cline x2='454.111' transform='translate(495.648 444.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cline y1='204' transform='translate(699.259 349)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cg transform='translate(699 427.846) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='23.26' height='23.26' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='22.26' height='22.26' fill='none'/%3E%3C/g%3E%3Cg transform='translate(699 432.228) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='17.062' height='17.062' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='16.062' height='16.062' fill='none'/%3E%3C/g%3E%3Crect width='5.482' height='5.482' transform='translate(699 440.417) rotate(45)' fill='%23ceb484'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% auto;
  }
  .first-row-left, .second-row-left {
    width: 35%;
  }
  .first-row-right, .second-row-right {
    width: 45%;
  }
  .exchange-btn{
    margin-top:2rem;
  }
  .exchange-btn a {
    width: 100%;
    height: 66px;
  }
  .first-row-left {
      margin: 0;
  }
  .first-row-right {
      margin: 0;
  }
  .second-row-left {
      margin: 0;
  }
  .second-row-right {
      margin: 0;
  }
  .token-svg img{
    width: 90%;
  }
  .fr-icon {
      width: 38px;
      height: 52px;
  }
  .fr-icon svg {
      width: 38px;
      height: auto;
  }
}
}

@media (min-width: 1880px) {
  .display-4 {
      font-size: calc(1.475rem + 2vw);
  }
  .display-5 {
      font-size: calc(1.475rem + 1.7vw);
  }
  .header {
    padding-top: 37px;
  }
  .token-rectangle {
    width:100%;
    min-height: 329px;
    height: auto;
    display: flex;
    flex-direction: column;
    height: 90%;
    justify-content: space-between;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='732' viewBox='0 0 454.111 204'%3E%3Cg transform='translate(-495.648 -349)'%3E%3Cline x2='454.111' transform='translate(495.648 444.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cline y1='204' transform='translate(699.259 349)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3Cg transform='translate(699 427.846) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='23.26' height='23.26' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='22.26' height='22.26' fill='none'/%3E%3C/g%3E%3Cg transform='translate(699 432.228) rotate(45)' fill='%232d3546' stroke='%2349546a' stroke-width='1'%3E%3Crect width='17.062' height='17.062' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='16.062' height='16.062' fill='none'/%3E%3C/g%3E%3Crect width='5.482' height='5.482' transform='translate(699 440.417) rotate(45)' fill='%23ceb484'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100% auto;
  }
  .first-row-left, .second-row-left {
    width: 35%;
  }
  .first-row-right, .second-row-right {
    width: 45%;
  }
  .exchange-btn{
    margin-top:5rem;
  }
  .exchange-btn a {
    width: 100%;
    height: 76px;
  }
  .first-row-left {
      margin: 0;
  }
  .first-row-right {
      margin: 0;
  }
  .second-row-left {
      margin: 0;
  }
  .second-row-right {
      margin: 0;
  }
  .token-svg img{
    width: 100%;
  }
  .fr-icon {
      width: 44px;
      height: 57px;
  }
  .fr-icon svg {
      width: 44px;
      height: auto;
  }
}

/* font sizes  */

.exchange-btn a,
.exchange-btn-v2 a {
  font-size: 0.6875rem;
}
.nav-item a{
  font-size: 0.6875rem;
}

.first-level li a{
  font-size: 1.125rem;
}

.first-level li .second-level li a{
  font-size: 0.875rem;
}

.first-level li {
  margin-bottom: 1.125rem;
}

.first-level li .second-level{
  margin-top: 1.125rem;
}

.first-level li .second-level li{
  margin-bottom: 0.875rem;
}

.first-level li .second-level li:last-child{
  margin-bottom: 2.0625rem;
}

.lead{
  font-size: 0.8125rem;
}

.fr-title{
  font-size: 1.875rem;
}

.fr-subtitle{
  font-size: 0.6875rem;
}

.tk-title{
  /*font-size: 2.1875rem;*/
  line-height: 3rem;
}

.tk-subtitle{
  /*
  font-size: 0.8125rem;
  line-height: 1rem;
  */
}

.tk-readmore{
  /*padding-right:1.1875rem;*/
  margin-top: 3.5rem;
  margin-bottom: 0.9375rem;
}

.tk-readmore a{
  font-size: 0.6rem;
  line-height: 2.1875rem;
}

.footer-text{
  font-size: 0.8125rem;
  font-size: 9px;
}

.footer-text a{
  font-size: 0.8125rem;
}

@media (max-width: 993px) {

  p{
    font-size: 0.9rem;
  }

  .fr-subtitle{
    font-size: 0.6875rem;
  }

  .fr-title{
    font-size: 1.5625rem;
    letter-spacing: 0.03em;
  }
}

@media (max-width: 767px) {
  .tk-readmore {
    margin-top:0px;
    margin-bottom: 0.6rem;
  }
  .tk-readmore a {
    border-top: none;
    padding-top: 0;
  }
}

@media (min-width: 768px and max-width: 992px) {
  .exchange-btn a,
  .exchange-btn-v2 a {
    font-size: calc(0.6875rem + 0.5vw);
  }
  .nav-item a{
    font-size: calc(0.6875rem + 0.5vw);
  }

  .first-level li a{
    font-size: calc(1.125rem + 0.5vw);
  }

  .first-level li .second-level li a{
    font-size: calc(0.875rem + 0.5vw);
  }

  .lead{
    font-size: calc(0.8125rem + 0.5vw);
  }

  .fr-title{
    font-size: calc(1.875rem + 0.5vw);
  }

  .fr-subtitle{
    font-size: calc(0.6875rem + 0.5vw);
  }

  .footer-text{
    font-size: calc(0.8125rem + 0.5vw);
    line-height: 20px;
  }

  .footer-text a{
    font-size: calc(0.8125rem + 0.5vw);
  }

  .tk-title{
    /*font-size: calc(2.1875rem + 0.5vw);
    line-height: calc(3rem + 0.5vw);*/
  }

  .tk-subtitle{
    /*
    font-size: calc(0.8125rem + 0.5vw);
    line-height: calc(1rem + 0.5vw);
    */
  }

  .tk-readmore{
    padding-right:calc(1.1875rem + 0.5vw);
    margin-top: calc(3.5rem + 0.5vw);
    margin-bottom: calc(0.9375rem + 0.5vw);
  }

  .tk-readmore a{
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(2.1875rem + 0.5vw);
  }
}

@media (min-width: 1536px) {
  .exchange-btn a,
  .exchange-btn-v2 a {
    font-size: calc(0.6875rem + 0.2vw);
  }
  .nav-item a{
    font-size: calc(0.6875rem + 0.2vw);
  }

  .first-level li a{
    font-size: calc(1.125rem + 0.2vw);
  }

  .first-level li .second-level li a{
    font-size: calc(0.875rem + 0.2vw);
  }

  .lead{
    font-size: calc(0.8125rem + 0.2vw);
  }

  .fr-title{
    font-size: calc(1.875rem + 0.2vw);
  }

  .fr-subtitle{
    font-size: calc(0.6875rem + 0.2vw);
  }

  .footer-text{
    font-size: calc(0.8125rem + 0.2vw);
    line-height: 20px;
  }

  .footer-text a{
    font-size: calc(0.8125rem + 0.2vw);
  }

  .tk-title{
    /*font-size: calc(2.1875rem + 0.2vw);*/
    line-height: calc(3rem + 0.2vw);
  }

  .tk-subtitle{
    font-size: calc(0.8125rem + 0.2vw);
    line-height: calc(1rem + 0.2vw);
  }

  .tk-readmore{
    padding-right:calc(1.1875rem + 0.2vw);
    margin-top: calc(3.5rem + 0.2vw);
    margin-bottom: calc(0.9375rem + 0.2vw);
  }

  .tk-readmore a{
    font-size: calc(0.6rem + 0.2vw);
    line-height: calc(2.1875rem + 0.2vw);
  }
}

@media (min-width: 1536px) {
  .logo img {
    width: 140px;
  }
  svg.spin{
    width:22px;
    height: 22px;
  }
  .exchange-btn a,
  .exchange-btn-v2 a {
    font-size: calc(0.6875rem + 0.1vw);
  }
  .nav-item a{
    font-size: calc(0.6875rem + 0.1vw);
  }

  .first-level li a{
    font-size: calc(1.125rem + 0.1vw);
  }

  .first-level li .second-level li a{
    font-size: calc(0.875rem + 0.1vw);
  }

  .first-level li {
    margin-bottom: calc(1.125rem + 0.1vw);
  }

  .first-level li .second-level{
    margin-top: calc(1.125rem + 0.1vw);
  }

  .first-level li .second-level li{
    margin-bottom: calc(0.875rem + 0.1vw);
  }

  .first-level li .second-level li:last-child{
    margin-bottom: calc(2.0625rem + 0.1vw);
  }

  .lead{
    font-size: calc(0.8125rem + 0.2vw);
  }

  .fr-title{
    font-size: calc(1.875rem + 0.2vw);
  }

  .fr-subtitle{
    font-size: calc(0.6875rem + 0.2vw);
  }

  .footer-text{
    font-size: calc(0.8125rem + 0.1vw);
  }

  .footer-text a{
    font-size: calc(0.8125rem + 0.1vw);
  }
}

@media (min-width: 1880px) {
  .display-4 {
      font-size: 3.3rem;
  }
  .display-5 {
      font-size: 3rem;
  }
  .logo img {
    width: 170px;
  }

  svg.spin{
    width:29px;
    height: 29px;
  }
  .exchange-btn a,
  .exchange-btn-v2 a {
    font-size: calc(0.6875rem + 0.5vw);
  }
  .nav-item a{
    font-size: calc(0.6875rem + 0.2vw);
  }

  .first-level li a{
    font-size: calc(1.125rem + 0.2vw);
  }

  .first-level li .second-level li a{
    font-size: calc(0.875rem + 0.2vw);
  }

  .first-level li {
    margin-bottom: calc(1.125rem + 0.2vw);
  }

  .first-level li .second-level{
    margin-top: calc(1.125rem + 0.2vw);
  }

  .first-level li .second-level li{
    margin-bottom: calc(0.875rem + 0.2vw);
  }

  .first-level li .second-level li:last-child{
    margin-bottom: calc(2.0625rem + 0.2vw);
  }

  .lead{
    font-size: calc(0.8125rem + 0.4vw);
  }

  .fr-title{
    font-size: calc(1.875rem + 0.5vw);
  }

  .fr-subtitle{
    font-size: calc(0.6875rem + 0.5vw);
  }

  .footer-text{
    font-size: calc(0.8125rem + 0.2vw);
  }

  .footer-text a{
    font-size: calc(0.8125rem + 0.2vw);
  }
}

.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.info-banner{
  font-family: "Commissioner";
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #ceb484;

  border: 1px solid #c7a46f;
  padding:15px 40px 15px 18px;
}
.info-banner .info-ico{
  min-width: 43px;
  margin-right:20px;
}
.pl-graph{
  background: transparent;
  border: 1px solid #3c4659;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(35.2421989440918px);
  -webkit-backdrop-filter: blur(35.2421989440918px);
  --webkit-backdrop-filter: blur(35.2421989440918px);
  background-color: rgba(0, 0, 0, 0);
  padding:10px 26px 34px 26px;
}
.pl-graph-main{
    width:calc(100% - 250px);
}
.pl-graph-main{
    width:100%;
}
.pl-graph-title{
  font-family: Commissioner;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: left;
  color: #fff;
}
@media (max-width: 992px) {
  .pl-graph-main{
    background: transparent;
    border: 1px solid #3c4659;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(35.2421989440918px);
    -webkit-backdrop-filter: blur(35.2421989440918px);
    --webkit-backdrop-filter: blur(35.2421989440918px);
    background-color: rgba(0, 0, 0, 0);
    padding:17px 10px;
  }
}
.pl-graph-icons{
  padding-left:0;
  padding-right:0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='55.5' viewBox='0 0 1 55.5'%3E%3Cline y1='55.5' transform='translate(0.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3C/svg%3E%0A") 25% 50% no-repeat,url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='55.5' viewBox='0 0 1 55.5'%3E%3Cline y1='55.5' transform='translate(0.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3C/svg%3E%0A") 50% 50% no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='55.5' viewBox='0 0 1 55.5'%3E%3Cline y1='55.5' transform='translate(0.5)' fill='none' stroke='%2349546a' stroke-width='1'/%3E%3C/svg%3E%0A") 75% 50% no-repeat;
}

.pl-graph-icons .graph-icon{
  padding-left:45px;
}
#chart {
    background: rgba(0, 0, 0, 0.0) !important;
}
.tv-lightweight-charts .time-axis-label:last-child {
  display: none;
}
.graph-icon-top{

}



.pl-triangle .circle{
  width: 254px;
  height: 254px;
  background: radial-gradient(circle, rgba(62, 71, 89, 0.5) 50%, transparent 100%);
  opacity: 1;
  filter: blur(29.93px);
}
.pl-main{
  background: transparent;
  border: 1px solid #3c4659;
  box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(35.2421989440918px);
  -webkit-backdrop-filter: blur(35.2421989440918px);
  --webkit-backdrop-filter: blur(35.2421989440918px);
  background-color: rgba(0, 0, 0, 0);
  padding-left: 93px;
  padding-right: 93px;
}
@media (max-width: 767px) {
  .pl-main {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.pl-sepa{
  margin: 0 58px 0 34px;
}
.pl-text-desc{
  /*
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 21px;
  */
}
.pl-text-title{
  font-family: "Oswald";
  /*font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.03em;
  line-height: 30px;
  */
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .info-banner{
    font-size: 11px;
    letter-spacing: 0.04em;
    line-height: 15px;
    color: #c7a46f;
    padding:10px 34px 12px 26px;
  }
  .info-banner span .pull-left{
    float:left;
    margin-right:10px;
    margin-top:4px;
  }

  .pl-graph-main{
      width:100%;
  }

  .pl-graph{
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    --webkit-backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    border:none;
    padding:0;
    box-shadow: none;
  }

  .pl-graph-icons{
    background: none;
  }

  .pl-graph-icons .graph-icon{
    padding-left:15px;
    margin-right:3px;
        display: flex;
        flex-direction: column;
        justify-content: center;
  }

  .pl-graph-icons .second-half .graph-icon{
    margin-right:0px;
  }

  .pl-graph-icons .graph-icon svg{
    transform: scale(0.8);
  }

  .graph-icon{
    /*width: calc(50% - 1.5px);*/
    min-height: 94px;
    background: transparent;
    border: 1px solid #424c60;
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
    /* Note: currently only Safari supports backdrop-filter */
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    --webkit-backdrop-filter: blur(30px);
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 3px;
    padding: 13px 15px;
  }

  .pl-graph-icons{
    flex-wrap: wrap;
  }
  .graph-icon-icon{
    width:33px;
    height:23px;
    text-align: left;
    display: flex;
    align-items: center;
  }

  .graph-icon-desc{
    margin-top:7px;
  }
  .graph-icon-desc-mob{
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 0.02em;
    line-height: 20px;
    margin-top:7px;
  }
  .param-pam{
    font-size: 15px;
    font-weight: 300;
    height: 20px;
  }
  .pl-triangle img{
    width:20px;
    margin:40px 0 30px 0;
  }
  .pl-triangle .circle{
    display: none;
  }
}

@media (max-width: 374px) {
  .first-row,.second-row{
    flex-direction: column;
  }
  .first-row-left,.first-row-right,.second-row-left,.second-row-right {
    margin: 0 0 3px 0;
  }
  .flex320{
    flex-direction: row!important;
  }
  .fr-icon {
      margin-bottom: 15px;
  }
  .second-row-left .fr-subtitle{
    text-align: right!important;
  }
  .first-row-left .fr-subtitle{
    text-align: right!important;
  }
}

/*roadmap*/



.blank{
  overflow: hidden;
  min-height: 100%;
}

@media (max-width: 993px) {
  .blank{
    overflow: unset;
    min-height: auto;
  }
}

.swiper-sub-container {
    width: 100%;
    overflow:hidden;
}

.swiper-container {
    width: calc(100% - 84px - 442px);
    width: 222px;
    margin-left: 30%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: auto;
}

.top-area {
    width: 221px;
    height: 221px;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.description {
    display: none;
    text-align: center;
    width: 318px;
    font-weight: 200;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.swiper-slide-active .description {
    display: block;
}

.background-circle {
    position: absolute;
    width: 222px;
    height: 222px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    transform: translate(-50%, -50%);
    top: 111px;
}
.under-circels{
  position: absolute;
  overflow: hidden;
  left:0;
  width:100%;
  height:100vh;
}
.background-circle-bg1{
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  /* transform: translate(-50%, -50%); */
  width: 569px;
  height: 569px;
  left:50%;
  top:calc(50% - 259px);
  pointer-events: none;
  clip-path: inset(0 0 0 0);
}
.background-circle-bg2{
  position: fixed;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
  /* transform: translate(-50%, -50%); */
  width: 827px;
  height: 827px;
  left:50%;
  top:calc(50% - 413px);
  pointer-events: none;
  clip-path: inset(0 0 0 0);
}

.background-circle-bg1 svg{
  width: 100%;
  height: 100%;
}

.background-circle-bg2 svg{
  width: 100%;
  height: 100%;
}
.background-line{
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #0f1217 0%, #c4b290 50.74%, #808080 100%);
  top: 110px;
  position: absolute;
}
@media (max-width: 767px) {
  .background-line {
      background: linear-gradient(90deg, #384154 0%, #c4b290 50.74%, #808080 100%);
  }
}

.slide-title{
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: center;
  color: #cccfd6;
  margin-bottom: 13px;
  opacity: 0.3;
  transition: all .5s ease;
}
.slide-sub-title{
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: center;
  color: #cccfd6;
  margin-top: 13px;
  opacity: 0.3;
  transition: all .5s ease;
}
.swiper-slide-active .slide-title{
  color:#C4B290;
  opacity: 1;
}

.swiper-slide-active .slide-sub-title{
  color:#FFFFFF;
  opacity: 1;
}
.rotating-svg {
  animation: rotate 35s linear infinite;
}

.rotating-svg2 {
  animation: rotate 140s linear infinite;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.middle-dot{
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
  width:16px;
  height:16px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Ccircle id='Ellipse_30' data-name='Ellipse 30' cx='4' cy='4' r='4' fill='%23c4b290'/%3E%3C/svg%3E%0A");
}

.swiper-slide-active .middle-dot{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg id='Group_715' data-name='Group 715' transform='translate(-490 -404)'%3E%3Cg id='Ellipse_55' data-name='Ellipse 55' transform='translate(490 404)' fill='%232a3345' stroke='%23c4b290' stroke-width='1'%3E%3Ccircle cx='8' cy='8' r='8' stroke='none'/%3E%3Ccircle cx='8' cy='8' r='7.5' fill='none'/%3E%3C/g%3E%3Ccircle id='Ellipse_30' data-name='Ellipse 30' cx='4' cy='4' r='4' transform='translate(494 408)' fill='%23c4b290'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: calc(100% - 80px);
    width: 50px;
    height: 50px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease;
}

.swiper-button-prev{
  left: 78px;
}

.swiper-button-next{
  right: 162px;
  transform: rotate(180deg);
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    width: 50px;
    height: 50px;
    content: ' ';
    transition: all .5s ease;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='49.447' height='49.447' viewBox='0 0 49.447 49.447'%3E%3Cg id='Contour 748' data-name='Contour 748' transform='translate(0 24.723) rotate(-45)' fill='none'%3E%3Cpath d='M17,0h.964a17,17,0,0,1,17,17v.964a17,17,0,0,1-17,17H17a17,17,0,0,1-17-17V17A17,17,0,0,1,17,0Z' stroke='none'/%3E%3Cpath d='M 17.00000190734863 1.000003814697266 C 12.72625160217285 1.000003814697266 8.708292007446289 2.664291381835938 5.68629264831543 5.68629264831543 C 2.664291381835938 8.708292007446289 1.000003814697266 12.72625160217285 1.000003814697266 17.00000190734863 L 1.000003814697266 17.96408271789551 C 1.000003814697266 22.23783111572266 2.664291381835938 26.25579261779785 5.68629264831543 29.27779197692871 C 8.708292007446289 32.2997932434082 12.72625160217285 33.96408081054688 17.00000190734863 33.96408081054688 L 17.96408271789551 33.96408081054688 C 22.23783111572266 33.96408081054688 26.25579261779785 32.2997932434082 29.27779197692871 29.27779197692871 C 32.2997932434082 26.25579261779785 33.96408081054688 22.23783111572266 33.96408081054688 17.96408271789551 L 33.96408081054688 17.00000190734863 C 33.96408081054688 12.72625160217285 32.2997932434082 8.708292007446289 29.27779197692871 5.68629264831543 C 26.25579261779785 2.664291381835938 22.23783111572266 1.000003814697266 17.96408271789551 1.000003814697266 L 17.00000190734863 1.000003814697266 M 17.00000190734863 3.814697265625e-06 L 17.96408271789551 3.814697265625e-06 C 27.3529224395752 3.814697265625e-06 34.96408081054688 7.611162185668945 34.96408081054688 17.00000190734863 L 34.96408081054688 17.96408271789551 C 34.96408081054688 27.3529224395752 27.3529224395752 34.96408081054688 17.96408271789551 34.96408081054688 L 17.00000190734863 34.96408081054688 C 7.611162185668945 34.96408081054688 3.814697265625e-06 27.3529224395752 3.814697265625e-06 17.96408271789551 L 3.814697265625e-06 17.00000190734863 C 3.814697265625e-06 7.611162185668945 7.611162185668945 3.814697265625e-06 17.00000190734863 3.814697265625e-06 Z' stroke='none' fill='%23f0be7b'/%3E%3C/g%3E%3Cpath id='Contour_614' data-name='Contour 614' d='M17.349,9.67H5.655L9.9,5.427,8.765,4.293,2.586,10.472l6.179,6.179L9.9,15.517,5.655,11.274H17.349Z' transform='translate(15.157 14.016)' fill='%23f0be7b'/%3E%3C/svg%3E%0A");
}

.swiper-button-next:hover {
  transform: scale(1.2) rotate(180deg);
}

.swiper-button-prev:hover {
  transform: scale(1.2);
}

@media (min-width: 993px) {
  body{
    overflow-x: hidden;
  }
  .blank{
    /* width:100vw; */
    overflow:hidden;
  }
}

@media (max-width: 993px) {
    .background-circle-bg1,.background-circle-bg2{
      display: none;
    }
    .swiper-container {
        width: calc(100% - 100px);
        margin: 0 50px;
        height: 340px;
    }

    .swiper-button-prev,.swiper-button-next{
      top:50%;
    }

    .swiper-button-prev {
      left:17px;
    }

    .swiper-button-next {
        right: 17px;
    }
}

@media (min-width: 1536px) {
  .swiper-container {
      width: 342px;
      margin-left: 30%;
      height: 528px;
  }
  .background-circle {
      width: 342px;
      height: 342px;
      top: 172px;
  }
  .background-circle svg{
      width: 342px;
      height: 342px;
  }
  .top-area {
    width: 341px;
    height: 341px;
  }
  .background-line {
    top: 169px;
  }
  .slide-title{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .slide-sub-title{
    font-size: 16px;
    line-height: 25px;
    margin-top: 19px;
  }
  .description {
    width: 522px;
    font-size: 15px;
    line-height: 20px;
  }
  .background-circle-bg1{
    width: 76vh;
    height: 76vh;
    left:50%;
    top:calc(50% - 38vh);
  }
  .background-circle-bg2{
    width: 90vh;
    height: 90vh;
    left:75%;
    top:calc(50% - 45vh);
  }
}

@media (min-width: 1880px) {
  .swiper-container {
      width: 342px;
      margin-left: 30%;
      height: 528px;
  }
  .background-circle {
      width: 342px;
      height: 342px;
      top: 172px;
  }
  .background-circle svg{
      width: 342px;
      height: 342px;
  }
  .top-area {
    width: 341px;
    height: 341px;
  }
  .background-line {
    top: 169px;
  }
  .slide-title{
    font-size: 19px;
    line-height: 25px;
    margin-bottom: 19px;
  }
  .slide-sub-title{
    font-size: 19px;
    line-height: 25px;
    margin-top: 19px;
  }
  .description {
    width: 522px;
    font-size: 18px;
    line-height: 20px;
  }
  .background-circle-bg1{
    width: 76vh;
    height: 76vh;
    left:50%;
    top:calc(50% - 38vh);
  }
  .background-circle-bg2{
    width: 90vh;
    height: 90vh;
    left:75%;
    top:calc(50% - 45vh);
  }
}


body.white {
  background:#F2F2F2;
  color: #3C465A;
}

body.white footer .container{
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cacaca;
}

.white .header {
  background: linear-gradient(90deg, #0d0f14 0%, #384154 100%);
}

.white h1,.white h2, .white .lead{
  color:#0D0F13;
}

/*rwa*/


.sepa{
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #c6c6c6 0%, #ededed 100%);
}

.submenu-link{
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #787879;
  text-decoration: none;
  transition: all .5s ease;
}

.submenu-desktop .submenu-link:hover{
  color: #0d0f13;
  font-weight: 500;
  font-size: 14px;
}

.submenu-link.active{
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.09em;
  line-height: 22px;
  text-align: left;
  color: #0d0f13;
}

@media (max-width: 993px) {
    .header {
      background: linear-gradient(90deg, #0d0f14 0%, #384154 100%);
      padding: 13px 0 0 0;
      height: 91px;
    }
    .submenu-mobile{
      width: 100%;
      height: 49px;
      background: #fff;
      border: 1px solid #e8e8e8;
      box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.03);
    }
    .submenu-mob{
      border-right: 1px solid #e8e8e8;
      flex:1;
    }
    .submenu-mobile .submenu-mob:last-child{
      border-right: 0;
    }
    .submenu-mob .submenu-link{
      font-weight: 400;
      font-size: 11px;
      letter-spacing: 0.07em;
      line-height: 22px;
      color: #53535c;
      display: block;
      text-align: center;
      line-height: 49px;
    }
    .submenu-mob .submenu-link.active,.submenu-mob .submenu-link:hover{
      color: #bc9b5d;
    }
}

.links a{
  color:#bc9b5d;
  word-break: break-all;
}
.links a:hover{
  text-decoration: none;
}

.sticky{
  position: sticky;
  top: 0;
  z-index: 2;
}

p {
  letter-spacing: 0.03em;
  font-size: 0.9rem;
  line-height: 30px;
  text-align: left;
}

@media (min-width: 993px) {
  .desktop-sticky{
    position: sticky;
    top:calc(158px + 3rem);
    z-index:1;
  }
  .freedom{
    /* max-width: 838px; */
  }
  .rwa{
    /* max-width:597px; */
    max-width:83%;
  }
  .stability{
    /* max-width: 407px; */
    max-width: 55%;
  }
}

.pre{
  background: #e6e6e6;
  padding:17px 23px;
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #4d586c;
  width:50%;
}

@media (max-width: 767px) {
  .pre{
    width:100%;
  }
}
@media (min-width: 1536px) {
  p {
    font-size:1.1rem;
  }
  .header{
    padding-top:41px;
  }
  .submenu-link{
    font-size: 16px;
    line-height: 25px;
  }

  .submenu-desktop .submenu-link:hover{
    font-size: 17px;
  }

  .submenu-link.active{
    font-size: 17px;
    line-height: 25px;
  }
  .pre{
    font-size: 1.1rem;
    line-height: 25px;
  }
}

@media (min-width: 1880px) {
  p {
    font-size:1.2rem;
  }
  .header{
    padding-top:37px;
  }
  .submenu-link{
    font-size: 19px;
    line-height: 30px;
  }

  .submenu-desktop .submenu-link:hover{
    font-size: 20px;
  }

  .submenu-link.active{
    font-size: 20px;
    line-height: 30px;
  }
  .pre{
    font-size: 1.2rem;
    line-height: 30px;
  }
}

/*contacts*/

.contacts-label{
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 22px;
  text-align: left;
  color: #fff;
}

.contacts-body{

}

.contacts-body a{
  font-weight: 300;
  text-decoration: underline;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 22px;
  text-align: left;
  color: #ceb484;
}

@media (max-width:767px) {
  .contacts-label,.contacts-body a{
    line-height: 13px;
  }
  .contacts-body {
    line-height: 18px;
  }
}

.contacts-body a:hover{
  text-decoration: none;
}

.contacts-icon{
  width:30px;
  text-align: center;
}

.form-label{
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 15px;
  text-align: left;
  color: #fff;
  padding-left:14px;
}

.form-control{
  width: 100%;
  line-height: 39px;
  border-radius: 5px;
  background: #1e2127;
  border: 1px solid #4a5261;
  color:#fff;
  font-weight: 300;
  font-size: 13px;
  line-height: 39px;
  padding: 0 10px;
}

.form-control:focus{
  outline: none;
  background: #1e2127;
  color:#fff;
}

textarea.form-control{
  min-height: 139px;
}

form .btn-primary{
  width: 100%;
  min-height: 46px;
  border-radius: 5px;
  background: linear-gradient(45deg, #838ea0 0%, #5f6e91 100%);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.14em;
  line-height: 22px;
  color: #fff;

  border:none;
  text-transform: uppercase;
  text-align: center;
  transition: all .5s ease;
}

.desc-pl{
  padding:18px 25px 18px 25px;
  background: transparent;
  border: 1px solid #3c4659;
  filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.16));
  backdrop-filter: blur(35.2421989440918px);
  -webkit-backdrop-filter: blur(35.2421989440918px);
  --webkit-backdrop-filter: blur(35.2421989440918px);
  background-color: rgba(0, 0, 0, 0);
}

.desc-pl-1{
  margin-right: calc(var(--bs-gutter-x)* 0.5);
}

.desc-pl-2{
  margin-left: calc(var(--bs-gutter-x)* 0.5);
}

.copy-text-b{
  font-family: "Commissioner";
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 20px;
  color: #fff;
}
.copy-text-main{
  font-family: "Commissioner";
  /*
  font-weight: 200;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 20px;
  */
  font-weight: 200!important;
  letter-spacing: 0.04em!important;
  color: #0AB246;
  margin: 5px 0;
  transition: all .5s ease;
  text-decoration: none;
}
.copy-text-main span{
  cursor: pointer;
}
.copy-text-main svg{
  cursor: pointer;
}
.copy-text-main:hover span{
  text-decoration: none;
}

@media (max-width: 992px) {
  .desc-pl-1{
    margin-right: 0;
  }

  .desc-pl-2{
    margin-left: 0;
  }
  .copy-text-main{
    font-size:11px!important;
  }
}

@media (max-width: 767px) {
  .desc-pl{
    padding:17px 10px;
    /*
    height: auto;
    border: none;
    filter: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    --webkit-backdrop-filter: none;
    */
  }
  .copy-text-b{
    font-size: 0.8125rem;
  }
}

@media (max-width: 390px) {
  .copy-text-main{
    font-size:9px!important;
  }
}

@media (max-width: 320px) {
  .copy-text-main{
    font-size:8px!important;
  }
}

form .btn-primary:hover{
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.16);
  /* transform: scale(1.1); */
  opacity: .9;
}

.community{
  font-family: "Oswald";
  /*
  font-weight: 300;
  font-size: 35px;
  letter-spacing: 0.03em;
  line-height: 52px;
  */
  color: #fff;
}

@media (max-width: 374px) {
  .community {
    /*
    font-size: 25px;
    */
  }
}

@media (min-width: 993px) {
  .community{
    /*
    font-size: 27px;
    line-height: 40px;
    */
  }
}

@media (min-width: 1536px) {
  .community{
    /*
    font-size: 40px;
    line-height: 54px;
    */
  }

  textarea.form-control{
    min-height: 186px;
  }

  .form-label{
    font-size: 16px;
    line-height: 19px;
    padding-left:20px;
  }

  .form-control{
    line-height: 53px;
    font-size: 16px;
    padding: 0 17px;
  }

  .contacts-label{
    font-size: 16px;
    line-height: 29px;
  }

  .contacts-body a{
    font-size: 16px;
    line-height: 19px;
  }

  .contacts-body a:hover{
    text-decoration: none;
  }

  .contacts-icon{
    width:38px;
  }

  form .btn-primary{
    height: 60px;
    font-size: 16px;
    line-height: 19px;
  }
}

@media (min-width: 1880px) {
  .community{
    /*
    font-size: 44px;
    line-height: 74px;
    */
  }

  textarea.form-control{
    min-height: 216px;
  }

  .form-label{
    font-size: 19px;
    line-height: 22px;
    padding-left:20px;
  }

  .form-control{
    line-height: 63px;
    font-size: 19px;
    padding: 0 20px;
  }

  .contacts-label{
    font-size: 19px;
    line-height: 22px;
  }

  .contacts-body a{
    font-size: 19px;
    line-height: 22px;
  }

  .contacts-body a:hover{
    text-decoration: none;
  }

  .contacts-icon{
    width:42px;
  }

  form .btn-primary{
    height: 73px;
    font-size: 19px;
    line-height: 22px;
  }
}

.feedback{
  font-family: "Oswald";
  font-weight: 300;
  letter-spacing: 0.03em;
  color: #fff;
}

/* exchange */


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.calc{
  width:100%;
  /* max-width: 560px; */
  position: relative;
}
.top-calc{
  z-index: 1;
  position: relative;
}
.calc-body{
  min-height: 386px;
  background: #384153;
  -webkit-box-shadow: 24px 24px 24px 0px rgba(46, 50, 59, 0.2);
  -moz-box-shadow: 24px 24px 24px 0px rgba(46, 50, 59, 0.2);
  box-shadow: 24px 24px 24px 0px rgba(46, 50, 59, 0.2);
  position: relative;
  z-index: 1;
}
.swap-tab{
  width: 112.17px;
  height: 48.58px;
  background: #384153;
  -webkit-box-shadow: 24px 24px 24px 0px rgba(46, 50, 59, 0.2);
  -moz-box-shadow: 24px 24px 24px 0px rgba(46, 50, 59, 0.2);
  box-shadow: 24px 24px 24px 0px rgba(46, 50, 59, 0.2);
  margin-right: 12px;
  position: relative;
  z-index: 2;
}
.swap-tab a{
  width: 40px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #fff;
  text-decoration: none;
}
.raydium-tab{
  margin-top:3px;
  flex: 1;
  position: relative;
  z-index: 3;
}
.raydium-tab .btn-success{
  /* max-width: 397px; */
  width: calc(100% - 35px);
  height: 40.59px;
  border-radius: 6px;
  background: linear-gradient(#17a84b 0%, #09b145 100%);
  border: 1px solid #454e60;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
  white-space: nowrap;

  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #fff;
}

.calc-actions{
  position: absolute;
  top:260px;
  bottom:0;
  width:100%;
}

.calc-actions .btn-info{
  width:100%;
  height: 46px;
  border-radius: 2px;
  background: #2a303d;
  border:none;

  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #838BA0;
  cursor: no-drop;
}

@media (max-width:1440px) {
  .calc-actions .btn-info{
    font-size:11px;
  }
}


@media (max-width:1280px) {
  .calc-actions .btn-info{
    font-size:10px;
  }
}

@media (max-width:1080px) {
  .calc-actions .btn-info{
    font-size:9px;
  }
}

.calc-actions .btn-success{
  height: 50px;
  background: linear-gradient(40deg, #17A84B 0%, #09B145 100%);
  /* border: 1px solid #454e60; */
  /* filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16)); */

  height: 50px;
  border-radius: 2px;
  border:0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);

  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #fff;
  cursor: pointer;
}

.calc-actions .btn-info-sm{
  height: 48px;
}

.calc-actions .btn-success-sm{
  height: 48px;
}

.calc-actions .btn-success:hover{
  box-shadow: 0px 0px 25px #1bb54b;
}

.calc-inputs{
  position: absolute;
  width:calc(100% - 70px);
  margin-left:32px;
  margin-right: 38px;
  margin-top: 32px;
  margin-bottom: 18px;
  height: 192px;
}

.calc-input{
  background: #fff;
  padding:15px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 2px;
  position: absolute;
  z-index: 1;
  width: 100%;
  transition: all .5s ease;
}

.calc-inputs-top{
  top:0;
}

.calc-inputs-bottom{
  top:104px;
}

.calc-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57px;
  height: 57px;
  background: #fff;
  border: 1px solid #cccccf;
}
.calc-label{
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}
.calc-label-fromto{
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 22px;
  text-align: left;
  color: #888686;
}
.calc-label-currency{
  font-family: "Oswald";
  font-weight: 300;
  font-size: 30px;
  letter-spacing: 0.03em;
  line-height: 30px;
  text-align: left;
  color: #384153;
}
.calc-input-form{
  flex: 1;
}
.calc-input-form-field{
  width: 100%;
  text-align: right;
  border: none;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 25px;
  height: 35px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #384153;
  margin-top: 22px;
    outline: none;
}

.calc-input-form-field:focus{
  outline: none;
}

.calc-input-form-field::placeholder{
  font-family: "Oswald";
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #384153;
}
.swap-btn{
  width: 36px;
  height: 36px;
  background: #41495a;
  color:#fff;
  display: inline-block;
  position: absolute;
  z-index: 2;
  top:calc(50% - 18px);
  left:calc(50% - 18px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swap-btn svg{
  width: 14px;
  fill:#fff;
  transition: all .5s ease;
  transform: rotate(90deg);
}
.swap-btn.active svg{
  transform: rotate(270deg);
}
/*
.swap-btn:hover svg{
  transform: rotate(270deg);
}
*/

@media (max-width: 993px) {
    .swap-tab {
      width: 75px;
    }
    .raydium-tab .btn-success {
        font-weight: 400;
        width: calc(100% - 22px);
    }
    .raydium-tab .btn-success,.swap-tab{
      font-size: 12px;
    }
    .calc-inputs{
      position: absolute;
      width:calc(100% - 44px);
      margin-left:20px;
      margin-right: 24px;
      margin-top: 26px;
      margin-bottom: 18px;
      height: 161px;
    }

    /* .calc-actions{
      left:20px;
      top:205px;
      width:100%;
    } */

    .calc-icon {
      width: 37px;
      height: 37px;
    }

    .calc-icon svg{
      width: 20px;
    }

    .calc-label-fromto {
        font-weight: 400;
        font-size: 11px;
        line-height: 15px;
    }

    .calc-label-currency {
        font-size: 21px;
        line-height: 21px;
    }

    .calc-input-form-field{
      margin-top: 12px;
      font-size: 25px;
    }

    .calc-input-form-field,
    .calc-input-form-field::placeholder {
      font-size: 21px;
      line-height: 21px;
    }

    .calc-inputs-bottom {
        top: 86px;
    }

    .calc-body {
      min-height: 320px;
    }

    .calc-actions .btn-info {
        font-size: 10px;
        font-weight: 300;
    }
}

.btn-radium{
  color:#fff;
  text-decoration: none;
  height:40px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.07em;

}
.btn-radium svg{
  margin-right:8px;
}

.confirm-text{
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  text-align: left;
  color: #fff;
  margin-left:8px;
}

.confirm-text a{
  color: #cfcccc;
}

.confirm-text a:hover{
  text-decoration: none;
}

.rate{
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.right-text{
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 22px;
  color: #0abc49;
}


@media (min-width: 1880px) {
  .calc-body{
    min-height: 496px;
  }
  .swap-tab{
    width: 144px;
    height: 62.48px;
  }
  .swap-tab a{
    width: 49px;
    font-size: 16px;
    line-height: 27px;
  }
  .raydium-tab svg{
    width:24px;
    height: 27px;
  }
  .raydium-tab .btn-success{
    width: calc(100% - 41px);
    height: 52.2px;
    font-size: 16px;
    line-height: 27px;
  }

  /* .calc-actions{
    top:320px;
    left:40px;
    width:100%;
  } */

  .calc-actions .btn-info{
    width:100%;
    height: 50px;
    font-size: 16px;
    line-height: 27px;
  }

  .calc-actions .btn-success{
    /* height: 111px; */
    /* font-size: 16px;
    line-height: 27px; */
  }

  .calc-actions .btn-info-sm{
    /* height: 62px; */
  }

  .calc-actions .btn-success-sm{
    /* height: 62px; */
  }

  .calc-inputs{
    position: absolute;
    width:calc(100% - 82px);
    margin-left:41px;
    margin-right: 41px;
    margin-top: 41px;
    margin-bottom: 33px;
    height: 245px;
  }

  .calc-input{
    padding: 19px 16.5px;
  }

  .calc-inputs-top{
    top:0;
  }

  .calc-inputs-bottom{
    top:134px;
  }

  .calc-icon{
    width: 73px;
    height: 73px;
  }
  .calc-label{
    margin-left: 10px;
  }
  .calc-label-fromto{
    font-size: 16px;
    line-height: 27px;
  }
  .calc-label-currency{
    font-size: 38px;
    line-height: 38px;
  }
  .calc-input-form-field{
    font-size: 28px;
    height: 38px;
    line-height: 28px;
    margin-top: 22px;
  }

  .calc-input-form-field::placeholder{
    font-size: 38px;
  }
  .swap-btn{
    width: 66px;
    height: 66px;
    top:calc(50% - 33px);
    left:calc(50% - 33px);
  }
  .swap-btn svg{
    width: 20px;
  }
  .confirm-text{
    font-size: 16px;
    line-height: 27px;
  }

  .rate{
    font-size: 18px;
    line-height: 28px;
  }

  .right-text{
    font-size: 16px;
    line-height: 27px;
  }
}
@media (max-width: 374px) {
    .calc-actions .btn-info {
        font-size: 8px;
    }
    .raydium-tab .btn-success, .swap-tab a {
        font-size: 8px;
    }
}

.calc-row .pl-graph{
  flex:1;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
    .confirm-text{
      font-size: 10px;
      margin-left: 6px;
    }
    .confirm-text2{
      font-size: 12px;
      margin-left: 4px;
    }
    .calc-row .pl-graph {
        /*padding: 10px 13px 17px 13px;*/
        padding: 0;
    }
}

@media (max-width: 400px) {
    .confirm-text{
      font-size: 8px;
      margin-left: 4px;
    }

    .confirm-text2{
      font-size: 10px;
      margin-left: 4px;
    }
}
.calc-inputs2{
  position: absolute;
  width:100%;
  height: 210px;
}
.calc-body2{
  position: relative;
  z-index: 1;
  height:306px;
}
.calc-input2{
  border-radius: 2px;
  background: #1b2029;
  border: 1px solid #2a303d;
  position: absolute;
  width: 100%;

  transition: all .5s ease;
}

#calc-inputs-top{
  top:0px;
}

#calc-inputs-bottom{
  top:110px;
}

.calc-input-header{
  background: #2a303d;
  line-height: 33px;
  padding:0 10px;
}

.calc-input-header .label,
.wallet-ammount{
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.03em;
  line-height: 33px;
  text-align: left;
  color: #828a9f;
}

.wallet-outline{
  border-radius: 2px;
  background: #39404e;
  cursor: pointer;
  height: 17px;
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 17px;
  text-align: left;
  color: #828a9f;
  padding:0 6px;
  margin-left:8px;
}
.calc-input-form{
  height:65px;
}
.currency-title{
  font-family: "Oswald";
  font-weight: 300;
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-left:13px;
}
.calc-input-form-left{
  padding: 0 17px;
}

.calc-input-form-field2{
  width: 100%;
  text-align: right;
  border: none;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 25px;
  height: 65px;
  line-height: 65px;
  letter-spacing: 0.03em;
  color: #fff;
  margin-top: 0;
  padding-right:16px;
  outline: none;
  background-color: transparent;
}

.calc-input-form-field2:focus{
  outline: none;
}

.calc-input-form-field2::placeholder{
  font-family: "Oswald";
  font-weight: 300;
  font-size: 25px;
  letter-spacing: 0.03em;
  color: #fff;
}
.calc-input-form-field2:focus::placeholder{
  color:transparent;
}
.currency-data{
  position: absolute;
  width:100%;
  text-align: right;
  top:220px;
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  line-height: 20px;
  text-align: right;
  color: #09b145;
}
.calc-input-form-right{
  width:100%;
}
