/*   
Theme Name: Cryptohome
Theme URI: https://premiumexchanger.com
Description: Шаблон для Premium Exchanger
Version: 2.4.0
Author: Premium
Author URI: https://premiumexchanger.com
*/

/* font-family: 'Montserrat', sans-serif; */

*{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 {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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:#50b948;}
a:hover{text-decoration:underline; color:#50b948;}

body{
font: 12px/1.5em 'Montserrat', sans-serif;
color: #29292b;
background: #f5f6f7 url(images/bg.png) no-repeat center top;
}

#container{
display: block;	
position: relative;
width: 100%;
min-width: 1000px;
}

/* wclose */
.wclosearea{
padding: 5px 0;
background: #e63f3f;
box-shadow: 0 0 5px #000;
}
	.wclosearea_ins{
	width: 960px;
	margin: 0 auto;
	min-height: 20px;
	position: relative;
	}
	.wclosearea_hide{
	position: absolute;
	float: none;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/wclose.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: 2px 30px 0 26px;
	background: url(images/warning.png) no-repeat 0 3px;
	color: #fff;
	font: 13px 'Montserrat', sans-serif;
	text-shadow: 1px 1px 1px #b83232;
	}
		.wclosearea_text a{
		color: #fff;
		font: 13px 'Montserrat', sans-serif;
		text-decoration: underline;
		}
			.wclosearea_text a:hover{
			text-decoration: none;
			} 	
/* end wclose */

/* forms */
input[type=text],input[type=email],input[type=password]{
border: 1px solid #f5f6f7;
background: #f5f6f7;
border-radius: 3px;
height: 38px;
width: 300px;
max-width: 100%;
padding: 0 15px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #29292b;
font: 12px/38px 'Montserrat', sans-serif;	
}

input[type=search]{
border: 1px solid #f5f6f7;
background: #f5f6f7 url(images/search.png) no-repeat 10px center;
border-radius: 3px;
height: 38px;
width: 300px;
max-width: 100%;
padding: 0 15px 0 35px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #29292b;
font: 12px/38px 'Montserrat', sans-serif;	
}

input[type=text].error,input[type=email].error,input[type=password].error{
border: 1px solid #f5e0e2;
background: #f5e0e2;
}

input[type=text]:disabled,input[type=email]:disabled,input[type=password]:disabled{
border: 1px solid #dadada;
background: #eaeaea;
color: #ccc;
}

textarea{
border: 1px solid #f5f6f7;
background: #f5f6f7;
border-radius: 3px;
width: 100%;
max-width: 100%;
min-width: 100%;
height: 100px;
min-height: 100px;
padding: 15px;
-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
			transition: all 0.3s linear; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #29292b;
font: 12px 'Montserrat', sans-serif;
}

select{
border: 1px solid #f5f6f7;
background: #fff;
border-radius: 3px;
height: 38px;
width: 300px;
max-width: 100%;
padding: 0 15px; 
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #29292b;
font: 12px 'Montserrat', sans-serif;	
}

input[type=submit]{
border: 1px solid #50b948;
background: #50b948;
border-radius: 40px;
height: 38px;
max-width: 100%;
padding: 0 25px;
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
color: #fff;
font: 16px/38px 'Montserrat', sans-serif;	
cursor: pointer;
}
	input[type=submit]:hover{
	background: #fff;
	color: #50b948;
	text-decoration: none;
	}
	input[type=submit]:disabled{
	background: #ff7a6d;
	color: #fff;
	cursor: default;
	}	
.checkbox{cursor:pointer;background:url(images/checkbox.png) no-repeat 0 3px; font: 13px/18px 'Montserrat', sans-serif; padding: 2px 0 2px 25px;}
.checkbox input{ display: none; }
.checkbox.checked{background:url(images/checkbox.png) no-repeat 0 -181px;}	
/* end forms */

/* standart captcha */
.captcha_div{
margin: 0 0 10px 0;
}
	.hexch_div_ins .captcha_div{
	margin: 0 0 20px 20px;
	}
	.xchange_div_ins .captcha_div{
	margin: 0 0 20px 0px;
	}	
	.captcha_title{
	font: 13px 'Montserrat', sans-serif;	
	margin: 0 0 5px 0;
	}
	.captcha_divimg{
	float: left;
	width: 36px;
	height: 36px;
	border-radius: 3px;
	}
		.captcha_divimg img{
		width: 36px;
		height: 36px;
		border-radius: 3px;
		}
	.captcha_divznak{
	float: left;
	width: 20px;
	height: 36px;
	font: 16px/36px 'Montserrat', sans-serif;
	text-align: center;
	}
	input.captcha_divpole{
	float: left;
	width: 40px;
	height: 36px;
	padding: 0 5px;
	font: 16px/36px 'Montserrat', sans-serif;
	margin: 0;
	text-align: center;
	}
	a.captcha_reload{
	float: left;
	margin: 0 0 0 5px;
	width: 36px;
	height: 36px;
	background: url(images/reload.png) no-repeat center center;
	}
		a.captcha_reload.act{
		border-radius: 4px;
		background: #fff url(images/ajax-loader.gif) no-repeat center center;	
		}
/* end standart captcha */

/* image captcha */
.captcha_sci_div{
margin: 0 0 10px 0;
}
	.hexch_div_ins .captcha_sci_div{
	margin: 0 0 20px 20px;
	}
	.xchange_div_ins .captcha_sci_div{
	margin: 0 0 20px 0px;
	}	
	.captcha_sci_title{
	font: 13px 'Montserrat', 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 #ddd;
	cursor: pointer;
	}
		.captcha_sci_img img{
		width: 50px;
		height: 50px;			
		}
	.captcha_sci_img.active{
	border: 2px solid #50b948;
	}
/* end image captcha */

/* topbar */
.topbar_wrap{
width: 100%;
min-width: 1000px;
position: relative;
z-index: 100;
height: 55px;
}
	.topbar_ins{
	width: 100%;
	min-width: 1000px;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 55px;
	background: #fff;
	}
		.topbar{
		width: 960px;
		margin: 0 auto;
		height: 54px;
		border-bottom: 1px solid #f4f4f4;
		}
			a.toplink{
			float: right;
			margin: 12px 0px 0 10px;
			height: 30px;
			font: 11px/30px 'Montserrat', sans-serif;
			color: #50b948;
			padding: 0 15px;
			border: 1px solid #50b948;
			border-radius: 30px;
			text-decoration: none;
			}
				a.toplink:hover{
				background: #50b948;
				color: #fff;				
				}
/* end topbar */

/* lang */
.tolbar_lang{
float: left;
height: 30px;
margin: 12px 0px 0 0;
}
.langlist_div{
position: relative;
height: 30px;
cursor: pointer;
}
	.langlist_title{
	height: 28px;
	font: 13px/28px 'Montserrat', sans-serif;
	border-radius: 30px;
	border: 1px solid #50b948;
	color: #50b948;
	padding: 0 15px;
	text-transform: uppercase;
	}
		.langlist_title span{
		padding: 0 17px 0 0;
		background: url(images/l_arr.png) no-repeat right center;
		}
	.langlist_ul{
	position: absolute;
	float: none;
	top: 20px;
	left: 0;
	width: 120px;
	background: #fff;
	box-shadow: 0 0 5px #000;
	display: none;
	}
		a.langlist_li{
		position: relative;
		display: block;
		padding: 5px 5px 5px 30px;
		border-bottom: 1px solid #dedede;
		font: 12px 'Montserrat', sans-serif;
		color: #000;
		text-decoration: none;
		}
			.langlist_liimg{
			position: absolute;
			float: none;
			top: 4px;
			left: 5px;
			}
/* end lang */

/* header */
.header{
position: relative;
z-index: 99;
background: #fff;
padding: 20px 0 0px 0;
width: 100%;
min-width: 1000px;
}
.header_ins{
width: 960px;
margin: 0 auto;
}
	.logoblock{
	float: left;
	width: 350px;
	margin: 0 0 20px 0;
	}
		.logoblock_ins{
		width: 350px;
		height: 103px;
		display: table-cell;
		vertical-align: middle;
		color: #000;
		font: 36px 'Montserrat', sans-serif;
		}
			.logoblock_ins img{
			max-width: 350px;
			max-height: 103px;
			}
			.logoblock_ins a{
			text-decoration: none;
			color: #000;
			}
	.hright{
	float: right;
	width: 560px;	
	}
		.hrighttop{
		padding: 10px 0 18px 0;
		}
		.hico{
		float: left;
		height: 28px;
		font: 12px/28px 'Montserrat', sans-serif;
		margin: 0 0 0px 25px;
		padding: 0 0 0 35px;
		color: #747474;
		}
			.hico a{
			text-decoration: none;
			color: #747474;
			}
				.hico.mail { background: url(images/email.png) no-repeat 0 center; }
				.hico.telegram { background: url(images/telegram.png) no-repeat 0 center; }
				.hico.skype { background: url(images/skype.png) no-repeat 0 center; }
		.hphone{
		float: left;
		height: 28px;
		font: 300 18px/28px 'Montserrat', sans-serif;
		margin: 8px 0 0px 25px;
		padding: 0 0 0 35px;
		color: #29292b;		
		background: url(images/phone.png) no-repeat 0 center;
		}
			.hphone a{
			text-decoration: none;
			color: #29292b;
			}		
		.hstatus{
		float: right;
		height: 40px;
		padding: 0 20px 0 40px;
		background: #acb1b5 url(images/operatorh.png) no-repeat 14px center;
		color: #fff;
		font: 12px/40px 'Montserrat', sans-serif;
		border-radius: 40px;	
		}
			.hstatus.hst_1{
			background: #50b948 url(images/operatorh.png) no-repeat 14px center;	
			}

/* topmenu */
	.topmenu{
	padding: 10px 0;
	height: 42px;
	border-top: 1px solid #f4f4f4;
	}
		.topmenu li{
		float: left;
		position: relative;
		height: 50px;
		padding: 0;
		margin: 0 10px 0 0;
		}	
			.topmenu li a{
			float: left;
			height: 40px;
			border: 1px solid #50b948;
			border-radius: 70px;
			font: 100 18px/40px 'Montserrat', sans-serif;
			background: none;
			color: #50b948;
			padding: 0 30px;
			text-decoration: none;				
			}
				.topmenu li:hover > a, .topmenu li.current-menu-item > a{
				color: #fff;
				background: #50b948;
				text-decoration: none;
				}
			.ugmenu{
			position: absolute;
			float: none;
			background: url(images/ugm.png) no-repeat;
			top: -8px;
			left: 30px;
			width: 18px;
			height: 8px;
			}
				.topmenu ul ul ul .ugmenu{
				display: none;	
				}					
			.topmenu ul ul{
			position: absolute;
			float: none;
			display: none;
			top: 50px;
			left: 0px;
			background: #ffffff;
			border: 1px solid #50b948;
			border-radius: 3px;
			padding: 10px 0px;
			height: auto;
			width: 235px;
			margin: 0;
			}				
				.topmenu ul ul li{
				float: none;
				display: block;
				position: relative;
				height: auto;
				width: 235px;
				margin: 0;
				}
				.topmenu ul ul li > a, .topmenu ul ul li.current-menu-item > a{
				float: none;
				display: block;
				height: auto;
				padding: 8px 30px 8px 30px;
				font: 100 12px 'Montserrat', sans-serif;
				background: none;
				color: #29292b;
				text-decoration: none;
				text-transform: none;
				border: none;
				}
				.topmenu ul ul li:hover > a{
				color: #50b948;
				text-decoration: none;
				background: none;
				height: auto;
				border: none;
				}
				.topmenu ul ul ul{position:absolute; display:none; float:none; top: -10px; left: 235px; height:auto; border-left: 1px solid #f4f4f4;}
				@media all and (max-width: 1300px) {
					.topmenu ul ul ul{
					left: auto;
					right: 235px;
					border-left: none;
					border-right: 1px solid #ccc;
					}
				}				
/* end top menu */

.headtext{
background: url(images/headtext.png);
padding: 10px 0;
color: #e73232;
font: 14px 'Montserrat', sans-serif;
text-align: center;	
}

.wrapper{
position: relative;
z-index: 80;
min-height: 650px;
}

.contentwrap{
padding: 40px 0 20px;
width: 960px;
margin: 0 auto;
}

/* inside content */
.thecontent{
float: left;
width: 670px;
}
/* end inside content */

/* terms */
.term_description{
background: #fff;
padding: 20px 30px 1px;
margin: 0 0 30px 0;
border-radius: 3px;
}
/* end terms */

/* text page */
.page_wrap, .textblock{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 25px 30px;
}
h1.page_wrap_title{
font: 30px/32px 'Montserrat', sans-serif;
color: #29292b;
margin: 0 0px 25px 0px;
}
.text p{padding:0 0 20px 0;}
.text h1{font: 26px 'Montserrat', sans-serif; margin:0 0 10px 0;}
.text h2{font: 24px 'Montserrat', sans-serif; margin:0 0 10px 0;}
.text h3{font: 22px 'Montserrat', sans-serif; margin:0 0 10px 0;}
.text h4{font: 20px 'Montserrat', sans-serif; margin:0 0 10px 0;}

.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 3px;
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: 300 14px 'Montserrat', sans-serif; 
color:#29292b; 
padding: 10px 15px;
background:#fff;
text-align:left; 
border-bottom: 1px solid #e7e8eb;
}
.text table td{
font: 12px 'Montserrat', sans-serif; 
color: #29292b; 
padding:10px 15px;
text-align:left; 
border-bottom:1px solid #e7e8eb;
}
/* end text page */

/* all text areas */
.notice_message_text ul,
.block_statusnew_instruction ul,
.block_instruction ul,
.warning_message_text ul,
.hexch_message_text ul{margin:0 0 20px 20px;}

.notice_message_text ul ul,
.block_statusnew_instruction ul ul,
.block_instruction ul ul,
.warning_message_text ul ul,
.hexch_message_text ul ul{margin: 0 0 0px 20px; padding: 10px 0 0 0;}

.notice_message_text ul li,
.block_statusnew_instruction ul li,
.block_instruction ul li,
.warning_message_text ul li,
.hexch_message_text ul li{
display:block;
background:url(images/liarr.png) no-repeat 0 3px;
padding:0 0 5px 12px;
}

.notice_message_text ol,
.block_statusnew_instruction ol,
.block_instruction ol,
.warning_message_text ol,
.hexch_message_text ol{list-style-type:decimal;margin:0 0 20px 20px;}

.notice_message_text ol ol,
.block_statusnew_instruction ol ol,
.block_instruction ol ol,
.warning_message_text ol ol,
.hexch_message_text ol ol{margin: 0 0 0px 20px; padding: 10px 0 10px 0;}
/* end all text areas */

/* news */
.one_news{
padding: 0px 0px 25px;
margin: 0 0px 25px;
border-bottom: 1px solid #e7e8eb;
}
	h2.one_news_title{
	margin: 0 0 15px 0;
	font: 300 18px 'Montserrat', sans-serif;
	}
		h2.one_news_title a{
		text-decoration: none;
		color: #29292b;
		}
			h2.one_news_title a:hover{
			text-decoration: underline;
			}
	.one_news_date{
	color: #29292b;
	font: 12px 'Montserrat', sans-serif;
	margin: 0 0 15px 0;
	}
		.metabox_left{
		float: left;
		width: 450px;
		}
			.metabox_cats{
			color: #747474;
			font: 11px 'Montserrat', sans-serif;
			}
				.metabox_cats a{
				text-decoration: none;
				}
					.metabox_cats a:hover{
					text-decoration: underline;
					}
		a.more_news_link{
		float: right;
		border-radius: 40px;
		border: 1px solid #50b948;
		color: #50b948;
		padding: 7px 20px;
		margin: -8px 0 0 0;
		font: 11px 'Montserrat', sans-serif;
		text-decoration: none;
		}
			a.more_news_link:hover{
			text-decoration: none;
			color: #fff;
			background: #50b948;
			}
/* end news */

/* toggle */
.oncetoggle{
border: 1px solid #dedede;
border-radius: 3px;
margin: 0 0 10px 0;
background: #fff;
}
	.oncetoggletitle{
	border-radius: 3px;
	font: 600 13px 'Montserrat', sans-serif;
	color: #252927;
	background: #f0f5f3;
	padding: 0 5px;
	cursor: pointer;
	}	
		.oncetoggle.active .oncetoggletitle{
		border-bottom: 1px solid #dedede;
		}
			.oncetoggletitle_ins{
			padding: 9px 5px 9px 30px;	
			background: url(images/plus.png) no-repeat 0 center;
			}
				.oncetoggle.active .oncetoggletitle_ins{
				background: url(images/minus.png) no-repeat 0 center;	
				}					
	.oncetogglebody{
	padding: 10px 12px 8px;
	font: 13px 'Montserrat', sans-serif;
	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-radius: 3px;
		border: 1px solid #e7e8eb;
		background: #fff;
		padding: 10px;
		}
			.one_reserv_ico{
			float: left;
			width: 50px;
			height: 50px;
			}
			.one_reserv_block{
			float: right;
			width: 190px;
			color: #545454;
			font: 14px 'Montserrat', sans-serif;
			padding: 7px 0 0 0;
			}
				.one_reserv_title{
				font: 600 14px 'Montserrat', sans-serif;
				margin: 0 0 1px 0;
				}
/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges{
margin: 0;	
}
	.shortcode_lchange_line{
	padding: 0 0 10px 0;	
	}
	.shortcode_lchange_date{
	font: 500 13px 'Montserrat', sans-serif;
	margin: 0 0 10px 0;
	}
		.shortcode_lchange_why{
		float: left;
		width: 85px;
		}
		.shortcode_lchange_ico{
		width: 50px;
		height: 50px;
		}
			.shortcode_lchange_txt{
			font: 13px 'Montserrat', sans-serif;
			padding: 6px 0 0 5px;
			}
		.shortcode_lchange_arr{
		float: left;
		width: 50px;
		height: 50px;
		background: url(images/harr.png) no-repeat 0 center;
		} 
/* end lchange shortcode */

/* domacc */ 
.domacc_line{
padding: 5px 0;
border-bottom: 1px solid #e7e8eb;
}
	.domacc_label{
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 500 13px 'Montserrat', sans-serif;
	}	
	.domacc_val{
	float: left;
	width: 300px;
	font: 13px 'Montserrat', sans-serif;
	}	
/* end domacc */

/* comment form */
.comment_form{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 25px 30px;	
}	
	.comment_form_title{
	font: 300 24px 'Montserrat', sans-serif;
	color: #29292b;
	margin: 0 0 15px 0;
	}	
		a#cancel-comment-reply-link{
		color: #ff0000;
		text-transform: none;
		}
	.comment_form_line{
	padding: 0 0 10px 0;	
	} 
		.comment_form_line label{
		font: 500 13px 'Montserrat', sans-serif;
		display: block;
		padding: 0 0 3px;
		}
/* end comment form */

/* login form */
.log_div_wrap, .lp_div_wrap, .reg_div_wrap, .cf_div_wrap, .acf_div_wrap, .domacc_div_wrap, .checkstatus_div_wrap, .rf_div_wrap, .userverify_div_wrap {
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 25px 30px;
}
	.log_div_title, .lp_div_title, .reg_div_title, .cf_div_title, .acf_div_title, .rf_div_title, .domacc_div_title, .checkstatus_div_title, .userverify_div_title{
	font: 300 24px 'Montserrat', sans-serif;
	color: #29292b;
	margin: 0 0 15px 0;
	}
	.log_div, .lp_div, .reg_div, .cf_div, .acf_div, .rf_div, .domacc_div, .checkstatus_div, .userverify_div{
	padding: 0;
	}
		.log_label, .lp_label, .reg_label, .cf_label, .acf_label, .rf_label, .checkstatus_label, .uv_label{
		margin: 0;
		padding: 0 0 3px;
		font: 500 13px 'Montserrat', sans-serif;
		}	
		.log_line, .lp_line, .reg_line, .cf_line, .acf_line, .rf_line, .checkstatus_line, .uv_line{
		padding: 8px 0;
		}	
			.log_line_subm_left, .reg_line_subm_left{
			float: left;
			}
			.log_line_subm_right{
			float: left;
			margin: 0 0 0 20px;
			}
				.log_line_subm_right p{
				padding: 1px 0;
				}
			.reg_line_subm_right{
			float: left;
			margin: 11px 0 0 20px;
			}				
/* end login form */

/* comments */
.comments_wrap{
margin: 0 0 20px 0;	
}
	.comments_title{
	font: 600 18px 'Montserrat', sans-serif;
	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: #fff;
			border-radius: 4px;
			padding: 20px 30px 20px;		
			}	
			.comment_notapproved{
			color: #424a4c;
			background: #f8e1e1;
			border-radius: 4px;
			font: 600 13px 'Montserrat', sans-serif;
			margin: 0 0 10px 0;
			padding: 10px;
			}
			.comment{
			position: relative;
			background: #fff;
			border-radius: 4px;
			padding: 15px 30px 10px;
			margin: 0 0 10px 0px;
			}	
				a.comment_permalink{
				color: #000;
				position: absolute;
				float: none;
				top: 15px;
				right: 25px;
				}
					.comment_top{
					padding: 0 0 15px 0;	
					}
						.comment_author{
						font: 600 13px 'Montserrat', sans-serif;
						padding: 0 0 5px 0;
						}
							.link_edit a{
							font: 11px 'Montserrat', sans-serif;		
							}
						.comment_date{
						font: 11px 'Montserrat', sans-serif;	
						}
				a.comment-reply-link, .comment-reply-login{
				color: #000;
				position: absolute;
				float: none;
				font: 600 11px 'Montserrat', sans-serif;
				bottom: 15px;
				right: 25px;							
				}	 		
/* end comments */

/* reviews */
.many_reviews{
margin: 0 0 20px 0;
}
	.no_reviews{
	background: #fff;
	border-radius: 3px;
	padding: 10px 20px 10px;	
	margin: 0 0 20px 0;		
	}
	.one_reviews{
	background: #fff;
	border-radius: 3px;
	padding: 15px 20px 5px;	
	margin: 0 0 20px 0;
	}
		.one_reviews_name{
		float: left;
		font: 500 14px 'Montserrat', sans-serif;
		margin: 0 5px 10px 0;
		}
		.one_reviews_date{
		float: left;
		font: 500 14px 'Montserrat', sans-serif;
		}
		.one_reviews_text{
		font: 13px 'Montserrat', sans-serif;
		}
			.one_reviews_text p{
			padding: 0 0 10px 0;
			}
		.one_reviews_answer{
		text-align: right;
		font-style: italic;
		}	
			.one_reviews_answer_title{
			font-weight: 500;	
			}
			.one_reviews_answer p{
			padding: 0 0 10px 0;
			}			
/* end reviews */

/* usersbill */
.userwallets_form{
text-align:left; 
background: #fff;
border-radius: 3px;
margin: 0 0 30px 0;
padding: 15px 15px;
}
.userwallets_form_title{
font: 300 22px 'Montserrat', sans-serif;
margin: 0px 0px 15px;
}
	.userwallets_one_line{
	margin: 0 0 10px 0;
	}
		input.shot_schet{
		float: left;
		width: 70px;
		margin: 0 10px 0 0;
		}
	.userwallets_help{
	background: #f7fbcd;
	border-bottom: 2px solid #b0c000;
	padding: 10px 15px;
	font: 500 13px 'Montserrat', sans-serif;
	margin: 0 0 10px 0;
	}
	.userwallets_one_tab{
	padding: 10px 0 0 0;
	display: none;
	}
.userwallets_table{
margin: 0 0 30px 0;
}	
.userwallets_table_title{
font: 300 22px 'Montserrat', sans-serif;
margin: 0px 0px 15px;
}
	.userwallets_table_one{
	background: #fff;
	border-radius: 3px;
	padding: 15px 15px;
	border-bottom: 2px solid #f7f7f8;
	position: relative;
	}
		.userwallets_one_title{
		font: 500 14px 'Montserrat', sans-serif;
		margin: 0 0 5px 0;
		}
		.close_userwallets{
		position: absolute;
		float: none;
		top: 17px;
		right: 15px;
		width: 35px;
		height: 35px;
		background: url(images/big_close.png) no-repeat center center;
		cursor: pointer;
		}
			.close_userwallets:hover{
			opacity: 0.8;
			}
			.close_userwallets.act{
			background: url(images/ajax-loader.gif) no-repeat center center;
			}
 		.verify_status{
		padding: 5px 0 0 0;
		font: 500 14px 'Montserrat', sans-serif;
		}
			.verify_status.wait{
			color: #858c97;
			}
			.verify_status.success{
			color: #00c063;
			}		
			.verify_status.not{
			color: #c00068;
			}			
				.verify_status a{
				color: #c00068;
				text-decoration: none;
				border-bottom: 1px dotted #c00068;
				}
					.verify_status a:hover{
					border-bottom: 1px dotted #fff;
					}
			.verify_tab_descr{
			font: italic 13px 'Montserrat', sans-serif;	
			}
				.verify_tab_descr p{
				padding: 0 0 10px 0;
				}
					.verify_acc_syst{
					padding: 0 0 10px 0;	
					}
					.verify_acc_file{
					padding: 0 0 10px 0;	
					}
						.verify_accline_wrap{
						padding: 0 0 10px 0;	
						}
							.verify_acc_line{
							margin: 0 0 5px 0;	
							}
			.verify_tab_action_link{
			float: left;
			border: 1px solid #50b948;
			background: #50b948;
			border-radius: 40px;
			height: 40px;
			padding: 0 25px;
			color: #fff;
			font: 16px/40px 'Montserrat', sans-serif;	
			cursor: pointer;
			}
				.verify_tab_action_link:hover{
				background: #fff;
				color: #50b948;
				text-decoration: none;				
				}
				.verify_tab_action_link.act{
				background: #ff7a6d;
				color: #fff;
				cursor: default;				
				} 				
/* end usersbill */

/* userverify */
.userverify_text{
margin: 0 0 30px 0;
padding: 20px 20px 1px;
background: #fff;
border-radius: 3px;
}
	.ustbl_line{
	padding: 15px 0;	
	}
		.ustbl_line_left{
		float: left;
		width: 300px;
		padding: 10px 0 0 0;
		}
			.ustbl_title{
			padding: 0 0 5px 0;	
			font: 13px 'Montserrat', sans-serif;
			}
			.ustbl_warn{
			color: #858c97;
			font: 13px 'Montserrat', sans-serif;
			padding: 0 0 10px 0;
			}
			.ustbl_file{
			padding: 0 0 10px 0;	
			}
			.ustbl_res_error{
			color: #ff0000;
			font: 500 13px 'Montserrat', sans-serif;
			padding: 0 0 10px;
			}
			.usvefilelock{
			padding: 0 0 10px 20px;
			position: relative;
			font: 13px/15px 'Montserrat', 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: 10px;
			background: #ccc;
			display: none;
			}
				.ustbl_bar_abs{
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				width: 0px;
				height: 100%;
				border-radius: 10px;
				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;
			}
			.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: #858c97;
			text-align: center;
			font: italic 13px 'Montserrat', sans-serif;
			}
