.container-content {
	padding: 20px 0 40px 0;
}
.content {
	min-height: calc(100vh - 500px);
}
.main-header {
	position: relative;
	z-index: 6;
}
.head-top {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding: 20px 0;
	width: 1200px;
}
.signin-btn {
	margin-right: 10px;
}
.menu-item.mobile {
	display: none;
}
.mob-menu-btn {
	display: none;
}
#mobMenuCb {
	display: none;
}
.mob-logo-l {
	vertical-align: middle;
}
.mob-logo-l img {
	height: 45px;
	width: auto;
}
.lang-block {
	border: 2px solid #c7c7c7;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	height: 46px;
	margin-left: 20px;
	padding: 0 5px;
	position: relative;
	vertical-align: middle;
	width: 142px;
}
.lang-selected {
	font-size: 14px;
}
.lang-selected::after {
	border: solid #939393;
	border-width: 0 2px 2px 0;
	content: '';
	display: inline-block;
	padding: 3px;
	position: relative;
	top: -1px;
	transform: rotate(45deg);
}
.lang-name {
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
}
.lang-selected .lang-name {
	padding: 2px 10px;
}
.in-lang-sec {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 0 62px 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	display: none;
	left: -2px;
	padding: 10px 0 15px;
	position: absolute;
	top: 50px;
	width: 142px;
	z-index: 2;
}
.in-lang-sec li {
	margin-bottom: 20px;
}
.in-lang-sec li > a {
	border-left: 3px solid rgba(255,255,255,0);
	color: #535252;
	display: block;
	font-size: 14px;
	padding: 2px 10px;
	text-decoration: none;
}
.in-lang-sec li > a:hover {
	border-left: 3px solid #ffa71a;
	text-decoration: underline;
}
.in-lang-sec li > a:hover::after {
	color: #ffa71a;
	content: '\25B8';
	left: 0;
	position: absolute;
}
.lang-selected .lang-name::before,
.in-lang-sec a::before {
	background-size: 30px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	overflow: hidden;
	vertical-align: middle;
	width: 18px;
}
.en::before {
	background: url(../img/flags/en.png) no-repeat center;
}

.ru::before {
	background: url(../img/flags/ru.png) no-repeat center;
}

.de::before {
	background: url(../img/flags/de.png) no-repeat center;
}

.zh::before {
	background: url(../img/flags/zh.png) no-repeat center;
}

.pl::before {
	background: url(../img/flags/pl.png) no-repeat center;
}

.pt::before {
	background: url(../img/flags/pt.png) no-repeat center;
}

.it::before {
	background: url(../img/flags/it.png) no-repeat center;
}

.es::before {
	background: url(../img/flags/es.png) no-repeat center;
}

.fr::before {
	background: url(../img/flags/fr.png) no-repeat center;
}

.ee::before {
	background: url(../img/flags/ee.png) no-repeat center;
}

.lt::before {
	background: url(../img/flags/lt.png) no-repeat center;
}

