@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/*   ie fix   */

/* General structure */

* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

body {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex: 1 1 auto;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #444444;
	/*height: 100%;*/
	min-height: 100vh;
}

button {
	cursor: pointer;
}

button:focus {
	/*border:none;*/
	/*outline:    none; */
}

img {
	max-width: 100%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	/*font-size: 12px;*/
	color: #444444;
	/* padding: 2px 4px; */
}

a:hover {
	text-decoration: underline;
}

p {
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	text-align: center;
	color: #444444;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	/*width: 95%;
	margin: 0 auto;*/
	font-weight: 600;
	line-height: normal;
	flex: 1 1 auto;
	width: 100%;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
}

h1,
.h1 {
	/*padding: 0 30px;*/
	margin-top: 10px;
	margin-bottom: 5px;
	background: transparent;
	font-size: 38px;
	text-align: center;
	color: #FB9224;
}

h2,
.h2 {
	font-size: 26px;
	color: #333333;
	/*margin-top: 10px;*/
	margin-bottom: 6px;
	text-align: left;
}

h3,
.h3 {
	padding: 12px 0;
	font-size: 26px;
	color: #000000;
}

h4,
.h4 {
	font-weight: normal;
	line-height: normal;
	font-size: 22px;
	text-align: center;
	color: #555555;
	margin-bottom: 7px;
}

h5,
.h5 {
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #000000;
}

input[type="checkbox"] {
	margin: 5px 10px 5px 5px;
}

button:focus,
input:focus {
	outline: none;
	/* box-shadow: 0 0 2px 1px #FB9224; */
	box-shadow: 0 0 2px 1px #bdbdbd;
}

.cl_fx::after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.cl_fx {
	display: inline-block;
}

* html .cl_fx {
	height: 1%;
}

.cl_fx {
	display: block;
}

.flex_start {
	-ms-align-self: flex-start;
	align-self: flex-start;
}

/*POP UP STYLE*/
.itspop {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: auto;
	/* width: 50%; */
	background: #fff;
	padding: 30px 40px;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	flex: 1 1 auto;
	margin: 3px 5px;
}

.itspop .flexs {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

#form-create-label-dollar {
	padding-top: 20px;
	font-size: 25px;
	font-weight: 300;
}

.itspop .flexs .label {
	text-align: left;
}

.sucses {
	background-color: #EBFFD6 !important;
	border: 1px solid #D6EEBC !important;
	color: #8FCE7A;
}

.sucses:before {
	content: " ";
	margin-right: 7px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../img/inf_done_ico.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-bottom: -4px;
}

.itspop h2 {
	text-align: center;
	color: #FB9224;
	margin-bottom: 15px;
}

.itspop form {
	width: 100%;
}

.sms_code {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 3px;
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 20px;
	border: 1px solid #E7E7E7;
	padding: 0 4px;
}

.sms_code::placeholder {
	color: #E7E7E7;
	font-weight: 400;
}

.sms_code::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #E7E7E7;
	font-weight: 400;
}

.sms_code::-moz-placeholder {
	/* Firefox 19+ */
	color: #E7E7E7;
	font-weight: 400;
}

.sms_code:-ms-input-placeholder {
	/* IE 10+ */
	color: #E7E7E7;
	font-weight: 400;
}

.sms_code:-moz-placeholder {
	/* Firefox 18- */
	color: #E7E7E7;
	font-weight: 400;
}

.itspop .orange_but_border {
	font-size: 18px;
}

.itspop p {
	text-align: left;
}

.small {
	font-size: 13px;
	margin: 8px 0;
}

.itsinf {
	background-color: #FDFFE7;
	padding: 20px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #FEF4CE;
	font-size: 18px;
	margin: 14px 0;

}



/*POP UP STYLE*/
.flex,
.header,
.wrapper,
.row,
#frontpage,
.head_menu,
.header .head_menu ul,
.prc_chge,
.prc_chge ul,
.prc_chge ul li,
.header .head_menu ul li,
.reg_log,
.mob_app_soon,
.opport ul,
.opport ul li,
.top_start_reg,
.top_start_reg .column,
#footer,
#footer .column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1 1 auto;
}

.flex_start {
	-ms-align-self: flex-start;
	align-self: flex-start;
}

.block .flex_center,
.flex_center {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
}

.block {
	/*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;*/
	/*display: table;*/
	/* padding: 0 3%;*/
	/*box-sizing: border-box;*/
}

.blockm {
	width: 100%;
	/* display: table;*/
	box-sizing: border-box;
}

/*.block .content {
    display: table;
    padding: 0 3%;
    width: inherit;
    height: inherit;
    }*/

.central {
	justify-content: center !important;
	-webkit-flex-direction: column !important;
	-moz-flex-direction: column !important;
	-ms-flex-direction: column !important;
	-o-flex-direction: column !important;
	flex-direction: column !important;
	flex: 1 1 auto;
	word-wrap: normal;
	padding: 0;
	/*width: fit-content;*/
	/*max-width: 93%;*/
	margin: 0 auto;
}

.block .column {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	/*width: max-content;*/
}

/* page blocks */

.header {
	background: #FFFFFF;
	box-shadow: 0px 1px 0px #CCCCCC;
	/*padding-top: 10px;*/
	/*position: fixed;*/
	/*min-height: 85px;*/
	width: 100%;
	z-index: 200;
	flex-direction: row;
	flex: 0 0 auto;
}

.wrapper
/*,.content*/

	{
	flex-direction: row;
	/*flex: 0 1 1200px;
	width: 84%;
	max-width: 1200px;
	*/
	max-width: 1300px;
	flex: 0 1 98%;
	margin: 1px auto;
	justify-content: space-between;
	/* padding: 0 10px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content form {
	text-align: center;
}

form#l1form {
	margin-bottom: 50px;
}

.row {
	width: 100%;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px 4px;
}

.row .form_cell {
	width: 100%;
}

.row_l {
	background: rgba(255, 255, 255, 0.5);
	z-index: 1;
}

.row_l,
.row_r {
	flex: 1 1 350px;
	margin: 12px;
}

.header .brand {
	flex: 0 0 162px;
	height: 52px;
	margin-left: 15px;
}

/*.header .search {
    position: absolute;
    width: 48%;
    top: 0;
    left: 27%;
    padding-top: 15px;
}

.header .search input {
    width: 75%;
    border-radius: 0px;
    padding: 8px 10px;
}

.header .search a {
    display: inline-block;
    padding: 6px 15px;
    margin-left: -7px;
    border: 2px solid #fff;
    border-radius: 0 5px 5px 0;
}

.header .search img {
    height: 16px;
    margin-bottom: -2px;
    }*/

.header .brand a.head_logo {
	display: block;
	width: 162px;
	height: 53px !important;
	background-image: url(../img/logo.jpeg);
	-webkit-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	padding: 0;
}

.header .brand a.head_logo:hover,
.header .brand a.head_logo:focus {
	text-decoration: none;
}

.head_menu,
.reg_log {
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	margin-right: 10px;
}

.head_menu {
	flex: 0 1 auto;
	justify-content: flex-end;
	margin: 12px;
}

.header .head_menu ul {
	flex: 1 1 auto;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header .head_menu ul li {
	display: flex;
	flex: 0 1 auto;
	margin: 12px;
}

.header .head_menu ul li:last-child {
	margin-right: 0
}

.header .top_menu a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #424244;
}

.top_banner {
	text-align: center;
	flex: 2 1 40%;
	/* padding-top: 5px;*/
	padding-left: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*visibility: hidden;*/
}

.top_banner img {
	height: 70px;
	/* min-width: 360px;*/
}

.reg_log {
	position: relative;
	margin: 8px;
}

.lang_select {
	position: absolute;
	background: #ffffff;
	top: -8px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
	left: 52%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	/* width: 60px;*/
	z-index: 2;
}

.lang_select ul a.lang_ico {
	padding: 2px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.header .lang_select ul a.lang_ico:before {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-right: 4px;
}

.header .lang_select ul a.lang_ico.lang_ru:before {
	background-image: url(../img/lang_ico_ru.png);
}

.header .lang_select ul a.lang_ico.lang_en:before {
	background-image: url(../img/lang_ico_en.png);
}

.header .lang_select ul li {
	white-space: nowrap;
	text-align: left;
}

.header .lang_select ul li a.lang_first:after {
	content: " ";
	display: inline-block;
	width: 10px;
	height: 10px;
	background-image: url(../img/lang_ico_select.png);
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	margin-left: 4px;
	-ms-background-position-y: 60%;
	background-position-y: 60%;
}

.header .lang_select ul a {
	font-weight: 600;
	line-height: normal;
	font-size: 11px;
	text-decoration: none;
	color: #AAAAAA;
}

.header .lang_select ul a:focus {
	outline: none;
	box-shadow: none
}

.lang_select ul .hided,
.hided {
	display: none;
}

.header .reg_log a {
	color: #FB9224;
}

/*.header .user_logged_in { top: 33px; }
#user_profile svg { margin-bottom: -11px; }*/

/*.header .top_menu .active {
    color: #ec9d0c;
    font-size: 15px;
    margin-left: 6%;
    display: inline-block;
    }*/

/*.header .user_logged_in a {
    text-decoration: none;
    color: #fff;
    }*/

.header .user_logged_in {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px;
}

.header .user_logged_in a#user_profile {
	margin: 3px;
	display: block;
}

.header .user_logged_in a#user_profile svg g use {
	fill: #777777
}

.profile .mw40,
.profile .mw60 {
	padding: 20px;
}

.profile .profile_info {
	padding-bottom: 40px;
}

.profile .table_box {
	margin-bottom: 0;
}

.profile h2 {
	text-align: center;
}

.profile .table_box table {
	width: 100%;
}

.profile .profile_lots .more_results {
	font-size: 12px;
	padding: 10px 20px;
}

.profile .table_box h2 {
	margin-top: 0;
}

.profile_actions {
	align-self: stretch !important;
	justify-content: space-around;
}

