.isWeb {
	display: block;
}

.isMobile {
	display: none;
}

.global-footer-container-jafari .main {
	width: 96%;
}

.home .about .about-content {
	animation: fadeAboute 2s ease-in-out forwards;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
	box-sizing: border-box;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	left: calc(50% - 600px);
	padding: 20px 40px;
	position: absolute;
	top: -47.5px;
	max-width: 1200px;
	width: 98% !important;
	z-index: 1;
}

.header-container-jafari {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
	height: 80px;
	min-width: 800px !important;
	padding: 0 64px;
	position: fixed;
	width: 100%;
	z-index: 2000;
}

.home .search-box {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
	display: flex;
	flex-wrap: wrap;
	height: 72px;
	margin: 27px 0 0 200px;
	position: relative;
	max-width: 800px;
	min-width: 500px;
	width: 100%;
	z-index: 9;
}

.drawer-box-jafari .drawer-content .container .links-box{
	margin-top: 20px;
}


@media screen and (max-width: 1200px) {
	.home .about .about-content {
		left: 1% !important;
		margin: 0 auto;
	}

	.home .about {
		display: flex;
	}
}

@media screen and (max-width: 799px) {
	.isWeb {
		display: none;
	}

	.isMobile {
		display: block;
	}

	.wiki-foot {
		display: none;
	}
	
}
