.vtas {
	margin-top: 26px;
	margin-bottom: 26px;
	width: 100%;
}

.vtas__head-title {
	font-size: 14px;
	line-height: 1.14;
	display: none;
}

.vtas__head-title_active {
	display: block;
}

.vtas__body {
	margin-top: 20px;
	border: 3px dashed #bdbdbd;
	padding: 17px 16px 16px;
	position: relative;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.vtas__dropzone-drag {
	float: left;
	width: 50%;
	position: relative;
	padding: 19px 16px 0 0;
	text-align: center;
}

.vtas__dropzone-drag:before {
	content: '';
	display: block;
	top: 0;
	width: 1px;
	bottom: calc(50% + 16px);
	background: #000000;
	position: absolute;
	right: 0;
}

.vtas__dropzone-drag:after {
	content: '';
	display: block;
	bottom: 0;
	position: absolute;
	top: calc(50% + 14px);
	background: #000000;
	width: 1px;
	right: 0;
}

.vtas__dropzone-title {
	margin-top: 19px;
	font-size: 16px;
	line-height: 1.13;
}

.vtas__dropzone-button-section {
	position: absolute;
	right: 0;
	left: 50%;
	text-align: center;
	bottom: 0;
	top: 0;
}

.vtas__dropzone-button-section:before {
	left: 0;
	margin-left: -6.5px;
	top: 50%;
	transform: translate(0, -50%);
	position: absolute;
	display: block;
	content: 'or';
	font-size: 14px;
	line-height: 1.14;
}

.vtas__dropzone-button {
	padding: 12px 39px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.14;
	font-weight: 700;
	background: #6aa6ff;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	text-transform: none;
	top: 50%;
	transform: translate(-50%, -50%);
}

.vtas__dropzone-input {
	display: none;
}

.vtas__privacy {
	margin-top: 10px;
	font-size: 11px;
	line-height: 1.45;
	letter-spacing: -0.02em;
}

.vtas__privacy p {
	margin: 0;
}

.vtas__loading {
	text-align: center;
	display: none;
	padding-top: 23px;
	padding-bottom: 26px;
}

.vtas__loading-icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	animation: spin 2s linear infinite;
}

.vtas__loading-title {
	margin-top: 9px;
	font-size: 24px;
	line-height: 1.53;
}

.vtas__bottom {
	display: none;
	margin-top: 17px;
	font-size: 14px;
	line-height: 1.14;
}

.vtas__results {
	display: none;
	margin: 0;
	margin-top: 17px;
	list-style: none;
	padding: 0;
}

.vtas__results-item {
	margin-top: 17px;
}

.vtas__results-item:first-child {
	margin-top: 0;
}

.vtas__results-title {
	font-size: 14px;
	line-height: 1.14;
	position: relative;
}

.vtas__table {
	border: 1px solid #dfdfdf;
	margin-top: 13px;
}

.vtas__table-head {
	padding: 7px 26px 6px;
	background: #f8f8f8;
}

.vtas__table-title {
	font-size: 20px;
	line-height: 1.15;
	float: left;
}

.vtas__table-row {
	border-top: 1px solid #dfdfdf;
}

.vtas__table-col {
	width: 50%;
	float: left;
	padding: 0 26px;
	font-size: 12px;
	line-height: 1.14;
	border-right: 1px solid #dfdfdf;
}

.vtas__table-col:last-child {
	border-right: 0;
	border-left: 1px solid #dfdfdf;
}

.vtas__table-label {
	float: left;
	width: 75px;
	padding-top: 7px;
	padding-bottom: 8px;
}

.vtas__table-value {
	width: calc(100% - 75px);
	float: right;
	overflow: hidden;
	white-space: nowrap;
	padding-top: 7px;
	padding-bottom: 8px;
	text-overflow: ellipsis;
}

.vtas__table-results-malicious {
	font-size: 18px;
	line-height: 1.17;
	font-weight: 700;
}

.vtas__table-results-malicious_alone {
	color: #86d800;
}

.vtas__table-results-malicious_critical {
	color: #ffa800;
}

.vtas__table-results-malicious_delete {
	color: #ff7979;
}

.vtas__results-title_alone {
	padding-left: 32px;
}

.vtas__results-title_critical,
.vtas__results-title_delete {
	padding-left: 41px;
}

.vtas__results-title_alone:before {
	width: 21px;
	height: 21px;
	left: 0;
	position: absolute;
	content: '';
	display: block;
	top: 1px;
	background: url(../../static/images/Vector.svg) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.vtas__results-title_critical:before {
	width: 28px;
	height: 26px;
	left: 0;
	position: absolute;
	content: '';
	display: block;
	top: -5px;
	background: url('../../static/images/Vector (1).svg') no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.vtas__results-title_delete:before {
	width: 28px;
	height: 26px;
	left: 0;
	position: absolute;
	content: '';
	display: block;
	top: -5px;
	background: url('../../static/images/Vector (2).svg') no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}

.vtas__table-results-wrapper_alone {
	font-weight: 700;
	color: #86d800;
}

.vtas__table-results-wrapper_critical {
	font-weight: 700;
	color: #ffa800;
}

.vtas__table-results-wrapper_delete {
	font-weight: 700;
	color: #ff7979;
}

.vtas__full-report {
	float: right;
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.17;
	color: #6aa6ff;
	text-decoration: none;
}

.vtas__not-matched {
	padding-top: 3px;
	display: none;
}

.vtas__not-matched-title {
	margin-left: auto;
	margin-right: auto;
	max-width: 577px;
	text-align: center;
	font-size: 16px;
	line-height: 1.22;
	color: #000000;
}

.vtas__not-matched-buttons {
	margin-top: 25px;
	text-align: center;
}

.vtas__not-matched-full-scan {
	text-decoration: none;
	display: inline-block;
	margin-bottom: 3px;
	margin-left: 62px;
	margin-right: 62px;
	vertical-align: middle;
	padding: 12px 45px;
	color: #3a3a3a;
	font-size: 14px;
	line-height: 1.14;
	font-weight: 700;
	border-radius: 4px;
	border: 1px solid #000000;
}

.vtas__not-matched-upload-new-file {
	margin-left: 62px;
	margin-right: 62px;
	margin-bottom: 3px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
	padding: 12px 22px;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.14;
	font-weight: 700;
	border-radius: 4px;
	background: #6aa6ff;	
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}

@media only screen and (max-width: 767px) {
	.vtas__dropzone-drag {
		display: none;
	}
	.vtas__dropzone-button-section {
		position: static;
		padding: 20px;
	}
	.vtas__dropzone-button-section:before {
		display: none;
	}
	.vtas__table-col {
		float: none;
		width: auto;
		border-right: 0;
		border-left: 0 !important;
		border-top: 1px solid #dfdfdf;
	}
	.vtas__table-col:first-child {
		border-top: 0;
	}
}