.profile_actions a {
	width: 77%;
	margin: 0;
}

.profile .row {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.profile #conversation {
	width: calc(100% - 40px);
	margin: 0 20px;
	min-height: 600px;
}

.profile #conversation p {
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	border: none;
	color: #000000;
	margin: 12px 6px;
	padding: 6px 12px;
}

.profile #conversation p .timestamp {
	line-height: normal;
	font-size: 12px;
	color: #AAAAAA;
}

.drop_down_menu {
	display: inline-block;
	position: relative;
}

.drop_down_menu :hover .dropped_menu {
	display: block;
}

.drop_down_menu .dropped_menu {
	position: absolute;
	right: 0;
	top: 100%;
	background-image: url(../img/auth_menu_bg3.png);
	background-repeat: no-repeat;
	background-position: 95% 0;
	padding-top: 19px;
	width: 162px;
	z-index: 111;
}

.drop_down_menu .dropped_menu ul {
	padding: 5px 0;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 10px;
	background-color: #ffffff;
}

.drop_down_menu .dropped_menu ul li {
	padding: 2px 15px;
	align-self: stretch;
}

.drop_down_menu .dropped_menu ul li:last-child {
	margin-top: 10px;
	border-top: 1px solid #DDDDDD;
}

.drop_down_menu .dropped_menu ul li a {
	font-weight: 600;
	line-height: 32px;
	font-size: 14px;
	color: #FB9224;
}

.drop_down_menu ul li:last-child a {
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	line-height: 32px;
	color: #999999;
}

#mob_mnu {
	display: block;
	width: 30px;
	height: 30px;
	text-decoration: none;
	background-image: url(../img/mob_mnu_ico.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#mob_mnu.hided {
	display: none;
}

.mob_mnu_block {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
}

.mob_mnu_block .scroller_margin {
	height: 100%;
	position: relative;
}

.mob_mnu_block .scrolled {
	height: 100%;
	padding: 0;
}

.mob_mnu_block .scroller_margin #mob_mnu_exit {
	position: fixed;
	right: 34px;
	top: 7px;
	font-weight: 800;
	text-decoration: none;
	color: #F19436;
	font-size: 23pt;
}

.mob_mnu_block h2 {
	color: #F19436;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 18pt;
	padding-left: 5%;
}

.mob_mnu_block ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #AAAAAA;
}

.mob_mnu_block ul li {
	flex: 1 1 100%;
}

.mob_mnu_block ul li a {
	color: #444444;
	font-size: 20pt;
}

.header .mob_mnu_block ul li:last-child {
	margin: 8px;
}

.reg_log .login {
	padding: 0px 18px;
	margin-left: 13px;
	margin-top: 11px;
	margin-bottom: -5px;
	height: 26px;
	color: #FB9224;
	border: 1px solid #FB9224;
	font-size: 11px;
	line-height: 26px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.reg_log a.login {
	font-size: 13px;
}

.reg_log .login:hover,
.reg_log .login:focus,
.reg_log .login:visited {
	color: #FB9224;
}

.prc_chge {
	min-height: 77px;
	background: #363636;
	font-size: 15px;
	color: #ffffff;
}

.display-none {
	display: none !important;
}

.g-expand {
	cursor: pointer;
}

span.cat_name {
	padding-bottom: 10px;
	cursor: default !important;
}

.prc_chge ul {
	justify-content: space-around;
}

.prc_chge ul li {
	flex: 0 0 auto;
	min-height: 77px;
	flex-direction: column;
	align-items: flex-start;
	padding: 0 5px;
}

.curr_name {
	font-weight: 800;
}

.curr_prc {
	font-weight: 400;
}

.curr_def {
	font-weight: 400;
}

.curr_def_neg {
	color: #FF4700
}

.curr_def_pos {
	color: #00B825
}

#footer {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex: 0 1 auto;
	background: #363636;
	box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.25);
	width: 100%;
	/*padding: 50px 5% 0 5%;*/
	box-sizing: border-box;
	padding-top: 3px;
	/*padding-bottom: 46px;*/
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

#footer .footer_head {
	flex: 1 1 auto;
	width: 100%;
}

#footer .footer_foot {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	background: #2B2B2B;
	padding-bottom: 40px;
	margin-top: 33px;
}

#footer .footer_foot ul {
	display: flex;
	justify-content: center;
	flex: 1 1 auto;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

#footer .footer_foot ul li {
	margin-left: 20px;
}

#footer .footer_foot ul li:first-child {
	margin-left: 0;
}

#footer .footer_foot ul li a {
	font-weight: normal;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #CCCCCC;
}

#footer .row {
	justify-content: space-between;
}

#footer .column {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	-ms-align-self: flex-start;
	align-self: flex-start;
	font-size: 14px;
	color: #FFFFFF;
	margin: 10px;
	max-width: 250px;
	flex: 0 1 auto;
}

#footer .foot_a_comp {
	flex: 1 1 300px;
	order: 0;
	max-width: 310px;
}

#footer .foot_a_comp a {
	font-weight: 600;
	line-height: 36px;
	font-size: 24px;
	color: #EEEEEE;
}

#footer .foot_a_comp p {
	text-align: left;
	font-size: 15px;
	color: #BBBBBB;
	margin-top: 10px;
	margin-left: 10px;
	max-width: 285px;
}

#footer .logo {
	font-weight: 600;
	font-size: 18px;
	color: #EEEEEE;
	padding-bottom: 15px;
}

#footer .logo img {
	margin: 4px;
}

#footer .logo svg {
	display: block;
	width: 187px;
	height: 58px;
	margin: 30px 0 10px 0;
}

#footer h3 {
	width: 100%;
	font-weight: 600;
	line-height: normal;
	font-size: 22px;
	letter-spacing: 2.2px;
	text-transform: uppercase;
	color: #FFFFFF;
}

#footer a {
	font-weight: normal;
	line-height: normal;
	font-size: 13px;
	color: #CCCCCC;
	display: block;
	margin-left: 10px;
	padding-top: 10px;
}

#frontpage {
	/*padding-top: 100px;*/
	/*padding-bottom: 338px;*/
	width: 100%;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
}

.content hr {
	border: 0.5px solid #E0E0E0;
	/*margin-top: 67px;*/
}

.content h1 {
	/* display: table;
   margin: -27px auto 0;*/
	width: 100%;
	/*padding: 0 30px;*/
	margin-top: 20px;
	margin-bottom: 10px;
	background: transparent;
	font-weight: 600;
	line-height: normal;
	font-size: 38px;
	text-align: center;
	color: #FB9224;
}

.content h1.h1home {
	color: #333333;
}

.top_start_reg {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 1 auto;
	flex-direction: column;
	/*min-height: 580px;*/
	background: url(../img/top_start_reg_bg.jpg);
	/*background: linear-gradient(180deg, #FFFFFF 1%, rgba(255, 255, 255, 0) 11%), url(../img/start_bg.png);*/
	/*transform: matrix(-1, 0, 0, 1, 0, 0);*/
	background-size: cover;
	background-repeat: no-repeat;
	box-sizing: border-box;
	-ms-background-position-x: center;
	background-position-x: center;
	-ms-background-position-y: center;
	background-position-y: center;
}

.top_start_reg .column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	width: 100%;
	padding: 3px;
}

.top_start_reg h1 {
	margin-top: 0;
	/*margin-top: 30px;*/
	margin-bottom: 0;
}

.top_start_reg .column p {
	text-align: center;
	font-size: 20px;
	line-height: 33px;
	color: #222222;
}

.top_start_reg .column a {
	border: 1px solid #d0d0d0;
	margin-bottom: 15px;
}

.top_start_reg .top_start_reg_button {
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex: 1 1 auto;
	margin: 20px 0;
}

.top_start_reg label {
	/* Открыть BTC-кошелёк моментально */
	font-weight: 300;
	font-size: 36px;
	color: #204D6A;
	width: 50%;
}

.top_start_reg div {
	text-align: right;
	width: 40%;
}

.top_start_reg .orange_but {
	margin: 5px auto
}

.top_start_reg input[type="email"] {
	/* Введите email */
	width: 67%;
	height: 60px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 10px 20px;
	font-weight: 300;
	font-size: 20px;
	color: #888888;
}

.top_start_reg input[type="submit"] {
	/*width: 140px;
height: 60px;
    margin-left: -4px;
background: linear-gradient(0deg, #275877, #275877), radial-gradient(243.67px at 98.16% 1.75%, #00A7BE 0%, #005C8F 100%);
*/
	/* Начать */
}

.reg_steps {
	margin: 56px auto 0;
	padding-bottom: 25px;
	width: 100%;
}

.reg_steps svg {
	width: 100%
}

.reg_steps .step {
	display: inline-block;
	width: 270px;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	color: #333333;
	padding: 0 40px;
}

.reg_steps h3 {
	font-weight: 600;
	text-transform: uppercase;
	color: #204D6A;
	padding: 3px 0 10px 0;
}

.opport {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	/*margin: 50px 0;*/
	background: linear-gradient(242.8deg, #F9F9F9 0%, #F3F3F3 100%);
	box-shadow: inset 0px 1px 0px #CCCCCC, inset 0px -1px 0px #CCCCCC;
}

.opport ul {
	justify-content: space-around;
	align-items: flex-start;
	margin-bottom: 60px;
}

.opport ul li {
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1 1 400px;
	margin: 10px;
}

.opport_img {
	justify-content: center;
	align-items: center;
	display: flex;
	flex: 0 0 96px;
	width: 96px;
}

.opport .opport_card {
	flex: 1 1 60%;
	padding-left: 21px;
}

.opport .opport_card h3 {
	font-weight: 600;
	font-size: 17px;
	line-height: 23px;
}

.opport .opport_card p {
	text-align: left;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 8px 0;
}

.opport .opport_card a {
	color: #0089E3;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
}

.mob_app_soon {
	position: relative;
	min-height: 550px;
	border-bottom: 1px solid #ccc;
	align-items: flex-end;
}

.mob_app_soon .wrapper {
	position: relative;
	padding-bottom: 100px;
	margin-bottom: 0;
}

.mob_app_soon .row {
	flex-wrap: nowrap;
}

.mob_app_soon h1 {
	text-align: left;
	padding-left: 0;
	font-size: 38px;
	line-height: 54px;
}

.mob_app_soon p {
	text-align: left;
	margin: 11px 0;
	font-size: 20px;
	line-height: 33px;
}

.mob_app_soon a {
	display: inline-block;
	margin-top: 25px;
}

.mob_app_soon img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	max-height: 600px;
}

