﻿/*    
Theme Name: I-obmen
Theme URI: https://premiumexchanger.com
Description: Шаблон для Premium Exchanger
Version: 2.5.0
Author: Premium
Author URI: https://premiumexchanger.com
*/

/* font-family: 'Roboto Slab', 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 {
	border: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

sup {
	font-size: 0.7em;
	vertical-align: top;
}
sub {
	font-size: 0.7em;
	vertical-align: bottom;
}
small {
	font-size: 10px;
}
strong,
dfn,
dl dt,
th {
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-weight: bold;
	font-weight: bold;
	font:
		600 18px "Roboto Slab",
		serif;
	color: #2d374a;
}

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;
}

a {
	text-decoration: underline;
	color: #0098d2;
}
a:hover {
	text-decoration: none;
	color: #0098d2;
}
body {
	font: 14px/1.3em Arial;
	color: #2d374a;
}

#container {
	position: relative;
	width: 100%;
	min-width: 1000px;
}

/* forms */
input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #ced5e0;
	background: #ffffff;
	border-radius: 3px;
	height: 40px;
	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: #2d374a;
	font: 13px/40px Arial;
}

input[type="search"] {
	border: 1px solid #ced5e0;
	background: #ffffff url(images/search.png) no-repeat 10px center;
	border-radius: 3px;
	height: 40px;
	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: #2d374a;
	font: 13px/40px Arial;
}

input[type="text"].error,
input[type="email"].error,
input[type="password"].error {
	border: 1px solid #cf4c57;
}

input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled {
	border: 1px solid #ccc;
	background: #ccc;
}

textarea {
	border: 1px solid #ced5e0;
	background: #ffffff;
	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: #2d374a;
	font: 13px Arial;
}

select {
	border: 1px solid #ced5e0;
	background: #fff;
	border-radius: 3px;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #2d374a;
	font: 13px Arial;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #47b84a;
}