.social {
	margin-right: 10px;
}
.head-top .social {
	margin-left: auto;
}
.social a {
	border: 2px solid #cccccc;
	border-radius: 50%;
	height: 46px;
	transition: all .5s;
	vertical-align: middle;
	width: 46px;
}
.social > a:first-child {
	margin-right: 10px;
}
.fb:hover {
	background-color: #3C5A99;
	border-color: #3C5A99;
}
.tw:hover {
	background-color: #1DA1F2;
	border-color: #1DA1F2;
}
.tw svg {
	height: 23px;
	width: 28px;
}
.fb svg {
	height: 36px;
	width: 28px;
}
.social a:hover path {
	fill: #fff;
	transition: fill .5s;
}
.input-text {
	display: inline-block;
}
input[type="text"], input[type="password"], input[type="email"], input[type="search"], input[type="number"],
textarea, select, .row input[type="tel"], input[type="date"] {
	background-color: rgba(255,255,255,0);
	border: 2px solid #eaeaea;
	border-radius: 5px;
	box-sizing: border-box;
	color: #535252;
	font: 400 18px Exo2, Arial, sans-serif;
	height: 46px;
	margin: 0;
	max-width: 500px;
	outline: none;
	padding: 0 15px;
	text-overflow: ellipsis;
	vertical-align: middle;
	width: 100%;
	-webkit-appearance: none;
}
.input-select {
	display: inline-block;
	padding: 1px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-right: 5px;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-right: 30px;
}
select::-ms-expand {
	color: transparent;
	background-color: transparent;
	border: none;
}
.select-wrap {
	max-width: 500px;
	position: relative;
}
.select-wrap::after {
	border: solid #939393;
	border-width: 0 2px 2px 0;
	content: '';
	display: inline-block;
	padding: 3px;
	pointer-events: none;
	position: absolute;
	right: 15px;
	top: 23px;
	-webkit-transform: translate(0,-50%) rotate(45deg);
	-ms-transform: translate(0,-50%) rotate(45deg);
	transform: translate(0,-50%) rotate(45deg);
}
textarea {
	height: 150px;
	padding-top: 15px;
}
input::placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
input::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
input::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
	height: inherit;
	line-height: revert;
}
input:-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
	height: inherit;
	line-height: revert;
}
input:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
input::-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
textarea::placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
textarea::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
textarea::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
textarea:-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
textarea:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
textarea::-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
select::placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
select::-webkit-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
select::-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
	line-height: revert;
}
select:-moz-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
	line-height: revert;
}
select:-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
select::-ms-input-placeholder {
	text-overflow: ellipsis;
	opacity: 1; 
	transition: opacity 0.3s ease;
}
input:focus::placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
input:focus::-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
textarea:focus::placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
textarea:focus::-webkit-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
textarea:focus::-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
textarea:focus:-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
textarea:focus:-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
textarea:focus::-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
select:focus::placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
select:focus::-webkit-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
select:focus::-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
select:focus:-moz-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
select:focus:-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
select:focus::-ms-input-placeholder {
	opacity: 0; transition: opacity 0.3s ease;
}
form > div {
	margin: 5px 0;
}
.idx-data-form input::placeholder,
.idx-data-form input::placeholder,
.idx-data-form input::-webkit-input-placeholder,
.idx-data-form input::-moz-placeholder,
.idx-data-form input:-moz-placeholder,
.idx-data-form input:-ms-input-placeholder,
.idx-data-form input::-ms-input-placeholder {
	color: rgba(255,255,255,.8);
}
.form label {
	color: #9a9db1;
	display: block;
	font-size: 14px;
	margin-bottom: 7px;
}
.terms {
	color: #9598ac;
	font-size: 10px;
	padding-top: 10px;
	text-align: center;
}

.terms a {
	font-size: 10px;
}

.chr {
	border-collapse: collapse;
	float: left;
	margin: 2px;
	padding: 0;
	width: 6px;
}

.chr td {
	width: 2px;
	height: 4px;
	padding: 0 !important;
	margin: 0;
}
.fld {
	background: #000;
}
.fx-rate-left h2 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 22px;
}
.fx-rate-list {
	box-sizing: border-box;
	font-size: 15px;
}
.fx-rate-list .modal-content {
	align-items: center;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	box-sizing: border-box;
	height: 67px;
	padding: 0 17px;
}
.modal-content {
	display: flex;
	justify-content: space-around;
	width: 100%;
}
.fx-cur-block {
	border-left: 0;
	font-weight: normal;
	font-size: 14px;
}
.fx-cur2 {
	color: #4ac62d;
}

.idx-main {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	justify-content: flex-start;
	position: relative;
	padding-bottom: 4px;
}

.idx-main > div {
	-webkit-flex: 1 auto;
	flex: 1 auto;
}

.idx-left {
	width: 32%;
	min-width: 200px;
	position: relative;
	font-size: 12px;
	box-sizing: border-box;
	min-height: 700px;
}