.main_search {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin: 20px auto 0;
	/*min-height: 94px;*/
	background: linear-gradient(65.3deg, #EFEFEF 0%, #F6F6F6 100.69%);
	border-radius: 12px;
	padding: 5px;
	flex: 1 1 80%;
	/*width: max-content;*/
}

.main_search svg {
	width: 26px;
	height: 26px;
	margin-bottom: -7px;
}

.main_search .parameters {
	min-height: 60px;
	flex-wrap: wrap;
	background: linear-gradient(65.3deg, #EFEFEF 0%, #F6F6F6 100.69%);
	border-radius: 5px;
	/*width: max-content;*/
	display: flex;
	flex: 1 1 auto;
	justify-content: space-around;
	align-items: center;
}

.cur_checkbox {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	flex: 1 1 auto;
	justify-content: center;
	-ms-align-items: flex-start;
	align-items: flex-start;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 3px;
}

.cur_check {
	display: flex;
	flex: 1 1 110px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #fff;
	justify-content: center;
	padding: 10px 20px;
	background-color: #fff;
	color: #000
}

.cur_check.cur_btc:before {
	margin-left: 8px;
	content: "☻";
	margin-right: 5px;
}

.cur_check.cur_eth:before {
	margin-left: 8px;
	content: "☺";
	margin-right: 5px;
}

.cur_check.cur_chk_act {
	border: 1px solid #fff;
	background-color: #FB9224;
	color: #fff;
}

.cur_check.cur_chk_act:after {
	content: "√";
	margin-left: 22px;

}

.select_bg select:focus {
	outline: none;
}

.select_bg {
	/*display: inline-block;*/
	width: 100%;
	background-color: #ffffff;
	background-image: url(../img/select_bg.png);
	background-repeat: no-repeat;
	background-position: right 9px bottom 49%;
	border-radius: 9px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	flex: 1 1 auto;
}

.select_bg select {
	margin: 0 !important;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	padding-right: 60px !important;
	background-color: transparent !important;
	cursor: pointer;
}

.select_bg select::-ms-expand {
	display: none;
}

.cur_sel_50 .select_bg select {
	padding-right: 29px !important;
}

.parameters .select_bg {
	margin: 4px;
	display: inline-block;
	width: auto;
}

.parameters .select_bg select {
	padding-right: 21px !important;
}

.main_search select[name='currency_id'] option[value='1'] {
	/*background-image: url(../img/btc_ico.svg);
  background-repeat: no-repeat;
  -ms-background-position-x: 0;
  background-position-x: 0;
  -ms-background-position-y: center;    
  background-position-y: center;    
  padding-left: 22px;*/
}

.main_search select {
	margin: 8px;
}

select,
.main_search select,
.main_search .parameters input,
.main_search .parameters svg {
	flex: 1 1 auto;
	padding: 4px;
	border-radius: 6px;
	height: 50px;
	font-size: 13px;
	color: #444444;
	background: #fff;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
}

.main_search select[name='tab'] {
	/*flex: 1 1 100px;
	width: 100px;*/
}

.main_search select[name='currency_id'] {
	/*	flex: 1 1 182px;
	width: 182px;*/
}

.main_search input[name='min_lot'] {
	/*flex: 1 1 100px;
	width: 100px;*/
}

.main_search input[name='max_lot'] {
	/*	flex: 1 1 100px;
	width: 100px;*/
}

.main_search select[name='category_id'] {
	/*	flex: 1 1 188px;
	width: 188px;*/
}

.main_search select[name='subcategory_id'] {
	flex: 1 1 257px;
	width: 257px;
}

.main_search select
/* .main_search input*/

	{}

.main_search .flex {
	-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;
	flex: 0 0 auto;
}

.main_search .parameters select,
.main_search .parameters input {
	/*padding-left: 6px;
	padding-right: 9px;*/
	margin: 4px;
}

.main_search .parameters input[name='min_lot'] {
	margin-right: 0;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.main_search .parameters input[name='max_lot'] {
	margin-left: 0;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}

.main_search input[type='submit'] {
	max-width: 120px;
	height: 48px;
	padding: 10px;
	margin: 2px 10px 0 10px;
}

/*
.main_search input[type="number"] {
    min-width: 15px;
    width: 52px;
}
*/

/*.main_search select {
    outline:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    }*/

/*
.main_search input[type="submit"] {
   
display: inline-block;
width: 130px;
height: 61px;
background: #275877;
border: 0;
border-radius: 7px;
font-weight: bold;
font-size: 18px;
text-align: center;
text-transform: uppercase;
color: #FFFFFF;
padding-right: 0;
margin: 0 0 0 10px;
}
*/

.search_menu {
	width: 1000px;
	min-height: 55px;
	background: #F3F3F3;
	border: 1px solid #DDDDDD;
	border-top: 0;
	border-radius: 0 0 10px 10px;
}

.search_menu .column {
	color: #333333;
	font-size: 13px;
}

.search_menu a {
	font-size: 13px;
	color: #333333;
	padding: 0 13px 0 10px;
}

#makestartpage {
	/* Сделать стартовой */
	font-size: 14px;
	color: #888888;
	margin-right: 4%;
}

#makestartpage svg {
	width: 16px;
	height: 17px;
	margin: 0 5px -3px 10px;
}

.search_menu .social {
	display: inline;
	padding-right: 20px;
	float: right;
	margin-top: 3px;
}

.leftform {
	/*float: left;
  background: #FFFFFF;
  border: 1px solid #AAAAAA;
  border-radius: 10px;
  width: 45%;
  min-width: 435px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  margin-bottom: 25px;*/
	background: #FFFFFF;
	/* border: 1px solid #AAAAAA;
   border-radius: 10px;*/
	/* padding: 10px; */
}

.leftform h3,
.lot h3,
.rightform h3 {
	font-size: 18px;
	text-align: center;
	color: #204D6A;
	padding: 15px 0 15px 0;
	font-weight: bolder;
}

.leftform .form_control {
	width: 100%;
	/* padding: 15px 0; */
	text-align: center;
}

.finance {
	background: #204D6A;
	box-shadow: 0px 1px 0px #AAAAAA, 0px -1px 0px #AAAAAA;
	margin-top: 80px;
	padding: 35px 0;
}

.finance .central {
	/*width: max-content; if chart is svg */
	min-width: 90%;
	max-width: 93%;
	/* if chart is image */
}

.finance h2 {
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 30px;
	text-align: center;
	color: #FFFFFF;
}

.finance .chart {
	width: 48%;
	min-width: 420px;
	/*height: 441px;*/
	display: inline-block;
	vertical-align: top;
}

.finance img.chart {
	width: 48%;
}

.finance .calculator {
	/*height: 440px;*/
	width: 48%;
	min-width: 420px;
	margin-left: 20px;
	vertical-align: top;
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	box-sizing: border-box;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
	padding: 20px;
}

.calculator h2 {
	font-size: 28px;
	text-align: center;
	color: #3C5C6A;
	margin-bottom: 3%;
}

.calculator .control {
	display: inline-block;
	vertical-align: top;
}

.calculator .deposit_amount {
	width: 35%;
	margin-right: 1%;
}

.calculator .deposit_period {
	width: 55%;
}

.calculator .deposit_period span {
	position: absolute;
	font-size: 18px;
	color: #444444;
	display: inline-block;
	margin: 22.5px 0 0 20px;
}

.calculator .control label {
	display: table;
	font-size: 14px;
	color: #888888;
	padding-bottom: 8px;
}

.calculator .control input {
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	font-size: 18px;
	color: #444444;
	height: 65px;
	padding-left: 25px;
	vertical-align: top;
}

#deposit_amount {
	width: 60%;
}

#deposit_period {
	width: 95%;
	padding-left: 45px;
}

.calculator .deposit_period svg {
	width: 28px;
	height: 28px;
	position: absolute;
	display: inline-block;
	margin: 48px 0 0 30px;
	padding: 5px;
}

.calculator .control div {
	display: inline-block;
	margin-left: -17px;
	width: 37px;
	height: 71px;
}

.calculator .control button {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	width: 34px;
	height: 34px;
	color: #AAAAAA;
}

#deposit_plus {
	border-radius: 0 5px 0 0;
}

#deposit_minus {
	border-radius: 0 0 5px 0;
	margin-top: -1px;
}

.calculator hr {
	border: 0.5px solid #AAAAAA;
	margin: 5% -20px;
}

#deposit_result,
#deposit_percent,
#deposit_note {
	display: block;
	text-align: center;
	margin-bottom: 2%;
	font-weight: bold;
}

#deposit_result {
	font-size: 48px;
	color: #204D6A;
}

#deposit_percent {
	font-size: 36px;
	color: #F8B032;
}

#deposit_note {
	font-size: 16px;
	color: #777777;
	font-weight: bolder;
}

.services {
	margin: 80px auto 30px;
}

#deposit {
	background: #F9F9F9;
	border: 1px solid #CCCCCC;
	box-sizing: border-box;
	border-radius: 5px;
	padding: 15px;
	margin: 10px;
	height: 50px;
}

#deposit h1 {
	margin: 0;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	letter-spacing: 1.3px;
	color: #555555;
}

/*.services .column {
    display: inline-block;
    }*/

.service {
	height: 125px;
	min-width: 410px;
}

.services .icon {
	display: inline-block;
	width: 60px;
	height: 100%;
	vertical-align: top;
}

