/*
Theme Name: EpiChange
Theme URI: https://premiumexchanger.com
Description: PremiumBox theme
Version: 2.5.0
Author: Premium
Author URI: https://premiumexchanger.com
*/

* {
	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 {
	margin: 0;
	padding: 0;
}
ol:not([class]), ul:not([class]) {
	margin-bottom: 20px;
}
ol:not([class]) {
	padding: 0;
	list-style: none;
}
ol:not([class]) li {
	counter-increment: section;
}
ol:not([class]) li::before {
	margin-right: 8px;
	content: counter(section) ".";
}
ol:not([class]):last-child,
ul:not([class]):last-child {
	margin-bottom: 0;
}
ol:not([class]) li,
ul:not([class]) li {
	margin-bottom: 8px;
}
ul:not([class]) li {
	padding-left: 15px;
	position: relative;
	list-style: none;
}
ul:not([class]) li::before {
	background: url(images/liarr.png) no-repeat 0;
	/*border-radius: 50%;*/
	content: "";
	counter-increment: num;
	width: 10px;
	height: 10px;
	left: 0;
	position: absolute;
	top: 3px;
}
ol:not([class]) li:last-child,
ul:not([class]) li:last-child {
	margin-bottom: 0;
}
ol[class],
ul[class] {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: middle;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

a:focus {
	outline: 0;
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

img {
	border: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

sup {
	font-size: 0.7em;
	vertical-align: top;
}
sub {
	font-size: 0.7em;
	vertical-align: bottom;
}
small {
	font-size: 10px;
}
strong,
dfn,
dl dt,
th,
b {
	font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

select,
input,
textarea {
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}

button,
input[type="submit"] {
	padding: 0;
	margin: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-appearance: none;
}

:focus::-webkit-input-placeholder {
	color: transparent;
}
:focus::-moz-placeholder {
	color: transparent;
}
:focus:-moz-placeholder {
	color: transparent;
}
:focus:-ms-input-placeholder {
	color: transparent;
}

a {
	text-decoration: underline;
	color: #00c360;
}
a:hover {
	text-decoration: underline;
	color: #009c4c;
}

body {
	font:
		14px/1.3em "Montserrat",
		sans-serif;
	color: #ffffff;
	background: #101e82 url(images/bg2.png) repeat-x center top;
}

#container {
	display: block;
	position: relative;
	width: 100%;
	min-width: 320px;
	background: url(images/bg4.png) no-repeat center top;
}
/*#container::before {*/
/*	content: '';*/
/*	position: absolute;*/
/*	top: 0;*/
/*	width: 100%;*/
/*	height: 100%;*/
/*	background: url(images/bg4.png) no-repeat center top;*/
/*	z-index: -1;*/
/*}*/

/* forms */
input[type="text"],
input[type="email"],
input[type="password"] {
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000000;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px;
	font:
		13px/40px "Montserrat",
		sans-serif;
}
.sidebar input[type="text"],
.sidebar input[type="email"],
.sidebar input[type="password"] {
	border: 1px solid #9b9b9b;
}
input[type="search"] {
	border: 1px solid #ffffff;
	background: #ffffff url(images/search.png) no-repeat 10px center;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000000;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px 0 35px;
	font:
		13px/40px "Montserrat",
		sans-serif;
}
textarea {
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 12px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000000;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	height: 100px;
	min-height: 100px;
	padding: 15px;
	font:
		13px "Montserrat",
		sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
}
input[type="text"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
textarea:disabled {
	border: 1px solid #333333;
	background: #ccc;
	box-shadow: none;
	color: #000;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error {
	border: 1px solid #f99082;
}
select {
	border: 1px solid #ffffff;
	background: #ffffff;
	border-radius: 40px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000000;
	height: 40px;
	width: 300px;
	max-width: 100%;
	padding: 0 15px;
	font:
		13px "Montserrat",
		sans-serif;
}
input[type="submit"] {
	border: none;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	max-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	cursor: pointer;
	height: 40px;
	padding: 0 25px;
	text-transform: uppercase;
	font:
		500 16px/40px "Exo 2",
		sans-serif;
}
input[type="submit"]:hover {
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
	text-decoration: none;
}
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background: #ccc;
	color: #fff;
	cursor: default;
}
.checkbox {
	cursor: pointer;
	background: url(images/checkbox.png) no-repeat 0 0px;
	font:
		13px "Montserrat",
		sans-serif;
	padding: 3px 0 3px 28px;
}
.checkbox input {
	display: none;
}
.checkbox.checked {
	background: url(images/checkbox.png) no-repeat 0 -180px;
}
/* end forms */

/* standart captcha */
.captcha_div {
	margin: 0 -10px 20px 0;
}
.hexch_div .captcha_div {
	margin: 0 0px 20px 0px;
}
.captcha_title {
	display: none;
	font:
		13px "Montserrat",
		sans-serif;
	margin: 0 0 5px 0;
}
.captcha_body {
	padding: 0 0 0px 0;
}
.captcha_divznak {
	float: left;
	width: 24px;
	height: 40px;
	font:
		600 18px/40px "Montserrat",
		sans-serif;
	text-align: center;
}
input.captcha_divpole {
	float: left;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	font:
		18px/40px "Montserrat",
		sans-serif;
	margin: 0;
	text-align: center;
}
a.captcha_reload {
	float: left;
	margin: 0px 0 0 5px;
	width: 32px;
	height: 40px;
	border-radius: 6px;
	background: url(images/reload.png) no-repeat center center;
}
a.captcha_reload.act {
	background: #fff url(images/ajax-loader.gif) no-repeat center center;
}
.captcha_divimg {
	float: left;
	width: 38px;
	height: 38px;
	border-radius: 6px;
}
.captcha_divimg img {
	width: 38px;
	height: 38px;
	border-radius: 6px;
}
/* end standart captcha */

/* image captcha */
.captcha_sci_div {
	margin: 0 0 20px 0;
	font:
		13px "Montserrat",
		sans-serif;
}
.captcha_sci_title {
	font:
		13px "Montserrat",
		sans-serif;
	margin: 0 0 5px 0;
}
.captcha_sci_body {
	padding: 0 0 5px 0;
}
.captcha_sci_img {
	float: left;
	width: 50px;
	height: 50px;
	margin: 10px 10px 0 0;
	border: 2px solid #0d0d0d;
	border-radius: 6px;
	cursor: pointer;
}
.captcha_sci_img img {
	width: 50px;
	height: 50px;
	border-radius: 6px;
}
.captcha_sci_img.active {
	border: 2px solid #00c360;
}
/* end image captcha */

/* wclose */
.wclosearea {
	padding: 5px 0px;
	background: #008500;
	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: 0px 30px 0px 10px;
}
.wclosearea_text_ins {
	padding: 2px 0px 0 26px;
	background: url(images/warning.png) no-repeat;
	background-position: 0 2px;
	color: #fff;
	font:
		500 13px "Montserrat",
		sans-serif;
}
.wclosearea_text a {
	color: #fff;
	text-decoration: underline;
}
.wclosearea_text a:hover {
	text-decoration: none;
}
/* end wclose */

/* topbar */
.topbar_wrap {
	width: 100%;
	position: relative;
	z-index: 100;
	height: 80px;
}
.topbar_ins {
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 80px;
}
.topbar_ins.fix_div {
	background: #004ecf;
	border-bottom: 3px solid #0269d0;
}
.topbar {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	height: 80px;
}
.topbar_icon_wrap {
	position: relative;
	float: left;
}
.topbar_icon_tab {
	display: none;
	height: 80px;
	font:
		15px/80px "Montserrat",
		sans-serif;
	color: #ffffff;
	padding: 0 0 0 24px;
	background: url(images/contacts.png) no-repeat left center;
	cursor: pointer;
}
.topbar_icon_wrap.adaptive .topbar_icon_tab {
	display: block;
}
.topbar_icon_tabul {
	padding: 0;
	width: auto;
}
.topbar_icon_wrap.adaptive .topbar_icon_tabul {
	display: none;
	width: 180px;
	background: #004ecf;
	box-shadow: 0 0 5px #0044b4;
	border-radius: 8px;
	padding: 5px 10px;
	position: absolute;
	float: none;
	top: 60px;
	left: -10px;
}
.topbar_icon_wrap.adaptive .topbar_icon_tabul.open {
	display: block;
}
.topbar_icon {
	display: none;
	float: left;
	margin: 0 20px 0 0px;
	font:
		15px "Montserrat",
		sans-serif;
	color: #fff;
	padding: 0 0 0 24px;
	height: 80px;
}
.topbar_icon_ins {
	height: 80px;
	vertical-align: middle;
	display: table-cell;
}
.topbar_icon.telegram {
	background: url(images/telegram.png) no-repeat left center;
}
.topbar_icon.email {
	background: url(images/email.png) no-repeat left center;
}
.topbar_icon_wrap.adaptive .topbar_icon {
	float: none;
	margin: 0;
	padding: 5px 0 5px 24px;
	height: auto;
	font:
		13px "Montserrat",
		sans-serif;
}
.topbar_icon_wrap.adaptive .topbar_icon_ins {
	height: auto;
	display: block;
}
.topbar_icon a {
	color: #fff;
	text-decoration: none;
}
.topbar_icon a:hover {
	color: #00c360;
	text-decoration: underline;
}
a.toplink {
	float: right;
	margin: 22px 0px 0 20px;
	border-radius: 50px;
	height: 36px;
	font:
		500 15px/36px "Exo 2",
		sans-serif;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}
@media all and (max-width: 959px) {
	a.toplink {
		display: none;
	}
}
.mobile_menu_buttons {
	padding: 15px 0 0 0;
}
.mobile_menu_buttons a.toplink {
	float: left;
	display: block;
	margin: 0px 20px 0 0px;
}
a.toplink:hover {
	background: none;
	color: #00c360;
}
a.toplink.toplink_signup {
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	color: #fff;
	padding: 0 15px;
}
a.toplink.toplink_signup:hover {
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
}
/* end topbar */

/* lang */
.tolbar_lang {
	float: right;
	height: 36px;
	margin: 22px 0px 0 0;
}
.langlist_div {
	position: relative;
	height: 36px;
	cursor: pointer;
}
.langlist_title {
	height: 36px;
	font:
		15px/36px "Exo 2",
		sans-serif;
	color: #00c360;
	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: 0px;
	padding: 3px 5px;
	width: 120px;
	background: #004ecf;
	box-shadow: 0 0 5px #0044b4;
	border-radius: 8px;
	display: none;
}
a.langlist_li {
	position: relative;
	display: block;
	padding: 5px 5px 5px 30px;
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	text-decoration: none;
}
.langlist_liimg {
	position: absolute;
	float: none;
	top: 6px;
	left: 5px;
}
/* end lang */

/* operator */
a.html_oper {
	float: left;
	margin: 40px 0px 0px 50px;
	padding: 0px 0px 0px 25px;
	height: 20px;
	color: #00c360;
	text-decoration: none;
	text-transform: lowercase;
	font:
		500 15px/20px "Montserrat",
		sans-serif;
	background: url(images/online_arr.png) no-repeat 0 center;
}
a.html_oper.st_offline {
	background: url(images/offline_arr.png) no-repeat 0 center;
	color: #9bceff;
}
@media all and (max-width: 959px) {
	a.html_oper {
		margin: 20px 0px 0px 20px;
	}
	a.html_oper span {
		display: none;
	}
}
/* end operator */

/* topmenu */
.tophead_wrap {
	width: 100%;
	position: relative;
	z-index: 90;
	height: 100px;
}
.tophead_ins {
	width: 100%;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	z-index: 100;
	height: 100px;
}
.tophead_ins.fix_div {
	background: #004ecf;
	border-bottom: 3px solid #0269d0;
}
.tophead {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	height: 100px;
}
@media all and (max-width: 959px) {
	.tophead_wrap {
		height: 60px;
	}
	.tophead_ins {
		height: 60px;
	}
	.tophead {
		height: 60px;
	}
}
.logoblock {
	float: left;
	width: 240px;
	height: 100px;
	overflow: hidden;
}
.logoblock_ins {
	width: 240px;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	font:
		600 24px "Montserrat",
		sans-serif;
}
.logoblock_ins img {
	max-width: 240px;
	max-height: 70px;
	vertical-align: middle;
}
.logoblock_ins a {
	text-decoration: none;
	color: #fff;
}
@media all and (max-width: 959px) {
	.logoblock {
		height: 60px;
		width: 180px;
	}
	.logoblock_ins {
		height: 60px;
		width: 180px;
	}
	.logoblock_ins img {
		max-height: 50px;
		max-width: 180px;
	}
}

.topmenu_ico {
	width: 40px;
	height: 60px;
	float: right;
	cursor: pointer;
	background: url(images/menu-ico.png) no-repeat center center;
	display: none;
}
@media all and (max-width: 959px) {
	.topmenu_ico {
		display: block;
	}
}
.topmenu {
	float: right;
	max-width: 800px;
	padding: 25px 0 0px 0;
	display: none;
}
@media all and (min-width: 960px) {
	.topmenu {
		display: block;
	}
}
.topmenu li {
	float: left;
	height: 50px;
	padding: 0;
	margin: 0 0px 0px 0px;
}
.topmenu li:hover {
	position: relative;
}
.topmenu li a {
	float: left;
	height: 50px;
	font:
		500 16px/50px "Exo 2",
		sans-serif;
	background: none;
	color: #ffffff;
	padding: 0 12px;
	border-bottom: 2px solid #80a7e7;
	text-decoration: none;
}
.topmenu li:hover > a,
.topmenu li.current-menu-item > a {
	color: #fff;
	height: 48px;
	border-bottom: 4px solid #00c360;
	text-decoration: none;
}
.topmenu ul ul {
	position: absolute;
	float: none;
	display: none;
	top: 48px;
	right: 0px;
	background: #d9e4f8;
	border-radius: 24px;
	padding: 10px 0;
	height: auto;
	width: 235px;
	margin: 0;
}
.ugmenu {
	position: absolute;
	float: none;
	background: url(images/ugm.png) no-repeat;
	top: -5px;
	right: 20px;
	width: 18px;
	height: 5px;
}
.topmenu ul ul ul .ugmenu {
	display: none;
}
.topmenu ul ul li {
	float: none;
	display: block;
	position: relative;
	height: auto;
	width: 215px;
	padding: 0 10px;
	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 "Montserrat",
		sans-serif;
	background: none;
	color: #000000;
	border-bottom: none;
	text-decoration: none;
	text-transform: none;
}
.topmenu ul ul li:hover > a {
	color: #000000;
	text-decoration: none;
	background: #c7eec9;
	border-bottom: none;
	box-shadow: 0 0 10px #6bea21;
	border-radius: 50px;
	height: auto;
}
.topmenu li li.has_sub_menu > a span {
	display: block;
	padding: 0 15px 0 0;
	background: url(images/hsm.png) no-repeat right center;
}
.topmenu ul ul ul {
	position: absolute;
	display: none;
	float: none;
	top: -11px;
	left: 235px;
	height: auto;
}
@media all and (max-width: 1200px) {
	.topmenu ul ul ul {
		left: auto;
		right: 235px;
	}
}
/* end top menu */

/* mobile menu */
.mobile_menu_wrap {
	display: block;
}
@media all and (min-width: 960px) {
	.mobile_menu_wrap {
		display: none;
	}
}
.mobile_menu_abs {
	display: none;
	position: fixed;
	float: none;
	top: 0;
	left: 0;
	z-index: 999998;
	width: 100%;
	height: 100%;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.mobile_menu {
	display: none;
	position: fixed;
	z-index: 999999;
	float: none;
	top: 0px;
	right: 0;
	padding: 20px 20px;
	width: 70%;
	bottom: 0;
	overflow-y: auto;
	overflow-x: hidden;
	background: #024dc8;
	word-break: break-word;
}
.mobile_menu_title {
	color: #fff;
	font:
		600 24px "Exo 2",
		sans-serif;
	padding: 0 0 10px 0;
}
.mobile_menu_close {
	position: absolute;
	float: none;
	top: 15px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(images/menu_close.png) no-repeat center center;
}
.mobile_menu_ins {
	padding: 0px 0 0 0;
}
.mobile_menu_ins li {
	display: block;
}
.mobile_menu_ins li a {
	display: block;
	font:
		14px "Montserrat",
		sans-serif;
	padding: 7px 0px;
	color: #ffffff;
	text-decoration: none;
}
.mobile_menu_ins li.current-menu-item > a {
	position: relative;
	color: #00c360;
}
/* end mobile menu */

.wrapper {
	position: relative;
	z-index: 80;
	min-height: 650px;
	overflow: hidden;
}

/*.home .wrapper > .swiper {*/
/*	display: none;*/
/*}*/
@media all and (max-width: 500px) {
	.wrapper {
		min-height: 50px;
	}
}

/* breadcrumb */
.breadcrumb_wrap {
	position: relative;
	padding: 20px 10px 10px;
	max-width: 1150px;
	margin: 0 auto;
}
.breadcrumb_div {
	margin: 0;
}
h1.breadcrumb_title {
	margin: 0 0 0px 0;
	color: #ffffff;
	font:
		600 30px "Exo 2",
		sans-serif;
}
.breadcrumb {
	padding: 0 0 10px 0;
}
.breadcrumb ul li {
	float: left;
	margin: 0 9px 0 0;
	padding: 0 0 0 12px;
	color: #ffffff;
	font:
		13px "Montserrat",
		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: #ffffff;
	text-decoration: none;
}
.breadcrumb ul li::before {
	display: none;
}
.breadcrumb ul li a:hover {
	text-decoration: underline;
}
@media all and (max-width: 500px) {
	h1.breadcrumb_title {
		margin: 0 0 0px;
		font:
			600 22px "Exo 2",
			sans-serif;
	}
	.breadcrumb {
		display: none;
	}
}
/* end breadcrumb */

.content_wrap {
	padding: 20px 10px 10px;
	max-width: 1150px;
	margin: 0 auto;
}
@media all and (min-width: 960px) {
	.content_wrap {
		padding: 20px 10px 20px;
	}
}
.home .content_wrap {
	padding: 0;
	max-width: 100%;
}

/* inside content */
.content {
	margin: 0 0px 20px 0px;
}
@media all and (min-width: 960px) {
	.content {
		float: left;
		width: 69%;
	}
}
@media all and (min-width: 1150px) {
	.content {
		width: 74%;
	}
}
/* end inside content */

/* text page */
.page_wrap,
.textblock {
	padding: 20px 20px 10px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
}
.textblock {
	padding-bottom: 1px;
}

.text p {
	padding: 0 0 20px 0;
}
.text p:last-child {
	margin: 0;
	padding: 0;
}
.text h1 {
	font:
		600 30px "Exo 2",
		sans-serif;
	margin: 0 0 20px 0;
}
.text h2 {
	font:
		600 26px "Exo 2",
		sans-serif;
	margin: 0 0 20px 0;
}
.text h3 {
	font:
		600 24px "Exo 2",
		sans-serif;
	margin: 0 0 20px 0;
}
.text h4 {
	font:
		600 22px "Exo 2",
		sans-serif;
	margin: 0 0 20px 0;
}

.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 0px 20px;
	padding: 10px 0 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.png) no-repeat 0 4px;*/
	/*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 0px 20px;
	padding: 10px 0 10px 0;
}

.text table {
	border: none;
	margin: 0 0 20px;
}
.text table th {
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	border: none;
	border-bottom: 2px solid #4f8ee3;
	padding: 10px 10px;
}
.text table td {
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	border-bottom: 2px solid #4f8ee3;
	padding: 10px 10px;
}
/* end text page */

/* toggle */
.oncetoggle {
	background: #ffffff;
	box-shadow: 0 0 10px #327975;
	border-radius: 12px;
	margin: 0 0 10px 0;
}
.oncetoggletitle {
	border-radius: 6px;
	font:
		14px/14px "Montserrat",
		sans-serif;
	color: #000;
	padding: 0 10px;
	cursor: pointer;
}
.oncetoggle.active .oncetoggletitle {
	border-bottom: none;
}
.oncetoggletitle_ins {
	padding: 14px 5px 12px 5px;
	background: url(images/plus.png) no-repeat right center;
}
.oncetoggle.active .oncetoggletitle_ins {
	background: url(images/minus.png) no-repeat right center;
}
.oncetogglebody {
	padding: 10px 12px 8px;
	font:
		14px "Montserrat",
		sans-serif;
	color: #606060;
	display: none;
}
.oncetoggle.active .oncetogglebody {
	display: block;
}
.oncetogglebody p {
	padding: 0 0 10px 0;
}
/* end toggle */

/* reserve shortcode */
.reserv_wrap {
	margin: 0 0 20px 0;
	position: relative;
}
.reserv_many {
	overflow: hidden;
}
.one_reserv {
	float: left;
	width: 250px;
	margin: 0 10px 10px 0;
	border-radius: 8px;
	border: 1px solid #4f8ee3;
	background: none;
	padding: 10px;
}
.one_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.one_reserv_block {
	float: right;
	width: 200px;
	font:
		14px "Montserrat",
		sans-serif;
	padding: 3px 0 0 0;
}
.one_reserv_title {
	font:
		14px "Montserrat",
		sans-serif;
	margin: 0 0 1px 0;
}
/* end reserve shortcode */

/* lchange shortcode */
.shortcode_lchanges {
	margin: 0;
}
.shortcode_lchange_line {
	padding: 0 0 20px 0;
}
.shortcode_lchange_date {
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}
.shortcode_lchange_why {
	float: left;
	width: 85px;
}
.shortcode_lchange_ico {
	width: 40px;
	height: 40px;
}
.shortcode_lchange_txt {
	font:
		600 13px "Montserrat",
		sans-serif;
	padding: 6px 0 0 5px;
	color: #fff;
}
.shortcode_lchange_arr {
	float: left;
	width: 40px;
	height: 40px;
	background: url(images/harr.png) no-repeat 0 center;
}
/* end lchange shortcode */

/* terms */
.term_description {
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px 1px;
	color: #000;
	margin: 0 0 20px;
}
/* end terms */

/* news */
.many_news_wrap {
	padding: 20px 20px 1px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
}

.one_news {
	padding: 0 0 20px 0;
	border-bottom: 2px solid #4f8ee3;
	margin: 0 0px 20px 0px;
}

.single_news_wrap {
	padding: 20px 20px 20px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0px 20px 0px;
}
h2.one_news_title {
	margin: 0 0 15px 0;
}
h2.one_news_title a {
	text-decoration: none;
	color: #ffffff;
	font:
		600 20px/20px "Exo 2",
		sans-serif;
}
h2.one_news_title a:hover {
	text-decoration: underline;
}
.one_news_excerpt {
	margin: 0 0 5px 0;
}
.one_news_excerpt.has_img {
	padding: 0 0 0 300px;
	position: relative;
	min-height: 150px;
}
@media all and (max-width: 500px) {
	.one_news_excerpt.has_img {
		padding: 0;
	}
}
.one_news_image {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 280px;
	height: 140px;
	border-radius: 10px;
}
.one_news_image img {
	width: 280px;
	height: 140px;
	border-radius: 24px;
}
@media all and (max-width: 500px) {
	.one_news_image {
		width: 100%;
		height: auto;
		margin: 0 0 15px 0;
		position: static;
	}
	.one_news_image img {
		width: 100%;
		height: auto;
	}
}
.one_news_excerpt a {
	color: #fff;
	text-decoration: none;
}
.one_news_date {
	font:
		13px "Montserrat",
		sans-serif;
	color: #9bceff;
	margin: 0 0 10px 0;
}
.metabox_left {
	float: left;
	width: 340px;
}
.metabox_cats {
	color: #9bceff;
	font:
		13px "Montserrat",
		sans-serif;
}
.metabox_cats a {
	color: #9bceff;
	text-decoration: none;
}
.metabox_cats a:hover {
	text-decoration: underline;
}
.metabox_tags {
	padding: 10px 0 0 0;
	color: 9bceff;
	font:
		13px "Montserrat",
		sans-serif;
}
.metabox_tags a {
	color: #9bceff;
	text-decoration: none;
}
.metabox_tags a:hover {
	text-decoration: underline;
}
a.one_news_more {
	float: right;
	margin: 0px 0 0 0;
	padding: 8px 20px;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font:
		600 13px "Exo 2",
		sans-serif;
}
a.one_news_more:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
}
@media all and (max-width: 500px) {
	.metabox_left {
		margin: 0 0 10px 0;
	}
	a.one_news_more {
		float: left;
		margin: 0 0 0px 0;
	}
}
/* end news */

/* comment form */
.comment_form {
	position: relative;
	border-radius: 24px;
	box-shadow: 0 0 20px #fff;
	padding: 20px 20px 10px;
	margin: 0 0px 20px 0px;
}
.comment_form_title {
	font:
		600 20px/22px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0px 0px 20px;
}
a#cancel-comment-reply-link {
	color: #ffc3c3;
	font:
		13px "Montserrat",
		sans-serif;
	text-transform: none;
}
.comment_form_line {
	padding: 0 0 10px 0;
}
.comment_form_line label {
	font:
		13px "Montserrat",
		sans-serif;
	display: block;
	padding: 0 0 3px;
}
/* end comment form */

/* site form */
.log_div_wrap,
.cf_div_wrap,
.reg_div_wrap,
.lp_div_wrap,
.rf_div_wrap,
.acf_div_wrap,
.domacc_div_wrap,
.checkstatus_div_wrap,
.userverify_div_wrap {
	position: relative;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px 20px 5px;
	margin: 0 0px 20px 0px;
}
.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 24px/24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.log_div_title,
.cf_div_title,
.reg_div_title,
.lp_div_title,
.acf_div_title,
.domacc_div_title {
	display: none;
}
.log_div,
.cf_div,
.reg_div,
.lp_div,
.rf_div,
.acf_div,
.domacc_div,
.checkstatus_div,
.userverify_div {
	padding: 0px;
}
.log_label,
.cf_label,
.reg_label,
.lp_label,
.rf_label,
.acf_label,
.checkstatus_label,
.uv_label {
	margin: 0;
	padding: 0 0 3px;
	font:
		13px "Montserrat",
		sans-serif;
}
.log_line,
.cf_line,
.reg_line,
.lp_line,
.rf_line,
.acf_line,
.checkstatus_line,
.uv_line {
	padding: 0px 0 20px;
}
.log_line_subm_left,
.reg_line_subm_left {
	float: left;
}
.log_line_subm_right {
	float: left;
	margin: 0 0 0 20px;
	font:
		13px "Montserrat",
		sans-serif;
}
.log_line_subm_right p {
	padding: 2px 0;
}
.reg_line_subm_right {
	float: left;
	margin: 13px 0 0 20px;
	font:
		13px "Montserrat",
		sans-serif;
}
/* end site form */

/* comments */
.comments_wrap {
	margin: 0 0 20px 0;
}
.comments_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #fff;
	padding: 0 0 20px 0;
}
ul.commentlist {
	display: block;
}
ul.commentlist li {
	display: block;
}
ul.commentlist li li {
	display: block;
	margin: 0 0 0px 20px;
}
.comment_no_item {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px 20px 20px;
}
.comment_notapproved {
	color: #000;
	background: #ffc3c3;
	border-radius: 4px;
	font:
		500 13px "Montserrat",
		sans-serif;
	margin: 0 0 10px 0;
	padding: 10px;
}
.comment {
	position: relative;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 15px 20px 10px;
	margin: 0 0 10px 0px;
}
a.comment_permalink {
	color: #fff;
	position: absolute;
	float: none;
	top: 15px;
	right: 15px;
}
.comment_top {
	padding: 0 0 15px 0;
}
.comment_author {
	font:
		14px "Montserrat",
		sans-serif;
	padding: 0 0 5px 0;
}
.link_edit a {
	font:
		12px "Montserrat",
		sans-serif;
}
.comment_date {
	font:
		12px "Montserrat",
		sans-serif;
}
a.comment-reply-link,
.comment-reply-login {
	color: #fff;
	position: absolute;
	float: none;
	font:
		12px "Montserrat",
		sans-serif;
	bottom: 15px;
	right: 15px;
}
/* end comments */

/* reviews */
.many_reviews {
	margin: 0 0 20px 0;
}
.no_reviews {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px 20px 20px;
	margin: 0 0 20px 0;
}
.one_reviews {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px 20px 10px;
	margin: 0 0 20px 0;
}
.one_reviews_name {
	float: left;
	font:
		500 15px "Montserrat",
		sans-serif;
	color: #fff;
	margin: 0 5px 10px 0;
}
.one_reviews_date {
	float: right;
	color: #fff;
	font:
		13px "Montserrat",
		sans-serif;
}
.one_reviews_text {
	font:
		14px "Montserrat",
		sans-serif;
	color: #fff;
	word-wrap: break-word;
	word-break: break-word;
}
.one_reviews_text p {
	padding: 0 0 10px 0;
}
.one_reviews_answer {
	text-align: right;
	font-style: italic;
	word-wrap: break-word;
	word-break: break-word;
}
.one_reviews_answer_title {
	font-weight: 500;
}
.one_reviews_answer p {
	padding: 0 0 10px 0;
}
/* end reviews */

/* domacc */
/*.domacc_line {*/
/*padding: 5px 0;*/
/*border-bottom: 2px solid #4f8ee3;*/
/*}*/
/*	.domacc_label{*/
/*	margin: 0 10px 0 0;*/
/*	min-width: 50px;*/
/*	float: left;*/
/*	font: 500 13px 'Montserrat', sans-serif;*/
/*	}*/
/*	.domacc_val{*/
/*	float: left;*/
/*	width: 200px;*/
/*	font: 13px 'Montserrat', sans-serif;*/
/*	}*/
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins {
	border-radius: unset;
	overflow-x: auto;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
	scrollbar-width: thin;
	width: 100%;
	display: table;
	border-spacing: 1px;
}
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line {
	display: table-row;
}
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line .domacc_label {
	display: table-cell;
	width: 140px;
}
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line .domacc_val {
	display: table-cell;
	width: 100%;
}
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line:first-child .domacc_label {
	border-radius: 16px 0 0 0;
}
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line:first-child .domacc_val {
	border-radius: 0 16px 0 0;
}
/* end domacc */

/* atable */
.pntable_wrap {
	margin: 0 0 20px 0;
}
.pntable_wrap_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.pntable {
	margin: 0 0 20px;
	padding: 10px;
	border-radius: 12px;
	box-shadow: 0 0 20px #fff;
}
.pntable table,
table {
	width: 100%;
	border: none;
	border-radius: 16px;
	border-collapse: separate;
	border-spacing: 1px;
	overflow: hidden;
}
.pntable table tr .th1 {
	/*max-width: 90px;*/
}
@media only screen and (max-width: 640px) {
	.pntable table tr .th1 {
		width: 67px;
		max-width: unset;
	}
}
.pntable table th {
	padding: 15px 5px;
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	border: none;
	border-bottom: 2px solid #4f8ee3;
}
.pntable table td {
	padding: 12px 5px;
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	border-bottom: 2px solid #4f8ee3;
}
/*.pntable table.has_adaptive tbody{*/
/*display: block;*/
/*}*/
/*	.pntable table.has_adaptive tr td{*/
/*	background: none;*/
/*	}*/
.pntable .one_item {
	padding: 10px 10px;
	margin: 0 0 10px 0;
	display: block;
}
.pntable .one_item_line {
	padding: 3px 0;
	display: block;
}
.pntable .one_item_label {
	padding: 0 10px 0px 0;
	font:
		500 13px "Montserrat",
		sans-serif;
}
.pntable .one_item_content {
	font:
		13px "Montserrat",
		sans-serif;
}
.exch_course2 {
	/*background: url(images/liarr.png) no-repeat 0 center;*/
	/*padding: 1px 0 0 12px;*/
	/*margin: 0 0 0 6px;*/
}
a.exch_status_link {
	font-weight: 500;
	color: #fff;
}
.pntable .st_delete,
.pntable .st_cancel,
.pntable .delpay_link {
	color: #b93131;
}
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: #45dc93;
}

