/*
Theme Name: BullUp
Theme URI: https://premiumexchanger.com
Description: PremiumBox theme
Version: 1.0.14
Author: Premium
Author URI: https://premiumexchanger.com
*/

/* === типографика Bull UP 2025 (обновлено) === */
/* === Manrope (self-hosted, cyrillic + latin) === */
@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-v20-cyrillic_latin-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* BullUP helpers */
.bu_hide{display:none !important;}
/* override plugin's display:flex !important on .xchange_sum_line */
#exch_html .xchange_div .xchange_sum_line.bu_hide{display:none !important;}
@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-v20-cyrillic_latin-500.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-v20-cyrillic_latin-600.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Manrope";
    src: url("fonts/manrope-v20-cyrillic_latin-700.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/Rubik-Regular.ttf") format("truetype");
    font-display: swap;
}


/* =========================================================
   Bull UP — User Wallets stable cards (EN/UA refresh-safe)
   Scope: ONLY /userwallets/ via body.bullup-userwallets
========================================================= */

/* Form block: make it a single black-glass card (no block-in-block) */
/* Fallback scope: sometimes body class may differ by language/refresh.
   Duplicate key rules without the body class, but keep scope narrow
   to userwallets blocks.
*/

body.bullup-userwallets .userwallets_form,
.userwallets_form{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 0 18px 0 !important;
}

body.bullup-userwallets .userwallets_form .userwallets_form_ins{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)), rgba(0,0,0,.35) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 12px 44px rgba(0,0,0,.55) !important;
  border-radius: 18px !important;
  padding: 16px 16px !important;
}

/* Remove any input-like pill styles inside the hint text */
body.bullup-userwallets .userwallets_text,
body.bullup-userwallets .userwallets_text *{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Cards: work even when plugin forgets has_adaptive_wrap/has_adaptive or one_item classes */
body.bullup-userwallets .pntable table,
body.bullup-userwallets table.has_adaptive_wrap,
body.bullup-userwallets table.has_adaptive_wrap.has_adaptive{
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 12px !important;
  background: transparent !important;
}

/* Hide header row (removes Payment system / Account number labels in all languages if they are in thead) */
body.bullup-userwallets .pntable table thead,
body.bullup-userwallets .pntable table thead *{
  display: none !important;
}

/* Row card base */
body.bullup-userwallets .pntable table tbody tr,
body.bullup-userwallets table.has_adaptive_wrap tbody tr,
body.bullup-userwallets table.has_adaptive_wrap.has_adaptive tr.one_item{
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02)), rgba(0,0,0,.35) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 12px 44px rgba(0,0,0,.55) !important;
  border-radius: 16px !important;
  overflow: hidden !important;
}

@media (min-width: 721px){
  body.bullup-userwallets .pntable table tbody tr,
  body.bullup-userwallets table.has_adaptive_wrap tbody tr,
  body.bullup-userwallets table.has_adaptive_wrap.has_adaptive tr.one_item{
    display: grid !important;
    /* 3 cols: payment system | account/wallet | actions (Delete) */
    grid-template-columns: 240px 1fr 96px !important;
    align-items: center !important;
  }

	  /* Action column (Delete) */
	  body.bullup-userwallets .pntable table tbody tr td:last-child,
	  body.bullup-userwallets table.has_adaptive_wrap tbody tr td:last-child,
	  body.bullup-userwallets table.has_adaptive_wrap.has_adaptive tr.one_item td:last-child{
	    justify-self: end !important;
	    text-align: right !important;
	    white-space: nowrap !important;
	  }
}

/* Mobile: force true card layout (avoid “old table” look) */
@media (max-width: 720px){
  body.bullup-userwallets .pntable table tbody tr,
  body.bullup-userwallets table.has_adaptive_wrap tbody tr,
  body.bullup-userwallets table.has_adaptive_wrap.has_adaptive tr.one_item{
    display: block !important;
  }

  body.bullup-userwallets .pntable table tbody td,
  body.bullup-userwallets table.has_adaptive_wrap td,
  body.bullup-userwallets table.has_adaptive_wrap.has_adaptive tr.one_item td{
    display: block !important;
    padding: 14px 14px !important;
  }
}

/* Cells */
body.bullup-userwallets .pntable table tbody td,
body.bullup-userwallets table.has_adaptive_wrap td,
body.bullup-userwallets table.has_adaptive_wrap.has_adaptive tr.one_item td{
  padding: 16px 16px !important;
  border: 0 !important;
  background: transparent !important;
  min-width: 0 !important;
}

/* Left column emphasis */
body.bullup-userwallets .pntable table tbody tr td:first-child{
  color: rgba(255,255,255,.92) !important;
  font-weight: 700 !important;
}

/* Values should wrap, never cut */
/* Values should wrap, never cut (address is often in the 2nd column, not last) */
body.bullup-userwallets .pntable table tbody td,
body.bullup-userwallets .pntable table tbody td *,
body.bullup-userwallets table.has_adaptive_wrap td,
body.bullup-userwallets table.has_adaptive_wrap td *{
  min-width: 0 !important;
  max-width: 100% !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
}

/* If plugin duplicates labels inside cells, hide common label patterns */
body.bullup-userwallets .pntable table tbody td .one_item_title,
body.bullup-userwallets .pntable table tbody td .account_number_title,
body.bullup-userwallets .pntable table tbody td .payment_system_title{
  display: none !important;
}

@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    src: url("./fonts/Rubik-Medium.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 600;
    src: url("./fonts/Rubik-SemiBold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/Rubik-Bold.ttf") format("truetype");
    font-display: swap;
}
@font-face {
    font-family: "Unbounded";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/Unbounded-Bold.ttf") format("truetype");
    font-display: swap;
}

:root {
    --font-base: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-heading: 'Manrope', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    --font-size-base: 16px;
    --line-height-base: 1.25;
}

html { font-size: var(--font-size-base); }
body {
    font-family: var(--font-base);
    font-size: 1rem;
    line-height: var(--line-height-base);
    color: #181818;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.5em;
}




*{margin:0;padding:0;}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: scroll;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}

table{border-collapse:collapse;border-spacing:0; vertical-align: middle;}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

img {
	border: 0;
}

ins{text-decoration:none;}
del{text-decoration:line-through;}

sup {font-size:.7em;vertical-align: top;}
sub {font-size:.7em;vertical-align: bottom;}
small {font-size: 10px;}
strong,dfn,dl dt,th,b{font-weight: 500; }

h1, h2, h3, h4, h5, h6{ font-weight: normal;}

select, input, textarea{
padding:0;
margin:0;
outline:0;
font-size:100%;
vertical-align:baseline;
}

button, input[type=submit]{padding:0; margin:0; outline:0; font-size:100%; vertical-align:baseline; -webkit-appearance: none;}

:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

a{text-decoration: none; color:#00c360;}
a:hover{text-decoration: underline; color: #00c360;}

body {
font: 14px/1.4em 'Roboto', sans-serif;
color: #d4d4d4;
background: #181818 url(images/bg.png) no-repeat center top;
}

#container{
display: block;
position: relative;
width: 100%;
min-width: 320px;
}

/* wclose */
.wclosearea{
padding: 5px 0px;
background: #00c360;
}
	.wclosearea_ins{
	max-width: 1170px;
	margin: 0 auto;
	min-height: 20px;
	position: relative;
	}
	.wclosearea_hide{
	position: absolute;
	float: none;
	top: 0;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/w_close.png) no-repeat center center;
	border-radius: 3px;
	}
		.wclosearea_hide.active{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;
		}
	.wclosearea_text{
	padding: 0px 30px 0px 10px;
	}
		.wclosearea_text_ins{
		padding: 1px 0px 1px 26px;
		background: url(images/warning.png) no-repeat;
		background-position: 0 2px;
		color: #ffffff;
		font: 14px 'Roboto', sans-serif;
		}
		.wclosearea_text a{
		color: #ffffff;
		text-decoration: none;
		}
			.wclosearea_text a:hover{
			text-decoration: underline;
			}
/* end wclose */

/* forms */
input[type=text],input[type=email],input[type=password]{
border: 1px solid #171717;
background: #171717;
border-radius: 6px;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #fff;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px;
font: 13px/40px 'Roboto', sans-serif;
}
input[type=search]{
border: 1px solid #171717;
background: #171717 url(images/search.png) no-repeat 10px center;
border-radius: 6px;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #fff;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px 0 35px;
font: 13px/40px 'Roboto', sans-serif;
}
textarea{
border: 1px solid #171717;
background: #171717;
border-radius: 6px;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #fff;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 100px;
min-height: 100px;
padding: 15px;
font: 13px 'Roboto', sans-serif;
}
input[type=text]:focus,input[type=email]:focus,input[type=password]:focus, textarea:focus{
border: 1px solid #131313;
background: #131313;
}
input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled, textarea:disabled{
border: 1px solid #272727;
background: #272727;
color: #ddd;
}
input[type=text].error,input[type=email].error,input[type=password].error{
border: 1px solid #272727;
}
select{
border: 1px solid #272727;
background: #171717;
border-radius: 6px;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #fff;
height: 40px;
width: 300px;
max-width: 100%;
padding: 0 15px;
font: 13px 'Roboto', sans-serif;
}
input[type=submit]{
border: none;
background: #00c360;
background: #00c360;
border-radius: 8px;
max-width: 100%;
box-sizing: border-box;
    -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
color: #ffffff;
cursor: pointer;
height: 40px;
padding: 0 25px;
font: 500 16px/40px 'Roboto', sans-serif;
}
	input[type=submit]:hover{
	background: #00a94f;
	color: #ffffff;
	text-decoration: none;
	}
	input[type=submit]:disabled, input[type=submit]:disabled:hover{
	background: #ccc;
	color: #000;
	cursor: default;
	}
.checkbox{cursor:pointer;background:url(images/checkbox.png) no-repeat 0 0px; font: 13px 'Roboto', sans-serif; padding: 3px 0 3px 28px;}
.checkbox input{ display: none; }
.checkbox.checked{background:url(images/checkbox.png) no-repeat 0 -180px;}
/* end forms */

/* standart captcha */
.captcha_div{
margin: 0 -10px 20px 0;
}
	.hexch_div .captcha_div{
	margin: 0 0px 20px 0px;
	}
	.captcha_title{
	font: 13px 'Roboto', sans-serif;
	display: none;
	margin: 0 0 5px 0;
	}
	.captcha_body{
	padding: 0 0 0px 0;
	}
	.captcha_divznak{
	float: left;
	width: 24px;
	height: 40px;
	font: 600 18px/40px 'Roboto', sans-serif;
	text-align: center;
	}
	input.captcha_divpole{
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	font: 18px/40px 'Roboto', sans-serif;
	margin: 0;
	text-align: center;
	}
	a.captcha_reload{
	float: left;
	margin: 0px 0 0 5px;
	width: 32px;
	height: 40px;
	border-radius: 6px;
	background: url(images/reload.png) no-repeat center center;
	}
		a.captcha_reload.act{
		background: #fff url(images/ajax-loader.gif) no-repeat center center;
		}
	.captcha_divimg{
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 6px;
	}
		.captcha_divimg img{
		width: 40px;
		height: 40px;
		border-radius: 6px;
		}
/* end standart captcha */

/* image captcha */
.captcha_sci_div{
margin: 0 0 20px 0;
font: 12px 'Roboto', sans-serif;
}
	.captcha_sci_title{
	font: 13px 'Roboto', sans-serif;
	margin: 0 0 5px 0;
	}
	.captcha_sci_body{
	padding: 0 0 5px 0;
	}
	.captcha_sci_img{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 10px 0 0;
	border: 2px solid #272727;
	cursor: pointer;
	border-radius: 6px;
	}
		.captcha_sci_img img{
		width: 50px;
		height: 50px;
		border-radius: 6px;
		}
	.captcha_sci_img.active{
	border: 2px solid #272727;
	}
/* end image captcha */

/* topbar */
.topbar_wrap{
width: 100%;
position: relative;
z-index: 100;
height: 50px;
}
	.topbar_ins{
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 50px;
	background: #181818;
	}
		.topbar{
		max-width: 1150px;
		padding: 0 10px;
		margin: 0 auto;
		height: 50px;
		}
			.topbar_icon_wrap{
			position: relative;
			float: left;
			}
				.topbar_icon_tab{
				display: none;
				font: 14px/50px 'Roboto', sans-serif;
				color: #585859;
				height: 50px;
				cursor: pointer;
				}
					.topbar_icon_wrap.adaptive .topbar_icon_tab{
					display: block;
					}
				.topbar_icon_tabul{
				padding: 0;
				width: auto;
				}
					.topbar_icon_wrap.adaptive .topbar_icon_tabul{
					display: none;
					width: 180px;
					background: #313131;
					box-shadow: none;
					border-radius: 8px;
					padding: 5px 10px;
					position: absolute;
					float: none;
					top: 100%;
					left: -10px;
					}
						.topbar_icon_wrap.adaptive .topbar_icon_tabul.open{
						display: block;
						}
			.topbar_icon{
			display: none;
			float: left;
			margin: 0 20px 0 0px;
			font: 14px/50px 'Roboto', sans-serif;
			color: #585859;
			padding: 0 0 0 26px;
			height: 50px;
			}
				.topbar_icon.email{
				background: url(images/email.png) no-repeat left center;
				}
				.topbar_icon.telegram{
				background: url(images/telegram.png) no-repeat left center;
				}
				.topbar_icon_wrap.adaptive .topbar_icon{
				float: none;
				margin: 0;
				font: 13px/30px 'Roboto', sans-serif;
				height: 30px;
				}
				.topbar_icon a{
				color: #585859;
				text-decoration: none;
				}
					.topbar_icon a:hover{
					color: #585859;
					text-decoration: underline;
					}
			a.toplink{
			float: right;
			margin: 10px 0px 0 15px;
			height: 30px;
			font: 500 16px/30px 'Roboto', sans-serif;
			color: #acacac;
			text-decoration: none;
			}
				@media all and (max-width: 959px){
					a.toplink{
					display: none;
					}
				}
				.mobile_menu_button {
				padding: 15px 0 0 0;
				}
				.mobile_menu_button a.toplink{
				float: left;
				margin: 0px 15px 0 0px;
				display: block;
				}
				a.toplink:hover{
				color: #00c360;
				}
				a.toplink.toplink_signup{
				color: #fff;
				padding: 0 10px;
				border-radius: 8px;
				background: #00c360;
				background: #00c360;
				}
					a.toplink.toplink_signup:hover{
					background: #00a94f;
					color: #fff;
					}
/* end topbar */

/* lang */
.tolbar_lang{
float: right;
height: 30px;
margin: 10px 0px 0 0;
}
.langlist_div{
position: relative;
height: 30px;
cursor: pointer;
}
	.langlist_title{
	height: 30px;
	font: 14px/30px 'Roboto', sans-serif;
	color: #acacac;
	text-transform: uppercase;
	}
		.langlist_title span{
		padding: 0 15px 0 0;
		background: url(images/l_arr.png) no-repeat right center;
		}
	.langlist_ul{
	position: absolute;
	float: none;
	top: 30px;
	right: 0px;
	padding: 3px 5px;
	width: 120px;
	background: #313131;
	box-shadow: none;
	border-radius: 8px;
 	display: none;
	}
		a.langlist_li{
		position: relative;
		display: block;
		padding: 5px 5px 5px 35px;
		font: 12px 'Roboto', sans-serif;
		color: #fff;
		text-decoration: none;
		}
			.langlist_liimg{
			position: absolute;
			float: none;
			top: 7px;
			left: 10px;
			}
/* end lang */

/* topmenu */
.tophead_wrap{
width: 100%;
position: relative;
z-index: 90;
height: 100px;
}
	.tophead_ins{
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100px;
	background: #282828;
	}
		.tophead{
		max-width: 1150px;
		padding: 0 10px;
		margin: 0 auto;
		}
	@media all and (max-width: 959px){
		.tophead_wrap{
		height: 60px;
		}
		.tophead_ins{
		height: 60px;
		}
		.tophead{
		height: 60px;
		}
	}
			.logoblock{
			float: left;
			width: 200px;
			height: 100px;
			overflow: hidden;
			}
				.logoblock_ins{
				width: 200px;
				height: 100px;
				display: table-cell;
				vertical-align: middle;
				color: #fff;
				font: 600 26px 'Roboto', sans-serif;
				}
					.logoblock_ins img{
					max-width: 200px;
					max-height: 80px;
					vertical-align: middle;
					}
					@media all and (max-width: 959px){
						.logoblock{
						height: 60px;
						width: 200px;
						}
						.logoblock_ins{
						height: 60px;
						width: 200px;
						}
						.logoblock_ins img{
						max-height: 40px;
						max-width: 200px;
						}
					}
					.logoblock_ins a{
					text-decoration: none;
					color: #fff;
					}
			.topmenu_ico{
			width: 40px;
			height: 60px;
			float: right;
			cursor: pointer;
			background: url(images/menu-ico.png) no-repeat center center;
			display: none;
			}
				@media all and (max-width: 959px){
					.topmenu_ico{
					display: block;
					}
				}
			.topmenu{
			float: left;
			max-width: 800px;
			padding: 35px 0 0px 0px;
			display: none;
			}
				@media all and (min-width: 960px){
					.topmenu{
					display: block;
					}
				}
			.topmenu li{
			float: left;
			height: 50px;
			padding: 0;
			margin: 0 0 0px 15px;
			}
				.topmenu li:hover{
				position: relative;
				}
				.topmenu li a{
				float: left;
				height: 30px;
				font: 16px/30px 'Roboto', sans-serif;
				background: none;
				color: #acacac;
				padding: 0 12px;
				text-decoration: none;
				}
					.topmenu li:hover > a, .topmenu li.current-menu-item > a{
					outline: 1px solid #00c360;
					border-radius: 8px;
					text-decoration: none;
					}
				.topmenu ul ul{
				position: absolute;
				float: none;
				display: none;
				top: 50px;
				right: 0px;
				background: #313131;
				box-shadow: none;
				border-radius: 8px;
				padding: 10px 0;
				height: auto;
				width: 235px;
				margin: 0;
				}
 					.ugmenu{
					display: none;
					position: absolute;
					float: none;
					background: url(images/ugm.png) no-repeat;
					top: -6px;
					left: 20px;
					width: 18px;
					height: 6px;
					}
						.topmenu ul ul ul .ugmenu{
						display: none;
						}
				.topmenu ul ul li{
				float: none;
				display: block;
				position: relative;
				height: auto;
				width: 215px;
				margin: 0;
				padding: 0 10px;
				}
				.topmenu ul ul li > a, .topmenu ul ul li.current-menu-item > a
				{
				float: none!important;
				display: block;
				height: auto;
				padding: 8px 10px 8px 20px;
				font: 14px 'Roboto', sans-serif;
				background: none;
				color: #d4d4d4;
				border-radius: 8px;
				border: none;
				text-decoration: none;
				text-transform: none;
				}
				.topmenu ul ul li:hover > a{
				color: #d4d4d4;
				text-decoration: none;
				background: #00c360;
				background: #00c360;
				height: auto;
				border-bottom: none;
				}
					.topmenu li li.has_sub_menu > a span{
					display: block;
					padding: 0 15px 0 0;
					background: url(images/hsm.png) no-repeat right center;
					}
				.topmenu ul ul ul{position:absolute; display:none; float:none; top: -11px; left: 235px; height:auto;}
				@media all and (max-width: 1300px) {
					.topmenu ul ul ul{
					left: auto;
					right: 235px;
					}
				}