.services .description {
	display: inline-block;
	width: 340px;
}

.services .description h3 {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 7px;
}

.services .description p {
	color: #676767;
	font-size: 12px;
}

#breadcrumbs {
	font-size: 8pt;
	margin-bottom: 15px;
	color: rgb(98, 98, 98);
}

#breadcrumbs a {
	font-size: 8pt;
}

.breadcrumb ul {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 5px 0 5px 20px;
	padding: 10px;
	list-style: none;
	overflow: hidden;
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	color: #555555;
}

.breadcrumb li {
	margin: 8px 8px 8px 0;
	white-space: nowrap;
}

.breadcrumb li a,
.breadcrumb li a:hover,
.breadcrumb li a:visited {
	font-weight: 600;
	line-height: normal;
	font-size: 12px;
	color: #555555;
}

.breadcrumb li a::after,
.arr_after::after {
	content: ' ';
	display: inline-block;
	margin-left: 8px;
	height: 8px;
	width: 14px;
	background: url(../img/breadcrumb_ico.svg) no-repeat center center;
	vertical-align: middle;
	-webkit-background-size: cover;
	background-size: cover;
}

.arr_after::after {
	margin-left: 2px;
	width: 22px;
}

#frontpage .error_msg,
#frontpage .success_msg {
	/*height: 60px;*/
	font-size: 18px;
	text-align: center;
	color: #333333;
	padding: 20px 40px;
	margin-top: 20px;
	font-weight: bolder;
}

.error_msg {
	background: #FB9224;
}

.success_msg {
	color: rgb(0, 0, 255);
}

/*#frontpage h2 {
    font: bold 17pt Tahoma;
    margin-top: 40px;
    color: rgb(34,177,76);
    }*/

/*#frontpage p {
    color: rgb(98,98,98);
    font-size: 14pt;
    margin-bottom: 20px;
    }*/

.category_box {
	display: inline-block;
	width: 35%;
	min-width: 150px;
	min-height: 100px;
	margin: 0 3% 20px 0;
	vertical-align: top;
}

.category_box a {
	color: rgb(98, 98, 98);
}

.category_box .category {
	display: block;
	color: rgb(34, 177, 76);
	font-size: 16pt;
}

.content form.central {
	/*margin: 30px auto 100px;*/
	min-width: 40%;
	max-width: 550px;
}

.form_control .input_with_cur {
	width: 100%;
}

.content form.central select {
	margin-bottom: 31px;
}

.form_cell {
	padding: 15px 0;
	clear: both;
}

form .shifted {
	padding: 0;
}

.label,
.form_cell label {
	display: block;
	/* font-weight: bolder;
font-size: 20px;
color: #204D6A;*/
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #777777;
	text-align: left;
}

.form_cell span.sub {
	display: block;
	font-size: 12px;
	color: #888888;
	text-align: left;
}

.form_cell .form_control {
	text-align: center;
	/*min-width: 300px;*/
	padding-top: 8px;
	font-weight: 300;
	font-size: 16px;
	color: #444444;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.form_control a,
.form_control a:visited {
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #0089E3
}

.lot_add_form input[type="text"],
.lot_add_form input[type="email"],
.lot_add_form input[type="password"],
.lot_add_form input[type="number"],
.lot_add_form input[type="date"],
.lot_add_form select,
.form_cell .form_control input[type="text"],
.form_cell .form_control input[type="email"],
.form_cell .form_control input[type="password"],
.form_cell .form_control input[type="number"],
.form_cell .form_control input[type="date"],
.form_cell .form_control select {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #888888;
	box-sizing: border-box;
	border-radius: 5px;
	/*font-weight: 300;*/
	/*font-size: 22px;*/
	/*color: #888888;*/
	padding: 0 20px 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	color: #000000;
}

.form_calc .input_with_cur {
	width: auto;
}

.leftform .form_calc .form_control,
.form_calc .form_control {
	text-align: left;
}

.form_calc .form_control select {
	width: 95%;
}

.form_cell .submit {
	/*margin-top: 30px;*/
	text-align: center;
}

.form_control .master_button {
	/* width: 60%;*/
	max-width: 328px;
}

.form_control .orange_but_border {
	max-width: 200px;
}

.back_ico,
.form_control .back_ico {
	line-height: 18px !important;
	padding: 15px 48px 15px 68px !important;
	background-color: #ffffff !important;
	background-image: url(../img/back_ico.png) !important;
	background-repeat: no-repeat !important;
	background-position: 20% 50% !important;
}

/*.form_control input[type="submit"] {
    background-color: #fff;
    color: #277bcd;
    font-weight: bold;
    padding: 10px;
    border: 2px solid #277bcd;
    border-radius: 5px;
    }*/

.cabinet {
	/*background: #F7F7F7;*/
	min-height: 70px;
	flex-direction: row;
	background: #363636;
	box-shadow: 0px 1px 0px #AAAAAA;
	text-align: center;
}

.cabinet .wrapper {
	justify-content: space-around;
	margin-bottom: 0;
	margin-top: 0;
}

.cabinet a {
	white-space: nowrap;
	font-weight: 600;
	display: inline-block;
	font-size: 18px;
	color: #EEEEEE;
	padding: 21px 12px;
}

.cabinet a:hover {
	text-decoration: none;
}

.cabinet .active {
	font-weight: 800;
	border-bottom: 3px solid #FF8400;
	display: inline-block;
	font-size: 18px;
	color: #FF8400;
	padding: 0px 13px;
	background: transparent;
	height: 100%;
	justify-content: center;
	align-items: center;
	/*line-height: 70px;*/
	padding: 18px 12px;
	margin-top: 6px;
}

.cabinet a svg,
.cabinet .active svg,
.cabinet a img,
.cabinet .active img {
	margin: 0 7px -8px 0;
}

/*.cabinet a svg g#Vector use { fill: #eeeeee */

/*#204D6A;*/

}

/*.cabinet .active svg g#Vector use { fill: #FF8400; }*/

#table_sort {
	width: 360px;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	font-size: 22px;
	color: #000000;
	/*float: right;*/
	padding-left: 20px;
	margin-bottom: 22px;
}

.clear {
	height: 85px;
	width: 100%;
}

#frontpage .history {
	margin: 30px auto 100px;
}

.table_box .left {
	text-align: left;
}

.history .status {
	/*height: 40px;*/
	width: 115px;
	border: 1px solid #000;
	border-radius: 0;
	box-sizing: border-box;
	font-size: 14px;
	background: #fff;
}

.history .working {
	border-color: #0168BB;
	color: #0168BB;
}

.history .done {
	border-color: #00AD15;
	color: #00AD15;
}

.history .blocked {
	border-color: #EB5757;
	color: #EB5757;
}

.history .waiting {
	border-color: #ec9d0c;
	color: #ec9d0c;
}

.article {
	width: 62%;
	max-width: 950px;
	margin: 50px auto;
}

.article h3 {
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #000000;
	font-weight: bolder;
}

.article .image {
	display: table;
	min-width: 300;
	min-height: 300;
	max-width: 480px;
	margin: 20px auto;
	text-align: center;
}

.article .image .desc {
	text-align: center;
	font-size: 14px;
	color: #676767;
	line-height: normal;
	font-weight: bolder;
	padding-top: 10px;
}

.article h2 {
	/*font-size: 22px;*/
	/*color: #204D6A;*/
	/*padding: 15px 0;*/
	/*font-weight: bolder;*/
}

.article ol {
	list-style-position: inside;
}

.article ol li {
	margin-top: 15px;
}

.article ol li:first-child {
	margin-top: 0;
}

.article p {
	/*display:    inline; */
	text-align: justify;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #333333;
}

.article a {
	text-decoration: underline;
}

.links {
	padding: 10px 0 50px 0;
}

.links .master_button {
	height: 68px;
	width: 328px;
	padding: 0 20px;
	background: #FB9224;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.links .master_button svg g use {
	fill: #eeeeee
}

.links .master_button svg g#ruble use {
	fill: #FB9224
}

.links .master_button svg {
	margin: 0 10px -10px 0;
}