a.exch_status_link.st_error {
	color: #b93131;
}
a.exch_status_link.st_coldsuccess,
a.exch_status_link.st_success {
	color: #45dc93;
}
.exch_sum {
	font-weight: 500;
}
/* end atable */

/* user api */
.userapi_form {
	border-radius: 24px;
	box-shadow: 0 0 20px #fff;
	margin: 0 0 20px 0;
	padding: 20px 20px;
}
.userapi_form_label {
	font-weight: 600;
	padding: 0 0 3px 0;
}
.userapi_form_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0px 0px 20px;
}
.userapi_form_token,
.userapi_options {
	padding: 0 0 10px 0;
}
.userapi_textarea_label {
	font:
		13px "Montserrat",
		sans-serif;
	padding: 0 0 3px 0;
}
.userapi_textarea {
	padding: 0 0 10px 0;
}
.userapi_table_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.userapi_table_one {
	border-radius: 24px;
	box-shadow: 0 0 20px #fff;
	padding: 15px 20px;
	position: relative;
	margin: 0 0 10px 0;
}
.userapi_table_one_title {
	font:
		600 14px "Montserrat",
		sans-serif;
	padding: 0 0 5px 0;
}
.userapi_table_one_token,
.userapi_table_one_login {
	padding: 0 0 10px 0;
}
a.userapi_table_one_delete {
	position: absolute;
	float: none;
	top: 17px;
	right: 15px;
	width: 35px;
	height: 35px;
	background: url(images/big_close.png) no-repeat center center;
	cursor: pointer;
}
a.userapi_table_one_delete:hover {
	opacity: 0.8;
}
a.userapi_table_one_delete.act {
	background: url(images/ajax-loader.gif) no-repeat center center;
}
/* end user api */

/* userwallets */
.userwallets_form {
	border-radius: 24px;
	box-shadow: 0 0 20px #fff;
	margin: 0 0 20px 0;
	padding: 20px 20px;
}
.verify_status {
	padding: 5px 0 0 0;
	font:
		13px "Montserrat",
		sans-serif;
}
.verify_status.wait {
	color: #898989;
}
.verify_status.success {
	color: #45dc93;
}
.verify_status.not {
	color: #b93131;
}
.verify_status a {
	color: #35a3bb;
	text-decoration: none;
}
.verify_status a:hover {
	text-decoration: underline;
}
.verify_status a:active {
	text-decoration: none;
	opacity: 0.6;
}
/* end userwallets */

/* userverify */
.userverify_text {
	margin: 0 0 20px 0;
	padding: 20px 20px 1px;
	border-radius: 24px;
	box-shadow: 0 0 20px #fff;
}
.ustbl_line {
	padding: 0px 0 20px;
}
.ustbl_line_left {
	float: left;
	width: 300px;
	padding: 10px 0 0 0;
}
@media all and (max-width: 960px) {
	.ustbl_line_left {
		float: none;
		width: auto;
		padding: 0 0 10px 0;
	}
}
.ustbl_title {
	padding: 0 0 5px 0;
	font:
		13px "Montserrat",
		sans-serif;
}
.ustbl_warn {
	color: #000;
	font:
		13px "Montserrat",
		sans-serif;
	padding: 0 0 10px 0;
}
.ustbl_file {
	padding: 0 0 10px 0;
}
.ustbl_res_error {
	color: #f99082;
	font:
		500 13px "Montserrat",
		sans-serif;
	padding: 0 0 10px;
}
.usvefilelock {
	padding: 0 0 10px 20px;
	position: relative;
	font:
		13px/15px "Montserrat",
		sans-serif;
}
.usvefilelock_delete {
	position: absolute;
	float: none;
	top: -1px;
	left: 0px;
	width: 15px;
	height: 15px;
	background: url(images/uv_close.png) no-repeat center center;
	cursor: pointer;
}
.usvefilelock_delete.active {
	background: url(images/ajax-loader.gif) no-repeat center center;
}
.ustbl_bar {
	width: 160px;
	height: 3px;
	position: relative;
	border-radius: 10px;
	background: #ccc;
	display: none;
}
.ustbl_bar_abs {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	border-radius: 10px;
	background: #66c497;
}
.ustbl_line_right {
	float: right;
	width: 200px;
	border-radius: 8px;
	border: 1px solid #4f8ee3;
	padding: 15px 15px 5px;
	position: relative;
}
.ustbl_line_right_abs {
	position: absolute;
	float: none;
	top: 20px;
	left: -15px;
	width: 31px;
	height: 15px;
	background: url(images/uv_arr.png) no-repeat;
}
@media all and (max-width: 960px) {
	.ustbl_line_right {
		float: none;
		width: auto;
	}
	.ustbl_line_right_abs {
		display: none;
	}
}
.ustbl_eximg {
	padding: 0 0 10px 0;
	overflow: hidden;
	text-align: center;
}
.ustbl_eximg img {
	max-width: 100%;
}
.ustbl_descr {
	padding: 0 0 10px 0;
	color: #000;
	text-align: center;
	font:
		italic 13px "Montserrat",
		sans-serif;
}
/* end userverify */

/* sitemap */
.sitemap_block {
	padding: 20px 20px 10px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
}
.sitemap_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
ul.sitemap_ul_exchanges li {
	float: left;
	display: block;
	width: 270px;
	margin: 0 20px 0 0;
	font:
		13px "Montserrat",
		sans-serif;
	padding: 0 0px 5px 14px;
	background: url(images/liarr.png) no-repeat 0 4px;
}
@media all and (max-width: 960px) {
	ul.sitemap_ul_exchanges li {
		float: none;
		margin: 0;
	}
}
ul.sitemap_ul li {
	display: block;
	padding: 0 0px 5px 14px;
	font:
		13px "Montserrat",
		sans-serif;
	background: url(images/liarr.png) no-repeat 0 4px;
}
/* end sitemap */

