* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body{
	background: url(../img/bg.png) #000;
	margin: 0;
	font-family: Segoe UI, Arial;
}

body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    font-family: Segoe UI, Arial;
    font-size: 12px;
    color: #333;
    line-height: 1.6;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #000;
    background-image: linear-gradient(0deg, #641008 0, #000 89%);
    opacity: 0.7;
    transition: 1s;
    z-index: 1;
}

.container{
	width: 960px;
	margin: 0 auto;
	position: relative;
}

.menu{
	position: absolute;
    top: 19px;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 0;
    right: 0;
}

.menu li{
	list-style: none;
	display: inline-block;
	margin: 0 15px;
}

.logo{
	position: absolute;
	left: 0;
	width: 108px;
	top: 19px;
}

h1{
    color: #fff;
    position: absolute;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    left: 0;
    top: 150px;
}

h2{
	font-size: 30px;
    color: #fff;
    position: absolute;
    font-weight: 400;
    left: 0;
    top: 311px;
    background: #c01818;
    padding: 2px 10px;
}

.copyright{
	position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    color: #fff;
    border-top: 1px solid #fff;
    max-width: 960px;
    margin: 0 auto;
    display: inline-block;
    left: 50%;
    margin-left: -480px;
    padding: 10px 0;
}

.main{
	position: absolute;
	left: 50%;
	top:50%;
	width: 780px;
	height: 530px;
	margin-left:-390px;
	margin-top: -265px;
	z-index: 9;
	border: 1px solid #aaa;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    box-sizing: border-box;
}

.header{
	display: inline-block;
    width: 100%;
    padding: 7px 20px;
    box-sizing: border-box;
}

.header img{
	width: 170px;
	float: left;
}

.header .icons{
	float: right;
	margin-top: 11px;
}

.header .icons img{
	width: 12px;
    margin-left: 18px;
}

.header .icons img:first-child{
	margin-top: 3px;
}

.head .icons img:first-child{
	margin-top: 3px;
}

.gray-line{
	display: inline-block;
    width: 100%;
    background: #f2f2f2;
    padding: 6px 0;
    margin-top: -5px;
}

.gray-line .icons-menu{
	float: right;
	padding: 0 20px;
}

.gray-line .icons-menu ul{
	margin: 0;
}

.gray-line .icons-menu ul li{
	list-style-type: none;
    display: inline-block;
    margin-left: 15px;
    box-sizing: border-box;
}

.gray-line .icons-menu ul li img{
	margin-bottom: -1px;
}

.central-block{
	display: inline-block;
    width: 100%;
    padding: 15px 5px;
    box-sizing: border-box;
    margin-top: -5px;
}

.central-block img{
	width: 300px;
	float: left;
}

.central-block h3{
	font-size: 28px;
    color: #0bd175;
    font-weight: 400;
    margin: 20px 0 0 325px;
}

.bottom-content{
	margin-left: 325px;
}

.bottom-content p{
	font-size: 14px;
	margin: 0;
    margin-bottom: 0px;
}

.green-line{
	display: inline-block;
    width: 100%;
    height: 9px;
    background-color: #0bd175;
}

.bottom-block{
	display: inline-block;
    width: 100%;
    margin-top: -5px;
}

.box{
	width: 25%;
	float: left;
	text-align: center;
	border-right: 2px solid #f2f2f2;
}

.box h4{
	font-size: 20px;
    margin: 0;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 24px;
}

.box h5{
	text-align: center;
    font-size: 14px;
    color: #0bd175;
    font-weight: 400;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 16px;
}

.bottom-block .box img{
	height: 65px;
}

.footer{
	background-color: #3e5165;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	margin-top: -5px;
}

.footer p{
	font-size: 14px;
	color: #fff;
	margin: 9px 0;
}

.footer p span{
	color: #0bd175;
}

.scan{
    position: absolute;
    width: 780px;
    height: 530px;
    top: 50%;
    margin-top: -234px;
    left: 50%;
    margin-left: -352px;
    border: 1px solid #aaa;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    z-index: 9
}

.scan .head{
	display: block;
    padding: 20px 25px;
    width: 100%;
}

.scan .head span{
	float: left;
    font-size: 24px;
    font-weight: 600;
    color: #777;
    display: inline-block;
    margin-top: -12px;
    margin-bottom: 12px;
}

.scan .head .icons{
	float: right;
	margin-top: 1px;
}

.scan .head .icons img{
	margin-left: 15px;
}

.logo-full{
	position: absolute;
    bottom: 9px;
    left: 35px;
    width: 115px;
}

.scan-line{
	display: inline-block;
    width: 100%;
    background-color: #3d5064;
    padding: 12px 15px 12px 25px;
}

.left-part img{
	width: 36px;
	float: left;
}

.scan-text{
	font-size: 18px;
    color: #fff;
    margin-top: 6px;
    display: inline-block;
    margin-left: 19px;
}

.left-part{
	float: left;
}

.right-part{
	float: right;
}

.top-scan-files{
	font-size: 14px;
    font-weight: 600;
    text-align: right;
    color: #fff;
    margin-bottom: 1px;
    margin-top: -4px;
}

.scan-files{
	font-size: 14px;
    font-weight: 400;
    text-align: right;
    color: #fff;
    margin-bottom: 0px;
    margin-top: 0;
}