.reserve-tbl {
	width: 100%;
	padding: 0;
	position: relative;
}
.category-bl {
	background-color: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	padding: 25px 0;
}
.reserve-bl-header {
	color: #b5b5b5;
	font-size: 14px;
	height: 50px;
	padding: 0 25px;
}
.reserve-bl-header > div {
	width: 100%;
}
.cur-category {
	font-size: 21px;
	margin: 0 0 30px 25px;
}
.ereserve-wrap {
	position: absolute;
	right: 25px;
	top: 25px;
}
.ereserve-wrap > svg {
	width: 21px;
	position: absolute;
	bottom: 0;
	right: -17px;
}
.reserve-item {
	border-bottom: 1px solid #ebebeb;
	height: 50px;
	padding: 0 25px;
}
.reserve-item:last-child {
	border-bottom: 0;
}
.reserve-item:hover {
	background-color: #f2f8ff;
}
.reserve-item > div {
	width: 100%;
}
.rate-currency {
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	height: 28px;
	box-sizing: border-box;
	padding: 0 0 0 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}

.reserve-url {
	border-bottom: 1px solid #ffa71a;
	color: #ffa71a;
	display: inline-block;
	font-size: 14px;
	margin-top: 5px;
}
.container-content a.reserve-url:hover {
	color: #ffa71a;
	border-bottom: 1px solid transparent;
}
.reserve-rates {
	display: none;
}
.idx-right {
	display: flex;
	flex-direction: column;
	margin-left: 30px;
	min-width: 200px;
	position: relative;
	width: 70%;
}
.idx-right h1 {
	color: #fff;
	font-size: 42px;
	font-weight: normal;
	margin: 0 0 40px;
	text-align: center;
	width: 100%;
}
.idx-reserve-data {
	background: #fff;
	border-radius: 5px;
	border-top-left-radius: 0;
	box-sizing: border-box;
	box-shadow: 0 0 62px 0 rgba(0, 0, 0, .2);
	left: -31px;
	min-width: 200px;
	min-height: 200px;
	padding: 0 25px 25px 25px;
	position: absolute;
	top: 0;
	z-index: 100;
}
.idx-form-wrap {
	background-color: #3f4256;
	background-image: url(../img/exchange/back.png);
	background-repeat: no-repeat;
	background-position: bottom -23px right -81px;
	border-radius: 5px;
	margin: 20px 0;
	padding: 30px 10px 45px;
}
.idx-form {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin: 0 20px;
}
.idx-form h2 {
	color: #fff;
	font-size: 16px;
	padding: 15px 0;
}
.idx-sell,
.idx-buy {
	width: 35%;
}
.idx-loading {
	padding: 56px 8px 0;
	text-align: center;
	width: 10%;
}