/* tarifs */
.tarif_div {
	padding: 20px 20px 10px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
}
.tarif_block {
	margin: 0 0 20px 0;
}
.tarif_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.tarif_table_title {
	padding: 10px 10px;
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	border-bottom: 2px solid #4f8ee3;
}
.tarif_table_title_part {
	float: left;
	width: 48%;
}
.tarif_table_title_arr {
	float: left;
	min-height: 3px;
	width: 3%;
}
a.tarif_line {
	display: block;
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	padding: 8px 10px 3px;
	text-decoration: none;
	border-bottom: 2px solid #4f8ee3;
}
.tarif_line_top {
	padding: 0 0 5px 0;
}
.tarif_curs_line {
	float: left;
	width: 48%;
	overflow: hidden;
}
.tarif_curs_title {
	float: left;
	padding: 0 0 0 30px;
	width: 125px;
	overflow: hidden;
	position: relative;
	font:
		13px/25px "Montserrat",
		sans-serif;
}
.tarif_logo {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
}
.tarif_logo_ins {
	width: 25px;
	height: 25px;
}
.tarif_curs {
	float: left;
	padding: 0 0 0 30px;
	width: 105px;
	overflow: hidden;
	font:
		13px/25px "Montserrat",
		sans-serif;
}
.tarif_curs_arr {
	float: left;
	height: 25px;
	width: 3%;
	background: url(images/t_arr.png) no-repeat center center;
}
.tarif_curs_reserv {
	padding: 5px 10px 5px 51%;
	color: #fff;
	font:
		12px "Montserrat",
		sans-serif;
}
/* end tarifs */

