* {
	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: 400;
	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,
b {
	font-weight: 600;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
}
select,
input,
textarea {
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
button,
input[type="submit"] {
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-appearance: none;
}
:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}
a {
	text-decoration: none;
	color: #3d9cdd;
}
a:hover {
	text-decoration: none;
	color: #7e9a0d;
}
body {
	font:
		14px/1.35em Inter,
		sans-serif;
	color: #121416;
	background: #ecf5fa url(images/bg.webp) no-repeat center top;
	background-size: contain;
}
#container {
	display: block;
	position: relative;
	width: 100%;
	min-width: 320px;
}
input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #dbe8f1;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px;
	font:
		14px/40px Inter,
		sans-serif;
}
input[type="search"] {
	border: 1px solid #dbe8f1;
	border-radius: 4px;
	background: #fff url(images/search.png) no-repeat 10px center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px 0 35px;
	font:
		14px/40px Inter,
		sans-serif;
}
textarea {
	border: 1px solid #dbe8f1;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	min-height: 100px;
	padding: 15px;
	font:
		14px Inter,
		sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: 1px solid #a6d1ef;
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
	border: 1px solid #ccc;
	background: #fafafa;
	color: #121416;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error {
	border: 1px solid #f7b1b1;
}
select {
	border: 1px solid #dbe8f1;
	background: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px;
	font:
		14px Inter,
		sans-serif;
}
input[type="submit"] {
	border: 1px solid #3d9cdd;
	background: #3d9cdd;
	border-radius: 8px;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	height: 40px;
	padding: 0 25px;
	font:
		15px/40px Inter,
		sans-serif;
}
input[type="submit"]:hover {
	background: #4facec;
	border: 1px solid #4facec;
	color: #fff;
	text-decoration: none;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background: #ccc;
	border: 1px solid #ccc;
	color: #121416;
	cursor: default;
}
.checkbox {
	cursor: pointer;
	background: url(images/checkbox.png) no-repeat 0 0;
	font:
		13px/16px Inter,
		sans-serif;
	padding: 2px 0 2px 28px;
}
.checkbox input {
	display: none;
}
.checkbox.checked {
	background: url(images/checkbox.png) no-repeat 0 -180px;
}
._container {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
._title {
	margin: 0 0 10px 0;
	font:
		600 20px/20px Inter,
		sans-serif;
}
.btn {
	padding: 7px 20px;
	background: #3d9cdd;
	text-decoration: none;
	border-radius: 8px;
	color: #fff;
	font-size: 13px;
	position: relative;
	display: inline-block;
	transition: 0.25s;
	cursor: pointer;
	border: 0;
}
.btn:hover {
	background: #4facec;
}
.captcha_div {
	margin: 0 -10px 20px 0;
}
.hexch_div .captcha_div {
	margin: 0 0 20px;
}
.captcha_title {
	display: none;
}
.captcha_body {
	padding: 0;
}
.captcha_divznak {
	float: left;
	width: 24px;
	height: 40px;
	font:
		600 18px/40px Inter,
		sans-serif;
	text-align: center;
}
input.captcha_divpole {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	font:
		18px/40px Inter,
		sans-serif;
	margin: 0;
	text-align: center;
}
a.captcha_reload {
	float: left;
	margin: 0 0 0 5px;
	width: 32px;
	height: 40px;
	border-radius: 3px;
	background: url(images/reload.png) no-repeat center center;
}
a.captcha_reload.act {
	background: #fff url(images/ajax-loader.gif) no-repeat center center;
}
.captcha_divimg {
	float: left;
	width: 38px;
	height: 38px;
	border: 1px solid #ddd;
}
.captcha_divimg img {
	width: 38px;
	height: 38px;
}
.captcha_sci_div {
	margin: 0 0 20px;
	font:
		13px Inter,
		sans-serif;
}
.captcha_sci_title {
	margin: 0 0 5px;
	color: #6e7a89;
	font:
		14px Inter,
		sans-serif;
}
.captcha_sci_body {
	padding: 0 0 5px;
}
.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 #3d9cdd;
}
.wclosearea {
	position: relative;
	z-index: 95;
	padding: 5px 0;
	background: #e27c83;
	border-bottom: 2px solid #ce656c;
}
.wclosearea_ins {
	max-width: 1170px;
	margin: 0 auto;
	min-height: 20px;
	position: relative;
}
.wclosearea_hide {
	position: absolute;
	float: none;
	top: 0;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/w_close.png) no-repeat center center;
	border-radius: 3px;
}
.wclosearea_hide.active {
	background: #fff url(images/ajax-loader.gif) no-repeat center center;
}
.wclosearea_text {
	padding: 0 30px 0 10px;
}
.wclosearea_text_ins {
	padding: 2px 0 0 26px;
	background: url(images/warning.png) no-repeat;
	background-position: 0 2px;
	color: #840606;
	font:
		500 13px Inter,
		sans-serif;
}
.wclosearea_text a {
	color: #840606;
	text-decoration: underline;
}
.wclosearea_text a:hover {
	text-decoration: none;
}
.tolbar_lang {
	float: right;
	height: 30px;
	margin: 20px 0 0 10px;
}
.langlist_div {
	position: relative;
	height: 30px;
	cursor: pointer;
}
.langlist_title {
	height: 30px;
	border-radius: 8px;
	padding: 0 8px;
	background: #ecf5fa;
	font:
		13px/30px Inter,
		sans-serif;
	color: #121416;
	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: 40px;
	right: 0;
	padding: 3px 8px;
	width: 120px;
	background: #fff;
	box-shadow: 0 0 10px #bad0d8;
	border-radius: 8px;
	display: none;
}
a.langlist_li {
	position: relative;
	display: block;
	padding: 5px 5px 5px 30px;
	font:
		13px Inter,
		sans-serif;
	color: #121416;
	text-decoration: none;
}
.langlist_liimg {
	position: absolute;
	float: none;
	top: 7px;
	left: 8px;
}
a.toplink {
	float: right;
	margin: 20px 0 0 10px;
	padding: 0 8px;
	background: #cde0a1;
	border-radius: 8px;
	height: 30px;
	font:
		13px/30px Inter,
		sans-serif;
	color: #121416;
	text-decoration: none;
}
a.toplink:hover {
	background: #dceeb2;
}
a.toplink.toplink_signup {
	background: #f6e596;
}
a.toplink.toplink_signup:hover {
	background: #f9edb4;
}
@media all and (max-width: 600px) {
	a.toplink {
		display: none;
	}
}
@media all and (max-width: 1049px) {
	.tolbar_lang,
	a.toplink {
		margin: 10px 0 0 10px;
	}
}
.tophead_wrap {
	width: 100%;
	position: relative;
	z-index: 90;
	background: #fff;
	border-bottom: 1px solid #d9e9f4;
	box-shadow: 0 0 15px #c7e0ed;
}
.tophead {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	height: 80px;
}
@media all and (max-width: 1049px) {
	.tophead {
		height: 60px;
	}
}
.logoblock {
	float: left;
	width: 280px;
	height: 80px;
	overflow: hidden;
}
.logoblock_ins {
	width: 280px;
	height: 80px;
	display: table-cell;
	vertical-align: middle;
	color: #121416;
	font:
		600 26px Inter,
		sans-serif;
}
.logoblock_ins img {
	max-height: 50px;
	vertical-align: middle;
}
@media all and (max-width: 1049px) {
	.logoblock {
		height: 60px;
		width: 160px;
	}
	.logoblock_ins {
		height: 60px;
		width: 160px;
	}
	.logoblock_ins img {
		max-height: 30px;
		max-width: 160px;
	}
}
.logoblock_ins a {
	text-decoration: none;
	color: #121416;
}
.topmenu {
	display: none;
	float: left;
}
@media all and (min-width: 1050px) {
	.topmenu {
		display: block;
		margin: 0;
	}
}
.topmenu li {
	float: left;
	height: 80px;
	padding: 0;
	margin: 0 0 0 10px;
}
.topmenu li:hover {
	position: relative;
}
.topmenu li a {
	float: left;
	height: 80px;
	font:
		16px/80px Inter,
		sans-serif;
	background: none;
	color: #121416;
	padding: 0 5px;
	text-decoration: none;
}
.topmenu li:hover > a > span,
.topmenu li.current-menu-item > a > span {
	color: #3d9cdd;
}
.topmenu ul ul {
	position: absolute;
	float: none;
	display: none;
	top: 100px;
	left: 0;
	background: #fff;
	border-radius: 0 0 8px 8px;
	padding: 10px 0;
	height: auto;
	width: 235px;
	margin: 0;
}
.ugmenu {
	display: none;
}
.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 !important;
	display: block;
	height: auto;
	padding: 10px 10px 10px 20px;
	font:
		14px Inter,
		sans-serif;
	background: none;
	color: #121416;
	border-bottom: none;
	text-decoration: none;
	text-transform: none;
}
.topmenu ul ul li:hover > a {
	color: #3d9cdd;
	text-decoration: none;
	background: none;
	height: auto;
	border-bottom: none;
}
.topmenu li li.has_sub_menu > a span {
	display: block;
	padding: 0 15px 0 0;
	background: url(images/hsm.png) no-repeat right center;
}
.topmenu ul ul ul {
	position: absolute;
	display: none;
	float: none;
	top: -10px;
	left: 235px;
	height: auto;
}
@media all and (max-width: 1300px) {
	.topmenu ul ul ul {
		left: auto;
		right: 235px;
	}
}
.topmenu_ico {
	display: none;
	margin: 0 0 0 10px;
	width: 40px;
	height: 60px;
	float: right;
	cursor: pointer;
	background: url(images/menu-ico.png) no-repeat center center;
}
.mobile_menu_wrap {
	display: none;
}
@media all and (max-width: 1049px) {
	.topmenu_ico,
	.mobile_menu_wrap {
		display: block;
	}
}
.mobile_menu_abs {
	display: none;
	position: fixed;
	float: none;
	top: 0;
	left: 0;
	z-index: 999998;
	width: 100%;
	height: 100%;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.mobile_menu {
	display: none;
	position: fixed;
	z-index: 999999;
	float: none;
	top: 0;
	right: 0;
	padding: 20px;
	width: 70%;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #fff;
	word-break: break-all;
}
.mobile_menu_title {
	color: #121416;
	font:
		600 24px Inter,
		sans-serif;
	padding: 0 0 15px;
}
.mobile_menu_close {
	position: absolute;
	float: none;
	top: 15px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(images/menu_close.png) no-repeat center center;
}
.mobile_menu_ins {
	padding: 0;
}
.mobile_menu_ins li {
	display: block;
}
.mobile_menu_ins li a {
	display: block;
	font:
		15px Inter,
		sans-serif;
	padding: 7px 0;
	color: #121416;
	text-decoration: none;
}
.mobile_menu_ins li.current-menu-item > a {
	position: relative;
	color: #3d9cdd;
}
.wrapper {
	position: relative;
	z-index: 80;
	min-height: 650px;
	overflow: hidden;
}
@media all and (max-width: 500px) {
	.wrapper {
		min-height: 50px;
	}
}
.content_wrap {
	padding: 20px 10px 10px;
	max-width: 1150px;
	margin: 0 auto;
}
@media all and (min-width: 960px) {
	.content_wrap {
		padding: 60px 10px 20px;
	}
}
.home .content_wrap {
	padding: 0;
	max-width: 100%;
}
.content {
	margin: 0 0 20px;
}
@media all and (min-width: 960px) {
	.content {
		float: left;
		width: 69%;
	}
}
@media all and (min-width: 1150px) {
	.content {
		width: 74%;
	}
}
.breadcrumb_wrap {
	padding: 0;
	position: relative;
	width: 100%;
}
.breadcrumb {
	padding: 0 0 5px;
}
h1.breadcrumb_title {
	margin: 0 0 20px;
	color: #121416;
	font:
		600 25px Inter,
		sans-serif;
}
.breadcrumb ul li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0 0 0 12px;
	color: #6e7a89;
	font:
		12px Inter,
		sans-serif;
	background: url(images/b_li.png) no-repeat 0 center;
}
.breadcrumb ul li.first {
	padding: 0;
	background: none;
}
.breadcrumb ul li a {
	color: #6e7a89;
	text-decoration: none;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 500px) {
	h1.breadcrumb_title {
		font:
			600 22px Inter,
			sans-serif;
	}
	.breadcrumb {
		display: none;
	}
}
.page_wrap,
.textblock {
	margin: 0 0 20px;
	padding: 20px 20px 5px;
	background: #fff;
	border-radius: 12px;
}
.text p {
	padding: 0 0 20px;
}
.text h1 {
	font:
		600 28px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.text h2 {
	font:
		600 26px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.text h3 {
	font:
		600 24px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.text h4 {
	font:
		600 22px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.text img,
.text iframe {
	max-width: 100%;
}
.notice_message_text ul,
.warning_message_text ul,
.hexch_message_text ul,
.block_instruction ul,
.text ul {
	margin: 0 0 20px 20px;
}
.notice_message_text ul ul,
.warning_message_text ul ul,
.hexch_message_text ul ul,
.block_instruction ul ul,
.text ul ul {
	margin: 0 0 0 20px;
	padding: 10px 0 0;
}
.notice_message_text ul li,
.warning_message_text ul li,
.hexch_message_text ul li,
.block_instruction ul li,
.text ul li {
	display: block;
	background: url(images/liarr.webp) no-repeat 0 5px;
	padding: 0 0 5px 14px;
}
.notice_message_text ol,
.warning_message_text ol,
.hexch_message_text ol,
.block_instruction ol,
.text ol {
	list-style-type: decimal;
	margin: 0 0 20px 40px;
}
.notice_message_text ol ol,
.warning_message_text ol ol,
.hexch_message_text ol ol,
.block_instruction ol ol,
.text ol ol {
	margin: 0 0 0 20px;
	padding: 10px 0;
}
.text table {
	border: none;
	margin: 0 0 20px;
}
.text table th {
	font:
		15px Inter,
		sans-serif;
	color: #6e7a89;
	background: #fff;
	border: none;
	padding: 10px;
	border-bottom: 1px solid #ecf5fa;
}
.text table td {
	font:
		15px Inter,
		sans-serif;
	background: #fff;
	color: #121416;
	border-bottom: 1px solid #ecf5fa;
	padding: 10px;
}
.oncetoggle {
	border: 1px solid #ecf5fa;
	border-radius: 6px;
	margin: 0 0 10px;
}
.oncetoggletitle {
	font:
		600 14px/14px Inter,
		sans-serif;
	color: #121416;
	padding: 0 5px;
	cursor: pointer;
}
.oncetoggle.active .oncetoggletitle {
	border-bottom: 1px solid #ecf5fa;
}
.oncetoggletitle_ins {
	padding: 14px 5px 14px 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;
	font:
		14px Inter,
		sans-serif;
}
.oncetoggle.active .oncetogglebody {
	display: block;
}
.oncetogglebody p {
	padding: 0 0 10px;
}
.reserv_wrap {
	margin: 0 0 20px;
	position: relative;
}
.reserv_many {
	overflow: hidden;
}
.one_reserv {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
	border: 1px solid #ecf5fa;
	border-radius: 6px;
	background: #fff;
	padding: 10px;
}
.one_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.one_reserv_block {
	float: right;
	width: 200px;
	color: #121416;
	font:
		600 14px Inter,
		sans-serif;
	padding: 2px 0 0;
}
.one_reserv_title {
	font:
		14px Inter,
		sans-serif;
	margin: 0 0 1px;
}
.shortcode_lchanges {
	margin: 0;
}
.shortcode_lchange_line {
	padding: 0 0 20px;
}
.shortcode_lchange_date {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	margin: 0 0 10px;
}
.shortcode_lchange_why {
	float: left;
	width: 85px;
}
.shortcode_lchange_ico {
	width: 40px;
	height: 40px;
}
.shortcode_lchange_txt {
	font:
		600 15px Inter,
		sans-serif;
	padding: 6px 0 0 5px;
	color: #121416;
}
.shortcode_lchange_arr {
	float: left;
	width: 40px;
	height: 40px;
	background: url(images/harr.png) no-repeat 0 center;
}
.term_description {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 1px;
	margin: 0 0 20px;
}
.many_news_wrap {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 1px;
	margin: 0 0 20px;
}
.one_news {
	border-bottom: 1px solid #ecf5fa;
	padding: 0 20px 20px;
	margin: 0 -20px 20px;
}
.single_news_wrap {
	padding: 20px;
	margin: 0 0 20px;
	background: #fff;
	border-radius: 12px;
}
h2.one_news_title {
	margin: 0 0 15px;
}
h2.one_news_title a {
	text-decoration: none;
	color: #121416;
	font:
		600 18px Inter,
		sans-serif;
}
h2.one_news_title a:hover {
	color: #3d9cdd;
	text-decoration: none;
}
.one_news_excerpt {
	margin: 0 0 5px;
}
.one_news_excerpt.has_img {
	padding: 0 0 0 300px;
	position: relative;
	min-height: 150px;
}
@media all and (max-width: 500px) {
	.one_news_excerpt.has_img {
		padding: 0;
	}
}
.one_news_image {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 280px;
	height: 140px;
	border-radius: 10px;
}
.one_news_image img {
	width: 280px;
	height: 140px;
	border-radius: 10px;
}
@media all and (max-width: 500px) {
	.one_news_image {
		width: 100%;
		height: auto;
		margin: 0 0 15px;
		position: static;
	}
	.one_news_image img {
		width: 100%;
		height: auto;
	}
}
.one_news_excerpt a {
	color: #121416;
	text-decoration: none;
}
.one_news_date {
	color: #6e7a89;
	font:
		15px Inter,
		sans-serif;
	margin: 0 0 10px;
	float: right;
}
.metabox_left {
	float: left;
	width: 340px;
}
.metabox_cats {
	color: #6e7a89;
	font:
		14px Inter,
		sans-serif;
}
.metabox_cats a {
	text-decoration: underline;
}
.metabox_cats a:hover {
	text-decoration: none;
}
.metabox_tags {
	padding: 10px 0 0;
	color: #6e7a89;
	font:
		14px Inter,
		sans-serif;
}
.metabox_tags a {
	text-decoration: none;
	position: relative;
	padding: 4px 5px;
	border-radius: 4px;
	color: #6e7a89;
	background: #ecf5fa;
}
.metabox_tags a:hover {
	text-decoration: none;
	background: #5bbddd;
	color: #fff;
}
a.one_news_more {
	float: right;
	margin: -10px 0 0;
	padding: 7px 20px;
	text-decoration: none;
	background: #cde0a1;
	border-radius: 8px;
	color: #121416;
	font:
		13px Inter,
		sans-serif;
}
a.one_news_more:hover {
	background: #dceeb2;
	color: #121416;
}
@media all and (max-width: 500px) {
	.metabox_left {
		margin: 0 0 10px;
	}
	a.one_news_more {
		float: left;
		margin: 0;
	}
}
.comment_form {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 10px;
	margin: 0 0 20px;
}
.comment_form_title {
	font:
		600 22px/22px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
a#cancel-comment-reply-link {
	color: red;
	font:
		13px Inter,
		sans-serif;
	text-transform: none;
}
.comment_form_line {
	padding: 0 0 10px;
}
.comment_form_line label {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	display: block;
	padding: 0 0 3px;
}
.log_div_wrap,
.cf_div_wrap,
.reg_div_wrap,
.lp_div_wrap,
.rf_div_wrap,
.acf_div_wrap,
.domacc_div_wrap,
.checkstatus_div_wrap,
.userverify_div_wrap {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 5px;
}
.text .log_div_wrap,
.text .cf_div_wrap,
.text .reg_div_wrap,
.text .lp_div_wrap,
.text .rf_div_wrap,
.text .acf_div_wrap,
.text .domacc_div_wrap,
.text .checkstatus_div_wrap,
.text .userverify_div_wrap {
	border: 1px solid #ecf5fa;
}
.log_div_title,
.cf_div_title,
.reg_div_title,
.lp_div_title,
.rf_div_title,
.acf_div_title,
.domacc_div_title,
.checkstatus_div_title,
.userverify_div_title {
	font:
		600 26px/26px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.domacc_div_title {
	display: none;
}
.log_div,
.cf_div,
.reg_div,
.lp_div,
.rf_div,
.acf_div,
.domacc_div,
.checkstatus_div,
.userverify_div {
	padding: 0;
}
.log_label,
.cf_label,
.reg_label,
.lp_label,
.rf_label,
.acf_label,
.checkstatus_label,
.uv_label {
	margin: 0;
	padding: 0 0 3px;
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
}
.log_line,
.cf_line,
.reg_line,
.lp_line,
.rf_line,
.acf_line,
.checkstatus_line,
.uv_line {
	padding: 0 0 20px;
}
.log_line_subm_left,
.reg_line_subm_left {
	float: left;
}
.log_line_subm_right {
	float: left;
	margin: 0 0 0 20px;
	font:
		13px Inter,
		sans-serif;
}
.log_line_subm_right p {
	padding: 2px 0;
}
.reg_line_subm_right {
	float: left;
	margin: 11px 0 0 20px;
	font:
		13px Inter,
		sans-serif;
}
.many_reviews {
	margin: 0 0 20px;
}
.no_reviews {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	margin: 0 0 20px;
}
.one_reviews {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 10px;
	margin: 0 0 20px;
}
.one_reviews_name {
	float: left;
	font:
		15px Inter,
		sans-serif;
	font-weight: bold;
	margin: 0 5px 10px 4px;
	background: url(images/ava.png) no-repeat 0 center;
	background-size: 30px 30px;
	padding: 7px 0 7px 33px;
}
.one_reviews_date {
	float: right;
	font:
		12px Inter,
		sans-serif;
	color: #6e7a89;
}
.one_reviews_text {
	font:
		14px Inter,
		sans-serif;
	word-wrap: break-word;
	word-break: break-all;
}
.one_reviews_text p {
	position: relative;
	background-color: #fff;
	padding: 1.125em 1.5em;
	font-size: 0.85em;
	border-radius: 5px;
	box-shadow:
		0 0.0125rem 0.1rem rgb(0 0 0 / 15%),
		0 0.0625rem 0.125rem rgb(0 0 0 / 5%);
}
.one_reviews_text p::before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 3em;
	border: 0.75rem solid transparent;
	border-top: none;
	border-bottom-color: #fff;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.one_reviews_answer {
	text-align: right;
	font-style: italic;
	word-wrap: break-word;
	word-break: break-all;
}
.one_reviews_answer_title {
	font-weight: 600;
}
.one_reviews_answer p {
	padding: 0 0 10px;
}
.comments_wrap {
	margin: 0 0 20px;
}
.comments_title {
	font:
		600 22px Inter,
		sans-serif;
	padding: 0 0 20px;
}
ul.commentlist {
	display: block;
}
ul.commentlist li {
	display: block;
}
ul.commentlist li li {
	display: block;
	margin: 0 0 0 20px;
}
.comment_no_item {
	background: #fff;
	border-radius: 12px;
	padding: 20px;
}
.comment_notapproved {
	color: #121416;
	background: #fadfe0;
	border-radius: 4px;
	font:
		600 13px Inter,
		sans-serif;
	margin: 0 0 10px;
	padding: 10px;
}
.comment {
	position: relative;
	background: #fff;
	border-radius: 12px;
	padding: 15px 20px 10px;
	margin: 0 0 10px;
}
a.comment_permalink {
	color: #121416;
	position: absolute;
	float: none;
	top: 15px;
	right: 15px;
}
.comment_top {
	padding: 0 0 15px;
}
.comment_author {
	font:
		600 14px Inter,
		sans-serif;
	padding: 0 0 5px;
}
.link_edit a {
	font:
		12px Inter,
		sans-serif;
}
.comment_date {
	font:
		12px Inter,
		sans-serif;
}
a.comment-reply-link,
.comment-reply-login {
	color: #121416;
	position: absolute;
	float: none;
	font:
		600 12px Inter,
		sans-serif;
	bottom: 15px;
	right: 15px;
}
.domacc_line {
	padding: 5px 0;
	border-bottom: 1px solid #ecf5fa;
}
.domacc_label {
	margin: 0 10px 0 0;
	min-width: 50px;
	float: left;
	font:
		600 14px Inter,
		sans-serif;
	color: #121416;
}
.domacc_val {
	float: left;
	width: 200px;
	font:
		14px Inter,
		sans-serif;
}
.sitemap_block {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 15px;
}
.sitemap_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	margin: 0 0 20px;
	color: #121416;
}
ul.sitemap_ul_exchanges li {
	float: left;
	display: block;
	width: 270px;
	margin: 0 20px 0 0;
	font:
		14px Inter,
		sans-serif;
	padding: 0 0 5px 14px;
	background: url(images/liarr.png) no-repeat 0 5px;
}
@media all and (max-width: 960px) {
	ul.sitemap_ul_exchanges li,
	.rtl_body ul.sitemap_ul_exchanges li {
		float: none;
		margin: 0;
	}
}
ul.sitemap_ul li {
	display: block;
	padding: 0 0 5px 14px;
	font:
		14px Inter,
		sans-serif;
	background: url(images/liarr.png) no-repeat 0 5px;
}
.tarif_div {
	margin: 0 0 20px;
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 15px;
}
.tarif_block {
	margin: 0 0 20px;
}
.tarif_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	margin: 0 0 20px;
	color: #121416;
}
.tarif_table_title {
	padding: 10px;
	background: #fff;
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	border-bottom: 1px solid #ecf5fa;
}
.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:
		14px Inter,
		sans-serif;
	color: #121416;
	padding: 8px 10px 3px;
	text-decoration: none;
	background: #fff;
	border-bottom: 1px solid #ecf5fa;
}
.tarif_line_top {
	padding: 0 0 5px;
}
.tarif_curs_line {
	float: left;
	width: 48%;
	overflow: hidden;
}
.tarif_curs_title {
	float: left;
	padding: 0 0 0 30px;
	width: 125px;
	overflow: hidden;
	position: relative;
	font:
		500 14px/25px Inter,
		sans-serif;
}
.tarif_logo {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
}
.tarif_logo_ins {
	width: 25px;
	height: 25px;
}
.tarif_curs {
	float: left;
	padding: 0 0 0 30px;
	width: 105px;
	overflow: hidden;
	font:
		14px/25px Inter,
		sans-serif;
}
.tarif_curs_arr {
	float: left;
	height: 25px;
	width: 3%;
	background: url(images/tarr.png) no-repeat center center;
}
.tarif_curs_reserv {
	padding: 5px 10px 5px 51%;
	color: #6e7a89;
	font:
		13px Inter,
		sans-serif;
}
.statstablediv {
	background: #fff;
	border-radius: 12px;
	margin: 0 0 20px;
	padding: 15px 10px;
	word-break: break-all;
}
.statstablediv table {
	width: 100%;
}
.statstablediv table th {
	padding: 5px 10px;
	text-align: left;
	background: none;
	font:
		600 14px Inter,
		sans-serif;
}
.statstablediv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font:
		14px Inter,
		sans-serif;
}
.pntable_wrap {
	margin: 0 0 20px;
}
.pntable_wrap_title {
	font:
		24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.pntable {
	margin: 0 0 20px;
}
.pntable table {
	width: 100%;
	border: none;
}
.pntable table th {
	padding: 15px 5px;
	font:
		13px Inter,
		sans-serif;
	color: #6e7a89;
	background: #fff;
	border: none;
	border-bottom: 1px solid #ecf5fa;
}
.pntable table td {
	padding: 15px 5px;
	font:
		13px Inter,
		sans-serif;
	background: #fff;
	color: #121416;
	border-bottom: 1px solid #ecf5fa;
}
.pntable table.has_adaptive tbody {
	display: block;
}
.pntable table.has_adaptive tr td {
	background: none;
}
.pntable .one_item {
	padding: 15px 20px;
	background: #fff;
	border-radius: 12px;
	margin: 0 0 10px;
	display: block;
}
.pntable .one_item_line {
	padding: 3px 0;
	display: block;
}
.pntable .one_item_label {
	padding: 0 10px 0 0;
	font:
		600 13px Inter,
		sans-serif;
}
.pntable .one_item_content {
	font:
		13px Inter,
		sans-serif;
}
.exch_course2 {
	background: url(images/tarr.png) no-repeat 0 center;
	padding: 1px 0 0 12px;
	margin: 0 0 0 6px;
}
a.exch_status_link {
	font-weight: 600;
	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: red;
}
a.exch_status_link.st_coldsuccess,
a.exch_status_link.st_success {
	color: #03cb29;
}
.exch_sum {
	font-weight: 600;
}
.statuserdiv {
	width: 350px;
	margin: 0 0 30px;
	background: #fff;
	border-radius: 12px;
	padding: 15px 10px;
}
.statuserdiv_title {
	font:
		600 26px/26px Inter,
		sans-serif;
	color: #121416;
	padding: 5px 0 15px 10px;
}
.statuserdiv table {
	width: 100%;
}
.statuserdiv table th {
	padding: 5px 10px;
	text-align: left;
	background: none;
	font:
		600 14px Inter,
		sans-serif;
}
.statuserdiv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font:
		14px Inter,
		sans-serif;
}
.promouserdiv {
	margin: 0 0 30px;
	background: #fff;
	border-radius: 12px;
	padding: 15px 20px;
}
.promouserdiv h3 {
	font:
		22px Inter,
		sans-serif;
	margin: 0 0 15px;
}
.promouserdiv h4 {
	font:
		20px Inter,
		sans-serif;
	margin: 0 0 15px;
}
.promouserdiv p {
	padding: 0 0 20px;
}
.paytext {
	margin: 0 0 20px;
	padding: 20px;
	border-radius: 12px;
	font:
		14px Inter,
		sans-serif;
	background: #fff;
}
.paydiv {
	margin: 0 0 20px;
	padding: 20px;
	border-radius: 12px;
	font:
		14px Inter,
		sans-serif;
	background: #fff;
}
.pay_left_col {
	padding: 0 0 5px;
	font:
		600 14px Inter,
		sans-serif;
}
.pay_select {
	margin: 0 0 5px;
}
.pay_input {
	position: relative;
	margin: 0 0 10px;
}
input.pay_input_purse {
	padding-left: 30px;
}
a.delpay_link {
	font-weight: 600;
	color: red;
}
a.delpay_link.act {
	cursor: default;
	color: #ccc;
}
.paystatus {
	font-weight: 600;
}
.paystatus.pst1 {
	color: #0390cb;
}
.paystatus.pst2 {
	color: #03cb29;
}
.paystatus.pst3 {
	color: red;
}
.paystatus.pst4 {
	color: red;
}
.userapi_form {
	background: #fff;
	border-radius: 12px;
	margin: 0 0 20px 0;
	padding: 20px 20px;
}
.userapi_option_one {
	padding: 0 0 3px 0;
}
.userapi_form_label {
	font-weight: 600;
	padding: 0 0 3px 0;
}
.userapi_form_title {
	font:
		600 22px Inter,
		sans-serif;
	color: #121416;
	margin: 0px 0px 20px;
}
.userapi_form_token,
.userapi_options {
	padding: 0 0 10px 0;
}
.userapi_textarea_label {
	font:
		13px Inter,
		sans-serif;
	padding: 0 0 3px 0;
}
.userapi_textarea {
	padding: 0 0 10px 0;
}
.userapi_table_title {
	font:
		600 22px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px 0;
}
.userapi_table_one {
	background: #fff;
	border-radius: 12px;
	padding: 15px 20px;
	position: relative;
	margin: 0 0 10px 0;
}
.userapi_table_one_title {
	font:
		600 14px Inter,
		sans-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;
}
.userwallets_form {
	background: #fff;
	border-radius: 12px;
	margin: 0 0 20px;
	padding: 20px;
}
.verify_status {
	padding: 5px 0 0;
	font:
		600 14px Inter,
		sans-serif;
}
.verify_status.wait {
	color: #858c97;
}
.verify_status.success {
	color: #09b869;
}
.verify_status.not {
	color: #0c73d8;
}
.verify_status a {
	color: #0c73d8;
	text-decoration: none;
	border-bottom: 1px dotted #0c73d8;
}
.verify_status a:hover {
	border-bottom: none;
}
.userverify_text {
	margin: 0 0 20px;
	padding: 20px 20px 1px;
	background: #fff;
	border-radius: 12px;
}
.ustbl_line {
	padding: 0 0 20px;
}
.ustbl_line_left {
	float: left;
	width: 300px;
	padding: 10px 0 0;
}
@media all and (max-width: 960px) {
	.ustbl_line_left {
		float: none;
		width: auto;
		padding: 0 0 10px;
	}
}
.ustbl_title {
	padding: 0 0 5px;
	font:
		14px Inter,
		sans-serif;
}
.ustbl_warn {
	color: #858c97;
	font:
		14px Inter,
		sans-serif;
	padding: 0 0 10px;
}
.ustbl_file {
	padding: 0 0 10px;
}
.ustbl_res_error {
	color: red;
	font:
		600 14px Inter,
		sans-serif;
	padding: 0 0 10px;
}
.usvefilelock {
	padding: 0 0 10px 20px;
	position: relative;
	font:
		13px/15px Inter,
		sans-serif;
}
.usvefilelock_delete {
	position: absolute;
	float: none;
	top: -1px;
	left: 0;
	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: 0;
	height: 100%;
	border-radius: 10px;
	background: #66c497;
}
.ustbl_line_right {
	float: right;
	width: 200px;
	border-radius: 4px;
	border: 1px solid #e6f1f9;
	padding: 15px 15px 5px;
	position: relative;
}
.ustbl_line_right_abs {
	position: absolute;
	float: none;
	top: 20px;
	left: -15px;
	width: 31px;
	height: 15px;
	background: url(images/uv_arr.png) no-repeat;
}
@media all and (max-width: 960px) {
	.ustbl_line_right {
		float: none;
		width: auto;
	}
	.ustbl_line_right_abs {
		display: none;
	}
}
.ustbl_eximg {
	padding: 0 0 10px;
	overflow: hidden;
	text-align: center;
}
.ustbl_eximg img {
	max-width: 100%;
}
.ustbl_descr {
	padding: 0 0 10px;
	color: #6e7a89;
	text-align: center;
	font:
		italic 14px Inter,
		sans-serif;
}
.promopage {
	background: #fff;
	border-radius: 12px;
	margin: 0 0 20px;
	padding: 20px 20px 5px;
}
.promo_topmenu {
	margin: 0 0 20px;
}
.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 Inter,
		sans-serif;
}
.promo_topmenu a:hover {
	color: red;
}
.promo_topmenu li.current a {
	text-decoration: none;
	color: #121416;
}
.promotext_warning {
	margin: 0 0 20px;
}
.one_promotxt {
	margin: 0 0 10px;
	font:
		italic 600 14px Inter,
		sans-serif;
}
.one_promotxt_code {
	margin: 0 0 30px;
}
.partner_textarea {
	height: 100px;
	min-height: 100px;
	max-height: auto;
}
.promo_menu {
	margin: 0 0 20px;
}
.promo_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.promo_menu ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
}
.promo_menu ul li a {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #7e90ae;
	color: #7e90ae;
	text-decoration: none;
}
.promo_menu ul li a:hover {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted red;
	color: red;
	text-decoration: none;
}
.promo_menu ul li.act a {
	position: relative;
	margin: 0;
	border-bottom: none;
	color: #121416;
	text-decoration: none;
}
.pbcontainer {
	display: none;
}
.pbcontainer.act {
	display: block;
}
.prevbanner {
	margin: 0 0 5px;
}
.bannerboxone {
	margin: 0 0 25px;
}
.bannerboxlink a {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #7e90ae;
	color: #7e90ae;
	text-decoration: none;
}
.bannerboxlink a.act {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #000;
	color: #121416;
	font-weight: 600;
	text-decoration: none;
}
.bannerboxlink a:hover,
.bannerboxlink a.act:hover {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted red;
	color: red;
	text-decoration: none;
}
.bannerboxtextarea {
	padding: 10px 0 0;
	display: none;
}
.homepage_wrap {
	padding: 0;
}
.homepage_top {
	padding: 20px 0 10px;
}
@media all and (min-width: 960px) {
	.homepage_wrap {
		padding: 0;
	}
	.homepage_top {
		padding: 60px 0 0;
		background: url(images/hbg3.webp) no-repeat center center;
		background-size: cover;
	}
}
.home_wtext_wrap {
	position: relative;
	width: 100%;
	margin: 0 0 20px;
}
@media all and (min-width: 500px) {
	.home_wtext_wrap {
		margin: 0 0 50px;
	}
}
.home_wtext_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_wtext_block {
	padding: 20px 20px 1px;
	background: #fff;
	border-radius: 12px;
}
.home_wtext_title {
	margin: 0 0 20px;
	font:
		600 20px Inter,
		sans-serif;
	color: #121416;
}
.home_text_wrap {
	padding: 35px 0 15px;
	position: relative;
	z-index: 13;
	width: 100%;
	background: #fff;
}
.home_text_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_text_title {
	margin: 0 0 20px;
	font:
		600 30px/30px Inter,
		sans-serif;
	color: #121416;
}
.home_lchange_wrap {
	padding: 60px 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
.home_lchange_wrap_ins {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 10px;
}
.home_lchange_title {
	margin: 0 0 25px;
	font:
		600 30px/30px Inter,
		sans-serif;
}
.home_lchange_one {
	margin: 0 0 20px;
}
@media all and (min-width: 700px) {
	.home_lchange_one {
		float: left;
		width: 48%;
		margin: 0 2% 0 0;
	}
	.home_lchange_one.last_item {
		display: none;
	}
}
@media all and (min-width: 1050px) {
	.home_lchange_one {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	.home_lchange_one.last_item {
		margin: 0;
		display: block;
	}
}
.home_lchange_one_ins {
	padding: 20px;
	border-radius: 12px;
	border: 1px solid #fff;
	background: #f7fbfd;
}
.home_lchange_date {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	margin: 0 0 15px;
}
.home_lchange_body {
	margin: 0;
}
.home_lchange_why {
	float: left;
	width: 130px;
	margin: 0 0 5px;
}
.home_lchange_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.home_lchange_txt {
	float: left;
	width: 70px;
	font:
		600 15px Inter,
		sans-serif;
	padding: 2px 0 0 5px;
	color: #121416;
}
.home_lchange_arr {
	float: left;
	width: 30px;
	height: 40px;
	margin: 0 0 5px;
	background: url(images/harr.png) no-repeat 0 center;
}
.home_reserv_wrap {
	padding: 40px 0 25px;
	position: relative;
	width: 100%;
}
.home_reserv_block_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_reserv_title {
	margin: 0 0 25px;
	color: #2e3033;
	font:
		600 20px/20px Inter,
		sans-serif;
}
.home_reserv_many {
	padding: 0 0 20px;
}
.one_home_reserv {
	width: 260px;
	margin: 0 auto 10px;
}
.one_home_reserv.hide_item {
	display: none;
}
@media all and (min-width: 500px) {
	.one_home_reserv {
		float: left;
		width: 48%;
		margin: 0 2% 10px 0;
	}
}
@media all and (min-width: 900px) {
	.one_home_reserv {
		float: left;
		margin: 0 1% 10px 0;
		width: 24%;
	}
}
.one_home_reserv_ins {
	background: #dbe8f1;
	border-radius: 8px;
	padding: 15px 0 15px 15px;
}
.one_home_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.one_home_reserv_block {
	float: left;
	width: 155px;
	color: #000;
	font:
		15px Inter,
		sans-serif;
	padding: 1px 0 0 10px;
}
.one_home_reserv_title {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	margin: 0 0 1px;
}
.home_news_wrap {
	padding: 25px 0;
	position: relative;
	z-index: 9;
	width: 100%;
}
.home_news {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_news_title {
	margin: 0 0 25px;
	font:
		600 20px/20px Inter,
		sans-serif;
}
.home_news_div_wrap {
	margin: 0;
}
.home_news_one {
	margin: 0 0 20px;
}
.home_news_one_image {
	margin: 0 0 20px;
}
.home_news_one_image img {
	border-radius: 4px;
}
.home_news_one_date {
	color: #6e7a89;
	font:
		14px Inter,
		sans-serif;
	margin: 0 0 5px;
}
.home_news_one_title {
	font:
		600 18px Inter,
		sans-serif;
	margin: 0 0 7px;
}
.home_news_one_title a {
	color: #121416;
	text-decoration: none;
}
.home_news_one_title a:hover {
	text-decoration: underline;
}
.home_news_one_content {
	font:
		14px Inter,
		sans-serif;
}
.home_news_one_content a {
	color: #121416;
	text-decoration: none;
}
.home_news_one_content a:hover {
	text-decoration: underline;
}
.home_news_one_more {
	padding: 10px 0;
}
.home_news_one_more a {
	color: #3d9cdd;
	float: left;
	padding: 0 12px 0 0;
	background: url(images/rarr.png) no-repeat right center;
	text-decoration: none;
}
.home_news_one_more a:hover {
	color: #4facec;
}
@media all and (min-width: 500px) {
	.home_news_div_wrap {
		margin: 0 0 30px;
	}
	.home_news_one {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	.home_news_one.last_item {
		margin: 0;
	}
}
.home_reviews_wrap {
	padding: 25px 0 45px;
	position: relative;
	z-index: 11;
	width: 100%;
	background: #fff;
}
.home_reviews_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_reviews_title {
	margin: 0 0 25px;
	font:
		600 20px/20px Inter,
		sans-serif;
}
.home_reviews_div {
	margin: 0;
}
.home_reviews_one {
	margin: 0 0 20px;
}
.home_reviews_one_ins {
	padding: 18px 20px 18px 70px;
	border-radius: 12px;
	background: #fbf6e0 url(images/ava.png) no-repeat 12px 10px;
}
.home_reviews_author {
	font:
		16px Inter,
		sans-serif;
	color: #121416;
}
.home_reviews_date {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	margin: 0 0 10px;
}
.home_reviews_content {
	font:
		15px Inter,
		sans-serif;
	color: #121416;
	word-wrap: break-word;
}
@media all and (min-width: 500px) {
	.home_reviews_div_wrap {
		margin: 0 0 30px;
	}
	.home_reviews_one {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	.home_reviews_one.last_item {
		margin: 0;
	}
}
.home_news_more_wrap,
.home_reviews_more_wrap,
.home_reserv_more_wrap {
	text-align: center;
}
a.home_news_more,
a.home_reviews_more,
a.home_reserv_more {
	padding: 7px 20px;
	background: #3d9cdd;
	text-decoration: none;
	border-radius: 8px;
	color: #fff;
	font:
		13px Inter,
		sans-serif;
	position: relative;
	display: inline-block;
}
a.home_news_more:hover,
a.home_reviews_more:hover,
a.home_reserv_more:hover {
	background: #4facec;
}
.home_advantages_wrap {
	padding: 40px 0 15px;
	position: relative;
	width: 100%;
	z-index: 10;
}
.home_advantages_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_advantages_blocktitle {
	display: none;
}
.home_adv_div_wrap {
	overflow: hidden;
}
.home_advantages_one {
	margin: 0 0 20px;
	padding: 20px;
	border-radius: 12px;
	background: #f7fbfd;
	border: 1px solid #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home_advantages_one a {
	text-decoration: none;
}
@media all and (min-width: 500px) {
	.home_adv_div_wrap {
		margin: 0 0 20px;
	}
	.home_advantages_one {
		float: left;
		min-height: 230px;
		margin: 0 2% 20px 0;
		width: 32%;
	}
	.home_advantages_one.last_item {
		margin: 0 0 20px;
	}
}
.home_advantages_img {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
}
.home_advantages_title {
	padding: 10px 40px 10px 90px;
	font:
		600 20px Inter,
		sans-serif;
	color: #121416;
	min-height: 70px;
	position: relative;
	margin: 0 0 15px;
}
.home_advantages_content {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
}
.home_partner_wrap {
	padding: 40px 0 0 0;
	position: relative;
	background: #fff;
	width: 100%;
	z-index: 10;
}
.home_partner_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_partner_title {
	margin: 0 0 10px 0;
	font:
		600 20px/20px Inter,
		sans-serif;
}
.home_partner_one {
	float: left;
	margin: 0 20px 10px 0;
}
.other_directions_wrap {
	background: #fff;
	border-radius: 12px;
	padding: 20px 15px;
}
.other_directions_title {
	margin: 0;
	padding: 5px 0 15px 5px;
	font:
		600 20px/20px Inter,
		sans-serif;
}
a.other_direction {
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.other_direction_data {
	float: left;
	width: 45%;
	height: 40px;
}
.other_direction_logo {
	position: absolute;
	float: none;
	top: 5px;
	left: 0;
	width: 30px;
	height: 30px;
	background-size: cover !important;
}
.other_direction_title {
	height: 40px;
	position: relative;
	padding: 0 0 0 40px;
	display: table-cell;
	vertical-align: middle;
	color: #121416;
	font:
		13px Inter,
		sans-serif;
	overflow: hidden;
}
@media all and (min-width: 800px) {
	a.other_direction {
		float: left;
		width: 50%;
	}
	a.other_direction.aldir1 {
		border-right: 1px solid #ecf5fa;
		padding-right: 20px;
	}
	a.other_direction.aldir2 {
		padding-left: 20px;
	}
	.other_direction_title {
		font:
			14px Inter,
			sans-serif;
	}
}
.other_direction_arr {
	float: left;
	width: 10%;
	height: 40px;
	background: url(images/hsm.png) no-repeat center center;
}

.footer_directions_wrap {
	padding: 30px 0 45px;
	background: #fff;
}
.footer_directions_body {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -30px 15px;
	overflow: hidden;
}
.footer_directions_body > a {
	border-radius: 12px;
	text-decoration: none;
	box-sizing: border-box;
	flex: 0 0 calc(33.333% - 31px);
	align-items: center;
	padding: 0 15px;
	color: #000;
	margin: 0 15px;
	position: relative;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	display: flex;
	height: 0;
	transition: 0.35s;
}
.footer_directions_body > a:before {
	content: "";
	position: absolute;
	background: linear-gradient(to right, #8fcaf5, #d0e298);
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.25s;
}
.footer_directions_body > a:hover:before {
	opacity: 0.5;
	visibility: visible;
}
.footer_directions_wrap_home .footer_directions_body > a:nth-child(-n + 9),
.footer_directions_wrap_no_home .footer_directions_body > a:nth-child(-n + 15) {
	visibility: visible;
	opacity: 1;
	height: 42px;
	margin: 3px 15px;
	padding: 5px 15px;
}
.footer_directions_body.all-show > a {
	visibility: visible;
	opacity: 1;
	height: 42px;
	margin: 3px 15px;
	padding: 5px 15px;
}
.footer_direction_title {
	flex: 0 0 45%;
	display: flex;
	align-items: center;
	position: relative;
}
.footer_direction_logo {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.footer_direction_arr {
	flex: 0 0 10%;
	background: url(images/hsm.png) no-repeat 30% center;
	height: 10px;
	position: relative;
}
.footer_directions_btn {
	text-align: center;
	padding: 10px;
}
@media all and (max-width: 1000px) {
	.footer_directions_body {
		margin: 0 0 15px;
	}
	.footer_directions_body > a {
		flex: 0 0 calc(50% - 31px);
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
@media all and (max-width: 768px) {
	.footer_directions_body > a {
		flex: 0 0 100%;
	}
}

.xchange_table_wrap {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.xchange_type_table {
	margin: 0 0 40px;
	position: relative;
}
.xtt_icon_wrap {
	padding: 0 0 10px;
}
.xtt_left_col_icon {
	float: left;
	width: 48%;
}
.xtt_left_col_icon_ins {
	padding: 0;
}
.xtt_right_col_icon {
	float: right;
	width: 48%;
}
.xtt_right_col_icon_ins {
	padding: 0;
}
@media all and (min-width: 700px) {
	.xtt_left_col_icon {
		width: 38%;
	}
	.xtt_right_col_icon {
		width: 59%;
	}
}
@media all and (min-width: 840px) {
	.xtt_left_col_icon {
		width: 32%;
	}
	.xtt_right_col_icon {
		width: 65%;
	}
}
@media all and (min-width: 960px) {
	.tbl1 .xtt_left_col_icon {
		width: 42%;
	}
	.tbl1 .xtt_right_col_icon {
		width: 55%;
	}
	.tbl5 .xtt_left_col_icon {
		width: 26%;
		float: left;
	}
	.tbl5 .xtt_right_col_icon {
		width: 36%;
		float: left;
		margin: 0 0 0 2%;
	}
}
.tbl_icon {
	float: left;
	padding: 5px 8px;
	background: #e6f1f9;
	border: 1px solid #e6f1f9;
	border-radius: 8px;
	color: #121416;
	text-transform: uppercase;
	font:
		11px/5px Inter,
		sans-serif;
	margin: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
}
.tbl_icon.active {
	background: #5bbddd;
	border: 1px solid #5bbddd;
	color: #fff;
}
.xtt_table_wrap {
	margin: 0;
}
.xtt_table_body_wrap {
	position: relative;
}
.xtt_html_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f7fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.xtt_left_col_table {
	float: left;
	padding: 10px;
	background: url(images/sh.png);
	border-radius: 12px;
	border: 1px solid #fff;
	width: 48%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.xtt_right_col_table {
	float: right;
	padding: 10px;
	background: url(images/sh.png);
	border-radius: 12px;
	border: 1px solid #fff;
	width: 48%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.xtt_data_col_clear {
	clear: both;
	height: 30px;
}
.xtt_data_col_table {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.htable_notwidget {
	background: url(images/sh.png);
	border-radius: 12px;
	border: 1px solid #fff;
	font:
		14px Inter,
		sans-serif;
	text-align: center;
}
.htable_notwidget_ins {
	padding: 180px 30px 20px;
	background: url(images/no_exchange.png) no-repeat center 30px;
}
.tblexch_title {
	color: #131416;
	padding: 5px 0 5px 10px;
	font:
		600 22px Inter,
		sans-serif;
}
@media all and (min-width: 700px) {
	.xtt_left_col_table {
		width: 38%;
	}
	.xtt_right_col_table {
		width: 59%;
	}
}
@media all and (min-width: 840px) {
	.xtt_left_col_table {
		width: 32%;
	}
	.xtt_right_col_table {
		width: 65%;
	}
}
@media all and (min-width: 960px) {
	.tbl1 .xtt_left_col_table {
		width: 42%;
	}
	.tbl1 .xtt_right_col_table {
		width: 55%;
	}
	.xtt_data_col_clear {
		clear: none;
		height: auto;
	}
	.tbl5 .xtt_left_col_table {
		width: 26%;
		float: left;
	}
	.tbl5 .xtt_right_col_table {
		width: 36%;
		float: left;
		margin: 0 0 0 2%;
	}
	.tbl5 .xtt_data_col_table {
		width: 34%;
		float: right;
	}
}
.xtt_left_col_title,
.xtt_left_incol_title {
	font:
		13px Inter,
		sans-serif;
	color: #6e7a89;
	padding: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 -10px 10px;
	position: relative;
}
.xtt_right_col_title,
.xtt_right_incol_title {
	font:
		13px Inter,
		sans-serif;
	color: #6e7a89;
	padding: 10px;
	border-bottom: 1px solid #fff;
	margin: 0 -10px 10px;
	position: relative;
}
.xtt_table_title1,
.xtt_table_title2,
.xtt_table_title3,
.xtt_table_title4 {
	display: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.xtt_title_link_wrap {
	position: absolute;
	float: none;
	top: 12px;
	right: 10px;
	display: none;
}
a.xtt_title_link {
	float: right;
	text-decoration: none;
	padding: 5px 8px;
	background: #e6f1f9;
	border-radius: 8px;
	color: #121416;
	font:
		13px/13px Inter,
		sans-serif;
	margin: 0 5px 0 0;
	cursor: pointer;
	position: relative;
}
a.xtt_title_link.active {
	background: #5bbddd;
	color: #fff;
}
.xtt_change_ico {
	width: 40px;
	height: 40px;
	margin: 1px auto 0;
}
.xtt_one_line_name {
	font:
		16px Inter,
		sans-serif;
	color: #121416;
}
.xtt_one_line_curs {
	font:
		500 16px Inter,
		sans-serif;
	color: #121416;
	height: 40px;
}
.xtt_one_line_reserv {
	font:
		16px Inter,
		sans-serif;
	color: #121416;
	height: 40px;
}
.xtt_one_line_left {
	position: relative;
	margin: 0 0 2px;
	cursor: pointer;
}
.xtt_one_line_left:hover,
.js_item_left.active .xtt_one_line_left {
	border-radius: 12px;
	background: #aed6c8;
	background: -webkit-linear-gradient(left, #8fcaf5, #d0e298);
	background: -moz-linear-gradient(left, #8fcaf5, #d0e298);
	background: linear-gradient(to right, #8fcaf5, #d0e298);
}
@media all and (min-width: 700px) {
	.tbl4 .js_item_left.active .xtt_one_line_abs {
		background: url(images/ht4.png) no-repeat center center;
		position: absolute;
		float: none;
		top: 0;
		right: 5px;
		width: 30px;
		height: 100%;
	}
}
.js_item_left.active .xtt_one_line_name,
.js_item_left.active .xtt_one_line_curs,
.xtt_one_line_left:hover .xtt_one_line_name,
.xtt_one_line_left:hover .xtt_one_line_curs {
	color: #fff;
}
a.js_item_right {
	text-decoration: none;
}
.xtt_one_line_right {
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 0 2px;
	cursor: pointer;
}
.xtt_one_line_right:hover,
.js_item_right.active .xtt_one_line_right {
	border-radius: 12px;
	background: #aed6c8;
	background: -webkit-linear-gradient(left, #8fcaf5, #d0e298);
	background: -moz-linear-gradient(left, #8fcaf5, #d0e298);
	background: linear-gradient(to right, #8fcaf5, #d0e298);
}
.xtt_one_line_right:hover .xtt_one_line_name,
.xtt_one_line_right:hover .xtt_one_line_curs,
.xtt_one_line_right:hover .xtt_one_line_reserv,
.js_item_right.active .xtt_one_line_name,
.js_item_right.active .xtt_one_line_curs,
.js_item_right.active .xtt_one_line_reserv {
	color: #fff;
}
@media all and (max-width: 559px) {
	.xtt_left_col_title {
		float: left;
		width: 48%;
	}
	.xtt_right_col_title {
		float: right;
		width: 48%;
	}
	.xtt_table_title1 {
		display: block;
		text-align: center;
	}
	.xtt_table_title2 {
		display: block;
		text-align: center;
	}
	.xtt_one_line_left {
		padding: 5px 10px;
	}
	.xtt_one_line_ico_left {
		padding: 0 0 10px;
	}
	.xtt_one_line_name_left {
		text-align: center;
	}
	.xtt_one_line_curs_left {
		display: none;
	}
	.xtt_one_line_right {
		padding: 5px 10px;
	}
	.xtt_one_line_ico_right {
		padding: 0 0 10px;
	}
	.xtt_one_line_name_right {
		text-align: center;
	}
	.xtt_one_line_curs_right,
	.xtt_one_line_reserv_right {
		display: none;
	}
}
@media all and (min-width: 560px) {
	.xtt_left_col_title {
		float: left;
		width: 48%;
	}
	.xtt_right_col_title {
		float: right;
		width: 48%;
	}
	.xtt_table_title1 {
		display: block;
		padding: 0 0 0 10px;
	}
	.xtt_table_title2 {
		display: block;
		padding: 0 0 0 10px;
	}
	.xtt_one_line_left {
		padding: 2px 0;
	}
	.xtt_one_line_ico_left {
		float: left;
		width: 25%;
	}
	.xtt_one_line_name_left {
		float: left;
		width: 75%;
	}
	.xtt_one_line_name {
		display: table-cell;
		vertical-align: middle;
		height: 40px;
	}
	.xtt_one_line_curs_left {
		display: none;
	}
	.xtt_one_line_right {
		padding: 2px 0;
	}
	.xtt_one_line_ico_right {
		float: left;
		width: 25%;
	}
	.xtt_one_line_name_right {
		float: left;
		width: 75%;
	}
	.xtt_one_line_curs_right,
	.xtt_one_line_reserv_right {
		display: none;
	}
}
@media all and (min-width: 700px) {
	.xtt_left_col_title {
		width: 38%;
	}
	.xtt_right_col_title {
		width: 59%;
	}
	.xtt_table_title1 {
		display: block;
	}
	.xtt_table_title2 {
		display: block;
		float: left;
		width: 60%;
	}
	.xtt_table_title4 {
		display: block;
		padding: 0 0 0 10px;
		float: left;
		width: 40%;
	}
	.xtt_one_line_left {
		padding: 2px 0;
	}
	.xtt_one_line_ico_left {
		width: 20%;
	}
	.xtt_one_line_name_left {
		width: 80%;
	}
	.xtt_one_line_right {
		padding: 2px 0;
	}
	.xtt_one_line_ico_right {
		width: 15%;
	}
	.xtt_one_line_name_right {
		width: 45%;
	}
	.xtt_one_line_curs_right {
		display: none;
	}
	.xtt_one_line_reserv_right {
		display: block;
		float: left;
		width: 40%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		border-left: none;
		margin: -2px 0;
		padding: 2px 10px;
	}
	.xtt_one_line_reserv {
		display: table-cell;
		vertical-align: middle;
	}
	.tbl5 .xtt_one_line_reserv {
		display: block;
		text-align: right;
		line-height: 40px;
	}
	.xtt_title_link_wrap {
		display: block;
	}
}
@media all and (min-width: 840px) {
	.xtt_left_col_title {
		width: 32%;
	}
	.xtt_right_col_title {
		width: 65%;
	}
	.xtt_table_title2 {
		width: 46%;
	}
	.xtt_table_title3 {
		display: block;
		float: left;
		width: 30%;
		padding: 0 0 0 10px;
	}
	.xtt_table_title4 {
		width: 24%;
	}
	.xtt_one_line_ico_left {
		width: 23%;
	}
	.xtt_one_line_name_left {
		width: 77%;
	}
	.xtt_one_line_ico_right {
		width: 12%;
	}
	.xtt_one_line_name_right {
		width: 34%;
	}
	.xtt_one_line_curs_right {
		display: block;
		float: left;
		width: 30%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		border-left: none;
		margin: -2px 0;
		padding: 2px 10px;
	}
	.xtt_one_line_curs {
		display: table-cell;
		vertical-align: middle;
	}
	.xtt_one_line_reserv_right {
		width: 24%;
	}
	.tbl5 .xtt_one_line_reserv_right {
		width: 54%;
	}
}
@media all and (min-width: 960px) {
	.tbl1 .xtt_left_col_title {
		width: 42%;
	}
	.tbl1 .xtt_right_col_title {
		width: 55%;
	}
	.tbl1 .xtt_one_line_ico_left {
		width: 17%;
	}
	.tbl1 .xtt_one_line_name_left {
		width: 43%;
	}
	.tbl1 .xtt_one_line_curs_left {
		display: block;
		float: left;
		width: 40%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		padding: 0 10px;
	}
	.tbl1 .rtl_body .xtt_one_line_curs_left {
		float: right;
	}
	.tbl1 .xtt_one_line_curs_left .xtt_one_line_curs {
		display: block;
		text-align: right;
		line-height: 40px;
	}
	.tbl5 .xtt_left_col_title {
		width: 26%;
	}
	.tbl5 .xtt_right_col_title {
		width: 36%;
		float: left;
		margin: 0 0 0 2%;
	}
	.tbl5 .xtt_one_line_ico_left {
		width: 23%;
	}
	.tbl5 .xtt_one_line_name_left {
		width: 77%;
	}
	.tbl5 .xtt_one_line_ico_right {
		width: 18%;
	}
	.tbl5 .xtt_one_line_name_right {
		width: 42%;
	}
	.tbl5 .xtt_one_line_reserv_right {
		width: 40%;
	}
}
.xtt_one_line_rez {
	cursor: pointer;
	display: none;
	position: absolute;
	float: none;
	top: 50%;
	right: 10px;
	width: 22px;
	height: 22px;
	background: url(images/rez.png) no-repeat center center;
	margin: -11px 0 0;
}
@media all and (min-width: 700px) {
	.xtt_one_line_right:hover .xtt_one_line_rez,
	.js_item_right.active .xtt_one_line_right .xtt_one_line_rez {
		display: block;
	}
}
.xtt_one_line_rez_ins {
	display: none;
}
.xtt_line_tab {
	display: none;
}
.xtt_line_tab.active {
	display: block;
}
.xchange_type_plitka {
	padding: 0 0 50px;
}
.xtp_icon_wrap {
	padding: 0 0 10px;
}
@media all and (max-width: 960px) {
	.xtp_icon_wrap {
		display: none;
	}
}
.xtp_left_col_icon {
	float: left;
	width: 48%;
}
.xtp_right_col_icon {
	float: right;
	width: 48%;
}
.xtp_table_wrap {
	background: url(images/sh.png);
	border-radius: 12px;
	border: 1px solid #fff;
	padding: 20px;
}
.xtp_table_title {
	font:
		600 18px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 15px;
}
.xtp_table_list {
	padding: 0 0 10px;
}
.xtp_item {
	float: left;
	padding: 2px;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #e6ecf4;
	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 10px #bad0d8;
}
.xtp_item.not {
	opacity: 0.3;
}
.xtp_item_ico {
	width: 50px;
	height: 50px;
}
.xtp_col_table_body {
	margin: 0 0 20px;
}
.xtp_left_col_table {
	margin: 0 0 20px;
}
.xtp_right_col_table {
	margin: 0;
}
@media all and (min-width: 700px) {
	.xtp_left_col_table {
		float: left;
		width: 50%;
	}
	.xtp_right_col_table {
		float: right;
		width: 50%;
	}
	.xtp_right_col_table_ins {
		padding: 0 0 0 20px;
	}
}
.xtp_curs_wrap {
	position: relative;
	padding: 0 125px 0 0;
	margin: 0 0 20px;
	height: 50px;
}
.xtp_input_wrap input {
	font:
		20px/50px Inter,
		sans-serif;
	padding: 0 20px;
	height: 50px;
	width: 100%;
}
.xtp_select_wrap {
	position: absolute;
	float: none;
	top: 0;
	right: 0;
	width: 120px;
	height: 50px;
}
.xtp_select_wrap select {
	width: 100%;
	height: 50px;
}
.xtp_commis_wrap {
	position: relative;
	margin: 0 0 20px;
}
.xtp_commis_text {
	position: absolute;
	float: none;
	top: 0;
	right: 10px;
	height: 50px;
	font:
		13px/50px Inter,
		sans-serif;
}
.xtp_commis_wrap input {
	margin: 0 10px 0 0;
	font:
		20px/50px Inter,
		sans-serif;
	padding: 0 20px;
	height: 50px;
	width: 100%;
}
.xtp_line {
	padding: 0 0 10px;
	font:
		14px Inter,
		sans-serif;
}
.xtp_line span {
	font-weight: 500;
}
a.xtp_link {
	font-weight: 500;
}
.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: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.xchange_type_list {
	padding: 0 0 50px;
}
.xtl_html_wrap {
	position: relative;
}
.xtl_html_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.xtl_left_col,
.xtl_right_col {
	padding: 15px;
	background: url(images/sh.png);
	border-radius: 12px;
	border: 1px solid #fff;
	min-height: 1px;
	margin: 0 0 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.xtl_center_col {
	margin: 0 0 20px;
}
a.xtl_change {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 auto;
	background: url(images/xtl_change.png) no-repeat center center;
}
a.xtl_change:hover {
	opacity: 0.8;
}
@media all and (min-width: 900px) {
	.xtl_table_wrap {
		background: url(images/sh.png);
		border-radius: 12px;
		border: 1px solid #fff;
		padding: 30px;
	}
	.xtl_left_col {
		float: left;
		width: 47%;
		position: relative;
		background: none;
		border: none;
		padding: 0;
		margin: 0;
	}
	.xtl_center_col {
		float: left;
		width: 6%;
		margin: 0;
		padding: 50px 0 0;
	}
	.xtl_right_col {
		float: right;
		width: 47%;
		position: relative;
		background: none;
		border: none;
		padding: 0;
		margin: 0;
	}
}
.xtl_table_title {
	font:
		600 18px Inter,
		sans-serif;
	color: #121416;
	padding: 0 0 20px;
}
.xtl_ico_wrap {
	display: none;
}
.xtl_select_wrap {
	margin: 0 0 20px;
}
.xtl_select_wrap select {
	width: 100%;
	height: 50px;
}
.xtl_table_body {
	margin: 0 0 20px;
}
.xtl_input_wrap {
	margin: 0 0 20px;
}
.xtl_input_wrap input {
	font:
		20px/50px Inter,
		sans-serif;
	padding: 0 20px;
	height: 50px;
	width: 100%;
}
.xtl_commis_wrap {
	position: relative;
	margin: 0 0 20px;
}
.xtl_commis_text {
	position: absolute;
	float: none;
	top: 0;
	right: 10px;
	width: 110px;
	text-align: right;
	height: 50px;
	font:
		13px/50px Inter,
		sans-serif;
}
.xtl_commis_wrap input {
	font:
		20px/50px Inter,
		sans-serif;
	padding: 0 20px;
	height: 50px;
	width: 100%;
}
.xtl_line {
	padding: 0 0 10px;
	font:
		14px Inter,
		sans-serif;
}
.xtl_line span {
	font-weight: 500;
}
a.xtl_submit,
a.xtp_submit {
	display: block;
	text-decoration: none;
	background: #3d9cdd;
	border-radius: 8px;
	border: none;
	height: 50px;
	width: 260px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font:
		18px/50px Inter,
		sans-serif;
	cursor: pointer;
	text-align: center;
}
a.xtl_submit:hover,
a.xtp_submit:hover {
	background: #4facec;
}
a.xtl_submit.active,
a.xtp_submit.active {
	background: #ccc;
	cursor: default;
}
.notice_message,
.notverify_message {
	margin: 0 auto 20px;
	padding: 20px 20px 1px;
	max-width: 1130px;
	background: #fbf6e0;
	border-radius: 12px;
}
.notice_message_title {
	font:
		600 20px Inter,
		sans-serif;
	margin: 0 0 15px;
}
.warning_message {
	margin: 0 auto 20px;
	background: #dbe8f1;
	border-radius: 12px;
	padding: 20px 20px 1px;
}
.warning_message_title {
	font:
		600 20px Inter,
		sans-serif;
	margin: 0 0 15px;
}
.warning_message_text p {
	padding: 0 0 15px;
}
.ajax_post_bids_res {
	margin: 0;
}
.span_skidka {
	font-weight: 500;
}
.span_give_max,
.span_get_max {
	color: #121416;
}
.span_give_max span,
.span_get_max span {
	display: block;
}
.js_amount {
	cursor: pointer;
}
.js_wrap_error {
	position: relative;
}
.js_error {
	display: none;
	position: absolute;
	z-index: 10;
	top: 102%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	color: #e05e5e;
	background: #fcf2f1;
	border-radius: 4px;
	padding: 5px;
	font:
		12px/13px Inter,
		sans-serif;
}
.js_wrap_error.error .js_error {
	display: block;
}
.js_wrap_error.error input {
	border: 1px solid #f7b1b1;
}
.info_window {
	display: none;
	z-index: 1;
	position: absolute;
	float: none;
	top: 104%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font:
		13px/14px Inter,
		sans-serif;
	padding: 15px 20px;
	color: #121416;
	background: #f6e596;
	border-radius: 4px;
}
.js_window_wrap.showed .info_window {
	display: block;
}
.info_window_abs {
	position: absolute;
	top: -4px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 14px;
	height: 5px;
}
.js_choice_link {
	z-index: 20;
	position: absolute;
	float: none;
	top: 50%;
	left: 15px;
	margin: -8px 0 0;
	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: 0;
	width: 250px;
	background: #fff;
	border-radius: 4px;
	font:
		13px Inter,
		sans-serif;
	color: #121416;
	box-shadow: 0 0 10px #bad0d8;
	display: none;
}
.js_choice_line {
	padding: 5px 10px;
	word-break: break-all;
	word-wrap: break-word;
	border-bottom: 1px solid #ecf5fa;
}
input.js_choice_input {
	padding-left: 40px;
}
.hexch_ajax_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.htable_ajax_wrap {
	position: relative;
}
.hexch_ajax_wrap_abs,
.htable_ajax_wrap_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f4f8fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.hexch_widget {
	max-width: 1150px;
	margin: 0 auto;
}
.hexch_div {
	max-width: 1150px;
	padding: 0 0 20px;
	margin: 0 auto;
}
.hexch_div_ins {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 10px;
}
.hexch_bigtitle {
	font:
		600 24px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.hexch_information {
	padding: 0 0 20px;
}
.hexch_information_line,
.user_discount_div {
	padding: 0 0 5px;
}
.user_discount_div {
	color: #121416;
}
.hexh_line_label,
.user_discount_label {
	font-weight: 500;
}
@media all and (min-width: 700px) {
	.hexch_cols:after {
		content: "";
		display: block;
		clear: both;
	}
	.hexch_left {
		float: left;
		width: 48%;
	}
	.hexch_right {
		float: right;
		width: 48%;
	}
	.hexch_pers {
		float: left;
		width: 48%;
	}
}
.htable_ajax_wrap .hexch_left,
.htable_ajax_wrap .rtl_body .hexch_left,
.htable_ajax_wrap .hexch_right,
.htable_ajax_wrap .rtl_body .hexch_right,
.htable_ajax_wrap .hexch_pers,
.htable_ajax_wrap .rtl_body .hexch_pers {
	float: none;
	width: auto;
}
.hexch_title,
.hexch_pers_title {
	position: relative;
	color: #121416;
	font:
		600 18px/30px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.hexch_title {
	padding: 0 0 0 35px;
}
.hexch_title_logo {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
}
.hexch_info_line {
	font:
		14px/14px Inter,
		sans-serif;
	padding: 0 0 10px;
}
.hexch_info_line p {
	padding: 0 0 2px;
}
@media all and (min-width: 700px) {
	.hexch_ajax_wrap .hexch_info_line {
		min-height: 50px;
		display: table-cell;
		vertical-align: middle;
	}
}
.hexch_curs_line .check_purse_line {
	padding: 20px 0 0;
}
.hexch_sumandcom {
	font:
		14px/16px Inter,
		sans-serif;
	padding: 0 0 20px;
}
.hexch_curs_line,
.hexch_pers_line {
	position: relative;
	margin: 0 0 20px;
}
.hexch_curs_label,
.hexch_pers_label {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	padding: 0 0 5px;
}
.hexch_pers_input {
	position: relative;
}
.hexch_curs_input input,
.hexch_pers_input input {
	font:
		16px/50px Inter,
		sans-serif;
	height: 50px;
	width: 100%;
}
.hexch_curs_input select,
.hexch_pers_input select {
	height: 50px;
	width: 100%;
}
.hexch_submit_div {
	padding: 0 0 10px;
}
input.hexch_submit {
	display: block;
	height: 50px;
	width: 220px;
	margin: 0;
	font:
		18px/50px Inter,
		sans-serif;
	text-align: center;
}
.show_out_0 input.hexch_submit {
	width: 100%;
}
.hexch_checkdata_div,
.hexch_div .exchange_checkpersdata {
	padding: 0 0 10px;
}
.stepbar_div {
	position: relative;
	margin: 0 0 12px;
	height: 45px;
	padding: 10px 10px 20px;
	background: url(images/sh.png);
	border-radius: 12px;
}
.stepbar_abs {
	height: 1px;
	position: absolute;
	float: none;
	background: #dbe8f1;
	top: 30px;
	left: 20px;
	right: 20px;
}
.stepbar_in {
	height: 40px;
	width: 40px;
	border-radius: 40px;
	position: absolute;
	float: none;
	background: #dbe8f1;
	top: 10px;
}
.stepbar_in.stepbar_in1 {
	left: 20px;
}
.stepbar_in.stepbar_in2 {
	left: 50%;
	margin: 0 0 0 -25px;
}
.stepbar_in.stepbar_in3 {
	right: 20px;
}
.stepnow1 .stepbar_in.stepbar_in1 {
	background: #cde0a1;
}
.stepnow2 .stepbar_in.stepbar_in1 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow2 .stepbar_in.stepbar_in2 {
	background: #cde0a1;
}
.stepnow3 .stepbar_in.stepbar_in1 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow3 .stepbar_in.stepbar_in2 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow3 .stepbar_in.stepbar_in3 {
	background: #cde0a1;
}
.stepnow4 .stepbar_in.stepbar_in1 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow4 .stepbar_in.stepbar_in2 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow4 .stepbar_in.stepbar_in3 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow5 .stepbar_in.stepbar_in1 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepnow5 .stepbar_in.stepbar_in2 {
	background: #f8e488 url(images/check.png) no-repeat center center;
}
.stepbar_num {
	height: 40px;
	width: 40px;
	text-align: center;
	color: #6e7a89;
	font:
		600 17px/40px Inter,
		sans-serif;
}
.stepnow1 .stepbar_in1 .stepbar_num {
	color: #121416;
}
.stepnow2 .stepbar_in1 .stepbar_num {
	display: none;
}
.stepnow2 .stepbar_in2 .stepbar_num {
	color: #121416;
}
.stepnow3 .stepbar_in1 .stepbar_num {
	display: none;
}
.stepnow3 .stepbar_in2 .stepbar_num {
	display: none;
}
.stepnow3 .stepbar_in3 .stepbar_num {
	color: #121416;
}
.stepnow4 .stepbar_in1 .stepbar_num {
	display: none;
}
.stepnow4 .stepbar_in2 .stepbar_num {
	display: none;
}
.stepnow4 .stepbar_in3 .stepbar_num {
	display: none;
}
.stepnow5 .stepbar_in1 .stepbar_num {
	display: none;
}
.stepnow5 .stepbar_in2 .stepbar_num {
	display: none;
}
.stepbar_text {
	height: 40px;
	width: 120px;
	position: absolute;
	float: none;
	top: 40px;
	height: 20px;
	font:
		12px/20px Inter,
		sans-serif;
	color: #6e7a89;
}
.stepbar_in1 .stepbar_text {
	left: 0;
	text-align: left;
}
.stepbar_in2 .stepbar_text {
	left: 50%;
	margin: 0 0 0 -60px;
	text-align: center;
}
.stepbar_in3 .stepbar_text {
	right: 0;
	text-align: right;
}
.stepnow1 .stepbar_in1 .stepbar_text {
	color: #121416;
}
.stepnow2 .stepbar_in1 .stepbar_text {
	color: #121416;
}
.stepnow2 .stepbar_in2 .stepbar_text {
	color: #121416;
}
.stepnow3 .stepbar_in1 .stepbar_text {
	color: #121416;
}
.stepnow3 .stepbar_in2 .stepbar_text {
	color: #121416;
}
.stepnow3 .stepbar_in3 .stepbar_text {
	color: #121416;
}
@media all and (max-width: 700px) {
	.stepbar_text {
		display: none;
	}
}
.exch_ajax_wrap,
.exchange_status_html {
	position: relative;
	min-height: 45px;
}
.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: #f3f7fc url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.xchange_div {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 5px;
	margin: 0 0 20px;
}
.xchange_data_title,
.xchange_pers_title {
	color: #121416;
	font:
		600 24px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.xchange_data_div {
	padding: 0 0 10px;
	border-bottom: 1px solid #ecf5fa;
	margin: 0 0 20px;
}
.xchange_pers_div {
	padding: 0 0 10px;
}
.xchange_info_line {
	font:
		12px Inter,
		sans-serif;
	padding: 0 0 10px;
}
@media all and (min-width: 700px) {
	.xchange_data_left,
	.xchange_pers_div {
		width: 340px;
		float: left;
	}
	.xchange_data_right {
		float: right;
		width: 240px;
	}
	.xchange_data_right .xchange_info_line {
		text-align: right;
	}
}
.xchange_select {
	margin: 0 0 20px;
	height: 45px;
}
.xchange_select select {
	width: 100%;
	height: 45px;
}
.xchange_sum_line {
	position: relative;
	margin: 0 0 20px;
}
.xchange_sum_label {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	padding: 0 0 5px;
}
.xchange_sum_input {
	position: relative;
}
.xchange_sum_input input {
	width: 100%;
	height: 45px;
	font:
		15px/45px Inter,
		sans-serif;
}
@media all and (min-width: 700px) {
	.xchange_sum_line {
		height: 45px;
		margin: 0 0 20px;
		padding: 0 0 0 120px;
	}
	.xchange_sum_label {
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		width: 110px;
		height: 45px;
		color: #6e7a89;
		font:
			13px/50px Inter,
			sans-serif;
		text-align: right;
		padding: 0;
	}
}
.xchange_sumandcom {
	font:
		14px/16px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.xchange_curs_line .check_purse_line {
	padding: 20px 0 0;
}
.xchange_curs_line,
.xchange_pers_line {
	margin: 0 0 20px;
}
.xchange_curs_label,
.xchange_pers_label {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	padding: 0 0 5px;
}
.xchange_curs_input,
.xchange_pers_input {
	position: relative;
}
.xchange_curs_input input,
.xchange_pers_input input {
	font:
		15px/45px Inter,
		sans-serif;
	height: 45px;
	width: 100%;
}
.xchange_curs_input select,
.xchange_pers_input select {
	height: 45px;
	width: 100%;
}
.xchange_submit_div {
	padding: 0 0 10px;
}
input.xchange_submit {
	display: block;
	height: 45px;
	width: 220px;
	margin: 0;
	font:
		16px/40px Inter,
		sans-serif;
	text-align: center;
}
.xchange_checkdata_div,
.xchange_div .exchange_checkpersdata {
	padding: 0 0 10px;
}
.block_xchangedata {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 5px;
	margin: 0 0 20px;
}
.block_submitbutton {
	padding: 0 0 20px;
}
.block_checked_rule {
	padding: 0 0 20px;
}
.block_xchdata,
.block_persdata {
	padding: 0;
}
.block_xchdata {
	margin: 0 0 20px;
	border-bottom: 1px solid #ecf5fa;
}
.block_xchdata_title,
.block_persdata_title {
	color: #121416;
	font:
		600 24px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.block_xchdata_comm {
	padding: 0 0 20px;
}
.block_persdata_info,
.block_xchdata_info {
	padding: 0 0 15px;
	font:
		14px Inter,
		sans-serif;
}
.block_xchdata_info_left {
	float: left;
	width: 340px;
}
.block_persdata_line,
.block_xchdata_line {
	padding: 0 0 5px;
}
.block_persdata_line span,
.block_xchdata_line span {
	font-weight: 600;
	color: #121416;
	display: block;
	padding: 0 0 3px;
}
.block_xchdata_info_right {
	float: right;
}
@media all and (max-width: 500px) {
	.block_xchdata_info_right {
		display: none;
	}
}
.block_xchdata_ico {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
}
.block_xchdata_text {
	float: left;
	height: 40px;
	font:
		600 18px/40px Inter,
		sans-serif;
}
.block_statusbids {
	background: #fff;
	border-radius: 12px;
	padding: 20px 20px 5px;
	margin: 0 0 20px;
	position: relative;
}
.block_statusbid_title {
	color: #121416;
	font:
		600 24px Inter,
		sans-serif;
	margin: 0 0 20px;
}
.block_instruction {
	margin: 0 0 10px;
}
.block_instruction p {
	padding: 0 0 10px;
}
.block_instruction .comment_user {
	font-weight: 500;
}
.block_payinfo_line {
	padding: 0 0 10px;
}
.block_payinfo_line span {
	font-weight: 500;
}
.block_status {
	background: #f6fbfb;
	font:
		14px Inter,
		sans-serif;
	padding: 20px;
	margin: 0 -20px 20px;
}
.block_status_time {
	padding: 0 0 10px;
}
.block_status_time span {
	font-weight: 600;
}
span.block_status_text_info {
	font-weight: 600;
}
.block_change_browse {
	text-align: center;
	padding: 0 0 20px;
	color: red;
}
.not_vaccaunt_now {
	font-weight: 600;
}
.block_check_payment {
	height: 3px;
	position: absolute;
	float: none;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
}
.block_check_payment_ins {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background: #00c063;
}
.block_check_payment_abs {
	display: none;
}
.block_warning_merch {
	padding: 20px;
	margin: 0 -20px 20px;
	background: #f6fbfb;
	font:
		14px Inter,
		sans-serif;
}
.block_paybutton_merch {
	padding: 0 0 20px;
}
.block_smsbutton {
	padding: 20px 0;
	border-top: 1px solid #ecf5fa;
}
.block_smsbutton_label {
	padding: 0 0 8px;
	font-weight: 600;
}
.block_smsbutton_action input[type="text"] {
	float: left;
	width: 120px;
	text-align: center;
}
.block_smsbutton_action input[type="submit"] {
	float: left;
	margin: 0 0 0 20px;
}
.block_paybutton {
	padding: 0 0 20px;
}
a.cancel_paybutton {
	float: left;
	display: block;
	text-decoration: none;
	background: #f6e596;
	border-radius: 8px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	font:
		16px/40px Inter,
		sans-serif;
	cursor: pointer;
	text-align: center;
}
a.cancel_paybutton:hover {
	background: #f9edb4;
}
.resultfalse.paybutton_error {
	width: 160px;
	float: right;
}
a.success_paybutton {
	float: right;
	display: block;
	text-decoration: none;
	background: #3d9cdd;
	border-radius: 8px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font:
		16px/40px Inter,
		sans-serif;
	cursor: pointer;
	text-align: center;
}
a.success_paybutton:hover {
	background: #4facec;
	color: #fff;
}
@media all and (max-width: 700px) {
	a.cancel_paybutton,
	.resultfalse.paybutton_error,
	a.success_paybutton {
		float: none;
		width: auto;
		margin: 0 0 20px;
	}
}
a.merch_paybutton {
	display: block;
	text-decoration: none;
	background: none;
	border: 2px solid #000;
	border-radius: 8px;
	height: 40px;
	width: 240px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	font:
		16px/36px Inter,
		sans-serif;
	cursor: pointer;
	text-align: center;
}
a.merch_paybutton:hover {
	background: #000;
	color: #fff;
}
.select_js {
	position: relative;
	cursor: pointer;
}
.select_js select {
	display: none;
}
.select_js_title {
	background: #fff;
	border: 1px solid #dbe8f1;
	border-radius: 4px;
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	overflow: hidden;
	position: relative;
}
.select_js_title .select_js_abs {
	background: url(images/jsel.png) no-repeat center center;
	position: absolute;
	float: none;
	top: 0;
	right: 20px;
	height: 100%;
	width: 12px;
}
.select_js_title_ins {
	padding: 0 20px;
	font:
		16px/50px Inter,
		sans-serif;
}
.iselect_js .select_js_title_ins {
	padding: 0 20px 0 60px;
}
.iselect_js .select_ico {
	position: absolute;
	float: none;
	top: 5px;
	left: 5px;
	width: 50px;
	height: 40px;
}
.select_js_search {
	display: none;
	position: absolute;
	z-index: 30;
	float: none;
	top: 0;
	width: 100%;
	min-width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.select_js_search input {
	width: 100%;
	height: 50px;
}
.select_js_ul {
	display: none;
	position: absolute;
	z-index: 30;
	float: none;
	top: 100%;
	background: #fff;
	border: 1px solid #dbe8f1;
	width: 100%;
	min-width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-radius: 4px;
	max-height: 300px;
	overflow-y: auto;
}
.select_js_ulli {
	position: relative;
	overflow: hidden;
	padding: 8px 20px;
	color: #121416;
	font:
		14px Inter,
		sans-serif;
	border-bottom: 1px solid #dbe8f1;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.iselect_js .select_js_ulli {
	padding: 0 10px 0 60px;
	height: 50px;
	font:
		16px/50px Inter,
		sans-serif;
}
.select_js_ulli:hover,
.select_js_ulli.active {
	background: #ecf5fa;
}
.sidebar {
	margin: 0;
}
@media all and (min-width: 960px) {
	.sidebar {
		float: right;
		width: 29%;
	}
}
@media all and (min-width: 1150px) {
	.sidebar {
		width: 24%;
	}
}
.widget {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px;
}
.widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget img {
	max-width: 100%;
}
.textwidget {
	padding: 0;
}
ul#recentcomments {
	display: block;
}
ul#recentcomments li {
	display: block;
	padding: 0 0 5px 14px;
	font:
		14px Inter,
		sans-serif;
	background: url(images/liarr.png) no-repeat 0 5px;
}
.widget_stats_div {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px 20px 15px;
}
.widget_stats_div .widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget_stats_line {
	font:
		14px Inter,
		sans-serif;
	padding: 0 0 5px;
}
.widget_stats_line span {
	font-weight: 600;
}
.widget.widget_news_div {
	margin: 0 0 20px;
	background: none;
	border: none;
	padding: 0;
}
.widget_news_div .widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget_news_line {
	margin: 0 0 20px;
}
.widget_news_date {
	color: #6e7a89;
	font:
		14px Inter,
		sans-serif;
	margin: 0 0 5px;
}
.widget_news_image {
	margin: 0 0 10px;
}
.widget_news_image img {
	border-radius: 10px;
	width: 100%;
}
.widget_news_title {
	font:
		600 18px Inter,
		sans-serif;
	margin: 0 0 7px;
}
.widget_news_title a {
	color: #121416;
	text-decoration: none;
}
.widget_news_title a:hover {
	text-decoration: underline;
}
.widget_news_content {
	font:
		14px Inter,
		sans-serif;
}
.widget_news_content a {
	color: #121416;
	text-decoration: none;
}
.widget_news_content a:hover {
	text-decoration: none;
}
.widget_news_more_wrap,
.widget_reviews_more_wrap {
	padding: 10px 0 20px;
	text-align: center;
}
a.widget_news_more,
a.widget_reviews_more {
	padding: 7px 20px;
	background: #3d9cdd;
	border-radius: 8px;
	text-decoration: none;
	color: #fff;
	font:
		13px Inter,
		sans-serif;
	position: relative;
}
a.widget_news_more:hover,
a.widget_reviews_more:hover {
	background: #4facec;
	color: #fff;
}
.widget.widget_reviews_div {
	margin: 0 0 20px;
	background: none;
	border: none;
	padding: 0;
}
.widget_reviews_div .widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget_reviews_line {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 10px 20px 20px;
}
.widget_reviews_author_wrap {
	padding: 10px 0 10px 60px;
	margin: 0 0 10px;
	background: url(images/ava.png) no-repeat 0 center;
}
.widget_reviews_author {
	font:
		16px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 5px;
}
.widget_reviews_date {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
}
.widget_reviews_content {
	font:
		14px Inter,
		sans-serif;
	color: #121416;
	word-wrap: break-word;
	word-break: break-all;
}
.user_widget,
.register_widget,
.login_widget,
.checkstatus_widget {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px;
}
.user_widget input[type="submit"],
.register_widget input[type="submit"],
.login_widget input[type="submit"],
.checkstatus_widget input[type="submit"] {
	background: #cde0a1;
	border: 1px solid #cde0a1;
	width: 100%;
	color: #121416;
	height: 40px;
	font:
		16px/40px Inter,
		sans-serif;
}
.user_widget input[type="submit"]:hover,
.register_widget input[type="submit"]:hover,
.login_widget input[type="submit"]:hover,
.checkstatus_widget input[type="submit"]:hover {
	background: #dceeb2;
	border: 1px solid #dceeb2;
	color: #121416;
}
.user_widget_title,
.register_widget_title,
.login_widget_title,
.checkstatus_widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget_reg_label,
.widget_log_label,
.widget_checkstatus_label {
	margin: 0;
	padding: 0 0 3px;
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
}
.widget_reg_line,
.widget_log_line,
.widget_checkstatus_line {
	padding: 0 0 10px;
}
.widget_reg_line_subm input,
.widget_log_line_subm input,
.widget_checkstatus_line_subm input {
	display: block;
	margin: 0 auto;
}
input.widget_reg_input,
input.widget_log_input,
input.widget_checkstatus_input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.widget_log_line_text {
	padding: 0 0 15px;
}
.login_widget_subm_left {
	float: left;
	width: 49%;
	font:
		13px Inter,
		sans-serif;
}
.login_widget_subm_right {
	float: right;
	text-align: right;
	width: 49%;
	font:
		13px Inter,
		sans-serif;
}
.uswidin {
	margin: 0 -20px 10px;
	padding: 0 20px 10px;
	border-bottom: 1px solid #ecf5fa;
	font:
		600 15px Inter,
		sans-serif;
	color: #121416;
}
.uswidinleft {
	float: left;
	width: 50%;
}
.uswidinright {
	float: right;
	width: 50%;
	text-align: right;
}
.user_widget_body ul {
	margin: 0 0 15px;
}
.user_widget_body ul li {
	display: block;
	margin: 0 0 5px;
}
.user_widget_body ul li a {
	font:
		14px Inter,
		sans-serif;
	text-decoration: none;
	color: #121416;
}
.user_widget_body ul li a:hover {
	text-decoration: underline;
}
.user_widget_body ul li.current a {
	color: #3d9cdd;
	text-decoration: none;
	cursor: default;
}
a.exit_link {
	display: block;
	background: #f6e596;
	height: 40px;
	padding: 0 25px;
	border-radius: 4px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #121416;
	font:
		16px/40px Inter,
		sans-serif;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
a.exit_link:hover {
	background: #f9edb4;
	color: #121416;
	text-decoration: none;
}
.widget_reserv_div {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px 20px 5px;
}
.widget_reserv_div_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget_reserv_line {
	padding: 5px 0;
}
.widget_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.widget_reserv_block {
	float: left;
	width: 170px;
	font:
		15px Inter,
		sans-serif;
	color: #121416;
	padding: 2px 0 0 10px;
}
.widget_reserv_title {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	margin: 0 0 1px;
}
.widget_reserv_filters {
	padding: 0 0 5px;
}
.widget_reserv_filter {
	float: left;
	padding: 5px 8px;
	border-radius: 8px;
	background: #e6f1f9;
	border: 1px solid #e6f1f9;
	color: #121416;
	font:
		13px/13px Inter,
		sans-serif;
	text-transform: uppercase;
	margin: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
}
.widget_reserv_filter.current {
	background: #5bbddd;
	border: 1px solid #5bbddd;
	color: #fff;
}
.widget_cbr_div {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px 20px 10px;
}
.widget_cbr_div_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.cbr_update {
	padding: 10px 0 0;
	color: #6e7a89;
	font:
		13px Inter,
		sans-serif;
}
.widget_cbr_line {
	border-bottom: 1px solid #ecf5fa;
	padding: 5px 0;
	margin: 0;
}
.widget_cbr_left {
	float: left;
	width: 100px;
}
.widget_cbr_title {
	font:
		13px Inter,
		sans-serif;
	color: #121416;
	padding: 2px 0;
}
.widget_cbr_birg {
	font:
		12px Inter,
		sans-serif;
	color: #6e7a89;
}
.widget_cbr_curs {
	float: left;
	width: 100px;
	font:
		13px Inter,
		sans-serif;
	padding: 0 0 0 20px;
}
.widget_cbr_onecurs {
	padding: 2px 0;
}
.widget_lchange_div {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	padding: 20px 20px 1px;
	position: relative;
}
.widget_lchange_div .widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.widget_lchange_html {
	padding: 0;
}
.widget_lchange_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f2f6fb url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.widget_lchange_abs.active {
	display: block;
}
.widget_lchange_noitem {
	margin: 0 0 20px;
}
.widget_lchange_line {
	margin: 0 0 20px;
}
.widget_lchange_body {
	padding: 0 0 15px;
}
.widget_lchange_date {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
}
.widget_lchange_why {
	float: left;
	width: 84px;
}
.widget_lchange_ico {
	width: 40px;
	height: 40px;
}
.widget_lchange_txt {
	font:
		15px Inter,
		sans-serif;
	padding: 5px 0 0 5px;
	color: #121416;
}
.widget_lchange_arr {
	float: left;
	width: 40px;
	height: 40px;
	background: url(images/harr.png) no-repeat 0 center;
}
.usve_widget {
	border-bottom: 1px solid #ecf5fa;
	color: #ff6066;
	font:
		14px Inter,
		sans-serif;
	padding: 20px 20px 16px 55px;
	margin: -20px -20px 10px;
	background: url(images/verify0.png) no-repeat 20px 16px;
}
.usve_widget.verifyst_1 {
	color: #00c360;
	background: url(images/verify1.png) no-repeat 0 16px;
}
.usve_widget_link {
	padding: 5px 0 0;
}
.userverify_widget {
	margin: 0 0 20px;
	background: #f7fbfd;
	border: 1px solid #fff;
	border-radius: 12px;
	font:
		14px Inter,
		sans-serif;
	padding: 20px;
}
.userverify_widget_title {
	font:
		600 24px/24px Inter,
		sans-serif;
	color: #121416;
	margin: 0 0 20px;
}
.account_verify {
	background: url(images/verify0.png) no-repeat 0 center;
	padding: 5px 0 5px 35px;
	color: #ff6066;
}
.account_verify.true {
	color: #00c360;
	background: url(images/verify1.png) no-repeat 0 center;
}
.needverifylink {
	padding: 5px 0 0 35px;
}
.comment-navigation {
	margin: 0 0 20px;
}
.nav-previous a {
	float: left;
	padding: 8px 13px;
	border-radius: 4px;
}
.nav-next a {
	float: right;
	padding: 8px 13px;
	border-radius: 4px;
}
.pagenavi {
	padding: 0;
	margin: 0 0 20px;
	text-align: center;
	font:
		14px Inter,
		sans-serif;
}
.pagenavi span,
.pagenavi a {
	margin: 0 3px;
	position: relative;
	padding: 10px 13px;
	border-radius: 6px;
}
.pagenavi span {
	color: #fff;
	background: #5bbddd;
}
.pagenavi a,
.nav-previous a,
.nav-next a {
	text-decoration: none;
	color: #121416;
	background: #dceaf1;
}
.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	color: #5bbddd;
	background: #dceaf1;
	text-decoration: none;
}
.footer_wrap {
	width: 100%;
	font:
		14px Inter,
		sans-serif;
	color: #7b859b;
	background: #2b3541;
}
.footer {
	max-width: 1150px;
	margin: 0 auto;
	padding: 30px 10px;
}
.copyright {
	padding: 0 0 20px;
}
.footer_menu li {
	font:
		14px Inter,
		sans-serif;
}
.footer_menu li a {
	color: #fff;
	text-decoration: none;
}
.footer_menu li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 699px) {
	.copyright {
		text-align: center;
	}
	.footer_menu {
		padding: 0;
		text-align: center;
	}
	.footer_menu li {
		display: block;
		margin: 0 0 5px;
	}
	.footer_soc {
		text-align: center;
		padding: 0 0 15px;
	}
	.footer_soc img {
		margin: 0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.footer_soc img:hover {
		opacity: 0.7;
	}
	.footer_right {
		padding: 0;
		text-align: center;
	}
}
@media all and (min-width: 700px) and (max-width: 959px) {
	.footer_left {
		float: left;
		padding: 0 0 10px;
		width: 340px;
	}
	.footer_menu li {
		float: left;
		margin: 0 10px 5px 0;
	}
	.footer_center {
		float: right;
		width: 320px;
		padding: 0 0 10px;
	}
	.footer_soc {
		text-align: right;
		padding: 0;
	}
	.footer_soc img {
		margin: 0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.footer_soc img:hover {
		opacity: 0.7;
	}
	.footer_line {
		clear: both;
	}
	.footer_right {
		padding: 0;
	}
}
@media all and (min-width: 960px) {
	.footer_left {
		float: left;
		padding: 0;
		width: 40%;
	}
	.copyright {
		max-width: 270px;
		padding: 0;
	}
	.footer_center {
		float: left;
		width: 30%;
		padding: 0;
	}
	.footer_soc {
		text-align: left;
		padding: 0;
	}
	.footer_soc img {
		margin: 0 3px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.footer_soc img:hover {
		opacity: 0.7;
	}
	.footer_right {
		float: right;
		width: 30%;
		padding: 0;
	}
	.footer_menu {
		padding: 10px 0 0;
		text-align: center;
	}
	.footer_menu li {
		float: left;
		margin: 0 10px 5px;
	}
}
.form_field_line.has_tooltip .form_field_ins {
	position: relative;
}
.has_tooltip .form_field_label_ins {
	position: relative;
	padding: 0 20px 0 0;
}
.has_tooltip .field_tooltip_label {
	position: absolute;
	float: none;
	display: block;
	width: 20px;
	height: 20px;
	top: -1px;
	right: 0;
	cursor: help;
	background: url(images/question.png) no-repeat right center;
}
.field_tooltip_div {
	display: none;
	z-index: 100;
	position: absolute;
	float: none;
	top: 45px;
	left: 0;
	width: 300px;
	max-width: 100%;
}
.has_tooltip.showed .field_tooltip_div {
	display: block;
}
.field_tooltip_abs {
	position: absolute;
	top: -4px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 14px;
	height: 5px;
}
.field_tooltip {
	font:
		13px/14px Inter,
		sans-serif;
	padding: 15px 20px;
	color: #121416;
	background: #f6e596;
	border-radius: 4px;
}
.last_events_wrap {
	position: fixed;
	bottom: 10px;
	left: 50px;
	z-index: 100;
	width: 300px;
}
@media all and (max-width: 500px) {
	.last_events_wrap {
		display: none;
	}
}
.last_events_wrap.toright {
	left: auto;
	right: 50px;
}
.last_events_option {
	background: #fff;
	border-radius: 6px;
	border: 1px solid #dde9f0;
	color: #121416;
	font:
		13px Inter,
		sans-serif;
	padding: 10px 15px;
}
.levents {
	position: relative;
	display: none;
	margin: 0 0 10px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #dde9f0;
	color: #121416;
	font:
		13px Inter,
		sans-serif;
	padding: 10px 15px;
	text-align: center;
}
.levents_title {
	font:
		600 15px Inter,
		sans-serif;
	padding: 0 0 5px;
	color: #121416;
}
.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;
}
.statuswork_div {
	position: fixed;
	z-index: 99999;
	width: 50px;
	height: 230px;
	top: 290px;
}
@media all and (max-width: 500px) {
	.statuswork_div {
		display: none;
	}
}
.statuswork_div.toleft {
	left: 0;
}
.statuswork_div.toright {
	right: 0;
}
.statuswork_div_ins {
	position: relative;
	width: 50px;
	height: 230px;
}
.statuswork {
	position: absolute;
	float: none;
	top: 91px;
	left: -90px;
	width: 215px;
	height: 41px;
	background: #afd6c7;
	background: -webkit-linear-gradient(top, #8fcaf5, #d0e29a);
	background: -moz-linear-gradient(top, #8fcaf5, #d0e29a);
	background: linear-gradient(to bottom, #8fcaf5, #d0e29a);
	color: #fff;
	padding: 9px 0 0 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font:
		13px Inter,
		sans-serif;
	border-radius: 6px 6px 0 0;
}
.statuswork_div.toleft .statuswork {
	border-radius: 0 0 6px 6px;
}
.statuswork_ins {
	background: url(images/online.png) no-repeat left center;
	padding: 0 0 0 40px;
}
.status_op0 .statuswork {
	background: #cfd9df;
	color: #6e7a89;
}
.status_op0 .statuswork_ins {
	background: url(images/offline.png) no-repeat left center;
}
.statuswork_title {
	font:
		600 16px/16px Inter,
		sans-serif;
	padding: 0 0 2px;
}
.wn_wrap {
	position: fixed;
	float: none;
	bottom: 0;
	left: 0;
	z-index: 999998;
	background: url(images/wnsh.png);
	border-top: 2px solid #ecf5fa;
	width: 100%;
}
.wn_div {
	padding: 20px 10px;
	margin: 0 auto;
	max-width: 1150px;
	font:
		14px Inter,
		sans-serif;
	color: #121416;
}
.wn_div_text {
	padding: 0 0 10px;
}
.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: 0;
	z-index: 999999;
}
.standart_windowins {
	position: relative;
	max-width: 360px;
	margin: 0 auto;
	padding: 0 20px 10px;
	background: #fff;
	border-radius: 4px;
}
.standart_windowins img {
	max-width: 100%;
}
.standart_window_close {
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 15px;
	right: 15px;
}
.standart_window_title {
	font:
		600 18px Inter,
		sans-serif;
	color: #121416;
	margin: 0 -20px 15px;
	padding: 15px 40px 15px 20px;
	background: #ecf5fa;
	border-radius: 4px 4px 0 0;
}
.standart_window_submit {
	padding: 20px 0 10px;
	text-align: center;
}
.rb_label {
	font:
		14px Inter,
		sans-serif;
	color: #6e7a89;
	padding: 0 0 3px;
}
.rb_line {
	padding: 0 0 10px;
}
.resulttrue {
	padding: 14px 20px;
	color: #121416;
	background: #fbf6e0;
	border-radius: 6px;
	margin: 0 0 20px;
	font:
		14px Inter,
		sans-serif;
}
.resultfalse,
.home_resultfalse,
.xtp_error,
.xtl_error,
.hexch_error,
.exch_error {
	padding: 14px 20px;
	color: #e15e5e;
	background: #fcf2f2;
	border-radius: 6px;
	margin: 0 0 20px;
	font:
		14px Inter,
		sans-serif;
}
.home_resultfalse {
	margin: 0 0 20px;
}
.exch_error {
	max-width: 1110px;
	margin: 0 auto 20px;
}
.topbutton {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #3d9cdd 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;
}
.red,
.req {
	color: red;
}
.bred {
	font-weight: 600;
	color: red;
}
.bgreen {
	font-weight: 600;
	color: #84bc01;
}
.pn_copy {
	padding: 0 5px 0 20px;
	background: url(images/copy_b.png) no-repeat 0 center;
}
.pn_copy.copied {
	color: #84bc01;
	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;
}
.currency_logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat no-repeat;
}
.comment_user {
	background: #ecf5fa;
	border-radius: 4px;
	font:
		14px Inter,
		sans-serif;
	color: #121416;
	padding: 15px;
	margin: 0 0 20px;
}
span.js_timer {
	display: block;
	width: 260px;
	font:
		14px Inter,
		sans-serif;
	margin: 0 auto 20px;
	background: #ecf5fa;
	border-radius: 4px;
	color: #121416;
	text-align: center;
	padding: 15px 0;
}
.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;
}
.topExchangePairs {
	overflow: auto;
	border-radius: 3px;
	margin-top: -20px;
	padding: 20px auto;
}
.topExchangePairs .title {
	margin: 0 0 15px;
	color: #2a2a2a;
	font:
		700 20px "Open Sans",
		sans-serif;
	text-align: center;
	font-weight: 300;
}
.topExchangePairs ul {
	list-style: initial;
	text-indent: 1em;
}
.topExchangePairs ul li {
	width: 310px !important;
	float: left;
	display: block;
	background: url(images/liarr.png) no-repeat 0 4px;
}
.warning_message h2 {
	font:
		600 17px inter,
		sans-serif;
	margin: 0 0 14px;
}
@media (max-width: 460px) {
	.converter-form input {
		box-sizing: border-box;
		margin-bottom: 6px;
		width: 100%;
	}
}
em {
	font:
		12px Inter,
		sans-serif;
	color: #6666ff;
}

a[data-fancybox="gallery"] img {
	max-width: 70%;
}

/* swiper */
@font-face {
	font-family: swiper-icons;
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
	touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
	touch-action: pan-x;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}
.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
	content: "";
	flex-shrink: 0;
	order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
	-webkit-backface-visibility: hidden;
	transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
	height: 1px;
	width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
	width: 1px;
	height: var(--swiper-virtual-size);
}
:root {
	--swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
	display: none !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: "next";
}
.swiper-button-lock {
	display: none;
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 0.3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%;
}
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet:only-child {
	display: none !important;
}
.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition:
		0.2s transform,
		0.2s top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition:
		0.2s transform,
		0.2s left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition:
		0.2s transform,
		0.2s right;
}
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-lock {
	display: none;
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.swiper .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cube {
	overflow: visible;
}
.swiper-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible;
}
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
	content: "";
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	filter: blur(50px);
}
.swiper-flip {
	overflow: visible;
}
.swiper-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	transition-property: transform, opacity, height;
}
.swiper-cards {
	overflow: visible;
}
.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.swiper-container {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: -40px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: -40px;
}
.swiper-container .home_news_one_more a {
	float: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 2rem;
}
.rf_div_ins {
	display: flex;
	flex-wrap: wrap;
}
.rf_div_ins .field_name_name,
.rf_div_ins .field_name_email,
.rf_div_ins .field_name_country,
.rf_div_ins .field_name_city {
	flex: 0 0 50%;
}
.rf_div_ins .field_name_name input,
.rf_div_ins .field_name_email input,
.rf_div_ins .field_name_country input,
.rf_div_ins .field_name_city input {
	width: 100%;
}
.rf_div_ins .field_name_name input,
.rf_div_ins .field_name_country input {
	width: calc(100% - 20px);
}
.rf_div_ins .field_name_text {
	flex: 0 0 100%;
}
.rf_div_ins .captcha_div {
	order: 1;
	flex: 0 0 100%;
}
.rf_div_ins .captcha_div .captcha_body {
	display: inline-flex;
}
.rf_div_ins .has_submit {
	order: 2;
}

.one_reviews_loc {
	padding: 2px 0 4px 15px;
	float: left;
}
.one_reviews_loc img {
	vertical-align: bottom;
	opacity: 0.75;
}
.one_reviews_rating {
	display: flex;
	flex-wrap: wrap;
	padding: 12px 0 0 0;
	text-align: center;
	font-size: 12px;
}
.one_reviews_rating > div {
	flex: 0 0 25%;
}
.one_reviews_rating > div > div:first-child {
	margin-bottom: 3px;
}
.one_reviews_rating img {
	width: 20px;
	margin: 0 2px;
}

.teh_supp {
	display: flex;
	margin-top: 5px;
	font:
		100 11px Inter,
		sans-serif;
}

.acf_div_title_ins {
	display: none;
}

.pntable_wrap_title {
	display: none;
}

.lang_constants {
	display: none;
}

/*block transfer number*/
.block_smsbutton {
    margin-top: 40px; /* 4rem */
    padding: 40px 0 0 0; /* 4rem 0 0 0 */
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}
.block_smsbutton_label {
    font-size: 16px;
	line-height: 20px;
	font-weight: 400;
}
.block_smsbutton_action {
    display: flex;
    gap: 20px; /* 2rem */
}
.block_smsbutton_action input[type=text] {
    padding: 12px; /* 1.2rem */
    width: 100%;
    max-width: 228px; /* 20rem */
    height: 52px; /* 5.2rem */
    text-align: left;
    border: 1px solid #DBE8F1;
    border-radius: 4px; /* 0.4rem */
    background-color: #FFFFFF;
    color: #000000;
}
.block_smsbutton_action input[type=submit] {
    margin: 0;
    padding: 16px 24px; /* 1.6rem 2.4rem */
    font-size: 16px; /* 1.6rem */
    font-weight: 400;
    line-height: 20px; /* 2rem */
    width: unset;
    height: unset;
    border: none;
    border-radius: 6px; /* 0.4rem */
    background-color: #3D9CDD;
    color: #FFF;
	letter-spacing: 1px;
}
.block_smsbutton_action input[type=submit]:hover {
    filter: brightness(90%);
    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; /* 0.8rem */
    }

    .block_smsbutton_action input[type=text] {
        max-width: unset;
        height: 48px; /* 4.8rem */
    }

    .block_smsbutton_action input[type=submit]  {
        font-size: 14px; /* 1.4rem */
        line-height: 20px; /* 1.6rem */
    }
}

/*payment checks*/
.block_statusbids .ustbl_line {
    margin-top: 40px; /* 4rem */
    padding: 40px 0 0 0; /* 4rem 0 0 0 */
    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: 110px; /* 11rem */
}
.block_statusbids .ustbl_line_left, .block_statusbids .ustbl_line_right {
    width: 100%;
}
.block_statusbids .ustbl_line_left {
    max-width: 400px; /* 40rem */
}
.block_statusbids .ustbl_line_right {
    max-width: 200px; /* 20rem */
	padding: 0;
	border: none;
}
	.ustbl_line_right_abs {
		display: none;
	}

.block_statusbids .ustbl_title {
    margin-bottom: 8px; /* 0.8rem */
	font-size: 16px;
}
.block_statusbids .ustbl_warn {
    margin-bottom: 20px; /* 2rem */
    color: #898989;
}
.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: 16px;
    font-weight: 400;
    text-align: center;
    /*border: 1px solid #3E946B;*/
    border-radius: 6px; /* 0.4rem */
    background: #3D9CDD;
    color: #FFF;
    cursor: pointer;
    transition: all 0.1s ease-in-out;
}
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn:hover {
    /*opacity: 0.8;*/
    filter: brightness(90%);
    transition: all 0.1s ease-in-out;
}
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn:active {
    /*opacity: 0.6;*/
    filter: brightness(80%);
    transition: all 0.1s ease-in-out;
}
.block_statusbids .ustbl_line .ustbl_eximg {
    margin-bottom: 10px; /* 1rem */
	padding: 0;
}
.block_statusbids .ustbl_line .ustbl_eximg img {
    max-width: 200px; /* 20rem */
    max-height: 200px; /* 20rem */
}
.block_statusbids .ustbl_line .ustbl_descr {
    text-align: center;
    color: #898989;
}
.block_statusbids_ins .ustbl_bar {
    margin-top: 20px; /* 2rem */
}
.ustbl_file {
    padding: 0;
}
.ustbl_bar {
    position: relative;
    display: none;
    padding: 12px; /* 1.2rem */
    background-color: rgba(0, 0, 0, 0.08);
    border-radius: 12px; /* 1.2rem */
}
.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; /* 1.9rem */
    left: 12px; /* 1.2rem */
    width: calc(100% - 24px); /* calc(100% - 2.4rem) */
    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; /* 2rem */
    }
    .block_statusbids .ustbl_warn {
        font-size: 12px; /* 1.2rem */
        line-height: 14px; /* 1.4rem */
    }
    .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; /* 1.4rem */
        line-height: 16px; /* 1.6rem */
        border-radius: 4px; /* 0.4rem */
    }
}
.breadcrumb_wrap .breadcrumb_ins .breadcrumb + h1,
.breadcrumb_title {
    display: block;
    clear: both;      /* если крошки плавают */
    margin-top: 20px; /* подбери нужный отступ сверху */
}

.pn-breadcrumbs { margin: 16px 0 24px; font-size: 14px; }

.single_news_title {
    display: block;
    margin: 24px 0 16px;
    line-height: 1.3;
}

.single_news .text p {
    margin-bottom: 16px;
    line-height: 1.6;
}

.single_news_related { margin-top: 40px; }
.single_news_related_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 16px;
}
.relatedthumb a { text-decoration: none; }
.relatedthumb a:hover { text-decoration: underline; }

.metabox_div { margin-top: 24px; }


/* ==== File input button (универсально под вашу верстку) ==== */

/* Обёртка. Можно использовать .verify_acc_file или .js_hf_input_linewrap */
.verify_acc_file,
.js_hf_input_linewrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

/* Прячем настоящий input[type=file] */
.verify_acc_file input[type="file"],
.js_hf_input_linewrap input[type="file"],
.verify_acc_file .js_hf_input,
.js_hf_input_linewrap .js_hf_input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  pointer-events: none;  /* убираем пересечение кликов с кнопкой */
}

/* Кнопка выбора файла */
.chose_file_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 16px; /* 1.6rem */
  min-width: 160px;

  font: 400 16px/1.1 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  text-align: center;
  letter-spacing: .2px;

  border: 0;
  border-radius: 6px; /* 0.6rem */
  background: #3D9CDD;
  color: #FFF;

  cursor: pointer;
  user-select: none;
  transition: filter .12s ease-in-out, transform .02s ease-in-out, box-shadow .12s ease-in-out;
}

/* Hover / Active */
.chose_file_btn:hover { filter: brightness(90%); }
.chose_file_btn:active { transform: translateY(1px); filter: brightness(85%); }

/* Фокус-кольцо для клавиатуры/доступности */
.chose_file_btn:focus { outline: none; }
.chose_file_btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(61,156,221,.35);
}

/* Состояние disabled, если нужно в разметке добавлять класс .is-disabled */
.chose_file_btn.is-disabled {
  background: #C9D7E3;
  color: #6E7A89;
  cursor: not-allowed;
  filter: none;
  transform: none;
}

/* Внутренний текст/иконка при желании */
.chose_file_btn .ico {
  width: 18px; height: 18px; display: inline-block;
  background-repeat: no-repeat; background-position: center; background-size: 18px 18px;
  /* пример: background-image: url(/images/upload.svg); */
}

/* Подпись выбранного файла (если будете выводить рядом через JS) */
.selected-file-name {
  font: 14px/1.3 Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: #121416;
  max-width: 360px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Мобильные мелочи */
@media (max-width: 640px) {
  .chose_file_btn {
    min-width: 140px;
    padding: 14px; /* 1.4rem */
    font-size: 14px;
    border-radius: 4px; /* 0.4rem */
  }
}

/* Темная тема (если есть класс .dark на body/контейнере) */
.dark .chose_file_btn {
  background: #2E88C2;
}
.dark .chose_file_btn:hover { filter: brightness(95%); }
.dark .selected-file-name { color: #E6E6E6; }

/* Дополнительно: если хотите наследовать ваши старые правила, оставьте прокси-селекторы */
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn { all: unset; }
.block_statusbids .ustbl_line .ustbl_file .chose_file_btn { 
  /* перенаправляем к общим стилям */
  composes: chose_file_btn; /* если у вас нет PostCSS Modules — просто оставьте пусто или удалите */
}