.links p {
	width: 620px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.backbutton {
	position: absolute;
	font-size: 18px;
	color: #204D6A;
}

.content {
	flex: 1 1 auto;
}

.content .central {
	/*margin-top: 50px;*/
	text-align: center;
}

.content .central button {
	/*margin-top: 30px;
margin-bottom: 30px;*/
}

.info_block {
	text-align: left;
	/*flex: 0 1 51%;*/
	min-width: 51%;
	/*margin: 30px 0 30px 5%;*/
	padding: 10px;
}

.info_block .orange_but_border {
	min-width: 270px
}

.info_block .row {
	justify-content: flex-start;
	/*-webkit-flex-wrap: nowrap;
	-moz-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	-o-flex-wrap: nowrap;
	flex-wrap: nowrap;	*/
}

.info_block .row button,
.info_block .row button:hover,
.info_block .row button:focus {
	font-weight: bold;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #FB9224;
	white-space: nowrap;
	margin: 10px;
}

.info_block .row button:first-child {
	/*margin-left: 0;*/
}

.info_block p {
	margin: 10px;
	text-align: left;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	color: #777777;
}

.info_block p.halfed_spaced {
	padding: 20px 0;
	width: 55%;
}

.info_block h3 {
	font-weight: 600;
	line-height: normal;
	font-size: 26px;
	margin: 10px;
	color: #000000;
}

/*.form_cell .form_control  .input_btc_value{
padding-right:  53px !important;
background-image: url(  ../img/input_btc_ico.svg) !important;
background-position:    right center !important;  
background-repeat:  no-repeat !important;  
}*/

.wallet {
	/*margin-top: 25px;*/
}

.wallet .amount {
	/*font-size: 50px;
	text-align: center;
	color: #F8B032;*/
	/*padding-bottom: 10px;*/
	font-weight: normal;
	line-height: normal;
	font-size: 54px;
	text-align: center;
	color: #555555;

}

.wallet .exchange {
	font-weight: bold;
	line-height: normal;
	font-size: 28px;
	color: #AAAAAA;
	text-align: center;
}

.wallet .restrictions {
	font-size: 15px;
	text-align: center;
	color: #676767;
}

.wallet .restrictions svg {
	margin: 0 0 -3px 5px;
}

.wallet .actions {
	padding: 35px 0;
	text-align: center;
}

.wallet .actions button {
	/*height: 70px;
	background: #F1F1F1;
	border: 1px solid #AAAAAA;
	padding: 0 4%;
	margin: 6px;
	font-size: 24px;
	text-transform: uppercase;
	color: #204D6A;*/
	min-width: 328px;
	margin: 0 auto;
}

.wallet .actions button svg {
	margin: 0 5px -3px 0;
}

.wallets {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 65px 0 5px 0;
}

.wallets .wallet_card {
	display: flex;
	margin: 10px;
	padding: 14px 28px;
	min-width: 370px;
	height: 220px;
	box-sizing: border-box;
	background: #FAFAFA;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	flex-direction: column;
	cursor: pointer;
	width: 370px;
}

.wallets .wallet_btc {
	background-image: url(../img/wallet_btc_bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.wallets .wallet_eth {
	background-image: url(../img/wallet_eth_bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.wallets .wallet_cpl {
	background-image: url(../img/wallet_cpl_bg.jpg);
	background-color: #ffffff;
	background-repeat: no-repeat;
	-webkit-background-size: 131px 153px;
	background-size: 131px 153px;
	background-position: 85% 50%;
}

.wallets .wallet_add {
	border: none;
	background-image: url(../img/wallet_add_bg.jpg);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.wallets .wallet_add a,
.wallets .wallet_add a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.wallet_card p {
	color: #000000;
	display: flex;
	justify-content: flex-start;
	/*padding: 1px 20px;*/
}

.wallet_card .name {
	flex: 0 0 auto;
	font-weight: 600;
	line-height: normal;
	font-size: 36px;
	text-align: left;
}

.wallet_card .amount {
	flex: 1 1 auto;
	font-weight: normal;
	line-height: normal;
	font-size: 28px;
	overflow: hidden;
}

.wallet_card .restrictions {
	font-size: 14px;
	color: #cecece;
	margin-top: 5px;
	/*box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);*/
}

.wallet_card .manage {
	justify-content: flex-start;
	display: flex;
	flex: 0 0 auto;
	padding-bottom: 22px;
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	color: #0089E3;
	background-color: transparent;
}

.wallet_card .manage svg {
	margin-left: 5px;
}

.lot_add_form {
	margin-top: 40px;
	margin-bottom: 40px;
	width: 100%;
}

.lot_add_form form {
	text-align: left;
}

.lot_add_form_row {
	margin-top: 20px;
	padding: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lot_add_form_row:first-child {
	margin-top: 0;
}

.lot_add_form label,
.leftform label {
	display: block;
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #777777;
	white-space: nowrap;
}

.lot_add_form input[type='checkbox'] {
	width: auto;
}

.lot_add_form .scroller_margin {
	width: 95%;
	margin-top: 20px;
}

.lot_add_form .scrolled {
	height: 111px;
}

.lot_add_form .scrolled ul li {
	margin-top: 18px;
}

.lot_add_form .scrolled ul li:first-child {
	margin-top: 0px;
}

.lot_add_form label.chkbox {
	display: inline-block;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #222222;
}

.lot_add_form .master_button {
	min-width: 27%;
}

.lot_add_form_info {
	padding: 15px 10px;
	font-weight: normal;
	line-height: 23px;
	font-size: 16px;
	color: #444444;
}

.lot_add_form p,
.lot_add_form_info p {
	text-align: left;
	margin-top: 7px;
}

.lot_add_form .select_bg,
.form_calc .select_bg {
	width: 95%;
}

.lot_add_form .select_bg select,
.form_calc .select_bg select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	/*appearance: none;*/
	padding-right: 20px;
	background-color: transparent;
	cursor: pointer;
}

.lot_add_form .input_with_cur,
.lot_add_form input[type='number'],
.lot_add_form input[type='text'],
.lot_add_form select,
.lot_add_form .select_bg {
	width: 95%;
}

.lot_add_form .cur_sel_50 {
	width: 90%;
}

#amount_rub,
#amount_btc {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	font-size: 22px;
	color: #000000;
	padding: 0 0 0 20px;
	width: 29%;
	height: 60px;
	vertical-align: top;
}

#amount_btc {
	padding-right: 20px;
	width: 25%;
	margin-left: 10px;
}

.input_with_cur {
	position: relative;
	display: inline-block;
	height: 60px;
	min-height: 60px;
	width: 100%;
}

.input_with_cur .cur_text {
	position: absolute;
	top: 0;
	right: 0;
}

.converter .input_with_cur {
	width: 93%;
}

.converter #fiat_amount,
#cr_amount {
	width: 100% !important;
}

.lot_add_form .input_with_cur .cur_text,
.form_calc {
	right: 5%;
}

.input_with_cur input {
	padding-right: 80px !important;
}

.lot_add_form .cur_text,
.leftform .cur_text,
.form_control .cur_text,
.input_with_cur .cur_text {
	font-weight: 300;
	font-size: 26px;
	text-align: center;
	color: #676767;
	border: 1px solid #AAAAAA;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	margin-left: -20px;
	width: 75px;
	height: 60px
		/*48px*/
	;
	vertical-align: top;
	background: #FFFFFF;
	padding-top: 11px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.menu-create-lot .input_with_cur input {
	font-size: 21px !important;
	font-weight: 300 !important;
}

.leftform textarea {
	width: 95%;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 10px 13px;
	font-size: 15px;
	box-sizing: border-box;
	resize: none;
}

.req_card {
	width: 80%;
	padding: 40px 25px 25px 25px;
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	margin: 10px auto;
	text-align: left;
	position: relative;
}

.req_card>a {
	display: block;
}

.req_card a,
.req_card a:hover,
.req_card a:focus {
	text-decoration: none;
}

.req_card:last-child {
	margin-bottom: 33px;
}

.req_card h1 {
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
}

.req_card .req_content {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.req_card .req_content ul {
	width: 100%;
}

.req_card .req_content span {
	font-weight: 600;
	line-height: normal;
	font-size: 24px;
	color: #676767;
}

.req_card .req_content span.req_name {
	margin-right: 10%;
}

.lots_table,
.lots_table .first,
.lots_table .first div,
.lots_table .lot_card,
.lots_table .lot_card div {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1 1 auto;
}

.lots_table .first div {
	padding: 3px;
	margin: 1px;
}

.lots_table .first div:first-child,
.lots_table .lot_card div:first-child {
	flex: 0 0 153px;
}

.lots_table .lot_card div:nth-child(5) {
	text-align: center;
}

.lots_table .first div:nth-child(5),
.lots_table .first div:nth-child(6),
.lots_table .lot_card div:nth-child(5),
.lots_table .lot_card div:nth-child(6) {
	flex: 0 0 10%;
	justify-content: center;
}

.lots_table .first div:nth-child(2),
.lot_pay_method,
.lots_table .lot_card div:nth-child(2),
	{
	flex: 1 1 30%;
}

.lots_table .first div:nth-child(4),
.lots_table .lot_card div:nth-child(4) {
	flex: 0 0 20%;
}

.lots_table .first div:nth-child(3),
.lots_table .lot_card div:nth-child(3) {
	flex: 0 0 20%;
}

.lots_table {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	flex: 1 1 100%;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.lots_table .lot_buy {
	display: flex !important;
	justify-content: center;
	align-items: center;
}

.lots_table .lot_card:last-child {
	border-bottom: none;
}

.lots_table .lot_pay_method span:first-child {
	white-space: nowrap;
	padding-right: 3px;
}

.lots_table .lot_pay_method span {
	color: #000;
}


.lots_table .first,
.lots_table .lot_card {
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lots_table .first {
	border-bottom: 2px solid #aaaaaa;
	height: 55px;

}

.lots_table .first div {
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	color: #000;
}

.lot_card {
	flex: 1 1 100%;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
}

.lot_card div {
	text-align: left;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
	padding: 3px;
	margin: 1px;
}

.lot_card div.lot_pay_method {
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.lot_card .req_content span.req_name {
	margin-right: 10px;
}

.req_edit {
	position: absolute;
	top: 16px;
	right: 3%;
}

.req_edit a {
	margin-left: 15px;
}

.req_edit a:first-child {
	margin-left: 0;
}

button,
.master_button,
input[type='submit'],
.leftform .master_button,
.form_cell .master_button,
#funds_sended {
	/*width: 98%;
height: 60px;
background: #204D6A;
font-weight: bold;
font-size: 18px;
text-transform: uppercase;
color: #FFFFFF;
margin-left: 5px;*/
	cursor: pointer;
	justify-content: center;
	align-items: center;
	align-self: center;
	display: flex;
	margin: 17px auto;
	flex: 0 0 auto;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-decoration: none !important;
	text-transform: uppercase;
	padding: 18px 31px;
	border: none;
	background-color: #FB9224;
	color: #FFFFFF;
	/*width: 60%; */
	max-width: 328px;
}

.leftform .actions {
	width: 100%;
	margin-left: -10px;
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #AAAAAA;
}

#account {
	font-size: 30px;
	color: #FF9900;
	font-weight: bolder;
}

#funds_sended {
	width: 50%;
	height: 50px;
	margin: 30px 0;
}

.mes_chat .row {
	padding: 0;
	border-bottom: 1px solid #AAAAAA;
}

.mes_chat textarea {
	color: #EDEDED;
	border: 0;
}

#conversation {
	/* width: 96% !important; */
	/*padding: 10px 5px 5px 5px;*/
	padding: 0;
}

#conversation .message {
	word-wrap: break-word;
	padding: 18px 22% 18px 25px;
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	margin: 0px;
	color: #000000;
	text-align: left;
	background: #F5F5F5;
	border-bottom: 1px solid #AAAAAA;
}

#conversation .message:last-child {
	border-bottom: 0;
}

#conversation .timestamp {
	display: block;
	color: #AAAAAA;
}

#conversation .me,
#conversation .companion {
	font-size: 15px;
	font-weight: bold;
}

