.btn-confirm, .btn-close {
	margin: 0 auto;
}

.sort-list button {
	cursor: pointer;
}

.sort-list button.active {
	cursor: default;
}

.title-404 {
	text-align: center;
}

.attacking-info__icon {
	background: url(../images/table-cover/icon.svg) center center no-repeat;	
}

.table__row_cover {
	position: sticky;
}

.header__globe {
	background-size: cover;
}

.btn, .tabs__marker {
	font-weight: 500;
}

.ta-item_title .ta-item__id, .ta-item_title .ta-item__name {
	cursor: pointer;
}

.ta-item_hover, .ta-item_title .ta-item__id:hover, .ta-item_title .ta-item__name:hover {
	color: var(--primary-brand-palette-01, #00a88e);
}

.related-articles__title a, .related-articles__title a:visited, .related-articles__title a:active {
	cursor: pointer;
    color: var(--primary-brand-palette-06, #1d1d1b);
    font-family: Kaspersky Sans Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
    -webkit-transition: all .175s;
    -moz-transition: all .175s;
    -o-transition: all .175s;
    -ms-transition: all .175s;
    transition: all .175s;
    text-decoration: none;
}

.related-articles__title a:hover {
	color: var(--primary-brand-palette-01, #00a88e);
}

.no-gap {
	gap: 0;
}

.status {
	text-wrap: nowrap;	
}

.content a {
	display: inline-block;
}

