body {
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: #aebada;
  background-color: rgb(19 22 43)}

input, input:hover, input:focus input:active {
  font-size: 15px;
  font-family: 'Inter', sans-serif}

button, button:hover, button:focus button:active {
  font-size: 15px;
  font-family: 'Inter', sans-serif}

















/*-- ALL
--------------------------------*/

div.wrapper {
  max-width: 1284px;
  margin: 0 auto;
  width: 96%}

/*-- NAVIGATION
--------------------------------*/





div.navigation a.menu {
  font-size: 0;
  padding: 0;
  margin: 7px 0;
  display: none}

div.navigation a:hover {
  text-decoration: none;}

/*-- HEADER
--------------------------------*/

#header {
  position: relative;
  overflow: hidden}

#header div.right {
  float: right}

#header div.right button {
  width: 100%;
  padding: 10px 20px;
  border-radius: 40px;
  display: block;
  margin: 22px 0 22px;
  box-sizing: border-box;
  border: 0;
  color: #FFF;
  cursor: pointer;
  transition: background-color 0.2s;
  font-weight: 400;
  background-color: rgb(10 100 209)}

#header div.right button:hover {
  background-color: rgb(10 100 209 / 0.9)}

#header nav.navigation {
  overflow: hidden;
  min-height: 86px;
  height: 86px;
  position: relative}

nav.navigation ul {
  font-size: 0}

nav.navigation ul li {
  display: inline-block;
  position: relative;
  transition: color 0.3s;
  margin: 0 24px 0 0;
  line-height: 86px;
  font-weight: 500;
  font-size: 15px;
  color: rgb(255 255 255 / 0.9)}

nav.navigation ul li a {
  color: rgb(255 255 255)}

nav.navigation ul li a:hover {
  color: #0A64D1}












#functionals {margin: 48px 0;text-align: center;}

#functionals span.head {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: #1E2137;
  border-radius: 30px;
  padding: 10px 20px}

#functionals h2 {
  font-weight: 400;
  font-size: 42px;
  color: rgb(255 255 255);
	padding: 24px 48px;}

#functionals span {
  color: #0A64D1}

#functionals p {
  font-weight: 400;
  font-size: 16px}

#functionals ul {
  counter-reset: flex-item-counter;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  list-style: none;
  margin: 24px -20px 0;
  padding: 0}

#functionals ul li {
  border-radius: 12px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
  background-color: #1E2137;
  width: calc(100% / 3 - 40px)}

#functionals ul div.icon {
  float: left;
  background-color: #0A64D1;
  border-radius: 12px;
  padding: 10px}

#functionals ul div.icon svg {
  vertical-align: top;
  height: 32px;
  width: 32px}

#functionals ul div.info {
  overflow: hidden;
  padding-left: 14px}

#functionals ul div.info h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  color: rgb(255 255 255)}

#functionals ul div.info p {
  font-weight: 400;
  line-height: 22px;
  font-size: 15px}

#supports {
  overflow: hidden;
  margin: 48px 0}

#supports div.left {
  overflow: hidden;
  float: left;
  width: 40%}

#supports div.right {
  overflow: hidden;
  float: right;
  width: 60%}

#supports div.left span.head {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: #1E2137;
  border-radius: 30px;
  padding: 10px 20px}

#supports div.left h2 {
  font-weight: 400;
  font-size: 42px;
  color: rgb(255 255 255);
	padding: 24px 0;}

#supports div.left h2 span {
  color: #0A64D1}

#supports div.left p {
  font-weight: 400;
  font-size: 16px}

#supports div.right ul {
  counter-reset: flex-item-counter;
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  list-style: none}

#supports div.right li {
  border-radius: 12px;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  text-align: left;
  margin: 0px;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
  width: calc(100% / 2)}

#supports ul div.icon {
  float: left;
  background-color: #1E2137;
  border-radius: 12px;
  border: 1px solid #0A64D1;
  padding: 12px}

#supports ul div.icon svg {
  vertical-align: top;
  height: 34px;
  width: 34px}

#supports ul div.info {
  overflow: hidden;
  padding-left: 14px}

#supports ul div.info h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
  color: rgb(255 255 255)}

#supports ul div.info p {
  font-weight: 400;
  line-height: 22px;
  font-size: 15px}

#bots {
  overflow: hidden;
  margin: 48px 0}

#bots div.left {
  overflow: hidden;
  float: left;
  width: 50%}

#bots div.right {
  overflow: hidden;
  float: right;
  width: 50%}


#bots div.right span.head {
  display: inline-block;
  color: rgb(255, 255, 255);
  background-color: #1E2137;
  border-radius: 30px;
  padding: 10px 20px}

#bots div.right h2 {
  font-weight: 400;
  font-size: 42px;
  color: rgb(255 255 255);
	padding: 24px 0;}

#bots div.right h2 span {
  color: #0A64D1}

#bots div.right p {
  font-weight: 400;
  line-height: 24px;
  font-size: 16px}




/*-- INFO
--------------------------------*/

#info {
  position: relative;
background: radial-gradient(circle at 240px 270px,#102c5b,transparent 22%);
  overflow: hidden}

#info div.right {
  float: right;
  width: 50%}

#info div.left {
  padding-top: 48px;
  width: 50%}


