/* Eric Meyer's CSS Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
img, svg {
	max-width:100%;
	vertical-align:bottom;
}
a {
	outline:none;
	color:#fff;
}
body {
	font: 14px/18px ProximaNova,Arial,sans-serif;
	width: 100%;
	height: 100%;
	background:#22282b;
	color:#fff;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear {
	clear:both;
}
.hide {
	display:none;
}
.inp {
	border:none;
	font-family:ProximaNova,Arial,sans-serif;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 65px;
	border-bottom: 1px solid #374045;
	margin-bottom:40px;
}
.header .logo {
	width:auto;
	height:41px;
	display:inline-block;
	padding:11px 0;
	float:left;
}
.header .logo h1 {
	margin-left: 5px;
	display:inline-block;
	padding:11px 0;
	float:right;
}
.header .online {
	width:auto;
	height:41px;
	display:inline-block;
	float:right;
	text-decoration:none;
	transition:.3s;
	font-size:16px;
	margin-right: 30px;
	padding:23px 25px 23px 0;
}
.header .login {
	width:185px;
	float:right;
	padding:8px 0;
}
.header .profile-login {
	background:url('./ico-steam.png') 17px 10px no-repeat #00C01E;
	background-size:45px;
	display:inline-block;
	color:#fff;
	padding:9px 23px 9px 83px;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	line-height:1.3em;
	transition:.3s;
	border-radius: 10px;
}
.header .profile-login:hover {
	opacity:.8;
}
.header .profile-login span {
	font-size:18px;
}
.header .profile-info {
	font-size:15px;
}
.header .profile-info .nickname {
	text-align:right;
	width:185px;
	height:18px;
	overflow:hidden;
	margin:5px 0;
}
.header .profile-info img {
	position:relative;
	top:-1px;
}
.header .profile-info .logout {
	text-align:right;
	font-size:13px;
}
.header .profile-info .btn-logout {
	display:inline-block;
	text-decoration:none;
	color:#fff;
	transition:.3s;
}
.header .profile-info .btn-logout:hover {
	opacity:.8;
}
.main-menu {
	width:auto;
	float:right;
	padding:23px 25px 23px 0;
	text-align:right;
}
.main-menu li {
	display:inline-block;
	margin-right:10px;
}
.main-menu li:last-child {
	margin-right:0;
}
.main-menu li a {
	text-decoration:none;
	transition:.3s;
	font-size:16px;
}
.main-menu li a:hover {
	opacity:.8;
}
.lang-switch {
	float:right;
	width:50px;
	margin:0 10px;
	font-size: 14px;
	color: #fff;
	padding-top:25px;
}
.lang-switch label {
	border-bottom: 1px dashed #fff;
	cursor:pointer;
	transition:.3s;
}
.lang-switch .country {
	display:none;
	text-decoration: none;
	transition:.3s;
	position:relative;
	top:3px;
}
.lang-switch label:hover, .lang-switch .country:hover {
	opacity:.7;
}
.lang-switch img {
	width: 18px;
    vertical-align: baseline;
    margin-right: 2px;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 85px;
}
.main-slogan {
	width:100%;
	text-align:center;
	padding-top:10%;
	font-size:32px;
	line-height: 1.2em;
}
.item-list {
	list-style:none;
}
.item-list li{
	width:109px;
	float:left;
	margin:0 5px 5px 0;
	font-size:12px;
	text-align:center;
	cursor:pointer;
	position:relative;
	border-top-width:5px;
	border-top-style:solid;
	background: rgb(53, 70, 57);
	border-radius: 10px;
}
.item-list li.disabled {
	opacity:.5;
	background: #1d0f0f;
}
.item-list li:nth-child(5n){
	margin-right:0;
}
.item-list li .image {
	width:109px;
	height:104px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.item-list li .price {
	position:absolute;
	bottom:2px;
	left:0;
	text-align:center;
	width:109px;
	color:#fff;
	font-size:13px;
}
.item-list li .market-hash-name {
	opacity:0;
	width:99px;
	height:94px;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background: rgba(0, 163, 42, 0.7);
	text-align:center;
	padding:5px;
	color:#fff;
	font-size:12px;
	line-height:1em;
	transition:.3s;
	border-radius: 10px;
}
.item-list li:hover .market-hash-name{
	opacity:1;
}
.item-list li .market-hash-name .stickers {
	text-align:center;
	margin-top:4px;
}
.item-list li .market-hash-name img {
	width:35px;
	margin-bottom:2px;
}
.inv-wrap-left {
	width:565px;
	float:left;
}
.inv-wrap-right {
	width:565px;
	float:right;
}
.head-inv {
	color:#fff;
	font-size:16px;
	background:rgba(255,255,255,.3);
	padding:5px 7px;
	margin-bottom:5px;
	border-radius: 5px;
}
.head-inv .count {
	width:42%;
	float:left;
}
.head-inv .money {
	width:42%;
	float:right;
	text-align:right;
}
.head-inv .btn-inv-update {
	text-align:center;
	width:16%;
	float:left;
	position:relative;
}
.head-inv .btn-inv-update a {
	display:inline-block;
	width:18px;
	height:18px;
	background:url('./reload.png') center center no-repeat;
	background-size:cover;
	position:absolute;
	top:0;
	left:42%;
}
.btn-next > a{
	display:inline-block;
	width:100%;
	text-align:center;
	padding:20px 0;
	color:#fff;
	background: #00C01E;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	border-radius: 10px;
}
.block-wait{
	border-radius: 10px;
}
.system-message {
	width:500px;
	background: #154416;
	color:#fff;
	font-size:14px;
	display:none;
	border:1px solid #124213;
}
.system-message > .head {
	background: #0b2f08;
	text-align:center;
	font-size:28px;
	padding:24px;
	margin-bottom:20px;
}
.system-message > .body {
	text-align:center;
	font-size:16px;
	margin-bottom:20px;
}
.system-message > .btn-wrap {
	text-align:center;
}
.system-message > .btn-wrap a {
	display: inline-block;
    text-align: center;
    padding: 13px 50px;
    color: #fff;
    border:1px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
	margin-bottom:20px;
}
.system-message > .btn-wrap a:hover {
	background:#fff;
	color: #063208;
}
.system-message.error {
	border:1px solid #620c13;
	background: #211010;
}
.system-message.error > .head {
	background: #4c020f;
}
.system-message.error > .btn-wrap a:hover {
	color: #4e0a10;
}
.block-check-escrow > span.error {
	color: #620000;
}
.block-check-escrow > span.success {
	color:green;
}
.block-wrap {
	background:#35393c;
	padding:15px;
	margin-bottom:20px;
	position:relative;
}

.block-wrap .head{
	text-align:center;
	font-size:24px;
	margin:10px 0; 
}
.block-wrap .btn-wrap {
	text-align:center;
	margin-top:20px;
}
.block-offer-accept .code {
	color:#bd1522;
	font-size:18px;
	text-align:center;
	margin-bottom:20px;
}
.block-offer-accept .code-hint {
	color:#aaa;
	text-align:center;
}
.btn-accept {
	text-align:center;
	margin-bottom:20px;
}
.btn-accept a {
	display: inline-block;
    text-align: center;
    padding: 13px 0;
	width:150px;
	margin:0 5px;
    color: #fff;
    background: #70ae20;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    transition: .3s;
}
.btn-accept a:hover {
	opacity:.8;
}
.btn-accept .hint {
	margin-bottom:5px;
}

h1 {
	font-size:24px;
	color:#fff;
	line-height:1.2em;
	margin-bottom:20px;
}
h2 {
    font-size:18px;
    color:#fff;
    line-height:1.2em;
    margin-top: 18px;
    margin-bottom:8px;
}
.error-message {
	color:#fff;
}
.guarantee{
    font-size: 16px;
}
.guarantee p {
    text-indent: 20px;
    margin-top: 25px;
}
.guarantee b {
    font-weight: bold;
}
.rulles li{
    list-style-type: square;
}
.block-support {
    position: fixed;
    top: 0px;
    right: 0px;
    font-size:18px;
    text-align: center;
    padding:15px;
    width:35%;
    height:100%;
    float:left;
    background-color: black;
    box-shadow: 0px 0px 88px 15px #000000;
    z-index: 100;
}
.block-support .inp-support-text{
    margin-top: 50px;
    width: 95%;
    height: 70%;
    resize: none;
}
.block-support .inp-support-str{
    width: 95%;
    height: 5%;
    resize: none;
}
.block-support .btn-support-send{
    display:inline-block;
    width:96%;
    text-align:center;
    padding:20px 0;
    color:#fff;
    background:#0a5578;
    text-transform:uppercase;
    font-size:16px;
    text-decoration:none;
    cursor: pointer;
}
.block-support .btn-support-send:hover{
    opacity: 0.8;
}
.block-support .btn-close-support{
    position: absolute;
    top: 20px;
    left: 20px;
    text-decoration:none;
    transition:.3s;
    font-size:16px;
    cursor: pointer;
}
.block-support .btn-close-support:hover{
    opacity: 0.8;
}
.block-welcome {
	font-size:18px;
    text-align: center;
	padding:15px;
	margin-bottom:20px;
	width:110%;
	height:300px;
	float:left;
	outline:none;
	margin:0;
	margin-left: -5%;
}
.block-welcome .profile-login {
    background:url('./ico-steam.png') 17px 20px no-repeat #00C01E;
    background-size:75px;
    display:inline-block;
    color:#fff;
    padding:9px 23px 9px 103px;
    margin: 80px;
    text-decoration:none;
    text-align: left;
    font-size:28px;
    text-transform:uppercase;
    line-height:1.3em;
    transition:.3s;
    box-shadow: 0px 0px 25px 15px #00C01E;
    border-radius: 20px;
    opacity:0.7;
}
.block-welcome .profile-login:hover {
    opacity:0.9;
}
.block-trade-url{
	border-radius: 10px;
}
.block-trade-url .inp-trade-url {
	font-size:18px;
	padding:11px 1% 12px;
	width:98%;
	float:left;
	outline:none;
	margin:0;
	border-radius: 10px;
}
.block-trade-url .btn-question {
	position:absolute;
	top:46px;
	left:96%;
	background: #00C01E;
	border-radius:50%;
	color:#fff;
	padding:5px 0;
	line-height:1em;
	z-index:10;
	text-decoration:none;
	text-align:center;
	width:24px;
}
.block-trade-url h2 {
	font-size:18px;
	margin-bottom:3px;
    margin-top: 0px;
}
.block-trade-url .btn-save {
	display:block;
	float:right;
	text-align: center;
    padding: 13px 0;
    color: #fff;
    background: #00C01E;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
	width:12%;
	transition:.3s;
	border-radius: 10px;
}
.block-trade-url .btn-save:hover {
	opacity: 0.8;
}
.block-select-payment{
	border-radius: 10px;
}
.block-select-payment .inp-payment-account {
	font-size:20px;
	font-weight: bold;
	padding:11px 0px 12px 12px;
	width:45ch;
	float:left;
	outline:none;
	margin-bottom:8px;
	border-radius: 10px;
}
.block-select-payment .inp-card-holder {
	font-size:20px;
	font-weight: bold;
	padding:11px 0px 12px 12px;
	width:45ch;
	float:left;
	outline:none;
	margin-bottom:8px;
	border-radius: 10px;
}
.block-select-payment h2 {
	font-size:18px;
	margin-bottom:3px;
}

.block-select-payment img{
	display: inline-block;
	border-radius: 5px;
	border-color: #ffffff;
	margin: 5px;
	opacity: 0.5;
	width: 90px;
}
.block-select-payment img:hover{
	opacity: 1;
	cursor: pointer;
}
.block-select-payment .checked{
	margin-bottom: 8px;
	opacity: 1;
}
.block-select-payment .btn-create-trade > a {
	display:inline-block;
	width:100%;
	text-align:center;
	padding:20px 0;
	color:#fff;
	background: #00C01E;
	text-transform:uppercase;
	font-size:16px;
	text-decoration:none;
	border-radius: 10px;
}
.block-select-payment .btn-create-trade-back > a {
    display:inline-block;
    margin-top: 5px;
    width:100%;
    text-align:center;
    padding:20px 0;
    color:#fff;
    background:#aaa;
    text-transform:uppercase;
    font-size:16px;
    text-decoration:none;
	border-radius: 10px;
}
.block-show-trade {
	border-radius: 10px;
}
.block-show-trade .btn-accept {
	display:block;
	float:left;
	text-align: center;
	padding: 13px 0;
	margin: 5px;
	color: #fff;
	background: #00C01E;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	width:13%;
	transition:.3s;
	border-radius: 10px;
}

.btn-back {
	margin-top:20px;
}
.btn-back a{
	display:inline-block;
	text-align: center;
    padding: 13px 25px;
    color: #fff;
    background: #0a5578;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
	transition:.3s;
	border-radius: 10px;
}
.btn-back a:hover {
	opacity:.8;
}
.tab-offer-list {
	width:100%;
}
.tab-offer-list th {
	font-weight:100;
	font-size:16px;
	text-align:center;
	padding:15px 10px;
	color:#9c9c9c;
	border-bottom:1px solid #9c9c9c;
}
.tab-offer-list td {
	text-align:center;
	padding:15px 10px;
	border-bottom:1px solid #9c9c9c;
	vertical-align:top;
}
.tab-offer-list td:first-child{
	width:585px;
}
.tab-offer-list td:nth-child(2){
	width:250px;
}
.tab-offer-list tr:last-child td {
	border:none;
}
.tab-offer-list .status.success {
	color:green;
}
.tab-offer-list .status.error {
	color:red;
}

.block-wrap {
	background:#35393c;
	padding:15px;
	margin-bottom:20px;
}

.transaction-list table {
	width:100%;
}
.transaction-list table th {
	font-weight:100;
	font-size:16px;
	text-align:center;
	padding:15px 10px;
	color:#9c9c9c;
	border-bottom:1px solid #9c9c9c;
}
.transaction-list table td {
	text-align:center;
	padding:15px 10px;
	border-bottom:1px solid #9c9c9c;
}
.transaction-list table td a {
	color:#0a5578;
}
.faq {
    padding: 5px 10px;
    background-color: #22282b;
	margin-bottom:1px;
}
a.faq-btn {
	font-size: 16px;
    line-height: 30px;
    display: block;
    width: 100%;
    height: 30px;
    text-decoration: none;
    color: #ccc;
}
.faq-text {
    padding:10px 0;
    display: none;
}
.create-ticket-hint {
	text-align:center;
	margin-top:20px;
}
.create-ticket {
	display: block;
    width: 250px;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: #0a5578;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
	margin:10px auto 0;
}
.frm-support {
    display: none;
}

.frm-support label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}

.frm-support select {
    font-size: 16px;
    background: #c5c5c5;
    border: none;
    padding: 15px;
    width: 1140px;
    outline: none;
    margin-bottom: 15px;
    border-radius: 0;
}

.frm-support textarea {
    font-size: 16px;
    background: #c5c5c5;
    border: none;
    padding: 15px;
    width: 1138px;
    height: 80px;
    outline: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.frm-support #file {
    display: none;
}
.frm-support .add-file {
    display: inline-block;
    text-align: center;
    padding: 20px 50px;
    color: #fff;
    background: #0a5578;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.bt-sent-support {
	display: inline-block;
    text-align: center;
    padding: 20px 50px;
    color: #fff;
    background: #0a5578;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
	float:right;
}
.frm-support .add-file:hover {
    opacity: .8;
}
.frm-support .count-file {
    display: none;
}
.ticket-list > li {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #4d4d4d;
}
.ticket-list > li .ticket-head {
    color: #ccc;
    margin-bottom: 10px;
}
.ticket-list .image-list {
    margin-top: 15px;
}
.ticket-list .image-list li {
    float: left;
    width: 208px;
    height: 155px;
    overflow: hidden;
    margin: 0 10px 10px 0;
    padding: 5px;
    border: 1px solid #4d4d4d;
    line-height: 0;
    transition: .3s;
}
.ticket-list .image-list li:nth-child(5n) {
    margin-right: 0;
}
.ticket-list .image-list li img {
    max-width: 100%;
}
.ticket-list .image-list li:hover {
    background: rgba(255, 255, 255, .2);
}
.bt-wrap {
    text-align: right;
    margin-bottom: 10px;
}
.frm-support .bt-wrap {
	text-align:left;
}
.bt-wrap a {
    display: inline-block;
    width: 165px;
    margin-left: 5px;
    transition: .3s;
    text-align: center;
    padding: 20px 0;
    color: #fff;
    background: #0a5578;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
}
.bt-wrap a:hover {
    opacity: .8;
}
.max-balance {
	text-align:right;
	margin-bottom:10px;
}
.trustpilot-container {
	margin-top: 100px;
}
.trustpilot-img {
	margin-left: 50px;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1200px;
	margin: -65px auto 0;
	height: 65px;
	position: relative;
	border-top:1px solid #374045;
}
.footer .copy {
	padding:11px 0;
	color:#9c9c9c;
	text-align:center;
}

/* Comments*/
.comments {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	padding: 20px;
}
.comment {
	margin: 20px;
}
.comment-ava {
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: right;
	border-radius: 30px;
	background-size: contain;
}
.comment-block {
	display: inline-block;
	vertical-align: top;
}
.comment-name{
	display: block;
	position: static;
	left: 90px;
	color: #00C01E;
}
.comment-text {
	display: block;
	width: 800px;
	text-align: justify;
}

.warning{
	position: fixed;
	background-color: #620000;
	height: 150px;
	width: 200px;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	padding: 30px;
	opacity: 0.9;
	border-top-right-radius: 10px;

}
.warning b {
	display: block;
	font-weight: bold;
	font-size: 120%;
}
.warning span {
	display: block;
	font-size: 130%;
}
#warning_close{
	position: absolute;
	top: 7px;
	right: 7px;
	font-style: normal;
	font-size: 20px;
	font-family: "Verdana";
	cursor: pointer;
	border: none;

}

#index-txt {
	padding-top: 10px;
}
#index-txt article{
	color: #9c9c9c;
	font-size: 1vw;
}