@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap');
* {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1;
	color: #343a40;
}
.top-head {
	margin-bottom: 50px;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}
.top-head .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 80px;
}
.btn-download {
	width: 100%;
	font-size: 12px;
}
.site-logo {
	height: 45px;
}
.file-info-wrap {
	align-items: center; 
	justify-content: flex-start; 
	display: flex;
}
.mirror-icons {
	margin-top: 10px;
}
.mirror-icons i {
	color: #828282;
	margin-right: 5px;
	font-size: 16px;
}
.mirror-icons i:hover {
	cursor: pointer;
	transition-duration: 0.5s;
	color: #eaeaea;
}
.article-head {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	display: flex;
}
.article-head div p {
	margin: 0;
	font-size: 18px;
}
.article-head div p:first-child {
	color: #828282;
}
.file-info p i {
	margin-right: 5px;
	color: #828282;
}
.file-description {
	margin-top: 50px;
}
.file-description .title {
	font-size: 18px;
	margin-bottom: 25px;
}
.bg-light-primary {
	background: #eaeaea;
}
table td, table th {
	font-size: 12px;
}
.mirror-feature {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 15px 0;
}
.mirror-feature p {
	margin: 0;
}
.sub-heading {
	font-size: 18px;
}
.sub-heading span {
	font-size: 18px;
	color: #828282;
}
.text-gray {
	color: #828282;
}
.gateway {
	background: #343a40;
	position: relative;
	margin-bottom: 25px;
	padding: 0 25px;
	box-sizing: border-box;
	width: 100%;
	display: none;
}
.gateway p {
	margin: 0;
}
.gateway-top-head {
	padding: 15px 0;
	text-align: center;
}
.gateway-top-head p {
	color: #fff;
}
.gateway-top-head .title {
	font-weight: 700;
}
.gateway-offers {
	background: #fff;
	margin: 0px 0px 15px 0px;
	padding: 25px 0;
	border-radius: 5px;
}
.gateway-offer, .gateway-offer:visited {
	text-decoration: none;
	color: #222;
	display: block;
	text-align: left;
	padding: 10px 25px;
	font-weight: 700;
}
.gateway-offer:hover {
	background: #6c757d;
	color: #fff;
	text-decoration: none;
	transition-duration: 0.5s;
}
.gateway-offer:hover i {
	color: #ffb446;
	transition-duration: 0.5s;
}
.gateway-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	margin: 0px 0px 15px 0px;
}
.gateway-footer p {
	color: #97a2ab;
}
.gateway-help-btn, .gateway-help-btn:visited {
	text-decoration: none;
	color: #343a40;
	background: #ffb446;
	padding: 5px 10px;
	box-sizing: border-box;
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
}
.gateway-help-btn:hover {
	text-decoration: none;
	background: #6c757d;
	transition-duration: 0.5s;
	color: #fff;
}
.gateway-top-head p:last-child {
	color: #97a2ab;
	margin-top: 5px;
}
.gateway-waiting {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;
	background: rgba(0, 0, 0, .95);
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
}
.gateway-waiting * {
	position: relative;
	z-index: 3;
	padding: 0 25px;
	box-sizing: border-box;
}
.gateway-waiting p {
	color: #fff;
	text-align: center;
}
.gateway-waiting p:first-child {
	color: #ffb446;
	font-weight: 700;
	margin-bottom: 5px;
}
.gateway-waiting .fa-spin {
	font-size: 30px;
	color: #00cbff;
	margin: 15px 0;
}
.gateway-waiting .fa-arrow-right {
	padding: 0;
}
.waiting-close {
	padding: 10px 20px;
	border-radius: 5px;
	background: #ffb446;
	color: #343a40;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}
.waiting-close:hover {
	text-decoration: none;
	background: #6c757d;
	transition-duration: 0.5s;
	color: #fff;
	cursor: pointer;
}
.c-fire {
	color: #ffb446;
}
.c-flex {
	color: #3f5869;
}
.c-limitless { 
	color: #00cbff;
}
.virus-scan {
	background: #eaeaea;
	padding: 15px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 50px;
}
.virus-scan img {
	max-width: 100%;
}
nav a, nav a:visited {
	text-decoration: none;
	color: #343a40;
	padding: 0px 10px;
	font-weight: 700;
}
nav a:hover {
	text-decoration: none;
	color: #00cbff;
	transition-duration: 0.5s;
}
nav a i {
	color: #00cbff;
	margin-right: 5px;
}
footer p {
	margin: 0;
	padding: 15px 0;
}
.virus-scan__brand {
	flex-basis: 70px;
}
.virus-scan__brand img {
	width: 70px;
	height: 35px;
	object-fit: contain;
}
.virus-scan__progress {
	flex-basis: 125px;
	margin-left: auto;
	height: 25px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ddd;
	background: #fff;
}
.virus-scan__progress-bar {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 10px;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
}
.virus-scan__progress--analysing .virus-scan__progress-bar {
	background: #00acea;
}
.virus-scan__progress--completed .virus-scan__progress-bar {
	background: #28a745;
}
.review {
	display: flex;
	flex-direction: row;
	align-items: start;
	justify-content: flex-start;
	padding: 15px;
	background: #00acea;
	border-radius: 5px;
	cursor: pointer;
}
.review__avatar {
	width: 50px;
	height: 50px;
	border-radius: 50px;
	flex-shrink: 0;
	margin-right: 15px;
	overflow: hidden;
	border: 2px solid #fff;
}
.review__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review__text {
	flex-grow: 1;
	line-height: 20px;
	padding-top: 5px;
	color: #fff;
}