#info div.text {
  margin-top: 240px;
  margin-left: 120px;
  width: 678px;
  height: 800px}


#info img {
width: 100%;
  /*background: linear-gradient(rgb(27, 41, 35) 10%, rgba(255, 255, 255, 0) 100%);*/
  overflow: hidden;
}




/*
#info div.left{
  height: 524px;
  overflow: hidden;  padding: 38px 38px;
  border-radius: 24px;  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;  text-transform: uppercase;
  background-image: url('image/55449096_2.jpg')}
*/

#info h1 {
  letter-spacing: 1px;
  color: rgb(255 255 255);
  line-height: 62px;
  font-weight: 600;
  padding-bottom: 28px;
  font-size: 54px}
  
#info h1 span {
  color: rgb(12 195 114)}

#info p {

  color: #aebada;
  line-height: 28px;
  font-weight: 400;
  padding-bottom: 14px;
  font-size: 18px}

#info a {
  margin-top: 24px;
  border-radius: 32px;
  letter-spacing: 1px;
  color: rgb(255 255 255 / 1);
  display: inline-block;
  line-height: 24px;
  font-weight: 400;
  padding: 10px 28px;
  background-color: rgb(10 100 209);
  font-size: 17px}





#content div.advantages {
  position: relative;
  overflow: hidden;
  z-index: 99;
  margin: -48px 0 48px}



#content div.advantages ul.listing {
  display: flex;
  flex-wrap: wrap;
  counter-reset: flex-item-counter;
  margin: -10px -20px 0;
  padding: 0;
  font-size: 0;
  list-style: none}

#content div.advantages ul.listing li {
  width: calc(100% / 3 - 40px);
  font-size: 15px;
  margin: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgb(255 255 255 / 0.1);
  display: inline-block;
  box-sizing: border-box;
  padding: 24px;
background-color: rgba(243, 243, 243, 0.02);
/*
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);*/
  font-weight: normal}

/*-- CONTENT
--------------------------------*/

#content {
  overflow: hidden;
  position: relative;
  min-height: 480px}

/*-- FOOTER
--------------------------------*/

#footer {




width:100%;
	
	padding: 24px 0;

  overflow: hidden;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  background-position: top center;

border-radius: 12px;
  border-top: 0px solid rgb(75 78 84 / 0.1);}

#footer div.wrapper {
padding: 24px 0;background-color: #1E2137;
min-height: 200px;  max-width: 1420px;width: 1420px;
  border-raDIUS: 12px;
}


#footer p {

  font-size: 15px;
text-align: center;
  line-height: 28px;
  font-weight: 300;
 color: rgb(75 78 84 / 0.6);}

#footer li b {
  text-transform: uppercase;
  letter-spacing: 1px;
    font-size: 15px;
  line-height: 28px;
  font-weight: 500;
 color: rgb(75 78 84 / 0.9);
}
/*
@media(max-width:1280px) {

  #footer div.wrapper {
    display: block;
    position: relative}

  #footer ul {
    width: 100%}

  #footer ul li {
    text-align: center}

}*/


#exchange {}



#exchange div.assets {  display: flex;
  flex-wrap: wrap;
  margin: 0 -24px;
  counter-reset: flex-item-counter;}


#exchange div.assets > div {
  box-sizing: border-box;
  padding: 24px;
  width: calc(100% / 2 - 48px);
  border-radius: 12px;
  margin: 48px 24px;
  background-color: rgb(30 33 55);}


#exchange div.assets > div h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  color: rgb(255 255 255);
  padding: 0 0 24px;}


#exchange div.assets select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  display: block;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  color: rgb(44 128 255);
  transition: border-color 0.2s;
  background-color: transparent;
  border: 1px solid rgb(74 85 116)}

#content div.right div select:focus {
  border-color: rgb(59 130 246 / 0.9);
  color: rgb(44 128 255)}



#news {}

#news ul {
list-style: none}

#news li {
  background-color: rgb(30 33 55);
  margin: 48px 0;
  padding: 48px 48px 24px;
  border-radius: 12px}

#news li h3 {
  font-weight: 400;
  font-size: 34px;
  color: rgb(255 255 255);
  padding: 0 0 24px;}

#news li p {
  font-weight: 400;
  padding-bottom: 24px;
  color: rgb(255 255 255);
  line-height: 24px;
  font-size: 16px}



#help {}

#help div.block {
  background-color: rgb(30 33 55);
  margin: 48px 0;
  padding: 48px 48px 24px;
  border-radius: 12px;
  text-align: center}

#help h1 {
  font-weight: 400;
  font-size: 42px;
  color: rgb(255 255 255);
	padding: 0 0 24px;}

#help p {
  font-weight: 400;
  padding-bottom: 24px;
  color: rgb(255 255 255);
  line-height: 24px;
  font-size: 16px}


#about {}

#about div.block {
  background-color: rgb(30 33 55);
  margin: 48px 0;
  padding: 48px 48px 24px;
  border-radius: 12px;
  text-align: center}

#about h1 {
  font-weight: 400;
  font-size: 42px;
  color: rgb(255 255 255);
	padding: 0 0 24px;}

#about p {
  font-weight: 400;
  padding-bottom: 24px;
  color: rgb(255 255 255);
  line-height: 24px;
  font-size: 16px}