.userverify_table_title{
margin: 0 0 20px 0;
font: 600 20px 'Montserrat', sans-serif;
}
.userverify_table table{border: none; width: 100%; margin:0 0 20px;}
.userverify_table table th{
font: 300 14px 'Montserrat', sans-serif; 
color:#29292b; 
padding: 10px 15px;
background:#fff;
text-align:left; 
border-bottom: 1px solid #e7e8eb;
}
.userverify_table table td{
font: 12px 'Montserrat', sans-serif; 
color: #29292b; 
background:#fff;
padding:10px 15px;
text-align:left; 
border-bottom:1px solid #e7e8eb;
}
/* end userverify */

/* promotional */
.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 'Montserrat', sans-serif;
			}
			.promo_topmenu a:hover{
			color: #ff0000;
			}
			.promo_topmenu li.current a{
			text-decoration: none;
			color: #000;
			}
.promotext_warning{
margin: 0 0 20px 0;
}
    .one_promotxt{
	margin: 0 0 10px 0;
	font: italic 500 14px 'Montserrat', 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 #09344b;
    color: #09344b;
	text-decoration: none;
	}
	.promo_menu ul li a:hover{
	position: relative;
	margin: 0;
    border-bottom: 1px dotted #ff0000;
    color: #ff0000;
	text-decoration: none;
	}
	.promo_menu ul li.act a{
	position: relative;
	margin: 0;
    border-bottom: none;
    color: #000;
	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 #09344b;
			color: #09344b;
			text-decoration: none;		
			}
			.bannerboxlink a.act{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #000;
			color: #000;
			font-weight: 500;
			text-decoration: none;
			}			
			.bannerboxlink a:hover, .bannerboxlink a.act:hover{
			position: relative;
			margin: 0;
			border-bottom: 1px dotted #ff0000;
			color: #ff0000;
			text-decoration: none;
			}
		.bannerboxtextarea{
		padding: 10px 0 0 0;
		display: none;
		}