#conversation .me {
	color: #FB9224;
}

#conversation .companion {
	color: #FB9224;
}

.conversation form {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.conversation textarea {
	height: 50px;
	resize: none;
	flex: 1 1 60%;
	border:
		/*1px solid #DDDDDD*/
		0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.conversation .reaction {
	margin: 7px 0;
}

.conversation .send {
	font-weight: 400;
	line-height: normal;
	font-size: 18px;
	padding: 6px 34px;
	text-shadow: none;
	/*
	font-weight: bold;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #D5D5D5;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	*/
}

.leftform .secondary {
	/*float: right;
	margin: -10px 4px 0 0;*/
}

.warning {
	width: 89%;
	background: #FFF6C4;
	border: 1px solid #FFC478;
	padding: 20px;
	font-size: 14px;
	font-weight: bolder;
	color: #555555;
	margin: 65px 0 10px 5px;
}

.warning svg {
	margin: 0 3px -3px 0;
}

.table_scroller {
	overflow-x: auto;
}

.table_box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	background: linear-gradient(65.3deg, #EFEFEF 0%, #F6F6F6 100.69%);
	border: 1px solid #E9E9E9;
	box-sizing: border-box;
	border-radius: 12px;
	min-width: 80%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 18px;
	/*overflow-x: auto;*/
	margin-bottom: 35px;
	margin-top: 19px;
}

.lot_list .table_box {
	/*padding-top: 0;*/
}

.table_box tr {
	box-shadow: inset 0px -1px 0px #E0E0E0
}

.table_box tr:first-child {
	box-shadow: 0px 1px 0px #AAAAAA;
	height: 55px;
}

.table_box tr:first-child td {
	font-weight: bold;
	line-height: normal;
	font-size: 14px;
	color: #000000;
}

.lot {
	/*height: 440px;*/
	width: 46%;
	min-width: 420px;
	margin-left: 2%;
	vertical-align: top;
	display: inline-block;
	padding-top: 0;
	vertical-align: top;
	padding-bottom: 0;
}

.lot h3 {
	padding: 25px 0 15px;
}

.lot_option {
	width: 100%;
	height: 60px;
	background: #FFFFFF;
	border: 1px solid #E0E0E0;
	margin-top: -1px;
	/* fix border collapse */
	display: table;
	padding: 0 20px;
	box-sizing: border-box;
}

.lot_option .option {
	width: 39%;
	text-align: left;
	font-weight: 600;
	line-height: 23px;
	font-size: 14px;
	color: #000000;
}

.lot_option .value {
	font-size: 14px;
	text-align: right;
	width: 59%;
	font-weight: bolder;
	color: #676767;
}

.lot_option .pay_method {
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #555555;
}

.lot_actions {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 15px 0;
}

.secondary {
	height: 50px;
	background: #F1F1F1;
	border: 1px solid #AAAAAA;
	margin: 10px 2%;
	font-size: 18px;
	text-transform: uppercase;
	color: #555555;
	width: max-content;
	padding: 0 4%;
}

.userinfo {
	margin-top: 40px;
}

.userinfo .table_box {
	width: 60%;
	margin: 0;
	padding-bottom: 20px;
}

.userinfo .rightform {
	width: 30%;
	display: inline-block;
}

.userinfo .confirm,
.confirm {
	width: 16px;
	height: 16px;
	margin: 0 10px -3px 0;
}

.userinfo .rightform {
	margin-left: 2%;
}

#add_friend {
	padding: 15px;
	background: #F8B032;
	border-radius: 5px;
	font-weight: 300;
	font-size: 22px;
	text-align: center;
	color: #204D6A;
}

.userinfo .secondary {
	width: 100%;
	margin: 30px 0;
}

.rightform h3 {
	padding-top: 70px;
}

.faq {
	width: 60%;
	min-width: 400px;
	margin: 25px 0 100px 0;
}

.faq .q {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 60px;
	background: #F8F8F8;
	border: 1px solid #E0E0E0;
	box-sizing: border-box;
	padding: 0 20px;
	/*display: table;*/
	margin-top: 25px;
}

.faq .q a {
	/*font-size: 18px;
	color: #0168BB;*/
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	color: #555555;
}

.faq .q a svg {
	width: 8px;
	height: 5px;
	margin: 0 4px 3px 0;
	transform: rotate(180deg);
}

.faq .a {
	max-width: 100%;
	padding: 20px 20px 10px 20px;
	display: none;
	border: 1px solid #E0E0E0;
	margin-top: -1px;
}

.faq .a p {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
}

.params_list {
	display: inline-block;
	min-width: 150px;
	width: 15%;
	min-height: 50%;
	vertical-align: top;
	padding-top: 9px;
}

.params_list a {
	display: block;
	margin-bottom: 7px;
	font-size: 10pt;
}

.params_list .param {
	font-weight: bold;
	padding: 50px 0 10px 0;
}

.params_list .value {
	margin-bottom: 5px;
	color: rgb(98, 98, 98);
	font-size: 10pt;
}

.list_block {
	display: inline-block;
	width: 75%;
	vertical-align: top;
}

.list_selector {
	display: inline-block;
	border: 1px solid rgb(198, 198, 198);
	border-bottom: none;
	border-radius: 5px 5px 0 0;
	padding: 7px 12px;
	margin: 10px 0 0 2%;
	color: rgb(98, 98, 98);
	font-size: 13pt;
}

span.list_selector {
	/* active tab */
	font-weight: bold;
	color: #000;
}

.list_header {
	display: inline-block;
	width: 92%;
	border: 1px solid rgb(198, 198, 198);
	border-radius: 10px 10px 0 0;
	min-height: 50px;
	padding: 2% 4%;
}

.list_header .master_button {
	float: right;
}

.header_params {
	display: inline-block;
	max-width: 50%;
	color: rgb(98, 98, 98);
	float: left;
	padding-top: 8px;
}

.lot_list {
	margin-top: 20px;
	width: 100%;
}

.lot_list * {
	color: #787878;
	font-size: 14px;
	font-weight: bolder;
}

.lot_list h2 {
	font-weight: 600;
	line-height: normal;
	font-size: 20px;
	text-align: center;
	color: #333333;
	background: transparent;
	/*padding-top: 8px;*/
	padding-bottom: 20px;
}

.lot_list .more_results {
	padding-bottom: 0;
}


.table_box h2 {
	text-align: center;
	font-size: 20px;
}

.lot_list hr {
	border: 0.5px solid #E0E0E0;
	margin-top: 32px;
}

.lot_list table {
	background: #fff;
	width: 100%;
	border-collapse: collapse;
}

.lot_list .first td {
	height: 40px;
}

.lot_list td {
	border: 1px solid #E0E0E0;
	text-align: left;
	height: 60px;
	padding: 0 15px;
}

.seller,
.lot_list .seller {
	text-align: left;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	/* min-width: 140px; */
}

.seller a,
.lot_info a {
	/*font-weight: normal;
	font-size: 13px;
	color: #0168BB;
	display: inline-block;
	padding-bottom: 2px;*/
	font-weight: 600;
	line-height: normal;
	font-size: 16px;
	color: #0089E3;
	/*letter-spacing: 0.1em*/
}

.user_status {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
}

.online {
	background: #07D240;
}

.seller strong {
	text-transform: uppercase;
	font-size: 10px;
	color: #333333;
}

.pay_method {
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #555555;
}

.lot_list .lot_limits {
	font-weight: normal;
	min-width: 170px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.lot_list .lot_limits p {
	white-space: nowrap;
}

.lot_list .lot_limits span {
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	color: #000000;
}

.lot_price,
.lot_option .lot_price {
	font-weight: normal;
	line-height: normal;
	font-size: 14px;
	text-align: right;
	color: #676767;
	min-width: 104px;
}

.lot_price span {
	white-space: nowrap;
}

.lot_list .lot_buy {
	text-align: center;
	display: block;
	color: #206D9F;
	/*min-width: 60px;*/
	font-weight: normal;
	padding: 5px;
	margin: 5px;
	width: 80px;
	height: 19px;
	border: 1px solid #FB9224;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #FB9224;
}

.lot_list .more_results {
	/*display: inline-block;*/
	/*float: right;*/
	align-self: flex-end;
	background: transparent;
	color: #0089E3;
	margin: 1px;
	font-weight: 600;
}

.lot_item {
	width: 100%;
	padding: 18px 0;
	border-bottom: 1px solid rgb(198, 198, 198);
}

.lot_image {
	display: inline-block;
	width: 22%;
	min-width: 70px;
	vertical-align: top;
	padding-top: 5px;
}

.lot_image img {
	width: 90%;
	max-height: 150px;
}

.lot_options {
	display: inline-block;
	padding-left: 10px;
	width: 58%;
	min-width: 100px;
}

.publish_date {
	color: rgb(138, 138, 138);
	font-size: 8pt;
}

.lot_name {
	font-weight: bold;
	text-decoration: none;
	display: block;
}

.lot_options table {
	width: 90%;
	border-collapse: collapse;
	margin: 8px 0;
}

.lot_options td {
	border: 1px solid rgb(98, 98, 98);
	padding: 3px 10px;
	font-size: 8pt;
}

.lot_description {
	font-size: 10pt;
	/*своё*/
	max-height: 4.5em;
	display: inline-block;
	line-height: 1.6em;
	overflow: hidden;
	white-space: normal;
	word-wrap: break-word;
}

.customer {
	display: inline-block;
	width: 15%;
	min-width: 40px;
	text-align: right;
	vertical-align: top;
	padding-top: 3%;
}

.customer_rating,
.city,
.customer_name {
	display: block;
	font-size: 8pt;
	padding-top: 3px;
}

/*.master_button {
    display: inline-block;
    text-decoration: none;
    margin: 3px 20px 3px 0;
    }*/

.request_price {
	display: inline-block;
	color: #fff;
	background-color: #277bcd;
	border-radius: 5px;
	text-decoration: none;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	padding: 10px;
}

.table_box td {
	border-left: 0;
	border-right: 0;
}

option.main_cat {
	font-weight: bold;
}

div.two_panels_box {
	width: 100%;
	float: left;
	margin-bottom: 65px;
}

.block_left {
	float: left;
	width: 55%;
	padding: 0 0 30px;
}

.block_right {
	width: 44%;
	float: right;
	padding: 0 0 30px;
}

form.two_panels_form {
	width: 95%;
	margin-bottom: 75px;
	padding: 30px 0 0 0;
	display: table;
}

.form_left {
	width: 55%;
	padding: 0 0 30px;
	display: table-cell;
	vertical-align: top;
}

.form_right {
	width: 44%;
	padding: 0 0 30px;
	display: table-cell;
	vertical-align: top;
}

.form_right label {
	display: inline-block;
	width: 95%;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
}

.form_right input[type="text"] {
	width: 95%;
	border: 1px solid rgb(198, 198, 198);
	border-radius: 2px;
	padding: 5px 8px;
	color: rgb(98, 98, 98);
}

.form_right span.info {
	display: inline-block;
	width: 95%;
	text-align: left;
	padding-bottom: 10px;
}

div.cat_line {
	display: inline-block;
	text-align: left;
	width: 95%;
}

span.cat_name {
	padding-bottom: 10px;
	cursor: pointer;
}

span.add_prod_sort {
	padding-bottom: 10px;
	cursor: pointer;
}

span.cat_main {
	font-weight: bold;
}

span.cat_prod_sort {
	font-style: italic;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

#popup-shadow {
	width: 100%;
	height: 100%;
	z-index: 500;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.3);
	display: none;
}

.popup {
	z-index: 505;
	position: fixed;
	top: 15%;
	left: 25%;
	width: 50%;
	min-height: 30%;
	/*border: 3px solid rgb(0,140,105);*/
	background-color: rgb(255, 255, 255);
	padding: 1% 2%;
	/*font-size: 13px;*/
	display: none;
}

.popup .close {
	display: block;
	float: right;
	color: rgb(98, 98, 98);
	font-weight: bold;
	text-decoration: none;
	font-size: larger;
}

/*added*/

.lot_price span {
	font-weight: 600;
	line-height: normal;
	font-size: 14px;
	color: #000000;
}

.lot_limits span {
	font-size: 14px;
	font-weight: bolder;
}

textarea {
	width: 95%;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	padding: 10px 13px;
	font-size: 15px;
}

.rightform {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 10px;
	width: 45%;
	min-width: 450px;
	/*height: 441px;*/
	display: inline-block;
	vertical-align: top;
	padding: 10px;
	margin-bottom: 25px;
	font-size: 14px;
}

.rightform input[type="text"] {
	width: 100%;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	box-sizing: border-box;
	border-radius: 3px;
	font-weight: 100;
	font-size: 14px;
	color: #888888;
	padding: 0 20px 0 20px;
}

#fiat_amount,
#cr_amount {
	background: #FFFFFF;
	border: 1px solid #AAAAAA;
	border-radius: 5px;
	font-size: 22px;
	color: #000000;
	padding: 0 0 0 20px;
	/*width: 35%;*/
	width: 270px;
	height: 60px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cr_amount {
	padding-right: 20px;
	/*width: 35%;*/
	/*	margin-left: 10px;*/
}

/*.reaction {
    	width: auto;
    	padding: 10px 10px 10px 10px;
    	margin: 10px 0;
    	display: inline-block;
    	background: #204D6A;
    	font-weight: bold;
    	font-size: 18px;
    	text-transform: uppercase;
    	color: #FFFFFF;
    	margin-left: 5px;
    	}*/

div.cat_line {
	display: inline-block;
	text-align: left;
	width: 95%;
}

span.cat_name {
	padding-bottom: 10px;
	cursor: pointer;
}

span.add_prod_sort,
span.add_subcat {
	padding-bottom: 10px;
	cursor: pointer;
}

span.cat_main {
	font-weight: bold;
}

span.cat_prod_sort {
	font-style: italic;
}

i {
	font-style: italic;
}

b {
	font-weight: bold;
}

span.required {
	color: red;
}

.params_list a {
	border: solid 1px lightgreen;
	border-radius: 3px;
	background-color: lightgreen;
	font-size: 18px;
	line-height: 16px;
	color: #9E0B0F;
	margin: 4px 12px;
	padding: 4px;
}

.article .figure-image {
	display: table;
	min-width: 300;
	min-height: 300;
	max-width: 480px;
	margin: 20px auto;
	text-align: center;
	font-size: 14px;
	color: #676767;
	line-height: normal;
	font-weight: bolder;
	padding-top: 10px;
	margin-bottom: 10px;
}

.figure-image img {
	display: block;
	margin: 0px auto 10px auto;
}

.form_cell .article {
	margin: 0;
}

.notice_notify {
	padding: 10px 20px 10px 20px;
	/* background-color: #8FF27B; */
	/* margin: 0 -40px 0 -40px; */
	text-align: center;
	font-size: 1.5em;
	cursor: default;
}

.notice_notify>a {
	font-size: 1em;
	color: #000;
}

#pasteSympol {
	padding: 4px 2px 4px 2px;
	background-color: rgba(52, 140, 191, 0.31);
	margin-top: -30px;
	cursor: pointer;
}

