	@media screen and (max-width: 1700px) {
	.header {
		max-width: 90%;
	}
	.app {
		max-width: 90%;
	}
	.announcement {
		max-width: 90%;
	}
	.inadvanced {
		max-width: 90%;
	}
	.first {
		max-width: 90%;
	}
	.second {
		max-width: 90%;
	}
	.infooter {
		max-width: 90%;
	}
	}
	
	@media screen and (max-width: 700px) {
		.tabs {
			display: none;
		}
		.lang {
			display: none;
		}
		.app {
			flex-direction: column-reverse;
		}
		.right_side img {
			width: 100%;
		}
		.tags {
			font-size: 14px;
			margin-bottom: 10px;
		}
		.announcement p {
			font-size: 10px;
		}
		.features {
			flex-direction: column;
		}
		.feature {
			text-align: left;
			margin-bottom: 30px;
		}
		.first {
			flex-direction: column;
		}
		.first img {
			width: 100%;
		}
		.wallet {
			padding: 100px 0px;
		}
		.mostadvanced {
			padding: 50px 0px;
		}
		.second {
			flex-direction: column-reverse;
		}
		.second img {
			width: 100%;
		}
		.partners {
			display: none;
		}
		#fbg {
			display: none;
		}
		.paruan {
			display: none;
		}
			.cmodal {
		box-sizing: border-box;
		width: 100%!important;
		height: 100%!important;
	}
	}
	
	.modal {
		position: fixed;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 99;
		background: rgba(224, 239, 255, 0.5);
		backdrop-filter: blur(1px);
		height: 100%;
		width: 100%;
	}
	.cmodal {
		border-radius: 5px;
		padding: 20px;
		background: #fff;
		width: 540px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-direction: column;
		height: 700px;
	}
	.buttons {
		width: 100%;
		flex-direction: column;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 20px;
	}
	.buttons a {
		border-radius: 100px;
		height: 68px;
		display: flex;
		justify-content: center;
		align-items: center;
color: #FFF;
font-size: 19px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
		width: 80%;
border: 1px solid #FFF;
background: linear-gradient(90deg, #6CA9FF 0%, #325DFF 100%);
box-shadow: 0px 2px 7px 0px rgba(20, 20, 43, 0.08), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
	}
	.cheader {
		width: 100%;
		display: flex;
		justify-content: end;
	}
	.ctitle {
		color: #116FFC;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
	}
	#insert .ctitle {
font-size: 35px;
	}
	.warning {
		display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 12px;
background: rgba(204, 255, 255, 0.85);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
padding: 18px;
box-sizing: border-box;
	}
	.warning p span {
		color: #000;
font-size: 18px;
font-style: normal;
font-weight: 700;
	}
	.instertor {
	border-radius: 12px;
background: rgba(248, 248, 250, 0.85);
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
backdrop-filter: blur(7.5px);
outline: 0;
border: 0;
padding: 10px;
width: 100%;
height: 200px;
	}
	.words {
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		gap: 30px;
	}
	#hardware .ctitle {
	color: #173FFF;
text-align: center;
font-size: 25px;
font-style: normal;
font-weight: 500;
	}
	#hardware .hwallet {
		width: 100%;
		padding: 10px;
	}
	#trezor {
		border-top: 1px solid #173FFF;
	
	}