/* end promotional */

/* partner stats */
.stattablediv, .userxch_tablediv{
background: #edeff1;
margin: 0 0 30px 0;
padding: 15px 15px;
border-radius: 4px;
color: #29292b;
}
	.stattablediv a, .userxch_tablediv a{
	color: #29292b;
	}
	.stattablediv table, .userxch_tablediv table{ width: 100%; }
	.stattablediv table th, .userxch_tablediv table th{padding:5px 10px;text-align:left;background:none;color:#29292b; font: 13px 'Montserrat', sans-serif;}
	.stattablediv table td, .userxch_tablediv table td{padding:5px 10px;text-align:right;background:none; color: #29292b; font: 13px 'Montserrat', sans-serif;}
	
.statuserdiv{
width: 350px;
margin: 0 0 30px 0;
background: #fff;
padding: 15px 15px;
}	
	.statuserdiv_title{
	font: 300 18px 'Montserrat', sans-serif;
	color: #252927;
	padding: 15px 25px;
	margin: -15px -15px 15px;
	background: #edeff1;
	text-align: left; 
	border: none;	
	}
	.statuserdiv table{
	width: 100%; 
	}
	.statuserdiv table th{padding:5px 10px;text-align:left;background:none; font: 500 13px 'Montserrat', sans-serif; }
	.statuserdiv table td{padding:5px 10px;text-align:right;background:none;font: 13px 'Montserrat', sans-serif; }	
	
.promouserdiv h3{
font: 500 22px 'Montserrat', sans-serif;
margin: 0 0 10px 0;
}
.promouserdiv h4{
font: 500 20px 'Montserrat', sans-serif;
margin:0 0 10px 0;
}
.promouserdiv p{
padding:0 0 20px 0;
}
/* end partner stats */

/* plinks */
.pntable_wrap{
margin: 0 0 20px 0;
}
.pntable_wrap_title{
font: 500 22px 'Montserrat', sans-serif;
margin: 0 0 15px 0;
}
.pntable{
margin: 0 0 20px;	
}
.pntable table
{
width: 100%; 
border: none; 
}
.pntable table th{
font: 300 14px 'Montserrat', sans-serif; 
color:#29292b; 
padding: 10px 8px;
background:#fff;
text-align:left; 
border-bottom: 1px solid #e7e8eb;	
}
.pntable table td{
font: 12px 'Montserrat', sans-serif; 
color: #29292b; 
padding: 15px 8px;
text-align: left; 
background:#fff;
border-bottom: 1px solid #e7e8eb;
}
	a.delpay_link{
	font-weight: 500;
	color: #ff0000;
	}
		a.delpay_link.act{
		cursor: default;
		color: #ccc;
		}	
	.paystatus{
	font-weight: 500;
	}
		.paystatus.pst1{ color: #0390cb; }
		.paystatus.pst2{ color: #03cb29; }
		.paystatus.pst3{ color: #ff0000; }
		.paystatus.pst4{ color: #ff0000; }
	.uo_curs2{	
	background:url(images/liarr.png) no-repeat 0 3px;
	padding:0 0 0 12px;
	margin: 0 0 0 6px;
	}
	a.uostatus_link{
	font-weight: 500;	
	color: #0390cb;
	}
		a.uostatus_link.uost_payed,
		a.uostatus_link.uost_coldpay,
		a.uostatus_link.uost_realpay,
		a.uostatus_link.uost_verify
		{
		color: #c9cb03;	
		}
		a.uostatus_link.uost_error
		{
		color: #ff0000;	
		}		
		a.uostatus_link.uost_coldsuccess,
		a.uostatus_link.uost_success
		{
		color: #03cb29;	
		}		
		.uosum{
		font-weight: 500;
		}	
/* end plinks */

.pntable table.has_adaptive tbody{
display: block;	
}
.pntable table.has_adaptive td{
background: none;
border: none;	
}	

.pntable .one_item{
padding: 15px 20px;
background: #edeff1;
display: block;
border-radius: 4px;
margin: 0 0 10px 0;
}
	.pntable .one_item_line{
	padding: 3px 0;
	display: block;
	}
		.pntable .one_item_label{
		padding: 0 10px 0 0;
		font: 500 13px 'Montserrat', sans-serif; 	
		}
		.pntable .one_item_content{
		font: 13px 'Montserrat', sans-serif; 		
		}

/* partner payouts */
.paytext{
border-radius: 3px;
margin: 0 0 30px 0;
padding: 15px 20px;
font: 13px 'Montserrat', sans-serif;
background: #fff;
}
.paydiv{
border-radius: 3px;
margin: 0 0 30px 0;
padding: 15px 20px;
font: 13px 'Montserrat', sans-serif;
background: #fff;
}
	.pay_left_col{
	padding: 0 0 5px 0;
	font: 500 13px 'Montserrat', sans-serif;
	}
	.pay_select{
	margin: 0 0 5px 0;
	}
	.pay_input{
	position: relative;
	margin: 0 0 10px 0;
	}
		input.pay_input_purse{
		padding-left: 30px;
		}
		.pay_purse_link{
		position: absolute;
		float: none;
		top: 50%;
		left: 10px;
		margin: -8px 0 0 0;
		width: 16px;
		height: 16px;
		cursor: pointer;
		background: url(images/purse.png) no-repeat center center;
		}
			.pay_purse_link_ins{
			position: relative;
			width: 16px;
			height: 16px;
			}
			.pay_purse_ul{
			position: absolute;
			float: none;
			top: 0;
			left: 0px;
			width: 250px;
			background: #fff;		
			box-shadow: 0 0 5px #9fa3a1;
			display: none;
			}
				.pay_purse_line{
				display: none;
				padding: 5px 10px;
				border-bottom: 1px solid #dedede;
				}
/* end partner payouts */

/* sitemap */
.sitemap_block{
margin: 0 0 30px 0;
}
	.sitemap_title{
	float: left;
	padding: 0 0 5px 0;
	background:url(images/sm.png) no-repeat center bottom;
	margin: 0 0 10px 0;
	}
		.sitemap_title_ins{
		background: #edeff1;
		color: #29292b;
		font: 300 14px 'Montserrat', sans-serif;
		border-radius: 50px;
		padding: 12px 25px;
		}		
		ul.sitemap_ul_exchanges li{
		float: left;
		display: block;
		width: 260px;
		padding: 0 30px 5px 12px;
		background:url(images/liarr.png) no-repeat 0 3px;
		}
		ul.sitemap_ul li{
		display: block;
		padding: 0 0px 5px 12px;
		background: url(images/liarr.png) no-repeat 0 3px;
		}		
/* end sitemap */

/* tarifs */
.tarif_block{
margin: 0 0 30px 0;
}
	.tarif_title{
	float: left;
	padding: 0 0 5px 0;
	background:url(images/sm.png) no-repeat center bottom;
	margin: 0 0 10px 0;
	}
		.tarif_title_ins{
		background: #edeff1;
		color: #29292b;
		font: 300 14px 'Montserrat', sans-serif;
		border-radius: 50px;
		padding: 12px 25px;
		}
		.tarif_table_title{
		padding: 10px 10px;
		background:#fff;
		font: 300 14px 'Montserrat', sans-serif; 
		color:#29292b; 
		border-bottom: 1px solid #e7e8eb;
		}	
			.tarif_table_title_part{
			float: left;
			width: 48%;
			}	
			.tarif_table_title_arr{
			float: left;
			min-height: 3px;
			width: 3%;
			}
			a.tarif_line{
			display: block;
			border-bottom:1px solid #e7e8eb;
			font: 12px 'Montserrat', sans-serif; 
			color: #29292b; 
			padding: 5px 10px 0px;
			text-decoration: none;
			}
				.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: 105px;
						overflow: hidden;
						position: relative;
						font: 500 13px/25px 'Montserrat', 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: 12px/25px 'Montserrat', sans-serif; 
						}	
					.tarif_curs_arr{
					float: left;
					height: 25px;
					width: 3%;
					background: url(images/liarr.png) no-repeat center center;
					}	
				.tarif_curs_reserv{
				display: none;
				margin: 0 -10px;
				border-top: 2px solid #f7f7f8;
				padding: 5px 10px 5px 10px;
				font: 600 12px 'Montserrat', sans-serif; 
				}		
/* end tarifs */

/* homepage */
.homepage_wrap{
padding: 0px 0 0 0;	
}
	
.home_wtext_wrap{
background:#fff;
border-radius:4px;
padding: 25px 30px 5px;
margin: 0 0 20px 0;
}	
	.home_wtext_title{
	font: 300 30px/32px 'Montserrat', sans-serif;
	color: #29292b;	
	padding: 0 0 20px 0;
	}

.home_text_wrap{
background:#fff;
border-radius: 4px;
padding: 25px 30px 5px;
margin: 0 0 20px 0;
}
	.home_text_title{
	font: 300 30px/32px 'Montserrat', sans-serif;
	color: #29292b;	
	padding: 0 0 20px 0;		
	}

.preim_div{
border-radius: 3px;
background: #fff;
padding: 35px 0 35px 40px;
margin: 0 0 20px 0;	
}
	.one_preim{
	float: left;
	width: 134px;
	margin: 0 20px 0 0;
	}
		.one_preim_img{
		width: 114px;
		height: 114px;
		overflow: hidden;
		position: relative;
		margin: 0 auto 15px;
		}
			.one_preim_img1{
			position: absolute;
			float: none;
			top: 0;
			left: 0;
			width: 114px;
			height: 114px;
			}
			.one_preim_img2{
			position: absolute;
			float: none;
			top: 114px;
			left: 0;
			width: 114px;
			height: 114px;				
			}
		.one_preim_title{
		text-align: center;
		color: #50b948;
		padding: 0 0 15px 0;
		font: 13px 'Montserrat', sans-serif;	
		}	
			.one_preim_text{
			text-align: center;
			font: 11px 'Montserrat', sans-serif;	
			}	

.home_reserv_wrap{
border-radius: 3px;
background: #fff;
padding: 30px 30px 10px 30px;
margin: 0 0 20px 0;
}
	.home_reserv_title{
	font: 300 30px/30px 'Montserrat', sans-serif;
	padding: 0 0 25px 0;
	}
		.home_reserv_many{
		overflow: hidden;
		}
			.home_reserv_many_ins{
			width: 1030px;
			}
			.one_home_reserv{
			float: left;
			width: 210px;
			margin: 0 0 10px 0;
			}
				.one_home_reserv_ico{
				float: left;
				width: 40px;
				height: 40px;
				margin: 0 10px 0 0;
				}
				.one_home_reserv_block{
				float: left;
				width: 150px;
				color: #747474;
				font: 12px 'Montserrat', sans-serif;
				padding: 5px 0 0 0;
				}
					.one_home_reserv_title{
					font: 12px 'Montserrat', sans-serif;
					color: #29292b;
					margin: 0 0 1px 0;
					}				
/* end homepage */

.xchange_table_wrap{
margin: 0;
}

/* type table 1 */
.xchange_type_table{
margin: 0 0 20px;
background: #fff;
padding: 25px 15px 25px 20px;
border-radius: 3px;
position: relative;
}
	.xtt_icon_wrap{
	padding: 0 0 10px 0;
	} 
		.xtt_left_col_icon{
		float: left;
		width: 250px;
		}
		.xtt_right_col_icon{
		float: right;
		width: 380px;
		}
			.tbl_icon{
			float: left;
			padding: 3px 12px;
			background: #ffffff;
			border-radius: 30px;
			border: 1px solid #50b948;
			color: #50b948;
			font: 11px 'Montserrat', sans-serif;
			margin: 0 5px 5px 0;
			cursor: pointer;
			position: relative;
			}
				.tbl_icon.active{
				background: #50b948;
				color: #fff;
				}			
		.xtt_left_col_title{
		float: left;
		width: 250px;
		font: 18px 'Montserrat', sans-serif;
		color: #29292b;
		padding: 15px 0px;
		text-align: left; 
		border-bottom: 1px solid #e7e8eb;		
		}
			.xtt_table_title1{
			padding: 0 10px;
			}
		.xtt_right_col_title{
		float: left;
		width: 380px;
		font: 18px 'Montserrat', sans-serif;
		color: #29292b;
		padding: 15px 0px;
		text-align: left; 
		border-bottom: 1px solid #e7e8eb;		
		}
			.xtt_table_title2{
			float: left;
			width: 240px;
			padding: 0 0px 0 0px;
			}
			.xtt_table_title3{
			display: none;
			}			
			.xtt_table_title4{
			float: right;
			width: 140px;
			padding: 0 0px 0 0px;
			}
			.xtt_html_abs{
			display: none;
			position: absolute;
			z-index: 5;
			float: none;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
			opacity: 0.6;
			}		
		.xtt_left_col_table{
		float: left;
		width: 210px;		
		}
			.xtt_one_line_left{
			position: relative;
			padding: 0px 0px 0px 10px;
			background: #fff;
			cursor: pointer;
			}		
				.xtt_one_line_ico_left{
				float: left;
				width: 50px;
				border-bottom: 1px solid #e7e8eb;
				}
					.xtt_change_ico{
					width: 50px;
					height: 50px;
					background-repeat: no-repeat;
                    background-position: center center;
					}		
				.xtt_one_line_name_left{
				float: left;
				width: 140px;
				padding: 0 0 0 5px;
				border-bottom: 1px solid #e7e8eb;
				}
					.xtt_one_line_name{
					height: 50px;
					font: 12px 'Montserrat', sans-serif;
					display: table-cell;
					vertical-align: middle;
					color: #29292b;
					}
				.xtt_one_line_curs_left{
				display: none;
				}
					.xtt_one_line_curs{
					height: 50px;
					width: 90px;
					font: 13px 'Montserrat', sans-serif;
					display: table-cell;
					vertical-align: middle;
					text-align: right;
					color: #545454;
					}
				.xtt_one_line_left:hover, .js_item_left.active .xtt_one_line_left{
				background: #fff;
				}					
				.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: #50b948;
				}
		.xtt_right_col_table{
		float: right;
		width: 390px;		
		}	
			.xtt_line_tab{
			display: none;
			}
				.xtt_line_tab.active{
				display: block;
				}
			.xtt_one_line_right{
			display: block;
			text-decoration: none;
			position: relative;
			padding: 0px 0px 0px 10px;
			background: #fff;
			cursor: pointer;
			}				
				.xtt_one_line_right:hover{
				background: #fff;
				}
				.xtt_one_line_ico_right{
				float: left;
				width: 50px;
				border-bottom: 1px solid #e7e8eb;
				}
				.xtt_one_line_name_right{
				float: left;
				width: 150px;
				padding: 0 0 0 5px;
				border-bottom: 1px solid #e7e8eb;
				}
				.xtt_one_line_curs_right{
				float: left;
				width: 100px;
				display: none;
				}
				.xtt_one_line_reserv_right{
				float: right;
				width: 145px;
				padding: 0px 0px 0px 10px;
				border-bottom: 1px solid #eaeaea;
				}
					.xtt_one_line_reserv{
					height: 50px;
					font: 12px 'Montserrat', sans-serif;
					display: table-cell;
					vertical-align: middle;
					color: #29292b;
					}				
				.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{
				color: #50b948;
				}	
		.xtt_one_line_rez{
		display: none;
		cursor: pointer;
		position: absolute;
		float: none;
		top: 50%;
		right: 10px;
		max-width: 100px;
		height: 22px;
		color: #50b948;
		font: 12px 'Montserrat', sans-serif;
		margin: -9px 0 0 0;
		text-align: right;
		}
			.xtt_one_line_right:hover .xtt_one_line_rez{
			display: block;
			}
			.xtt_one_line_rez_ins{
			display: inline;
			border-bottom: 1px dotted #50b948;
			}
/* end type table 1 */

/* type table 2 */
.xchange_type_plitka{
padding: 0 0 20px;	
}
	.xtp_icon_wrap{
	padding: 0 0 10px 0;
	}
		.xtp_left_col_icon{
		float: left;
		width: 335px;
		}
		.xtp_right_col_icon{
		float: right;
		width: 335px;
		}					
.xtp_table_wrap{
border-radius: 3px;
background: #fff;
padding: 20px;
}			
	.xtp_left_col_table{
	float: left;
	width: 315px;
	margin: 0 0 0 0px;
	}
	.xtp_right_col_table{
	float: right;
	width: 315px;
	margin: 0 0 0 0px;	
	}
	.xtp_col_table_top{
	margin: 0 0 20px 0;
	}	
		.xtp_table_title{
		font: 14px 'Montserrat', sans-serif;
		color: #000;
		margin: 0 0 15px 0;
		}
			.xtp_item{
			float: left;
			padding: 2px;
			width: 50px;
			height: 50px;
			margin: 0 15px 15px 0;
			border-radius: 3px;
			border: 1px solid #edf1ef;
			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{
				box-shadow: 0 0 5px #858c97;
				}
				.xtp_item.not{
				opacity: 0.3;
				}
				.xtp_item_ico{
				width: 50px;
				height: 50px;
				}			
	.xtp_col_table_body{
	margin: 0 0 15px 0;
	}	
		.xtp_commis_wrap{
		position: relative;
		margin: 0 0 20px 0;
		}
			.xtp_commis_text{
			float: left;
			height: 50px;
			font: 12px/50px 'Montserrat', sans-serif;
			}
			.xtp_commis_wrap input{
			float: left;
			margin: 0 10px 0 0;
			font: 20px/50px 'Montserrat', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 160px;
			} 
		.xtp_curs_wrap{
		position: relative;
		width: 200px;
		margin: 0 0 20px 0;
		height: 50px;
		}
			.xtp_input_wrap input{
			font: 20px/50px 'Montserrat', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			}
			.xtp_select_wrap{
			position: absolute;
			float: none;
			top: 0px;
			right: -100px;
			width: 100px;
			height: 50px;
			}
				.xtp_select_wrap select{
				width: 100%;
				height: 50px;
				}	
		.xtp_line{
		padding: 0 0 10px 0;
		font: 12px 'Montserrat', sans-serif;
		}
			.xtp_line span{
			font-weight: 500;
			}
			a.xtp_link{
			font: 12px 'Montserrat', sans-serif;
			color: #50b948;
			text-decoration: none;
			border-bottom: 1px dotted #50b948;
			}
				a:hover.xtp_link{
				color: #50b948;
				border-bottom: none;
				}		
		.xtp_html_wrap{
		position: relative;
		}
			.xtp_html_abs{
			display: none;
			position: absolute;
			z-index: 5;
			float: none;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
			opacity: 0.6;
			}	
		a.xtp_submit, a.xtl_submit{
		display: block;
		text-decoration: none;
		background: #50b948;
		border: 1px solid #50b948;
		border-radius: 50px;
		height: 50px;
		width: 300px;
		margin: 0 auto; 
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #fff;
		font: 18px/50px 'Montserrat', sans-serif;	
		cursor: pointer;
		text-align: center;
		}
			a.xtp_submit:hover, a.xtl_submit:hover{
			background: #fff;
			color: #50b948;
			}
			a.xtp_submit.active, a.xtl_submit.active{
			background: #ccc;
			cursor: default;
			}		
/* end type table 2 */

/* type table 3 */
.xchange_type_list{
padding: 0 0 20px 0;	
}
.xtl_table_wrap{
border-radius: 3px;
background: #fff;
padding: 20px 10px;
}		
.xtl_table_top, .xtl_table_body{
margin: 0 0 20px 0;
}
	.xtl_table_title{
	font: 18px 'Montserrat', sans-serif;
	color: #000;	
	}
	.xtl_left_col{
	float: left;
	width: 215px;
	position: relative;
	padding: 0 0 0 80px;
	}
	.xtl_center_col{
	float: left;
	width: 57px;
	padding: 8px 0 0 2px;
	}
		a.xtl_change{
		display: block;
		width: 36px;
		height: 35px;
		margin: 0 auto;
		background: url(images/xtl_change.png) no-repeat center center;
		}
			a.xtl_change:hover{
			opacity: 0.8;
			}
	.xtl_right_col{
	float: right;
	width: 215px;	
	position: relative;
	padding: 0 80px 0 0;
	}
		.xtl_ico_wrap{
		position: absolute;
		top: -12px;
		float: none;
		width: 70px;
		height: 70px;
		border-radius: 70px;
		border: 3px solid #edf1ef;
		background: #fff;
		}
			.xtl_left_col .xtl_ico_wrap{
			left: 0;
			}		
			.xtl_right_col .xtl_ico_wrap{
			right: 0;
			}
			.xtl_ico{
			position: absolute;
			width: 50px;
			height: 50px;
			top: 10px;
			left: 10px;
			}
		.xtl_input_wrap{
		margin: 0 0 15px 0;
		}
			.xtl_input_wrap input{
			font: 20px/50px 'Montserrat', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 100%;
			}
		.xtl_commis_wrap{
		position: relative;
		margin: 0 0 15px 0;
		}
			.xtl_commis_text{
			float: left;
			height: 50px;
			font: 13px/50px 'Montserrat', sans-serif;
			}
			.xtl_commis_wrap input{
			float: left;
			margin: 0 10px 0 0;
			font: 20px/50px 'Montserrat', sans-serif;
			padding: 0 20px 0 20px;
			height: 50px;
			width: 80px;
			}			
		.xtl_select_wrap{
		margin: 0 0 20px 0;
		}
			.xtl_select_wrap select{
			width: 100%;
			height: 50px;
			}			
		.xtl_line{
		padding: 0 0 10px 0;
		font: 12px 'Montserrat', sans-serif;
		}
			.xtl_line span{
			font-weight: 500;
			}		
			a.xtl_link{
			font: 12px 'Montserrat', sans-serif;
			color: #858c97;
			text-decoration: none;
			border-bottom: 1px dotted #858c97;
			}
				a:hover.xtl_link{
				color: #858c97;
				border-bottom: none;
				}					
/* end type table 3 */

/* hexch */
.hexch_ajax_wrap{
position: relative;
}
	.hexch_ajax_wrap_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;					
	}
.hexch_message{
border-radius: 3px;
padding: 20px;
margin: 0 0 20px;
background: #fff;	
}
	.hexch_message_title{
	font: 18px 'Montserrat', sans-serif;	
	margin: 0 0 15px 0;
	}	
.notverify_message{
border-radius: 3px;
padding: 20px;
margin: 0 0 20px;
background: #fff;
}	
.hexch_div{ 
padding: 0 0 20px;
margin: 0 auto;
}
	.hexch_div_ins{
	border-radius: 3px;
	background: #fff;
	padding: 20px 0 10px;	
	}
.hexch_checkdata_div, .hexch_div .exchange_checkpersdata{
padding: 0 0 15px 20px;
}		
	input.hexch_submit{
	display: block;
	height: 50px;
	width: 300px;
	margin: 0 0 20px 20px;
	font: 18px/50px 'Montserrat', sans-serif;	
	text-align: center;
	}	
.hexch_left{
width: 300px;	
margin: 0 0 0 20px;
}
.hexch_right{
width: 300px;
margin: 0 0 0 20px;
}	
.hexch_pers{
margin: 0 0 0 20px;
width: 300px;
padding: 0px 0 0px 0;		
}
	.hexch_pers_title{
	font: 300 22px 'Montserrat', sans-serif;	
	margin: 0 0 15px 0px;			
	}
	.hexch_bigtitle{
	font: 300 22px 'Montserrat', sans-serif;	
	margin: 0 0 15px 20px;
	}
		.hexch_information{
		padding: 0 0 20px 20px;	
		}
			.hexch_information_line, .user_discount_div{
			padding: 0 0 5px 0;	
			}
				.user_discount_div{
				color: #e46066;	
				}
				.hexh_line_label, .user_discount_label{
				font-weight: 600;	
				}	
	.hexch_title{
	font: 300 22px 'Montserrat', sans-serif;	
	margin: 0 0 15px 0px;			
	}	
		.hexch_info_line{ 
		font: 500 13px/14px 'Montserrat', sans-serif;
		padding: 0 0 15px 0px;
		}
			.hexch_info_line p{ padding: 3px 0; }				
		.hexch_curs_line, .hexch_pers_line{
		position: relative;
		margin: 0 0 15px 0;
		}
			.hexch_curs_line .check_purse_line{
			padding: 15px 0 0px 0px;
			}		
			.hexch_sumandcom{
			color: #747474;
			font: 12px/16px 'Montserrat', sans-serif;
			padding: 0 0 15px 0px;
			}
			.hexch_curs_label, .hexch_pers_label{
			padding: 0 0 3px 0;
			font: 14px 'Montserrat', sans-serif;
			}
			.hexch_curs_input, .hexch_pers_input{
			position: relative;
			width: 300px;
			}
				.hexch_curs_input input, .hexch_pers_input input{
				font: 16px/50px 'Montserrat', sans-serif;
				height: 50px;
				width: 100%;
				}	
				.hexch_curs_input select, .hexch_pers_input select{
				height: 50px;
				width: 100%;				
				}	
/* end hexch */

/* xchange */
.exch_ajax_wrap{
position: relative;
min-height: 50px;					
}
	.exch_ajax_wrap_abs{
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;					
	}	
.notice_message{
border-radius: 3px;
padding: 25px 30px;
margin: 0 0 20px 0;
border: 1px solid #50b948;
background: #fff;	
}
	.notice_message_title{
	color: #50b948;
	font: 18px 'Montserrat', sans-serif;		
	margin: 0 0 15px 0;
	}	
.warning_message{
border-radius: 3px;
border: 1px solid #50b948;
padding: 25px 30px 10px;
background: #fff;
}
	.warning_message_title{
	color: #50b948;
	font: 18px 'Montserrat', sans-serif;
	margin: 0 0 15px 0;
	}
	.warning_message_text p{
	padding: 0 0 15px 0;
	}	
.xchange_div{
padding: 0;
margin: 0;
}		
	.xchange_checkdata_div, .xchange_div .exchange_checkpersdata{
	padding: 0 0 15px 180px;
	}
.xchange_submit_div{
padding: 10px 0 20px;
text-align: center;
}
	input.xchange_submit{
	display: block;
	height: 50px;
	width: 300px;
	margin: 0 auto;
	font: 18px/50px 'Montserrat', sans-serif;	
	text-align: center;		
	}	
.xchange_data_title, .xchange_pers_title{
font: 300 22px 'Montserrat', sans-serif;
padding: 0px 0px 15px;
}

	.xchange_data_div{
	padding: 0px 0px 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #d9d9d9;
	}	
		.xchange_data_left{
		width: 340px;
		float: left;
		}
			.xchange_info_line{
			margin: 0 0 15px 0;
			font: 500 13px 'Montserrat', sans-serif;
			}
		.xchange_data_right{
		float: right;
		width: 240px;
		}
			.xchange_data_right .xchange_info_line{
			text-align: right;
			}	
			.xchange_sum_line{
			height: 50px;
			position: relative;
			margin: 0 0 15px 0;
			padding: 0 0 0 100px;
			}
				.xchange_sum_label{
				position: absolute;
				float: none;
				top: 0;
				left: 0;
				width: 90px;
				height: 50px;
				font: 11px/50px 'Montserrat', sans-serif;
				text-align: right;
				}
				.xchange_sum_input{
				position: relative;
				}
				.xchange_sum_input input{
				width: 100%;
				height: 50px;
				font: 16px/50px 'Montserrat', sans-serif;
				}
			.xchange_select{
			margin: 0 0 20px 0;
			height: 50px;
			}
				.xchange_select select{
				width: 100%;
				height: 50px;
				}
			.xchange_sumandcom{
			min-height: 50px;
			color: #747474;
			font: 12px/16px 'Montserrat', sans-serif;
			margin: 0 0 20px 0;
			}
			.xchange_curs_line{
			margin: 0 0 20px 0;
			}
				.xchange_curs_label{
				padding: 0 0 5px 0;
				font: 13px 'Montserrat', sans-serif;
				}
				.xchange_curs_input{
				position: relative;
				}
					.xchange_curs_input input{
					font: 16px/50px 'Montserrat', sans-serif;
					height: 50px;
					width: 100%;
					}			
					.xchange_curs_input select{
					height: 50px;
					width: 100%;					
					}
					.xchange_curs_line .check_purse_line{
					padding: 20px 0 0px 0;
					}
	.xchange_pers_div{
	padding: 0px 0px 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px dashed #d9d9d9;
	}
		.xchange_pers_line{
		margin: 0 0 20px 0;
		width: 340px;
		}
			.xchange_pers_label{
			padding: 0 0 5px 0;
			font: 13px 'Montserrat', sans-serif;
			}
			.xchange_pers_input{
			position: relative;
			}
				.xchange_pers_input input{
				font: 16px/50px 'Montserrat', sans-serif;
				height: 50px;
				width: 100%;
				}
				.xchange_pers_input select{
				width: 100%;
				height: 50px;
				}				
					.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: #fff url(images/ajax-big-loader.gif) no-repeat center center;
					opacity: 0.6;					
					}
/* end xchange */	
	
/* all exchange */
.ajax_post_bids_res{
margin: 0 0px;
}
.span_skidka{
color: #e46066;
}
.span_give_max span, .span_get_max span{
display: block;	
}
.info_window{
display: none;
z-index: 1;
position: absolute;
top: 102%;
float: none;
left: 0px;
padding: 15px 20px;
border-radius: 4px;
color: #29292b;
font: 10px 'Montserrat', sans-serif;
background: #fff;
border: 1px solid #50b948;
}
	.js_window_wrap.showed .info_window{
	display: block;
	}				
		.info_window_abs{
		position: absolute;
		top: -5px;
		float: none;
		left: 36px;
		background: url(images/ug.png) no-repeat;
		width: 8px;
		height: 5px;
		}
.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: #424a4c;
	background: #f8e1e1;
	border-radius: 3px;
	padding: 5px;
	font: 500 11px 'Montserrat', sans-serif;
	}
		.js_wrap_error.error .js_error{
		display: block;
		}
			.js_wrap_error.error input{
			border: 1px solid #e73232;
			}		
.js_purse_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/purse.png) no-repeat center center;
}
	.js_purse_link_ins{
	position: relative;
	width: 16px;
	height: 16px;
	}
		.js_purse_ul{
		position: absolute;
		float: none;
		top: 0;
		left: 0px;
		width: 250px;
		background: #fff;		
		box-shadow: 0 0 5px #9fa3a1;
		display: none; 
		}
			.js_purse_line{
			padding: 5px 10px;
			border-bottom: 1px solid #dedede;
			} 				
