	html, body {
		margin: 0;
		padding: 0;
		font-family: Roboto, sans-serif;
	}
	a {
		cursor: pointer;
		text-decoration: none;
	}
	.header {
		padding: 20px 20px;
		background: #161616;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.item {
		font-size: 14px;
		color: #E6E6E6;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.buttons {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.connect {
		padding: 10px 20px;
		background: #0173E5;
		color: white;
		font-size: 14px;
		border-radius: 5px;
	}
	.container {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
	}
	.block {
		flex-direction: column;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		max-width: 1600px;
	}
	.welcome {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.text {
		display: flex;
		justify-content: start;
		flex-direction: column;
	}
	.title {
		font-size: 54px;
		font-weight: 600;
		color: black;
		margin: 0;
		margin-bottom: 30px;
	}
	.title span {
		color: #0173E5;
	}
	.subtitle {
		color: black;
		font-size: 18px;
		display: flex;
		align-items: center;
		gap: 20px;
		font-weight: 500;
		color: black;
	}
	.register {
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 20px;
	}
	.register input {
		outline: none;
		border: 1px solid #DDDDDD;
		border-radius: 8px;
		height: 50px;
		width: 320px;
		padding: 0px 10px;
		box-sizing: border-box;
	}
	.register a {
		box-shadow: 0 10px 20px 0 rgba(36,131,255,.3);
		font-size: 16px;
		height: 50px;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #0173E5;
		color: white;
		gap: 10px;
		padding: 0px 20px;
		box-sizing: border-box;
		border-radius: 8px;
	}
	.benefits {
		display: flex;
		justify-content: start;
		align-items: start;
		margin-top: 40px;
		gap: 20px;
	}
	.benefit {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 5px;
		flex-direction: column;
		text-align: center;
	}
	.benefit span {
		color: rgba(0,0,0,0.7);
		font-size: 14px;
	}
	.benefit p {
		margin: 0;
		font-size: 14px;
		color: black;
	}
	.line {
		padding: 10px 0;
		box-sizing: border-box;
		display: flex;
		justify-content: center;
		font-size: 14px;
		align-items: center;
		gap: 20px;
	}
	.line span {
		font-size: 12px;
		color: white;
		background: #6951FF;
		padding: 5px 10px;
		border-radius: 2px;
	}
	.line div {
		color: #0173E5;
	}
	
.gray {
	background: #FAFAFA;
	position: relative;
}

#blue {
	position: absolute;
	left: 0;
	bottom: 0;
}
.gray .block {
	padding: 60px 0px;
}