/* statstable */
.statstablediv {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
	padding: 15px 10px;
	word-break: break-word;
	word-wrap: break-word;
}
.statstablediv_ins table tr .td2 {
	width: 100%;
}
.statstablediv_ins table a {
	color: #35a3bb;
	font:
		400 14px / 16px Montserrat,
		sans-serif;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
.statstablediv_ins table a:hover {
	filter: brightness(80%);
	text-decoration: underline;
	transition: all 0.1s ease-in-out;
}
.statstablediv_ins table a:active {
	filter: brightness(60%);
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
/* end statstable */

/* partner stats */
.statstablediv_ins {
	overflow-x: auto;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
	scrollbar-width: thin;
}
.statuserdiv {
	/*width: 350px;*/
	margin: 0 0 30px 0;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 15px 10px;
}
.statuserdiv table tr th {
	width: 26.3%;
}
@media only screen and (max-width: 640px) {
	.statuserdiv table tr th {
		width: 56.6%;
	}
}
.statuserdiv_title {
	font:
		600 18px/18px "Exo 2",
		sans-serif;
	color: #fff;
	padding: 5px 0px 15px 10px;
}
.statuserdiv table {
	width: 100%;
}
.statuserdiv table th {
	padding: 5px 10px;
	text-align: left;
	background: none;
	font:
		500 13px "Montserrat",
		sans-serif;
}
.statuserdiv table td {
	padding: 5px 10px;
	text-align: right;
	background: none;
	font:
		13px "Montserrat",
		sans-serif;
}

.promouserdiv {
	padding: 20px 20px 1px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
}
.promouserdiv h3 {
	font:
		600 22px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}
.promouserdiv h4 {
	font:
		600 16px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 10px 0;
}
.promouserdiv p {
	padding: 0 0 20px 0;
}
/* end partner stats */

/* partner payouts */
.paytext {
	border-radius: 6px;
	margin: 0 0 20px 0;
	padding: 20px 20px;
	font:
		13px "Montserrat",
		sans-serif;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
}
.paydiv {
	border-radius: 6px;
	margin: 0 0 20px 0;
	padding: 20px 20px;
	font:
		13px "Montserrat",
		sans-serif;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
}
.pay_left_col {
	padding: 0 0 5px 0;
	font:
		13px "Montserrat",
		sans-serif;
}
.pay_select {
	margin: 0 0 5px 0;
}
.pay_input {
	position: relative;
	margin: 0 0 10px 0;
}
input.pay_input_purse {
	padding-left: 30px;
}
a.delpay_link {
	font-weight: 500;
	color: #f99082;
}
a.delpay_link.act {
	cursor: default;
	color: #ccc;
}
.paystatus {
	font-weight: 500;
}
.paystatus.pst1 {
	color: #fff;
}
.paystatus.pst2 {
	color: #fff;
}
.paystatus.pst3 {
	color: #f99082;
}
.paystatus.pst4 {
	color: #f99082;
}
/* end partner payouts */

/* promotional */
.promopage {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
	padding: 20px 20px 5px;
}
.promo_topmenu {
	margin: 0 0 20px 0;
}
.promo_topmenu ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.promo_topmenu li {
	display: inline;
	padding: 0;
	margin: 0 5px 0 0;
	background: none;
}
.promo_topmenu a {
	margin: 0;
	padding: 0;
	font:
		14px "Montserrat",
		sans-serif;
}
.promo_topmenu a:hover {
	color: #ffc3c3;
}
.promo_topmenu li.current a {
	text-decoration: none;
	color: #fff;
}
.promotext_warning {
	margin: 0 0 20px 0;
}
.one_promotxt {
	margin: 0 0 10px 0;
	font:
		italic 400 14px "Montserrat",
		sans-serif;
}
.one_promotxt_code {
	margin: 0 0 30px 0;
}
.partner_textarea {
	height: 100px;
	min-height: 100px;
	max-height: auto;
}
.promo_menu {
	margin: 0 0 20px 0;
}
.promo_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.promo_menu ul li {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0;
	background: none;
}
.promo_menu ul li a {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #00c360;
	color: #00c360;
	text-decoration: none;
}
.promo_menu ul li a:hover {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #ffc3c3;
	color: #ffc3c3;
	text-decoration: none;
}
.promo_menu ul li.act a {
	position: relative;
	margin: 0;
	border-bottom: none;
	color: #fff;
	text-decoration: none;
}
.pbcontainer {
	display: none;
}
.pbcontainer.act {
	display: block;
}
.prevbanner {
	margin: 0 0 5px 0;
}
.bannerboxone {
	margin: 0 0 25px 0;
}
.bannerboxlink a {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #00c360;
	color: #00c360;
	text-decoration: none;
}
.bannerboxlink a.act {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #fff;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
}
.bannerboxlink a:hover,
.bannerboxlink a.act:hover {
	position: relative;
	margin: 0;
	border-bottom: 1px dotted #ffc3c3;
	color: #ffc3c3;
	text-decoration: none;
}
.bannerboxtextarea {
	padding: 10px 0 0 0;
	display: none;
}
/* end promotional */

/* homepage */
.homepage_head {
	padding: 20px 0 20px 0;
}
@media all and (min-width: 960px) {
	.homepage_head {
		padding: 40px 0 20px 0;
	}
}

.home_wtext_wrap {
	position: relative;
	width: 100%;
	margin: 0 0 20px 0;
}
@media all and (min-width: 500px) {
	.home_wtext_wrap {
		margin: 0 0 50px 0;
	}
}
.home_wtext_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_wtext_block {
	padding: 20px 20px 1px;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	color: #000;
}
.home_wtext_title {
	margin: 0 0 20px 0;
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #000;
}

.home_text_wrap {
	padding: 35px 0 15px 0;
	background: url(images/video_bg.png) no-repeat center center;
}
.home_text_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_text_ins iframe {
	width: 100%;
}
@media all and (min-width: 700px) {
	.home_text_ins iframe {
		height: 600px;
	}
}
.home_text_title {
	margin: 0 0 20px 0;
	font:
		600 30px/30px "Exo 2",
		sans-serif;
	color: #fff;
}

.home_lchange_wrap {
	padding: 40px 0 40px 0;
	position: relative;
	width: 100%;
	z-index: 10;
	background: url(images/lastobmen_bg.png) no-repeat center center;
}
.home_lchange_wrap_ins {
	max-width: 1150px;
	margin: 0 auto;
	padding: 0 10px;
}
.home_lchange_title {
	margin: 0 0 25px 0;
	color: #fff;
	font:
		600 30px/30px "Exo 2",
		sans-serif;
}
.home_lchange_one {
	margin: 0 0px 20px 0;
}
@media all and (min-width: 700px) {
	.home_lchange_one {
		float: left;
		width: 48%;
		margin: 0 2% 0 0;
	}
	.home_lchange_one.last_item {
		display: none;
	}
}
@media all and (min-width: 1050px) {
	.home_lchange_one {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	.home_lchange_one.last_item {
		margin: 0;
		display: block;
	}
}
.home_lchange_one_ins {
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	color: #000;
	padding: 20px 0px 20px 20px;
}
.home_lchange_date {
	font:
		14px "Montserrat",
		sans-serif;
	margin: 0 0 15px 0;
}
.home_lchange_why {
	float: left;
	width: 40%;
	margin: 0 0 5px 0;
}
.home_lchange_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.home_lchange_txt {
	float: left;
	width: 80px;
	font:
		500 14px "Montserrat",
		sans-serif;
	padding: 3px 0 0 10px;
	color: #000;
}
.home_lchange_arr {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 0 5px 0;
	background: url(images/harr.png) no-repeat center;
}

.home_reserv_wrap {
	padding: 40px 0 35px 0;
	position: relative;
	width: 100%;
}
.home_reserv_block_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_reserv_top,
.home_news_top,
.home_reviews_top {
	margin: 0 0 25px 0;
}
.home_reserv_title,
.home_news_title,
.home_reviews_title {
	float: left;
	color: #fff;
	font:
		600 30px/30px "Exo 2",
		sans-serif;
}
.home_reserv_many {
	padding: 0 0 10px 0;
}
.one_home_reserv {
	width: 260px;
	margin: 0 auto 10px;
}
.one_home_reserv.hide_item {
	display: none;
}
@media all and (min-width: 500px) {
	.one_home_reserv {
		float: left;
		width: 48%;
		margin: 0 2% 10px 0;
	}
}
@media all and (min-width: 900px) {
	.one_home_reserv {
		float: left;
		margin: 0 1% 10px 0;
		width: 24%;
	}
	.one_home_reserv.last_item {
		width: 25%;
		margin: 0 0 10px 0;
	}
}
.one_home_reserv_ins {
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	color: #000;
	padding: 15px 0px 15px 15px;
}
.one_home_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.one_home_reserv_block {
	float: left;
	width: 155px;
	font:
		14px "Montserrat",
		sans-serif;
	padding: 2px 0 0 10px;
}
.one_home_reserv_title {
	font:
		14px "Montserrat",
		sans-serif;
	margin: 0 0 1px 0;
}
.home_news_wrap {
	padding: 25px 0 25px 0;
	position: relative;
	z-index: 9;
	width: 100%;
	background: url(images/news_bg.png) no-repeat center center;
}
.home_news {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_news_div_wrap {
	margin: 0;
}
.home_news_one {
	margin: 0 0 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home_news_one_image {
	margin: 0 0 20px 0;
}
.home_news_one_image img {
	width: 100%;
	border-radius: 24px;
}
.home_news_one_date {
	font:
		14px "Montserrat",
		sans-serif;
	color: #94badf;
	margin: 0 0 5px 0;
}
.home_news_one_title {
	font:
		600 18px "Exo 2",
		sans-serif;
	margin: 0 0 7px 0;
}
.home_news_one_title a {
	color: #fff;
	text-decoration: none;
}
.home_news_one_title a:hover {
	text-decoration: underline;
}
.home_news_one_content {
	font:
		15px "Montserrat",
		sans-serif;
	padding: 0 0 10px 0;
}
.home_news_one_content a {
	color: #fff;
	text-decoration: none;
}
.home_news_one_content a:hover {
	text-decoration: underline;
}
.home_news_one_more a {
	float: right;
	font:
		14px "Montserrat",
		sans-serif;
	color: #00c360;
	text-decoration: none;
}
.home_news_one_more a span {
	padding: 0 20px 0 0;
	background: url(images/more.png) no-repeat right center;
}
.home_news_one_more a:hover {
	color: #00c360;
	text-decoration: underline;
}
@media all and (min-width: 700px) {
	.home_news_div_wrap {
		margin: 0 0 20px 0;
	}
	.home_news_one {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	.home_news_one.last_item {
		margin: 0;
	}
}
a.home_news_more,
a.home_reviews_more,
a.home_reserv_more {
	padding: 10px 20px;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font:
		600 13px "Exo 2",
		sans-serif;
	float: right;
}
a.home_news_more:hover,
a.home_reviews_more:hover,
a.home_reserv_more:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
}

.home_reviews_wrap {
	padding: 35px 0 35px 0;
	position: relative;
	z-index: 11;
	width: 100%;
}
.home_reviews_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_reviews_div {
	margin: 0 0 0px 0;
}
.home_reviews_one {
	margin: 0 0px 20px 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.home_reviews_one_ins {
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px;
}
.home_reviews_one_top {
	padding: 5px 0 5px 40px;
	margin: 0 0 15px 0;
	position: relative;
}
.home_reviews_one_abs {
	background: url(images/ava.png) no-repeat 0 center;
	position: absolute;
	float: none;
	top: -10px;
	left: -30px;
	width: 60px;
	height: 60px;
}
.home_reviews_one_author {
	font:
		600 15px "Montserrat",
		sans-serif;
	color: #606060;
	margin: 0 0 2px 0;
}
.home_reviews_one_date {
	font:
		14px "Montserrat",
		sans-serif;
	color: #606060;
}
.home_reviews_one_content {
	font:
		15px "Montserrat",
		sans-serif;
	color: #000;
	word-wrap: break-word;
}
@media all and (min-width: 700px) {
	.home_reviews_div_wrap {
		margin: 0 0 30px 0;
	}
	.home_reviews_one {
		float: left;
		margin: 0 2% 0 0;
		width: 32%;
	}
	.home_reviews_one.last_item {
		margin: 0;
	}
}

.home_advantages_wrap {
	padding: 40px 0 25px 0;
	position: relative;
	width: 100%;
	z-index: 10;
	background: url(images/preims_bg.png) no-repeat center center;
}
.home_advantages_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_advantages_blocktitle {
	display: none;
	margin: 0 0 45px 0;
	color: #fff;
	font:
		600 30px/30px "Exo 2",
		sans-serif;
	text-align: center;
}
.home_adv_div_wrap {
	padding: 0;
}
.home_advantages_one {
	position: relative;
	margin: 0 0px 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px 20px 120px;
	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: 700px) {
	.home_adv_div_wrap {
		margin: 0 0 20px 0;
	}
	.home_advantages_one {
		float: left;
		margin: 0 2% 20px 0;
		min-height: 160px;
		width: 32%;
	}
	.home_advantages_one.last_item {
		margin: 0 0 20px;
	}
}
.home_advantages_img {
	width: 160px;
	height: 160px;
	position: absolute;
	float: none;
	top: 0px;
	left: -30px;
}
.home_advantages_title {
	margin: 0 0 15px 0;
	font:
		600 20px/20px "Exo 2",
		sans-serif;
	color: #000;
}
.home_advantages_content {
	font:
		14px "Montserrat",
		sans-serif;
	color: #000;
}

.home_partner_wrap {
	padding: 30px 0 40px 0;
	position: relative;
	width: 100%;
	z-index: 10;
}
.home_partner_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.home_partner_title {
	margin: 0 0 25px 0;
	color: #fff;
	font:
		600 30px/30px "Exo 2",
		sans-serif;
}
.home_partner_one {
	float: left;
	margin: 0 20px 10px 0;
}
/* end homepage */

.xchange_table_wrap {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
	position: relative;
}

/* type table 1, table 4 */
.xchange_type_table {
	margin: 0 0px 40px;
	position: relative;
}
.xtt_icon_wrap {
	padding: 0 0 10px 0;
}
.xtt_left_col_icon {
	float: left;
	width: 48%;
}
.xtt_left_col_icon_ins {
	padding: 0 0px;
}
.xtt_right_col_icon {
	float: right;
	width: 48%;
}
.xtt_right_col_icon_ins {
	padding: 0 0px;
}
@media all and (min-width: 700px) {
	.xtt_left_col_icon {
		width: 38%;
	}
	.xtt_right_col_icon {
		width: 59%;
	}
}
@media all and (min-width: 840px) {
	.xtt_left_col_icon {
		width: 33%;
	}
	.xtt_right_col_icon {
		width: 65%;
	}
}
@media all and (min-width: 960px) {
	.tbl1 .xtt_left_col_icon {
		width: 42%;
	}
	.tbl1 .xtt_right_col_icon {
		width: 55%;
	}
	.tbl5 .xtt_left_col_icon {
		width: 26%;
		float: left;
	}
	.tbl5 .xtt_right_col_icon {
		width: 36%;
		float: left;
		margin: 0 0 0 2%;
	}
}
.tbl_icon {
	float: left;
	padding: 5px 8px 5px;
	background: none;
	border: 1px solid #fff;
	border-radius: 8px;
	color: #fff;
	font:
		13px/13px "Montserrat",
		sans-serif;
	margin: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
}
.tbl_icon.active {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #fff;
}
.xtt_table_wrap {
	margin: 0;
}
.xtt_table_body_wrap {
	position: relative;
}
.xtt_html_abs {
	display: none;
}
.xtt_left_col_table {
	float: left;
	padding: 10px 10px;
	border-radius: 24px;
	box-shadow: 0 0 20px #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 10px;
	border-radius: 24px;
	box-shadow: 0 0 20px #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 {
	padding: 180px 30px 20px;
	border-radius: 24px;
	background: url(images/no_exchange.png) no-repeat center 30px;
	box-shadow: 0 0 20px #fff;
	font:
		13px "Montserrat",
		sans-serif;
	text-align: center;
}
@media all and (min-width: 700px) {
	.xtt_left_col_table {
		width: 38%;
	}
	.xtt_right_col_table {
		width: 59%;
	}
}
@media all and (min-width: 840px) {
	.xtt_left_col_table {
		width: 33%;
	}
	.xtt_right_col_table {
		width: 65%;
	}
}
@media all and (min-width: 960px) {
	.tbl1 .xtt_left_col_table {
		width: 42%;
	}
	.tbl1 .xtt_right_col_table {
		width: 55%;
	}
	.xtt_data_col_clear {
		clear: none;
		height: auto;
	}
	.tbl5 .xtt_left_col_table {
		width: 26%;
		float: left;
	}
	.tbl5 .xtt_right_col_table {
		width: 36%;
		float: left;
		margin: 0 0 0 2%;
	}
	.tbl5 .xtt_data_col_table {
		width: 34%;
		float: right;
	}
}
.xtt_left_col_title,
.xtt_left_incol_title {
	font:
		600 14px/20px "Exo 2",
		sans-serif;
	color: #fff;
	padding: 15px 0px 15px;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #4f8ee3;
	position: relative;
}
.xtt_right_col_title,
.xtt_right_incol_title {
	font:
		600 14px/20px "Exo 2",
		sans-serif;
	color: #fff;
	padding: 15px 0px 15px;
	margin: 0 0 15px 0;
	border-bottom: 2px solid #4f8ee3;
	position: relative;
}
.xtt_table_title3,
.xtt_table_title4 {
	font:
		14px/20px "Montserrat",
		sans-serif;
	color: #94badf;
}

.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: 21px;
	right: 0;
	display: none;
}
a.xtt_title_link {
	float: right;
	text-decoration: none;
	color: #fff;
	font:
		13px/13px "Montserrat",
		sans-serif;
	margin: 0 10px 0px 0;
	cursor: pointer;
	position: relative;
}
a.xtt_title_link.active {
	text-decoration: underline;
}

.xtt_change_ico {
	width: 30px;
	height: 30px;
	margin: 5px auto 0;
}
.xtt_one_line_name {
	font:
		14px "Montserrat",
		sans-serif;
	color: #fff;
}
.xtt_one_line_curs {
	font:
		600 14px "Montserrat",
		sans-serif;
	color: #fff;
	height: 40px;
}
.xtt_one_line_reserv {
	font:
		14px "Montserrat",
		sans-serif;
	color: #fff;
	height: 40px;
}
.xtt_one_line_left {
	position: relative;
	margin: 0 0 2px 0;
	cursor: pointer;
}
.xtt_one_line_left:hover,
.js_item_left.active .xtt_one_line_left {
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 12px;
}
.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 0;
	cursor: pointer;
}
.xtt_one_line_right:hover,
.js_item_right.active .xtt_one_line_right {
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 12px;
}
.xtt_one_line_right:hover .xtt_one_line_name,
.xtt_one_line_right:hover .xtt_one_line_curs,
.xtt_one_line_right:hover .xtt_one_line_reserv,
.js_item_right.active .xtt_one_line_name,
.js_item_right.active .xtt_one_line_curs,
.js_item_right.active .xtt_one_line_reserv {
	color: #fff;
}
@media all and (max-width: 559px) {
	.xtt_left_col_title {
		float: left;
		width: 48%;
	}
	.xtt_right_col_title {
		float: right;
		width: 48%;
	}
	.xtt_table_title1 {
		display: block;
		text-align: center;
	}
	.xtt_table_title2 {
		display: block;
		text-align: center;
	}
	.xtt_one_line_left {
		padding: 5px 10px;
	}
	.xtt_one_line_ico_left {
		padding: 0 0 10px 0;
	}
	.xtt_one_line_name_left {
		text-align: center;
	}
	.xtt_one_line_curs_left {
		display: none;
	}
	.xtt_one_line_right {
		padding: 5px 10px;
	}
	.xtt_one_line_ico_right {
		padding: 0 0 10px 0;
	}
	.xtt_one_line_name_right {
		text-align: center;
	}
	.xtt_one_line_curs_right,
	.xtt_one_line_reserv_right {
		display: none;
	}
}
@media all and (min-width: 560px) {
	.xtt_left_col_title {
		float: left;
		width: 48%;
	}
	.xtt_right_col_title {
		float: right;
		width: 48%;
	}
	.xtt_table_title1 {
		display: block;
		padding: 0 0 0 20px;
	}
	.xtt_table_title2 {
		display: block;
		padding: 0 0 0 20px;
	}
	.xtt_one_line_left {
		padding: 2px 0;
	}
	.xtt_one_line_ico_left {
		float: left;
		width: 25%;
	}
	.xtt_one_line_name_left {
		float: left;
		width: 75%;
	}
	.xtt_one_line_name {
		display: table-cell;
		vertical-align: middle;
		height: 40px;
	}
	.xtt_one_line_curs_left {
		display: none;
	}
	.xtt_one_line_right {
		padding: 2px 0;
	}
	.xtt_one_line_ico_right {
		float: left;
		width: 25%;
	}
	.xtt_one_line_name_right {
		float: left;
		width: 75%;
	}
	.xtt_one_line_curs_right,
	.xtt_one_line_reserv_right {
		display: none;
	}
}
@media all and (min-width: 700px) {
	.xtt_left_col_title {
		width: 38%;
	}
	.xtt_right_col_title {
		width: 59%;
	}
	.xtt_table_title1 {
		display: block;
	}
	.xtt_table_title2 {
		display: block;
		float: left;
		width: 60%;
	}
	.xtt_table_title4 {
		display: block;
		padding: 0 0 0 10px;
		float: left;
		width: 40%;
	}
	.xtt_one_line_left {
		padding: 2px 0;
	}
	.xtt_one_line_ico_left {
		width: 20%;
	}
	.xtt_one_line_name_left {
		width: 80%;
	}
	.xtt_one_line_right {
		padding: 2px 0;
	}
	.xtt_one_line_ico_right {
		width: 15%;
	}
	.xtt_one_line_name_right {
		width: 45%;
	}
	.xtt_one_line_curs_right {
		display: none;
	}
	.xtt_one_line_reserv_right {
		display: block;
		float: left;
		width: 40%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		border-left: none;
		margin: -2px 0 -2px 0px;
		padding: 2px 10px 2px 10px;
	}
	.xtt_one_line_reserv {
		display: table-cell;
		vertical-align: middle;
	}
	.tbl5 .xtt_one_line_reserv {
		display: block;
		text-align: right;
		line-height: 40px;
	}
	.xtt_title_link_wrap {
		display: block;
	}
}
@media all and (min-width: 840px) {
	.xtt_left_col_title {
		width: 33%;
	}
	.xtt_right_col_title {
		width: 65%;
	}
	.xtt_table_title2 {
		width: 46%;
	}
	.xtt_table_title3 {
		display: block;
		float: left;
		width: 30%;
		padding: 0 0px 0 10px;
	}
	.xtt_table_title4 {
		width: 24%;
	}
	.xtt_one_line_ico_left {
		width: 23%;
	}
	.xtt_one_line_name_left {
		width: 77%;
	}
	.xtt_one_line_ico_right {
		width: 12%;
	}
	.xtt_one_line_name_right {
		width: 34%;
	}
	.xtt_one_line_curs_right {
		display: block;
		float: left;
		width: 30%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		border-left: none;
		margin: -2px 0 -2px 0px;
		padding: 2px 10px 2px 10px;
	}
	.xtt_one_line_curs {
		display: table-cell;
		vertical-align: middle;
	}
	.xtt_one_line_reserv_right {
		width: 24%;
	}
	.tbl5 .xtt_one_line_reserv_right {
		width: 54%;
	}
}
@media all and (min-width: 960px) {
	.tbl1 .xtt_left_col_title {
		width: 42%;
	}
	.tbl1 .xtt_right_col_title {
		width: 55%;
	}
	.tbl1 .xtt_one_line_ico_left {
		width: 17%;
	}
	.tbl1 .xtt_one_line_name_left {
		width: 43%;
	}
	.tbl1 .xtt_one_line_curs_left {
		display: block;
		float: left;
		width: 40%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		overflow: hidden;
		padding: 0px 10px 0px 10px;
	}
	.tbl1 .xtt_one_line_curs_left .xtt_one_line_curs {
		display: block;
		text-align: right;
		line-height: 50px;
	}
	.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;
	position: absolute;
	float: none;
	top: 50%;
	right: 10px;
	width: 22px;
	height: 22px;
	margin: -11px 0 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 {
		background: url(images/rez_w.png) no-repeat center center;
	}
}
.xtt_one_line_rez:hover {
	opacity: 0.6;
}
.xtt_one_line_rez_ins {
	display: none;
}
.xtt_line_tab {
	display: none;
}
.xtt_line_tab.active {
	display: block;
}
/* end type table 1 */

/* type table 2 */
.xchange_type_plitka {
	padding: 0 0 40px;
}
.xtp_icon_wrap {
	padding: 0 0 10px 0;
}
@media all and (max-width: 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 {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px;
}
.xtp_col_table_body {
	margin: 0 0 20px 0;
}
.xtp_left_col_table {
	margin: 0 0 20px 0;
}
.xtp_right_col_table {
	margin: 0;
}
@media all and (min-width: 700px) {
	.xtp_left_col_table {
		float: left;
		width: 50%;
	}
	.xtp_right_col_table {
		float: right;
		width: 50%;
	}
	.xtp_right_col_table_ins {
		padding: 0 0 0 20px;
	}
}
.xtp_table_title {
	font:
		600 18px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 15px 0;
}
.xtp_table_list {
	padding: 0 0 10px 0;
}
.xtp_item {
	float: left;
	padding: 2px;
	width: 50px;
	height: 50px;
	margin: 0 10px 10px 0;
	border-radius: 6px;
	border: 2px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.xtp_item.active {
	border: 2px solid #00c360;
}
.xtp_item.not {
	opacity: 0.3;
}
.xtp_item_ico {
	width: 50px;
	height: 50px;
}
.xtp_curs_wrap {
	position: relative;
	padding: 0 125px 0 0;
	margin: 0 0 20px 0;
	height: 50px;
}
.xtp_input_wrap input {
	font:
		20px/50px "Montserrat",
		sans-serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtp_select_wrap {
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	width: 120px;
	height: 50px;
}
.xtp_select_wrap select {
	width: 100%;
	height: 50px;
}
.xtp_commis_wrap {
	position: relative;
	margin: 0 0 20px 0;
}
.xtp_commis_text {
	position: absolute;
	top: 0;
	right: 15px;
	height: 50px;
	font:
		13px/50px "Montserrat",
		sans-serif;
}
.xtp_commis_wrap input {
	font:
		20px/50px "Montserrat",
		sans-serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtp_line {
	padding: 0 0 10px 0;
	font:
		14px "Montserrat",
		sans-serif;
}
.xtp_line span {
	font-weight: 400;
}
a.xtp_link {
	font-weight: 400;
}
.xtp_html_wrap {
	position: relative;
}
.xtp_html_abs {
	display: none;
}
/* end type table 2 */

/* type table 3 */
.xchange_type_list {
	padding: 0 0 40px 0;
}
.xtl_html_wrap {
	position: relative;
}
.xtl_html_abs {
	display: none;
}
.xtl_table_body {
	margin: 0 0 20px 0;
}
.xtl_left_col,
.xtl_right_col {
	min-height: 1px;
	margin: 0 0 20px 0;
}
.xtl_center_col {
	margin: 0 0 20px 0;
}
a.xtl_change {
	display: block;
	width: 45px;
	height: 45px;
	margin: 0 auto;
	background: url(images/xtl_change.png) no-repeat center center;
	background-size: 45px 45px;
}
a.xtl_change:hover {
	opacity: 0.8;
}
@media all and (min-width: 900px) {
	.xtl_table_wrap {
		padding: 30px;
		margin: 0 auto;
	}
	.xtl_left_col {
		float: left;
		width: 46%;
		position: relative;
		background: none;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
	}
	.xtl_center_col {
		float: left;
		width: 8%;
		margin: 0;
		padding: 48px 0 0 0;
	}
	.xtl_right_col {
		float: right;
		width: 46%;
		position: relative;
		background: none;
		box-shadow: none;
		border: none;
		padding: 0;
		margin: 0;
	}
}

.xtl_table_title {
	font:
		600 20px "Exo 2",
		sans-serif;
	color: #fff;
	padding: 0 0 20px 0;
}
.xtl_ico_wrap {
	display: none;
}
.xtl_select_wrap {
	margin: 0 0 20px 0;
}
.xtl_select_wrap select {
	width: 100%;
	height: 50px;
}
.xtl_input_wrap {
	margin: 0 0 20px 0;
}
.xtl_input_wrap input {
	font:
		20px/50px "Montserrat",
		sans-serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtl_commis_wrap {
	position: relative;
	margin: 0 0 20px 0;
}
.xtl_commis_text {
	position: absolute;
	float: none;
	top: 0;
	right: 10px;
	width: 110px;
	text-align: right;
	height: 50px;
	font:
		13px/50px "Montserrat",
		sans-serif;
}
.xtl_commis_wrap input {
	font:
		20px/50px "Montserrat",
		sans-serif;
	padding: 0 20px 0 20px;
	height: 50px;
	width: 100%;
}
.xtl_line {
	padding: 0 0 10px 0;
	font:
		14px "Montserrat",
		sans-serif;
}
.xtl_line span {
	font-weight: 500;
}
.xtl_line a {
	color: #00c360;
	text-decoration: none;
}
.xtl_line a:hover {
	text-decoration: underline;
}
a.xtl_submit,
a.xtp_submit {
	display: block;
	text-decoration: none;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	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;
	text-transform: uppercase;
	font:
		600 18px/50px "Exo 2",
		sans-serif;
	cursor: pointer;
	text-align: center;
}
a.xtl_submit:hover,
a.xtp_submit:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
	text-decoration: none;
}
a.xtl_submit.active,
a.xtp_submit.active {
	background: #ccc;
	cursor: default;
}
/* end type table 3 */

/* all */
.notice_message,
.notverify_message {
	margin: 0 auto 20px;
	padding: 20px 20px 20px 90px;
	max-width: 1130px;
	border-radius: 24px;
	background: #fbf9f8 url(images/info.png) no-repeat 20px 20px;
	min-height: 70px;
	box-shadow: 0 0 10px #ffffff;
	color: #000;
}
.notice_message_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0 0 15px 0;
}
.warning_message {
	padding: 20px 0px 5px;
	margin: 0 auto 20px;
	max-width: 1150px;
}
.warning_message_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	margin: 0 0 15px 0;
}
.warning_message_text p {
	padding: 0 0 15px 0;
}
.ajax_post_bids_res {
	margin: 0 0px;
}
.span_skidka {
	color: #00c360;
}
.span_give_max,
.span_get_max {
	color: #80a7e7;
}
.span_give_max span,
.span_get_max span {
	display: block;
}
.js_amount {
	cursor: pointer;
}
.js_wrap_error {
	position: relative;
}
.js_error {
	display: none;
	position: absolute;
	z-index: 10;
	top: 102%;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	height: auto;
	color: #000;
	background: #f99082;
	border-radius: 4px;
	padding: 5px;
	font:
		12px "Montserrat",
		sans-serif;
}
.js_wrap_error.error .js_error {
	display: block;
}
.js_wrap_error.error input {
	border: 1px solid #f99082;
}
.info_window {
	display: none;
	z-index: 1;
	position: absolute;
	float: none;
	top: 104%;
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font:
		13px/14px "Montserrat",
		sans-serif;
	padding: 15px 20px;
	border-radius: 8px;
	color: #000;
	background: #a6ff72;
}
.js_window_wrap.showed .info_window {
	display: block;
}
.info_window_abs {
	position: absolute;
	top: -5px;
	float: none;
	left: 36px;
	background: url(images/ug.png) no-repeat;
	width: 16px;
	height: 5px;
}
.js_choice_link {
	z-index: 20;
	position: absolute;
	float: none;
	top: 50%;
	left: 15px;
	margin: -8px 0 0 0;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: url(images/purse.png) no-repeat center center;
}
.js_choice_link_ins {
	position: relative;
	width: 16px;
	height: 16px;
}
.js_choice_ul {
	position: absolute;
	float: none;
	top: 0;
	left: 0px;
	width: 250px;
	background: #fff;
	border: 1px solid #4f8ee3;
	border-radius: 8px;
	font:
		12px "Montserrat",
		sans-serif;
	color: #000;
	display: none;
}
.js_choice_line {
	padding: 5px 10px;
	word-break: break-word;
	word-wrap: break-word;
	border-bottom: 1px solid #4f8ee3;
}
input.js_choice_input {
	padding-left: 40px;
}
/* end all */

/* hexch */
.hexch_ajax_wrap {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.htable_ajax_wrap {
	position: relative;
}
.hexch_ajax_wrap_abs,
.htable_ajax_wrap_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.hexch_widget {
	max-width: 1150px;
	margin: 0 auto;
}
.hexch_div {
	padding: 0 0px 20px;
}
.hexch_div_ins {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px 20px 10px;
}
.hexch_bigtitle {
	font:
		600 18px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0px;
}
.hexch_information {
	padding: 0 0 20px 0;
}
.hexch_information_line,
.user_discount_div {
	padding: 0 0 5px 0;
}
.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;
	font:
		600 18px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0 20px 0px;
}
.hexch_title {
	padding: 0 0 0 35px;
}
.hexch_title_logo {
	position: absolute;
	float: none;
	top: -3px;
	left: 0;
	width: 30px;
	height: 30px;
}
.hexch_info_line {
	font:
		13px/14px "Montserrat",
		sans-serif;
	color: #fff;
	padding: 0 0 10px 0px;
}
.hexch_info_line p {
	padding: 0px 0 2px;
}
@media all and (min-width: 700px) {
	.hexch_ajax_wrap .hexch_info_line {
		min-height: 50px;
		display: table-cell;
		vertical-align: middle;
	}
}
.hexch_curs_line .check_purse_line {
	padding: 20px 0 0px 0px;
}
.hexch_sumandcom {
	font:
		13px/16px "Montserrat",
		sans-serif;
	padding: 0 0 20px 0px;
}
.hexch_curs_line,
.hexch_pers_line {
	position: relative;
	margin: 0 0 20px 0;
}
.hexch_curs_label,
.hexch_pers_label {
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	padding: 0 0 5px 0;
}
.hexch_pers_input {
	position: relative;
}
.hexch_curs_input input,
.hexch_pers_input input {
	font:
		16px/50px "Montserrat",
		sans-serif;
	height: 50px;
	width: 100%;
}
.hexch_curs_input select,
.hexch_pers_input select {
	height: 50px;
	width: 100%;
}
.hexch_submit_div {
	padding: 0px 0px 10px 0px;
}
input.hexch_submit {
	display: block;
	height: 50px;
	width: 220px;
	margin: 0;
	font:
		600 18px/50px "Exo 2",
		sans-serif;
	text-align: center;
}
.show_out_0 input.hexch_submit {
	width: 100%;
}
.hexch_checkdata_div,
.hexch_div .exchange_checkpersdata {
	padding: 0 0px 10px 0px;
}
/* end hexch */

/* exch */
.exch_ajax_wrap,
.exchange_status_html {
	position: relative;
	min-height: 50px;
}
.exch_ajax_wrap_abs,
.exchange_status_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff url(images/ajax-big-loader.gif) no-repeat center center;
	opacity: 0.6;
}
.xchange_div {
	padding: 20px 20px 10px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
}
.xchange_data_title,
.xchange_pers_title {
	font:
		600 24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0px 0px 20px;
}
.xchange_data_div {
	padding: 0px 0px 10px;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #4f8ee3;
}
.xchange_pers_div {
	padding: 0px 0px 10px 0px;
}
@media all and (min-width: 700px) {
	.xchange_data_left,
	.xchange_pers_div {
		width: 340px;
		float: left;
	}
	.xchange_data_right {
		float: right;
		width: 240px;
	}
	.xchange_data_right .xchange_info_line {
		text-align: right;
	}
}
.xchange_info_line {
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	padding: 0 0 10px 0;
}
.xchange_select {
	margin: 0 0 20px 0;
	height: 50px;
}
.xchange_select select {
	width: 100%;
	height: 50px;
}
.xchange_sum_line {
	position: relative;
	margin: 0 0 20px 0;
}
.xchange_sum_label {
	color: #fff;
	font:
		13px "Montserrat",
		sans-serif;
	padding: 0 0 5px 0;
}
.xchange_sum_input {
	position: relative;
}
.xchange_sum_input input {
	width: 100%;
	height: 50px;
	font:
		16px/50px "Montserrat",
		sans-serif;
}
@media all and (min-width: 700px) {
	.xchange_sum_line {
		height: 50px;
		margin: 0 0 20px 0;
		padding: 0 0 0 120px;
	}
	.xchange_sum_label {
		position: absolute;
		float: none;
		top: 0;
		left: 0;
		width: 110px;
		height: 50px;
		color: #fff;
		font:
			12px/50px "Montserrat",
			sans-serif;
		text-align: right;
		padding: 0;
	}
}
.xchange_sumandcom {
	font:
		13px/16px "Montserrat",
		sans-serif;
	margin: 0 0 20px 0;
}
.xchange_curs_line .check_purse_line {
	padding: 20px 0 0px 0;
}
.xchange_curs_line,
.xchange_pers_line {
	margin: 0 0 20px 0;
}
.xchange_curs_label,
.xchange_pers_label {
	font:
		13px "Montserrat",
		sans-serif;
	color: #fff;
	padding: 0 0 5px 0;
}
.xchange_curs_input,
.xchange_pers_input {
	position: relative;
}
.xchange_curs_input input,
.xchange_pers_input input {
	font:
		16px/50px "Montserrat",
		sans-serif;
	height: 50px;
	width: 100%;
}
.xchange_curs_input select,
.xchange_pers_input select {
	height: 50px;
	width: 100%;
}
.xchange_submit_div {
	padding: 0px 0px 10px 0px;
}
input.xchange_submit {
	display: block;
	height: 50px;
	width: 220px;
	margin: 0;
	font:
		600 18px/50px "Exo 2",
		sans-serif;
	text-align: center;
}
.xchange_checkdata_div,
.xchange_div .exchange_checkpersdata {
	padding: 0 0px 10px 0px;
}
.other_directions_wrap {
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	padding: 20px 20px 10px;
	margin: 0 0 20px 0;
}
.other_directions_title {
	color: #fff;
	font:
		600 24px "Exo 2",
		sans-serif;
	margin: 0 0px 20px;
}
a.other_direction {
	float: left;
	width: 50%;
	margin: 0 0 10px 0;
	text-decoration: none;
	font:
		13px "Montserrat",
		sans-serif;
}
.other_direction_data {
	float: left;
	width: 48%;
	height: 30px;
}
.other_direction_title {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	height: 30px;
	padding: 0 0 0 35px;
}
.other_direction_logo {
	height: 30px;
	width: 30px;
	position: absolute;
	float: none;
	top: 0;
	left: 0;
}
.other_direction_arr {
	float: left;
	width: 4%;
	height: 30px;
	background: url(images/liarr.png) no-repeat center center;
}
/* end exch */

/* step 1 */
.block_xchangedata {
	padding: 20px 20px 10px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
}
.block_submitbutton {
	padding: 0px 0 20px;
}
.block_checked_rule {
	padding: 0px 0px 20px 0px;
}
.block_xchdata,
.block_persdata {
	padding: 0;
}
.block_xchdata {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #4f8ee3;
}
.block_xchdata_title,
.block_persdata_title {
	color: #fff;
	font:
		600 24px "Exo 2",
		sans-serif;
	margin: 0 0px 20px;
}
.block_xchdata_comm {
	padding: 0px 0px 20px;
}
.block_persdata_info,
.block_xchdata_info {
	padding: 0px 0px 15px;
	font:
		14px "Montserrat",
		sans-serif;
}
.block_xchdata_info_left {
	float: left;
	width: 340px;
}
.block_persdata_line,
.block_xchdata_line {
	padding: 0 0 5px 0;
}
.block_persdata_line span,
.block_xchdata_line span {
	color: #9bceff;
	display: block;
	padding: 0 0 3px 0;
}
.block_xchdata_info_right {
	float: right;
}
@media all and (max-width: 500px) {
	.block_xchdata_info_right {
		display: none;
	}
}
.block_xchdata_ico {
	float: left;
	width: 40px;
	height: 40px;
	margin: 0 10px 0 0;
}
.block_xchdata_text {
	float: left;
	height: 40px;
	font:
		600 18px/40px "Exo 2",
		sans-serif;
}
/* end step 1 */

/* bid status */
.block_statusbids {
	padding: 20px 20px 10px;
	box-shadow: 0 0 20px #fff;
	border-radius: 24px;
	margin: 0 0 20px 0;
	position: relative;
}
.block_statusbid_title {
	color: #fff;
	font:
		600 24px "Exo 2",
		sans-serif;
	margin: 0 0px 20px;
}
.block_instruction {
	margin: 0 0 10px 0;
}
.block_instruction p {
	padding: 0 0 10px 0;
}
.block_instruction .comment_user {
	font-weight: 600;
}
.block_payinfo {
	padding: 0px 0px 20px;
}
.block_payinfo_line {
	padding: 0px 0 10px;
}
.block_payinfo_line span {
	font-weight: 600;
}
.block_status {
	background: #004ecf;
	padding: 20px 20px;
	margin: 0 -20px 20px;
}
.block_status_time {
	padding: 0 0 10px 0;
}
.block_status_time span {
	font-weight: 400;
}
span.block_status_text_info {
	font-weight: 400;
}
.block_change_browser {
	text-align: center;
	padding: 0px 0 20px;
	color: #ffc3c3;
}
.not_vaccaunt_now {
	font-weight: 600;
}
.block_check_payment {
	height: 3px;
	position: absolute;
	float: none;
	bottom: 0px;
	left: 20px;
	right: 20px;
	overflow: hidden;
}
.block_check_payment_ins {
	position: absolute;
	float: none;
	top: 0;
	left: 0;
	width: 0px;
	height: 100%;
	background: #83cc06;
}
.block_check_payment_abs {
	display: none;
}
.block_warning_merch {
	padding: 20px 20px;
	margin: 0 -20px 20px;
	background: #004ecf;
}
.block_paybutton_merch {
	padding: 0px 0 20px;
}
.block_smsbutton {
	padding: 20px 0px 20px;
	border-top: 2px solid #4f8ee3;
}
.block_smsbutton_label {
	padding: 0 0 8px 0;
	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: 0px 0px 20px;
}
a.cancel_paybutton {
	float: left;
	display: block;
	text-decoration: none;
	background: none;
	border: 1px solid #ffc3c3;
	border-radius: 40px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffc3c3;
	font:
		600 14px/40px "Exo 2",
		sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}
a.cancel_paybutton:hover {
	color: #000;
	background: #ffc3c3;
}
.resultfalse.paybutton_error {
	width: 160px;
	float: right;
}
a.success_paybutton {
	float: right;
	display: block;
	text-decoration: none;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	height: 40px;
	width: 220px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	font:
		600 14px/40px "Exo 2",
		sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
}
a.success_paybutton:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #fff;
}
@media all and (max-width: 700px) {
	a.cancel_paybutton,
	.resultfalse.paybutton_error,
	a.success_paybutton {
		float: none;
		width: auto;
		margin: 0 0 20px 0;
	}
}
a.merch_paybutton {
	display: block;
	text-decoration: none;
	background: none;
	border: 1px solid #fff;
	border-radius: 40px;
	height: 40px;
	width: 240px;
	margin: 0 auto;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #fff;
	text-transform: uppercase;
	font:
		600 14px/40px "Exo 2",
		sans-serif;
	cursor: pointer;
	text-align: center;
}
a.merch_paybutton:hover {
	background: #fff;
	color: #000;
}
/* end bid status */

/* select */
.select_js {
	position: relative;
	cursor: pointer;
}
.change_city_select_wrap {
	height: 50px;
	width: 260px;
}
.change_city_select_wrap select {
	height: 50px;
}
.select_js select {
	display: none;
}
.select_js_title {
	background: #ffffff;
	box-shadow: 0 0 10px #1c5c4d;
	border-radius: 50px;
	height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #000;
	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 0 20px;
	font:
		18px/50px "Montserrat",
		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: #0266d8;
	border: 1px solid #9bceff;
	border-radius: 12px;
	width: 100%;
	min-width: 100px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	max-height: 300px;
	overflow-y: auto;
}
.select_js_ulli {
	position: relative;
	overflow: hidden;
	padding: 8px 20px;
	color: #fff;
	font:
		13px "Montserrat",
		sans-serif;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.iselect_js .select_js_ulli {
	padding: 0 10px 0 60px;
	height: 50px;
	font:
		16px/50px "Montserrat",
		sans-serif;
}
.select_js_ulli:hover,
.select_js_ulli.active {
	background: #3883df;
}
/* end select */

/* sidebar */
.sidebar {
	margin: 0 0px;
}
@media all and (min-width: 960px) {
	.sidebar {
		float: right;
		width: 29%;
	}
}
@media all and (min-width: 1150px) {
	.sidebar {
		width: 24%;
	}
}
/* end sidebar */

.widget {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px;
	color: #000;
}
.widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 20px 0px;
}
.widget img {
	max-width: 100%;
}
.textwidget {
	padding: 0px;
}
ul#recentcomments {
	display: block;
}
ul#recentcomments li {
	display: block;
	padding: 0 0 5px 14px;
	background: url(images/liarr.png) no-repeat 0 5px;
}
ul#recentcomments li::before {
	display: none;
}
/* news widget */
.widget.widget_news_div {
	margin: 0 0 20px 0;
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
}
.widget_news_div .widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0px 0px 20px 0px;
}
.widget_news_line {
	margin: 0 0 20px 0;
}
.widget_news_date {
	color: #9bceff;
	font:
		13px "Montserrat",
		sans-serif;
	margin: 0 0 5px 0;
}
.widget_news_image {
	margin: 0 0 7px 0;
}
.widget_news_image img {
	border-radius: 12px;
	width: 100%;
}
.widget_news_title {
	font:
		600 16px "Exo 2",
		sans-serif;
	color: #ffffff;
	margin: 0 0 7px 0;
}
.widget_news_title a {
	color: #ffffff;
	text-decoration: none;
}
.widget_news_title a:hover {
	text-decoration: underline;
}
.widget_news_content {
	font:
		13px "Montserrat",
		sans-serif;
	padding: 0 0 10px 0;
}
.widget_news_content a {
	color: #fff;
	text-decoration: none;
}
.widget_news_content a:hover {
	text-decoration: none;
}
.widget_news_more {
	font:
		13px "Montserrat",
		sans-serif;
	overflow: hidden;
}
.widget_news_more a {
	float: right;
	color: #00c360;
	text-decoration: none;
}
.widget_news_more span {
	padding: 0 20px 0 0;
	background: url(images/more.png) no-repeat right center;
}
.widget_news_more a:hover {
	text-decoration: none;
}
.widget_news_more_wrap,
.widget_reviews_more_wrap {
	text-align: center;
	padding: 10px 0 20px;
}
a.widget_news_more,
a.widget_reviews_more {
	padding: 10px 20px;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
	font:
		600 13px "Montserrat",
		sans-serif;
	position: relative;
}
a.widget_news_more:hover,
a.widget_reviews_more:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
}
/* end news widget */

