.aix-qazaq-indicator A{
	text-decoration: none;
}
.aix-qazaq-indicator A:hover .title{
	color: #9b7c4a;
}
.navigation .aix-qazaq-indicator{
	display: none;
}
.navigation .navigation__top .aix-qazaq-indicator{
	display: block;
}

.aix-qazaq-indicator{
	padding: 0.2rem 3rem 0.2rem 0.5rem;
}
.aix-qazaq-indicator .indicator_value{
	display: flex;
	flex-direction: column;
}
.aix-qazaq-indicator .indicator_value .title {
	font-weight: 800;
	font-size: 1.2rem;
	white-space: nowrap;
	/*color: #9b7c4a;*/
}
.aix-qazaq-indicator .indicator_value .data{
	display: flex;
}
.aix-qazaq-indicator .indicator_value .data .value{
	white-space: nowrap;
}
.aix-qazaq-indicator .indicator_value .data .change.up {
	color: green;
}
.aix-qazaq-indicator .indicator_value .data .change:before {
	margin: 0 3px;
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
}
.aix-qazaq-indicator .indicator_value .data .change.up:before {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23008000' d='M6.101 359.293L25.9 379.092c4.686 4.686 12.284 4.686 16.971 0L224 198.393l181.13 180.698c4.686 4.686 12.284 4.686 16.971 0l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L232.485 132.908c-4.686-4.686-12.284-4.686-16.971 0L6.101 342.322c-4.687 4.687-4.687 12.285 0 16.971z'%3E%3C/path%3E%3C/svg%3E");
}
.aix-qazaq-indicator .indicator_value .data .change.down {
	color: red;
}
.aix-qazaq-indicator .indicator_value .data .change.down:before {
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23FF0000' d='M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z'%3E%3C/path%3E%3C/svg%3E");
}
.aix-qazaq-indicator .indicator_value .data .change {
	padding-left: 5px;
	white-space: nowrap;
	font-weight: 500;
}

@media screen and (max-width: 1022px){
	.aix-qazaq-indicator{
		order: 1;
		width: 100%;
		padding: 0.2rem 0.5rem;
	}
	.aix-qazaq-indicator .indicator_value{
		flex-direction: row;
		align-items: baseline;
		justify-content: center;
	}
	.aix-qazaq-indicator .indicator_value .data{
		margin-left: 1rem;
	}
}

@media screen and (max-width: 62em){
	.navigation .aix-qazaq-indicator{
		display: block;
	}
	.navigation .navigation__top .aix-qazaq-indicator{
		display: none;
	}
}
