@media only screen and (max-width: 1230px) {
	.container {
		padding-inline: 10px;
	}
}

@media only screen and (max-width: 1200px) {
  .leng {
    background-image: none;
    color: #ff0000;
  }
}

@media only screen and (max-width: 1000px) {
  .leng {
    right: 100px;
  }
  .header-baner {
    display: none;
  }
  .rand pre {
    display: none;
  }
  #fiqsed {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
	header > div:nth-child(2) {
		flex-direction: column;
		gap: 20px;
		height: auto;
		padding-block: 10px;
	}			
}