#pasteSympol:hover {
	background-color: rgba(52, 140, 191, 0.58);
}

/* THEME DEFAULTS */

.grey_border_block {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.grey_shadow {
	box-shadow: #cccccc 0 0 10px
}

.grey_bg {
	background-color: #fafafa;
}

.steps {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	-o-flex-direction: row;
	flex-direction: row;
	flex: 1 1 auto;
	justify-content: center;
	border-bottom: 1px solid #ccc;
}

.step {
	position: relative;
	background-color: #f1f1f1;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 auto;
	display: flex;
	background-color: #f1f1f1;
	height: 49px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	align-items: flex-start;
}

.step::after {
	content: " ";
	position: absolute;
	right: 0;
	top: 0%;
	width: 21px;
	height: 49px;
	background: url(../img/step_b.jpg) 0 0 no-repeat;
	background-size: cover;
}

.steps .actv::after {
	background-image: url(../img/step_c.jpg);
}

.actv.actv_last::after {
	background-image: url(../img/step_a.jpg);
}

.step:last-child::after {
	background: none;
}

.step span {
	color: #777;
}

.step_good {
	display: none;
}

.step.stp_done .step_good {
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(../img/step_good.jpg) 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.step.actv {
	background-color: #fff;
}

.grey_border_block>.row {
	padding: 0;
}

.info_green {
	justify-content: center;
	align-items: center;
	display: flex;
	flex: 1 1 auto;
	width: 100%;
	padding: 10px 0;
	/*min-height: 80px;*/
	background: #CEF99B;
	border-bottom: 1px solid #cccccc;
	/*box-shadow: 0px 1px 0px #CCCCCC;*/
	/*background-image: url(../img/info_bg_ico.png);
	background-position: 98% 50%;*/
	background-repeat: no-repeat;
	-webkit-background-size: initial;
	background-size: initial;
	font-weight: normal;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #2B5600;
	padding-right: 33px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
}

.lot_cond {
	align-self: stretch;
	padding: 10px 30px;
}

.lot_cond h2,
.lot_cond button {
	margin-left: 13px;
}

.lot_cond .terms {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	width: 100%;
	/*padding: 10px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.lot_cond .scrolled {
	height: 453px;
}

.lot_cond .terms h2 {
	flex: 0 1 auto;
}

.lot_cond .terms .scroller_margin {
	flex: 1 1 auto;
}

.lot_info {
	padding: 10px 30px;
	background: #FAFAFA;
	align-self: stretch;
	line-height: normal;
	font-size: 18px;
	color: #000000;
	/*box-shadow: -1px 0px 0px #CCCCCC;*/
}

.lot_info p {
	text-align: left;
}

.lot_info h2 {
	flex: 0 1 auto;
}

.lot_info ul {
	margin-bottom: 12px;
}

.lot_info ul li {
	text-align: left;
	line-height: normal;
	font-size: 16px;
	color: #000000;
	margin-top: 12px;
}

.lot_info ul li:first-child {
	margin-top: 0;
}

.lot_info strong {
	font-weight: 600;
}

.pay_info {
	padding: 10px;
}

.pay_info p {
	text-align: left;
}

.pay_info span {
	color: #ED393B;
	font-weight: 600;
}

.brr_grey {
	border-right: 1px solid #cccccc;
	align-self: stretch;
}

.err_red span {
	color: #ED393B;
	font-weight: 600;
	font-size: 13px;
	min-height: 18px;
}



.table1 {
	font-size: 15px;
	color: #333333;
}

.scrolled {
	word-wrap: break-word;
	height: 222px;
	overflow-y: scroll;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.scroller_margin {
	/*max-width: 555px;*/
	width: 100%;
	padding-right: 7px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 5px;
	margin-bottom: 27px;
	padding: 2px 0;
}

.scrolled::-webkit-scrollbar-track {
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #EEEEEE;
}

.table_scroller::-webkit-scrollbar,
.scrolled::-webkit-scrollbar {
	width: 5px;
	background-color: #EEEEEE;
}

.table_scroller::-webkit-scrollbar {
	height: 5px;
}

.table_scroller::-webkit-scrollbar-thumb,
.scrolled::-webkit-scrollbar-thumb {
	background-color: #FB9224;
}

.scrolled p {
	text-align: left;
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	margin-top: 15px;
	color: #444444;
}

.scrolled p:first-child {
	margin-top: 0;
}

.border_raduis {
	box-sizing: border-box;
	border-radius: 5px;
}

.mw60 {
	width: 60%;
	flex: 1 1 60%;
	min-width: 300px;
	width: 300px;
	max-width: 900px;
	box-sizing: border-box;
}

.mw50 {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
	flex: 1 1 200px;
	width: 50%;
	min-width: 300px;
	width: 300px;
	max-width: 900px;
	box-sizing: border-box;
	align-self: stretch;
	text-align: left;
	/*padding-right: 10px;*/
}

.mw50:last-child {
	/*padding-right: 0;*/
}

.mw40 {
	flex: 1 1 40%;
	width: 40%;
	min-width: 300px;
	width: 300px;
	max-width: 900px;
	box-sizing: border-box;
	align-self: stretch;
}

.p15 {
	padding: 15px;
}

.flex_left {
	justify-content: flex-start;
}

.flex_float_right {
	margin-left: auto !important;
}

.flex_column {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}


.grey_txt {
	font-weight: 600;
	line-height: normal;
	font-size: 13px;
	color: #9B9B9B;
}

.blue_txt {
	font-weight: 600;
	line-height: normal;
	font-size: 18px;
	color: #0089E3;
}

.red_txt {
	color: #F74747;
}

.green_txt {
	color: #97D256;
}

.orange {
	font-weight: normal;
	line-height: normal;
	font-size: 36px;
	letter-spacing: 0.05em;
	color: #FB9224;
}

.orange_shadow {
	box-shadow: 0px 0px 10px #FB9224;
}

.hided {
	display: none;
}

.fw400 {
	font-weight: 400;
}

.fw600 {
	font-weight: 600;
}

.fw800 {
	font-weight: 800;
}

.b600 {
	font-weight: 600;
}

.mb0 {
	margin-bottom: 0;
}

.ml0 {
	margin-left: 0 !important;
}

.mt0 {
	margin-top: 0;
}

.mt20 {
	margin-top: 20px;
}

.mb20 {
	margin-bottom: 20px;
}
.ma5{
	margin: 5px;
}
.ma10{
	margin: 10px;
}
.ma20{
	margin: 20px;
}
.pa5{
	padding: 5px;
}
.pa10{
	padding: 10px;
}
.pa20{
	padding: 20px;
}
.w50{
	width: 50%;
}
.w100{
	width: 100%;
}
.bg-orange{
	background-color: #F89324;
	color: #fff;
}
.bg-white{
	background-color: #fff;
	color: #000;
}
.flex-column{
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.flex-start{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;

}
.flex-end {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
}
.flexmax {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex: 1 1 auto;
}
.flex-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
}
.flex-mid{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.flex-bot{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-end;
	align-items: flex-end;
}


.flex-end button {
	margin: 1px !important;
}

.buttons-right button {
	margin: 0;
}

form.central .master_button {
	min-width: 280px;
	width: 60%;
	max-width: 328px !important;
}

.select_small {
	height: auto;
	margin: 0 4px;
	flex: 0 0 auto;
	font-size: 13px;
	font-weight: normal;
}

.mw_but_328 {
	min-width: 280px;
	width: 60%;
	max-width: 328px !important;
}

.brrad10 {
	border-radius: 10px;
}

.fs15 {
	font-size: 15px !important;
}

.grey_but,
.orange_but {
	cursor: pointer;
}

.disabled,
:disabled {
	background-color: #ffe7cd;
	color: #FB9224;
}

.disabled:before,
:disabled:before {
	content: " ";
	margin-right: 7px;
	width: 17px;
	height: 15px;
	display: inline-block;
	background-image: url(../img/but_done_ico.png);
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;


}

.grey_but:hover,
.orange_but:hover {
	text-decoration: underline;
}

.grey_but {
	text-align: center;
	font-size: 13px;
	line-height: 40px;
	padding: 0 24px;
	margin: 2px 10px;
	color: rgba(0, 0, 0, 0.7);
	font-weight: 600;
	background-color: rgba(255, 255, 255, 0.8);
}

.orange_but {
	justify-content: center;
	align-items: center;
	align-self: center;
	display: flex;
	margin: 17px auto;
	flex: 0 0 auto;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 31px;
	border: none;
	background-color: #FB9224;
	color: #FFFFFF;
}

.attch_ico:before {
	content: " ";
	display: inline-block;
	width: 20%;
	height: 70%;
	background-repeat: no-repeat;
	background-image: url(../img/attch_ico.png);
	background-size: contain;
	margin-right: 3px;
	box-sizing: border-box;
}

.orange_but_border.back_ico,
.orange_but_border,
.red_but_border,
.blue_but_border,
.green_but_border {
	margin: 17px auto;
	padding: 11px 22px;
	box-sizing: border-box;
	min-height: 50px;
	min-width: 16%;
}

.done,
.form_cell .orange_but_border,
.form_cell a.orange_but_border,
.orange_but_border {
	border: 2px solid #FB9224 !important;
	font-weight: bold;
	line-height: 24px;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #FB9224 !important;
	background-color: #ffffff !important;
	max-width: 180px;
}

.blocked,
.form_cell .red_but_border,
.red_but_border {
	border: 2px solid #EB5757;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #EB5757;
	background-color: #ffffff;
}

.working,
.form_cell .blue_but_border,
.blue_but_border {
	border: 2px solid #56CCF2;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #56CCF2;
	background-color: #ffffff;
}

.done,
.form_cell .green_but_border,
.green_but_border {
	border: 2px solid #6FCF97;
	font-weight: bold;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	letter-spacing: 0.6px;
	text-transform: uppercase;
	color: #6FCF97;
	background-color: #ffffff;
}

#infoBlock2 .orange_but_border {
	padding: 22px 26px !important;
}

#infoBlock2 .row button:first-child {
	margin-left: 0;
}

#infoBlock2 .info_block h3 {
	padding-bottom: 0;
}

#infoBlock2 .halfed_spaced {
	padding: 0;
}