.results{
	max-width: 710px;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.results h6{
	padding: 2px 8px;
    background-color: #f2f2f2;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.results p{
	padding: 2px 50px;
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 600;
    margin: 9px 0;
}

.results p span{
	float: right;
}

.results .list-virus{
	padding: 2px 50px;
    background-color: #fbfbfb;
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 600;
    margin: 9px 0;
}

.results .list-virus span{
	float: right;
}

#goog-gt-tt {
  visibility: hidden !important;
  display: none !important;
}
body {
  top: 0 !important;
}
.skiptranslate {
  display: none;
  height: 0;
}
.language__img {
  cursor: pointer;
}
.goog-gt-tt {
  display: none;
  height: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.goog-text-highlight {
  background-color: transparent !important;
  -webkit-box-shadow: unset !important;
  -moz-box-shadow: unset !important;
  box-shadow: unset !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: unset !important;
}

.work-process {
    max-width: 710px;
    margin: 0;
    width: 100%;
    position: absolute;
    top: 186px;
    left: 35px;
}
.work-process h3 {
    margin: 30px 0px 10px;
}
.project-bar {
    height: 28.39px;
    background: #e0e0e0;
    border-radius: 0px;
}
.project-percent {
    height: 28.39px;
    background-color: #25c503;
    border-radius: 0px;
    position: relative;
    width: 0;
    transition: 13s linear;
}
.project-percent::before {
    /*content: attr(percent);*/
    position: absolute;
    right: 0px;
    left: 0px;
    padding: 1px 0px;
    color: #ffffff;
    font-size: 14px;
    line-height: 25.5px;
    border-radius: 25px;
    font-weight: bold;
    width: 20px;
    margin: 0px auto;
}

.list-virus ol{
	margin: 0;
}

.list-virus ol li span{
	margin: 0 10px;
}

.virus1, .virus2, .virus3, .virus4, .virus5{
	display: none;
	margin-top: 6px;
	font-weight: 400;
}

.table-vir{
	display: inline-block;
	float: none!important;
	width: 125px;
    color: #c81a00;
}

.name-vir{
	display: inline-block;
	float: none!important;
	width: 161px;
}

.virus-banner1 {
  position: fixed;
  bottom: -20px;
  right: 230px;
  transition: 0.7s;
  z-index: 9999;
}
.virus-banner2 {
  position: fixed;
  bottom: -20px;
  right: 230px;
  transition: 0.7s;
  z-index: 9999;
}
.virus-banner3 {
  position: fixed;
  bottom: -20px;
  right: 230px;
  transition: 0.7s;
  z-index: 9999;
}
.virus-banner4 {
  position: fixed;
  bottom: -20px;
  right: 230px;
  transition: 0.7s;
  z-index: 9999;
}
.virus-banner5 {
  position: fixed;
  bottom: -20px;
  right: 230px;
  transition: 0.7s;
  z-index: 9999;
}

.virus-content{
	position: absolute;
    width: 210px;
    height: 215px;
    border: 1px solid #aaa;
    background: #fefefe;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    z-index: 9;
}

.header-block-virus{
	width: 100%;
    height: 52px;
    padding: 4px 0 0 10px;
    background-color: #c81a00;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
}

.header-block-virus h6{
	margin: 0;
	font-size: 14px;
}

.virus-content p{
	font-size: 15px;
    font-weight: 600;
    padding: 0 10px;
}

.virus-content p img{
	margin-bottom: -2px;
	margin-right: 5px;
}

.virus-content p span{
	font-size: 12px;
    line-height: 1.2;
    display: block;
}

.little-line{
	font-size: 12px!important;
    font-weight: 400!important;
}

.little-line img{
	float: left;
	margin-top: 9px;
	margin-right: 10px!important;
}

.final-popup {
    position: absolute;
    width: 500px;
    height: 511px;
    top: 50%;
    margin-top: -210px;
    left: 50%;
    margin-left: -225px;
    border: 1px solid #aaa;
    background: #fff;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.5);
    box-shadow: 0px 0px 15px 0px rgb(50 50 50 / 50%);
    z-index: 999
}

.final-head{
	font-size: 18px;
    font-weight: 600;
    color: #333;
    padding: 8px 20px;
}

.final-head img{
	width: 29px;
    margin-bottom: 0px;
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}

.final-head .icons{
	float: right;
	margin-top: 10px;
}

.final-head .icons img{
	width: 12px;
	margin-left: 15px;
}

.final-red{
	padding: 9px 20px;
    background-color: #c81a00;
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.btn-link{
	font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background-color: #c81a00;
    text-decoration: none;
    width: 180px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    line-height: 40px;
    margin-top: 24px;
}

.final-popup p{
	margin-left: 0px;
	font-size: 14px;
    color: #333;
    margin-bottom: 18px;
    margin-top: 0;
    text-align:center;
}

.final-popup{
	display: none;
}

.scan{
	opacity: 0;
}

.z-class span{
    position:relative;
    z-index:99;
}

.z-class span:first-child{
    float:none!important;
}

.result-list{
    line-height: 18px;
    display: block;
    margin: 0 0px 7px 0px;
    width: 100%;
    background: #f2f2f2;
    padding: 4px 10px;
    font-size: 13px;
    box-sizing: border-box;
    max-width: 420px;
    margin: 0 auto 7px;
}

.final-popup h6{
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 17px;
    line-height: 21px;
    color: #c81a00;
    text-shadow: 0px 0px 0px #000;
    margin-top: 9px;
    max-width: 420px;
    margin: 15px auto 0;
}

.final-popup b{
    font-size: 13px;
    font-weight: bold;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
    color: #333;
    line-height: 18px;
    display: block;
    text-align: center;
    margin-top: 6px;
}

.final-popup{
    height:auto;
    padding-bottom: 20px;
    margin-top: -230px;
}

.scan{
    min-height: 530px;
    height: auto;
    padding-bottom: 50px;
    margin-top: -254px;
}

.main{
    margin-top: -285px;
}