/* stats widget */
.widget_stats_div {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	color: #000;
	padding: 20px 20px 15px;
}
.widget_stats_div .widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 20px 0px;
}
.widget_stats_line {
	padding: 0px 0px 5px;
	font:
		14px "Montserrat",
		sans-serif;
}
.widget_stats_line span {
	font-weight: 600;
}
/* end stats widget */

/* reviews widget */
.widget.widget_reviews_div {
	margin: 0 0 20px 0;
	background: none;
	border: none;
	box-shadow: none;
	padding: 0;
}
.widget_reviews_div .widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0px 0px 20px 0px;
}
.widget_reviews_line {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px;
	color: #000;
}
.widget_reviews_author_wrap {
	position: relative;
	padding: 3px 0 5px 40px;
	margin: 0 0 10px 0;
}
.widget_reviews_author_abs {
	position: absolute;
	width: 60px;
	height: 60px;
	background: url(images/ava.png) no-repeat 0 0;
	top: -10px;
	left: -30px;
}
.widget_reviews_author {
	font:
		500 16px "Montserrat",
		sans-serif;
	color: #606060;
}
.widget_reviews_date {
	font:
		14px "Montserrat",
		sans-serif;
	color: #606060;
	margin: 0 0px 2px 0;
}
.widget_reviews_content {
	font:
		14px "Montserrat",
		sans-serif;
	color: #000000;
	word-wrap: break-word;
	word-break: break-word;
}
/* end reviews widget */

/* register widget */
.user_widget,
.register_widget,
.login_widget,
.checkstatus_widget {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px;
	color: #000;
}
.user_widget a,
.register_widget a,
.login_widget a,
.checkstatus_widget a {
	color: #000;
}
.user_widget_title,
.register_widget_title,
.login_widget_title,
.checkstatus_widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 20px 0px;
}
.widget_reg_label,
.widget_log_label,
.widget_checkstatus_label {
	margin: 0;
	padding: 0 0 3px;
	font:
		13px "Montserrat",
		sans-serif;
}
.widget_reg_line,
.widget_log_line,
.widget_checkstatus_line {
	padding: 0 0 10px;
}
.widget_reg_line_subm input,
.widget_log_line_subm input,
.widget_checkstatus_line_subm input {
	display: block;
	margin: 0 auto;
}
input.widget_reg_input,
input.widget_log_input,
input.widget_checkstatus_input {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/* end register widget */

/* login widget */
.widget_log_line_text {
	padding: 0 0 15px 0;
}
.login_widget_subm_left {
	float: left;
	width: 49%;
	font:
		12px "Montserrat",
		sans-serif;
}
.login_widget_subm_right {
	float: right;
	text-align: right;
	width: 49%;
	font:
		12px "Montserrat",
		sans-serif;
}
/* end login widget */

/* user widget */
.uswidin {
	margin: 0 0 2px 0;
	font:
		600 15px "Montserrat",
		sans-serif;
	color: #606060;
	padding: 0 0 15px 10px;
	border-bottom: 2px solid #9bceff;
}
.uswidinleft {
	float: left;
	width: 50%;
}
.uswidinright {
	float: right;
	width: 50%;
	text-align: right;
}
.user_widget_body ul {
	margin: 0 0 15px 0;
}
.user_widget_body ul li {
	display: block;
	padding: 0 0px 2px 0px;
	border-bottom: 2px solid #9bceff;
	margin: 0 0 2px 0;
}
.user_widget_body ul li::before {
	display: none;
}
.user_widget_body ul li a {
	font:
		13px "Montserrat",
		sans-serif;
	display: block;
	padding: 7px 10px;
	text-decoration: none;
	color: #000;
}
.user_widget_body ul li a:hover {
	text-decoration: none;
}
.user_widget_body ul li.current a {
	color: #000;
	background: #e0ffce;
	box-shadow: 0 0 8px #61da28;
	border-radius: 50px;
	text-decoration: none;
	cursor: default;
}
a.exit_link {
	display: block;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow:
		inset 5px 5px 5px #319fea,
		5px 5px 5px #0b2c73;
	border-radius: 40px;
	height: 50px;
	padding: 0 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #ffffff;
	font:
		600 16px/50px "Exo 2",
		sans-serif;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
}
a.exit_link:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
	text-decoration: none;
}
/* end user widget */

/* reserv widget */
.widget_reserv_div {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px 10px;
}
.widget_reserv_div_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 20px 0px;
}
.widget_reserv_line {
	padding: 3px 0px 3px 0px;
	margin: 0 -10px 0 0;
}
.widget_reserv_ico {
	float: left;
	width: 40px;
	height: 40px;
}
.widget_reserv_block {
	float: left;
	width: 170px;
	font:
		14px "Montserrat",
		sans-serif;
	padding: 2px 0 0 10px;
	color: #000;
}
.widget_reserv_title {
	font:
		14px "Montserrat",
		sans-serif;
	color: #000;
	margin: 0 0 1px 0;
}
.widget_reserv_filters {
	padding: 0px 0 5px 0px;
}
.widget_reserv_filter {
	float: left;
	padding: 5px 8px 5px;
	background: none;
	border-radius: 8px;
	color: #000;
	font:
		13px/13px "Montserrat",
		sans-serif;
	margin: 0 5px 5px 0;
	cursor: pointer;
	position: relative;
}
.widget_reserv_filter.current {
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	color: #fff;
}
/* end reserv widget */

/* cbr widget */
.widget_cbr_div {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px;
}
.widget_cbr_div_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 10px 0px;
}
.cbr_update {
	padding: 10px 0px 0;
	font:
		12px "Montserrat",
		sans-serif;
	color: #606060;
}
.widget_cbr_line {
	padding: 10px 0px 10px 0px;
	border-bottom: 2px solid #000000;
	margin: 0 0px;
}
.widget_cbr_left {
	float: left;
	width: 90px;
}
.widget_cbr_title {
	font:
		13px "Montserrat",
		sans-serif;
	color: #000;
	padding: 1px 0 1px 0;
}
.widget_cbr_birg {
	font:
		12px "Montserrat",
		sans-serif;
	color: #606060;
}
.widget_cbr_curs {
	float: left;
	width: 120px;
	padding: 0 0 0 20px;
	color: #000;
	font:
		13px "Montserrat",
		sans-serif;
}
.widget_cbr_onecurs {
	padding: 1px 0;
}
/* end cbr widget */

/* lchange */
.widget_lchange_div {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px 1px;
	position: relative;
}
.widget_lchange_div .widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 20px 0px;
}
.widget_lchange_html {
	padding: 0;
}
.widget_lchange_abs {
	display: none;
	position: absolute;
	z-index: 5;
	float: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff 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 0;
}
.widget_lchange_line {
	margin: 0 0 20px 0;
}
.widget_lchange_date {
	font:
		13px "Montserrat",
		sans-serif;
	padding: 10px 0 0 0;
	color: #606060;
}
.widget_lchange_why {
	float: left;
	width: 84px;
}
.widget_lchange_ico {
	width: 40px;
	height: 40px;
}
.widget_lchange_txt {
	font:
		14px "Montserrat",
		sans-serif;
	padding: 5px 0 0 5px;
	color: #000;
}
.widget_lchange_arr {
	float: left;
	width: 40px;
	height: 40px;
	background: url(images/harr.png) no-repeat 0 center;
}
/* end lchange */

/* userverify widget */
.usve_widget {
	color: #ff6066;
	padding: 20px 0px 16px 35px;
	font:
		13px "Montserrat",
		sans-serif;
	margin: -20px 0px 15px 0px;
	border-bottom: 2px solid #9bceff;
	background: url(images/verify0.png) no-repeat 0px 16px;
}
.usve_widget.verifyst_1 {
	color: #00c360;
	background: url(images/verify1.png) no-repeat 0px 16px;
}
.usve_widget_link {
	padding: 5px 0 0 0;
}
.userverify_widget {
	margin: 0 0 20px 0;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 0 10px #ffffff;
	padding: 20px 20px;
}
.userverify_widget a {
	color: #000;
}
.userverify_widget_title {
	font:
		600 24px/24px "Exo 2",
		sans-serif;
	color: #606060;
	margin: 0px 0px 20px 0px;
}
.account_verify {
	background: url(images/verify0.png) no-repeat 0 center;
	padding: 5px 0 5px 35px;
	font:
		13px "Montserrat",
		sans-serif;
	color: #ff6066;
}
.account_verify.true {
	color: #00c360;
	background: url(images/verify1.png) no-repeat 0 center;
}
.needverifylink {
	padding: 5px 0 0px 35px;
}
/* end userverify widget */

