@media only screen and (max-width: 1120px) {
	.baner-left {
		width: 97%;
	}

	.baner-right-body {
		display: none;
	}
	.fsdfsd {
		display: block;
	}
	.baner {
		display: none;
	}
	.section {
		margin: 5px 50px;
		width: 320px;
	}
	.youtube {
		margin: auto;
	}
	.fb-window {
		margin: auto;
	}
}
@media only screen and (max-width: 1080px) {
	#baner > .slider {
		width: 60%;
	}
	#baner .baner-right {
		width: 40%;
	}
}
@media only screen and (max-width: 1064px) {
	#section-body,
	#info-section-body {
		grid-template-columns: 1fr;
	}
	#section-body > .section-body-left {
		order: 2;
	}
	#section-body > .section-body-left,
	#info-section-body > .info-section-body-left {
		margin: 0;
	}
	.section-body-right ul {
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}
}
@media only screen and (max-width: 1026px) {
	#section-two ul li {
		flex-direction: column;
	}
}
@media only screen and (max-width: 864px) {
	#baner {
		flex-direction: column;
	}
	#baner > .slider,
	#baner .baner-right {
		width: auto;
	}
	#baner .baner-right ul,
	#section ul {
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	#baner > .slider .baner-left h1 {
		color: #fff;
		padding: 10px;
		font-size: 18px;
		letter-spacing: 1px;
		line-height: 25px;
	}
	.container {
		max-width: 100%;
	}
	#baner > .slider,
	#baner .baner-right,
	#section > div,
	#section-two > div {
		padding-inline: 10px;
	}
}
@media only screen and (max-width: 750px) {
	.section-body-right ul li,
	.info-section-body-right ul li{
		flex-direction: column;
	}
	.section-body-left .rand img,
	.info-section-body-left .rand img {
		width: 100%;
		height: 250px;
	}
}
@media only screen and (max-width: 575px) {
	#section-two ul li {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#section-two ul {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr;
		gap: 10px;
	}
	#section .section-image img {
		width: 150px;
		height: 100px;
	}
	.section-body-left .rand,
	.info-section-body-left .rand{
		flex-direction: column;
	}
	.section-body-left .rand div,
	.info-section-body-left .rand div {
		padding-bottom: 50px;
	}
}
@media only screen and (max-width: 500px) {
	#baner .baner-right ul,
	#section ul {
		grid-template-columns: 1fr;
		gap: 10px;
	}
	.container {
		max-width: 460px;
	}
	#section ul li {
		display: flex;
		gap: 10px;
	}
	#info-section-body .info-section-body-left h1 {
		font-size: 30px;
	}
}
@media only screen and (max-width: 900px) {
	.youtube {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.section {
		margin: 5px 10px;
	}
	.rand {
		width: 350px;
		min-height: 340px;
	}
}
@media only screen and (max-width: 700px) {
	.youtube {
		height: 300px;
	}
}
@media only screen and (max-width: 500px) {
	footer p {
		display: none;
	}
}
