@font-face {
	font-family: 'uyghur';
	src: url('../fonts/alkatip.ttf');
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}
a {
	text-decoration: none;
}
body {
	background: #44acbf;
	font-family: uyghur;
	font-size: 15px;
	color: #fff;
	direction: rtl;
}
.top {
	background: url('../images/bg.jpg') center top no-repeat;
	background-size: cover;
	height: 700px;
	display: flex;
	align-content: center;
	justify-content: end;
	flex-direction: column;
	align-items: center;
}
.shadw {
	height: 30px;
	background: url('../images/shadow.png') top center no-repeat;
}
.menu {
	width: 1120px;
	position: relative;
}
/* @media (max-width: 1120px) {
	.menu {
		scale: 0.3;
	}
	.top {
		height: 400px;
	}
} */
.menu img {
	width: 100%;
}
.menu_item_0 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 28px;
	top: 454px;
	border-radius: 50%;
}
.menu_item_1 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 59px;
	top: 330px;
	border-radius: 50%;
}
.menu_item_2 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 123px;
	top: 214px;
	border-radius: 50%;
}
.menu_item_3 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 216px;
	top: 123px;
	border-radius: 50%;
}
.menu_item_4 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 326px;
	top: 59px;
	border-radius: 50%;
}
.menu_item_5 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 451px;
	top: 25px;
	border-radius: 50%;
}
.menu_item_6 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 582px;
	top: 24px;
	border-radius: 50%;
}
.menu_item_7 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 707px;
	top: 56px;
	border-radius: 50%;
}
.menu_item_8 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 817px;
	top: 122px;
	border-radius: 50%;
}
.menu_item_9 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 909px;
	top: 215px;
	border-radius: 50%;
}
.menu_item_10 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 975px;
	top: 326px;
	border-radius: 50%;
}
.menu_item_11 {
	width: 88px;
	height: 88px;
	position: absolute;
	left: 1007px;
	top: 453px;
	border-radius: 50%;
}
.mbtn {
	background: transparent;
	transition: all 0.5s;
}
.mbtn a {
	line-height: 88px;
	text-align: center;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}
.mbtn:hover {
	background: #00AA9D;
	background: radial-gradient(at center, #00AA9D, #214289);
	opacity: 0.4;
	transform: scale(0.7)
}
.title {
	font-size: 22px;
	padding: 30px 10px;
}
.item-title {
	font-size: 22px;
	padding: 30px 10px;
	text-align: center;
}

.items {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	justify-content: center;
}
.item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.items a {
	color: #fff;
}
.icon {
	width: 120px;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.1));
    filter:         drop-shadow(5px 5px 5px rgba(0,0,0,0.1)); 
}
.icon:hover {
	cursor: pointer;
}
.icon img {
	width: 100%;
}
.footer {
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 100px;
}

.chislaDiv {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	padding: 160px 120px;
	font-size: 24px;
}