/* end top menu */

/* mobile menu */
.mobile_menu_wrap{
display: block;
}
	@media all and (min-width: 960px){
		.mobile_menu_wrap{
		display: none;
		}
	}
.mobile_menu_abs{
display: none;
position: fixed;
float: none;
top: 0;
left: 0;
z-index: 999998;
width: 100%;
height: 100%;
background: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.mobile_menu{
display: none;
position: fixed;
z-index: 999999;
float: none;
top: 0px;
right: 0;
padding: 20px 20px;
width: 70%;
bottom: 0;
overflow-y: auto;
overflow-x: hidden;
background: #181818;
word-break: break-all;
}
	.mobile_menu_title{
	color: #fff;
	font: 500 24px 'Roboto', sans-serif;
	padding: 0 0 10px 0;
	}
	.mobile_menu_close{
	position: absolute;
	float: none;
	top: 15px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(images/menu_close.png) no-repeat center center;
	}
	.mobile_menu_ins{
	padding: 0px 0 0 0;
	}
	.mobile_menu_ins li{
	display: block;
	}
	.mobile_menu_ins li a{
	display: block;
	font: 14px 'Roboto', sans-serif;
	padding: 7px 0px;
	color: #fff;
	text-decoration: none;
	}
		.mobile_menu_ins li.current-menu-item > a{
		position: relative;
		color: #00c360;
		}
/* end mobile menu */

.wrapper{
position: relative;
z-index: 80;
min-height: 650px;
overflow: hidden;
}
	@media all and (max-width: 500px) {
		.wrapper{
		min-height: 50px;
		}
	}

/* breadcrumb */
.breadcrumb_wrap{
padding: 20px 0 0px 0;
position: relative;
width: 100%;
}
	.breadcrumb_div{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.breadcrumb{
		padding: 0 0 15px 0;
		}
		h1.breadcrumb_title{
		margin: 0 0 0px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		}
		.breadcrumb ul li{
		float: left;
		margin: 0 9px 0 0;
		padding: 0 0 0 12px;
		color: #a20000;
		font: 14px 'Roboto', sans-serif;
		background: url(images/b_li.png) no-repeat 0 center;
		}
			.breadcrumb ul li.first{
			padding: 0;
			background: none;
			}
			.breadcrumb ul li a{
			color: #a20000;
			text-decoration: none;
			}
				.breadcrumb ul li a:hover{
				text-decoration: underline;
				}
			@media all and (max-width: 500px){
				h1.breadcrumb_title{
				margin: 0;
				font: 500 22px/25px 'Roboto', sans-serif;
				}
					.breadcrumb{
					display: none;
					}
			}
/* end breadcrumb */

.content_wrap{
padding: 20px 10px 10px;
max-width: 1150px;
margin: 0 auto;
}
	@media all and (min-width: 960px){
		.content_wrap{
		padding: 20px 10px 20px;
		}
	}
	.home .content_wrap{
	padding: 0;
	max-width: 100%;
	}

/* inside content */
.content{
margin: 0 0px 20px 0px;
}
	@media all and (min-width: 960px){
		.content{
		float: left;
		width: 69%;
		}
	}
	@media all and (min-width: 1150px){
		.content{
		width: 74%;
		}
	}
/* end inside content */

/* text page */
.page_wrap, .textblock
{
margin: 0 0 20px 0;
padding: 20px 20px 1px;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
}

.text p{padding:0 0 20px 0;}
.text h1{font: 500 26px 'Roboto', sans-serif; color: #8d8d8d; margin:0 0 20px 0;}
.text h2{font: 500 24px 'Roboto', sans-serif; color: #8d8d8d; margin:0 0 20px 0;}
.text h3{font: 500 22px 'Roboto', sans-serif; color: #8d8d8d; margin:0 0 20px 0;}
.text h4{font: 500 20px 'Roboto', sans-serif; color: #8d8d8d; margin:0 0 20px 0;}
.text img, .text iframe{
max-width: 100%;
}

.text ul{margin:0 0 20px 20px;}

.text ul ul{margin: 0 0 0px 20px; padding: 10px 0 0 0;}

.text ul li{
display: block;
background: url(images/liarr.png) no-repeat 0 5px;
padding: 0 0 5px 12px;
}

.text ol{list-style-type:decimal;margin:0 0 20px 40px; }
.text ol ol{margin: 0 0 0px 20px; padding: 10px 0 10px 0;}

.text table{
border: none; margin:0 0 20px;
}
	.text table th{
	font: 13px 'Roboto', sans-serif;
	color: #9a9a9a;
	background: none;
	border: none;
	padding: 10px 10px;
	border-bottom: 1px solid #3d3d3d;
	}
	.text table td{
	font: 13px 'Roboto', sans-serif;
	background: none;
	color: #fff;
	border-bottom: 1px solid #3d3d3d;
	padding: 10px 10px;
	}
/* end text page */

/* toggle */
.oncetoggle{
border: 1px solid #272727;
background: #171717;
border-radius: 8px;
margin: 0 0 10px 0;
}
	.oncetoggletitle{
	font: 500 14px/14px 'Roboto', sans-serif;
	color: #d4d4d4;
	padding: 0 15px;
	cursor: pointer;
	}
		.oncetoggle.active .oncetoggletitle{
		margin: 0;
		}
			.oncetoggletitle_ins{
			padding: 14px 0px 12px 0px;
			background: url(images/plus.png) no-repeat right center;
			}
				.oncetoggle.active .oncetoggletitle_ins{
				background: url(images/minus.png) no-repeat right center;
				}
	.oncetogglebody{
	padding: 10px 15px 8px;
	font: 14px 'Roboto', sans-serif;
	color: #d4d4d4;
	display: none;
	}
		.oncetoggle.active .oncetogglebody{
		display: block;
		}
		.oncetogglebody p{
		padding: 0 0 10px 0;
		}
/* end toggle */

/* reserve shortcode */
.reserv_wrap{
margin: 0 0 20px 0;
position: relative;
}
	.reserv_many{
	overflow: hidden;
	}
		.one_reserv{
		float: left;
		width: 250px;
		margin: 0 10px 10px 0;
		border: 1px solid #272727;
		background: #171717;
		border-radius: 8px;
		background: none;
		padding: 10px;
		}
			.one_reserv_ico{
			float: left;
			width: 40px;
			height: 40px;
			}
			.one_reserv_block{
			float: right;
			width: 200px;
			color: #9a9a9a;
			font: 13px 'Roboto', sans-serif;
			padding: 3px 0 0 0;
			}
				.one_reserv_title{
				font: 14px 'Roboto', sans-serif;
				color: #fff;
				margin: 0 0 1px 0;
				}
/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges{
margin: 0;
}
 	.shortcode_lchange_line{
	padding: 0 0 20px 0;
	}
	.shortcode_lchange_date{
	font: 13px 'Roboto', sans-serif;
	color: #9a9a9a;
	margin: 0 0 10px 0;
	}
		.shortcode_lchange_why{
		float: left;
		width: 85px;
		}
		.shortcode_lchange_ico{
		width: 40px;
		height: 40px;
		}
			.shortcode_lchange_txt{
			font: 600 13px 'Roboto', sans-serif;
			padding: 8px 0 0 5px;
			color: #fff;
			}
		.shortcode_lchange_arr{
		float: left;
		width: 40px;
		height: 40px;
		background: url(images/harr.png) no-repeat 0 center;
		}
/* end lchange shortcode */

/* terms */
.term_description{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 1px;
margin: 0 0 20px;
}
/* end terms */

/* news */
.many_news_wrap{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 1px;
margin: 0 0 20px 0;
}

.one_news{
border-bottom: 2px solid #6d6d6e;
padding: 0px 0px 20px;
margin: 0 0px 20px 0px;
}

.single_news_wrap{
padding: 20px 20px;
margin: 0 0px 20px 0px;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
}
	h2.one_news_title{
	margin: 0 0 15px 0;
	}
		h2.one_news_title a{
		text-decoration: none;
		color: #8d8d8d;
		font: 500 18px/20px 'Roboto', sans-serif;
		}
			h2.one_news_title a:hover{
			text-decoration: none;
			color: #8d8d8d;
			}
	.one_news_excerpt{
	margin: 0 0 5px 0;
	}
		.one_news_excerpt.has_img{
		padding: 0 0 0 300px;
		position: relative;
		min-height: 150px;
		}
			@media all and (max-width: 500px){
				.one_news_excerpt.has_img{
				padding: 0;
				}
			}
			.one_news_image {
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				width: 210px;
				height: 140px;
				border-radius: 10px;
			}
				.one_news_image img {
					width: 280px;
					height: 187px;
					border-radius: 10px;
				}
				@media all and (max-width: 500px){
					.one_news_image
					{
					width: 100%;
					height: auto;
					margin: 0 0 15px 0;
					position: static;
					}
					.one_news_image img{
					width: 100%;
					height: auto;
					}
				}
		.one_news_excerpt a{
		color: #d4d4d4;
		text-decoration: none;
		}
	.one_news_date{
	color: #9a9a9a;
	font: 12px 'Roboto', sans-serif;
	margin: 0 0 10px 0;
	}
		.metabox_left{
		float: left;
		width: 340px;
		}
			.metabox_cats, .metabox_tags{
			color: #9a9a9a;
			font: 12px 'Roboto', sans-serif;
			}
				.metabox_cats a, .metabox_tags a{
				color: #9a9a9a;
				text-decoration: none;
				}
					.metabox_cats a:hover, .metabox_tags a:hover{
					text-decoration: underline;
					}
	a.one_news_more{
	float: right;
	margin: -8px 0 0 0;
	padding: 8px 20px;
	background: #00c360;
	background: #00c360;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	font: 500 15px 'Roboto', sans-serif;
	}
		a.one_news_more:hover{
		background: #00a94f;
		color: #ffffff;
		text-decoration: none;
		}
		@media all and (max-width: 500px){
			.metabox_left{
			margin: 0 0 10px 0;
			}
			a.one_news_more{
			float: left;
			margin: 0 0 0px 0;
			}
		}
/* end news */

/* comment form */
.comment_form{
position: relative;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 10px;
margin: 0 0px 20px 0px;
}
	.comment_form_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px;
	}
		a#cancel-comment-reply-link{
		color: #ff0000;
		font: 13px 'Roboto', sans-serif;
		text-transform: none;
		}
	.comment_form_line{
	padding: 0 0 10px 0;
	}
		.comment_form_line label{
		font: 13px 'Roboto', sans-serif;
		display: block;
		padding: 0 0 3px;
		}
/* end comment form */

/* site form */
.log_div_wrap, .cf_div_wrap, .reg_div_wrap, .lp_div_wrap, .rf_div_wrap, .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap, .userverify_div_wrap {
margin: 0 0 20px 0;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 5px;
}
	.log_div_title, .cf_div_title, .reg_div_title, .lp_div_title, .rf_div_title, .acf_div_title, .domacc_div_title, .checkstatus_div_title, .userverify_div_title {
	font: 500 26px/26px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0 0 20px 0;
	}
	.log_div, .cf_div, .reg_div, .lp_div, .rf_div, .acf_div, .domacc_div, .checkstatus_div, .userverify_div{
	padding: 0px;
	}
		.log_label, .cf_label, .reg_label, .lp_label, .rf_label, .acf_label, .checkstatus_label, .uv_label {
		margin: 0;
		padding: 0 0 3px;
		font: 13px 'Roboto', sans-serif;
		}
		.log_line, .cf_line, .reg_line, .lp_line, .rf_line, .acf_line, .checkstatus_line, .uv_line {
		padding: 0px 0 20px;
		}
			.log_line_subm_left, .reg_line_subm_left{
			float: left;
			}
			.log_line_subm_right{
			float: left;
			margin: 0 0 0 20px;
			font: 14px 'Roboto', sans-serif;
			}
				.log_line_subm_right p{
				padding: 2px 0;
				}
			.reg_line_subm_right{
			float: left;
			margin: 11px 0 0 20px;
			font: 14px 'Roboto', sans-serif;
			}
/* end site form */

/* comments */
.comments_wrap{
margin: 0 0 20px 0;
}
	.comments_title{
	font: 500 22px 'Roboto', sans-serif;
	color: #8d8d8d;
	padding: 0 0 20px 0;
	}
	ul.commentlist{
	display: block;
	}
		ul.commentlist li{
		display: block;
		}
		ul.commentlist li li{
		display: block;
		margin: 0 0 0px 20px;
		}
			.comment_no_item{
			background: rgba(14,14,14,.88);
			box-shadow: none;
			border-radius: 8px;
			padding: 20px 20px 20px;
			}
			.comment_notapproved{
			color: #000;
			background: #272727;
			border-radius: 8px;
			font: 13px 'Roboto', sans-serif;
			margin: 0 0 10px 0;
			padding: 10px;
			}
			.comment{
			position: relative;
			background: rgba(14,14,14,.88);
			box-shadow: none;
			border-radius: 8px;
			padding: 15px 20px 10px;
			margin: 0 0 10px 0px;
			}
				a.comment_permalink{
				color: #fff;
				position: absolute;
				float: none;
				top: 15px;
				right: 15px;
				}
					.comment_top{
					padding: 0 0 15px 0;
					}
						.comment_author{
						font: 500 15px 'Roboto', sans-serif;
						color: #898989;
						padding: 0 0 5px 0;
						}
							.link_edit a{
							font: 12px 'Roboto', sans-serif;
							}
						.comment_date{
						font: 12px 'Roboto', sans-serif;
						}
				a.comment-reply-link, .comment-reply-login{
				color: #fff;
				position: absolute;
				float: none;
				font: 600 12px 'Roboto', sans-serif;
				bottom: 15px;
				right: 15px;
				}
/* end comments */

/* reviews */
.many_reviews{
margin: 0 0 20px 0;
}
	.no_reviews{
	background: rgba(14,14,14,.88);
	box-shadow: none;
	border-radius: 8px;
	padding: 20px 20px 20px;
	margin: 0 0 20px 0;
	}
	.one_reviews{
	background: rgba(14,14,14,.88);
	box-shadow: none;
	border-radius: 8px;
	padding: 20px 20px 10px;
	margin: 0 0 20px 0;
	}
		.one_reviews_name{
		float: left;
		font: 500 15px 'Roboto', sans-serif;
		color: #898989;
		margin: 0 0px 10px 0;
		}
		.one_reviews_date{
		float: right;
		margin: 2px 0 0 0;
		color: #606060;
		font: 13px 'Roboto', sans-serif;
		}
		.one_reviews_text{
		font: 14px 'Roboto', sans-serif;
		word-wrap: break-word;
		word-break: break-all;
		}
			.one_reviews_text p{
			padding: 0 0 10px 0;
			}
		.one_reviews_answer{
		text-align: right;
		font-style: italic;
		word-wrap: break-word;
		word-break: break-all;
		}
			.one_reviews_answer_title{
			font-weight: 500;
			color: #fff;
			}
			.one_reviews_answer p{
			padding: 0 0 10px 0;
			}
/* end reviews */

/* domacc */
.domacc_line{
padding: 5px 0;
border-bottom: 2px solid #3d3d3d;
}
	.domacc_label{
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 500 14px 'Roboto', sans-serif;
	color: #000;
	}
	.domacc_val{
	float: left;
	width: 200px;
	font: 14px 'Roboto', sans-serif;
	}
/* end domacc */

/* atable */
.pntable_wrap{
margin: 0 0 20px 0;
}
.pntable_wrap_title{
font: 500 24px 'Roboto', sans-serif;
color: #8d8d8d;
margin: 0 0 20px 0;
}
.pntable{
margin: 0 0 20px;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px;
}
.pntable table
{
width: 100%;
border: none;
}
.pntable table th
{
padding: 10px 5px;
font: 13px 'Roboto', sans-serif;
color: #9a9a9a;
background: none;
border: none;
border-bottom: 1px solid #3d3d3d;
}
.pntable table td{
padding: 12px 5px;
font: 13px 'Roboto', sans-serif;
background: none;
color: #fff;
border-bottom: 1px solid #3d3d3d;
}
.pntable table.has_adaptive tbody{
display: block;
}
	.pntable table.has_adaptive tr td{
	background: none;
	}
.pntable .one_item{
padding: 15px 20px;
border: 1px solid #3d3d3d;
border-radius: 6px;
margin: 0 0 10px 0;
display: block;
}
 	.pntable .one_item_line{
	padding: 3px 0;
	display: block;
	}
		.pntable .one_item_label{
		padding: 0 10px 0px 0;
		font: 500 13px 'Roboto', sans-serif;
		}
		.pntable .one_item_content{
		font: 13px 'Roboto', sans-serif;
		}
	.exch_course2{
	background: url(images/liarr.png) no-repeat 0 center;
	padding: 1px 0 0 12px;
	margin: 0 0 0 6px;
	}
	a.exch_status_link{
	font-weight: 500;
	color: #0390cb;
	}
		a.exch_status_link.st_payed,
		a.exch_status_link.st_coldpay,
		a.exch_status_link.st_realpay,
		a.exch_status_link.st_verify
		{
		color: #c9cb03;
		}
		a.exch_status_link.st_error
		{
		color: #ff7878;
		}
		a.exch_status_link.st_coldsuccess,
		a.exch_status_link.st_success
		{
		color: #03cb29;
		}
	.exch_sum{
	font-weight: 500;
	}
/* end atable */

/* user api */
.userapi_form{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
margin: 0 0 20px 0;
padding: 20px 20px;
}
	.userapi_form_label{
	font-weight: 600;
	padding: 0 0 3px 0;
	}
	.userapi_form_title{
	font: 500 22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px;
	}
	.userapi_form_token, .userapi_options{
	padding: 0 0 10px 0;
	}
	.userapi_textarea_label{
	font: 13px 'Roboto', sans-serif;
	padding: 0 0 3px 0;
	}
	.userapi_textarea{
	padding: 0 0 10px 0;
	}
.userapi_table_title{
font: 500 22px 'Roboto', sans-serif;
color: #8d8d8d;
margin: 0 0 20px 0;
}
.userapi_table_one{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 15px 20px;
position: relative;
margin: 0 0 10px 0;
}
	.userapi_table_one_title{
	font: 500 14px 'Roboto', sans-serif;
	padding: 0 0 5px 0;
	}
	.userapi_table_one_token, .userapi_table_one_login{
	padding: 0 0 10px 0;
	}
	a.userapi_table_one_delete{
	position: absolute;
	float: none;
	top: 17px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: url(images/big_close.png) no-repeat center center;
	cursor: pointer;
	}
		a.userapi_table_one_delete:hover{
		opacity: 0.8;
		}
		a.userapi_table_one_delete.act{
		background: url(images/ajax-loader.gif) no-repeat center center;
		}
/* end user api */

/* userwallets */
.userwallets_form{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
margin: 0 0 20px 0;
padding: 20px 20px;
}
	.verify_status{
	font: 500 13px 'Roboto', sans-serif;
	}
		.verify_status.wait{
		color: #858c97;
		}
		.verify_status.success{
		color: #09b869;
		}
		.verify_status.not{
		color: #0c73d8;
		}
			.verify_status a{
			color: #0c73d8;
			text-decoration: none;
			border-bottom: 1px dotted #0c73d8;
			}
				.verify_status a:hover{
				border-bottom: none;
				}
/* end userwallets */

/* userverify */
.userverify_text{
margin: 0 0 20px 0;
padding: 20px 20px 1px;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
}
  	.ustbl_line{
	padding: 0px 0 20px;
	}
		.ustbl_line_left{
		float: left;
		width: 300px;
		padding: 10px 0 0 0;
		}
			@media all and (max-width: 960px){
				.ustbl_line_left{
				float: none;
				width: auto;
				padding: 0 0 10px 0;
				}
			}
			.ustbl_title{
			padding: 0 0 5px 0;
			font: 13px 'Roboto', sans-serif;
			}
			.ustbl_warn{
			color: #858c97;
			font: 13px 'Roboto', sans-serif;
			padding: 0 0 10px 0;
			}
			.ustbl_file{
			padding: 0 0 10px 0;
			}
			.ustbl_res_error{
			color: #ff7878;
			font: 600 13px 'Roboto', sans-serif;
			padding: 0 0 10px;
			}
			.usvefilelock{
			padding: 0 0 10px 20px;
			position: relative;
			font: 13px/15px 'Roboto', sans-serif;
			}
				.usvefilelock_delete{
				position: absolute;
				float: none;
				top: -1px;
				left: 0px;
				width: 15px;
				height: 15px;
				background: url(images/uv_close.png) no-repeat center center;
				cursor: pointer;
				}
					.usvefilelock_delete.active{
					background: url(images/ajax-loader.gif) no-repeat center center;
					}
			.ustbl_bar{
			width: 160px;
			height: 3px;
			position: relative;
			border-radius: 8px;
			background: #ccc;
			display: none;
			}
				.ustbl_bar_abs{
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				width: 0px;
				height: 100%;
				border-radius: 8px;
				background: #66c497;
				}
		.ustbl_line_right{
		float: right;
		width: 200px;
		border-radius: 3px;
		border: 1px solid #ebebeb;
		padding: 15px 15px 5px;
		position: relative;
		}
			.ustbl_line_right_abs{
			position: absolute;
			float: none;
			top: 20px;
			left: -15px;
			width: 31px;
			height: 15px;
			background: url(images/uv_arr.png) no-repeat;
			}
			@media all and (max-width: 960px){
				.ustbl_line_right{
				float: none;
				width: auto;
				}
				.ustbl_line_right_abs{
				display: none;
				}
			}
			.ustbl_eximg{
			padding: 0 0 10px 0;
			overflow: hidden;
			text-align: center;
			}
				.ustbl_eximg img{
				max-width: 100%;
				}
			.ustbl_descr{
			padding: 0 0 10px 0;
			color: #a4b3c8;
			text-align: center;
			font: italic 13px 'Roboto', sans-serif;
			}
/* end userverify */

/* sitemap */
.sitemap_block{
margin: 0 0 20px 0;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 15px;
}
	.sitemap_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0 0 20px 0;
	}
		ul.sitemap_ul_exchanges li{
		float: left;
		display: block;
		width: 270px;
		margin: 0 20px 0 0;
		font: 13px 'Roboto', sans-serif;
		padding: 0 0px 5px 12px;
		background: url(images/liarr.png) no-repeat 0 4px;
		}
			@media all and (max-width: 960px){
				ul.sitemap_ul_exchanges li{
				float: none;
				margin: 0;
				}
			}
			ul.sitemap_ul li{
			display: block;
			padding: 0 0px 5px 12px;
			font: 13px 'Roboto', sans-serif;
			background: url(images/liarr.png) no-repeat 0 4px;
			}
/* end sitemap */

/* tarifs */
.tarif_div{
margin: 0 0 20px 0;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 15px;
}
.tarif_block{
margin: 0 0 20px 0;
}
	.tarif_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0 0 20px 0;
	}
		.tarif_table_title{
		padding: 10px 10px;
		background: none;
		font: 13px 'Roboto', sans-serif;
		color: #9a9a9a;
		border-bottom: 1px solid #3d3d3d;
		}
			.tarif_table_title_part{
			float: left;
			width: 48%;
			}
			.tarif_table_title_arr{
			float: left;
			min-height: 3px;
			width: 3%;
			}
			a.tarif_line{
			display: block;
			font: 13px 'Roboto', sans-serif;
			color: #fff;
			padding: 8px 10px 3px;
			text-decoration: none;
			background: none;
			border-bottom: 1px solid #3d3d3d;
			}
				.tarif_line_top{
				padding: 0 0 5px 0;
				}
					.tarif_curs_line{
					float: left;
					width: 48%;
					overflow: hidden;
					}
						.tarif_curs_title{
						float: left;
						padding: 0 0 0 30px;
						width: 125px;
						overflow: hidden;
						position: relative;
						font: 500 13px/25px 'Roboto', sans-serif;
						}
							.tarif_logo{
							position: absolute;
							float: none;
							top: 0;
							left: 0;
							width: 25px;
							height: 25px;
							}
								.tarif_logo_ins{
								width: 25px;
								height: 25px;
								}
						.tarif_curs{
						float: left;
						padding: 0 0 0 30px;
						width: 105px;
						overflow: hidden;
						font: 13px/25px 'Roboto', sans-serif;
						}
					.tarif_curs_arr{
					float: left;
					height: 25px;
					width: 3%;
					background: url(images/t_arr.png) no-repeat center center;
					}
				.tarif_curs_reserv{
				padding: 5px 10px 5px 51%;
				color: #9a9a9a;
				font: 12px 'Roboto', sans-serif;
				}
/* end tarifs */

/* statstable */
.statstablediv{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
margin: 0 0 20px 0;
padding: 15px 10px;
word-break: break-all; word-wrap: break-word;
}
	.statstablediv table{ width: 100%; }
	.statstablediv table th{padding:5px 10px; text-align:left; background:none; font: 500 14px 'Roboto', sans-serif;}
	.statstablediv table td{padding:5px 10px; text-align:right; background:none; font: 14px 'Roboto', sans-serif;}
/* end statstable */

/* partner stats */
.statuserdiv{
width: 350px;
margin: 0 0 20px 0;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 15px 10px;
}
	.statuserdiv_title{
	font: 500 26px/26px 'Roboto', sans-serif;
	color: #8d8d8d;
	padding: 5px 0px 15px 10px;
	}
	.statuserdiv table{
	width: 100%;
	}
	.statuserdiv table th{padding:5px 10px;text-align:left;background:none; font: 500 14px 'Roboto', sans-serif; }
	.statuserdiv table td{padding:5px 10px;text-align:right;background:none;font: 14px 'Roboto', sans-serif; }

.promouserdiv{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
margin: 0 0 20px 0;
padding: 20px;
}
.promouserdiv h3{
font: 500 22px 'Roboto', sans-serif;
color: #8d8d8d;
margin: 0 0 10px 0;
}
.promouserdiv h4{
font: 500 20px 'Roboto', sans-serif;
color: #8d8d8d;
margin:0 0 10px 0;
}
.promouserdiv p{
padding:0 0 20px 0;
}
/* end partner stats */

/* partner payouts */
.paytext{
margin: 0 0 20px 0;
padding: 20px 20px;
font: 14px 'Roboto', sans-serif;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
}
.paydiv{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
margin: 0 0 20px 0;
padding: 20px 20px;
font: 14px 'Roboto', sans-serif;
}
	.pay_left_col{
	padding: 0 0 5px 0;
	font: 500 14px 'Roboto', sans-serif;
	}
	.pay_select{
	margin: 0 0 5px 0;
	}
	.pay_input{
	position: relative;
	margin: 0 0 10px 0;
	}
	a.delpay_link{
	font-weight: 500;
	color: #ff7878;
	}
		a.delpay_link.act{
		cursor: default;
		color: #ccc;
		}
	.paystatus{
	font-weight: 500;
	}
		.paystatus.pst1{ color: #0390cb; }
		.paystatus.pst2{ color: #03cb29; }
		.paystatus.pst3{ color: #ff7878; }
		.paystatus.pst4{ color: #ff7878; }
/* end partner payouts */

/* promotional */
.promopage{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
margin: 0 0 20px 0;
padding: 20px 20px 5px;
}
.promo_topmenu{
margin: 0 0 20px 0;
}
    .promo_topmenu ul{
	margin: 0;
	list-style: none;
	padding: 0;
	}
		.promo_topmenu li{
		display: inline;
		padding: 0;
		margin: 0 5px 0 0;
		background: none;
		}
			.promo_topmenu a{
			margin: 0;
			padding: 0;
			font: 500 14px 'Roboto', sans-serif;
			}
			.promo_topmenu a:hover{
			color: #ff7878;
			}
			.promo_topmenu li.current a{
			text-decoration: none;
			color: #fff;
			}
.promotext_warning{
margin: 0 0 20px 0;
}
    .one_promotxt{
	margin: 0 0 10px 0;
	font: italic 500 14px 'Roboto', sans-serif;
	}
	.one_promotxt_code{
	margin: 0 0 30px 0;
	}
	.partner_textarea{
    height: 100px;
	min-height: 100px;
	max-height: auto;
	}
.promo_menu{
margin: 0 0 20px 0;
}
    .promo_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	}
    .promo_menu ul li{
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
	}
	.promo_menu ul li a{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #7e90ae;
    color: #7e90ae;
	text-decoration: none;
	}
	.promo_menu ul li a:hover{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #ff7878;
    color: #ff7878;
	text-decoration: none;
	}
	.promo_menu ul li.act a{
	position: relative;
	margin: 0;
    border-bottom: none;
    color: #fff;
	text-decoration: none;
	}
	.pbcontainer{
	display: none;
	}
	    .pbcontainer.act{
		display: block;
		}
		.prevbanner{
		margin: 0 0 5px 0;
		}
		.bannerboxone{
		margin: 0 0 25px 0;
		}
			.bannerboxlink a{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #7e90ae;
			color: #7e90ae;
			text-decoration: none;
			}
			.bannerboxlink a.act{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #fff;
			color: #fff;
			font-weight: 500;
			text-decoration: none;
			}
			.bannerboxlink a:hover, .bannerboxlink a.act:hover{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #ff7878;
			color: #ff7878;
			text-decoration: none;
			}
		.bannerboxtextarea{
		padding: 10px 0 0 0;
		display: none;
		}
/* end promotional */

/* homepage */
.homepage_wrap{
padding: 20px 0 0 0;
}
	@media all and (min-width: 960px){
		.homepage_wrap{
		padding: 50px 0 0 0;
		}
	}


.home_wtext_wrap{
position: relative;
width: 100%;
margin: 0 0 20px 0;
}
	@media all and (min-width: 500px){
		.home_wtext_wrap{
		margin: 0 0 50px 0;
		}
	}
	.home_wtext_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_wtext_block{
		padding: 20px 20px 1px;
		background: rgba(14,14,14,.88);
		box-shadow: none;
		border-radius: 8px;
		}
			.home_wtext_title{
			margin: 0 0 20px 0;
			font: 500 22px 'Roboto', sans-serif;
			color: #8d8d8d;
			}

.home_text_wrap{
padding: 45px 0 35px 0;
position: relative;
z-index: 13;
width: 100%;
}
	.home_text_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
	}
		.home_text_title{
		margin: 0 0 20px 0;
		font: 500 26px/28px 'Roboto', sans-serif;
		color: #8d8d8d;
		}
			@media all and (min-width: 700px){
				.home_text_block{
				padding: 0px 0px 0 280px;
				min-height: 250px;
				position: relative;
				}
				.home_text_abs{
				position: absolute;
				float: none;
				top: 50%;
				left: 0;
				margin: -125px 0 0 0;
				width: 250px;
				height: 250px;
				background: url(images/r.png) no-repeat 0 center;
				}
			}

.home_lchange_wrap{
padding: 40px 0 40px 0;
position: relative;
width: 100%;
z-index: 10;
}
	.home_lchange_wrap_ins{
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 10px;
	}
		.home_lchange_title{
		margin: 0 0 25px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		}
 			.home_lchange_one{
			margin: 0 0px 20px 0;
			}
				@media all and (min-width: 700px){
					.home_lchange_one{
					float: left;
					width: 48%;
					margin: 0 2% 0 0;
					}
						.home_lchange_one.last_item{
						display: none;
						}
				}
				@media all and (min-width: 1050px){
					.home_lchange_one{
					float: left;
					margin: 0 2% 0 0;
					width: 32%;
					}
						.home_lchange_one.last_item{
						margin: 0;
						display: block;
						}
				}
				.home_lchange_one_ins{
				background: rgba(14,14,14,.88);
				box-shadow: none;
				border-radius: 8px;
				padding: 20px 0px 20px 20px;
				}
					.home_lchange_date{
					font: 12px 'Roboto', sans-serif;
					color: #606060;
					text-align: right;
					margin: 0 20px 15px 0;
					}
						.home_lchange_why{
						float: left;
						width: 130px;
						margin: 0 0 5px 0;
						}
							.home_lchange_ico{
							float: left;
							width: 40px;
							height: 40px;
							}
							.home_lchange_txt{
							float: left;
							width: 80px;
							font: 13px 'Roboto', sans-serif;
							padding: 2px 0 0 5px;
							color: #fff;
							}
								.home_lchange_sum{
								color: #9a9a9a;
								}
						.home_lchange_arr{
						float: left;
						width: 30px;
						height: 40px;
						margin: 0 0 5px 0;
						background: url(images/harr.png) no-repeat 0 center;
						}

.home_prate_wrap{
padding: 30px 0 20px 0;
position: relative;
width: 100%;
z-index: 10;
}
	.home_prate_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_prate_blocktitle{
		margin: 0 0 25px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		}
			.home_prate_div_wrap{
			padding: 0;
			}
				.home_prate_one{
				margin: 0 0px 20px 0;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				background: rgba(14,14,14,.88);
				box-shadow: none;
				border-radius: 8px;
				padding: 20px 20px;
				}
					@media all and (min-width: 700px){
						.home_prate_div_wrap{
						margin: 0 0 20px 0;
						}
							.home_prate_one{
							float: left;
							margin: 0 2% 20px 0;
							width: 32%;
							}
								.home_prate_one.last_item{
								margin: 0 0 20px;
								}
					}
					.home_prate_source{
					padding: 0 0 5px 0;
					font: 14px 'Roboto', sans-serif;
					color: #606060;
					}
					.home_prate_rates{
					font: 13px 'Roboto', sans-serif;
					color: #fff;
					}
						.home_prate_rates span{
						padding: 0 0 0 2px;
						font-weight: 500;
						}

.home_reserv_wrap{
padding: 40px 0 25px 0;
position: relative;
width: 100%;
}
	.home_reserv_block_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_reserv_title{
		margin: 0 0 25px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		}
			.home_reserv_many{
			padding: 0 0 10px 0;
			}
				.one_home_reserv{
				width: 260px;
				margin: 0 auto 10px;
				}
					.one_home_reserv.hide_item{
					display: none;
					}
					@media all and (min-width: 500px){
						.one_home_reserv{
						float: left;
						width: 48%;
						margin: 0 2% 10px 0;
						}
					}
					@media all and (min-width: 900px){
						.one_home_reserv{
						float: left;
						margin: 0 1% 10px 0;
						width: 24%;
						}
					}
					.one_home_reserv_ins{
					background: rgba(14,14,14,.88);
					box-shadow: none;
					border-radius: 8px;
					padding: 15px 0px 15px 15px;
					}
					.one_home_reserv_ico{
					float: left;
					width: 40px;
					height: 40px;
					}
					.one_home_reserv_block{
					float: left;
					width: 155px;
					color: #9a9a9a;
					font: 14px 'Roboto', sans-serif;
					padding: 2px 0 0 10px;
					}
						.one_home_reserv_title{
						font: 14px 'Roboto', sans-serif;
						margin: 0 0 1px 0;
						color: #d4d4d4;
						}
.home_news_wrap{
padding: 25px 0 25px 0;
position: relative;
z-index: 9;
width: 100%;
}
	.home_news{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_news_title{
		margin: 0 0 25px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		}
			.home_news_div_wrap{
			margin: 0;
			}
 				.home_news_one{
				margin: 0 0 20px 0;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				}
					.home_news_one_image{
					margin: 0 0 20px 0;
					}
						.home_news_one_image img{
						width: 100%;
						border-radius: 8px;
						}
					.home_news_one_date{
					color: #606060;
					font: 12px 'Roboto', sans-serif;
					margin: 0 0 5px 0;
					}
					.home_news_one_title{
					font: 500 18px 'Roboto', sans-serif;
					margin: 0 0 7px 0;
					}
						.home_news_one_title a{
						color: #8c8c8c;
						text-decoration: none;
						}
							.home_news_one_title a:hover{
							text-decoration: underline;
							}
					.home_news_one_content{
					font: 14px 'Roboto', sans-serif;
					padding: 0 0 10px 0;
					}
						.home_news_one_content a{
						color: #d4d4d4;
						text-decoration: none;
						}
							.home_news_one_content a:hover{
							text-decoration: underline;
							}
					.home_news_one_more{
					font: 14px 'Roboto', sans-serif;
					}
						.home_news_one_more a{
						color: #a20000;
						text-decoration: none;
						}
							.home_news_one_more a:hover{
							text-decoration: underline;
							}
						.home_news_one_more span{
						padding: 0 14px 0 0;
						background: url(images/more.png) no-repeat right 3px;
						}

				@media all and (min-width: 700px){
					.home_news_div_wrap{
					margin: 0 0 20px 0;
					}
						.home_news_one{
						float: left;
						margin: 0 2% 0 0;
						width: 32%;
						}
							.home_news_one.last_item{
							margin: 0;
							}
				}
			.home_news_more_wrap, .home_reviews_more_wrap, .home_reserv_more_wrap{
			text-align: center;
			padding: 10px 0 0 0;
			}
				a.home_news_more{
				padding: 8px 20px;
				background: #9a120c;
				background: linear-gradient(270deg, #BD1A1B, #790B00);
				border-radius: 8px;
				text-decoration: none;
				color: #fff;
				font: 500 16px 'Roboto', sans-serif;
				position: relative;
				}
				a.home_reviews_more, a.home_reserv_more{
				padding: 8px 20px;
				background: #00c360;
				border-radius: 8px;
				text-decoration: none;
				color: #fff;
				font: 500 16px 'Roboto', sans-serif;
				position: relative;
				}
					a.home_news_more:hover{
					background: linear-gradient(270deg, #BE1919, #970E00);
					color: #fff;
				}
					a.home_reviews_more:hover, a.home_reserv_more:hover{
					background: #00a94f;
					color: #fff;
					}

.home_reviews_wrap{
padding: 65px 0 65px 0;
position: relative;
z-index: 11;
background: #1e1e1e;
width: 100%;
}
	.home_reviews_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_reviews_block{
		padding: 0;
		}
			.home_reviews_title{
			margin: 0 0 25px 0;
			color: #8d8d8d;
			font: 500 26px/28px 'Roboto', sans-serif;
			}
			.home_reviews_div{
			margin: 0 0 0px 0;
			}
				.home_reviews_one{
				margin: 0 0px 20px 0;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				}
					.home_reviews_one_ins{
					background: #313131;
					border-radius: 8px;
					padding: 20px 20px;
					}
						.home_reviews_author_wrap{
						margin: 0 0 15px 0;
						}
							.home_reviews_date{
							font: 13px 'Roboto', sans-serif;
							float: right;
							margin: 3px 0 0 0;
							color: #606060;
							}
							.home_reviews_author{
							font: 500 16px 'Roboto', sans-serif;
							color: #898989;
							}
							.home_reviews_content{
							font: 14px 'Roboto', sans-serif;
							color: #fff;
							word-wrap: break-word;
							}
					@media all and (min-width: 700px){
						.home_reviews_div_wrap{
						margin: 0 0 30px 0;
						}
							.home_reviews_one{
							float: left;
							margin: 0 2% 0 0;
							width: 32%;
							}
								.home_reviews_one.last_item{
								margin: 0;
								}
							.home_reviews_one_ins{
							min-height: 90px;
							}
					}

.home_advantages_wrap{
padding: 80px 0 45px 0;
position: relative;
width: 100%;
background: #1e1e1e;
z-index: 10;
}
	.home_advantages_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_advantages_blocktitle{
		margin: 0 0 25px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		display: none;
		}
			.home_adv_div_wrap{
			overflow: hidden;
			}
				.home_advantages_one{
				margin: 0 0px 20px 0;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				}
					.home_advantages_one_ins{
					padding: 20px;
					background: #212121;
					border: 1px solid #272727;
					border-radius: 8px;
					}
					.home_advantages_one a{
					text-decoration: none;
					}
					@media all and (min-width: 700px){
						.home_adv_div_wrap{
						margin: 0 -1% 20px -1%;
						}
							.home_advantages_one{
							float: left;
							margin: 0 1% 20px 1%;
							width: 23%;
							}
							.home_advantages_one_ins{
							min-height: 290px;
							}
					}
					.home_advantages_img{
					margin: 0 auto 15px;
					width: 120px;
					height: 120px;
					}
					.home_advantages_title{
					padding: 0 0 20px 0;
					font: 500 20px 'Roboto', sans-serif;
					color: #8d8d8d;
					text-align: center;
					}
					.home_advantages_content{
					font: 14px 'Roboto', sans-serif;
					color: #fff;
					text-align: center;
					}

.home_partner_wrap{
padding: 30px 0 20px 0;
position: relative;
width: 100%;
z-index: 10;
}
	.home_partner_ins{
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	}
		.home_partner_title{
		margin: 0 0 25px 0;
		color: #8d8d8d;
		font: 500 26px/28px 'Roboto', sans-serif;
		}
		.home_partner_one{
		float: left;
		margin: 0 20px 10px 0;
		}
/* end homepage */

.xchange_table_wrap{
max-width: 1150px;
padding: 0 10px;
margin: 0 auto;
}

/* tbl icons */
.tbl_icon{
float: left;
padding: 5px 8px 5px;
background: #202020;
border-radius: 6px;
color: #9a9a9a;
font: 13px/13px 'Roboto', sans-serif;
margin: 0 5px 5px 0;
cursor: pointer;
position: relative;
}
	.tbl_icon.active{
	background: #202020;
	color: #7c1213;
	}
/* end tbl icons */

/* type table 1, table 4 */
.xchange_type_table{
margin: 0 0px 40px;
position: relative;
}
 	.xtt_icon_wrap{
	padding: 0 0 10px 0;
	}
		.xtt_left_col_icon{
		float: left;
		width: 48%;
		}
			.xtt_left_col_icon_ins{
			padding: 0 0px;
			}
		.xtt_right_col_icon{
		float: right;
		width: 48%;
		}
			.xtt_right_col_icon_ins{
			padding: 0 0px;
			}
			@media all and (min-width: 700px){
				.xtt_left_col_icon{
				width: 38%;
				}
				.xtt_right_col_icon{
				width: 59%;
				}
			}
			@media all and (min-width: 840px){
				.xtt_left_col_icon{
				width: 33%;
				}
				.xtt_right_col_icon{
				width: 65%;
				}
			}
			@media all and (min-width: 960px){
				.tbl1 .xtt_left_col_icon{
				width: 42%;
				}
				.tbl1 .xtt_right_col_icon{
				width: 55%;
				}
				.tbl5 .xtt_left_col_icon{
				width: 26%;
				float: left;
				}
				.tbl5 .xtt_right_col_icon{
				width: 36%;
				float: left;
				margin: 0 0 0 2%;
				}
			}
	.xtt_table_wrap{
	margin: 0;
	}
	.xtt_table_body_wrap{
	position: relative;
	}
		.xtt_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #282d40 url(images/d-ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
	.xtt_left_col_table{
	float: left;
	padding: 10px 10px;
	background: rgba(14,14,14,.88);
	box-shadow: none;
	border-radius: 8px;
	width: 48%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	}
	.xtt_right_col_table{
	float: right;
	padding: 10px 10px;
	background: rgba(14,14,14,.88);
	box-shadow: none;
	border-radius: 8px;
	width: 48%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	}
	.xtt_data_col_clear{
	clear: both;
	height: 30px;
	}
	.xtt_data_col_table{
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	}
	.htable_notwidget{
	padding: 180px 30px 20px;
	border-radius: 8px;
	box-shadow: none;
	background: #282828 url(images/no_exchange.png) no-repeat center 30px;
	color: #fff;
	font: 14px 'Roboto', sans-serif;
	text-align: center;
	}
			@media all and (min-width: 700px){
				.xtt_left_col_table{
				width: 38%;
				}
				.xtt_right_col_table{
				width: 59%;
				}
			}
			@media all and (min-width: 840px){
				.xtt_left_col_table{
				width: 33%;
				}
				.xtt_right_col_table{
				width: 65%;
				}
			}
			@media all and (min-width: 960px){
				.tbl1 .xtt_left_col_table{
				width: 42%;
				}
				.tbl1 .xtt_right_col_table{
				width: 55%;
				}
				.xtt_data_col_clear{
				clear: none;
				height: auto;
				}
				.tbl5 .xtt_left_col_table{
				width: 26%;
				float: left;
				}
				.tbl5 .xtt_right_col_table{
				width: 36%;
				float: left;
				margin: 0 0 0 2%;
				}
				.tbl5 .xtt_data_col_table{
				width: 34%;
				float: right;
				}
			}
		.tblexch_title{
		color: #595959;
		padding: 0px 0 10px 0px;
		font: 700 28px 'Roboto', sans-serif;
		}
		.xtt_left_col_title, .xtt_left_incol_title{
		font: 12px 'Roboto', sans-serif;
		color: #9a9a9a;
		padding: 10px 0px;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #3d3d3d;
		position: relative;
		}
		.xtt_right_col_title, .xtt_right_incol_title{
		font: 12px 'Roboto', sans-serif;
		color: #9a9a9a;
		padding: 10px 0px;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #3d3d3d;
		position: relative;
		}

		.xtt_table_title1,
		.xtt_table_title2,
		.xtt_table_title3,
		.xtt_table_title4{
		display: none;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		}
		.xtt_title_link_wrap{
		position: absolute;
		float: none;
		top: 12px;
		right: 0;
		display: none;
		}
		a.xtt_title_link{
		float: right;
		text-decoration: none;
		color: #9a9a9a;
		font: 13px/13px 'Roboto', sans-serif;
		margin: 0 5px 0px 5px;
		cursor: pointer;
		position: relative;
		}
			a.xtt_title_link.active{
			color: #fff;
			}
		.xtt_change_ico{
		width: 30px;
		height: 30px;
		margin: 5px auto 0;
		}
		.xtt_one_line_name{
		font: 14px 'Roboto', sans-serif;
		color: #fff;
		}
		.xtt_one_line_curs{
		font: 14px 'Roboto', sans-serif;
		color: #fff;
		height: 40px;
		}
		.xtt_one_line_reserv{
		font: 14px 'Roboto', sans-serif;
		color: #fff;
		height: 40px;
		}
		.xtt_one_line_left{
		position: relative;
		margin: 0 -10px 1px -10px;
		cursor: pointer;
		}
			.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
			background: #00c360;
			background: #00c360;
			}
			.js_item_left.active .xtt_one_line_name,
			.js_item_left.active .xtt_one_line_curs,
			.xtt_one_line_left:hover .xtt_one_line_name,
			.xtt_one_line_left:hover .xtt_one_line_curs
			{
			color: #fff;
			}
		a.js_item_right{
		text-decoration: none;
		}
		.xtt_one_line_right{
		display: block;
		text-decoration: none;
		position: relative;
		margin: 0 -10px 1px -10px;
		cursor: pointer;
		}
			.xtt_one_line_right:hover, .js_item_right.active .xtt_one_line_right{
			background: #00c360;
			background: #00c360;
			}
			.xtt_one_line_right:hover .xtt_one_line_name,
			.xtt_one_line_right:hover .xtt_one_line_curs,
			.xtt_one_line_right:hover .xtt_one_line_reserv,
			.js_item_right.active .xtt_one_line_name,
			.js_item_right.active .xtt_one_line_curs,
			.js_item_right.active .xtt_one_line_reserv
			{
			color: #fff;
			}
		@media all and (max-width: 559px){
  			.xtt_left_col_title{
			float: left;
			width: 48%;
			}
			.xtt_right_col_title{
			float: right;
			width: 48%;
			}
			.xtt_table_title1{
			display: block;
			text-align: center;
			}
			.xtt_table_title2{
			display: block;
			text-align: center;
			}
			.xtt_one_line_left{
			padding: 5px 10px;
			}
				.xtt_one_line_ico_left{
				padding: 0 0 10px 0;
				}
				.xtt_one_line_name_left{
				text-align: center;
				}
				.xtt_one_line_curs_left{
				display: none;
				}
			.xtt_one_line_right{
			padding: 5px 10px;
			}
				.xtt_one_line_ico_right{
				padding: 0 0 10px 0;
				}
				.xtt_one_line_name_right{
				text-align: center;
				}
				.xtt_one_line_curs_right,
				.xtt_one_line_reserv_right{
				display: none;
				}
		}
		@media all and (min-width: 560px){
  			.xtt_left_col_title{
			float: left;
			width: 48%;
			}
			.xtt_right_col_title{
			float: right;
			width: 48%;
			}
			.xtt_table_title1{
			display: block;
			padding: 0 0 0 20px;
			}
			.xtt_table_title2{
			display: block;
			padding: 0 0 0 20px;
			}
			.xtt_one_line_left{
			padding: 2px 0;
			}
				.xtt_one_line_ico_left{
				float: left;
				width: 25%;
				}
				.xtt_one_line_name_left{
				float: left;
				width: 75%;
				}
					.xtt_one_line_name{
					display: table-cell;
					vertical-align: middle;
					height: 40px;
					}
				.xtt_one_line_curs_left{
				display: none;
				}
			.xtt_one_line_right{
			padding: 2px 0;
			}
				.xtt_one_line_ico_right{
				float: left;
				width: 25%;
				}
				.xtt_one_line_name_right{
				float: left;
				width: 75%;
				}
				.xtt_one_line_curs_right,
				.xtt_one_line_reserv_right{
				display: none;
				}
		}
		@media all and (min-width: 700px){
  			.xtt_left_col_title{
			width: 38%;
			}
			.xtt_right_col_title{
			width: 59%;
			}
				.xtt_table_title1{
				display: block;
				}
				.xtt_table_title2{
				display: block;
				float: left;
				width: 60%;
				}
				.xtt_table_title4{
				display: block;
				padding: 0 0 0 10px;
				float: left;
				width: 40%;
				}
			.xtt_one_line_left{
			padding: 2px 0;
			}
				.xtt_one_line_ico_left{
				width: 20%;
				}
				.xtt_one_line_name_left{
				width: 80%;
				}
			.xtt_one_line_right{
			padding: 2px 0;
			}
				.xtt_one_line_ico_right{
				width: 15%;
				}
				.xtt_one_line_name_right{
				width: 45%;
				}
				.xtt_one_line_curs_right{
				display: none;
				}
				.xtt_one_line_reserv_right{
				display: block;
				float: left;
				width: 40%;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				overflow: hidden;
				border-left: none;
				margin: -2px 0 -2px 0px;
				padding: 2px 10px 2px 10px;
				}
					.xtt_one_line_reserv{
					display: table-cell;
					vertical-align: middle;
					}
					.tbl5 .xtt_one_line_reserv{
					display: block;
					text-align: right;
					line-height: 40px;
					}
			.xtt_title_link_wrap{
			display: block;
			}
		}
		@media all and (min-width: 840px){
 			.xtt_left_col_title{
			width: 33%;
			}
			.xtt_right_col_title{
			width: 65%;
			}
				.xtt_table_title2{
				width: 46%;
				}
				.xtt_table_title3{
				display: block;
				float: left;
				width: 30%;
				padding: 0 0px 0 10px;
				}
				.xtt_table_title4{
				width: 24%;
				}
				.xtt_one_line_ico_left{
				width: 23%;
				}
				.xtt_one_line_name_left{
				width: 77%;
				}
				.xtt_one_line_ico_right{
				width: 12%;
				}
				.xtt_one_line_name_right{
				width: 34%;
				}
				.xtt_one_line_curs_right{
				display: block;
				float: left;
				width: 30%;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				overflow: hidden;
				border-left: none;
				margin: -2px 0 -2px 0px;
				padding: 2px 10px 2px 10px;
				}
					.xtt_one_line_curs{
					display: table-cell;
					vertical-align: middle;
					}
				.xtt_one_line_reserv_right{
				width: 24%;
				padding: 2px 5px 2px 5px;
				}
					.tbl5 .xtt_one_line_reserv_right{
					width: 54%;
					}
		}
		@media all and (min-width: 960px){
 			.tbl1 .xtt_left_col_title{
			width: 42%;
			}
			.tbl1 .xtt_right_col_title{
			width: 55%;
			}
				.tbl1 .xtt_one_line_ico_left{
				width: 17%;
				}
				.tbl1 .xtt_one_line_name_left{
				width: 43%;
				}
				.tbl1 .xtt_one_line_curs_left{
				display: block;
				float: left;
				width: 40%;
				box-sizing: border-box;
					-moz-box-sizing: border-box;
						-webkit-box-sizing: border-box;
				overflow: hidden;
				padding: 0px 10px 0px 10px;
				}
					.tbl1 .xtt_one_line_curs_left .xtt_one_line_curs{
					display: block;
					text-align: right;
					line-height: 40px;
					}
			.tbl5 .xtt_left_col_title{
			width: 26%;
			}
			.tbl5 .xtt_right_col_title{
			width: 36%;
			float: left;
			margin: 0 0 0 2%;
			}
				.tbl5 .xtt_one_line_ico_left{
				width: 23%;
				}
				.tbl5 .xtt_one_line_name_left{
				width: 77%;
				}
				.tbl5 .xtt_one_line_ico_right{
				width: 18%;
				}
				.tbl5 .xtt_one_line_name_right{
				width: 42%;
				}
				.tbl5 .xtt_one_line_reserv_right{
				width: 40%;
				}
		}
		@media all and (min-width: 700px){
			.xtt_one_line_rez{
			cursor: pointer;
			display: block;
			position: absolute;
			float: none;
			top: 50%;
			right: 10px;
			width: 22px;
			height: 22px;
			background: url(images/rez.png) no-repeat center center;
			margin: -11px 0 0 0;
			}
			.xtt_one_line_right:hover .xtt_one_line_rez,
			.js_item_right.active .xtt_one_line_right .xtt_one_line_rez{
			background: url(images/rez_a.png) no-repeat center center;
			}
		}
			.xtt_one_line_rez_ins{
			display: none;
			}
		.xtt_line_tab{
		display: none;
		}
			.xtt_line_tab.active{
			display: block;
			}
/* end type table 1 */

/* type table 2 */
.xchange_type_plitka{
padding: 0 0 40px;
}
	.xtp_icon_wrap{
	padding: 0 0 10px 0;
	}
		@media all and (max-width: 959px){
			.xtp_icon_wrap{
			display: none;
			}
		}
		.xtp_left_col_icon{
		float: left;
		width: 48%;
		}
		.xtp_right_col_icon{
		float: right;
		width: 48%;
		}
	.xtp_table_wrap{
	background: rgba(14,14,14,.88);
	box-shadow: none;
	border-radius: 8px;
	padding: 20px;
	}
	.xtp_col_table_body{
	margin: 0 0 20px 0;
	}
		.xtp_left_col_table{
		margin: 0 0 20px 0;
		}
		.xtp_right_col_table{
		margin: 0;
		}
			@media all and (min-width: 700px){
				.xtp_left_col_table{
				float: left;
				width: 50%;
				}
				.xtp_right_col_table{
				float: right;
				width: 50%;
				}
					.xtp_right_col_table_ins{
					padding: 0 0 0 20px;
					}
			}
	.xtp_table_title{
	font: 500 18px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0 0 15px 0;
	}
	.xtp_table_list{
	padding: 0 0 10px 0;
	}
		.xtp_item{
		float: left;
		padding: 2px;
		width: 50px;
		height: 50px;
		margin: 0 10px 10px 0;
		border-radius: 6px;
		border: 2px solid #202020;
		cursor: pointer;
		-webkit-transition: all 0.3s linear;
			-moz-transition: all 0.3s linear;
				-o-transition: all 0.3s linear;
					transition: all 0.3s linear;
		}
			.xtp_item.active{
			border: 2px solid #272727;
			}
			.xtp_item.not{
			opacity: 0.3;
			}
			.xtp_item_ico{
			width: 50px;
			height: 50px;
			}
		.xtp_curs_wrap{
		position: relative;
		padding: 0 125px 0 0;
		margin: 0 0 20px 0;
		height: 50px;
		}
			.xtp_input_wrap input{
			font: 20px/50px 'Roboto', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
			.xtp_select_wrap{
			position: absolute;
			float: none;
			top: 0px;
			right: 0px;
			width: 120px;
			height: 50px;
			}
				.xtp_select_wrap select{
				width: 100%;
				height: 50px;
				}
		.xtp_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtp_commis_text{
			position: absolute;
			top: 0;
			right: 15px;
			height: 50px;
			font: 13px/50px 'Roboto', sans-serif;
			}
			.xtp_commis_wrap input{
			font: 20px/50px 'Roboto', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtp_line{
		padding: 0 0 10px 0;
		font: 14px 'Roboto', sans-serif;
		}
			.xtp_line span{
			font-weight: 500;
			}
	.xtp_html_wrap{
	position: relative;
	min-height: 50px;
	}
		.xtp_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
	a.xtl_submit, a.xtp_submit{
	display: block;
	text-decoration: none;
	background: #00c360;
	background: #00c360;
	border-radius: 8px;
	border: none;
	height: 50px;
	width: 260px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	color: #fff;
	font: 500 16px/50px 'Roboto', sans-serif;
	cursor: pointer;
	text-align: center;
	}
		a.xtl_submit:hover, a.xtp_submit:hover{
		background: #00a94f;
		}
		a.xtl_submit.active, a.xtp_submit.active{
		background: #ccc;
		cursor: default;
		}
/* end type table 2 */

/* type table 3 */
.xchange_type_list{
padding: 0 0 40px 0;
}
	.xtl_html_wrap{
	position: relative;
	}
		.xtl_html_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
 		.xtl_table_body{
		margin: 0 0 20px 0;
		}
		.xtl_left_col, .xtl_right_col{
		background: rgba(14,14,14,.88);
		box-shadow: none;
		border-radius: 8px;
		padding: 15px;
		min-height: 1px;
		margin: 0 0 20px 0;
		}
		.xtl_center_col{
		margin: 0 0 20px 0;
		}
			a.xtl_change{
			display: block;
			width: 35px;
			height: 35px;
			margin: 0 auto;
			background: url(images/xtl_change.png) no-repeat center center;
			}
				a.xtl_change:hover{
				opacity: 0.8;
				}
		@media all and (min-width: 900px){
			.xtl_table_wrap{
			background: rgba(14,14,14,.88);
			box-shadow: none;
			border-radius: 8px;
			padding: 30px;
			}
				.xtl_left_col{
				float: left;
				width: 46%;
				position: relative;
				background: none;
				box-shadow: none;
				border: none;
				padding: 0;
				margin: 0;
				}
				.xtl_center_col{
				float: left;
				width: 8%;
				margin: 0;
				padding: 50px 0 0 0;
				}
				.xtl_right_col{
				float: right;
				width: 46%;
				position: relative;
				background: none;
				box-shadow: none;
				border: none;
				padding: 0;
				margin: 0;
				}
		}
 		.xtl_table_title{
		font: 500 20px 'Roboto', sans-serif;
		color: #8d8d8d;
		padding: 0 0 20px 0;
		}
		.xtl_ico_wrap{
		display: none;
		}
		.xtl_select_wrap{
		margin: 0 0 20px 0;
		}
			.xtl_select_wrap select{
			width: 100%;
			height: 50px;
			}
		.xtl_input_wrap{
		margin: 0 0 20px 0;
		}
			.xtl_input_wrap input{
			font: 20px/50px 'Roboto', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtl_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtl_commis_text{
			position: absolute;
			float: none;
			top: 0;
			right: 10px;
			width: 110px;
			text-align: right;
			height: 50px;
			font: 13px/50px 'Roboto', sans-serif;
			}
			.xtl_commis_wrap input{
			font: 20px/50px 'Roboto', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtl_line{
		padding: 0 0 10px 0;
		font: 14px 'Roboto', sans-serif;
		}
			.xtl_line span{
			font-weight: 500;
			}
/* end type table 3 */

/* all */
.notice_message{
margin: 0 auto 20px;
padding: 20px 20px 1px 20px;
max-width: 1130px;
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
}
.warning_message{
padding: 20px 10px 1px;
margin: 0 auto 20px;
max-width: 1130px;
}
	.warning_message_title{
	color: #8d8d8d;
	font: 500 26px/28px 'Roboto', sans-serif;
	margin: 0 0 15px 0;
	}
	.warning_message_text p{
	padding: 0 0 15px 0;
	}
.ajax_post_bids_res{
margin: 0 0px;
}
.span_skidka{
color: #a20000;
}
.span_give_max, .span_get_max{
color: #9a9a9a;
}
	.span_give_max span, .span_get_max span{
	display: block;
	}
.js_amount{
cursor: pointer;
}
.js_wrap_error{
position: relative;
}
	.js_error
	{
	display: none;
	position: absolute;
	z-index: 10;
	top: 102%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	height: auto;
	color: #000;
	background: #272727;
	border-radius: 6px;
	padding: 5px;
	font: 12px 'Roboto', sans-serif;
	}
		.js_error a{
		color: #000;
		}
		.js_wrap_error.error .js_error{
		display: block;
		}
			.js_wrap_error.error input{
			border: 1px solid #272727;
			}
.info_window{
display: none;
z-index: 1;
position: absolute;
float: none;
top: 104%;
left: 0px;
width: 100%;
box-sizing: border-box;
	-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
font: 12px/14px 'Roboto', sans-serif;
padding: 15px 20px;
border-radius: 6px;
color: #9a9a9a;
background: #3d3d3d;
}
	.js_window_wrap.showed .info_window{
	display: block;
	}
		.info_window_abs{
		position: absolute;
		top: -4px;
		float: none;
		left: 36px;
		background: url(images/ug.png) no-repeat;
		width: 14px;
		height: 5px;
		}
.js_choice_link{
z-index: 20;
position: absolute;
float: none;
top: 50%;
left: 15px;
margin: -8px 0 0 0;
width: 16px;
height: 16px;
cursor: pointer;
background: url(images/choice.png) no-repeat center center;
}
	.js_choice_link_ins{
	position: relative;
	width: 16px;
	height: 16px;
	}
		.js_choice_ul{
		position: absolute;
		float: none;
		top: 0;
		left: 0px;
		width: 250px;
		background: #202020;
		border-radius: 6px;
		font: 12px 'Roboto', sans-serif;
		color: #fff;
		border: 2px solid #3d3d3d;
		display: none;
		}
			.js_choice_line{
			padding: 5px 10px;
			word-break: break-all; word-wrap: break-word;
			border-bottom: 1px solid #3d3d3d;
			}
				input.js_choice_input{
				padding-left: 40px;
				}
/* end all */

/* hexch */
.hexch_ajax_wrap{
position: relative;
width: 100%;
margin: 0 auto;
}
.htable_ajax_wrap{
position: relative;
}
	.hexch_ajax_wrap_abs, .htable_ajax_wrap_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #282d40 url(images/d-ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
	}
.hexch_widget{
max-width: 1150px;
margin: 0 auto;
}
.hexch_div{
padding: 0 0px 20px;
}
	.hexch_div_ins{
	background: rgba(14,14,14,.88);
	box-shadow: none;
	border-radius: 8px;
	padding: 20px 20px 10px;
	}
		.hexch_bigtitle{
		color: #8d8d8d;
		font: 500 22px 'Roboto', sans-serif;
		margin: 0 0 20px 0px;
		}
			.hexch_information{
			padding: 0 0 20px 0;
			}
				.hexch_information_line, .user_discount_div{
				padding: 0 0 5px 0;
				}
					.user_discount_div{
					color: #a20000;
					}
					.hexh_line_label, .user_discount_label{
					font-weight: 500;
					}
		@media all and (min-width: 700px){
			.hexch_cols:after{
			content: '';
			display: block;
			clear: both;
			}
				.hexch_left{
				float: left;
				width: 48%;
				}
				.hexch_right{
				float: right;
				width: 48%;
				}
			.hexch_pers{
			float: left;
			width: 48%;
			}
		}
			.htable_ajax_wrap .hexch_left,
			.htable_ajax_wrap .hexch_right,
			.htable_ajax_wrap .hexch_pers
			{
			float: none;
			width: auto;
			}
		.hexch_title, .hexch_pers_title{
		position: relative;
		color: #8d8d8d;
		font: 500 18px 'Roboto', sans-serif;
		margin: 0 0 20px 0px;
		}
			.hexch_title{
			padding: 0 0 0 35px;
			}
				.hexch_title_logo{
				position: absolute;
				float: none;
				top: -3px;
				left: 0;
				width: 30px;
				height: 30px;
				}
	.hexch_info_line{
	font: 13px/14px 'Roboto', sans-serif;
	color: #9a9a9a;
	padding: 0 0 10px 0px;
	}
		.hexch_info_line p{ padding: 0px 0 2px; }
		@media all and (min-width: 700px){
			.hexch_ajax_wrap .hexch_info_line{
			min-height: 50px;
			display: table-cell;
			vertical-align: middle;
			}
		}
		.hexch_curs_line, .hexch_pers_line{
		position: relative;
		margin: 0 0 20px 0;
		}
			.hexch_curs_label, .hexch_pers_label{
			font: 14px 'Roboto', sans-serif;
			padding: 0 0 5px 0;
			}
			.hexch_pers_input{
			position: relative;
			}
				.hexch_curs_input input, .hexch_pers_input input{
				font: 16px/50px 'Roboto', sans-serif;
				height: 50px;
				width: 100%;
				}
				.hexch_curs_input select, .hexch_pers_input select{
				height: 50px;
				width: 100%;
				}
		.hexch_sumandcom{
		font: 14px/16px 'Roboto', sans-serif;
		color: #9a9a9a;
		padding: 0 0 20px 0px;
		}
	.hexch_submit_div{
	padding: 0px 0px 10px 0px;
	}
		input.hexch_submit{
		display: block;
		height: 50px;
		width: 220px;
		margin: 0;
		font: 500 16px/50px 'Roboto', sans-serif;
		text-align: center;
		}
			.show_out_0 input.hexch_submit{
			width: 100%;
			}
	.hexch_checkdata_div, .hexch_div .exchange_checkpersdata{
	padding: 0 0px 10px 0px;
	}
/* end hexch */

/* exch */
.exch_ajax_wrap, .exchange_status_html{
position: relative;
min-height: 50px;
}
	.exch_ajax_wrap_abs, .exchange_status_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
	}
.xchange_div{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 10px;
margin: 0 0 20px 0;
}
	.xchange_data_title, .xchange_pers_title{
	color: #8d8d8d;
	font: 500 22px 'Roboto', sans-serif;
	margin: 0px 0px 20px;
	}
	.xchange_data_div{
	padding: 0px 0px 10px;
	border-bottom: 1px solid #3d3d3d;
	margin: 0 0 20px 0;
	}
	.xchange_pers_div{
	padding: 0px 0px 10px 0px;
	}
		@media all and (min-width: 700px){
			.xchange_data_left, .xchange_pers_div{
			width: 340px;
			float: left;
			}
			.xchange_data_right{
			float: right;
			width: 240px;
			}
			.xchange_data_right .xchange_info_line{
			text-align: right;
			}
		}
		.xchange_info_line{
		font: 13px 'Roboto', sans-serif;
		padding: 0 0 10px 0;
		color: #9a9a9a;
		}
			.xchange_select{
			margin: 0 0 20px 0;
			height: 50px;
			}
				.xchange_select select{
				width: 100%;
				height: 50px;
				}
		.xchange_sum_line{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xchange_sum_label{
			font: 14px 'Roboto', sans-serif;
			padding: 0 0 5px 0;
			}
			.xchange_sum_input{
			position: relative;
			}
				.xchange_sum_input input{
				width: 100%;
				height: 50px;
				font: 16px/50px 'Roboto', sans-serif;
				}
			@media all and (min-width: 700px){
				.xchange_sum_line{
				height: 50px;
				margin: 0 0 20px 0;
				padding: 0 0 0 120px;
				}
					.xchange_sum_label{
					position: absolute;
					float: none;
					top: 0;
					left: 0;
					width: 110px;
					height: 50px;
					font: 12px/50px 'Roboto', sans-serif;
					text-align: right;
					padding: 0;
					}
			}
		.xchange_sumandcom{
		font: 14px/16px 'Roboto', sans-serif;
		color: #9a9a9a;
		margin: 0 0 20px 0;
		}
		.xchange_curs_line, .xchange_pers_line{
		margin: 0 0 20px 0;
		}
			.xchange_curs_label, .xchange_pers_label{
			font: 14px 'Roboto', sans-serif;
			padding: 0 0 5px 0;
			}
			.xchange_curs_input, .xchange_pers_input{
			position: relative;
			}
				.xchange_curs_input input, .xchange_pers_input input{
				font: 16px/50px 'Roboto', sans-serif;
				height: 50px;
				width: 100%;
				}
				.xchange_curs_input select, .xchange_pers_input select{
				height: 50px;
				width: 100%;
				}
	.xchange_submit_div{
	padding: 0px 0px 10px 0px;
	}
		input.xchange_submit{
		display: block;
		height: 50px;
		width: 220px;
		margin: 0;
		font: 500 16px/50px 'Roboto', sans-serif;
		text-align: center;
		}
	.xchange_checkdata_div, .xchange_div .exchange_checkpersdata{
	padding: 0 0px 10px 0px;
	}
.other_directions_wrap{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 10px;
margin: 0 0 20px 0;
}
	.other_directions_title{
	color: #8d8d8d;
	font: 500 22px 'Roboto', sans-serif;
	margin: 0 0px 20px;
	}
		a.other_direction{
		float: left;
		width: 50%;
		margin: 0 0 10px 0;
		text-decoration: none;
		font: 13px 'Roboto', sans-serif;
		color: #fff;
		}
			.other_direction_data{
			float: left;
			width: 48%;
			height: 30px;
			}
				.other_direction_title{
				display: table-cell;
				vertical-align: middle;
				position: relative;
				height: 30px;
				padding: 0 0 0 35px;
				}
				.other_direction_logo{
				height: 30px;
				width: 30px;
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				}
			.other_direction_arr{
			float: left;
			width: 4%;
			height: 30px;
			background: url(images/t_arr.png) no-repeat center center;
			}
/* end exch */

/* step 1 */
.block_xchangedata{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 5px;
margin: 0 0 20px 0;
}
	.block_submitbutton{
	padding: 0px 0 20px;
	}
	.block_checked_rule{
	padding: 0px 0px 10px 0px;
	}
	.block_xchdata, .block_persdata{
	padding: 0;
	}
		.block_xchdata{
		margin: 0 0 20px 0;
		border-bottom: 1px solid #3d3d3d;
		}
		.block_xchdata_title, .block_persdata_title{
		color: #8d8d8d;
		font: 500 22px 'Roboto', sans-serif;
		margin: 0 0px 20px;
		}
		.block_xchdata_comm{
		padding: 0px 0px 20px;
		color: #9a9a9a;
		}
		.block_persdata_info, .block_xchdata_info{
		padding: 0px 0px 15px;
		font: 14px 'Roboto', sans-serif;
		}
			.block_xchdata_info_left{
			float: left;
			width: 340px;
			}
				.block_persdata_line, .block_xchdata_line{
				padding: 0 0 5px 0;
				}
					.block_persdata_line span, .block_xchdata_line span{
					font-weight: 500;
					color: #fff;
					display: block;
					padding: 0 0 3px 0;
					}
			.block_xchdata_info_right{
			float: right;
			}
			@media all and (max-width: 500px){
				.block_xchdata_info_right{
				display: none;
				}
			}
				.block_xchdata_ico{
				float: left;
				width: 40px;
				height: 40px;
				margin: 0 10px 0 0;
				}
				.block_xchdata_text{
				float: left;
				height: 40px;
				font: 500 18px/40px 'Roboto', sans-serif;
				}
/* end step 1 */

/* bid status */
.block_statusbids{
background: rgba(14,14,14,.88);
box-shadow: none;
border-radius: 8px;
padding: 20px 20px 1px;
margin: 0 0 20px 0;
position: relative;
}
	.block_statusbid_title{
	color: #8d8d8d;
	font: 500 24px 'Roboto', sans-serif;
	margin: 0 0px 20px;
	}
	.block_instruction{
	padding: 0 0 1px 0;
	}
	.block_status{
	background: #3d3d3d;
	padding: 20px 20px;
	margin: 0 -20px 20px;
	}
		.block_status_time{
		padding: 0 0 10px 0;
		}
			.block_status_time span{
			font-weight: 500;
			}
		span.block_status_text_info{
		font-weight: 500;
		}
	.block_payinfo{
	padding: 0 0 10px 0;
	}
	.block_change_browser{
	text-align: center;
	padding: 0px 0 20px;
	color: #ff0000;
	}
		.not_vaccaunt_now{
		font-weight: 600;
		}
	.block_check_payment{
	height: 3px;
	position: absolute;
	float: none;
	bottom: 0;
	left: 4px;
	right: 4px;
	overflow: hidden;
	}
		.block_check_payment_ins{
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		width: 0px;
		height: 100%;
		background: #bb0202;
		}
		.block_check_payment_abs{
		display: none;
		}
	.block_warning_merch{
	padding: 20px 20px;
	margin: 0 -20px 20px;
	background: #3d3d3d;
	}
	.block_paybutton_merch{
	padding: 0px 0 20px;
	}
	.block_smsbutton{
	padding: 20px 0px 20px;
	border-top: 1px solid #3d3d3d;
	}
		.block_smsbutton_label{
		padding: 0 0 8px 0;
		font-weight: 500;
		}
			.block_smsbutton_action input[type=text]{
			float: left;
			width: 120px;
			text-align: center;
			}
			.block_smsbutton_action input[type=submit]{
			float: left;
			margin: 0 0 0 20px;
			}
	.block_paybutton{
	padding: 0px 0px 20px;
	}
		a.cancel_paybutton{
		float: left;
		display: block;
		text-decoration: none;
		background: #ff7878;
		border-radius: 8px;
		height: 40px;
		width: 220px;
		margin: 0 auto;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #000;
		font: 500 14px/40px 'Roboto', sans-serif;
		cursor: pointer;
		text-align: center;
		}
			a.cancel_paybutton:hover{
			color: #000;
			background: #e75959;
			}
		.resultfalse.paybutton_error{
		width: 160px;
		float: right;
		}
		a.success_paybutton{
		float: right;
		display: block;
		text-decoration: none;
		background: #00c360;
		background: #00c360;
		border-radius: 8px;
		height: 40px;
		width: 220px;
		margin: 0 auto;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 500 14px/40px 'Roboto', sans-serif;
		cursor: pointer;
		text-align: center;
		}
			a.success_paybutton:hover{
			background: #00a94f;
			color: #fff;
			}
			@media all and (max-width: 700px){
				a.cancel_paybutton,
				.resultfalse.paybutton_error,
				a.success_paybutton
				{
				float: none;
				width: auto;
				margin: 0 0 20px 0;
				}
			}
		a.merch_paybutton{
		display: block;
		text-decoration: none;
		background: #2d353f;
		border-radius: 8px;
		height: 40px;
		width: 240px;
		margin: 0 auto;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 500 14px/40px 'Roboto', sans-serif;
		cursor: pointer;
		text-align: center;
		}
			a.merch_paybutton:hover{
			background: #000;
			}
/* end bid status */

/* select */
.select_js{
position: relative;
cursor: pointer;
}
	.change_city_select_wrap{
	height: 50px;
	width: 260px;
	}
		.change_city_select_wrap select {
		height: 50px;
		}
	.select_js select{
	display: none;
	}
	.select_js_title{
	border: 1px solid #272727;
	background: #171717;
	border-radius: 6px;
	height: 50px;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
	color: #d4d4d4;
	overflow: hidden;
	position: relative;
	}
		.select_js.open .select_js_title{background:#171717;}
		.select_js_title .select_js_abs{
		background: url(images/jsel.png) no-repeat center center;
		position: absolute;
		float: none;
		top: 0;
		right: 20px;
		height: 100%;
		width: 12px;
		}
		.select_js_title_ins{
		padding: 0 20px 0 20px;
		font: 14px/50px 'Roboto', sans-serif;
		}
			.iselect_js .select_js_title_ins{
			padding: 0 20px 0 60px;
			}
			.iselect_js .select_ico{
			position: absolute;
			float: none;
			top: 5px;
			left: 5px;
			width: 50px;
			height: 40px;
			}
		.select_js_search{
		display: none;
		position: absolute;
		z-index: 30;
		float: none;
		top: 0;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		}
			.select_js_search input{
			width: 100%;
			height: 50px;
			}
		.select_js_ul{
		display: none;
		position: absolute;
		z-index: 30;
		float: none;
		top: 100%;
		background: #1b1b1b;
		border-radius: 6px;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		max-height: 300px;
		overflow-y: auto;
		}
		.select_js_ulli{
		position: relative;
		overflow: hidden;
		padding: 8px 20px;
		color: #d4d4d4;
		font: 14px 'Roboto', sans-serif;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		}
			.iselect_js .select_js_ulli{
			padding: 0 10px 0 60px;
			height: 50px;
			font: 14px/50px 'Roboto', sans-serif;
			}
			.select_js_ulli:hover, .select_js_ulli.active{
background: rgba(0,195,96,0.18);
}
/* end select */

/* sidebar */
.sidebar{
margin: 0 0px;
}
	@media all and (min-width: 960px){
		.sidebar{
		float: right;
		width: 29%;
		}
	}
	@media all and (min-width: 1150px){
		.sidebar{
		width: 24%;
		}
	}
/* end sidebar */

.widget{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px;
}
	.widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
		.widget img{
		max-width: 100%;
		}
		.textwidget{
		padding: 0px;
		}
		ul#recentcomments{
		display: block;
		}
			ul#recentcomments li{
			display: block;
			padding: 0 0 5px 12px;
			background: url(images/liarr.png) no-repeat 0 5px;
			}

/* news widget */
.widget.widget_news_div{
margin: 0 0 20px 0;
background: none;
box-shadow: none;
padding: 0;
}
	.widget_news_div .widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
	.widget_news_line{
	margin: 0 0 20px 0;
	}
		.widget_news_date{
		color: #606060;
		font: 12px 'Roboto', sans-serif;
		margin: 0 0 5px 0;
		}
		.widget_news_image{
		margin: 0 0 7px 0;
		}
			.widget_news_image img{
			border-radius: 4px;
			width: 100%;
			}
		.widget_news_title{
		font: 500 18px 'Roboto', sans-serif;
		margin: 0 0 7px 0;
		}
			.widget_news_title a{
			color: #8d8d8d;
			text-decoration: none;
			}
				.widget_news_title a:hover{
				text-decoration: underline;
				}
		.widget_news_content{
		font: 14px 'Roboto', sans-serif;
		padding: 0 0 10px 0;
		}
			.widget_news_content a{
			color: #d4d4d4;
			text-decoration: none;
			}
				.widget_news_content a:hover{
				text-decoration: underline;
				}
		.widget_news_onemore{
		font: 14px 'Roboto', sans-serif;
		}
			.widget_news_onemore a{
			color: #a20000;
			text-decoration: none;
			}
			.widget_news_onemore span{
			padding: 0 14px 0 0;
			background: url(images/more.png) no-repeat right 3px;
			}
				.widget_news_onemore a:hover{
				text-decoration: underline;
				}
		.widget_news_more_wrap, .widget_reviews_more_wrap{
		text-align: center;
		padding: 10px 0 20px;
		}
			a.widget_news_more, a.widget_reviews_more{
			padding: 8px 20px;
			background: #00c360;
			background: #00c360;
			border-radius: 8px;
			text-decoration: none;
			color: #fff;
			font: 500 16px 'Roboto', sans-serif;
			position: relative;
			}
				a.widget_news_more:hover, a.widget_reviews_more:hover{
				background: #00a94f;
				color: #fff;
				}
/* end news widget */

/* reviews widget */
.widget.widget_reviews_div{
margin: 0 0 20px 0;
background: none;
box-shadow: none;
padding: 0;
}
	.widget_reviews_div .widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
	.widget_reviews_line{
	margin: 0 0 20px 0;
	background: #313131;
	border-radius: 8px;
	padding: 20px 20px;
	}
		.widget_reviews_author_wrap{
		margin: 0 0 15px 0;
		}
			.widget_reviews_author{
			font: 500 15px 'Roboto', sans-serif;
			color: #898989;
			}
			.widget_reviews_date{
			padding: 0 0 2px 0;
			font: 12px 'Roboto', sans-serif;
			color: #606060;
			}
		.widget_reviews_content{
		font: 14px 'Roboto', sans-serif;
		color: #d4d4d4;
		word-wrap: break-word;
		word-break: break-all;
		}
/* end reviews widget */

/* register widget */
.user_widget, .register_widget, .login_widget, .checkstatus_widget{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px;
}
	.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
		.widget_reg_label, .widget_log_label, .widget_checkstatus_label {
		margin: 0;
		padding: 0 0 3px;
		font: 13px 'Roboto', sans-serif;
		}
		.widget_reg_line, .widget_log_line, .widget_checkstatus_line {
		padding: 0 0 10px;
		}
		.widget_reg_line_subm input, .widget_log_line_subm input, .widget_checkstatus_line_subm input {
		display: block;
		margin: 0 auto;
		}
		input.widget_reg_input, input.widget_log_input, input.widget_checkstatus_input {
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		}
/* end register widget */

/* login widget */
.widget_log_line_text{
padding: 0 0 15px 0;
}
	.login_widget_subm_left{
	float: left;
	width: 49%;
	font: 12px 'Roboto', sans-serif;
	}
	.login_widget_subm_right{
	float: right;
	text-align: right;
	width: 49%;
	font: 12px 'Roboto', sans-serif;
	}
/* end login widget */

/* user widget */
.uswidin{
margin: 0 0 15px 0;
padding: 0 0 15px 0;
border-bottom: 1px solid #464646;
font: 14px 'Roboto', sans-serif;
color: #a20000;
}
	.uswidinleft{
	float: left;
	width: 50%;
	}
	.uswidinright{
	float: right;
	width: 50%;
	text-align: right;
	}
.user_widget_body ul{
margin: 0 0 15px 0;
}
	.user_widget_body ul li{
	display: block;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #464646;
	}
		.user_widget_body ul li a{
		font: 14px 'Roboto', sans-serif;
		text-decoration: none;
		color: #d4d4d4;
		}
			.user_widget_body ul li a:hover{
			text-decoration: underline;
			}
			.user_widget_body ul li.current a{
			color: #d4d4d4;
			text-decoration: underline;
			cursor: default;
			}
		a.exit_link{
		display: block;
		background: #00c360;
		background: #00c360;
		border-radius: 8px;
		height: 50px;
		padding: 0 25px;
		box-sizing: border-box;
			-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 500 16px/50px 'Roboto', sans-serif;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		}
			a.exit_link:hover{
			background: #00a94f;
			color: #fff;
			text-decoration: none;
			}
/* end user widget */

/* reserv widget */
.widget_reserv_div{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px;
}
	.widget_reserv_div_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
		.widget_reserv_line{
		padding: 3px 0px 3px 0px;
		margin: 0 -10px 0 0;
		}
			.widget_reserv_ico{
			float: left;
			width: 40px;
			height: 40px;
			}
			.widget_reserv_block{
			float: left;
			width: 170px;
			font: 14px 'Roboto', sans-serif;
			padding: 2px 0 0 10px;
			}
				.widget_reserv_title{
				font: 14px 'Roboto', sans-serif;
				color: #d4d4d4;
				margin: 0 0 1px 0;
				}
					.widget_reserv_sum{
					color: #9a9a9a;
					}
		.widget_reserv_filters{
		padding: 0px 0 5px 0px;
		}
			.widget_reserv_filter{
			float: left;
			padding: 5px 8px 5px;
			background: #202020;
			border-radius: 6px;
			color: #9a9a9a;
			font: 12px 'Roboto', sans-serif;
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
			}
				.widget_reserv_filter.current{
				background: #202020;
				color: #7c1213;
				}
/* end reserv widget */

/* stats widget */
.widget_stats_div{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px 15px;
}
	.widget_stats_div .widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
	.widget_stats_line{
	padding: 0px 0px 5px;
	font: 14px 'Roboto', sans-serif;
	}
		.widget_stats_line span{
		font-weight: 500;
		}
/* end stats widget */

/* lchange */
.widget_lchange_div{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px 1px;
position: relative;
}
	.widget_lchange_div .widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
	.widget_lchange_html{
	padding: 0;
	}
		.widget_lchange_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #272c3e url(images/d-ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;
		}
			.widget_lchange_abs.active{
			display: block;
			}
		.widget_lchange_noitem{
		margin: 0 0 20px 0;
		}
		.widget_lchange_line{
		margin: 0 0 20px 0;
		}
		.widget_lchange_date{
		font: 12px 'Roboto', sans-serif;
		color: #606060;
		padding: 0 0 10px 0;
		}
			.widget_lchange_why{
			float: left;
			width: 84px;
			}
			.widget_lchange_ico{
			width: 40px;
			height: 40px;
			}
				.widget_lchange_txt{
				font: 14px 'Roboto', sans-serif;
				padding: 5px 0 0 5px;
				color: #d4d4d4;
				}
			.widget_lchange_arr{
			float: left;
			width: 40px;
			height: 40px;
			background: url(images/harr.png) no-repeat 0 center;
			}
/* end lchange */

/* cbr widget */
.widget_cbr_div{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px 10px;
}
	.widget_cbr_div_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 20px 0px;
	}
		.cbr_update{
		padding: 10px 0px 0;
		font: 12px 'Roboto', sans-serif;
		color: #b9babb;
		}
		.widget_cbr_line{
		border-bottom: 1px solid #464646;
		padding: 10px 10px 10px 20px;
		margin: 0 -20px;
		}
			.widget_cbr_left{
			float: left;
			width: 100px;
			}
				.widget_cbr_title{
				font: 14px 'Roboto', sans-serif;
				color: #fff;
				padding: 1px 0 1px 0;
				}
				.widget_cbr_birg{
				font: 14px 'Roboto', sans-serif;
				color: #9a9a9a;
				}
			.widget_cbr_curs{
			float: left;
			width: 120px;
			padding: 0 0 0 20px;
			font: 13px 'Roboto', sans-serif;
			}
				.widget_cbr_onecurs{
				padding: 1px 0;
				}
/* end cbr widget */

/* userverify widget */
.usve_widget {
border-bottom: 1px solid #464646;
color: #ff6066;
padding: 20px 0px 16px 35px;
font: 13px 'Roboto', sans-serif;
margin: -20px 0px 15px 0px;
background: url(images/verify0.png) no-repeat 0px 16px;
}
	.usve_widget.verifyst_1{
	color: #00c360;
	background: url(images/verify1.png) no-repeat 0px 16px;
	}
	.usve_widget_link{
	padding: 5px 0 0 0;
	}
.userverify_widget{
margin: 0 0 20px 0;
background: #313131;
border-radius: 8px;
padding: 20px 20px;
}
	.userverify_widget_title{
	font: 500 22px/22px 'Roboto', sans-serif;
	color: #8d8d8d;
	margin: 0px 0px 15px 0px;
	}
	.account_verify{
	background: url(images/verify0.png) no-repeat 0 center;
	padding: 5px 0 5px 35px;
	font: 13px 'Roboto', sans-serif;
	color: #ff6066;
	}
		.account_verify.true{
		color: #00c360;
		background: url(images/verify1.png) no-repeat 0 center;
		}
		.needverifylink{
		padding: 5px 0 0px 35px;
		}
/* end userverify widget */

/* comment navi */
.comment-navigation{
margin: 0 0 20px 0;
}
	.nav-previous a{
	float: left;
	padding: 8px 13px;
	border-radius: 8px;
	}
	.nav-next a{
	float: right;
	padding: 8px 13px;
	border-radius: 8px;
	}
/* end comment navi */

/* pagenavi */
.pagenavi{
padding: 0px 0 0 0;
margin: 0 0 20px 0;
text-align:center;
font: 13px 'Roboto', sans-serif;
}
.pagenavi span, .pagenavi a{
margin: 0 3px;
position: relative;
padding: 8px 13px;
border-radius: 8px;
}
.pagenavi span{
/* current page */
color: #22c55e;
background: rgba(255,255,255,.06);
border: 1px solid rgba(34,197,94,.35);
}
.pagenavi a, .nav-previous a, .nav-next a{
text-decoration:none;
color: #d4d4d4;
background: #313131;
}
.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover{
color: #22c55e;
background: rgba(255,255,255,.06);
text-decoration: none;
}
/* end pagenavi */

/* footer */
.footer_wrap{
background: #282828;
width: 100%;
}
	.footer{
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 10px 30px;
	}
		.copyright, .footer_timetable{
		font: 14px 'Roboto', sans-serif;
		color: #6a6a6a;
		}
		.footer_email a{
		color: #919191;
		font: 14px 'Roboto', sans-serif;
		text-decoration: none;
		}
			.footer_email a:hover{
			text-decoration: underline;
			}
			.footer_email span{
			padding: 0 0 0 26px;
			background: url(images/f_email.png) no-repeat 0 1px;
			}
		.footer_menu li{
		font: 14px 'Roboto', sans-serif;
		}
			.footer_menu li a{
			color: #6a6a6a;
			text-decoration: none;
			}
				.footer_menu li a:hover{
				color: #6a6a6a;
				text-decoration: underline;
				}
		.flogo {
		padding: 0 0 20px 0;
		}
			.flogo img{
			max-height: 70px;
			}

		@media all and (max-width: 699px) {
			.flogo {
			text-align: center;
			}
			.footer_email{
			text-align: center;
			margin: 0 auto 20px;
			}
			.copyright, .footer_timetable{
			text-align: center;
			margin: 0 auto 20px;
			}
			.footer_soc{
			text-align: center;
			padding: 0 0 20px 0;
			}
				.footer_soc a{
				text-decoration: none;
				padding: 0 5px;
				}
			.footer_menu {
			padding: 0 0px 15px 0;
			text-align: center;
			}
				.footer_menu li{
				display: block;
				margin: 0 0 5px 0;
				}
		}
		@media all and (min-width: 700px) and (max-width: 959px) {
			.footer_left{
			float: left;
			width: 49%
			}
			.footer_menu {
			padding: 0 0px 0px 0;
			}
				.footer_menu li{
				display: block;
				text-align: right;
				margin: 0 0 10px 0;
				}
			.footer_center{
			float: right;
			text-align: right;
			width: 49%;
			}
				.footer_soc {
				padding: 0 0 20px 0;
				}
				.footer_soc a{
				margin: 0 3px 0 0;
				text-decoration: none;
				}
			.footer_line{
			clear : both;
			height: 20px;
			}
				.footer_email{
				padding: 0 0 20px 0;
				}
		}
		@media all and (min-width: 960px) {
			.footer_left{
			float: left;
			width: 40%;
			padding: 15px 0 0 0;
			}
				.copyright{
				max-width: 300px;
				}
			.footer_center{
			float: left;
			width: 25%;
			padding: 15px 0 0 0;
			}
			.footer_right{
			float: right;
			width: 24%;
			}
				.footer_menu li{
				display: block;
				margin: 0 0 15px 0px;
				}
			.footer_email{
			padding: 0 0 20px 0;
			}
			.footer_soc{
			padding: 0 0 20px 0;
			}
				.footer_soc a{
				text-decoration: none;
				margin: 0 6px 0 0;
				}
		}
/* end footer */

/* =====================================================
   BULLUP: HEADER/TOPBAR BLACK GLASS + CONTACTS VISIBLE
   Overrides base gray header blocks (#181818/#282828)
===================================================== */

/* 1) Black "glass" instead of gray slabs */
.topbar_ins,
.tophead_ins{
    background: rgba(0,0,0,0.18) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

/* soften separators so transition isn't harsh */
.topbar_wrap,
.tophead_wrap{
    border-bottom: 1px solid rgba(102,102,102,0.25) !important;
}

/* 2) Show contacts row on desktop (theme hides by default) */
.topbar_icon{
    display: block !important;
}

/* Keep "Contacts" tab hidden on desktop (it is for adaptive dropdown) */
.topbar_icon_tab{
    display: none !important;
}

/* Improve contrast for contacts under your palette */
.topbar_icon,
.topbar_icon a{
    color: #FFFFFF !important;
}
.topbar_icon a:hover{
    color: #00C853 !important;
}

/* Make email/telegram icons fit white theme (images are dark) */
.topbar_icon.email,
.topbar_icon.telegram{
    filter: brightness(0) invert(1);
}

/* On small screens, keep original adaptive behaviour */
@media all and (max-width: 959px){
    .topbar_icon_wrap.adaptive .topbar_icon_tab{
        display: block !important;
        color: #FFFFFF !important;
    }
    .topbar_icon_wrap.adaptive .topbar_icon_tabul{
        background: rgba(0,0,0,0.85) !important;
        border: 1px solid rgba(102,102,102,0.35) !important;
    }
    .topbar_icon_wrap.adaptive .topbar_icon{
        filter: none;
    }
}

/* operator */
.statuswork_div{
position: fixed;
z-index: 99999;
width: 50px;
height: 230px;
top: 290px;
}
	@media all and (max-width: 500px){
		.statuswork_div{
		display: none;
		}
	}
	.statuswork_div.toleft{
	left: 0px;
	}
	.statuswork_div.toright{
	right: 0px;
	}
	.statuswork_div_ins{
	position: relative;
	width: 50px;
	height: 230px;
	}
 		.statuswork{
		position: absolute;
		float: none;
		top: 91px;
		left: -90px;
		width: 215px;
		height: 41px;
		background: #a20000;
		color: #a1a1a1;
		padding: 9px 0 0 15px;
		-webkit-transform: rotate(-90deg);
			-moz-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
					-o-transform: rotate(-90deg);
						transform: rotate(-90deg);
		font: 12px 'Roboto', sans-serif;
		border-radius: 8px 8px 0 0;
		}
			.statuswork_div.toleft .statuswork{
			border-radius: 0 0 8px 8px;
			}
			.statuswork_ins {
			background: url(images/online.png) no-repeat left center;
			padding: 0 0 0 40px;
			}
			.status_op0 .statuswork {
			background: #313131;
			}
				.status_op0 .statuswork_ins {
				color: #a1a1a1;
				background: url(images/offline.png) no-repeat left center;
				}
			.statuswork_title{
			font: 18px/18px 'Roboto', sans-serif;
			color: #fff;
			padding: 0 0 2px 0;
			}
				.status_op0 .statuswork_title{
				color: #a1a1a1;
				}
/* end operator */

/* changes course */
.last_events_wrap{
position: fixed;
bottom: 10px;
left: 50px;
z-index: 100;
width: 300px;
}
	.last_events_wrap.toright{
	left: auto;
	right: 50px;
	}
	@media all and (max-width: 699px){
		.last_events_wrap{
		display: none;
		}
	}
	.last_events_option{
	background: rgba(14,14,14,.88);
	border-radius: 8px;
	border: 2px solid #272727;
	color: #fff;
	font: 13px 'Roboto', sans-serif;
	padding: 10px 15px;
	}
	.levents{
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: rgba(14,14,14,.88);
	border-radius: 8px;
	border: 2px solid #272727;
	color: #fff;
	font: 13px 'Roboto', sans-serif;
	padding: 10px 15px;
	text-align: center;
	}
		.levents_title{
		font: 500 14px 'Roboto', sans-serif;
		padding: 0 0 5px 0;
		color: #fff;
		}
		.levents_arr{
		height: 15px;
		background: url(images/courselogs.png) no-repeat center center;
		}
		.levents_close{
		position: absolute;
		float: none;
		top: 13px;
		right: 10px;
		width: 16px;
		height: 16px;
		background: url(images/close.png) no-repeat;
		cursor: pointer;
		}
/* end changes course */

/* tooltips */
.form_field_line.has_tooltip .form_field_ins{
position: relative;
}
	.has_tooltip .form_field_label_ins{
	position: relative;
	padding: 0 20px 0 0px;
	}
	.has_tooltip .field_tooltip_label{
	position: absolute;
	float: none;
	display: block;
	width: 16px;
	height: 16px;
	top: 0px;
	right: 0;
	cursor: help;
	background: url(images/question.png) no-repeat right center;
	}
.field_tooltip_div{
display: none;
z-index: 100;
position: absolute;
float: none;
top: 100%;
left: 0;
width: 300px;
max-width: 100%;
}
	.has_tooltip.showed .field_tooltip_div{
	display: block;
	}
	.field_tooltip_abs {
	position: absolute;
	top: -4px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 14px;
	height: 5px;
	}
	.field_tooltip{
	font: 12px/14px 'Roboto', sans-serif;
	padding: 15px 20px;
	border-radius: 6px;
	color: #9a9a9a;
	background: #3d3d3d;
	}
/* end tooltips */

/* notify */
.wn_wrap{
position: fixed;
float: none;
bottom: 0;
left: 0;
z-index: 999998;
background: rgba(14,14,14,.88);
border-top: 2px solid #7d0c02;
width: 100%;
}
	.wn_div{
	padding: 15px 10px;
	max-width: 1150px;
	margin: 0 auto;
	font: 500 14px 'Roboto', sans-serif;
	color: #fff;
	}
	.wn_div_text{
	padding: 0 0 10px 0;
	}
/* end notify */

/* window */
.standart_shadow{
position: fixed;
float: none;
top: 0;
left: 0;
z-index: 999998;
width: 100%;
height: 100%;
background: #000;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.standart_window{
position: fixed;
float: none;
width: 100%;
top: 100px;
left: 0px;
z-index: 999999;
}
	.standart_windowins{
	position: relative;
	max-width: 340px;
	margin: 0 auto;
	padding: 0 10px;
	}
		.standart_window_ins{
		padding: 0px 20px 10px;
		background: #313131;
		border-radius: 8px;
		}
    .standart_window_close{
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 17px;
	right: 20px;
	}
	.standart_window_title{
	font: 500 18px 'Roboto', sans-serif;
	color: #fff;
	margin: 0 -20px 15px;
	padding: 15px 40px 15px 20px;
	background: #202020;
	border: none;
	border-radius: 12px 12px 0 0;
	}
	.standart_windowins img{
	max-width: 100%;
	}
	.standart_window_submit{
	padding: 20px 0px 10px;
	text-align: center;
	}
	.rb_label{
	font: 14px 'Roboto', sans-serif;
	padding: 0px 0px 3px 0px;
	}
	.rb_line{
	padding: 0px 0 10px;
	}
/* end window */

/* top button */
.topbutton {
display: none;
width: 40px;
height: 40px;
border-radius: 8px;
background: #272727 url(images/topped.png) no-repeat center center;
opacity: 0.7;
position: fixed;
bottom: 20px;
left: 20px;
cursor: pointer;
z-index: 99999;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear;
}
	.topbutton:hover {
	opacity: 1;
	}
/* end top button */

/* result message */
.resulttrue{
padding: 14px 20px;
border-radius: 8px;
color: #000;
background: #919191;
margin: 0 0 20px 0;
font: 14px 'Roboto', sans-serif;
}
	.resulttrue a{
	color: #000;
	}
.resultfalse, .xtp_error, .xtl_error{
padding: 14px 20px;
border-radius: 8px;
color: #ffffff;
background: #272727;
margin: 0 0 20px 0;
font: 14px 'Roboto', sans-serif;
}
	.resultfalse a, .xtp_error a, .xtl_error a{ color: #ffffff; }
/* end result message */

/* classed */
.red, .req{ color: #acacac; }
.bred {
font-weight: 500;
color: #acacac;
}
.bgreen {
font-weight: 500;
color: #00c360;
}
.pn_copy{ padding: 0 5px 0 20px; background: url(images/copy.png) no-repeat 0 center; }
	.pn_copy.copied{ color: #acacac; background: url(images/copy.png) no-repeat 0 center; }
.break_words{ word-break: break-all; word-wrap: break-word; }
.hidden_line{ display: none; }

.js_qr_code_wrap{ margin: 0 0 20px 0; }

span.js_timer{
display: block;
width: 260px;
font: 14px 'Roboto', sans-serif;
margin: 0 auto 20px;
background: #26282c;
color: #acacac;
text-align: center;
padding: 15px 0;
border-radius: 6px;
}
	.js_timer span{
	padding: 0 2px;
	}
.comment_user{
background: #26282c;
color: #acacac;
border-radius: 6px;
padding: 15px;
margin: 0 0 20px 0;
}

.currency_logo{
background-size: contain;
background-position: center center;
background-repeat: no-repeat no-repeat;
}

.clear { clear:both; }
img.alignnone{display:block; margin:0 0 20px 20px; }
img.alignright{float:right; margin:0 0 1em 1em}
img.alignleft{float:left; margin:0 1em 1em 0}
img.aligncenter{display:block; margin:20px auto;}
a img.alignnone{display:block; margin:0 0 20px 20px;}
a img.alignright{float:right; margin:0 0 1em 1em}
a img.alignleft{float:left; margin:0 1em 1em 0}
a img.aligncenter{display:block; margin:20px auto;}

/* === Bull UP 2026 Dark Minimal Palette (auto-upgrade, non-destructive) === */
:root{
  --bu-bg: #000000;
  --bu-text: #FFFFFF;
  --bu-muted: #666666;
  --bu-accent: #00c360; /* brand accent green (found in UI assets) */
  /* borders were too visible on pure black – keep them subtle */
  --bu-border: rgba(255,255,255,.10);
  --bu-border-soft: rgba(255,255,255,.055);
  --bu-card: rgba(255,255,255,.04);
  --bu-card2: rgba(255,255,255,.06);
  --bu-danger: #ff3b30;
}

body{ color: var(--bu-text); }

/* secondary text helpers */
.gray, .grey, .muted, .sub, .descr, .small, small, .second, .secondtext, .text2{
  color: var(--bu-muted) !important;
}

/* links + primary actions */
a{ color: var(--bu-accent); }
a:hover{ color: var(--bu-accent); }

button, input[type=submit], .button, .submit, .pn_btn, .redbutton, .btn, .btn1, .btn2{
  background-color: var(--bu-accent) !important;
  border-color: rgba(0,195,96,.55) !important;
  color: #000 !important;
  text-decoration: none !important;
}
button:hover, input[type=submit]:hover, .button:hover, .submit:hover, .pn_btn:hover, .btn:hover{
  filter: brightness(1.06);
}

/* neutral borders */
hr, .hr, .line, .border, .bd, .brd{ border-color: var(--bu-border-soft) !important; }
input, select, textarea{
  color: var(--bu-text);
  background: rgba(255,255,255,.06);
  border-color: var(--bu-border);
}
input::placeholder, textarea::placeholder{ color: rgba(255,255,255,.35); }

/* status messages */
.resulttrue{
  background: rgba(0,195,96,.16) !important;
  border: 1px solid rgba(0,195,96,.35) !important;
  color: var(--bu-text) !important;
}
.resulttrue a{ color: var(--bu-text) !important; }

.resultfalse, .xtp_error, .xtl_error{
  background: rgba(255,59,48,.14) !important;
  border: 1px solid rgba(255,59,48,.32) !important;
  color: var(--bu-text) !important;
}
.resultfalse a, .xtp_error a, .xtl_error a{ color: var(--bu-text) !important; }

.bgreen{ color: var(--bu-accent) !important; }
.red, .req, .bred{ color: var(--bu-danger) !important; }

/* timers / notices */
span.js_timer, .comment_user{
  background: rgba(255,255,255,.06) !important;
  border: 1px solid var(--bu-border-soft) !important;
  color: var(--bu-accent) !important;
}


/* === Bull UP 2026 Dark Minimal: fix legacy RED accents + card backgrounds === */
:root{ --bu-accent-hover:#00ad54; }

/* primary CTA buttons/links that used red gradients */
a.one_news_more,
a.xtl_submit, a.xtp_submit,
a.pn_submit, a.pn_submit2,
.promo_topmenu a,
.topline_right a,
.topline_right input[type=submit]{
  background: var(--bu-accent) !important;
  background-image: none !important;
  border: 1px solid rgba(0,195,96,.55) !important;
  color: #000 !important;
  text-shadow: none !important;
}

a.one_news_more:hover,
a.xtl_submit:hover, a.xtp_submit:hover,
a.pn_submit:hover, a.pn_submit2:hover,
.promo_topmenu a:hover{
  background: var(--bu-accent-hover) !important;
  background-image: none !important;
  color: #000 !important;
}

/* top menu active/hover outline (was red) */
.topmenu li:hover > a,
.topmenu li.current-menu-item > a{
  outline: none !important;
  border: 1px solid rgba(0,195,96,.55) !important;
  border-radius: 8px;
  color: var(--bu-text) !important;
}

/* dropdown panels shadow (was red) */
.topmenu ul ul,
.mobile_menu_ins,
.promo_topmenu{
  box-shadow: none !important;
  border: 1px solid var(--bu-border-soft) !important;
}

/* cards/blocks background (remove gray texture + red glow)
   IMPORTANT: do NOT force card styles on .xtl_left_col/.xtl_right_col on desktop,
   because the layout relies on them being transparent inside .xtl_table_wrap (min-width: 900px).
*/
.xtl_table_wrap,
.notice_message,
.comment_form,
.log_div_wrap, .cf_div_wrap, .reg_div_wrap, .lp_div_wrap, .rf_div_wrap, .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap, .userverify_div_wrap,
.hexch_div, .xchange_div,
.exch_ajax_wrap, .exchange_status_html{
  background: rgba(17,17,17,.92) !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid var(--bu-border-soft) !important;
}

/* inputs inside exchange/cards: slightly darker to separate from block */
.xtl_table_wrap input, .xtl_table_wrap select,
.hexch_div input, .hexch_div select,
.xchange_div input, .xchange_div select,
.comment_form input, .comment_form textarea,
.log_div_wrap input, .log_div_wrap select, .log_div_wrap textarea{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid var(--bu-border) !important;
  color: var(--bu-text) !important;
}

/* restore PremiumExchanger exchange-table layout (prevents right column "dropping") */
@media all and (min-width: 900px){
  .xtl_left_col, .xtl_right_col{
    background: none !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .xtl_table_wrap{ box-sizing: border-box; }
}

/* remove legacy red-tinted text helpers where they look like “brand” */
.pn_copy.copied{ color: var(--bu-accent) !important; }

/* --- Exchange layout safeguard (fix: right column dropping / stacked on desktop) --- */
@media all and (min-width: 900px){
  /* keep inner columns transparent inside the main exchange wrapper */
  .xtl_left_col, .xtl_right_col{
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  /* make sure borders/paddings don't break widths */
  .xtl_table_wrap, .xtl_left_col, .xtl_right_col{ box-sizing: border-box; }
}

/* === Bull UP 2026 Dark Minimal v4: global rounding + remove remaining RED across site === */

/* global button / submit reset (original base CSS still had red gradients) */
button,
input[type=submit],
.button, .submit, .pn_btn, .redbutton, .btn, .btn1, .btn2,
.toplink, .toplink_signup, .toplink_signin,
input.hexch_submit, input.xchange_submit{
  background: var(--bu-accent) !important;
  background-image: none !important;
  border: 1px solid rgba(0,195,96,.55) !important;
  color: #000 !important;
  text-shadow: none !important;
  border-radius: 12px !important;
}
button:hover,
input[type=submit]:hover,
.button:hover, .submit:hover, .pn_btn:hover, .redbutton:hover, .btn:hover, .btn1:hover, .btn2:hover,
.toplink:hover, .toplink_signup:hover, .toplink_signin:hover,
input.hexch_submit:hover, input.xchange_submit:hover{
  background: var(--bu-accent-hover) !important;
  background-image: none !important;
  color: #000 !important;
}

/* top right header links: keep Sign in as subtle link, Sign up as CTA */
.toplink_signin{
  background: transparent !important;
  border: 1px solid transparent !important;
  color: var(--bu-accent) !important;
}
.toplink_signin:hover{
  background: rgba(0,195,96,.12) !important;
  border: 1px solid rgba(0,195,96,.35) !important;
}

/* card rounding everywhere */
.xtl_table_wrap,
.many_news_wrap,
.single_news_wrap,
.home_news_div_wrap,
.home_reviews_div_wrap,
.widget,
.notice_message,
.comment_form,
.log_div_wrap, .cf_div_wrap, .reg_div_wrap, .lp_div_wrap, .rf_div_wrap, .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap, .userverify_div_wrap,
.hexch_div, .xchange_div,
.exch_ajax_wrap, .exchange_status_html{
  border-radius: 18px !important;
}

/* inputs/selects rounding */
input[type=text], input[type=email], input[type=password], textarea, select,
.xtl_table_wrap input, .xtl_table_wrap select{
  border-radius: 14px !important;
}

/* NEWS + LK blocks (remove old gray texture/red glow site-wide) */
.many_news_wrap,
.single_news_wrap,
.home_news_div_wrap,
.home_reviews_div_wrap,
.widget{
  background: rgba(17,17,17,.92) !important;
  background-image: none !important;
  box-shadow: none !important;
  border: 1px solid var(--bu-border-soft) !important;
}
.one_news{ border-bottom: 1px solid var(--bu-border-soft) !important; }

/* breadcrumb / small category link that became “red and visible” */
.breadcrumbs, .breadcrumbs a,
.pn_breadcrumbs, .pn_breadcrumbs a,
.breadcrumb, .breadcrumb a,
.page_crumbs, .page_crumbs a{
  color: var(--bu-text-muted) !important;
}
.breadcrumbs a:hover,
.pn_breadcrumbs a:hover,
.breadcrumb a:hover,
.page_crumbs a:hover{
  color: var(--bu-accent) !important;
}

/* exchange type table selection rows (was red gradient on hover/active) */
.xtt_one_line_left:hover,
.js_item_left.active .xtt_one_line_left,
.xtt_one_line_right:hover,
.js_item_right.active .xtt_one_line_right{
  background: rgba(0,195,96,.18) !important;
  background-image: none !important;
}

/* Jselect / currency dropdown (broad overrides for generated markup) */
.js_my_sel,
.js_my_sel *{
  box-sizing: border-box;
}
.js_my_sel{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: 14px !important;
  color: var(--bu-text) !important;
}
.js_my_sel ul,
.js_my_sel .js_select_ul,
.js_my_sel .select_ul,
.js_my_sel .jselect_ul{
  background: rgba(17,17,17,.98) !important;
  border: 1px solid var(--bu-border) !important;
  box-shadow: none !important;
  border-radius: 14px !important;
}
.js_my_sel li,
.js_my_sel .js_select_li,
.js_my_sel .select_li{
  color: var(--bu-text) !important;
}
.js_my_sel li:hover,
.js_my_sel li.active,
.js_my_sel li.selected,
.js_my_sel .active{
  background: rgba(0,195,96,.18) !important;
  color: var(--bu-text) !important;
}
.js_my_sel input[type=text],
.js_my_sel input[type=search]{
  background: rgba(255,255,255,.04) !important;
  border: 1px solid var(--bu-border) !important;
  color: var(--bu-text) !important;
  border-radius: 12px !important;
}

/* remove "extra piece" feel: soften internal dividers in calculator */
.xtl_line, .xtp_line, hr{
  border-color: var(--bu-border-soft) !important;
  opacity: .6;
}



/* === Bull UP Dark Minimal - hard overrides (v5) === */
:root{
  --bu-bg:#000000;
  --bu-card:#101010;
  --bu-border:#272727;
  --bu-text:#ffffff;
  --bu-muted:#666666;
  --bu-accent:#00c360;
  --bu-accent-hover:#00a94f;
}
body{background-color:var(--bu-bg)!important;color:var(--bu-text)!important;}

/* ============================
   Bull UP – Dark Minimal v6
   Fix pack for legacy blocks still using the old grey/red theme
   ============================ */

/* 0) Background: keep original image, but fill the page with pure black so it never looks "cut" */
body{
  background-color:#000 !important;
  background-repeat:no-repeat !important;
  background-position:center top !important;
  background-attachment:fixed !important;
}

/* 1) Remove the breadcrumb path link ("Currency exchange" / "Обмін валют") while keeping the page title */
.breadcrumb ul{display:none !important;}

/* 2) Universal dark card look for legacy blocks (replaces sh2.png grey tiles) */
:root{
  --bu-card:#0f0f0f;
  --bu-card-2:#121212;
}

/* Core blocks that were still grey */
.many_news_wrap,
.single_news_wrap,
.pntable,
.userapi_form,
.userapi_table_one,
.hexch_div_ins,
.no_reviews,
.one_reviews,
.widget.widget_reviews_div .widget_reviews_line,
.widget.widget_news_div .widget_news_line,
.widget.widget_login_div,
.widget.widget_reviews_div,
.widget.widget_news_div,
.widget.widget_text,
.sidebar .widget,
.the_content .widget,
.commentlist .comment,
.commentlist .comment-body,
.standart_div,
.standart_shadow,
.ajax_post_bids,
.ajax_post,
.xbid_wrap,
.xchange_type_list .xtl_table_wrap,
.xchange_type_list .xtl_left_col,
.xchange_type_list .xtl_right_col{
  background-image:none !important;
  background:var(--bu-card) !important;
  border:1px solid var(--bu-border-soft) !important;
  border-radius:18px !important;
  box-shadow:none !important;
}

/* Reviews page items (left list) */
.one_reviews_name{color:var(--bu-muted) !important;}
.one_reviews_date{color:var(--bu-muted) !important;}

/* 3) News list divider: make it subtle and prevent "cropped" look */
.one_news{
  border-bottom:1px solid var(--bu-border-soft) !important;
}
.many_news_wrap{padding:20px !important; overflow:visible !important;}
.single_news_wrap{overflow:visible !important;}

/* 4) Mobile exchange blocks (xtl_*) still used sh2.png — force dark and consistent rounding */
@media all and (max-width: 900px){
  .xtl_left_col,.xtl_right_col{
    background-image:none !important;
    background:var(--bu-card) !important;
    border:1px solid var(--bu-border-soft) !important;
    border-radius:18px !important;
  }
}

/* 5) Contact page big Telegram block (often rendered as plain content block) */
.the_content > p > img,
.the_content img{max-width:100%;height:auto;}
.the_content .aligncenter{margin-left:auto;margin-right:auto;}

/* 6) Partner block: keep clean spacing and prevent weird clipping */
.home_partner_wrap{background:transparent !important;}
.home_partner_one{margin:0 14px 12px 0 !important;}
.home_partner_one img{display:block;max-height:38px;width:auto;opacity:.95;}

/* 7) Buttons inside widgets/forms that were still red */
input[type="submit"],
button,
a.button,
.widget input[type="submit"],
.widget button{
  background:var(--bu-accent) !important;
  border-color:transparent !important;
  color:#000 !important;
  border-radius:14px !important;
  box-shadow:none !important;
}
input[type="submit"]:hover,
button:hover,
a.button:hover,
.widget input[type="submit"]:hover,
.widget button:hover{
  filter:brightness(1.05);
}

/* blocks */
.widget, .widget:not(.widget_news_div),
.page_content .widget,
.single_text, .thecontent, .page_wrap, .account_div, .userpage_wrap,
.xchange_div, .exchange_div, .hexch_div, .bdiv, .pricetable{
  background: rgba(16,16,16,0.92)!important;
  border:1px solid var(--bu-border)!important;
  border-radius:18px!important;
  box-shadow:none!important;
}
/* inputs */
input[type="text"],input[type="email"],input[type="password"],textarea,select,
.select_js_title, .select_js_search input{
  background:#141414!important;
  border:1px solid var(--bu-border)!important;
  color:var(--bu-text)!important;
  border-radius:14px!important;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,textarea:focus,select:focus{
  outline:2px solid rgba(0,195,96,0.35)!important;
  border-color:var(--bu-accent)!important;
}
/* buttons */
button, input[type="submit"], input[type="button"],
a.toplink.toplink_signup,
a.cancel_paybutton, a.success_paybutton, a.merch_paybutton,
.signin input[type="submit"], .signup input[type="submit"],
.pn_auth input[type="submit"], .pn_auth button,
a.pn_button, .pn_button, .button, .btn, .allreviews a, .allreviews{
  background:var(--bu-accent)!important;
  color:#000!important;
  border:none!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
button:hover, input[type="submit"]:hover, input[type="button"]:hover,
a.toplink.toplink_signup:hover,
a.cancel_paybutton:hover, a.success_paybutton:hover, a.merch_paybutton:hover,
.pn_auth input[type="submit"]:hover, .pn_auth button:hover,
a.pn_button:hover, .pn_button:hover, .button:hover, .btn:hover{
  background:var(--bu-accent-hover)!important;
  color:#000!important;
}
/* menu */
.topmenu li:hover > a, .topmenu li.current-menu-item > a{
  outline:1px solid var(--bu-accent)!important;
  border-radius:10px!important;
}
/* dropdown */
.select_js_ul{
  background:#0f0f0f!important;
  border:1px solid var(--bu-border)!important;
  border-radius:14px!important;
}
.select_js_ulli:hover, .select_js_ulli.active{
  background:rgba(0,195,96,0.18)!important;
}
.select_js.open .select_js_title{background:#141414!important;}
/* links muted */
.breadcrumbs a, .crumbs a, .path a{color:var(--bu-muted)!important;}
.breadcrumbs a:hover, .crumbs a:hover, .path a:hover{color:var(--bu-accent)!important;}

/* ============================
   Bull UP – Dark Minimal v7
   Visual polish + fix remaining layout/card issues
   ============================ */

/* 1) Borders looked "framed" – make them softer globally */
.widget, .page_wrap, .single_text, .thecontent, .account_div, .userpage_wrap,
.xchange_div, .exchange_div, .hexch_div, .bdiv, .pricetable,
.xtl_table_wrap, .home_news_div_wrap, .home_reviews_div_wrap,
.many_news_wrap, .single_news_wrap{
  border-color: var(--bu-border-soft) !important;
}

/* 2) Calculator: remove inner card borders on desktop (fix the "extra edge") */
@media all and (min-width: 901px){
  .xchange_type_list .xtl_left_col,
  .xchange_type_list .xtl_right_col{
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 0 0 0 !important;
  }
  .xchange_type_list .xtl_table_wrap{
    padding: 24px 24px 18px !important;
  }
}

/* 3) Partners: shouldn't be transparent – make it a clean card */
.home_partner_wrap{
  background: rgba(17,17,17,.92) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border-soft) !important;
  border-radius: 18px !important;
  padding: 22px 22px 10px !important;
}
.home_partner_one{margin: 0 14px 12px 0 !important;}

/* 4) News on homepage: add breathing room inside the wrapper card */
.home_news_div_wrap{
  padding: 22px !important;
  box-sizing: border-box !important;
}
@media all and (min-width: 700px){
  .home_news_one{margin: 0 2% 0 0 !important;}
}

/* 5) Reviews widget title overflow (keep title inside the card) */
.widget.widget_reviews_div,
.widget.widget_news_div,
.widget.widget_login_div{
  overflow: hidden !important;
  box-sizing: border-box !important;
}
.widget.widget_reviews_div .widget_title,
.widget.widget_news_div .widget_title,
.widget.widget_login_div .widget_title{
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  line-height: 1.2 !important;
}

/* 6) Authorization widget: match other cards + normal padding */
.widget.widget_login_div{
  background: rgba(17,17,17,.92) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border-soft) !important;
  border-radius: 18px !important;
  padding: 22px !important;
}
.widget.widget_login_div input[type="text"],
.widget.widget_login_div input[type="password"]{
  width: 100% !important;
}
.widget.widget_login_div input[type="submit"],
.widget.widget_login_div button{
  min-height: 44px !important;
  line-height: 44px !important;
}

/* Buttons: kill legacy gradients everywhere (login/register/modals included) */
input[type="submit"],
button,
.button,
a.button{
  background: var(--bu-accent) !important;
  background-image: none !important;
  border: none !important;
  color: #000000 !important;
  font-weight: 600 !important;
}
input[type="submit"]:hover,
button:hover,
.button:hover,
a.button:hover{
  background: var(--bu-accent-hover) !important;
  color: #000000 !important;
}
input[type="submit"] span, button span{ color: inherit !important; }

/* Specifically fix old-style auth widgets buttons */
.login_widget input[type="submit"],
.register_widget input[type="submit"],
.user_widget input[type="submit"],
.checkstatus_widget input[type="submit"],
.widget.widget_login_div input[type="submit"]{
  border-radius: 14px !important;
  min-height: 44px !important;
  line-height: 44px !important;
}

/* 7) Top account buttons (Sign in / Sign up) looked squished */
a.toplink{
  height: 36px !important;
  line-height: 36px !important;
  margin: 7px 0 0 15px !important;
}
a.toplink.toplink_signup{
  padding: 0 14px !important;
  border-radius: 12px !important;
}

/* 8) Exchange steps / other directions blocks were still old grey */
.other_directions_wrap,
.block_xchangedata,
.block_statusbids,
.block_warning_merch,
.block_payinfo,
.block_instruction{
  background-image: none !important;
  background: rgba(17,17,17,.92) !important;
  border: 1px solid var(--bu-border-soft) !important;
  border-radius: 18px !important;
  box-shadow: none !important;
}
.block_status{
  background: #141414 !important;
  border-top: 1px solid var(--bu-border-soft) !important;
  border-bottom: 1px solid var(--bu-border-soft) !important;
}

/* Inputs: soften frames */
input[type="text"],input[type="email"],input[type="password"],textarea,select{
  border-color: var(--bu-border-soft) !important;
  background: #111111 !important;
}



/* === Bull UP 2026 Dark Minimal Patch v8 (layout + widgets) === */

/* === Bull UP: Exchange form + Order steps (minimal, style-consistent) === */

/* Exchange form: remove "card in card" by making the outer wrapper transparent.
   Keep styling on .xchange_div_ins (the real card). */
form.ajax_post_bids .xchange_div{
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

form.ajax_post_bids .xchange_div_ins{
  background: var(--bu-card) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: var(--bu-radius) !important;
  box-shadow: none !important;
}

/* Exchange form inner wrappers: must stay transparent to avoid nested panels */
form.ajax_post_bids .xchange_data_div,
form.ajax_post_bids .xchange_data_ins,
form.ajax_post_bids .xchange_data_left,
form.ajax_post_bids .xchange_data_right,
form.ajax_post_bids .xchange_data_title,
form.ajax_post_bids .xchange_data_title_ins,
form.ajax_post_bids .xchange_checkdata_div,
form.ajax_post_bids .xchange_pers,
form.ajax_post_bids .xchange_submit_div{
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Order steps outer container (ONLY): match site cards */
.exchange_status_html{
  background: var(--bu-card) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: var(--bu-radius) !important;
  box-shadow: none !important;
}

/* Instruction block: match site cards + add inner padding; avoid "panel in panel" */
#exchange_status_html .block_instruction_ins{
  background: var(--bu-card) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: var(--bu-radius) !important;
  box-shadow: none !important;
  padding: 18px !important;
}
#exchange_status_html .block_instruction_ins .text{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* Make inner layout containers transparent (prevents extra "blocks" inside the form)
   NOTE: inputs/selects keep their own styling. */
form.ajax_post_bids .xchange_data_div,
form.ajax_post_bids .xchange_data_ins,
form.ajax_post_bids .xchange_data_left,
form.ajax_post_bids .xchange_data_right,
form.ajax_post_bids .xchange_data_title,
form.ajax_post_bids .xchange_data_title_ins,
form.ajax_post_bids .xchange_pers,
form.ajax_post_bids .xchange_checkdata_div{
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Order steps wrapper: only bring .exchange_status_html in line with site cards */
.exchange_status_html{
  background: var(--bu-card) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: var(--bu-radius) !important;
  box-shadow: none !important;
}

/* Instruction block: black-glass + inner padding, without nested gray panel */
#exchange_status_html .block_instruction_ins{
  background: var(--bu-card) !important;
  background-image: none !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: var(--bu-radius) !important;
  box-shadow: none !important;
  padding: 18px !important;
}

/* Remove the inner "text" tile inside instruction block to avoid card-in-card */
#exchange_status_html .block_instruction_ins .text,
#exchange_status_html .block_instruction_ins .text::before,
#exchange_status_html .block_instruction_ins .text::after{
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

/* Softer borders: remove "ugly frames" */
:root{
  --bu-card: rgba(14,14,14,.88);
  --bu-border: rgba(255,255,255,.08);
  --bu-border-soft: rgba(255,255,255,.06);
  --bu-radius: 18px;
  --bu-radius-sm: 14px;
}

/* Make all legacy "tiles" consistent */
.statstablediv,
.statuserdiv,
.promouserdiv,
.paytext,
.paydiv,
.block_statusbids,
.widget_reviews_line,
.user_widget, .register_widget, .login_widget, .checkstatus_widget,
.home_partner_block,
.home_reviews_one,
.home_reserv, .home_advantages, .home_partner_ins,
.home_news_block,
.text,
.one_tarif,
.tarif_div,
.table_reserv,
.partnerdiv,
.userverify_widget{
  background: var(--bu-card) !important;
  border: 1px solid var(--bu-border) !important;
  border-radius: var(--bu-radius) !important;
  box-shadow: none !important;
}

/* Authorization / Account widgets in sidebar: match cards */
.user_widget, .register_widget, .login_widget, .checkstatus_widget{
  padding: 18px 18px !important;
}
.user_widget_title, .register_widget_title, .login_widget_title, .checkstatus_widget_title{
  font-size: 20px !important;
  line-height: 1.15 !important;
  margin: 0 0 14px 0 !important;
  color: #ffffff !important;
  opacity: .75 !important;
}

/* Fix "Reviews" widget title not fitting / going out */
.widget_reviews_div .widget_title,
.widget.widget_reviews_div .widget_title{
  font-size: 20px !important;
  line-height: 1.15 !important;
  margin: 0 0 14px 0 !important;
}
.widget_reviews_line{
  overflow: hidden !important;
}

/* Links: keep text neutral, use green only on hover/accent */
a{ color: #dcdcdc !important; text-decoration: none; }
a:hover{ color: var(--bu-accent) !important; }
.topmenu a, .topmenu li a,
.tmenu ul li a,
.header a{
  color:#d4d4d4 !important;
}
.topmenu a:hover, .topmenu li a:hover{
  color:#ffffff !important;
}

/* Partners: revert to original simple row (no extra inner card) */
.home_partner_wrap{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.home_partner_ins,
.home_partner_block{
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.home_partner_one{ margin: 0 14px 12px 0 !important; }
.home_partner_one img{ border-radius: 999px !important; background: transparent !important; }

/* Exchange calculator: remove double-card look and extra "edge" */
.xtl_table_wrap{
  border: 1px solid var(--bu-border-soft) !important;
  border-radius: var(--bu-radius) !important;
}
@media (min-width: 901px){
  .xtl_left_col, .xtl_right_col{
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }
}
/* Mobile calculator: keep dark card, not grey */
@media (max-width: 900px){
  .xtl_left_col, .xtl_right_col{
    background: var(--bu-card) !important;
    border: 1px solid var(--bu-border) !important;
    border-radius: var(--bu-radius) !important;
  }
}

/* Status refresh progress bar: no red line */
.block_check_payment_ins{ background: var(--bu-accent) !important; }
.block_change_browser{ color: #666666 !important; }

/* Buttons in header (Account/Exit/Sign up) were squished */
.toplink{
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 12px !important;
  border-radius: 12px !important;
}
.toplink span{ line-height: 36px !important; }

/* Reduce big page titles so they don't touch edges */
h1.breadcrumb_title{
  font-size: 32px !important;
  line-height: 1.1 !important;
  padding-right: 8px !important;
}
@media (max-width: 900px){
  h1.breadcrumb_title{ font-size: 26px !important; }
}

/* Compact payout/affiliate pages: less padding, less "blocks inside blocks" */
.paytext, .paydiv, .promouserdiv, .statstablediv, .statuserdiv{
  padding: 14px 14px !important;
}
.block_status{
  background: rgba(255,255,255,.04) !important;
  border-radius: var(--bu-radius-sm) !important;
  margin: 0 0 16px 0 !important;
}
/* фон выпадающего списка кошельков */
.js_choice_ul{
  background: #0b0b0b !important; /* поставь свой цвет */
}

/* BullUP overrides were moved to /css/bullup-fixes.css to reduce style.css size and avoid inline injection. */