input[type="submit"] {
	border: none;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	border-radius: 3px;
	height: 40px;
	max-width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	font:
		600 16px/40px "Roboto Slab",
		serif;
	cursor: pointer;
}
input[type="submit"]:hover {
	background: #66cc69;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71d474), color-stop(1, #58c25b));
	background-image: -o-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -moz-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -webkit-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -ms-linear-gradient(bottom, #71d474, #58c25b);
	background-image: linear-gradient(to bottom, #71d474, #58c25b);
	border: none;
	text-decoration: none;
}
input[type="submit"]:disabled {
	background: #ccc;
	border: none;
	cursor: default;
}
.checkbox {
	cursor: pointer;
	background: url(images/checkbox.png) no-repeat 0 0px;
	padding: 2px 0 2px 25px;
}
.checkbox input {
	display: none;
}
.checkbox.checked {
	background: url(images/checkbox.png) no-repeat 0 -180px;
}
/* end forms */

/* standart captcha */
.captcha_div {
	margin: 0 -10px 10px 0;
	font: 13px Arial;
}
.hexch_div_ins .captcha_div {
	margin: 0 0 20px 140px;
}
.xchange_div_ins .captcha_div {
	margin: 0 0 20px 0px;
}
.captcha_title {
	font: 600 13px Arial;
	margin: 0 0 5px 0;
}
.captcha_body {
	padding: 0 0 10px 0;
}
.captcha_divimg {
	float: left;
	width: 40px;
	height: 40px;
	border: 1px solid #ddd;
}
.captcha_divimg img {
	width: 40px;
	height: 40px;
}
.captcha_divznak {
	float: left;
	width: 16px;
	height: 42px;
	font: 600 18px/42px Arial;
	text-align: center;
}
input.captcha_divpole {
	float: left;
	width: 50px;
	height: 42px;
	padding: 0 5px;
	font: 18px/42px Arial;
	margin: 0;
	text-align: center;
}
a.captcha_reload {
	float: left;
	margin: 0px 0 0 5px;
	width: 32px;
	height: 40px;
	background: url(images/reload.png) no-repeat center center;
}
a.captcha_reload.act {
	background: url(images/ajax-loader.gif) no-repeat center center;
}
/* end standart captcha */

.breadcrumbs {
	padding: 0 0 10px 0;
}

/* image captcha */
.captcha_sci_div {
	margin: 0 0 10px 0;
	font: 13px Arial;
}
.hexch_div_ins .captcha_sci_div {
	margin: 0 0 20px 140px;
}
.xchange_div_ins .captcha_sci_div {
	margin: 0 0 20px 0px;
}
.captcha_sci_title {
	font: 600 13px Arial;
	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 #58c25b;
}
/* end image captcha */

/* wclose */
.wclosearea {
	padding: 5px 0;
	background: #e63f3f;
}
.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 30px;
	background: url(images/warning.png) no-repeat 0 2px;
	color: #fff;
	font: bold 13px Arial;
	text-shadow: 1px 1px 1px #b83232;
}
.wclosearea_text a {
	color: #fff;
	font: bold 13px Arial;
	text-decoration: underline;
}
.wclosearea_text a:hover {
	text-decoration: none;
}
/* end wclose */

/* header */
.header_wrap {
	width: 100%;
	min-width: 1000px;
	position: relative;
	z-index: 100;
	height: 153px;
	background: url(images/head.png) no-repeat center 0px;
}
.header_line,
.header_line_ins {
	position: absolute;
	top: 0;
	height: 100%;
}
.header_line.left {
	left: 0;
	width: 50%;
}
.header_line.left .header_line_ins {
	left: 0;
	right: 460px;
	background: url(images/head_left.png);
}
.header_line.right {
	right: 0;
	width: 50%;
}
.header_line.right .header_line_ins {
	left: 460px;
	right: 0px;
	background: url(images/head_right.png);
}
.header {
	position: relative;
	z-index: 110;
	width: 960px;
	margin: 0 auto;
	height: 153px;
}
.head_bar {
	height: 44px;
}
ul.head_ul {
	float: left;
	height: 44px;
}
ul.head_ul li {
	float: left;
	height: 32px;
	margin: 0 15px 0 0;
	padding: 12px 0 0 0;
}
ul.head_ul li.head_li {
	padding-right: 15px;
	background: url(images/h_li.png) no-repeat right center;
}
ul.head_ul a {
	font: 12px Arial;
	color: #fefefe;
	text-decoration: none;
}
ul.head_ul a:hover {
	color: #fefefe;
	text-decoration: underline;
}
.head_time {
	float: right;
	height: 44px;
	background: url(images/h_li.png) no-repeat 0 center;
	padding: 0px 0 0 15px;
	margin: 0 0 0 15px;
	font: 12px/44px Arial;
	color: #fefefe;
}
.head_tel_3 {
	float: right;
	height: 44px;
	padding: 0 40px 0 0;
	font:
		bold 16px/44px "Roboto Slab",
		serif;
	color: #fff;
}
.head_oper {
	float: right;
	height: 44px;
	background: url(images/head_operator.png) no-repeat 0 center;
	padding: 0 0 0 40px;
	font:
		bold 16px/44px "Roboto Slab",
		serif;
	color: #fff;
}
.head_oper.status_op2 {
	background: url(images/head_operator.png) no-repeat 0 center;
	font:
		bold 16px/44px "Roboto Slab",
		serif;
	color: blue;
}
.head_oper.status_op3 {
	background: url(images/head_operator.png) no-repeat 0 center;
	font:
		bold 16px/44px "Roboto Slab",
		serif;
	color: #fff;
}
.head_osn {
	padding: 28px 0 0 0;
}
.logoblock {
	float: left;
	width: 230px;
}
.logoblock_ins {
	width: 230px;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	color: #00c063;
	font:
		bold 36px/50px "Roboto Slab",
		serif;
}
.logoblock_ins img {
	max-width: 230px;
	max-height: 50px;
}
.logoblock_ins a {
	text-decoration: none;
	color: #00c063;
}
.topmenu {
	float: right;
	height: 30px;
	padding: 14px 0 0 0;
}
.topmenu li {
	float: left;
	position: relative;
	height: 34px;
	padding: 0;
	margin: 0 0 0 15px;
}
.topmenu li a {
	float: left;
	height: 30px;
	font:
		bold 14px/30px "Roboto Slab",
		serif;
	background: none;
	color: #ffffff;
	padding: 0 10px;
	text-decoration: none;
	border-radius: 4px;
}
.topmenu li:hover > a,
.topmenu li.current-menu-item > a {
	color: #222c3e;
	background: #f2f4f8;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #e4e8f0));
	background-image: -o-linear-gradient(bottom, #ffffff, #e4e8f0);
	background-image: -moz-linear-gradient(bottom, #ffffff, #e4e8f0);
	background-image: -webkit-linear-gradient(bottom, #ffffff, #e4e8f0);
	background-image: -ms-linear-gradient(bottom, #ffffff, #e4e8f0);
	background-image: linear-gradient(to bottom, #ffffff, #e4e8f0);
	text-decoration: none;
}
.topmenu ul ul {
	position: absolute;
	float: none;
	display: none;
	top: 31px;
	left: 0px;
	background: #ecf0f6;
	padding: 0px;
	border-radius: 4px;
	height: auto;
	width: 235px;
	box-shadow: 0 2px 4px #c4c8ce;
	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: 12px 30px 12px 30px;
	font: 13px Arial;
	background: none;
	color: #252927;
	text-decoration: none;
	text-transform: none;
	border-radius: 4px;
}
.topmenu ul ul li:hover > a {
	color: #ffffff;
	text-decoration: none;
	background: #4dbb50;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3bb13f));
	background-image: -o-linear-gradient(bottom, #5dc560, #3bb13f);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3bb13f);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3bb13f);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3bb13f);
	background-image: linear-gradient(to bottom, #5dc560, #3bb13f);
	height: auto;
	border-bottom: none;
}
.topmenu ul ul ul {
	position: absolute;
	display: none;
	float: none;
	top: 0px;
	left: 236px;
	height: auto;
}
/* end header */

/* lang */
.tolbar_lang {
	float: left;
	height: 44px;
	margin: 0 30px 0 0;
}
.langlist_div {
	position: relative;
	height: 44px;
	cursor: pointer;
}
.langlist_title {
	height: 44px;
	font: 13px/44px Arial;
	color: #fff;
	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;
	text-decoration: none;
	font: 12px Arial;
}
.langlist_liimg {
	position: absolute;
	float: none;
	top: 5px;
	left: 5px;
}
/* end lang */

.wrapper {
	position: relative;
	z-index: 80;
	min-height: 650px;
}

.contentwrap {
	padding: 42px 0;
	width: 960px;
	margin: 0 auto;
}

/* inside content */
.thecontent {
	float: left;
	width: 670px;
}
/* end inside content */

/* text page */
.page_wrap_title {
	min-height: 58px;
}
h1.h1_page_title {
	color: #2d374a;
	font:
		bold 28px "Roboto Slab",
		serif;
}
.textblock {
	margin: 0 0 20px 0;
}
.text p {
	padding: 0 0 20px 0;
}
.text h1 {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	margin: 0 0 10px 0;
}
.text h2 {
	font:
		600 18px "Roboto Slab",
		serif;
	color: #4cba4f;
	margin: 0 0 10px 0;
}
.text h3 {
	font:
		600 15px "Roboto Slab",
		serif;
	color: #2d374a;
	margin: 0 0 10px 0;
}
.text h4 {
	font:
		14px "Roboto Slab",
		serif;
	color: #4cba4f;
	margin: 0 0 10px 0;
}

.home_wtext_div .text h1,
.home_text_div .text h1 {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	margin: 0 0 10px 0;
}
.home_wtext_div .text h2,
.home_text_div .text h2 {
	font:
		600 18px "Roboto Slab",
		serif;
	color: #2d374a;
	margin: 0 0 10px 0;
}
.home_wtext_div .text h3,
.home_text_div .text h3 {
	font:
		600 18px "Roboto Slab",
		serif;
	color: #2d374a;
}
.home_wtext_div .text h4,
.home_text_div .text h4 {
	font:
		14px "Roboto Slab",
		serif;
	color: #2d374a;
	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 4px;
	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;
	border-left: 1px solid #e3e8f0;
	border-right: 1px solid #e3e8f0;
	border-collapse: separate;
	margin: 0 0 20px;
}
.text table th {
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #ffffff;
	padding: 15px 15px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: 1px solid #4bba4e;
}
.text table th.th1 {
	border-radius: 4px 0 0 0;
}
.text table th.th2 {
	border-radius: 0 4px 0 0;
}
.text table td {
	font: 14px Arial;
	padding: 15px 15px;
	text-align: left;
	background: #fff;
	border: none;
	border-bottom: 1px solid #e3e8f0;
}
.text table td.td1 {
	border-radius: 0 0 0 4px;
}
.text table td.td2 {
	border-radius: 0 0 4px 0;
}
/* end text page */

/* all text areas */
.notice_message_text ul,
.block_instruction ul,
.warning_message_text ul,
.hexch_message_text ul {
	margin: 0 0 20px 20px;
}

.notice_message_text 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_instruction ul li,
.warning_message_text ul li,
.hexch_message_text ul li {
	display: block;
	background: url(images/liarr.png) no-repeat 0 4px;
	padding: 0 0 5px 12px;
}

.notice_message_text ol,
.block_instruction ol,
.warning_message_text ol,
.hexch_message_text ol {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
	color: #2d374a;
}

.notice_message_text 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 */

/* terms */
.term_description {
	background: #f5f7fa;
	border-radius: 4px;
	border: 3px solid #dbe2ee;
	padding: 20px 20px 1px;
	margin: 0 0 30px 0;
}
/* end terms */

/* news */
.one_news {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ced5e0;
}
h2.one_news_title {
	margin: 0 0 10px 0;
}
h2.one_news_title a {
	text-decoration: none;
	color: #4cba4f;
	font:
		bold 20px "Roboto Slab",
		serif;
}
h2.one_news_title a:hover {
	text-decoration: underline;
}
.one_news_date {
	font: 14px Arial;
	color: #2d374a;
	margin: 0 0 15px 0;
}
.metabox_left {
	float: left;
	width: 450px;
}
.metabox_cats {
	font: 12px Arial;
	padding: 0 0 5px 0;
}
.metabox_cats a {
	text-decoration: underline;
}
.metabox_cats a:hover {
	text-decoration: none;
}
a.more_news_link {
	float: right;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	font: 12px/34px Arial;
	padding: 0 20px;
	background: #4ebc51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3db240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3db240);
	background-image: linear-gradient(to bottom, #5dc560, #3db240);
	text-decoration: none;
}
a.more_news_link:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3db240), color-stop(1, #5dc560));
	background-image: -o-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -moz-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -webkit-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -ms-linear-gradient(bottom, #3db240, #5dc560);
	background-image: linear-gradient(to bottom, #3db240, #5dc560);
}
/* 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 Arial;
	color: #252927;
	background: #fafafa;
	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;
	display: none;
}
.oncetoggle.active .oncetogglebody {
	display: block;
}
.oncetogglebody p {
	padding: 0 0 10px 0;
}
/* end toggle */

/* comment form */
.comment_form {
	position: relative;
	background: #ecf0f6;
	border-radius: 3px;
	padding: 20px 20px 10px;
	margin: 0 0px 20px 0px;
}
.comment_form_title {
	display: none;
}
a#cancel-comment-reply-link {
	color: #ff0000;
	text-transform: none;
}
.comment_form_line {
	padding: 0 0 10px 0;
}
.comment_form_line label {
	font: 13px Arial;
	display: block;
	padding: 0 0 3px;
}
/* end comment form */

/* contact form */
.cf_div_wrap {
	margin: 0 0 20px 0;
}
.cf_div_title {
	display: none;
}
.cf_div {
	background: #ecf0f6;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.cf_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.cf_line {
	padding: 8px 0;
}
/* end contact form */

/* login form */
.log_div_wrap,
.checkstatus_div_wrap,
.userverify_div_wrap {
	margin: 0 0 20px 0;
}
.log_div_title,
.checkstatus_div_title,
.userverify_div_title {
	display: none;
}
.log_div,
.checkstatus_div,
.userverify_div {
	background: #ecf0f6;
	padding: 20px;
	border-radius: 4px;
}
.log_label,
.checkstatus_label,
.uv_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.log_line,
.checkstatus_line,
.uv_line {
	padding: 8px 0;
}
.log_line_subm_left {
	float: left;
}
.log_line_subm_right {
	float: left;
	margin: 0 0 0 20px;
}
.log_line_subm_right p {
	padding: 1px 0;
}
/* end login form */

/* lostpassword form */
.lp_div_wrap {
	margin: 0 0 20px 0;
}
.lp_div_title {
	display: none;
}
.lp_div {
	background: #ecf0f6;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.lp_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.lp_line {
	padding: 8px 0;
}
/* end lostpassword form */

/* register form */
.reg_div_wrap {
	margin: 0 0 20px 0;
}
.reg_div_title {
	display: none;
}
.reg_div {
	background: #ecf0f6;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.reg_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.reg_line {
	padding: 8px 0;
}
.reg_line_subm_left {
	float: left;
}
.reg_line_subm_right {
	float: left;
	margin: 11px 0 0 20px;
}
/* end register form */

/* account form */
.acf_div_wrap {
	margin: 0 0 20px 0;
}
.acf_div_title {
	display: none;
}
.acf_div {
	background: #ecf0f6;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.acf_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.acf_line {
	padding: 8px 0;
}
/* end account form */

/* comments */
.comments_wrap {
	margin: 0 0 20px 0;
}
.comments_title {
	font: 600 18px Arial;
	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: #ecf0f6;
	border-radius: 4px;
	padding: 20px 20px 20px;
}
.comment_notapproved {
	color: #424a4c;
	background: #f8e1e1;
	border-radius: 4px;
	font: 600 13px Arial;
	margin: 0 0 10px 0;
	padding: 10px;
}
.comment {
	position: relative;
	background: #ecf0f6;
	border-radius: 4px;
	padding: 15px 20px 10px;
	margin: 0 0 10px 0px;
}
a.comment_permalink {
	color: #000;
	position: absolute;
	float: none;
	top: 15px;
	right: 15px;
}
.comment_top {
	padding: 0 0 15px 0;
}
.comment_author {
	font: 600 13px Arial;
	padding: 0 0 5px 0;
}
.link_edit a {
	font: 11px Arial;
}
.comment_date {
	font: 11px Arial;
}
a.comment-reply-link,
.comment-reply-login {
	color: #000;
	position: absolute;
	float: none;
	font: 600 11px Arial;
	bottom: 15px;
	right: 15px;
}
/* end comments */

/* reviews */
.many_reviews {
	margin: 0 0 20px 0;
}
.no_reviews {
	background: #ecf0f6;
	border-radius: 4px;
	padding: 10px 20px 10px;
	margin: 0 0 20px 0;
}
.one_reviews {
	position: relative;
	background: #ecf0f6;
	border-radius: 4px;
	padding: 10px 20px 5px;
	margin: 0 0 20px 0;
}
.one_reviews_abs {
	position: absolute;
	float: none;
	top: -7px;
	left: 30px;
	width: 16px;
	height: 7px;
	background: url(images/review_ug.png) no-repeat;
}
.one_reviews_name {
	float: left;
	font: 600 14px Arial;
	margin: 0 5px 10px 0;
}
.one_reviews_date {
	float: left;
	font: 600 14px Arial;
}
.one_reviews_text {
	font: italic 14px Arial;
}
.one_reviews_text p {
	padding: 0 0 10px 0;
}
.one_reviews_answer {
	text-align: right;
	font-style: italic;
}
.one_reviews_answer_title {
	font-weight: bold;
}
.one_reviews_answer p {
	padding: 0 0 10px 0;
}
/* end reviews */

/* reviews form */
.rf_div_wrap {
	margin: 0 0 40px 0;
}
.rf_div_title {
	display: none;
}
.rf_div {
	background: #ecf0f6;
	padding: 20px;
	border-radius: 4px;
	overflow: hidden;
}
.rf_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.rf_line {
	padding: 8px 0;
}
/* end reviews form */

/* user api */
.userapi_form {
	background: #fff;
	border: 1px solid #e3e8f0;
	margin: 0 0 20px 0;
	padding: 20px 20px;
}
.userapi_form_label {
	font-weight: 600;
	padding: 0 0 3px 0;
}
.userapi_form_title {
	font:
		600 22px "Roboto Slab",
		serif;
	color: #000;
	margin: 0px 0px 20px;
}
.userapi_form_token,
.userapi_options {
	padding: 0 0 10px 0;
}
.userapi_textarea_label {
	font:
		13px "Roboto Slab",
		serif;
	padding: 0 0 3px 0;
}
.userapi_textarea {
	padding: 0 0 10px 0;
}
.userapi_table_title {
	font:
		600 22px "Roboto Slab",
		serif;
	color: #000;
	margin: 0 0 20px 0;
}
.userapi_table_one {
	background: #fff;
	border: 1px solid #e3e8f0;
	padding: 15px 20px;
	position: relative;
	margin: 0 0 10px 0;
}
.userapi_table_one_title {
	font:
		600 14px "Roboto Slab",
		serif;
	color: #000;
	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 */

/* usersbill */
.userwallets_form {
	text-align: left;
	background: #fff;
	border: 1px solid #e3e8f0;
	margin: 0 0 30px 0;
	padding: 15px 15px;
	border-radius: 4px;
}
.verify_status {
	padding: 5px 0 0 0;
	font: 600 13px Arial;
}
.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;
}
/* end usersbill */

/* userverify */
.userverify_text {
	margin: 0 0 30px 0;
	padding: 20px 20px 1px;
	background: #f5f7fa;
}
.userverify_div {
	margin: 0 0 30px 0;
	padding: 20px;
	background: #f5f7fa;
}
.ustbl_line {
	padding: 5px 0px;
}
.ustbl_line_left {
	float: left;
	width: 300px;
	padding: 10px 0 0 0;
}
.ustbl_title {
	padding: 0 0 5px 0;
	font: 13px Arial;
}
.ustbl_warn {
	color: #858c97;
	font: 13px Arial;
	padding: 0 0 10px 0;
}
.ustbl_file {
	padding: 0 0 10px 0;
}
.ustbl_res_error {
	color: #d51616;
	font: 600 13px Arial;
	padding: 0 0 10px;
}
.usvefilelock {
	padding: 0 0 10px 20px;
	position: relative;
	font: 13px/15px Arial;
}
.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 Arial;
}

.pntable_wrap {
	margin: 0 0 20px 0;
}
.pntable_wrap_title {
	font:
		600 18px "Roboto Slab",
		serif;
	color: #4cba4f;
	margin: 0 0 15px 0;
}
.pntable {
	margin: 0 0 20px;
}
.pntable table {
	width: 100%;
	border: none;
	border-left: 1px solid #e3e8f0;
	border-right: 1px solid #e3e8f0;
	border-collapse: separate;
}
.pntable table th {
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #ffffff;
	padding: 15px 15px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: 1px solid #4bba4e;
}
.pntable table th.th1 {
	border-radius: 4px 0 0 0;
}
.pntable table th.th2 {
	border-radius: 0 4px 0 0;
}
.pntable table td {
	font: 13px Arial;
	padding: 15px 15px;
	text-align: left;
	background: #fff;
	border: none;
	border-bottom: 1px solid #e3e8f0;
}
.pntable table td.td1 {
	border-radius: 0 0 0 4px;
}
.pntable table td.td2 {
	border-radius: 0 0 4px 0;
}
/* end userverify */

.pntable table.has_adaptive {
	border: none;
}
.pntable table.has_adaptive tbody {
	display: block;
}
.pntable .one_item {
	padding: 10px 10px;
	background: #fff;
	border: 1px solid #ecf0f6;
	border-radius: 4px;
	margin: 0 0 10px 0;
	display: block;
}
.pntable .one_item_line {
	padding: 3px 0;
	display: block;
}
.pntable .one_item_label {
	padding: 0 10px 0 0;
	font: 600 13px Arial;
}
.pntable .one_item_content {
	font: 12px Arial;
}

/* 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: 600 14px Arial;
}
.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 600 14px Arial;
}
.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: 600;
	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 */

/* userxch */
.userxch_tablediv {
	background: #f5f7fa;
	border: 3px solid #dbe2ee;
	margin: 0 0 30px 0;
	padding: 15px 20px;
	border-radius: 4px;
}
.userxch_tablediv table {
	width: 100%;
}
.userxch_tablediv table th {
	padding: 5px 10px;
	text-align: left;
	background: none;
	font: 13px Arial;
}
.userxch_tablediv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font: 13px Arial;
}
/* end userxch */

/* partner stats */
.stattablediv {
	background: #f5f7fa;
	border: 3px solid #dbe2ee;
	margin: 0 0 30px 0;
	padding: 15px 20px;
	border-radius: 4px;
}
.stattablediv table {
	width: 100%;
}
.stattablediv table th {
	padding: 5px 10px;
	text-align: left;
	background: none;
	font: 13px Arial;
}
.stattablediv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font: 13px Arial;
}

.statuserdiv {
	width: 350px;
	margin: 0 0 30px 0;
	background: #fff;
	border: 1px solid #e3e8f0;
	padding: 15px 15px;
	border-radius: 4px;
}
.statuserdiv_title {
	border-radius: 4px 4px 0 0;
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #ffffff;
	padding: 15px 25px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: 1px solid #4bba4e;
	margin: -15px -15px 15px;
}
.statuserdiv table {
	width: 100%;
}
.statuserdiv table th {
	padding: 5px 10px;
	text-align: left;
	background: none;
	font: 13px Arial;
}
.statuserdiv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font: 13px Arial;
}

.promouserdiv h3 {
	font:
		bold 20px "Roboto Slab",
		serif;
	margin: 0 0 10px 0;
}
.promouserdiv h4 {
	font:
		bold 18px "Roboto Slab",
		serif;
	margin: 0 0 10px 0;
}
.promouserdiv p {
	padding: 0 0 20px 0;
}
/* end partner stats */

/* partner payouts */
.paytext {
	border-radius: 4px;
	margin: 0 0 30px 0;
	padding: 15px 20px;
	font: 13px Arial;
	background: #f5f7fa;
	border: 3px solid #dbe2ee;
}
.paydiv {
	border-radius: 4px;
	margin: 0 0 30px 0;
	padding: 15px 20px;
	font: 13px Arial;
	background: #f5f7fa;
	border: 3px solid #dbe2ee;
}
.pay_left_col {
	padding: 0 0 5px 0;
	font: 600 13px Arial;
}
.pay_select {
	margin: 0 0 5px 0;
}
.pay_input {
	position: relative;
	margin: 0 0 10px 0;
}
.pay_input input {
	padding-left: 30px;
}
a.delpay_link {
	font: 600 13px Arial;
	color: #ff0000;
}
a.delpay_link.act {
	cursor: default;
	color: #ccc;
}
.paystatus {
	font: 600 13px Arial;
}
.paystatus.pst1 {
	color: #0390cb;
}
.paystatus.pst2 {
	color: #03cb29;
}
.paystatus.pst3 {
	color: #ff0000;
}
.paystatus.pst4 {
	color: #ff0000;
}
.exch_course2 {
	background: url(images/liarr.png) no-repeat 0 3px;
	padding: 0 0 0 12px;
	margin: 0 0 0 6px;
}
a.exch_status_link {
	font: 600 13px Arial;
	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: #ff0000;
}
a.exch_status_link.st_coldsuccess,
a.exch_status_link.st_success {
	color: #03cb29;
}
.exch_sum {
	font-weight: 600;
}
/* end partner payouts */

/* sitemap */
.sitemap_block {
	margin: 0 0 30px 0;
}
.sitemap_title {
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #4bba4e;
	margin: 0 0 15px 0;
}
ul.sitemap_ul_exchanges li {
	float: left;
	display: block;
	width: 290px;
	padding: 0 30px 5px 12px;
	background: url(images/liarr.png) no-repeat 0 4px;
}
ul.sitemap_ul li {
	display: block;
	padding: 0 0px 5px 12px;
	background: url(images/liarr.png) no-repeat 0 4px;
}
/* end sitemap */

/* domacc */
.domacc_div_wrap {
	margin: 0 0 30px 0;
}
.domacc_div_title {
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #ffffff;
	padding: 15px 15px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: 1px solid #4bba4e;
	border-radius: 4px 4px 0 0;
}
.domacc_div {
	background: #fff;
	border: 1px solid #e3e8f0;
	border-radius: 0 0 4px 4px;
	padding: 10px 20px;
	overflow: hidden;
}
.domacc_line {
	padding: 5px 0;
}
.domacc_label {
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font: 600 13px Arial;
}
.domacc_val {
	float: left;
	width: 300px;
	font: 13px Arial;
}
/* end domacc */

/* tarifs */
.tarif_block {
	margin: 0 0 20px 0;
}
.tarif_title {
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #ffffff;
	padding: 15px 15px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: 1px solid #4bba4e;
	border-radius: 4px 4px 0 0;
}
.tarif_table_title {
	padding: 10px 10px;
	border: 1px solid #e3e8f0;
	font:
		bold 16px "Roboto Slab",
		serif;
	color: #2d374a;
	border-radius: 3px;
	margin: 0 0 2px 0;
}
.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 Arial;
	padding: 5px 10px 0px;
	text-decoration: none;
	background: #fff;
	color: #000;
	border-bottom: 1px solid #e3e8f0;
}
.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: 600 13px/25px Arial;
}
.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 Arial;
}
.tarif_curs_arr {
	float: left;
	height: 25px;
	width: 3%;
	background: url(images/tarif_curs_arr.png) no-repeat center center;
}
.tarif_curs_reserv {
	margin: 0 -10px;
	border-top: 2px solid #f7f7f8;
	padding: 5px 10px 5px 51%;
	color: #888;
	font: 600 12px Arial;
}
/* end tarifs */

.home_page_wrap {
	padding: 42px 0 0 0;
	width: 960px;
	margin: 0 auto;
}

/* home wtext */
.home_wtext_block {
	margin: 0 0 40px 0;
	border-radius: 3px;
	border: 3px solid #dbe2ee;
	padding: 15px 30px 1px;
	color: #4b576e;
	background: #f5f7fa;
}
.home_wtext_title {
	margin: 0 0 15px 0;
	color: #4cba4f;
	font:
		bold 24px "Roboto Slab",
		serif;
}
/* end home wtext */

/* home text */
.home_text_block {
	color: #868c96;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ced5e0;
	margin: 0 0 40px 0;
}
.home_text_title {
	margin: 0 0 20px 0;
	color: #2d374a;
	font:
		bold 28px "Roboto Slab",
		serif;
}
/* end home text */

/* home news */
.home_news_block {
	padding: 0 0 45px 0;
}
.home_news_title {
	float: left;
	font:
		600 28px "Roboto Slab",
		serif;
	margin: 0 30px 25px 0;
	color: #2d374a;
}
a.home_news_more {
	float: left;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	font: 12px/34px Arial;
	padding: 0 20px;
	background: #4ebc51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3db240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3db240);
	background-image: linear-gradient(to bottom, #5dc560, #3db240);
	text-decoration: none;
	margin: 3px 0 0 0;
}
a.home_news_more:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3db240), color-stop(1, #5dc560));
	background-image: -o-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -moz-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -webkit-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -ms-linear-gradient(bottom, #3db240, #5dc560);
	background-image: linear-gradient(to bottom, #3db240, #5dc560);
}
.home_news_div {
	width: 960px;
	overflow: hidden;
}
.home_news_ins {
	width: 1040px;
}
.home_news_one {
	position: relative;
	margin: 0 28px 0 0;
	float: left;
	width: 300px;
}
.home_news_date {
	font: 14px Arial;
	margin: 0 0px 10px 0;
}
.home_news_content {
	font: 13px Arial;
}
/* end home news */

/* home partners */
.home_partner_wrap {
	padding: 0 0 45px 0;
}
.home_partner_title {
	font:
		600 28px "Roboto Slab",
		serif;
	margin: 0 0px 25px 0;
	color: #2d374a;
}
.home_partner_div {
	width: 960px;
	overflow: hidden;
}
.home_partner_ins {
	width: 1040px;
}
.home_partner_one {
	float: left;
	margin: 0 55px 10px 0;
}
/* end home partners */

/* home reviews */
.home_reviews_block {
	padding: 0 0 45px 0;
}
.home_reviews_title {
	float: left;
	font:
		600 28px "Roboto Slab",
		serif;
	margin: 0 30px 25px 0;
	color: #2d374a;
}
a.home_reviews_more {
	float: left;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	font: 12px/34px Arial;
	padding: 0 20px;
	background: #4ebc51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3db240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3db240);
	background-image: linear-gradient(to bottom, #5dc560, #3db240);
	text-decoration: none;
	margin: 3px 0 0 0;
}
a.home_reviews_more:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3db240), color-stop(1, #5dc560));
	background-image: -o-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -moz-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -webkit-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -ms-linear-gradient(bottom, #3db240, #5dc560);
	background-image: linear-gradient(to bottom, #3db240, #5dc560);
}
.home_reviews_div {
	width: 960px;
	overflow: hidden;
	padding: 8px 0 0 0;
}
.home_reviews_ins {
	width: 1040px;
}
.home_reviews_one {
	position: relative;
	border-radius: 4px;
	background: #ecf0f6;
	margin: 0 28px 0 0;
	padding: 30px;
	float: left;
	width: 240px;
}
.home_reviews_abs {
	position: absolute;
	float: none;
	top: -7px;
	left: 30px;
	width: 16px;
	height: 7px;
	background: url(images/review_ug.png) no-repeat;
}
.home_reviews_date {
	font: 14px Arial;
	margin: 0 0px 10px 0;
	color: #4cba4f;
}
.home_reviews_date a {
	color: #4cba4f;
}
.home_reviews_content {
	font: italic 14px Arial;
}
/* end home reviews */

/* home lchange */
.home_lchange_div {
	padding: 0 0 40px 0;
	border-bottom: 1px solid #ced5e0;
	margin: 0 0 40px 0;
}
.home_lchange_title {
	font:
		600 28px "Roboto Slab",
		serif;
	margin: 0 30px 25px 0;
	color: #2d374a;
}
.home_lchange_left {
	float: left;
	width: 472px;
	height: 110px;
	position: relative;
}
.home_lchange_right {
	float: left;
	margin: 0 0 0 60px;
	height: 110px;
	position: relative;
}
.home_lchange_one {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	background: #fff;
	border: 1px solid #ced5e0;
	padding: 15px;
	border-radius: 4px;
	height: 80px;
	width: 380px;
}
.home_lchange_date {
	font: 14px Arial;
	margin: 0 0 15px 0;
}
.home_lchange_why {
	float: left;
	width: 160px;
}
.home_lchange_ico {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #ced5e0;
	border-radius: 3px;
}
.home_lchange_txt {
	float: left;
	width: 90px;
	font: 14px Arial;
	padding: 11px 0 0 10px;
}
.home_lchange_arr {
	float: left;
	width: 50px;
	height: 50px;
	background: url(images/harr.png) no-repeat 0 center;
}
/* end home lchange */

/* home reserv */
.home_reserv_block {
	padding: 0px 0 45px 0;
	position: relative;
}
.home_reserv_title {
	font:
		600 28px "Roboto Slab",
		serif;
	margin: 0 30px 25px 0;
	color: #2d374a;
}
.home_reserv_many {
	overflow: hidden;
}
.home_reserv_many_ins {
	width: 1030px;
}
.one_home_reserv {
	float: left;
	width: 210px;
	border: 1px solid #e7ebf3;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	background: #fff;
	padding: 10px;
}
.one_home_reserv_ico {
	float: left;
	width: 50px;
	height: 50px;
}
.one_home_reserv_block {
	float: right;
	width: 150px;
	color: #4b576e;
	font: 14px Arial;
	padding: 9px 0 0 0;
}
.one_home_reserv_title {
	font: 14px Arial;
	margin: 0 0 1px 0;
}
/* end home reserv */

.xchange_table_wrap {
	width: 960px;
	padding: 0px 0 0px;
	margin: 0 auto;
}

/* type table 1 */
.xchange_type_table {
	padding: 0 0 35px;
}
.xtt_icon_wrap {
	padding: 0 0 10px 0;
}
.xtt_left_col_icon {
	float: left;
	width: 390px;
}
.xtt_right_col_icon {
	float: right;
	width: 550px;
}
.tbl_icon {
	float: left;
	padding: 3px 12px;
	background: #f5f7fa;
	border-radius: 3px;
	font: 12px Arial;
	margin: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
}
.tbl_icon.active {
	background: #47b84a;
	color: #fff;
}
.xtt_left_col_title {
	float: left;
	width: 390px;
	border-radius: 3px 3px 0 0;
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #fff;
	padding: 15px 0px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: none;
}
.xtt_table_title1 {
	padding: 0 20px;
}
.xtt_right_col_title {
	float: right;
	width: 550px;
	border-radius: 3px 3px 0 0;
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #fff;
	padding: 15px 0px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: none;
}
.xtt_table_title2 {
	float: left;
	width: 370px;
	padding: 0 0px 0 20px;
}
.xtt_table_title3 {
	display: none;
	float: right;
	width: 140px;
	padding: 0 0px 0 20px;
}
.xtt_table_title4 {
	float: right;
	width: 140px;
	padding: 0 0px 0 20px;
}
.xtt_left_col_table {
	float: left;
	width: 390px;
}
.xtt_one_line_left {
	position: relative;
	padding: 2px 20px 2px 10px;
	background: #fff;
	border-bottom: 1px solid #e7ebf3;
	cursor: pointer;
}
.xtt_one_line_ico_left {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}
.xtt_change_ico {
	width: 50px;
	height: 50px;
}
.xtt_one_line_name_left {
	float: left;
	width: 180px;
}
.xtt_one_line_name {
	height: 50px;
	font: 13px Arial;
	display: table-cell;
	vertical-align: middle;
	color: #4b576e;
}
.xtt_one_line_curs_left {
	float: right;
	width: 90px;
}
.xtt_one_line_curs {
	height: 50px;
	width: 90px;
	font: 13px Arial;
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	color: #4b576e;
}
.xtt_one_line_left:hover,
.js_item_left.active .xtt_one_line_left {
	background: #f5f7fa;
}
.xtt_right_col_table {
	float: right;
	width: 550px;
}
.xtt_line_tab {
	display: none;
}
.xtt_line_tab.active {
	display: block;
}
.xtt_one_line_right {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 2px 20px 2px 10px;
	background: #fff;
	border-bottom: 1px solid #e7ebf3;
	cursor: pointer;
}
.xtt_one_line_right:hover {
	background: #f5f7fa;
}
.xtt_one_line_ico_right {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}
.xtt_one_line_name_right {
	float: left;
	width: 210px;
}
.xtt_one_line_curs_right {
	float: left;
	width: 100px;
}
.xtt_one_line_reserv_right {
	float: right;
	width: 120px;
	margin: -2px 0;
	padding: 2px 0px 2px 20px;
	border-left: 1px solid #e7ebf3;
}
.xtt_one_line_reserv {
	height: 50px;
	font: 13px Arial;
	display: table-cell;
	vertical-align: middle;
	color: #4b576e;
}
.xtt_one_line_rez {
	cursor: pointer;
	position: absolute;
	float: none;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	background: url(images/rez.png) no-repeat center center;
	margin: -11px 0 0 0;
}
.xtt_one_line_rez:hover {
	opacity: 0.6;
}
.xtt_one_line_rez_ins {
	display: none;
}
/* end type table 1 */

/* type table 4 */
.tbl4 .xtt_left_col_icon {
	float: left;
	width: 290px;
}
.tbl4 .xtt_right_col_icon {
	float: right;
	width: 655px;
}
.tbl4 .xtt_left_col_title {
	float: left;
	width: 290px;
	border-radius: 3px 3px 0 0;
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #fff;
	padding: 15px 0px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	border: none;
}
.tbl4 .xtt_table_title1 {
	padding: 0 20px;
}
.tbl4 .xtt_right_col_title {
	float: right;
	width: 655px;
	border-radius: 3px 3px 0 0;
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #fff;
	padding: 15px 0px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	border: none;
}
.tbl4 .xtt_table_title2 {
	float: left;
	width: 270px;
	padding: 0 0px 0 20px;
}
.tbl4 .xtt_table_title3 {
	display: block;
	float: left;
	width: 184px;
	padding: 0 0px 0 20px;
}
.tbl4 .xtt_table_title4 {
	float: right;
	width: 140px;
	padding: 0 0px 0 20px;
}
.tbl4 .xtt_left_col_table {
	float: left;
	width: 290px;
}
.tbl4 .xtt_one_line_left {
	position: relative;
	padding: 2px 20px 2px 10px;
	background: #fff;
	border-bottom: 1px solid #e7ebf3;
	cursor: pointer;
}
.tbl4 .xtt_one_line_ico_left {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}
.tbl4 .xtt_change_ico {
	width: 50px;
	height: 50px;
}
.tbl4 .xtt_one_line_name_left {
	float: left;
	width: 175px;
}
.tbl4 .xtt_one_line_name {
	height: 50px;
	font: 13px Arial;
	display: table-cell;
	vertical-align: middle;
	color: #4b576e;
}
.tbl4 .xtt_one_line_left:hover,
.tbl4 .js_item_left.active .xtt_one_line_left {
	background: #f5f7fa;
}
.tbl4 .xtt_right_col_table {
	float: right;
	width: 655px;
}
.tbl4 .xtt_one_line_right {
	display: block;
	text-decoration: none;
	position: relative;
	padding: 2px 20px 2px 10px;
	background: #fff;
	border-bottom: 1px solid #e7ebf3;
	cursor: pointer;
}
.tbl4 .xtt_one_line_ico_right {
	float: left;
	width: 50px;
	margin: 0 10px 0 0;
}
.tbl4 .xtt_one_line_name_right {
	float: left;
	width: 220px;
}
.tbl4 .xtt_one_line_curs_right {
	float: left;
	width: 180px;
	margin: -2px 0;
	padding: 2px 0px 2px 20px;
	border-left: 1px solid #eaeaea;
}
.tbl4 .xtt_one_line_curs {
	height: 50px;
	font: 600 13px Arial;
	display: table-cell;
	vertical-align: middle;
	color: #4b576e;
	text-align: left;
}
.tbl4 .xtt_one_line_reserv_right {
	float: right;
	width: 120px;
	margin: -2px 0;
	padding: 2px 0px 2px 20px;
	border-left: 1px solid #e7ebf3;
}
.tbl4 .xtt_one_line_reserv {
	height: 50px;
	font: 13px Arial;
	display: table-cell;
	vertical-align: middle;
	color: #4b576e;
}
.tbl4 .xtt_one_line_right:hover {
	background: #f5f7fa;
}
.tbl4 .xtt_one_line_rez {
	cursor: pointer;
	position: absolute;
	float: none;
	top: 50%;
	right: 20px;
	width: 22px;
	height: 22px;
	background: url(images/rez.png) no-repeat center center;
	margin: -11px 0 0 0;
}
.tbl4 .xtt_one_line_rez:hover {
	opacity: 0.6;
}
.tbl4 .xtt_one_line_rez_ins {
	display: none;
}
/* end type table 4 */

/* type table 2 */
.xchange_type_plitka {
	padding: 0 0 35px;
}
.xtp_icon_wrap {
	padding: 0 0 10px 0;
}
.xtp_left_col_icon {
	float: left;
	width: 490px;
}
.xtp_right_col_icon {
	float: right;
	width: 460px;
}
.xtp_table_wrap {
	border-radius: 3px;
	background: #e2e7ef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf0f6), color-stop(1, #d9dfe9));
	background-image: -o-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: -moz-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: -webkit-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: -ms-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: linear-gradient(to bottom, #ecf0f6, #d9dfe9);
	padding: 30px;
}
.xtp_left_col_table {
	float: left;
	width: 400px;
	margin: 0 0 0 20px;
}
.xtp_right_col_table {
	float: left;
	width: 400px;
	margin: 0 0 0 50px;
}
.xtp_col_table_top {
	margin: 0 0 10px 0;
}
.xtp_table_title {
	font:
		bold 16px "Roboto Slab",
		serif;
	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 #ced5e0;
	background: #fff;
	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 20px 0;
}
.xtp_commis_wrap {
	position: relative;
	margin: 0 0 20px 0;
}
.xtp_commis_text {
	float: left;
	height: 50px;
	font: 13px/50px Arial;
}
.xtp_commis_wrap input {
	float: left;
	margin: 0 10px 0 0;
	font: 20px/50px Arial;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 120px;
}
.xtp_curs_wrap {
	position: relative;
	width: 300px;
	margin: 0 0 20px 0;
}
.xtp_input_wrap input {
	font: 20px/50px Arial;
	padding: 0 20px 0 20px;
	height: 50px;
}
.xtp_select_wrap {
	position: absolute;
	float: none;
	top: 0px;
	right: -110px;
	width: 100px;
	height: 50px;
}
.xtp_select_wrap select {
	width: 100%;
	height: 50px;
}
.xtp_line {
	padding: 0 0 10px 0;
	font: 14px Arial;
}
.xtp_line span {
	font-weight: 600;
}
a.xtp_link {
	font: 14px Arial;
	color: #4cba4f;
	text-decoration: none;
	border-bottom: 1px dotted #4cba4f;
}
a:hover.xtp_link {
	color: #4cba4f;
	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: #e9edf4 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: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	border-radius: 3px;
	height: 50px;
	width: 300px;
	margin: 0 auto;
	-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: #ffffff;
	font:
		600 18px/50px "Roboto Slab",
		serif;
	cursor: pointer;
	text-align: center;
}
a.xtp_submit:hover,
a.xtl_submit:hover {
	background: #66cc69;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71d474), color-stop(1, #58c25b));
	background-image: -o-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -moz-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -webkit-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -ms-linear-gradient(bottom, #71d474, #58c25b);
	background-image: linear-gradient(to bottom, #71d474, #58c25b);
}
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 40px 0;
}
.xtl_html_wrap {
	position: relative;
}
.xtl_table_body {
	margin: 0 0 20px 0;
}
.xtl_left_col,
.xtl_right_col {
	border-radius: 3px;
	background: #e2e7ef;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ecf0f6), color-stop(1, #d9dfe9));
	background-image: -o-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: -moz-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: -webkit-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: -ms-linear-gradient(bottom, #ecf0f6, #d9dfe9);
	background-image: linear-gradient(to bottom, #ecf0f6, #d9dfe9);
	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 {
		border-radius: 3px;
		background: #e2e7ef;
		background-image: -webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, #ecf0f6),
			color-stop(1, #d9dfe9)
		);
		background-image: -o-linear-gradient(bottom, #ecf0f6, #d9dfe9);
		background-image: -moz-linear-gradient(bottom, #ecf0f6, #d9dfe9);
		background-image: -webkit-linear-gradient(bottom, #ecf0f6, #d9dfe9);
		background-image: -ms-linear-gradient(bottom, #ecf0f6, #d9dfe9);
		background-image: linear-gradient(to bottom, #ecf0f6, #d9dfe9);
		padding: 30px;
	}
	.xtl_left_col {
		float: left;
		width: 47%;
		position: relative;
		background: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
	.xtl_center_col {
		float: left;
		width: 6%;
		margin: 0;
		padding: 64px 0 0 0;
	}
	.xtl_right_col {
		float: right;
		width: 47%;
		position: relative;
		background: none;
		box-shadow: none;
		padding: 0;
		margin: 0;
	}
}
.xtl_table_title {
	font:
		bold 28px "Roboto Slab",
		serif;
	color: #4cba4f;
	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 Slab",
		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 Slab",
		serif;
}
.xtl_commis_wrap input {
	font:
		20px/50px "Roboto Slab",
		serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtl_line {
	padding: 0 0 10px 0;
	font:
		13px "Roboto Slab",
		serif;
}
.xtl_line span {
	font-weight: 600;
}
/* 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: #f8f9fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.hexch_message_wrap {
	padding: 0 0 30px;
}
.hexch_message {
	border-radius: 3px;
	padding: 15px 30px 15px 30px;
	border: 3px solid #dbe2ee;
	background: #f8f9fc;
}
.hexch_message_title {
	color: #4cba4f;
	font:
		bold 22px "Roboto Slab",
		serif;
	margin: 0 0 10px 0;
}
.notverify_message {
	margin: 0 0 30px;
	border-radius: 3px;
	padding: 15px 30px 15px 30px;
	border: 3px solid #dbe2ee;
	background: #f8f9fc;
}
.hexch_div {
	width: 960px;
	padding: 0 0 35px;
	margin: 0 auto;
}
.hexch_div_ins {
	border-radius: 3px;
	border: 3px solid #dbe2ee;
	background: #f8f9fc;
	padding: 30px 0 10px;
}
.hexch_left {
	margin: 0 0 0 20px;
	float: left;
	width: 410px;
}
.hexch_right {
	float: left;
	width: 410px;
	margin: 0 0 0 40px;
}
.hexch_pers {
	margin: 0 0 0 20px;
	width: 410px;
	padding: 20px 0 10px 0;
}
.hexch_bigtitle {
	font:
		bold 18px "Roboto Slab",
		serif;
	color: #4cba4f;
	margin: 0 0 15px 140px;
}
.hexch_information {
	padding: 0 0 20px 140px;
}
.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,
.hexch_pers_title {
	font:
		bold 18px "Roboto Slab",
		serif;
	color: #4cba4f;
	margin: 0 0 15px 120px;
}
.hexch_info_line {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
	font: 600 13px/14px Arial;
	padding: 0 0 20px 120px;
}
.hexch_info_line p {
	padding: 3px 0;
}
.hexch_curs_line,
.hexch_pers_line {
	position: relative;
	margin: 0 0 20px 0;
}
.hexch_curs_line .check_purse_line {
	padding: 20px 0 0px 120px;
}
.hexch_sumandcom {
	font: 14px Arial;
	padding: 0 0 20px 120px;
}
.hexch_curs_label,
.hexch_pers_label {
	float: left;
	width: 100px;
	height: 50px;
	text-align: right;
}
.hexch_curs_label_ins,
.hexch_pers_label_ins {
	height: 50px;
	display: table-cell;
	width: 100px;
	font: 14px Arial;
	vertical-align: middle;
}
.hexch_curs_input,
.hexch_pers_input {
	position: relative;
	float: right;
	width: 290px;
}
.hexch_curs_input input,
.hexch_pers_input input {
	font: 16px/50px Arial;
	height: 50px;
	width: 100%;
}
.hexch_curs_input select,
.hexch_pers_input select {
	height: 50px;
	width: 100%;
}
input.hexch_submit {
	display: block;
	height: 50px;
	width: 300px;
	margin: 0 0 20px 140px;
	line-height: 50px;
	text-align: center;
}
.hexch_checkdata_div,
.hexch_div .exchange_checkpersdata {
	padding: 0 0 15px 140px;
}
/* end hexch */

/* all exchange */
.span_skidka {
	color: #4cba4f;
	font: 14px Arial;
}
.hexch_div_ins .ajax_post_bids_res {
	margin: 0 30px;
}
.span_give_max span,
.span_get_max span {
	display: block;
}
.info_window {
	display: none;
	z-index: 1;
	position: absolute;
	top: 104%;
	float: none;
	left: 0px;
	color: #4b576e;
	font: 12px/14px Arial;
	background: #ecf0f6;
	padding: 15px 20px;
	border-radius: 3px;
}
.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: 16px;
	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: 600 10px Arial;
}
.js_wrap_error.error .js_error {
	display: block;
}
input.js_choice_input {
	padding-left: 40px;
}
.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/purse.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: #fff;
	box-shadow: 0 0 5px #9fa3a1;
	display: none;
}
.js_choice_line {
	padding: 5px 10px;
	border-bottom: 1px solid #dedede;
}
/* end all exchange */

/* xchange */
.notice_message {
	border-radius: 3px;
	padding: 15px 30px 1px 30px;
	border: 3px solid #dbe2ee;
	background: #f8f9fc;
	margin: 0 0 30px 0;
}
.notice_message_title {
	color: #4cba4f;
	font:
		bold 22px "Roboto Slab",
		serif;
	margin: 0 0 10px 0;
}
.xchange_data_title,
.xchange_pers_title {
	color: #4cba4f;
	font:
		bold 24px "Roboto Slab",
		serif;
	border-radius: 3px 3px 0 0;
}
.xchange_data_title.otd span {
	position: relative;
	padding: 4px 30px 4px 0;
	background: url(images/arr-right.png) no-repeat right center;
}
.xchange_data_title.pol span {
	position: relative;
	padding: 4px 30px 4px 0;
	background: url(images/arr-left.png) no-repeat right center;
}
.xchange_submit_div {
	padding: 10px 0 20px;
	text-align: center;
}
.xchange_submit_div input {
	display: block;
	height: 50px;
	width: 300px;
	margin: 0 auto;
	line-height: 50px;
	text-align: center;
}
.xchange_checkdata_div,
.xchange_div .exchange_checkpersdata {
	padding: 0 0 15px 230px;
}
.xchange_data_div {
	padding: 20px 0px 10px;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #ced5e0;
}
.xchange_data_left {
	width: 340px;
	float: left;
}
.xchange_info_line {
	height: 50px;
	font: 13px Arial;
}
.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 20px 0;
	padding: 0 0 0 120px;
}
.xchange_sum_label {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 100px;
	height: 50px;
	font: 13px/50px Arial;
	text-align: right;
	color: #4b576e;
}
.xchange_sum_input {
	position: relative;
}
.xchange_sum_input input {
	width: 100%;
	height: 50px;
	font: 16px/50px Arial;
}
.xchange_select {
	margin: 0 0 20px 0;
	height: 50px;
}
.xchange_select select {
	width: 100%;
	height: 50px;
}
.xchange_sumandcom {
	min-height: 50px;
	color: #4b576e;
	font: 13px/16px Arial;
	margin: 0 0 20px 0;
}
.xchange_curs_line {
	margin: 0 0 20px 0;
}
.xchange_curs_label {
	padding: 0 0 5px 0;
	font: 13px Arial;
}
.xchange_curs_input {
	position: relative;
}
.xchange_curs_input input {
	font: 16px/50px Arial;
	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 {
	width: 340px;
	padding: 30px 0 0 0px;
}
.xchange_pers_line {
	margin: 0 0 20px 0;
}
.xchange_pers_label {
	padding: 0 0 5px 0;
	font: 13px Arial;
}
.xchange_pers_input {
	position: relative;
}
.xchange_pers_input input {
	font: 16px/50px Arial;
	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: #f8f9fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.warning_message {
	border-radius: 3px;
	padding: 15px 30px 10px;
	margin: 0 0 30px 0;
	border: 3px solid #dbe2ee;
	background: #f8f9fc;
}
.warning_message_title {
	color: #4cba4f;
	font:
		bold 22px "Roboto Slab",
		serif;
	margin: 0 0 10px 0;
}
.warning_message_text p {
	padding: 0 0 10px 0;
}
.other_directions_wrap {
	border-radius: 3px;
	border: 3px solid #dbe2ee;
	background: #f8f9fc;
	padding: 20px 20px 10px;
	margin: 0 0 20px 0;
}
.other_directions_title {
	color: #4cba4f;
	font:
		bold 22px "Roboto Slab",
		serif;
	margin: 0 0px 20px;
}
a.other_direction {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	text-decoration: none;
	font:
		13px "Roboto Slab",
		serif;
}
.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/liarr.png) no-repeat center center;
}
/* end xchange */

/* step 1 */
.block_xchangedata {
	min-height: 400px;
	margin: 0 0 30px 0;
}
.block_xchdata_title {
	color: #4cba4f;
	font:
		bold 24px "Roboto Slab",
		serif;
}
.block_xchdata_title.otd span {
	position: relative;
	padding: 4px 30px 4px 0;
	background: url(images/arr-right.png) no-repeat right center;
}
.block_xchdata_title.pol span {
	position: relative;
	padding: 4px 30px 4px 0;
	background: url(images/arr-left.png) no-repeat right center;
}
.block_xchdata_comm {
	padding: 0px 30px 15px;
	color: #858c97;
}
.block_xchdata_info {
	padding: 10px 0px 15px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ced5e0;
}
.block_xchdata_info_left {
	float: left;
	width: 400px;
}
.block_persdata_line,
.block_xchdata_line {
	padding: 0 0 5px 0;
}
.block_persdata_line span,
.block_xchdata_line span {
	font-weight: 600;
	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;
	border: 1px solid #ced5e0;
	border-radius: 3px;
}
.block_xchdata_text {
	float: left;
	height: 50px;
	font:
		bold 18px/50px "Roboto Slab",
		serif;
}
.block_persdata_title {
	color: #4cba4f;
	font:
		bold 24px "Roboto Slab",
		serif;
}
.block_persdata_info {
	padding: 15px 0px 5px;
}
.block_persdata_info span {
	font-weight: 600;
}
.block_persdata_info p {
	padding: 5px 0;
}
.block_rule_info {
	color: #ff0000;
	padding: 10px 0 10px;
	text-align: center;
}
.block_submitbutton {
	padding: 10px 0 20px;
	text-align: center;
}
.block_warning {
	border-radius: 4px;
	padding: 15px 30px 15px 30px;
	background: #f8f9fc;
	border: 3px solid #dbe2ee;
}
.block_warning_title {
	color: #4cba4f;
	font:
		bold 22px "Roboto Slab",
		serif;
	margin: 0 0 10px 0;
}
.block_checked_rule {
	padding: 20px 0px 20px 160px;
}
/* end step 1 */

/* bid status */
.block_statusbids {
	min-height: 400px;
	margin: 0 0 30px 0;
}
.block_statusbid_title {
	color: #fff;
	font:
		bold 20px "Roboto Slab",
		serif;
	padding: 15px 15px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	border-radius: 4px;
}
.block_instruction {
	padding: 20px 30px 10px;
}
.block_instruction p {
	padding: 0 0 10px 0;
}
.not_vaccaunt_now {
	font-weight: 600;
}
.block_statusnew_sum {
	margin: 0 0 20px 0;
}
.block_payinfo {
	padding: 20px 30px;
}
.block_payinfo_line {
	padding: 5px 0;
}
.block_payinfo_line span {
	font-weight: 600;
}
.block_status {
	background: #f8f9fc;
	border: 3px solid #dbe2ee;
	border-radius: 4px;
	padding: 20px 30px;
}
.block_status_time {
	padding: 0 0 10px 0;
}
.block_status_time span {
	font-weight: 600;
}
span.block_status_text_info {
	font-weight: 600;
}
.block_check_payment {
	height: 20px;
	position: relative;
	overflow: hidden;
	margin: 0 30px 20px;
	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 Arial;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.block_change_browse {
	text-align: center;
	padding: 20px 0;
	color: #ff0000;
}
.block_warning_merch {
	padding: 15px 30px;
	background: #f8f9fc;
}
.block_paybutton_merch {
	padding: 30px 0;
}
.block_paybutton {
	padding: 20px 30px;
}
.block_smsbutton {
	border-top: 1px solid #ced5e0;
	padding: 20px 30px;
}
.block_smsbutton_label {
	padding: 0 0 8px 0;
	font-weight: 400px;
}
.block_smsbutton_action input[type="text"] {
	width: 120px;
	float: left;
	text-align: center;
}
.block_smsbutton_action input[type="submit"] {
	margin: 0 0 0 20px;
	float: left;
}
a.cancel_paybutton {
	float: left;
	display: block;
	text-decoration: none;
	background: #79808b;
	border-radius: 3px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	-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: #fff;
	font:
		600 18px/40px "Roboto Slab",
		serif;
	cursor: pointer;
	text-align: center;
}
a.cancel_paybutton:hover {
	background: #61666e;
}
.resultfalse.paybutton_error {
	width: 160px;
	float: right;
}
a.success_paybutton {
	float: right;
	display: block;
	text-decoration: none;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	border-radius: 3px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font:
		600 18px/40px "Roboto Slab",
		serif;
	cursor: pointer;
	text-align: center;
}
a.success_paybutton:hover {
	background: #66cc69;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71d474), color-stop(1, #58c25b));
	background-image: -o-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -moz-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -webkit-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -ms-linear-gradient(bottom, #71d474, #58c25b);
	background-image: linear-gradient(to bottom, #71d474, #58c25b);
}
a.merch_paybutton {
	display: block;
	text-decoration: none;
	background: #252927;
	border-radius: 3px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	-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: #fff;
	font:
		600 18px/40px "Roboto Slab",
		serif;
	cursor: pointer;
	text-align: center;
}
a.merch_paybutton:hover {
	background: #000;
}
/* end bid status */

/* 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: 50px;
	height: 50px;
	margin: 0 10px 0 0;
}
.select_txt {
	float: inherit;
	width: 220px;
}
.select_js_title {
	font: 14px/50px Arial;
	border: 1px solid #ced5e0;
	border-radius: 3px;
	height: 50px;
	background: #f8f9fb;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f2f3f7));
	background-image: -o-linear-gradient(bottom, #ffffff, #f2f3f7);
	background-image: -moz-linear-gradient(bottom, #ffffff, #f2f3f7);
	background-image: -webkit-linear-gradient(bottom, #ffffff, #f2f3f7);
	background-image: -ms-linear-gradient(bottom, #ffffff, #f2f3f7);
	background-image: linear-gradient(to bottom, #ffffff, #f2f3f7);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #2d374a;
	overflow: hidden;
}
.select_js_title:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f2f3f7), color-stop(1, #ffffff));
	background-image: -o-linear-gradient(bottom, #f2f3f7, #ffffff);
	background-image: -moz-linear-gradient(bottom, #f2f3f7, #ffffff);
	background-image: -webkit-linear-gradient(bottom, #f2f3f7, #ffffff);
	background-image: -ms-linear-gradient(bottom, #f2f3f7, #ffffff);
	background-image: linear-gradient(to bottom, #f2f3f7, #ffffff);
}
.select_js_title_ins {
	padding: 0 40px 0 20px;
	background: url(images/jsel.png) no-repeat right center;
}
.iselect_js .select_js_title_ins {
	padding: 0 40px 0 10px;
	background: url(images/jsel.png) no-repeat right center;
}
.pay_select .select_js_title,
.userbill_title .select_js_title,
.onesystembody .select_js_title {
	font: 13px/38px Arial;
	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: #fff;
	border: 1px solid #ced5e0;
	border-radius: 3px;
	width: 100%;
	min-width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 0 0 3px 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 Arial;
}
.iselect_js .select_js_ulli {
	padding: 0 10px;
	height: 50px;
	font: 16px/50px Arial;
}
.select_js_ulli:hover {
	background: #fcfded;
}
.select_js_ulli.active {
	background: #ecf0f6;
}
/* end select */

/* 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 Arial;
}
.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: 0px 20px 20px;
	box-shadow: 0 0 10px #000;
	background: #fff;
	border-radius: 3px;
}
.standart_window_close {
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 18px;
	right: 15px;
}
.standart_window_title {
	font:
		bold 20px "Roboto Slab",
		serif;
	color: #fff;
	margin: 0 -20px 20px;
	padding: 15px 40px 15px 20px;
	background: #4bba4e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3cb240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3cb240);
	background-image: linear-gradient(to bottom, #5dc560, #3cb240);
	text-align: left;
	border: none;
	border-radius: 3px 3px 0 0;
}
.standart_windowins img {
	max-width: 100%;
}
.standart_window_submit {
	padding: 20px 0px 0;
	text-align: center;
}
.rb_label {
	font: 13px Arial;
	padding: 0px 0px 3px 0px;
}
.rb_line {
	padding: 5px 0;
}
/* end reserv window */

/* comment navi */
.comment-navigation {
	margin: 0 0 20px 0;
}
.nav-previous a {
	float: left;
	padding: 8px 13px;
	border-radius: 4px;
}
.nav-next a {
	float: right;
	padding: 8px 13px;
	border-radius: 4px;
}
/* end comment navi */

/* pagenavi */
.pagenavi {
	padding: 0px 0 0 0;
	margin: 0 0 20px 0;
	color: #2d374a;
	text-align: center;
	font:
		bold 14px "Roboto Slab",
		serif;
}
.pagenavi span,
.pagenavi a {
	margin: 0 2px;
	position: relative;
	padding: 6px 13px;
	border-radius: 3px;
}
.pagenavi span {
	background: #4cbb4f;
	color: #fff;
}
.pagenavi a,
.nav-previous a,
.nav-next a {
	text-decoration: none;
	color: #2d374a;
	background: #ecf0f6;
}
.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	color: #2d374a;
	text-decoration: none;
}
/* end pagenavi */

/* sidebar */
.sidebar {
	float: right;
	width: 260px;
	padding: 58px 0 0 0;
}
/* end sidebar */

/* news widget */
.widget {
	margin: 0 0 30px 0;
}
.widgetnews_top {
	padding: 0 0 25px 0;
}
.widget_news_div .widget_title {
	float: left;
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
}
a.wmorenews {
	float: right;
	height: 34px;
	border-radius: 3px;
	color: #fff;
	font: 12px/34px Arial;
	padding: 0 20px;
	background: #4ebc51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5dc560), color-stop(1, #3db240));
	background-image: -o-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -moz-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -webkit-linear-gradient(bottom, #5dc560, #3db240);
	background-image: -ms-linear-gradient(bottom, #5dc560, #3db240);
	background-image: linear-gradient(to bottom, #5dc560, #3db240);
	text-decoration: none;
	margin: -2px 0 0 0;
}
a.wmorenews:hover {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3db240), color-stop(1, #5dc560));
	background-image: -o-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -moz-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -webkit-linear-gradient(bottom, #3db240, #5dc560);
	background-image: -ms-linear-gradient(bottom, #3db240, #5dc560);
	background-image: linear-gradient(to bottom, #3db240, #5dc560);
}
.widgetnews_body {
	background: #ecf0f6;
	border-radius: 4px;
	padding: 30px 30px 1px;
}
.widget_news_line {
	margin: 0 0 30px 0;
}
.widget_news_date {
	color: #2d374a;
	font: 14px Arial;
	margin: 0 0 15px 0;
}
.widget_news_content {
	font: 12px Arial;
}
.widget_news_content a {
	text-decoration: underline;
}
.widget_news_content a:hover {
	text-decoration: none;
}
/* end news widget */

/* stats widget */
.widget_stats_div {
	position: relative;
	border-radius: 4px;
	background: #ecf0f6;
	margin: 0 0 25px 0;
	padding: 20px 30px;
}
.widget_stats_div .widget_title {
	font:
		600 20px "Roboto Slab",
		serif;
	padding: 0 0 10px 0;
	color: #2d374a;
}
.widget_stats_line {
	padding: 10px 0px;
}
.widget_stats_line span {
	font-weight: 600;
}
/* end news widget */

/* reviews widget */
.widget_reviews_line {
	position: relative;
	border-radius: 4px;
	background: #ecf0f6;
	margin: 0 0 25px 0;
	padding: 30px;
}
.widget_reviews_abs {
	position: absolute;
	float: none;
	top: -7px;
	left: 30px;
	width: 16px;
	height: 7px;
	background: url(images/review_ug.png) no-repeat;
}
.widget_reviews_author {
	float: left;
	font: 14px Arial;
	margin: 0 3px 10px 0;
	color: #4cba4f;
}
.widget_reviews_author a {
	color: #4cba4f;
}
.widget_reviews_date {
	float: left;
	font: 14px Arial;
	margin: 0 0 10px 0;
	color: #4cba4f;
}
.widget_reviews_content {
	font: italic 14px Arial;
}
/* end reviews widget */

/* userverify widget */
.userverify_widget {
	margin: 0 0 30px 0;
	background: #ecf0f6;
	padding: 20px 30px;
	border-radius: 4px;
}
.userverify_widget_title {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	padding: 0 0 15px 0;
}
.account_verify {
	background: url(images/no.png) no-repeat 0 2px;
	padding: 0 0 0 25px;
	font: 13px Arial;
	color: #f27e66;
}
.account_verify.true {
	color: #6cbd51;
	background: url(images/ok.png) no-repeat 0 1px;
}
.needverifylink {
	padding: 15px 0 0 0;
	text-align: center;
}
/* end userverify widget */

/* lastbids */
.widget_lastbids_div {
	margin: 0 0 30px 0;
	background: #ecf0f6;
	padding: 20px 0px 0;
	border-radius: 4px;
}
.widget_lastbids_div .widget_title {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	padding: 0 0 10px 30px;
}
.lb_statics_line {
	border-bottom: 1px solid #f7f8f9;
	padding: 10px 0px 10px 30px;
}
.lb_statics_line span {
	font-weight: 600;
}
.lastbids_one_line {
	border-bottom: 1px solid #f7f8f9;
	padding: 10px 0px 10px 30px;
}
.lbo_time {
	font: 13px Arial;
	margin: 0 0 5px 0;
}
.lbo_item_div span {
	font-weight: 600;
}
.widget_lb_nobid {
	border-bottom: 1px solid #f7f8f9;
	padding: 10px 0px 10px 30px;
	font-weight: 600;
}
/* end lastbids */

/* lchange */
.widget_lchange_div {
	margin: 0 0 30px 0;
	background: #ecf0f6;
	padding: 20px 0px 20px 30px;
	border-radius: 4px;
}
.widget_lchange_div .widget_title {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	padding: 0 0 15px 0px;
}
.widget_lchange_date {
	font: 14px Arial;
	margin: 0 0 15px 0;
}
.widget_lchange_why {
	float: left;
	width: 85px;
}
.widget_lchange_ico {
	width: 50px;
	height: 50px;
}
.widget_lchange_txt {
	font: 14px Arial;
	padding: 6px 0 0 5px;
}
.widget_lchange_arr {
	float: left;
	width: 50px;
	height: 50px;
	background: url(images/harr.png) no-repeat 0 center;
}
/* end lchange */

/* cbr widget */
.widget_cbr_div {
	margin: 0 0 30px 0;
	padding: 20px 0px 0px 0px;
	background: #ecf0f6;
	border-radius: 4px;
}
.widget_cbr_div_title {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	padding: 0 0 15px 30px;
}
.cbr_update {
	padding: 10px 30px;
	font: bold 13px Arial;
}
.widget_cbr_line {
	border-bottom: 1px solid #eaeaea;
	padding: 10px 10px 10px 30px;
}
.widget_cbr_left {
	float: left;
	width: 100px;
}
.widget_cbr_title {
	font: 600 13px Arial;
	padding: 3px 0 2px 0;
}
.widget_cbr_birg {
	font: 600 10px Arial;
	color: #858c97;
}
.widget_cbr_curs {
	float: left;
	font: 13px Arial;
	width: 100px;
	padding: 0 0 0 20px;
}
.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 */

/* reserv widget */
.widget_reserv_div {
	margin: 0 0 30px 0;
	background: #ecf0f6;
	border-radius: 4px;
	padding: 20px 0px 10px 0px;
}
.widget_reserv_div_title {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	padding: 0 0 5px 30px;
}
.widget_reserv_line {
	padding: 5px 5px 5px 25px;
}
.widget_reserv_ico {
	float: left;
	width: 50px;
	height: 50px;
}
.widget_reserv_block {
	float: right;
	width: 170px;
	font: 14px Arial;
	padding: 10px 0 0 0;
}
.widget_reserv_title {
	font: 14px Arial;
	margin: 0 0 1px 0;
}
.widget_reserv_sum {
	color: #4cba4f;
}
.widget_reserv_filters {
	padding: 10px 0 6px 25px;
}
.widget_reserv_filter {
	float: left;
	padding: 3px 12px;
	background: #f5f7fa;
	border-radius: 3px;
	font: 12px Arial;
	margin: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
}
.widget_reserv_filter.current {
	background: #47b84a;
	color: #fff;
}
/* end reserv widget */

/* register widget */
.register_widget,
.login_widget,
.user_widget,
.checkstatus_widget {
	margin: 0 0 30px 0;
	background: #ecf0f6;
	border-radius: 4px;
	padding: 20px 30px;
}
.register_widget_title,
.login_widget_title,
.user_widget_title,
.checkstatus_widget_title {
	font:
		600 20px "Roboto Slab",
		serif;
	color: #2d374a;
	padding: 0 0 25px 0px;
}
.widget_reg_label,
.widget_log_label,
.widget_checkstatus_label {
	margin: 0;
	padding: 0 0 3px;
	font: 13px Arial;
}
.widget_reg_line,
.widget_log_line,
.widget_checkstatus_line {
	padding: 0 0 15px;
}
.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 Arial;
}
.login_widget_subm_right {
	float: right;
	text-align: right;
	width: 49%;
	font: 12px Arial;
}
/* end login widget */

/* user widget */
.uswidin {
	margin: 0 0 15px 0;
	font: 14px Arial;
}
.uswidinleft {
	float: left;
	width: 50%;
}
.uswidinright {
	float: right;
	width: 50%;
	text-align: right;
	color: #4cba4f;
}
.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: 13px Arial;
	text-decoration: underline;
}
.user_widget_body ul li a:hover {
	font: 13px Arial;
	text-decoration: none;
}
.user_widget_body ul li.current a {
	color: #313c50;
	text-decoration: none;
	cursor: default;
}
a.exit_link {
	display: block;
	background: #323d51;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #374257), color-stop(1, #2d374a));
	background-image: -o-linear-gradient(bottom, #374257, #2d374a);
	background-image: -moz-linear-gradient(bottom, #374257, #2d374a);
	background-image: -webkit-linear-gradient(bottom, #374257, #2d374a);
	background-image: -ms-linear-gradient(bottom, #374257, #2d374a);
	background-image: linear-gradient(to bottom, #374257, #2d374a);
	border-radius: 3px;
	height: 40px;
	padding: 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font:
		600 18px/40px "Roboto Slab",
		serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
a.exit_link:hover {
	background: #424e64;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4c5971), color-stop(1, #384358));
	background-image: -o-linear-gradient(bottom, #4c5971, #384358);
	background-image: -moz-linear-gradient(bottom, #4c5971, #384358);
	background-image: -webkit-linear-gradient(bottom, #4c5971, #384358);
	background-image: -ms-linear-gradient(bottom, #4c5971, #384358);
	background-image: linear-gradient(to bottom, #4c5971, #384358);
	text-decoration: none;
}
/* end user widget */

/* footer */
.footer_wrap {
	background: #ecf0f6;
	width: 100%;
	min-width: 1000px;
	font: 12px Arial;
}
.footer {
	width: 960px;
	margin: 0 auto;
	padding: 28px 0;
}
.footer_left {
	float: left;
	padding: 0px 0px 0 0;
	width: 350px;
}
.copyright {
	width: 95%;
	padding: 75px 0 0 10px;
	color: #343f53;
}
.footer_timetable {
	color: #343f53;
}
.footer_timetable p {
	padding: 0 0 10px 0;
}
.copyright a,
.footer_timetable a {
	color: #0098d2;
}
.footer_menu {
	width: 340px;
}
.footer_menu li {
	float: left;
	margin: 0 30px 3px 0;
	width: 140px;
}
.footer_menu li a {
	font: 14px Arial;
	text-decoration: underline;
}
.footer_menu li a:hover {
	text-decoration: none;
}
.footer_center {
	float: left;
	width: 300px;
}
.footer_center img {
	margin: 0 15px 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_center img:hover {
	opacity: 0.7;
}
.mobile_link {
	padding: 7px 0 0 0;
	text-align: center;
}
.mobile_link a {
	float: left;
	color: #0758b7;
	font:
		12px/30px "Montserrat",
		sans-serif;
	text-decoration: none;
	padding: 0 0 0 35px;
	background: url(images/mobile.png) no-repeat 0 center;
}
.mobile_link a:hover {
	text-decoration: underline;
}
.footer_right {
	float: right;
	width: 250px;
	padding: 0px 0 0 0;
}
/* end footer */

/* result message */
.resulttrue {
	padding: 14px 20px;
	border-radius: 4px;
	color: #424a4c;
	background: #ecf3e2;
	margin: 0 0 10px 0;
	font: 600 13px Arial;
}
.resultfalse,
.xtp_error,
.xtl_error,
.hexch_error,
.exch_error,
.home_resultfalse {
	padding: 14px 20px;
	border-radius: 4px;
	color: #424a4c;
	background: #f8e1e1;
	margin: 0 0 10px 0;
	font: 600 13px Arial;
}
.home_resultfalse {
	margin: 0 0 20px 0;
}
/* end result message */

/* operator */
.statuswork_div {
	position: fixed;
	z-index: 99999;
	width: 42px;
	height: 220px;
	top: 290px;
}
.statuswork_div.toleft {
	left: 0px;
}
.statuswork_div.toright {
	right: 0px;
}
.statuswork_div_ins {
	position: relative;
	width: 42px;
	height: 220px;
}
.statuswork {
	position: absolute;
	float: none;
	top: 73px;
	left: -89px;
	width: 165px;
	height: 38px;
	padding: 9px 0 0 55px;
	background: #46b64a 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 Arial;
	border-radius: 3px 3px 0 0;
}
.statuswork_div.status_op0 .statuswork {
	background: #444f64 url(images/operator.png) no-repeat 15px center;
}
.statuswork_title {
	font: 600 14px Arial;
	text-transform: uppercase;
}
/* 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;
}
.last_events_option {
	background: #f0f5f3;
	color: #252927;
	font: 13px Arial;
	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: 600 13px Arial;
	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;
}
.rtl_body .levents_close {
	right: auto;
	left: 10px;
}
/* end changes course */

/* 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: 16px;
	height: 5px;
}
.field_tooltip {
	color: #4b576e;
	font: 12px/14px Arial;
	background: #ecf0f6;
	padding: 15px 20px;
	border-radius: 3px;
}
/* end tooltips */

/* top button */
.topbutton {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	background: #444f64 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 */

/* classed */
.red,
.req {
	color: #c8303d;
}
.bred {
	font-weight: 600;
	color: #c8303d;
}
.bgreen {
	font-weight: 600;
	color: #4cba4f;
}
.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;
}
.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;
}

.crumbs {
	border-bottom: 1px dotted #999999;
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 9px;
	font-weight: 600;
	line-height: 15px;
	color: #ccc;
}

.crumbs a {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 9px;
	font-weight: 600;
	line-height: 15px;
	color: #ccc;
	text-decoration: none;
}

.pods4et_itogov_1 {
	width: 23%;
	float: left;
	margin: 0 1% 40px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 40px;
	margin-left: 1%;
	text-align: center;
}

.kol-vo {
	font-family: "roboto slab", serif;
	font-size: 40px;
	line-height: 90px;
	color: #4cba4f;
}

.opisanie {
	font-family: "roboto slab", serif;
	font: 600 16px;
}

.telegram-button {
	position: fixed;
	right: 13px;
	bottom: 90px;
	transform: translate(-50%, -50%);
	background: #0088cc; /*цвет кнопки*/
	border-radius: 50%;
	width: 50px; /*ширина кнопки*/
	height: 50px; /*высота кнопки*/
	color: #fff;
	text-align: center;
	line-height: 50px; /*центровка иконки в кнопке*/
	font-size: 30px; /*размер иконки*/
	display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible; /* важно */    	
	z-index: 9999;
}
.telegram-button a {
	color: #fff;
}
.telegram-button:before,
.telegram-button:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

.telegram-button:after {
	animation-delay: 0.5s;
}

@keyframes animate {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.2);
		opacity: 0;
	}
}

@media (max-width: 1000px) {
	.telegram-button {
		bottom: 70px; /*отступ кнопки снизу от экрана*/
		left: 70px; /*отступ кнопки слева от экрана(right - справа)*/
	}
}

/*block transfer number*/
.block_smsbutton {
	padding: 28px 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.block_smsbutton_label {
	font-size: 14px;
	line-height: 16px;
}
.block_smsbutton_action {
	display: flex;
	gap: 20px;
}
.block_smsbutton_action input[type="text"] {
	padding: 12px;
	width: 100%;
	max-width: 172px;
	height: 40px;
	text-align: left;
	border: 1px solid #d9dad9;
	border-radius: 4px;
	background-color: #ffffff;
	color: #000000;
}
.block_smsbutton_action input[type="text"]:hover {
	transition: all 0.1s ease-in-out;
}
.block_smsbutton_action input[type="text"]:focus {
	border-color: #47b84a;
	transition: border 0.1s ease-in-out;
}
.block_smsbutton_action input[type="submit"] {
	margin: 0;
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	width: unset;
	height: unset;
	border: none;
	border-radius: 4px;
	background: linear-gradient(180deg, #5AC35D 0%, #3DB341 100%);
	color: #fff;
}
.block_smsbutton_action input[type="submit"]:hover {
	background: #66cc69;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #71d474), color-stop(1, #58c25b));
	background-image: -o-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -moz-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -webkit-linear-gradient(bottom, #71d474, #58c25b);
	background-image: -ms-linear-gradient(bottom, #71d474, #58c25b);
	background-image: linear-gradient(to bottom, #71d474, #58c25b);
	transition: all 0.1s ease-in-out;
}
.block_smsbutton_action input[type="submit"]:active {
	filter: brightness(80%);
	transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 640px) {
	.block_smsbutton_action {
		flex-direction: column;
		gap: 8px;
	}
	.block_smsbutton_action input[type="text"] {
		max-width: unset;
		height: 48px;
	}
	.block_smsbutton_action input[type="submit"] {
		font-size: 14px;
		line-height: 16px;
		border-radius: 4px;
	}
}
.block_statusbids .ustbl_line {
	padding: 28px 30px;
	border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.block_statusbids .ustbl_line .clear,
.block_smsbutton .clear {
	display: none;
}
.block_statusbids .ustbl_line_ins {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.block_statusbids .ustbl_line_left,
.block_statusbids .ustbl_line_right {
	width: 100%;
}
.block_statusbids .ustbl_line_left {
	max-width: 350px;
	margin: 0;
	padding: 0;
}
.block_statusbids .ustbl_line_right {
	max-width: 160px;
	padding: 0;
	border: none;

	.ustbl_line_right_abs {
		display: none;
	}
}
.block_statusbids .ustbl_title {
	margin-bottom: 8px;
	font-size: 14px;
	padding: 0;
}
.block_statusbids .ustbl_warn {
	margin-bottom: 20px;
	color: #787878;
	font-size: 14px;
}
.walletsverify_box .verify_acc_file::after,
.ustbl_file::after,
.walletsverify_box .verify_acc_file input,
.usveajaxform .ustbl_line_ins .ustbl_line_left .ustbl_file input.usveupfilesome,
.ustbl_file .js_hf_input {
	display: none;
}
.ustbl_file input.usveupfilesome {
	display: none;
}
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn {
	padding: 10px 24px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
	text-align: center;
	border-radius: 4px;
	background: #79808B;
	color: #fff;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn:hover {
	filter: brightness(90%);
	transition: all 0.1s ease-in-out;
}
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn:active {
	filter: brightness(80%);
	transition: all 0.1s ease-in-out;
}
.block_statusbids .ustbl_line .ustbl_eximg {
	margin-bottom: 10px;
	padding: 0;
}
.block_statusbids .ustbl_line .ustbl_eximg img {
	max-width: 160px;
	max-height: 160px;
	border-radius: 12px;
}
.block_statusbids .ustbl_line .ustbl_descr {
	text-align: center;
	color: #787878;
	font-size: 12px;
	padding: 0;
}
.block_statusbids_ins .ustbl_bar {
	margin-top: 20px;
}
.ustbl_file {
	padding: 0;
}
.ustbl_bar {
	position: relative;
	display: none;
	padding: 12px;
	background-color: rgba(0, 0, 0, 0.08);
	border-radius: 12px;
}
.ustbl_bar .ustbl_bar_abs {
	position: relative;
	background-color: rgba(69, 220, 147, 1);
	height: 6px;
	margin: 7px 0;
}
.ustbl_bar::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 12px;
	width: calc(100% - 24px);
	height: 6px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}
@media only screen and (max-width: 640px) {
	.block_statusbids .ustbl_line_ins {
		flex-direction: column;
		gap: 20px;
	}
	.block_statusbids .ustbl_warn {
		font-size: 12px;
		line-height: 14px;
	}
	.block_statusbids .ustbl_line_right {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: unset;
	}
	.block_statusbids .ustbl_line .ustbl_file .chose_file_btn {
		font-size: 14px;
		line-height: 16px;
		border-radius: 4px;
	}
}

.lang_constants {
	display: none;
}
