.exchange-rates-data {
	padding: 10px;
	margin: 5px 4px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border: solid 2px #0682ef;
	border-radius: 20px;
	background-color: #068aef13;
	background: linear-gradient(143deg, #068aef13, white);
	background: linear-gradient(143deg, #068aef4d, white);
	box-shadow: 0 2px 5px 0 #02396899;
	max-width: 360px;
	max-width: 360px;
	min-width: 360px;
}

.exchange-rates-date {
	text-align: right;
	font-size: 14px;
	color: #888;
	font-style: italic;
}

.exchange-rates-title {
	color: #00416b;
	font-size: 24px;
	font-weight: 275;
	text-transform: uppercase;
}

.exchange-rates-data.ru .exchange-rates-title {
	font-size: 22px;
}

.exchange-rates-data-rows {
	margin: 0 5px;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 5px;
}

.exchange-rates-row {
	display: flex;
	align-items: center;
	flex-basis: 250px;
	gap: 5px;
	margin: 0 auto;
}

.exchange-rates-flag {
	background-size: 100%;
	width: 25px;
	padding: 19px 0px !important;
	margin-right: 20px;
}

.exchange-rates-flag.USD {
	background: url(/www/images/exchange-flags/usd.svg) center no-repeat;

}

.exchange-rates-flag.GBP {
	background: url(/www/images/exchange-flags/gbp.svg) center no-repeat;

}

.exchange-rates-flag.CHF {
	background: url(/www/images/exchange-flags/chf.svg) center no-repeat;

}

.exchange-rates-flag.SEK {
	background: url(/www/images/exchange-flags/sek.svg) center no-repeat;

}

.exchange-rates-flag.NOK {
	background: url(/www/images/exchange-flags/nok.svg) center no-repeat;

}

.exchange-rates-flag.DKK {
	background: url(/www/images/exchange-flags/dkk.svg) center no-repeat;

}

.exchange-rates {
	font-size: 16px;
	font-weight: 400;
}

.exchange-rates span {
	font-weight: 500;
}

.exchange-ref-container {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.exchange-rates-reference {
	text-align: right;
	font-size: 12px;
	color: #888;
	font-style: italic;
}