a.reg_but {
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FB9224;
	margin-bottom: 100px;
}


.mob_show {
	display: none;
}
.total-supply{ 
	margin-left: -600px;
   width: 500px;
}

@media screen and (max-width: 988px) {
	#footer .foot_a_comp {
		/* order: 1; */
		-ms-align-items: center;
		align-items: center;
		max-width: 100%;
	}

	.total-supply{
		margin-left: -150px !important;
	}
	.flex_float_right{
		margin-right: 100px !important;
	}
	.fotter_support{
		margin-right: 100px !important;
	}
}

@media screen and (max-width: 768px) {
	#footer .column {
		/*flex: 0 1 auto;*/
	}

	.header .head_menu ul li {
		flex: 1 1 auto;
	}
}

@media screen and (max-width: 765px) {
	.header .row {
		justify-content: space-around;
	}

	.reg_log {
		flex: 1 1 100%;
		justify-content: center;
	}
}

/****************************  MOBILE  *********************************/
@media screen and (max-width: 600px) {
	.wallet_card .amount {
		overflow: scroll;
	}

	.wallet .amount {
		overflow: scroll;
		font-size: 30px;
	}

	.lot_cond {
		order: 2
	}

	.lot_info {
		order: 1
	}

	.converter {
		order: -1
	}

	.buttons-right {
		justify-content: center;
	}

	.seller a {
		font-size: 11pt;
	}

	.content h1,
	h1 {
		margin: 5px;
		font-size: 20pt;
	}

	h2 {
		font-size: 18pt;
	}

	h3 {
		font-size: 16pt;
	}

	.top_start_reg {
		min-height: 0;
		background-image: none;
	}

	.top_start_reg .column p {
		font-size: 13pt;
		line-height: inherit;
	}

	.top_start_reg .column {
		padding: 1px;
	}

	.top_start_reg_button {
		margin: 0;
		padding: 0;
	}

	.profile .mw60,
	.profile .mw40 {
		flex: 1 1 100%;
	}

	.parameters .select_bg,
	.parameters .select_bg select {
		flex: 1 1 100%;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 2px;

	}

	#mob_mnu.mob_show,
	.mob_show {
		display: block;
	}

	.cur_checkbox {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.lot_cond .scrolled {
		height: 200px;
	}

	.mob_100 {
		flex: 1 1 100%;
		border: none;
	}

	.wrapper {
		padding: 1px;
	}

	.table_box {
		padding: 5px 1px;
	}

	.mob_hide {
		display: none !important;
	}

	.lot_card {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.lots_table .lot_card .lot_limits {
		order: 2
	}

	.lots_table .lot_card .lot_pay_method {
		order: 2;
		flex: 1 1 100% !important;
		justify-content: flex-start;
	}

	.lots_table .lot_card div {
		flex: 1 1 auto !important;
	}


	.lots_table .lot_card div:last-child {
		order: 3;
		flex: 1 1 100%;
		justify-content: flex-end;

	}
}

@media screen and (max-width: 370px) {
	.opport ul li {
		justify-content: center;
	}
}

/*   ie fix   */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

	.header,
	.mob_app_soon,
	.wallets {
		display: block;
	}

	body {
		min-height: 100vh;
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}

.confirm_yes {
	padding: 3px;
	font-size: 0.7em;
	background-color: green;
	color: white;
	border-radius: 3px;
	margin-right: 10px;
	cursor: default;
}

.confirm_no {
	padding: 3px;
	font-size: 0.7em;
	background-color: red;
	color: white;
	border-radius: 3px;
	margin-right: 10px;
	cursor: default;
}

input.number-none-spin-button::-webkit-outer-spin-button,
input.number-none-spin-button::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.reg_log_active .lang_select {
	left: -50px;
}

.oisfo {
	padding: 10px 25px;
	text-align: center;
	color: white;
	background-color: #FB9224;
	font-size: 28px;
	margin-top: 10px;
	cursor: pointer;
	text-decoration: none;
}


::-webkit-scrollbar {
	position: absolute;
	right: 0;
	overflow: auto;
	width: 7px;
	height: 7px;
	background: #555;
}

::-webkit-scrollbar-thumb {
	background: rgb(211, 211, 211);
}

.list-type {
	margin-top:0px;
}