.table-data {
	max-width: 100%;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
	border-radius: 10px;
}

.table-data table {
	width: 100%;
	border-collapse: collapse;
}

.table-data tr {
	border-bottom: 1px solid #e1e1e1;
}

.table-data tr:last-child {
	border-bottom: none;
}

.table-data tr td,
.table-data tr th {
	color: #404040;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
  html:not([dir="rtl"]) & {
    text-align: left;
  }
  @media (max-width: 767px) {
    min-width: 160px;
  }
}

.table-data tr td {
	color: #000;
}

.table-no-thead tbody tr th {
	width: 290px;
}

.table-data thead tr th {
	background: #F9F9F9;
	color: #000;
	font-weight: 600;
}

.table-data__tooltip-icon {
	background-image: url('data:image/svg+xml,%3Csvg width="12" height="13" viewBox="0 0 12 13" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="6" cy="6.5" r="5.5" stroke="%23404040"/%3E%3Cpath d="M6 9.5V5.5" stroke="%23404040"/%3E%3Cpath d="M6 4.5V3.5" stroke="%23404040"/%3E%3C/svg%3E');
	background-size: contain;
	background-repeat: no-repeat;
	color: #fff;
	width: 12px;
	height: 12px;
	position: absolute;
	right: -15px;
}

.table-data__column {
	position: relative;
	width: fit-content;
}

.table-compare.is-regulator table thead tr th:nth-child(2) {
	background: rgba(218, 235, 216, 0.65);
}

.table-compare.is-regulator table tbody tr td:nth-child(2) {
	background: #F3F7F2;
}

.article-content .list li {
	display: flex;
	padding-bottom: 16px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 16px;
}

.article-content .list .icon {
	min-width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	background: rgba(113, 178, 25, .1);
	margin-right: 16px;
}

.article-content .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.caption {
	font-size: 25px;
	font-weight: 700;
	line-height: 135%;
	text-align: center;
}

.number-box__icon-wrap {
	padding: 9px 10px 10px 9px;
	border-radius: 5px;
	background: rgba(113, 178, 25, 0.10);
	margin-right: 16px;
	height: max-content;
}

.number-box__icon {
	width: 32px;
	height: 32px;
	line-height: 28px;
	border: 4px solid #539100;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.number-box {
	display: flex;
}

.article-content .list-title {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	.article-title-wrap {
		display: flex;
		align-items: baseline;
	}

	.broker-country {
		height: auto;
		flex-direction: column;
		min-width: 270px;
		gap: 6px;
	}

	.broker-country__block {
		flex-direction: column;
		align-items: start;
		gap: 6px;
	}

	.broker-country__text,
	.broker-country select {
		font-size: 16px;
	}
}

@media (max-width: 992px) {
	.broker-country {
		width: max-content;
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.table-no-thead tbody tr th {
		width: auto;
	}

	.table-data {
		overflow: auto;
	}

	.article-info-block {
		flex-direction: column;
	}

	.share {
		margin-top: 20px;
	}

	.article-info-wrap {
		margin-top: 16px;
	}
}