/* end all exchange */	

/* step 1 */
.block_xchangedata{
margin: 0;
} 
	.block_checked_rule{
	padding: 15px 0px 15px 0px;
	}
	.block_submitbutton{
	padding: 10px 0 15px;
	text-align: center;
	}
	.block_rule_info{
	color: #bc3a30;
	padding: 10px 0 10px;
	text-align: center;	
	}
	.block_warning{
	border-radius: 3px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #50b948;
	}
		.block_warning_title{
		font: 300 22px 'Montserrat', sans-serif;
		margin: 0 0 15px 0;
		}
	.block_xchdata_title{
	font: 18px 'Montserrat', sans-serif;
	margin: 0 0 15px 0;	
	}
	.block_xchdata_info{
	padding: 0 0px 15px;
	}
		.block_xchdata_info_left{
		float: left;
		width: 350px;
		}
			.block_persdata_line, .block_xchdata_line{
			padding: 0 0 5px 0;	
			}
				.block_persdata_line span, .block_xchdata_line span{
				font-weight: 500;
				display: block;
				padding: 0 0 3px 0;
				}				
		.block_xchdata_info_right{
		float: right;
		}
			.block_xchdata_ico{
			float: left;
			width: 50px;
			height: 50px;
			margin: 0 10px 0 0;
			background-size: cover;
			}
			.block_xchdata_text{
			float: left;
			height: 50px;
			font: 14px/50px 'Montserrat', sans-serif;
			}
	.block_persdata_title{
	font: 18px 'Montserrat', sans-serif;
	margin: 0 0 15px 0;		
	}
	.block_persdata_info{
	padding: 0px 0px 5px;
	}
		.block_persdata_info span{
		font-weight: 500;
		}
		.block_persdata_info p{
		padding: 5px 0;
		}
	.block_xchdata_comm{
	padding: 0px 0px 15px;
	}			