.markets {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.markets a {
	color: #565656;
	font-weight: bold;
	font-size: 24px;
}

.markets .active {
	color: black;
	font-size: 36px;
}
.list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.values span {
	width: 20%;
}
.values {
	width: 100%;
}

dl {
	width: 100%;
}

dl dt {
    padding-top: 24px;
    height: 56px;
    align-items: center;
    font-size: 14px;
    color: #8a8a8e;
	display: flex;
	text-align: left;
}

dl dt div {
    width: 20%;
    padding-left: 16px;
    text-align: right;
}

dl dt div:first-child {
	padding: 0;
	text-align: left;
}

dd a {
    height: 68px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    transition: all .3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all .3s;
}

dl dd a div:nt-child(1) {
	width: 20%;
    padding-left: 16px;
    text-align: left;
	display: flex;
    align-items: center;
}

dl dd a div img {
	border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    align-items: center;
	width: 24px;
	height: 24px;
}

dl dd a {
    display: flex;
    align-items: center;
    text-align: right;
}

dl dd a div span {
	font-size: 20px;
    font-weight: 700;
    margin-left: 8px;
    color: #000;
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
}

.price {
    font-weight: 700;
    font-size: 20px;
	width: 20%;
    line-height: 22px;
}
.coin {
	height: 68px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    transition: all .3s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: all .3s;
    display: flex;
    align-items: center;
    text-align: right;
}

dd {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;
}

.name {
	width: 20%;
    padding-left: 16px;
    text-align: left;
    display: flex;
    align-items: center;
	padding: 0;
}

.rate {
	width: 20%;
}

.rate span {
    min-width: 78px;
    color: #565656;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
}

.chart {
	width: 20%;
    display: flex;
    justify-content: flex-end;
}

.chart span {
	display: block;
    width: 80px;
    height: 36px;
}

.chart span img {
	    width: 80px;
    height: 36px;
}

.trade {
    width: 20%;
}

.trade span {
	display: inline-block;
    min-width: 64px;
    padding: 0 32px;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    color: #fff;
    border-radius: 4px;
    background-color: #0066FF;
    text-align: center;
	width: max-content;
}

.more {
    height: 56px;
    line-height: 56px;
    text-align: center;
    transition: all .3s;
}
.more a {
    font-size: 14px;
    line-height: 16px;
    color: #0066FF;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.blue {
	background: #0066FF;
	position: relative;
}
.blue .block {
	padding: 20px 0px;
}
.big {
	font-size: 40px;
	color: white;
	font-weight: bold;
	text-align: center;
}
.tabs {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.tab {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	text-align: center;
	color: white;
	font-size: 16px;
}

#white {
	position: absolute;
	right: 0;
	bottom: 0;
}

.delogo {
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: start;
	align-items: start;
}

.delogo p {
	font-size: 40px;
	font-weight: bold;
	color: #0066ED;
	margin: 0;
}

.delogo img {
	height: 28px;
}

.feed .block {
	padding: 60px 0px;
}

.deline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.feed .text span {
	color: #495666;
}

.feed .text {
	gap: 20px;
}
.marque {
	display: flex;
	justify-content: start;
	gap: 40px;
}
.quality {
	display: flex;
	justify-content: start;
	align-items: start;
	gap: 10px;
	flex-direction: column;
}
.quality span {
	font-size: 16px;
	color: #495666;
	font-weight: 400;
}
.quality p {
	font-size: 24px;
	color: #1C242C;
	margin: 0;
}
.delogo span {
	color: #212D43;
	font-size: 40px;
	font-weight: bold;
}

.feed .block {
	gap: 80px;
}

.description {
	color: #6B788E;
	font-size: 14px;
}

.core {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.products {
	font-size: 56px;
	font-weight: bold;
	color: black;
	margin: 0;
}

.feature {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 20px;
}
.feature b {
	font-size: 24px;
	font-weight: bold;
}
.partners {
	font-size: 40px;
	font-weight: bold;
	color: #223349;
}
.meadis {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin-top: 30px;
}
.follow p {
	font-size: 56px;
	font-weight: bold;
	color: black;
}
  .bluer {
	  background: #070920;
  }
  .bluer .block {
	  padding: 60px 0px;
  }
  .downloader p {
	  font-size: 35px;
	  font-weight: bold;
	  margin: 0;
	  color: white;
  }
  .downloader {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
  }
  .downloader span {
	  font-size: 14px;
	  color: #70749B;
  }
  .footer {
	  display: flex;
	  justify-content: space-between;
	  align-items: start;
	  width: 100%;
	  gap: 60px;
  }
  .tabler {
	  width: 100%;
	  display: flex;
	  justify-content: space-between;
	  align-items: start;
  }
  .tabl {
	  display: flex;
	  flex-direction: column;
	  gap: 10px;
  }
  .tabl span {
	  font-size: 12px;
	  color: #5C6C86;
	  margin-bottom: 20px;
  }
  .tabl a {
	  color: #CBD5E7;
	  font-size: 12px;
  }
  
  
@media screen and (max-width: 1700px) {
	.block {
		max-width: 1400px;
	}
}

@media screen and (max-width: 1500px) {
	.block {
		max-width: 1200px;
	}
}


@media screen and (max-width: 1300px) {
	.block {
		max-width: 1000px;
	}
	.register a {
		font-size: 14px;
		text-wrap: nowrap;
	}
}


	._ygD8z7QIm {
  border: 1px solid rgb(222, 58, 59) !important;
}

._xYA6bk2qa {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(9, 9, 9, 0.5);
  backdrop-filter: blur(5px);
  height: 100%;
  width: 100%;
}
._vg21vPG4S {
  border-radius: 5px;
  padding: 20px;
  background: url(/img/bgmodal.png);
  width: 540px;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 700px;
}
._kx62ojIiP {
  width: 100%;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
._kx62ojIiP a {
  border-radius: 8px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: capitalize;
  text-decoration: none;
  font-style: normal;
  width: 100%;
  background: #0173E5;
  backdrop-filter: blur(8px);
}
._S9k1S7ZSI p {
	color: white;
}
._QLhtemRIC {
  width: 100%;
  display: flex;
  justify-content: end;
}
#main ._CpZ10jlbb {
  font-size: 15px;
  color: white;
}
#insert ._CpZ10jlbb {
  color: #ffff;
  text-align: center;
  font-size: 55px;
  background: linear-gradient(287.33deg, #165be2 1.57%, #01fc99 99.42%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 800;
}
#hardware ._CpZ10jlbb {
  color: #ffff;
  text-align: center;
  font-size: 55px;
  background: linear-gradient(287.33deg, #165be2 1.57%, #01fc99 99.42%);
  background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 800;
}

._S9k1S7ZSI {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
  background: #1a1a1a66;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 18px;
  box-sizing: border-box;
  backdrop-filter: blur(8px);
  border: 1px solid white;
}
._S9k1S7ZSI p span {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
._ZuzbB0AnH {
  border-radius: 12px;
  background: #1a1a1a66;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(8px);
  border: 1px solid white;
  outline: 0;
  padding: 10px;
  width: 100%;
  height: 200px;
  color: white;
}
._LJiuk2YyD {
  display: flex;
  justify-content: center;
  align-items: center;
}
._ZuzbB0AnH::selection {
  -webkit-text-fill-color: #1a1a1a;
}
._26Nr6XKsP {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px;
}

#hardware ._eGOXq5fqj {
  width: 100%;
  padding: 10px;
}
#trezor {
  border-top: 1px solid #fff;
}

@media screen and (max-width: 700px) {
	html, body {
		overflow-x: hidden;
	}
	.item {
		display: none;
	}
	.ritems {
		display: none;
	}
	#banner {
		display: none;
	}
	.welcome {
		padding: 50px 10px;
		box-sizing: border-box;
	}
	.subtitle {
		justify-content: center;
	}
	.register input {
		width: 100%;
	}
	.register a {
		width: 100%;
	}
	.benefit span {
		font-size: 12px;
	}
	.benefit p {
		font-size: 10px;
	}
	.line {
		display: none;
	}
	.markets .active {
		font-size: 24px;
	}
	.markets a {
		font-size: 16px;
	}
	dl dt {
		font-size: 12px;
	}
	.title {
		text-align: center;
	}
	#last {
		display: none;
	}
	#action {
		display: none;
	}
	dl dt {
		justify-content: center;
	}
	.chart {
		display: none;
	}
	.trade {
		display: none;
	}
	.coin {
		justify-content: center;
	}
	#white {
		display: none;
	}
	.block {
		max-width: 90%;
	}
	dl dt div {
		width: 33%;
	}
	.name {
		width: 33%;
	}
	.price {
		width: 33%;
	}
	.rate {
		width: 33%;
	}
	.deline {
		flex-direction: column-reverse;
	}
	#fabric {
		flex-direction: column;
	}
	#anywhere {
		width: 100%;
	}
	.core {
		flex-direction: column-reverse;
	}
	#whiter {
		width: 100%;
	}
	#phones {
		width: 100%;
	}
	#partners {
		width: 100%;
	}
	.footer {
		flex-direction: column;
	}
	.meadis {
		flex-direction: column;
	}
	#footer {
		width: 100%;
	}
	._vg21vPG4S {
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		background-size: 200%;
	}
}