@keyframes loadingA {
	from {
		color: #F5C31C;
	}

	to {
		color: #55400e;
	}
}
@keyframes loader {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.curr-load {
	animation: loader 2s linear infinite;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	visibility: hidden;
	/*animation-name: loadingA;
	animation-duration: 1s;
	color: #F5C31C;
	animation-iteration-count: infinite;*/
}
.curr-load img {
	height: auto;
	width: 30px;
}
.curr-select {
	align-items: center;
	background-color: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	color: #0b0f2a;
	cursor: pointer;
	display: inline-flex;
	font-size: 16px;
	height: 46px;
	justify-content: center;
	line-height: 1;
	padding: 0 20px;
	text-align: center;
	width: 100%;
}
.curr-select > span {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}
.curr-select > span::after,
.idx-logo::after {
	border: 5px solid transparent;
	border-top: 5px solid #0b0f2a;
	content: '';
	display: inline-block;
	height: 0;
	margin-left: 20px;
	pointer-events: none;
	position: relative;
	top: 3px;
	width: 0;
}
.idx-first-instruction {
	color: #9a9db1;
	font-size: 14px;
	margin: 25px 0 0 30px;
}
.idx-first-instruction li {
	margin-bottom: 20px;
}

.idx-turn-over {
	position: relative;
}
.turn-over {
	left: 50%;
	margin: 0 auto;
	position: absolute;
	transform: translate(-50%, 0);
}
.turn-over span {
	cursor: pointer;
	display: inline-block;
}
.discount-block {
	border: 2px solid #ffa71a;
	border-radius: 5px;
	color: #fff;
	font-size: 13px;
	margin: 12px 0 0 10px;
	padding: 3px 5px;
	width: 124px;
}

#arrow-1 {
	display: inline-block;
}
#arrow-2,
#arrow-3 {
	display: inline-block;
}
.idx-mobile-arrow {
	display: none;
}
.express-block {
	color: #9a9db1;
	margin-top: 15px;
}
.idx-rate-discount {
	min-width: 20%;
}
.rate-block {
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}
.rate-block .B {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}
.rate-block .rate-data {
	background-color: rgba(255, 255, 255, .07);
	border-radius: 5px;
	height: 46px;
	padding: 0 7px;
}
.idx-choose-currency {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 62px 0 rgba(0, 0, 0, 0.2);
	height: auto;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.idx-cc-header {
	box-sizing: border-box;
}
.idx-cc-close {
	background-image: url(../img/icons/close-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	float: right;
	font-size: 0;
	height: 16px;
	margin: 20px;
	text-decoration: underline;
	width: 16px;
}
.idx-cc-header h2 {
	color: #535252;
	font-size: 21px;
	padding: 15px;
}
.idx-cc-notes {
	position: relative;
	top: -10px;
	padding-left: 15px;
	color: rgba(0,0,0,0.35);
}
.idx-cc-block {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
}

.idx-cc-block > div {
	padding-bottom: 30px;
	min-width: 210px;
}

.idx-cc-top {
	flex: 0 1 auto;
	border-right: 1px solid #d5dee2;
	box-sizing: border-box;
	overflow-x: hidden;
}
.idx-cc-item,
.idx-cc-top-item {
	padding: 20px 10px 20px 50px;
	white-space: nowrap;
	cursor: pointer;
}
.idx-cc-top-item {
    background-position: 15px center;
    background-repeat: no-repeat;
	background-size: 30px auto;
	border-bottom: 1px solid #d5dee2;
	font-size: 16px;
	position: relative;
}
.idx-cc-top-item:hover::after {
	background: #ffa71a;
	content: '';
	display: block;
	height: 34px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}
.idx-cc-top-item:hover::before {
	color: #ffa71a;
	content: '\25b8';
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 53%;
	transform: translateY(-48%) rotate(180deg);
}
.idx-cc-top-item.inactive:hover::before,
.idx-cc-top-item.inactive:hover::after {
	display: none;
}
.idx-cc-item {
	background-position: 10px center;
	background-repeat: no-repeat;
	background-size: 25px auto;
	border-bottom: 1px solid rgba(255,255,255,0);
	box-sizing: border-box;
	display: inline-block;
	font-size: 14px;
	padding: 7px 5px 7px 40px;
}
.idx-cc-item:hover {
	border-bottom-color: #a09d9d;
}
.idx-cc-item.inactive:hover {
	border-bottom-color: rgba(255,255,255,0);
}
.idx-cc-common {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	align-items: center;
	flex: 0 2 100%;
}
.idx-cc-common > div {
	box-sizing: border-box;
	max-width: 100%;
	padding: 5px;
	width: 50%;
}
.idx-logo {
	background-position: left 10px center;
	background-repeat: no-repeat;
	background-size: 26px auto;
	justify-content: flex-start;
	padding: 2px 10px 2px 40px;
}
.idx-f-reserve {
	color: #9a9db1;
	font-size: 14px;
	margin: 25px 0 30px;
	text-align: center;
}
.idx-sum,
.idx-curr {
	font-weight: bold;
}

.idx-amount > label {
	font-size: 14px;
	color: #797c8e;
	display: block;
	margin-bottom: 7px;
}

.idx-a-field {
	text-align: center;
	position: relative;
}

.idx-a-field > input {
	border: 2px solid rgba(255, 255, 255, .2);
	background: rgba(255,255,255,0);
	border-radius: 5px;
	box-sizing: border-box;
	color: #fff;
	font-size: 30px;
	height: 46px;
	outline: none;
	padding-right: 72px;
	text-align: right;
	width: 100%;
	-moz-appearance: textfield;
}

.idx-a-field > .amount-curr {
	color: #9a9db1;
	display: block;
	font-size: 30px;
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.express-block input {
	display: block;
	margin: 2px auto;
}

.idx-data-form {
	margin: 0 20px 0;
}

.tr-info {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	font-size: 14px;
	margin-bottom: 20px;
}

.tr-info > div {
	text-align: center;
	padding-top: 20px;
}
.tr-info-left, .tr-info-right {
	width: 35%;
	color: #9a9db1;
	font-style: italic;
}
.tr-info-middle {
	width: 9%;
}
form > div {
	margin: 0;
}

.notice {
	border: 2px solid #ffa71a;
	border-radius: 5px;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 10px;
}

.notice h3 {
	font-size: 12px;
}
.notice a {
	border-bottom: 1px solid #ffa71a;
	color: #fff;
}
.notice a:hover {
    border-bottom: 1px solid transparent;
    color: #ffa71a;
}
.exchange-fields {
	color: #8c8e9c;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 22px;
}
.exchange-fields > div {
	width: 46%;
}

.exchange-continue-info {
	margin-left: 40px;
	border-radius: 2px;
	background: #f4bd2c;
	width: 450px;
	padding: 5px 9px 2px 9px;
	position: absolute;
	margin-bottom: 5px;
	margin-top: -30px;
	box-shadow: 0 0 5px 2px rgba(0,0,0,0.1);
	white-space: nowrap;
}
.b-yellow.exchange-continue:hover {
	color: #fff;
}
.exchange-continue-info:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #f4bd2c;
	left: 22px;
	top: 29px;
}

.idx-data-form .exchange-continue-info label {
	color: #fff;
}
.exchange-continue-block > div:not(:last-child) {
	margin-bottom: 22px;
}
.idx-data-form label {
	color: #9a9db1;
	display: block;
	font-size: 14px;
	margin: 15px 0 7px ;
}
.idx-data-form input:not([type=submit]), .idx-data-form select {
	border-color: rgba(255, 255, 255, .2);
	font-size: 18px;
}

.idx-data-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.idx-data-form select {
	color: #fff;
	width: 100%;
}
.idx-data-form select option {
	background-color: #3f4256 !important;
	color: #fff !important;
}
.cash-link {
	border-bottom: 1px solid #c1720d;
	color: #c1720d; 
	cursor: pointer;
	display: inline-block; 
	font-size: 18px; 
}
.cash-link:hover {
	border-bottom: 1px solid transparent;
}
.cash-info {
	background: #fff; 
	border-radius: 5px; 
	box-sizing: border-box; 
	line-height: 1.3; 
	max-width: 500px;
	padding: 5px; 
	position: relative;
	top: 5px; 
	width: 100%; 
	z-index: 1; 
}
.checkbox-row {
	box-sizing: border-box;
	padding: 17px 0;
}
.idx-data-form .checkbox-row input {
	font-size: 12px;
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.idx-data-form .checkbox-row label {
	color: #8c8e9c;
	display: inline;
	font-size: 12px;
	vertical-align: middle;
}
.buy-fields-load .flex-cont + .flex-cont {
	margin-top: 20px;
}
.radio-label-wrap {
	align-items: center;
	display: inline-flex;
	width: 39%;
}
.radio-label-wrap input {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 17px;
	z-index: 2;
}
.radio-label-wrap label {
	padding-left: 35px;
	position: relative;
	margin: 0;
}
.idx-data-form .radio-label-wrap + .input-text {
	margin-bottom: 0;
	width: 60%;
}
.radio-label-wrap label::after {
	background-color: rgba(255,255,255,0);
	border: 2px solid #535567;
	border-radius: 50%;
	content: '';
	display: block;
	height: 21px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 21px;
}
.radio-label-wrap label::before {
	content: '';
	display: none;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 3px;
	height: 7px;
	border: solid #58b546;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg) translate(0, -80%);
	z-index: 1;
}
.radio-label-wrap input:checked ~ label {
	color: #fff;
}
.radio-label-wrap input:hover ~ label::after,
.radio-label-wrap input:checked ~ label::after {
	border-color: #fff;
}
.radio-label-wrap input:checked ~ label::after {
	background-color: #fff;
}
.radio-label-wrap input:checked ~ label::before {
	display: block;
}
.exchange-continue-block .radio-label-wrap {
	align-items: flex-start;
	flex-direction: column;
	height: auto;
	margin: auto;
	min-width: 50%;
	width: auto;
}
.exchange-continue-block .radio-label-wrap input {
	height: 18px;
}
.exchange-continue-block label {
	text-align: left;
}
.exchange-continue-block label a {
	color: #9a9db1;
	margin-left: 5px;
	text-decoration: underline;
}
.exchange-continue-block label a {
	text-decoration: none;
}
.exchange-continue-block .radio-label-wrap input:checked ~ label {
	color: #9a9db1;
}
.radio-label-wrap .errorMessage {
	margin-top: 10px;
	padding-left: 35px;
	text-align: left;
	width: 100%;
}
.idx-data-form input[type=text].more-fields-item.act {
	background-color: #fff;
	border-color: #fff;
	color: #0b0f2a;
}
.idx-data-form .exchange-continue-block input[type=text] {
	width: 90px;
	font-size: 28px;
}

.idx-data-form .input-text,
.idx-data-form .input-select {
	width: 100%;
	margin-bottom: 7px;
	margin-top: 0;
}

.data-template {
	font-size: 12px;
}

.idx-data-form .terms {
	font-size: 12px;
	font-style: italic;
	margin-bottom: 40px;
	text-align: left;
}

.idx-data-form .terms a {
	color: #9598ac;
	font-size: 12px;
}

#session_timeout {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(192, 192, 192, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	text-align: center;
}

.timeout-block {
	display: inline-block;
	background: #ffffff;
	border-radius: 4px;
	position: relative;
	top: 40%;
	z-index: 3;
}

.timeout-block > p {
	display: block;
	text-align: center;
	margin: 20px;
}
#logout_timer {
	color: red;
}
.idx-news {
	padding: 23px 0;
	text-align: justify;
}
.idx-news h3 {
	font-size: 21px;
	font-weight: normal;
}
.idx-news-item {
	background-color: rgba(0, 5, 35, .7);
	background-image: linear-gradient(to top, rgba(0, 5, 35, .7), rgba(0, 5, 35, .7));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	margin: 40px 0 20px;
	opacity: .9;
	padding: 22px 20px;
}
.idx-news .news-time {
	display: inline-block;
	margin: 13px 0 18px;
}
.idx-news h4 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.idx-news-item a {
	color: #fff;
	border-bottom: 1px solid #ffa71a;
	font-size: 14px;
}
.idx-news-item a:hover {
	border-bottom: 1px solid rgba(255,255,255,0);
}
.idx-news-item:hover {
	opacity: 1;
}

.chat-frame {
	position: fixed;
	right: 26px;
	bottom: 0px;
	z-index: 1100;
	margin: 0;
	padding: 0;
	border: 0;
	height: 60px;
	width: 360px;
}

.btn-chat {
	display: inline-block;
	padding: 8px;
	border-radius: 3px;
	background-color: rgba(93, 102, 120, 0.16);
	float: right;
}
.bb-fixed-bottom {
	position: fixed;
	z-index: 100;
	width: 100%;
	max-width: 100%;
	bottom: 0;
	left: 0;
	min-width: 1000px;
}
.bb-zen {
	width: 100%;
	display: block;
}
.bb-spman {
	position: absolute;
	bottom: 3px;
	right: 15%;
}
.bb-fixed-close {
	width: 18px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	z-index: 101;
	left: 10px;
	top: calc((100% - 18px)/2);
}
/*fixed support btn*/
.fixed-sup-btn {
	display: block;
	position: fixed;
	bottom: 0;
	left: 0;
	border: 70px solid transparent;
	border-left: 70px solid #ffa71a;
	border-bottom: 70px solid #ffa71a;
	z-index: 1000;
}
.fixed-sup-btn > span {
	display: block;
	position: fixed;
	left: 17px;
	bottom: 13px;
	text-align: center;
	color: #2f302f;
	max-width: 40px;
}
.fixed-sup-btn svg {
	height: 45px;
}
.fixed-sup-btn .fsb-txt {
	display: block;
	margin: -2px 0 0;
}
.content > .page {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 10px 10px -5px rgba(0,0,0,.2);	
}