/* end step 1 */

/* bid status */
.block_statusbids{
margin: 0 0 1px 0;
}
	.block_statusbid_title{
	font: 300 22px 'Montserrat', sans-serif;
	padding: 0px 0px 15px;
	}
	.block_payinfo{
	padding: 15px 0px;
	}
		.block_payinfo_line{
		padding: 5px 0;
		}
			.block_payinfo_line span{
			font-weight: 500;
			}
	.block_instruction{
	padding: 15px 0px 0px;
	}
	.block_statusnew_instruction{
	margin: 0 0 15px 0;
	}	
		.block_statusnew_instruction p, .block_instruction p{
		padding: 0 0 10px 0;
		}
		.not_vaccaunt_now{
		font-weight: 500;
		}
		.block_statusnew_sum{
		margin: 0 0 15px 0;
		}
	.block_status{
	border-radius: 3px;
	padding: 20px 30px;
	background: #fff;
	border: 1px solid #50b948;
	}
		.block_status_time{
		padding: 0 0 10px 0;
		}
			.block_status_time span{
			font-weight: 500;
			}
		span.block_status_text_info{
		font-weight: 500;
		}
.block_check_payment{
height: 20px;
position: relative;
overflow: hidden;
margin: 0 0px 15px;
background: #79808b;
}
	.block_check_payment_ins{
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	background: #00c063;
	}
	.block_check_payment_abs{
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	font: 600 13px/20px 'Montserrat', sans-serif;
	width: 100%;
	height: 100%;
	z-index: 1;
	}
	.block_smsbutton{
	padding: 15px 0px;		
	}
		.block_smsbutton_label{
		padding: 0 0 8px 0;
		font-weight: 400px;
		}
			.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_warning_merch{
border-radius: 3px;
padding: 20px 30px;
background: #fff;
border: 1px solid #50b948;
}	
	.block_paybutton_merch{
	padding: 15px 0;
	}	
	