/* comment navi */
.comment-navigation {
	margin: 0 0 20px 0;
}
.nav-previous a {
	float: left;
	padding: 8px 13px;
	border-radius: 4px;
}
.nav-next a {
	float: right;
	padding: 8px 13px;
	border-radius: 4px;
}
/* end comment navi */

/* pagenavi */
.pagenavi {
	padding: 0px 0 0 0;
	margin: 0 0 20px 0;
	text-align: center;
	font:
		13px "Montserrat",
		sans-serif;
}
.pagenavi span,
.pagenavi a {
	margin: 0 3px;
	position: relative;
	padding: 8px 13px;
	border-radius: 8px;
}
.pagenavi span {
	color: #000;
	background: #ffffff;
	box-shadow: 0 0 5px #00c360;
}
.pagenavi a,
.nav-previous a,
.nav-next a {
	text-decoration: none;
	color: #000;
	background: #ffffff;
	box-shadow: 0 0 5px #ffffff;
}
.pagenavi a:hover,
.nav-previous a:hover,
.nav-next a:hover {
	color: #000;
	background: #ffffff;
	text-decoration: none;
}
/* end pagenavi */

/* footer */
.footer_wrap {
	background: url(images/fbg.png) no-repeat center center;
	border-top: 1px solid #8790c3;
	width: 100%;
}
.footer {
	max-width: 1150px;
	margin: 0 auto;
	padding: 35px 10px 35px;
}
.copyright,
.footer_timetable {
	font:
		13px "Montserrat",
		sans-serif;
	color: #ffffff;
}
.footer_email a {
	color: #fff;
	font:
		600 14px "Exo 2",
		sans-serif;
	text-decoration: none;
}
.footer_email a:hover {
	text-decoration: underline;
}
.footer_menu li {
	font:
		13px "Montserrat",
		sans-serif;
}
.footer_menu li a {
	color: #fff;
	text-decoration: none;
}
.footer_menu li a:hover {
	color: #00c360;
	text-decoration: underline;
}
.flogo {
	padding: 0 0 20px 0;
}
.flogo img {
	max-height: 50px;
}

