.inner-tabs li { cursor: pointer; }

.directions .categories .field { display: inline-block; }
.directions .categories .field + .field { margin: 0; }
.directions .categories .field:last-child
{
	display: block;
	margin-top: 10px;
}
.directions .categories .label
{
	height: 21px;
	line-height: 21px;
	color: #689D22;
	text-transform: uppercase;
}
.directions .categories .side
{
	width: 473px;
	height: 43px;
}
.directions .categories .side img
{
	width: 43px;
	height: 43px;
	background-image: url("https://kurses.com.ua/img/currencies/background.png");
	cursor: pointer;
	float: left;
}
.directions .categories .side span
{
	width: 414px;
	margin: 0 8px;
}
.directions .categories .side:nth-child(2) img { float: right; }
.directions .categories .side:nth-child(2) .label { text-align: right; }
.directions .categories button { padding: 0 10px; }
.directions .categories button + button { margin-left: 12px; }
.directions .categories .select
{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 21px 0 2px;
	border: 1px solid #ADADAD;
	border-radius: 4px;
	background-color: #FFF;
	font-size: 12px;
	box-sizing: border-box;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	position: relative;
}
.directions .categories .select::before
{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 19px;
	height: 22px;
	border-radius: 0 2px 2px 0;
	background-image: -webkit-linear-gradient(top, #89B975, #449824, #8BBD59);
	background-image: -moz-linear-gradient(top, #89B975, #449824, #8BBD59);
	background-image: -ms-linear-gradient(top, #89B975, #449824, #8BBD59);
	background-image: -o-linear-gradient(top, #89B975, #449824, #8BBD59);
	background-color: #449824;
}
.directions .categories .select::after
{
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-top: 9px solid #FFF;
	top: 6px;
	right: 4px;
	width: 0;
	height: 0;
}
.directions .list .field + .field { margin-top: 7px; }
.directions .list .label
{
	width: 112px;
	color: #689D22;
}
.directions .list select { width: 680px; }
.directions .list button
{
	width: 150px;
	margin-left: 4px;
}
.directions a
{
	text-align: center;
	display: block;
	margin: 10px auto 0 auto;
}

#popular-exchanges td { padding: 0 2px; }
#popular-exchanges td:nth-child(1) span:before
{
	content: "";
	display: block;
}
#popular-exchanges td:nth-child(4) > span
{
	display: block;
	margin: 0 10px;
	border-top: 1px dashed #999;
}
#popular-exchanges td:nth-child(4) > span a:hover { text-decoration: none; }
#popular-exchanges td:nth-child(4) a span
{
	display: inline-block;
	margin: 0 2px;
}

#popular-exchangers td { padding: 0 2px; }
#popular-exchangers td:nth-child(3) a:hover { text-decoration: none; }
#popular-exchangers td:nth-child(3) span
{
	display: inline-block;
	margin: 0 2px;
}

.news-all
{
	display: flex;
	justify-content: flex-end;
	margin: 13px 0;
	line-height: 16px;
}

.table td .fee { cursor: help; }
.table td .min-max-amount
{
	cursor: help;
	display: block;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	margin: -3px auto 0 auto;
	color: #5F5F5F;
}

.rates td:first-child:not([colspan])
{
	text-align: left;
	padding: 0 1px 0 6px;
}
.rates td:first-child span
{
	position: relative;
	display: block;
}
.rates td:first-child i
{
	float: right;
	margin: 1px 0 0 1px;
	cursor: help;
}
.rates td:nth-child(2),
.rates td:nth-child(5)
{
	font-weight: bold;
}
.rates td:nth-child(10) a { display: block; }
.rates td:nth-child(10) a:hover { text-decoration: none; }
.rates td:nth-child(10) span
{
	display: inline-block;
	margin: 0 2px;
}
.rates td:nth-child(9) i
{
	display: inline-block;
	margin: -1px 0 0 7px;
	width: 16px;
	height: 16px;
	background-image: url("https://kurses.com.ua/img/icons.png");
	background-position: 0 -35px;
	vertical-align: middle;
}

.empty { color: #070; }

.rates-panel
{
	display: flex;
	padding: 0;
}
.rates-panel li
{
	list-style-type: none;
	padding: 10px;
}
.rates-panel li:nth-child(n + 2) { border-left: 1px solid #999; }
.rates-panel li i
{
	font-style: normal;
	cursor: pointer;
	color: #4890B6;
}
.rates-panel li:not(.disabled) i:hover { text-decoration: underline; }
.rates-panel li.disabled i
{
	color: #AAA;
	cursor: default;
}

.buttons-panel > div { display: inline-block; }