.block_change_browse{
text-align: center;
padding: 15px 0;
color: #ff0000;
}
	.block_paybutton{
	padding: 15px 0px;
	}
	a.cancel_paybutton{
	float: left;
	display: block;
	text-decoration: none;
	background: #79808b;
	border-radius: 40px;
	height: 40px;
	width: 220px;
	margin: 0 auto; 
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	color: #fff;
	font: 18px/40px 'Montserrat', sans-serif;	
	cursor: pointer;
	text-align: center;	
	}
		a.cancel_paybutton:hover{
		background: #61666e;
		}
	a.success_paybutton{
	float: right;
	display: block;
	text-decoration: none;
	background: #50b948;
	border-radius: 40px;
	height: 40px;
	width: 220px;
	margin: 0 auto; 
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	color: #fff;
	font: 18px/40px 'Montserrat', sans-serif;	
	cursor: pointer;
	text-align: center;	
	}
		a.success_paybutton:hover{
		background: #fff;
		color: #50b948;
		border: 1px solid #50b948;
		}	
	a.merch_paybutton{
	display: block;
	text-decoration: none;
	background: #252927;
	border-radius: 40px;
	height: 40px;
	width: 220px;
	margin: 0 auto; 
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	color: #fff;
	font: 18px/40px 'Montserrat', sans-serif;	
	cursor: pointer;
	text-align: center;
	}
		a.merch_paybutton:hover{
		background: #000;
		}	
