.bannerMain {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url("../imgs/banner-main.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 70% auto;
}
.bannerMain__box {
	display: inline-block;
	background: rgba(59, 59, 71, 0.8);
	box-shadow: 0px 0 20px 17px rgba(59, 59, 71, 0.8);
	border-radius: 10rem;
}
.bannerMain__h2 {
	text-transform: uppercase;
	font-size: 2.7rem;
	color: #b8b8b8;
}
.bannerMain__h3 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3.4rem;
	color: #f7cb3d;
}
.bannerMain__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 55px;
	margin: 60px 0 0;
	transition: all 0.2s linear;
	background: rgba(249, 195, 15, 0.1);
	border: 2px solid #f9c30f;
	box-sizing: border-box;
	border-radius: 99px;
	font-weight: 500;
	font-size: 2rem;
	color: #f9c30f;
}
.bannerMain__btn:hover {
	box-shadow: 0 0 0 3px #f9c30f;
	background: #f9c30f;
	color: #333333;
}
/***/
.activeAntivirus {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-position: right center;
	box-shadow: 0px 0 30px 50px var(--bg-app);
}
.activeAntivirus__h2 {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 4rem;
	color: #f7cb3d;
}
.activeAntivirus__p {
	max-width: 700px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
.activeAntivirus__boxArea {
	display: flex;
	justify-content: center;
	gap: 16px;
}
.activeAntivirus__boxAreaBox {
	width: 288px;
	min-height: 150px;
	box-shadow: 0px 0 16px 16px rgba(59, 59, 71, 0.8);
	background: #31353a;
	border-radius: 1rem;
	z-index: 2;
	overflow: hidden;
}
.activeAntivirus__boxAreaBox h3 {
	padding: 1rem;
	background: #242e38;
	text-align: center;
	font-size: 2.3rem;
	color: #f9cd39;
}
.activeAntivirus__boxAreaSvg {
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 2rem auto;
	fill: #fafafa;
}
.activeAntivirus__boxAreaBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 32px);
	height: 40px;
	margin: 16px;
	transition: all 0.2s linear;
	background: #f9c30f;
	border: 1px solid #f9c30f;
	border-radius: 0.5rem;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.8rem;
}
.activeAntivirus__boxAreaBtn:hover {
	box-shadow: 0 0 0 1px #f9c30f;
	background: rgba(249, 195, 15, 0.1);
	color: #f9c30f;
}
/*  */
/***/
.signAntivirus {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 4rem 0 0;
	box-shadow: 0px 0 30px 35px var(--bg-app);
	background-position: right center;
	line-height: normal;
}
.signAntivirus__h2 {
	max-width: 930px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 3.4rem;
	color: #f7cb3d;
}
.signAntivirus__p {
	max-width: 930px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}
.signAntivirus__boxArea {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 16px;
}
.signAntivirus__boxAreaBox {
	display: flex;
	flex-direction: column;
	gap: 16px 20px;
	width: 300px;
	min-height: 150px;
	padding: 0 0 1.6rem;
	border-radius: 0.5rem;
	border: 1px solid #a8a8a8;
	overflow: hidden;
}
.signAntivirus__boxAreaBox h3 {
	padding: 16px;
	background: #242e38;
	text-align: center;
	font-size: 2.5rem;
	color: #f9cd39;
}
.signDevices {
	margin-left: auto;
	padding: 0.3rem;
	background: #fafafa;
	border: 1px solid #f9cd39;
	font-weight: 400;
	color: #222;
}
.signAntivirus__boxAreaBox img {
	display: block;
	width: 50%;
	margin: auto;
}
.signPrice {
	display: block;
	margin: 1rem 0 0;
	text-align: center;
	font-weight: 500;
	font-size: 3.5rem;
	color: #fafafa;
}
.signTime {
	margin: auto;
	padding: 0.3rem 1rem;
	background: #ebebeb;
	border-radius: 0.5rem;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
}
.signAntivirus__boxAreaSvg {
	display: block;
	width: 8rem;
	height: 8rem;
	margin: 32px auto;
	fill: #fafafa;
}
.signAntivirus__boxAreaBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: calc(100% - 32px);
	height: 40px;
	margin: 0 1.6rem 0;
	transition: all 0.2s linear;
	background: #f9c30f;
	border: 1px solid #f9c30f;
	border-radius: 0.5rem;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 1.8rem;
	color: #333333;
}
.signAntivirus__boxAreaBtn:hover {
	box-shadow: 0 0 0 1px #f9c30f;
	background: rgba(249, 195, 15, 0.1);
	color: #f9c30f;
}
.signDesc {
	padding: 0 1.6rem 1.6rem;
	text-align: center;
	font-size: 1.6rem;
}
.signTopic {
	display: flex;
	padding: 0 1.6rem;
}
.signCheck {
	flex: 0 0 2rem;
	margin: 0 1rem 0 0;
	fill: #f9c30f;
	font-size: 2.5rem;
}
/*  */
@media (max-width: 980px) {
	.bannerMain {
		background-size: 0 0;
	}
	.bannerMain__h3 {
		font-size: 2.4rem;
	}
	.signAntivirus__h2 {
		font-size: 2.4rem;
	}
	.activeAntivirus__boxArea {
		flex-direction: column;
		align-items: center;
	}
	.activeAntivirus__h2 {
		font-size: 4.2rem;
	}
	.signAntivirus__boxArea {
		flex-wrap: wrap;
	}
	.activeAntivirus__boxAreaBox {
		width: 240px;
	}
}