@media all and (max-width: 699px) {
	.flogo {
		text-align: center;
	}
	.footer_email {
		text-align: center;
		margin: 0 auto 20px;
	}
	.copyright,
	.footer_timetable {
		text-align: center;
		margin: 0 auto 20px;
	}
	.footer_soc {
		text-align: center;
		padding: 0 0 20px 0;
	}
	.footer_soc a {
		text-decoration: none;
		padding: 0 2px;
	}
	.footer_soc a span {
		padding: 0 0 0 25px;
	}
	.footer_soc a.soc_ins span {
		background: url(images/ins-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_vk span {
		background: url(images/vk-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_tm span {
		background: url(images/tm-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_tw span {
		background: url(images/tw-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_fb span {
		background: url(images/fb-ico.png) no-repeat 0 center;
	}
	.footer_menu {
		padding: 0 0px 15px 0;
		text-align: center;
	}
	.footer_menu li {
		display: block;
		margin: 0 0 5px 0;
	}
}
@media all and (min-width: 700px) and (max-width: 959px) {
	.footer_left {
		float: left;
		width: 49%;
	}
	.footer_menu {
		padding: 0 0px 0px 0;
	}
	.footer_menu li {
		display: block;
		text-align: right;
		margin: 0 0 10px 0;
	}
	.footer_center {
		float: right;
		text-align: right;
		width: 49%;
	}
	.footer_soc {
		padding: 0 0 10px 0;
	}
	.footer_soc a {
		margin: 0 5px 0 0;
		text-decoration: none;
	}
	.footer_soc a span {
		padding: 0 0 0 25px;
	}
	.footer_soc a.soc_ins span {
		background: url(images/ins-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_vk span {
		background: url(images/vk-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_tm span {
		background: url(images/tm-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_tw span {
		background: url(images/tw-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_fb span {
		background: url(images/fb-ico.png) no-repeat 0 center;
	}
	.footer_line {
		clear: both;
		height: 30px;
	}
	.footer_email {
		padding: 0 0 10px 0;
	}
}
@media all and (min-width: 960px) {
	.footer_left {
		float: left;
		width: 35%;
	}
	.copyright {
		max-width: 300px;
	}
	.footer_right {
		float: right;
		max-width: 30%;
		padding: 5px 0 0 0;
	}
	.footer_center {
		float: left;
		width: 25%;
		padding: 10px 0 0 0;
	}
	.footer_menu li {
		display: block;
		margin: 0 0 15px 0px;
	}
	.footer_email {
		padding: 0 0 20px 0;
	}
	.footer_soc {
		padding: 0 0 15px 0;
	}
	.footer_soc a {
		text-decoration: none;
		margin: 0 5px 0 0px;
	}
	.footer_soc a span {
		padding: 0 0 0 20px;
	}
	.footer_soc a.soc_ins span {
		background: url(images/ins-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_vk span {
		background: url(images/vk-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_tm span {
		background: url(images/tm-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_tw span {
		background: url(images/tw-ico.png) no-repeat 0 center;
	}
	.footer_soc a.soc_fb span {
		background: url(images/fb-ico.png) no-repeat 0 center;
	}
}
/* end footer */

/* changes course */
.last_events_wrap {
	position: fixed;
	bottom: 10px;
	left: 50px;
	z-index: 100;
	width: 300px;
	display: none;
}
.last_events_wrap.toright {
	left: auto;
	right: 50px;
}
@media all and (min-width: 700px) {
	.last_events_wrap {
		display: block;
	}
}
.last_events_option {
	background: #0046ba;
	border-radius: 12px;
	box-shadow: 0 0 10px #d2fbef;
	color: #fff;
	font:
		13px "Montserrat",
		sans-serif;
	padding: 10px 15px;
}
.levents {
	position: relative;
	display: none;
	margin: 0 0 10px 0;
	background: #0046ba;
	border-radius: 12px;
	box-shadow: 0 0 10px #d2fbef;
	color: #fff;
	font:
		13px "Montserrat",
		sans-serif;
	padding: 10px 15px;
	text-align: center;
}
.levents_title {
	font:
		600 16px "Exo 2",
		sans-serif;
	padding: 0 0 5px 0;
	color: #fff;
}
.levents_arr {
	height: 15px;
	background: url(images/courselogs.png) no-repeat center center;
}
.levents_close {
	position: absolute;
	float: none;
	top: 14px;
	right: 10px;
	width: 16px;
	height: 16px;
	background: url(images/close.png) no-repeat;
	cursor: pointer;
}
/* end changes course */

/* operator */
.statuswork_div {
	position: fixed;
	z-index: 99999;
	width: 50px;
	height: 230px;
	top: 290px;
}
@media all and (max-width: 500px) {
	.statuswork_div {
		display: none;
	}
}
.statuswork_div.toleft {
	left: 0px;
}
.statuswork_div.toright {
	right: 0px;
}
.statuswork_div_ins {
	position: relative;
	width: 50px;
	height: 230px;
}
.statuswork {
	position: absolute;
	float: none;
	top: 91px;
	left: -90px;
	width: 215px;
	height: 41px;
	background: #a6ff72;
	box-shadow: 0 0 10px #d2fbef;
	color: #000;
	padding: 9px 0 0 15px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	font:
		12px "Montserrat",
		sans-serif;
	border-radius: 12px 12px 0 0;
}
.statuswork_div.toleft .statuswork {
	border-radius: 0 0 12px 12px;
}
.statuswork_ins {
	background: url(images/operator.png) no-repeat left center;
	padding: 0 0 0 40px;
}
.status_op0 .statuswork {
	background: #ffffff;
}
.status_op0 .statuswork_ins {
	background: url(images/operator.png) no-repeat left center;
}
.statuswork_title {
	font:
		600 17px/17px "Montserrat",
		sans-serif;
	padding: 0 0 2px 0;
}
/* end operator */

/* top button */
.topbutton {
	display: none;
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #00c360 url(images/topped.png) no-repeat center center;
	opacity: 0.7;
	position: fixed;
	bottom: 20px;
	left: 20px;
	cursor: pointer;
	z-index: 99999;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.topbutton:hover {
	opacity: 1;
}
/* end top button */

/* tooltips */
.form_field_line.has_tooltip .form_field_ins {
	position: relative;
}
.has_tooltip .form_field_label_ins {
	position: relative;
	padding: 0 20px 0 0px;
}
.has_tooltip .field_tooltip_label {
	position: absolute;
	float: none;
	display: block;
	width: 16px;
	height: 16px;
	top: 0px;
	right: 0;
	cursor: help;
	background: url(images/question.png) no-repeat right center;
}
.field_tooltip_div {
	display: none;
	z-index: 100;
	position: absolute;
	float: none;
	top: 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: 16px;
	height: 5px;
}
.field_tooltip {
	font:
		13px/14px "Montserrat",
		sans-serif;
	padding: 15px 20px;
	border-radius: 8px;
	color: #000;
	background: #a6ff72;
}
/* end tooltips */

/* notify */
.wn_wrap {
	position: fixed;
	float: none;
	bottom: 0;
	left: 0;
	z-index: 999998;
	background: #026bd6;
	border-top: 3px solid #00c360;
	width: 100%;
}
.wn_div {
	padding: 15px 10px;
	max-width: 1150px;
	margin: 0 auto;
	font:
		14px "Exo 2",
		sans-serif;
	color: #fff;
}
.wn_div_text {
	padding: 0 0 10px 0;
}
/* end notify */

/* window */
.standart_shadow {
	position: fixed;
	float: none;
	top: 0;
	left: 0;
	z-index: 999998;
	width: 100%;
	height: 100%;
	background: #000;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}
.standart_window {
	position: fixed;
	float: none;
	width: 100%;
	top: 100px;
	left: 0px;
	z-index: 999999;
}
.standart_windowins {
	position: relative;
	max-width: 360px;
	margin: 0 auto;
	padding: 0 10px;
}
.standart_window_ins {
	padding: 0px 20px 10px;
	background: #074fb8;
	border-radius: 12px;
}
.standart_window_close {
	position: absolute;
	float: none;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(images/close.png) no-repeat center center;
	top: 17px;
	right: 20px;
}
.standart_window_title {
	font:
		600 18px "Exo 2",
		sans-serif;
	color: #fff;
	margin: 0 0px 15px;
	padding: 15px 20px 15px 0px;
	border: none;
}
.standart_windowins img {
	max-width: 100%;
}
.standart_window_submit {
	padding: 20px 0px 10px;
	text-align: center;
}
.rb_label {
	font:
		13px "Montserrat",
		sans-serif;
	padding: 0px 0px 3px 0px;
}
.rb_line {
	padding: 0px 0 10px;
}
/* end window */

/* result message */
.resulttrue {
	padding: 14px 20px;
	border-radius: 12px;
	color: #000000;
	background: #a6ff72;
	margin: 0 0 20px 0;
	font:
		14px "Montserrat",
		sans-serif;
}
.resultfalse,
.xtp_error,
.xtl_error {
	padding: 14px 20px;
	border-radius: 12px;
	color: #000000;
	background: #f99082;
	margin: 0 0 20px 0;
	font:
		14px "Montserrat",
		sans-serif;
}
/* end result message */

/* classed */
.red,
.req {
	color: #f99082;
}
.bred {
	font-weight: 600;
	color: #f99082;
}
.bgreen {
	font-weight: 600;
	color: #00c360;
}
.pn_copy {
	padding: 0 5px 0 20px;
	background: url(images/copy.png) no-repeat 0 center;
	word-break: break-word;
}
.pn_copy.copied {
	color: #00c360;
	background: url(images/copy.png) no-repeat 0 center;
	word-break: break-word;
}
.break_words {
	word-break: break-word;
	word-wrap: break-word;
}
.hidden_line {
	display: none;
}

.comment_user {
	background: #007dee;
	color: #fff;
	font:
		14px "Montserrat",
		sans-serif;
	border-radius: 12px;
	padding: 15px;
	margin: 0 0 20px 0;
}

.js_qr_code_wrap {
	margin: 0 0 20px 0;
}

.currency_logo {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat no-repeat;
}
.clear {
	clear: both;
}
img.alignnone {
	display: block;
	margin: 0 0 20px 20px;
}
img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
img.aligncenter {
	display: block;
	margin: 20px auto;
}
a img.alignnone {
	display: block;
	margin: 0 0 20px 20px;
}
a img.alignright {
	float: right;
	margin: 0 0 1em 1em;
}
a img.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}
a img.aligncenter {
	display: block;
	margin: 20px auto;
}

/*footer link*/
.footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
}
.footer__link {
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	color: #ffffff;
}
.footer__link:hover {
	color: #00c360;
}
@media (max-width: 699px) {
	.footer__contacts {
		align-items: center;
	}
}
.contacts-tg span {
	padding-left: 24px;
	background: url("images/tg.svg") no-repeat left center;
	background-size: contain;
}

/*homewtext*/
.home_wtext_block {
	padding: 32px 28px;
	font-size: 28px;
	font-weight: 700;
	line-height: 33.6px;
	border: 2px solid #ffffff;
	border-radius: 28px;
	background: transparent;
	box-shadow: unset;
	color: #ffffff;
}
.home_wtext_block p {
	/*padding: 0;*/
}
/*top advantages*/
.top_advantages {
	position: relative;
	padding-top: 30px;
	z-index: 1;
}
.top_advantages_ins {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.top_advantages__list {
	padding: 17.5px 28px;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	column-gap: 25px;
	border-radius: 20px;
	box-shadow: 0px 0px 25px 0px #ffffff;
}
.top_advantages__item {
	display: flex;
	gap: 10px;
	align-items: center;
}
.top_advantages__image {
	min-width: 65px;
	width: 65px;
	height: 65px;
	background-size: cover;
	background-repeat: no-repeat;
}
.top_advantages__text {
	max-width: 60%;
}
@media (max-width: 900px) {
	.home_wtext_wrap {
		margin-bottom: 40px;
	}
	.home_wtext_block {
		font-size: 24px;
		line-height: 28px;
	}
	.top_advantages {
		display: none;
	}
}
/*table*/
.xtt_left_col_title,
.xtt_left_incol_title,
.xtt_right_col_title,
.xtt_right_incol_title {
	font:
		700 28px / 33.6px "Exo 2",
		sans-serif;
	text-transform: uppercase;
}
.xtt_right_col_title,
.xtt_right_incol_title {
	display: flex;
	align-items: center;
}
@media (max-width: 699px) {
	.xtt_left_col_title,
	.xtt_left_incol_title,
	.xtt_right_col_title,
	.xtt_right_incol_title {
		font:
			700 20px / 24px "Exo 2",
			sans-serif;
	}
	.xtt_right_col_title,
	.xtt_right_incol_title {
		justify-content: center;
	}
}
/*news*/
.home_news_one,
.widget_news_line {
	border-radius: 20px;
	background: #ffffff;
	box-shadow: 0px 0px 15px 0px #ffffff;
	color: #000000;
}
.home_news_one_image {
	margin-bottom: 0;
}
.home_news_one_image,
.widget_news_image a {
	position: relative;
	display: block;
	margin-bottom: 0;
	padding-bottom: 52.9%;
	border: none;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
}
.home_news_one_image img,
.widget_news_image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: unset;
}
.home_news_one_date,
.widget_news_date {
	padding: 20px 20px 3px 20px;
}
.home_news_one_title,
.widget_news_title {
	margin-bottom: 12px;
	padding: 0 20px;
}
.home_news_one_title a,
.home_news_one_content a,
.widget_news_title a,
.widget_news_content a {
	color: #000000;
}
.home_news_one_content,
.home_news_one_more,
.widget_news_content,
.widget_news_more {
	padding: 0 20px 20px;
}
.home_news_one_more a {
	float: unset;
	color: #00c360;
	transition: all 0.1s ease-in-out;
}
.home_news_one_more a:hover {
	color: #009c4c;
	transition: all 0.1s ease-in-out;
}
.home_news_one_more a span {
	background: unset;
}
@media (max-width: 699px) {
	.home_news_one_image a {
		padding-bottom: 62.6%;
	}
	.home_news_one_date {
		padding: 16px 16px 3px 16px;
	}
	.home_news_one_title {
		padding: 0 16px;
	}
	.home_news_one_content,
	.home_news_one_more {
		padding: 0 16px 16px;
	}
}
/*newspage*/
.many_news_wrap,
.single_news_wrap {
	padding: 0;
	box-shadow: unset;
	border-radius: 0;
	margin: 0;
}
.news-block {
	height: auto;
	overflow: hidden;
	padding-bottom: 0;
	border: none;
	border-radius: 20px;
	background: #ffffff;
}
.news-block:not(:last-child) {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: unset;
}
.news-block:last-child {
	padding-bottom: 0;
}
.news-block__left {
	border-radius: unset;
}
.news-block .tegs {
	display: none;
}
.news-block__image {
	font-size: 0;
	line-height: 0;
}
.news-img {
	margin: 0;
	width: 100%;
	/*max-height: 270px;*/
	/*object-fit: cover;*/
	border-radius: 16px;
}
.news-img--active {
	margin-bottom: 24px;
}
.news-block__wrapper.single_news .news-block__right {
	background: none;
	padding: 0;
}
.many_news_wrap .mb-35,
.news-block.single {
	padding: 32px 28px;
	box-shadow: 0 0 20px #fff;
	border-radius: 28px;
	margin: 0 0 20px 0;
	background: #ffffff;
	color: #000000;
}
@media only screen and (min-width: 993px) {
	.news-block {
		padding-bottom: 0;
	}
}
.news-block__title {
	margin-bottom: 12px;
	text-align: left;
	font:
		500 20px/24px "Exo 2",
		sans-serif;
}
.news-block__title a {
	text-decoration: none;
	transition: all 0.1s ease-in-out;
	color: #000000;
}
.news-block__title a:hover {
	opacity: 0.8;
	transition: all 0.1s ease-in-out;
}
.news-block__title a:active {
	opacity: 0.6;
	transition: all 0.1s ease-in-out;
}
.news-block__wrapper {
	display: flex;
	flex-direction: column;
	gap: 0;
	height: 100%;
}
.news-block__wrapper.single_news {
	flex-direction: column;
	border: none;
	background-color: transparent;
}
@media only screen and (min-width: 993px) {
	.news-block__wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		gap: 0;
	}
}
.news-block__left {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
@media only screen and (min-width: 993px) {
	.news-block__left {
		width: 304px;
	}
}
.news-block__right {
	background: transparent;
	padding: 20px;
	width: 100%;
}
.news-block__right .time {
	display: block;
	margin-bottom: 8px;
	color: #898989;
}
.single_news_wrap .news-block__right {
	border: none;
}
.news-block__right .text-content p {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	overflow: hidden;
}
/*.single_news_wrap .mb-35 {*/
/*	margin-bottom: 48px;*/
/*}*/
.single_news_wrap .news-block__right .text-content p {
	display: block;
}
.news-breadcrumb,
.news-breadcrumb a {
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #00c360;
}
@media only screen and (max-width: 640px) {
	.single_news_wrap .mb-35 {
		margin-bottom: 4rem;
	}
	.news-block {
		border-radius: 1.2rem;
	}
	.single_news_wrap .news-block {
		border: none;
	}
	.news-block__wrapper.single_news .news-block__image img {
		border-radius: 12pxrem;
	}
	.news-block__right {
		padding: 16px 16px 20px;
		border: none;
		width: unset;
	}
	.news-block__right .time {
		margin-bottom: 7px;
	}
	.news-block__title {
		margin-bottom: 12px;
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
	.text-content {
		font-size: 14px;
	}
	.news-block__right .text-content {
		margin-bottom: 20px;
		line-height: 22px;
	}
	.news-block__right .text-content p {
		font-size: 14px;
		line-height: 22px;
	}
}
.news-block__img {
	border-radius: 0;
	display: block;
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
.news-block__img img {
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	border-radius: 20px 0 0 20px;
}
.news-block__more {
	/*padding-right: 15px;*/
	text-align: right;
}
.news-block__more .more {
	display: inline-block;
	padding: 10px 52px 10px 24px;
	text-decoration: none;
	text-transform: uppercase;
	font:
		600 16px/20px "Exo 2",
		sans-serif;
	border-radius: 40px;
	background-color: #0784d8;
	background-image: url("images/news_arrow_more.svg");
	background-repeat: no-repeat;
	background-position: right 24px center;
	box-shadow: 4px 6px 8px 0px #0b2f78;
	color: #ffffff;
	transition: all 0.1s ease-in-out;
}
.news-block__more .more:hover {
	filter: brightness(90%);
	transition: all 0.1s ease-in-out;
}
.news-block__more .more:active {
	filter: brightness(80%);
	transition: all 0.1s ease-in-out;
}
.news-block.single .news-block__more {
	display: block;
}
.news-block.single .time {
	margin-bottom: 28px;
}
.news-block.single .tegs_wrapper {
	margin-bottom: 12px;
}
.news-block.single .tegs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
}
.news-block.single .tegs li {
	font-size: 14px;
	line-height: 16px;
	color: #000000;
}
.news-block.single .tegs a {
	text-decoration: none;
	color: #00c360;
	transition: all 0.1s ease-in-out;
}
.news-block.single .tegs a:hover {
	opacity: 0.8;
	text-decoration: underline;
	transition: all 0.1s ease-in-out;
}
.news-block.single .tegs a:active {
	opacity: 0.6;
	text-decoration: underline;
	transition: all 0.1s ease-in-out;
}
@media (max-width: 993px) {
	.news-block__img {
		padding-bottom: 56%;
	}
	.news-block__img img {
		border-radius: 20px 20px 0 0;
	}
	.news-block__more {
		margin-top: 12px;
		text-align: unset;
	}
	.news-breadcrumb,
	.news-breadcrumb a {
		font-size: 14px;
		line-height: 16px;
	}
	.news-block__more .more {
		font-size: 14px;
		font-weight: 500;
		line-height: 16px;
	}
}
.pagenavi_ins {
	display: flex;
	justify-content: center;
}
.pagenavi {
	margin-bottom: 40px;
}
/*single news*/
.single .news-breadcrumb,
.news-breadcrumb a {
	font-size: 14px;
	line-height: 16px;
}
.single .news-breadcrumb {
	color: #000000;
}
.comment,
.comment_form {
	background: #ffffff;
	color: #000000;
}
a.comment-reply-link,
.comment-reply-login,
a.comment_permalink {
	color: #000000;
}
.comment_form_title {
	color: #000000;
}
textarea {
	border: 1px solid #9b9b9b;
}

/*reviews*/
.one_reviews {
	position: relative;
	background-color: #ffffff;
}
.one_reviews::after {
	content: "";
	position: absolute;
	top: 14px;
	left: -10px;
	width: 60px;
	height: 60px;
	background: url(images/ava.png) no-repeat center;
	background-size: contain;
}
.one_reviews_name {
	margin-bottom: 8px;
	margin-left: 60px;
	float: unset;
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
	color: #000000;
}
.one_reviews_date {
	margin-bottom: 16px;
	margin-left: 60px;
	float: unset;
	font-size: 14px;
	line-height: 16px;
	color: #898989;
}
.one_reviews_text {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}
.one_reviews_answer {
	color: #000000;
}
input[type="text"],
input[type="email"],
input[type="password"],
select {
	border: 1px solid #8a8a8a;
}
.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 {
	background: #ffffff;
	color: #000000;
}
.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,
.pntable table th,
.pntable table td,
.promouserdiv h4,
.promouserdiv h3,
.statuserdiv_title,
.promo_topmenu li.current a,
.promo_menu ul li.act a,
.userapi_form_title {
	color: #000000;
}
.log_div_wrap a.captcha_reload,
.cf_div_wrap a.captcha_reload,
.reg_div_wrap a.captcha_reload,
.lp_div_wrap a.captcha_reload,
.rf_div_wrap a.captcha_reload,
.acf_div_wrap a.captcha_reload,
.domacc_div_wrap a.captcha_reload,
.checkstatus_div_wrap a.captcha_reload,
.userverify_div_wrap a.captcha_reload {
	background: url(images/refresh-black.svg) no-repeat center center;
}
/*aml ang other pagewrap*/
.page_wrap,
.textblock,
.userwallets_form,
.pntable,
.statstablediv,
.statuserdiv,
.promouserdiv,
.promopage,
.paytext,
.paydiv,
.userapi_form,
.userapi_table_one,
.comment_no_item {
	background: #ffffff;
	color: #000000;
}
/*.pntable table td, .pntable table th, .domacc_line {*/
/*	border-bottom: 2px solid #000000;*/
/*}*/
.pntable table tr th,
.statstablediv_ins table tr th,
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line .domacc_label,
.statuserdiv table tr th {
	font-size: 14px;
	font-weight: 400;
	border: none;
	padding: 16px 20px;
	white-space: nowrap;
	background-color: rgba(0, 0, 0, 0.2);
	color: #898989;
}
.pntable table tr td,
.text table tr td,
.statstablediv_ins table tr td,
.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line .domacc_val,
.statuserdiv table tr td {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	border: none;
	padding: 16px 20px;
	text-align: left;
	background-color: rgba(5, 5, 5, 0.1);
	word-break: normal;
	color: #000000;
}
.pntable .pntable_ins {
	padding-bottom: 0.6rem;
	overflow-x: auto;
	scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
	scrollbar-width: thin;
}
@media only screen and (max-width: 640px) {
	.pntable table tr th,
	.pntable table tr td,
	.statstablediv_ins table tr th,
	.statstablediv_ins table tr td,
	.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line .domacc_label,
	.domacc_div_wrap .domacc_wrap_ins .domacc_div .domacc_div_ins .domacc_line .domacc_val,
	.statuserdiv table tr th,
	.statuserdiv table tr td {
		padding: 12px;
		font-size: 12px;
		line-height: 14px;
	}
	.pntable table tr td,
	.text table tr td,
	.pntable table tr th,
	.userwallets_text,
	.pntable table a,
	.statstablediv_ins table a,
	.statstablediv_ins table tr th,
	.statstablediv_ins table tr td {
		padding: 12px;
		font-size: 12px;
		line-height: 14px;
		word-break: normal;
		max-width: unset;
	}
}
@media (max-width: 959px) {
	.one_reviews::after {
		top: 12px;
		left: -4px;
		width: 50px;
		height: 50px;
	}
	.one_reviews_name {
		margin-left: 50px;
	}
	.one_reviews_date {
		margin-left: 50px;
	}
}
.pntable .pntable_ins {
	padding-bottom: 0.6rem;
	overflow-x: auto;
	scrollbar-color: rgba(0, 0, 0, 0.16) transparent;
	scrollbar-width: thin;
}
/*custom news table*/
.table_wrap {
	padding-bottom: 0.6rem;
	overflow-x: auto;
	scrollbar-color: rgba(0, 0, 0, 0.16) transparent;
	scrollbar-width: thin;
	color: #000000;
}
.table_wrap td {
	padding: 10px;
}
/*partners img*/
.home_partner_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
}
.home_partner_one {
	margin: 0;
	padding: 20px;
	filter: grayscale(1);
	transition: all 0.1s ease-in-out;
}
.home_partner_one:hover {
	filter: grayscale(0);
	transition: all 0.1s ease-in-out;
}
.home_partner_one img {
	width: 100%;
	max-height: 60px;
}
/*colors*/
.home_reviews_one_date,
.home_news_one_date,
.widget_news_date {
	color: #898989;
}
.home_reviews_one_date,
.widget_reviews_date {
	margin-bottom: 8px;
}
.home_reviews_one_author {
	color: #000000;
}
.widget_news_more a:hover {
	text-decoration: underline;
	color: #009c4c;
}

.promo_wrap {
	font-size: 16px;
	line-height: 20px;
	color: #000;
}
.promo_top,
.promo_rules,
.promo_sites-review,
.promo .home_partner_wrap {
	margin-bottom: 24px;
	padding: 32px 28px;
	border-radius: 28px;
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px #fff;
	box-sizing: border-box;
}
.promo_rules {
	display: flex;
	gap: 30px;
}
.promo_top {
	position: relative;
	padding: 0;
	background: linear-gradient(270deg, #8EC2FF 0%, #C2F0FF 100%);
}
.promo_banner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 116px;
	padding: 72px 28px 118px;
	gap: 28px;
	border-radius: 28px;
	overflow: hidden;
}
.promo_banner_text {
	width: 100%;
	z-index: 1;
	box-sizing: border-box;
}
.promo_banner-title {
	margin-bottom: 20px;
	font:
		700 36px/43px "Exo 2",
		sans-serif;
	/*color: #000000;*/
}

.promo_rules > ul > li > span,
.promo_banner-descr,
.promo_rules_item_title {
	font:
		500 20px/28px Roboto,
		sans-serif;
}

.promo_rules h2,
.promo_rules_title {
	margin-bottom: 20px;
	font:
		700 24px/29px "Exo 2",
		sans-serif;
	/*font: 700 2.8rem/3.4rem Roboto, sans-serif;*/
	/*color: #000000;*/
}
.promo_banner_img {
	position: absolute;
	right: 0;
	bottom: -130px;
	width: 100%;
	object-fit: contain;
}
.promo_rules_list {
	counter-reset: section;
}

.promo_rules > ul > li,
.promo_rules_item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 16px;
	min-height: 52px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);

	/* &::before {
		counter-increment: section;
		content: "" counter(section);
		text-align: center;
		left: 0;
		width: 52px;
		height: 52px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #000;
		font-size: 20px;
		font-weight: 500;
		font-family: "Exo 2", sans-serif;
		background-color: #96c0f2;
	} */

	@media (width < 640px) {
		&:before {
			width: 45px;
			height: 45px;
			top: 16px;
			right: 0;
			margin: 0 auto;
		}
	}
}
.promo_rules > ul > li > span {
	position: relative;
	display: flex;
	gap: 1rem;

	&::before {
		counter-increment: section;
		content: "" counter(section);
		text-align: center;
		left: 0;
		width: 52px;
		height: 52px;
		display: flex;
		flex: 1 0 auto;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		color: #000;
		font-size: 20px;
		font-weight: 500;
		font-family: "Exo 2", sans-serif;
		background-color: #96c0f2;
	}

	@media (width < 640px) {
		&:before {
			width: 45px;
			height: 45px;
			top: 16px;
			right: 0;
			margin: 0 auto;
		}
	}
}
.promo_rules_item:last-child a {
	color: #f3b3a0;
	text-decoration: none;
	transition: all 0.1s ease-in-out;
}
.promo_rules_item:last-child a:hover {
	text-decoration: underline;
	text-underline-offset: 5px;
	transition: all 0.1s ease-in-out;
}
.promo_rules_item:last-child a:active {
	filter: brightness(80%);
	transition: all 0.1s ease-in-out;
}
.promo_rules_item:last-child {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.promo_rules_item--1 {
	background: url("../images/dist/step1_icon.svg") no-repeat left center;
	background-size: 5.2rem;
}
.promo_rules_item--2 {
	background: url("../images/dist/step2_icon.svg") no-repeat left center;
	background-size: 5.2rem;
}
.promo_rules_item--3 {
	background: url("../images/dist/step3_icon.svg") no-repeat left center;
	background-size: 5.2rem;
}

.promo_rules > ul,
.promo_rules_list {
	counter-reset: section;
}

.promo_btn,
.promo_btn_step1,
.promo_btn_sites,
.promo_rules > ul > li > a,
.promo_sites-review > ul > li > a {
	display: inline-block;
	margin-top: 28px;
	padding: 14px 36px;
	text-align: center;
	font:
		600 16px/20px "Exo 2",
		sans-serif;
	border-radius: 40px;
	background: #0784d8;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	max-width: 292px;
	width: 100%;
	box-shadow:
		0px 4px 8px 0px rgba(255, 255, 255, 0.2) inset,
		4px 6px 8px 0px #0b2f78;

	&:hover,
	&:active {
		background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
		box-shadow: 0 0 10px 5px #e0e5f1;
		color: #ffffff;
		text-decoration: none;
	}

	@media (width < 640px) {
		width: auto;
	}
}
.promo_btn {
	padding: 10px 95.5px;
	width: auto;
}
.promo_btn_step1,
.promo_btn_sites,
.promo_rules > ul > li > a,
.promo_sites-review > ul > li > a {
	height: fit-content;
	padding: 12px 24px;
	min-width: auto;
	width: auto;
	margin-top: 0;
	transition: all 0.1s ease-in-out;
}

.promo_rules > ul > li > a {
	width: 100%;
	max-width: none;
}

.promo_rules_descr {
	display: block;
	margin-bottom: 1.6rem;
	line-height: 2.4rem;
}
.promo_rules_descr a {
	color: #05c5ef;
	transition: all 0.1s ease-in-out;
}
.promo_rules_descr a:hover {
	text-decoration: underline;
	transition: all 0.1s ease-in-out;
}

.promo_sites-review > h2,
.promo_sites-review_title,
.promo .home_partner_title {
	margin: 0;
	margin-bottom: 20px;
	font:
		700 24px/29px "Exo 2",
		sans-serif;
	/*font: 600 2.8rem/3.4rem Roboto, sans-serif;*/
	color: #000000;
}

.promo_sites-review > ul > h3,
.promo_sites_subtitle {
	margin-bottom: 12px;
	font:
		500 20px/24px "Exo 2",
		sans-serif;
	/*color: #000000;*/
}
.promo_tips {
	display: block;
	margin-bottom: 2rem;
	color: rgba(255, 255, 255, 0.7);
}

.promo_sites-review > ul:not(:last-child),
.promo_sites_list:not(:last-child) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.promo_sites-review > ul > li,
.promo_sites_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 500px;
}

.promo_sites-review > ul > li:not(:last-child),
.promo_sites_item:not(:last-child) {
	margin-bottom: 0.8rem;
}

.promo_sites-review > ul > li > span,
.promo_sites_item_title {
	font:
		400 16px/20px Montserrat,
		sans-serif;
}
.promo_btn.disable {
	display: none;
}
.promo_btn_sites:hover {
	opacity: 0.8;
	text-decoration: none;
	/*color: #ffffff;*/
	transition: all 0.1s ease-in-out;
}
.promo_btn_sites:active {
	/*filter: brightness(80%);*/
	opacity: 0.6;
	transition: all 0.1s ease-in-out;
}
@media only screen and (max-width: 640px) {
	.block_status {
		flex-direction: column;
	}
	.block_status .js_timer.time_span {
		width: 100%;
		font-size: 1.6rem;
		line-height: 2rem;
		border-radius: 0.8rem;
	}
	.promo_banner,
	.promo_rules,
	.promo_sites-review {
		margin-bottom: 20px;
		/*padding: 1.8rem 1.4rem 2.2rem;*/
		padding: 24px;
		padding-bottom: 28px;
		border-radius: 20px;
	}
	.promo_btn {
		display: flex;
		min-width: auto;
		justify-content: center;
		font-size: 16px;
		line-height: 24px;
	}
	.promo_banner {
		flex-direction: column;
		gap: 20px;
	}
	.promo_banner_img {
		max-height: 150px;
	}
	.promo_banner_text {
		padding: 0;
		max-width: 100%;
	}
	.promo_banner-title {
		font-size: 26px;
		line-height: 31px;
	}
	.promo_banner-descr,
	.promo_rules_item_title {
		font-size: 18px;
		line-height: 26px;
	}
	.promo_rules_item_title {
		font-size: 18px;
		font-weight: 500;
		line-height: 26px;
	}
	.promo_rules_title {
		font-size: 26px;
		line-height: 31px;
	}
	.promo_banner-descr {
		margin-bottom: 0.8rem;
	}
	.promo_rules_item {
		flex-direction: column;
		align-items: unset;
		padding: 71px 0 16px;
		gap: 0;
	}

	.promo_rules_item:last-child {
		padding-bottom: 0;
	}

	.promo_btn_step1 {
		display: flex;
		justify-content: center;
		font-size: 14px;
		line-height: 16px;
		text-align: center;
		margin-top: 8px;
	}
	.promo_sites-review_title {
		font-size: 26px;
		line-height: 31px;
	}
	.promo_tips {
		font-size: 14px;
		line-height: 16px;
	}
	.promo_sites_subtitle {
		font-size: 18px;
		font-weight: 500;
		line-height: 22px;
	}
	.promo_btn_sites {
		font-size: 14px;
		line-height: 16px;
	}
	.promo_sites-review > ul > li,
	.promo_sites_item {
		flex-direction: column;
		align-items: flex-start;
	}
	.promo_sites-review > ul > li > span,
	.promo_sites_item_title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 8px;
	}
	.promo_sites-review {
		margin-bottom: 4rem;
	}
}

.swiper.container {
	max-width: 1150px;
	padding: 0 10px;
	margin: 0 auto;
}
.swiper-external-container {
	position: relative;
}
.banner-swiper {
	margin-bottom: 20px;
}
.banner-swiper .swiper-wrapper {
	margin-bottom: 20px;
	margin-top: 40px;
}

.banner-slide {
}
.next-visible {
	display: none;
}
/*.swiper-slide.banner-slide.swiper-slide-visible.swiper-slide-active, .swiper-slide.banner-slide.swiper-slide-visible.swiper-slide-prev.prev_visible, .swiper-slide.banner-slide.swiper-slide-visible.swiper-slide-next.next_visible, .swiper-slide.banner-slide.swiper-slide-next {*/
/*    display: block;*/
/*}*/
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.8rem;
}
.swiper-pagination {
	position: relative;
}
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #d9d9d9;
	opacity: 0.4;
}
.banner-pagination .swiper-pagination-bullet {
	width: 0.8rem;
	height: 0.8rem;
	background: #898989;
}
.swiper-pagination-bullet-active {
	opacity: 1;
}
.banner_textblock {
	position: relative;
	display: flex;
	flex-direction: column;
	color: #000;
	padding: 45px 28px 40px;
	border-radius: 28px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: right;
	gap: 20px;
}

.banner_title,
.banner_text {
	max-width: 600px;
}

.banner_title {
	font-family: Roboto, sans-serif;
	display: block;
	font-size: 30px;
	line-height: 35px;
	font-weight: 700;
}
.banner_text {
	font-family: Roboto, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: 400;
}

.banner_link {
	padding: 12px 20px;
	background-color: #0784d8;
	border-radius: 40rem;
	box-shadow:
		0px 4px 8px 0px rgba(255, 255, 255, 0.2) inset,
		4px 6px 8px 0px #0b2f78;
	color: #fff;
	font-family: "Exo 2", sans-serif;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
	width: fit-content;

	&:hover,
	&:active {
		background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
		box-shadow: 0 0 10px 5px #e0e5f1;
		color: #ffffff;
		text-decoration: none;
	}

	@media (width < 640px) {
	}
}

.banner_btn {
	position: absolute;
	right: 2.4rem;
	bottom: 2.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.4rem;
	height: 4.4rem;
	border-radius: 2.2rem;
	background-color: #ffffff;
	transition: all 0.1s ease-in-out;
}
.banner_btn:hover {
	background-color: #e7eaf0;
	transition: all 0.1s ease-in-out;
}
.banner_btn:active {
	background-color: #cdd5e0;
	transition: all 0.1s ease-in-out;
}
.banner_btn_img {
	display: block;
	width: 2.4rem;
	height: 2.4rem;
	background: url("../images/dist/banner_arrow.svg") no-repeat center;
}
.merch-btn {
	display: flex;
	justify-content: center;
}
.merch-link {
	display: block;
	padding: 1.6rem 5.8rem;
	border: 2px solid rgba(165, 233, 255, 0.2);
	border-radius: 4rem;
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.4);
}
.merch-link:hover {
	opacity: 0.8;
	cursor: pointer;
}
.merch-link:active {
	opacity: 0.6;
	cursor: pointer;
}
.swiper-button-next,
.swiper-button-prev {
	top: 42.2%;
	width: 6rem;
	height: 6rem;
	border: 2px solid rgba(165, 233, 255, 0.2);
	border-radius: 50%;
	color: transparent;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: 0;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: 0;
}
.swiper-button-next {
	background: url("../images/dist/swiper-arrow-next.svg") no-repeat center;
}
.swiper-button-prev {
	background: url("../images/dist/swiper-arrow-prev.svg") no-repeat center;
}
@media only screen and (max-width: 640px) {
	.banner_title,
	.banner_text {
		max-width: 100%;
	}

	.banner-swiper .swiper-wrapper {
		margin-bottom: 20px;
	}
	.merch__title {
		margin-bottom: 2rem;
	}
	.section.merch {
		padding: 6rem 0;
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}
	.banner-swiper.container {
		margin-bottom: 20px;
	}
	.banner_textblock {
		padding: 24px;
		gap: 12px;
	}
	.banner_title {
		font-size: 24px;
		line-height: 28px;
	}

	.banner_text {
		font-size: 15px;
		line-height: 16px;
	}
	.merch-link {
		padding: 1.4rem;
		width: 100%;
		max-width: 24.5rem;
		text-align: center;
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.banners .swiper-pagination-bullet {
		width: 0.8rem;
		height: 0.8rem;
	}
	.banners .swiper-horizontal > .banners .swiper-pagination-bullets .swiper-pagination-bullet,
	.banners .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 0.4rem;
	}
}

.inner-banners {
	margin-top: 1.2rem;
}
.section.banners {
	padding: 6rem 0;
	background-color: rgba(9, 19, 53, 0.7);
}
/* mobile swiper */
.swiper-banner {
	/*width: 32.5rem;*/
	/* height: 20rem; */
	/*height: 17.5rem;*/
	display: none;
	padding-bottom: 3rem;
}

.banner2-slide {
	font-size: 1.8rem;
	background-size: cover;
	display: flex;
	justify-content: end;
	/* align-items: center; */
	flex-direction: column;
	padding: 1.6rem 5.6rem 1.6rem 1.6rem;
	border-radius: 3.2rem;
	text-decoration: none;
}

.banner2-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner2-slide .banner_title {
	display: block;
	color: #ffffff;
	font-size: 1.6rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-align: left;
}

.banner2-slide .banner_text {
	display: block;
	color: #ffffff;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 400;
	line-height: 2.4rem;
	text-align: left;
}

.banner-pagination .swiper-pagination-bullet {
	background: #ffffff;
}

.swiper-pagination-bullet-active {
	background: #ffffff;
}
/* desktop banners */
.desktop_banners {
	display: flex;
	gap: 2rem;
	/*margin-top: 2.8rem;*/
}
.desktop_banners .banner2 {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
	gap: 0.8rem;
	width: 100%;
	height: 16rem;
	border-radius: 3.2rem;
	padding: 2.4rem 7.6rem 2.4rem 2.4rem;
	text-decoration: none;
	border: none;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.3s ease-in-out;
}
.desktop_banners .banner2:hover {
	transform: scale(1.01);
	transition: all 0.3s ease-in-out;
}
.desktop_banners .banner2 .banner2_title {
	display: block;
	max-width: 100%;
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 600;
	z-index: 2;
}
.desktop_banners .banner2 .banner2_text {
	display: block;
	max-width: 100%;
	color: #ffffff;
	font-size: 1.4rem;
}
.banner2_arrow {
	position: absolute;
	right: 2.4rem;
	bottom: 2.4rem;
	display: block;
	width: 100%;
	max-width: 44px;
	min-height: 44px;
	height: 100%;
	max-height: 44px;
	border-radius: 50%;
	background: url(../images/dist/banner_arrow.svg) no-repeat center;
	background-color: #ffffff;
	pointer-events: none;
}
@media only screen and (max-width: 640px) {
	.section.banners {
		padding: 4rem 2.4rem 3.5rem;
	}
	.banner2_arrow {
		bottom: 1.6rem;
	}
	.swiper-banner {
		/*margin-top: 2rem;*/
		display: block;
		padding-bottom: 2.4rem;
		/*max-width: 32rem;*/
		height: unset;
	}
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0;
	}
	.desktop_banners {
		display: none;
	}
	.banner2-slide {
		justify-content: flex-end;
		padding: 2.4rem 7.6rem 1.7rem 2.4rem;
		min-height: 12.5rem;
		border: none;
		border-radius: 2.4rem;
		background-size: cover;
		background-position: center;
	}
	.banner2-slide .banner2_title {
		margin-bottom: 0.8rem;
		font-size: 1.8rem;
		font-weight: 600;
		color: #ffffff;
	}
	.banner2-slide .banner2_text {
		font-size: 1.4rem;
		font-weight: 400;
		color: #ffffff;
	}
}

.promo_bottom {
	position: absolute;
	bottom: -92px;
	display: flex;
	justify-content: center;
	width: 100%;
	z-index: 1;
}
.promo_bottom-wrapper {
	display: flex;
	gap: 12px;
	padding: 20px;
	border-radius: 28px;
	background-color: #FFFFFF;
}
.promo_timer,
.promo_reviews,
.promo_bank {
	position: relative;
	padding: 20px 80px;
	border-radius: 20px;
	background: #C3F1FF;
	flex: 1 1 auto;
}

.promo_timer_title,
.promo_reviews_title,
.promo_bank_title {
	position: relative;
	display: flex;
	gap: 8px;
	font-size: 17px;
	font-weight: 600;
	line-height: 20px;
	margin-bottom: 8px;

	&:before {
		 content: "";
		 position: relative;
		 display: block;
		 width: 22px;
		 height: 22px;
		 background-repeat: no-repeat;
		 background-position: center;
	 }
}

.timer_clock,
.promo_reviews_count,
.promo_bank_value {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 28px;
}
.promo_timer {
	span.js_timer {
		display: flex;
		gap: 26px;
	}

	span.js_timer span {
		display: flex;
		flex-direction: column;
		align-items: center;
		position: relative;
		font-size: 24px;
		font-weight: 500;
		line-height: 28px;
	}
	span.js_timer > span:not(:last-child)::after {
		content: "";
		position: absolute;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background-color: #000;
		opacity: 0.2;
		right: -16px;
		top: 10px;
	}

	span.js_timer span span {
		font-size: 14px;
		font-weight: 400;
		line-height: 16px;
		opacity: 0.4;
	}
}

.promo_timer_title:before {
	background-image: url(images/promo-icon-1.svg);
}
.promo_reviews_title:before {
	background-image: url(images/promo-icon-2.svg);
}
.promo_bank_title:before {
	background-image: url(images/promo-icon-3.svg);
}
.timer_clock .js_timer.time_span {
	display: flex;
	justify-content: center;
	gap: 26px;
	font:
		14px "Montserrat",
		sans-serif;
}

.promo_rules ul > li {
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
	gap: 12px;
	margin: 0;
	padding: 16px 0;
}
.promo_rules ul > li {
	counter-increment: section;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.promo_rules ul > li:last-child {
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.promo_rules ul > li > span {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	font: 400 16px / 24px Montserrat, sans-serif;
}
.promo_rules ul > li > span::before {

	content: "" counter(section);
	text-align: center;
	left: 0;
	display: flex;
	/* flex: 1 0 auto; */
	align-items: center;
	justify-content: center;
	min-width: 35px;
	width: 35px;
	height: 35px;
	font-size: 20px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	border-radius: 50%;
	background-color: #96C0F2;
	color: #000000;
}
.promo_wrap a {
	text-decoration: none;
}
.promo_rules ul > li a, .winner a {
	padding: 10px 24px;
	font-size: 16px;
	font-weight: 600;
	border-radius: 4rem;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	box-shadow: 4px 6px 8px 0px #0B2F78;
	box-sizing: border-box;
}
.promo_rules ul > li a.btn-border {
	border: 1px solid #0784D8;
	color: #000;
}
.promo_rules ul > li a.btn-fill, .winner a {
	display: inline-block;
	background: #0784D8;
	color: #fff;
	transition: all 0.1s ease-in-out;
}
.promo_rules ul > li a:hover, .winner a:hover {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
	text-decoration: none;
}
.promo_rules ul > li a:active, .winner a:active {
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: 0 0 10px 5px #e0e5f1;
	color: #ffffff;
	text-decoration: none;
}
.promo_rules ul > li a.btn-border:hover {
	opacity: 0.8;
	background: unset;
	box-shadow: unset;
	color: #000;
	transition: all 0.1s ease-in-out;
}
.promo_rules ul > li a.btn-border:active {
	opacity: 0.6;
	background: unset;
	box-shadow: unset;
	color: #000;
	transition: all 0.1s ease-in-out;
}
.winner {
	padding: 40px;
	border-radius: 20px;
	background: linear-gradient(270deg, #C2F0FF 0%, #8CC1FF 100%);
	color: #000000;
}
.promo_wrap h3 {
	font: 700 34px/41px "Exo 2", sans-serif;
}
.winner h3 {
	margin-bottom: 40px;
	color: #000000;
}
.winner .winner__name {
	margin-bottom: 20px;
	padding: 40px 77px;
	font: 500 20px/28px Montserrat, sans-serif;
	border-radius: 20px;
	background-color: #3F77CE;
	color: #fff;
}
.winner p:last-child {
	margin-bottom: 0;
}
.winner a {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.promo .home_partner_one {
	padding: 12px;
}
.promo .home_partner_one img {
	max-height: 40px;
}
.promo_text {
	font: 500 20px/28px Montserrat, sans-serif;
}
.promo_text:not(:last-child) {
	margin-bottom: 24px;
}
.page-template-promo .content {
	width: 100%;
}
@media only screen and (max-width: 640px) {
	.promo_wrap {
		font-size: 14px;
		line-height: 22px;
	}
	.promo_banner {
		margin-bottom: 210px;
	}
	.promo_banner {
		padding: 0;
		gap: 0;
	}
	.promo_banner_text {
		padding: 44px 24px 140px;
	}
	.promo_banner_img {
		bottom: -19px;
		right: 0px;
		width: 357px;
		height: 299px;
		max-height: unset;
		object-fit: cover;
	}
	.promo_bottom-wrapper {
		flex-direction: column;
	}
	.promo_timer,
	.promo_reviews,
	.promo_bank {
		padding: 16px;
	}
	.promo_bottom {
		bottom: -186px;
	}
	.promo_timer_title, .promo_reviews_title, .promo_bank_title {
		font-size: 14px;
	}
	.promo_timer span.js_timer span, .promo_bank_value {
		font-size: 22px;
		text-align: left;
	}
	.promo_timer span.js_timer span span {
		font-size: 12px;
		line-height: 14px;
	}
	.promo_rules {
		flex-direction: column;
	}
	.promo_rules ul > li {
		flex-direction: column;
	}
	.promo_rules ul > li > span {
		align-items: flex-start;
		font-size: 14px;
		line-height: 22px;
	}
	.promo_rules ul > li a, .winner a {
		width: 100%;
		font-size: 14px;
		line-height: 16px;
	}
	.winner {
		padding: 20px 16px;
	}
	.winner h3 {
		margin-bottom: 16px;
	}
	.promo_wrap h3 {
		font-size: 24px;
		line-height: 29px;
	}
	.winner .winner__name {
		margin-bottom: 16px;
		padding: 20px 42px;
		font-size: 18px;
		line-height: 26px;
	}
	.promo_sites-review {
		margin-bottom: 24px;
	}
	.promo_text {
		font-size: 18px;
		line-height: 26px;
	}
	.page-template-promo .content {
		margin-bottom: 40px;
	}
}
/*patch 2.6*/
.select_js_ulli_ins {
	display: flex;
	align-items: center;
}
.captcha_sci_div .captcha_sci_body {
	flex-wrap: wrap;
}
.hidden_line{
	display: none;
}

/*patch 2.7*/
.lang_constants {
	display: none;
}
/*patch 2.6*/
.select_js_ulli_ins {
	display: flex;
	align-items: center;
}
.captcha_sci_div .captcha_sci_body {
	flex-wrap: wrap;
}
.hidden_line{
	display: none;
}
/*patch 2.7*/
.other_direction_title_give, .other_direction_title_get {
	text-overflow: ellipsis;
	white-space: pre-wrap;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
.ustbl_file input.usveupfilesome {
	display: none;
}
/*block transfer number*/
.block_smsbutton {
	margin-top: 40px;
	padding: 40px 0 0 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.08);
}
.block_smsbutton_label {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
}
.block_smsbutton_action {
	display: flex;
	align-items: center;
	gap: 20px;
}
.block_smsbutton_action input[type=text] {
	padding: 12px;
	width: 100%;
	max-width: 218px;
	height: 52px;
	text-align: left;
	border: 1px solid #8A8A8A;
	border-radius: 40px;
	background-color: #FFFFFF;
	color: #000000;
}
.block_smsbutton_action input[type=text]:hover {
	/*border-color: #449FE1;*/
	transition: all 0.1s ease-in-out;
}
.block_smsbutton_action input[type=text]:focus {
	/*border: 2px solid #449FE1;*/
	transition: border 0.1s ease-in-out;
}
.block_smsbutton_action input[type=submit] {
	margin: 0;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	width: unset;
	height: unset;
	/*border: none;*/
	/*border-radius: 40px;*/
	/*background: #449FE1;*/
	/*box-shadow: unset;*/
	color: #FFFFFF;
}
.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_label {
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
	}
	.block_smsbutton_action {
		flex-direction: column;
		gap: 8px;
	}

	.block_smsbutton_action input[type=text] {
		max-width: unset;
		height: 48px;
		/*border-radius: 8px;*/
	}

	.block_smsbutton_action input[type=submit]  {
		padding: 10px;
		width: 100%;
		font-size: 16px;
		line-height: 20px;
		/*border-radius: 8px;*/
	}
}
/*payment checks*/
.block_statusbids .ustbl_line {
	margin-top: 40px;
	margin-bottom: 28px;
	padding: 40px 0 0 0;
	border-top: 1px dashed rgba(255, 255, 255, 0.08);
}
.block_statusbids .ustbl_line .clear, .block_smsbutton .clear {
	display: none;
}
.block_statusbids .ustbl_line_ins {
	display: flex;
	justify-content: space-between;
	gap: 110px;
}
.block_statusbids .ustbl_line_left, .block_statusbids .ustbl_line_right {
	width: 100%;
}
.block_statusbids .ustbl_line_left {
	padding: 0;
	max-width: 400px;
}
.block_statusbids .ustbl_line_right {
	max-width: 200px;
	border-radius: unset;
	border: none;
	padding: 0;
}
.block_statusbids .ustbl_title {
	margin-bottom: 8px;
	font-size: 16px;
	padding: 0;
}
.block_statusbids .ustbl_warn {
	margin-bottom: 20px;
	font-size: 14px;
	color: #9BCEFF;
}
.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;
}
.chose_file_btn {
	padding: 12px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	background: #0179ca;
	background-image: linear-gradient(to right, #0b8ee6, #0887dc, #067fd1, #0378c7, #0071bd);
	box-shadow: inset 5px 5px 5px #319fea, 5px 5px 5px #0b2c73;
	border-radius: 40px;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.1s ease-in-out;
}
.chose_file_btn:hover {
	/*opacity: 0.8;*/
	/*filter: brightness(90%);*/
	box-shadow: 0 0 10px 5px #e0e5f1;
	transition: all 0.1s ease-in-out;
}
.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;
}
.block_statusbids .ustbl_line .ustbl_eximg img {
	max-width: 200px;
	max-height: 200px;
}
.block_statusbids .ustbl_line .ustbl_descr {
	text-align: center;
	color: #9BCEFF;
}
.ustbl_line_right_abs {
	display: none;
}
.block_statusbids_ins .ustbl_bar {
	margin-top: 20px;
}
.ustbl_file {
	padding: 0;
	margin-bottom: 20px;
}
.ustbl_bar {
	position: relative;
	display: none;
	padding: 12px;
	width: unset;
	height: unset;
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 12px;
}
.ustbl_bar .ustbl_bar_abs {
	position: relative;
	background-color: #3BB57A;
	width: unset;
	height: 6px;
	margin: 7px 0;
}
.ustbl_bar::after {
	content: '';
	position: absolute;
	top: 19px;
	left: 12px;
	width: calc(100% - 24px);
	height: 6px;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: -1;
}
@media only screen and (max-width: 640px) {
	.block_statusbids .ustbl_line_ins {
		flex-direction: column;
		gap: 20px;
	}
	.block_statusbids .ustbl_title {
		font-size: 14px;
	}
	.block_statusbids .ustbl_warn {
		font-size: 12px;
		line-height: 14px;
	}
	.block_statusbids .ustbl_line_right {
		display: flex;
		flex-direction: column;
		align-items: center;
		max-width: unset;
	}
	.chose_file_btn {
		padding: 10px;
		font-size: 16px;
		line-height: 20px;
		/*border-radius: 8px;*/
	}
}