/* end bid status */ 

/* sidebar */
.sidebar{
float: right;
width: 260px;
}
/* end sidebar */

.widget{
margin: 0 0 20px 0;
}

/* forums */
.forums_widget{
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;	
}
	.forums_widget .widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
a.one_forum{
display: block;
text-decoration: none;
height: 44px;
border-radius: 3px;
border: 1px solid #f0f1f2;
position: relative;
padding: 0 0 0 100px;
margin: 0 0 10px 0;	
font: 12px/44px 'Montserrat', sans-serif;
color: #50b948;
}
	.one_forum_img{
	width: 100px;
	height: 44px;
	text-align: center;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	overflow: hidden;
	}
		.one_forum_img img{
		max-width: 90px;
		max-height: 44px;	
		}
/* end forums */

/* stats widget */
.widget_stats_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;	
}
	.widget_stats_div .widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
	.widget_stats_line{
	padding: 10px 0px;
	border-bottom: 1px solid #e7e8eb;
	}
		.widget_stats_line span{
		font-weight: 500;	
		}		
/* end stats widget */

/* register widget */
.register_widget, .login_widget, .user_widget, .checkstatus_widget{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;
}
	.register_widget_title, .login_widget_title, .user_widget_title, .checkstatus_widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
		.widget_reg_label, .widget_log_label, .widget_checkstatus_label{
		margin: 0;
		padding: 0 0 3px;
		font: 13px 'Montserrat', 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: 11px 'Montserrat', sans-serif;
	}
	.login_widget_subm_right{
	float: right;
	text-align: right;
	width: 49%;		
	font: 11px 'Montserrat', sans-serif;
	}
/* end login widget */

/* user widget */
.uswidin{
margin: 0 -30px 15px;
padding: 10px 30px;
font: 14px 'Montserrat', sans-serif;
}
	.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;
	}
		.user_widget_body ul li a{
		font: 12px 'Montserrat', sans-serif;
		text-decoration: none;
		}
			.user_widget_body ul li a:hover{
			text-decoration: underline;
			}
			.user_widget_body ul li.current a{
			color: #000;
			text-decoration: none;
			cursor: default;
			}			
		a.exit_link{
		display: block;
		border: 1px solid #50b948;
		background: #fff;
		border-radius: 40px;
		height: 38px;
		padding: 0 25px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;
		color: #29292b;
		font: 16px/38px 'Montserrat', sans-serif;
		cursor: pointer;
		text-align: center;
		text-decoration: none;
		}
			a.exit_link:hover{
			background: #50b948;
			border: 1px solid #50b948;
			color: #fff;
			text-decoration: none;
			}		
/* end user widget */

/* news widget */
.widget_news_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;
}
	.widget_news_div .widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
	.widget_news_line{
	margin: 0 0 20px 0;
	}
		.widget_news_date{
		margin: 0 0 7px 0;	
		font: 500 13px 'Montserrat', sans-serif;
		}
		.widget_news_content{
		font: 13px 'Montserrat', sans-serif;
		}
			.widget_news_content a{
			text-decoration: none;
			}
			.widget_news_content a:hover{
			text-decoration: underline;
			}			
		.widget_news_more a{
		float: left;
		border-radius: 40px;
		border: 1px solid #50b948;
		color: #50b948;
		padding: 7px 20px;
		font: 11px 'Montserrat', sans-serif;
		text-decoration: none;
		}
			.widget_news_more a:hover{
			text-decoration: none;
			color: #fff;
			background: #50b948; 
			}		
/* end news widget */

/* reviews widget */
.widget_reviews_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;
}
	.widget_reviews_div .widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
	.widget_reviews_line{
	margin: 0 0 20px 0;
	}
		.widget_reviews_author{
		float: left;
		font: 12px 'Montserrat', sans-serif;
		margin: 0 3px 10px 0;
		color: #29292b;
		overflow: hidden;
		}
			.widget_reviews_author a{
			color: #29292b;
			text-decoration: none;
			}		
		.widget_reviews_date{
		float: left;
		font: 12px 'Montserrat', sans-serif;
		margin: 0px 0 10px 0;	
		color: #29292b;
		}
		.widget_reviews_content{
		font: 300 12px 'Montserrat', sans-serif;
		word-wrap: break-word; 
		word-break: break-all;
		}		
/* end reviews widget */

/* lchange */
.widget_lchange_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;
}
	.widget_lchange_div .widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;	
	}
	.widget_lchange_html{
	position: relative;	
	}
		.widget_lchange_abs{
		display: none;
		position: absolute;
		z-index: 5;
		float: none;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
		opacity: 0.6;			
		}
			.widget_lchange_abs.active{
			display: block;	
			}
		.widget_lchange_noitem{
		padding: 0 0 10px 0;	
		}
		.widget_lchange_line{
		padding: 0 0 10px 0;
		margin: 0 -20px 0 0;
		}
		.widget_lchange_date{
		font: 500 13px 'Montserrat', sans-serif;
		margin: 0 0 10px 0;
		}
			.widget_lchange_why{
			float: left;
			width: 85px;
			}
			.widget_lchange_ico{
			width: 50px;
			height: 50px;
			}
				.widget_lchange_txt{
				font: 13px 'Montserrat', sans-serif;
				padding: 8px 0 0 5px;
				}
			.widget_lchange_arr{
			float: left;
			width: 50px;
			height: 50px;
			background: url(images/harr.png) no-repeat 0 center;
			} 
/* end lchange */

/* userverify widget */
.userverify_widget{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;
}
	.userverify_widget_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
	.account_verify{
	background: url(images/no.png) no-repeat 0 2px;
	padding: 0 0 0 25px;
	font: 12px 'Montserrat', sans-serif;
	color: #f27e66;
	}
		.userverify_widget_body{
		padding: 0px 0px 0px;	
		}
		.account_verify.true{
		color: #6cbd51;
		background: url(images/ok.png) no-repeat 0 1px;
		}
		.needverifylink{
		padding: 10px 0 0px 0;
		text-align: center;
		}	
/* end userverify widget */

/* reserv widget */
.widget_reserv_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 0px;
}
	.widget_reserv_div_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;	
	}
		.widget_reserv_line{
		padding: 2px 0px 2px 0px;
		margin: 0 -20px 0 0;
		}
			.widget_reserv_ico{
			float: left;
			width: 50px;
			height: 50px;			
			}
			.widget_reserv_block{
			float: right;
			width: 160px;
			color: #29292b;
			font: 12px 'Montserrat', sans-serif;
			padding: 7px 0 0 0;
			}
				.widget_reserv_title{
				font: 12px 'Montserrat', sans-serif;
				margin: 0 0 1px 0;
				}	
				.widget_reserv_sum{
				color: #747474;
				}
			.widget_reserv_filters{
			padding: 0px 0 1px 0px;
			border-bottom: 1px solid #e7e8eb;
			margin: 0 0 5px 0;
			}
				.widget_reserv_filter{
				float: left;
				padding: 3px 12px;
				background: #ffffff;
				border-radius: 30px;
				border: 1px solid #50b948;
				color: #50b948;
				font: 11px 'Montserrat', sans-serif;
				margin: 0 5px 5px 0;
				cursor: pointer;
				position: relative;					
				}
					.widget_reserv_filter.current{
					background: #50b948;
					color: #fff;	
					}
/* end reserv widget */

/* cbr widget */
.widget_cbr_div{
margin: 0 0 20px 0;
background: #fff;
border-radius: 3px;
padding: 20px 30px 20px;
}
	.widget_cbr_div_title{
	margin: 0 0px 15px;
	font: 300 22px/23px 'Montserrat', sans-serif;
	color: #29292b;
	}
		.cbr_update{
		padding: 10px 0px;
		font: 12px 'Montserrat', sans-serif;
		}
		.widget_cbr_line{
		padding: 10px 0px 10px 0px;
		margin: 0 -20px 0 0;
		}
			.widget_cbr_left{
			float: left;
			width: 100px;
			}
				.widget_cbr_title{
				font: 13px 'Montserrat', sans-serif;
				padding: 3px 0 2px 0;
				}
				.widget_cbr_birg{
				font: 300 12px 'Montserrat', sans-serif;
				color: #747474;
				}
			.widget_cbr_curs{
			float: left;
			width: 100px;
			padding: 0 0 0 20px;
			font: 13px 'Montserrat', sans-serif;
			}
				.widget_cbr_curs.up{
				background: url(images/up.png) no-repeat 0 center;
				}
				.widget_cbr_curs.down{
				background: url(images/down.png) no-repeat 0 center;
				}
				.widget_cbr_onecurs{
				padding: 2px 0;
				}
/* end cbr widget */

/* partners */
.home_partner_div{
background: #eceef0; 
width: 100%;
min-width: 1000px;
padding: 34px 0 24px;
}
.home_partner_ins{
width: 960px;
margin: 0 auto;
}
	.home_partner_one{
	float: left;
	margin: 0 20px 10px 0;
	}
/* end partners */

/* footer */
.footer_wrap{
width: 100%;
min-width: 1000px;
font: 12px 'Montserrat', sans-serif;
padding: 25px 0;
background: #fff;
}
	.footer{
	width: 960px;
	margin: 0 auto;
	}
		.footer_left{
		float: left;
		padding: 0px 100px 0 0;
		width: 290px;
		}
			.copyright{
			color: #6f6f6f;
			font: 12px 'Montserrat', sans-serif;
			padding: 0 0 28px 0;
			}
			.footer_timetable{
			color: #6f6f6f;
			font: 12px 'Montserrat', sans-serif;
			padding: 0 0 15px 0;
			}
				.copyright a, .footer_timetable a{
				color: #6f6f6f;
				}
			.footer_menu{
			width: 340px;
			}
			.footer_menu li{
			float: left;
			font: 12px 'Montserrat', sans-serif;	
			margin: 0 20px 0 0;
			}
				.footer_menu li a{
				color: #50b948;
				text-decoration: none;
				}
					.footer_menu li a:hover{
					text-decoration: underline;
					}
		.footer_center{
		float: left;
		width: 310px;
		}		
			.footer_soc img{
			margin: 0 10px 0 0;
			-webkit-transition: all 0.3s linear;
				-moz-transition: all 0.3s linear;
					-o-transition: all 0.3s linear;
						transition: all 0.3s linear;		
			}
				.footer_soc img:hover{
				opacity: 0.7;
				}
			.mobile_link{
			padding: 15px 0 0 0;
			}
				.mobile_link a{
				color: #50b948;
				font: 12px 'Montserrat', sans-serif;
				text-decoration: none;
				}
					.mobile_link a:hover{
					text-decoration: underline;
					}
		.footer_right{
		float: right;
		width: 200px;
		}		
			.fico{
			height: 28px;
			font: 12px/28px 'Montserrat', sans-serif;	
			margin: 0 0 5px 0;
			padding: 0 0 0 35px;
			color: #747474;
			}
				.fico a{
				text-decoration: none;
				color: #747474;
				}
					.fico.mail { background: url(images/email.png) no-repeat 0 center; }
					.fico.telegram { background: url(images/telegram.png) no-repeat 0 center; }
					.fico.skype { background: url(images/skype.png) no-repeat 0 center; }
/* end footer */

/* tooltips */
.form_field_line.has_tooltip, .ustbl_line.has_tooltip{
position: relative;	
}
	.has_tooltip .form_field_label_ins, .has_tooltip .usve_label{
	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: 1;	
position: absolute;	
float: none;
top: 65px;
left: 0;
width: 300px;
max-width: 100%;
padding: 4px 0 0 0;
}
	.ustbl_line .field_tooltip_div{
	top: 40px;	
	left: 150px;
	}
	.has_tooltip.showed .field_tooltip_div{
	display: block;	
	}
	.field_tooltip_abs{
	position: absolute;
	top: 0px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 8px;
	height: 5px;		
	}	
	.field_tooltip{
	border-radius: 4px;
	color: #29292b;
	font: 10px 'Montserrat', sans-serif;
	background: #fff;
	border: 1px solid #50b948;	
	padding: 15px 20px;
	}
/* end tooltips */

/* pagenavi */
.pagenavi{ 
padding: 0px 0 0 0; 
margin: 0 0 20px 0;
color: #545454;
text-align:center; 
font: 12px 'Montserrat', sans-serif;
}
.pagenavi span, .pagenavi a{
margin: 0 2px;
position: relative; 
padding: 6px 13px; 
border-radius: 3px;
}
.pagenavi span{
background: #fff;
color: #000;
border: 1px solid #50b948;
}
.pagenavi a{
text-decoration:none;
color: #fff;
background: #50b948;
text-decoration: none;
border: 1px solid #50b948;
}
.pagenavi a:hover{
color: #fff;
text-decoration: none;
}
/* end pagenavi */

/* select */
.select_js{
position: relative;
cursor: pointer;
width: 100%;
box-sizing: border-box;
    -moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box;
}
	.select_js select{
	display: none;	
	}
	.select_ico{
	float: left;
	width: 40px;
	height: 40px;
	margin: 5px 5px 0 0;
	}
	.select_txt{
	float: left;
	width: 200px;
	}
	.select_js_title{
	font: 14px/50px 'Montserrat', sans-serif;
	background: #f5f6f7 url(images/jsel.png) no-repeat right center;
	border-radius: 3px;
	height: 50px;
	padding: 0 40px 0 20px; 
	box-sizing: border-box;
		-moz-box-sizing: border-box; 
			-webkit-box-sizing: border-box;
	color: #29292b;
	overflow: hidden;
	}
		.select_js_title.open{
		background: #eceef0 url(images/jsel.png) no-repeat right center;	
		}
		.iselect_js .select_js_title{
		padding: 0 40px 0 10px;
		}
		.pay_select .select_js_title, 
		.userbill_title .select_js_title, 
		.onesystembody .select_js_title{
		font: 13px/38px 'Montserrat', sans-serif;
		height: 38px;
		width: 300px;
		}
		.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: 50px;
		background: #f5f6f7;
		width: 100%;
		min-width: 100px;
		box-sizing: border-box;
			-moz-box-sizing: border-box; 
				-webkit-box-sizing: border-box;	
		border-radius: 3px;
		max-height: 250px;
		overflow-y: auto;		
		}	
			.pay_select .select_js_ul, 
			.userbill_title .select_js_ul,
			.onesystembody .select_js_ul
			{
			width: 300px;
			top: 38px;
			}
		.select_js_ulli{
		overflow: hidden;
		padding: 8px 20px;
		font: 13px 'Montserrat', sans-serif;
		}
			.iselect_js .select_js_ulli{
			padding: 0 10px;
			height: 50px;
			font: 14px/50px 'Montserrat', sans-serif;
			}
			.select_js_ulli:hover{
			background: #eceef0;
			color: #50b948;
			}
			.select_js_ulli.active{
			background: #eceef0;
			color: #50b948;
			} 
/* end select */

/* changes course */
.last_events_wrap{
position: fixed;
bottom: 10px;
left: 50px;
z-index: 100;
width: 300px;
}
	.last_events_wrap.toright{
	left: auto;	
	right: 50px;
	}	
	.last_events_option{
	background: #fff;
	color: #000;
	font: 13px 'Montserrat', sans-serif;
	padding: 10px 15px;
	border-radius: 3px;
	box-shadow: 0 0 3px #ccc;
	}
	.levents{
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 0 3px #ccc;
	padding: 10px 15px;
	text-align: center;
	}
		.levents_title{
		font: 500 13px 'Montserrat', sans-serif;
		padding: 0 0 5px 0;
		}
		.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 */

/* operator */
.statuswork_div{
position: fixed;
z-index: 99999;
width: 42px;
height: 210px;
top: 290px;
}
	.statuswork_div.toleft{
	left: 0px;
	}
	.statuswork_div.toright{
	right: 0px;
	}
	.statuswork_div_ins{
	position: relative;
	width: 42px;
	height: 210px;
	}
		.statuswork{
		position: absolute;
		float: none;
		top: 73px;
		left: -83px;
		width: 155px;
		height: 42px;
		padding: 5px 0 0 55px;
		background: #50b948 url(images/operator.png) no-repeat 15px center;
		-webkit-transform: rotate(-90deg); 
			 -moz-transform: rotate(-90deg); 
			  -ms-transform: rotate(-90deg); 
			   -o-transform: rotate(-90deg); 
				  transform: rotate(-90deg);
		color: #fff;		
		font: 11px 'Montserrat', sans-serif;
		}
			.statuswork_div.status_op0 .statuswork{
			background: #acb1b5 url(images/operator.png) no-repeat 15px center;
			}
			.statuswork_title{
			font: 500 14px 'Montserrat', sans-serif;
			text-transform: uppercase;
			}
/* end operator */

/* result message */
.resulttrue{
padding: 14px 20px;
border-radius: 4px;
color: #424a4c;
background: #ecf3e2;
margin: 0 0 10px 0;
font: 500 13px 'Montserrat', sans-serif;
}
.resultfalse, .home_resultfalse, .xtp_error, .xtl_error, .hexch_error, .exch_error{
padding: 14px 20px;
border-radius: 4px;
color: #424a4c;
background: #f8e1e1;
margin: 0 0 10px 0;
font: 500 13px 'Montserrat', sans-serif;
}
.home_resultfalse {
margin: 0 0 20px 0;
}
/* end result message */

/* notify */
.wn_wrap{
position: fixed;
float: none;
bottom: 0;
left: 0;
z-index: 999998;
border-top: 3px solid #e63f3f;
background: url(images/wnsh.png);
width: 100%;	
}
	.wn_div{
	padding: 20px;
	text-align: center;
	font: 600 14px 'Montserrat', sans-serif;
	}
	.wn_div_text{
	padding: 0 0 10px 0;	
	}
/* end notify */

/* reserv 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%;
max-width: 400px;
top: 100px;
left: 0px;
z-index: 999999;
}
	.standart_windowins{
	position: relative;
    width: 360px;
	margin: 0 auto;
    padding: 10px 20px 20px;
    box-shadow: 0 0 10px #000;
    background: #fff;	
	}
    .standart_window_close{
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 15px;
	right: 15px;
	}	
	.standart_window_title{
	font: 18px/20px 'Montserrat', sans-serif;
	color: #50b948;
	padding: 0 30px 0 0;
	margin: 0 0 10px 0;	
	}
	.standart_window_submit{
	padding: 20px 0px 0;	
	text-align: center;
	}			
	.rb_label{
	font: 13px 'Montserrat', sans-serif;
	padding: 0px 0px 3px 0px;
	}
	.rb_line{
	padding: 5px 0;
	}		
/* end reserv window */

/* top button */
#topped {
display: none;
width: 50px;
height: 50px;
border-radius: 50px;
background: #50b948 url(images/topped.png) no-repeat center center;
opacity: 0.7;
position: fixed;
bottom: 20px;
left: 20px;
cursor: pointer;
z-index: 99999;
}
	#topped:hover {
	opacity: 1;
	}
/* end top button */

/* classed */
.clear { clear:both; }
.req { color: #e73232; }
.red { color: #e73232; }
.bred {
font-weight: 500;
color: #e73232;
}
.bgreen {
font-weight: 500;
color: #50b948;
}
.pn_copy{ padding: 0 5px 0 20px; background: url(images/copy_b.png) no-repeat 0 center; }
	.pn_copy.copied{ color: #00c063; 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; }
.currency_logo{
background-size: contain;
background-position: center center;
background-repeat: no-repeat no-repeat;				
}
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;}

.tele2{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.tele2 .tele2_frame{
    position: relative;
    border: 2px solid #dfdfdf;
    border-bottom: none;
    background: #f0f1f2;
}

.tele2 .tele2_frame > div{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.tele2 .tele2_frame > div > span{
    font-size: 38px;
    color: #fff;
}

.tele2 .tele2_frame iframe{
    width: 100%;
    height: 600px;
    border: none;
    box-sizing: border-box;
}

.tele2 .tele2_info{
    border: 2px solid #dfdfdf;
    border-top: 10px solid #dfdfdf;
    padding: 10px;
    background: #fdfdfd;
}

.tele2 .tele2_info div{
    font-size: 24px;
    margin: 10px 0;
    font-weight: 100;
}

.tele2 .tele2_info div span{
    font-weight: 600;
}