@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeueCyr-Thin.eot');
	src: url('../fonts/HelveticaNeueCyr-Thin.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr-Thin.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr-Thin.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeueCyr-Light.eot');
	src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica Neue';
	src: url('../fonts/HelveticaNeueCyr-Bold.eot');
	src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
	url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
}
/* 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;
}
* {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}
/* 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;
}
.svg-icon {
    width: 100%;
    height: 100%;
    fill: currentColor;
}
svg:not(:root) {
    overflow: hidden;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 14px/18px 'Helvetica Neue', Arial, sans-serif;
	width: 100%;
	height: 100%;
	background:#202a3a;
	font-weight:300;
	color:#bdbdbd;
	line-height:1em;
}
a {
	color:#92db43;
}
a:hover {
	text-decoration:none;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding:0 10px;
}
div::-webkit-scrollbar { 
	width: 6px;
}
div::-webkit-scrollbar-button {  
	height:0;
}
div::-webkit-scrollbar-thumb { 
	background-color: #545961; 
	border-radius: 3px;
}
div::-webkit-resizer { 
	height:0;
}
.hide {
	display:none;
}
.btn {
	display:inline-block;
	text-decoration:none;
	color:#92db43;
	line-height:1em;
	font-size:14px;
	padding:10px 20px 8px;
	font-weight:400;
	border-radius:20px;
	border:1px solid #92db43;
	transition: color 0.3s;
	position:relative;
	z-index:2;
}
.btn:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    content:'';
	box-sizing: content-box;
	top: 0;
    left: 0;
    z-index: -1;
    background: #92db43;
    transition: transform 0.2s, opacity 0.3s;
}
.btn_big {
	font-size:24px;
	padding:20px 60px 18px;
	border-radius:40px;
}
.btn_big:after {
	border-radius:40px;
}
.btn:hover{
    color: #fff;
}
.btn:after {
    transform: scale(1.3);
    opacity: 0;
}
.btn:hover:after {
    transform: scale(1);
    opacity: 1;
}
.btn:hover img {
	filter: brightness(1);
}
.btn i {
	margin-right:5px;
}
.btn-disabled {
	color:#737373;
	border:1px solid #737373;
}
.btn-disabled:after {
	background: #737373;
}


/* Header
-----------------------------------------------------------------------------*/
.header-wrap {
	background:rgba(0,0,0,.3);
	box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.header {
	width: 1200px;
	margin: 0 auto 30px;
	padding:0 10px;
	height: 55px;
	display:flex;
	justify-content:space-between;
}
.logo {
	width:150px;
	padding-top:3px;
}
.logo__link {
	text-decoration: none;
    color: #fff;
    font-size: 33px;
    line-height: 1em;
    display: inline-block;
    font-weight: 400;
	padding: 6px 0 0 0;
	font-weight:600;
}
.logo__link span {
	color:red;
}
.logo__link img {
	width:150px;
}
.header__user {
	text-align:right;
}
.header__user-login {
	margin:9px 0;
}
.top-menu {
	width:55%;
}
.top-menu__inner {
	text-align:right;
}
.top-menu__link {
	color:#bdbdbd;
	text-decoration:none;
	display:inline-block;
	font-size:16px;
	line-height:1em;
	padding:21px 15px 15px;
}
.top-menu__link:hover {
	border-bottom:2px solid #92db43;
}
.profile-top__menu {
	position:relative;
}
.profile-top {
	display:flex;
	width:355px;
	color:#bdbdbd;
	padding:0;
}
.profile-top__balance {
    line-height: 1.2em;
	text-align:left;
	padding: 13px 10px 0;
	display: flex;
}
.profile-top__pay{
	padding: 5px 0;
	width: 24px;
}
.profile-top__pay-link {
	display: inline-block;
	transition:.3s;
}
.profile-top__pay-link:hover {
	opacity: .7;
}
.profile-top__balance-grid {
	padding: 0 10px;
}
.profile-top__inner {
	display:none;
}
.profile-top__inner_active {
	display:flex;
}
.profile-top__nickname {
	font-size:18px;
	line-height:1em;
	width:182px;
	overflow:hidden;
	text-align:right;
	cursor:pointer;
	height:18px;
	padding-top:18px;
}
.profile-top__menu-btn {
	font-size:28px;
	line-height:1em;
	margin-left:10px;
	cursor:pointer;
	padding-top:12px;
}
.profile-top__items{
	background:#4b5c79;
	position:absolute;
	right:0;
	top:55px;
	padding:10px 0;
	box-shadow:0 0 5px rgba(0,0,0,.5);
	display:none;
	z-index:100;
}
.profile-top__item{
	color:#aab3c1;
	font-size:16px;
	text-decoration:none;
	transition:.3s;
	padding: 7px 20px 5px;
	display: inline-block;
    text-align: right;
	width: 200px;
	display: flex;
	justify-content: space-between;
	line-height:1.3em;
}
.profile-top__item:hover{
	background: #161d28;
}
.profile-top__item_mobile {
	display:none;
}
.profile-top__balance-value {
	color:#92db43;
}
.header__user-login-wrap {
	width:300px;
	text-align:right;
}
.change-lang {
	padding-top:10px;
	position:relative;
	z-index: 10;
}
.change-lang_selected {
	background:#4b5c79;
}
.change-lang img {
	width:48px;
}
.change-lang__items {
	display:none;
	position: absolute;
	top: 55px;
	left: 0;
	background: #4b5c79;
	box-shadow:0 4px 5px rgba(0,0,0,.5);
}
.change-lang__item {
	transition:.3s;
	display:block;
	line-height:.8;
}
.change-lang__item:hover {
	background: #161d28;
}
.change-lang__item_hide{
	display:none;
}

/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 55px;
}
.green-color {
	color:#92db43;
}
.page-wrap {
	padding:20px;
	background:rgba(0,0,0,.3);
	margin-bottom:20px;
}
.text-title {
	color:#bdbdbd;
	font-size:36px;
	line-height:1.5em;
	margin-bottom:20px;
}
.text-title--s {
	font-size: 28px;
}
.text-title_center {
	text-align:center;
}
.text-subtitle {
	color:#bdbdbd;
	font-size:28px;
	line-height:1.5em;
	margin-bottom:20px;
}
.text-subtitle_center {
	text-align:center;
}
.text-block {
	color:#bdbdbd;
	line-height:1.5em;
	font-size:16px;
}
.text-block p {
	margin-bottom:15px;
}
.text-block_bline {
	border-bottom:1px solid #bdbdbd;
	margin-bottom:20px;
}
.text-subtitle-2 {
	color: #bdbdbd;
	font-size: 20px;
	line-height: 1.5em;
	margin-bottom: 10px;
}

.inv {
	display:flex;
	justify-content:space-between;
	flex-flow: row wrap;
	margin-bottom:40px;
}
.inv__user {
	background:rgba(0,0,0,.3);
	flex-basis: 49%;
	position:relative;
}
.inv__bots {
	background:rgba(0,0,0,.3);
	flex-basis: 49%;
}
.inv__user-select {
	background:rgba(0,0,0,.3);
	flex-basis: 49%;
	margin-bottom:20px;
}
.inv__bots-select {
	background:rgba(0,0,0,.3);
	flex-basis: 49%;
	margin-bottom:20px;
}
.inv__header {
	border-bottom:1px solid rgba(0,0,0,.5);
	height:55px;
	display:flex;
	justify-content:space-between;
	position:relative;
}
.inv__price-hint {
	position: absolute;
    bottom: -20px;
    left: 0px;
    font-size: 12px;
}
.inv__items {
	display:flex;
	align-content: flex-start;
	flex-flow: row wrap;
    height: 500px;
    overflow-y: scroll;
	overflow-x: hidden;
	position:relative;
}
.inv__items_short {
	height:350px;
}
.inv__items_hide {
	display:none;
}
.inv__items_onerow {
	height:211px;
}
.inv__item {
	flex: 1 150px;
	height:210px;
	border: solid 1px rgba(0,0,0,.5);
	border-width: 0 1px 1px 0;
	max-width: 192px;
	min-width: 145px;
	text-align:center;
	background:url('../images/item-shadow.png?v=1') -15px -55px no-repeat #161d28;
	position:relative;
	transition:.3s;
}
.inv__item:hover {
	box-shadow:0 0 10px rgba(0,0,0,.7);
	z-index:10;
}
.inv__item-img, .inv__item-img--noclick {
	text-align:center;
	height:70px;
	width:70%;
	margin:10px auto;
	padding:15px 0;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	position:relative;
	z-index:2;
	filter:drop-shadow(2px 2px 2px black);
	cursor:pointer;
}
.inv__item-img--virl{
	padding: 0;
	height: 100px;
	background-size: contain;
}

.inv__item-name {
	padding:7px 15px;
	color:#fff;
	font-weight:400;
	font-size:13px;
	text-align:center;
	line-height:1.2em;
	margin-bottom:12px;
	height:23px;
	overflow:hidden;
}
.inv__item-price {
	font-weight: 400;
    text-align: center;
    color: #fff;
    background: #37445a;
    padding: 7px 15px 4px;
    display: inline-block;
    margin: 0 auto;
	border-radius: 5px;
	font-size:13px;
}
.inv__item-quality {
	position:absolute;
	top:6px;
	right:10px;
	font-size:12px;
	color:#cfcfcf;
}
.inv__item-more {
	position: absolute;
    top:210px;
    left: 0;
    width: 100%;
    color: #fff;
    background: #161d28;
    z-index: 10;
    line-height: 2em;
	box-shadow: 0px 5px 5px rgba(0,0,0,.7);
	display:none;
}
.inv__item:hover .inv__item-more {
	display:block;
}
.inv__item_disabled:hover .inv__item-more {
	display:none;
}
.inv__item-full-name {
	font-size: 12px;
	line-height: 1.3em;
	color: #dfdfdf;
}
.inv__item-full-name_p {
	padding: 5px;
}
.inv__item-full-name span {
	color: #92db43;
}
.inv__item-noty {
	position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    z-index: 100;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inv__btn-update-wrap {
	padding-top:15px;
	text-align:center;
	border-right:1px solid rgba(0,0,0,.5);
}
.inv__btn-update {
	font-size:24px;
	color:#4b5c79;
	text-decoration:none;
	transition:.3s;
	width:55px;
	display:block;
}
.inv__btn-update i {
	transition:.3s;
}
.inv__btn-update i:hover {
	transform: rotate(180deg);
}
.inv__total-price {
	font-size: 20px;
	line-height: 1em;
	padding: 20px 19px;
	border-right: 1px solid rgba(0,0,0,.5);
	width: 380px;
}
.inv__total-price span {
	color:#92db43;
}
.inv__search {
	border-left:1px solid rgba(0,0,0,.5);
}
.inv__search-inp {
	background: none;
    border: none;
    border-bottom: 1px solid #4b5c79;
    font-size: 15px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding: 10px 15px;
    outline: none;
    color: #fff;
    margin: 9px 15px 0;
	width: 200px;
	line-height:1.1em;
}

.inv__sort-inner {
	position:relative;
	cursor: default;
	z-index:101;
	margin: 10px 0 0 10px;
}
.inv__sort-inner:hover {
	background:#37445a;
}
.inv__sort-head {
	color:#4b5c79;
	font-weight:400;
	position:relative;
	padding:10px 20px 20px;
	cursor: default;
	font-size:15px;
}
.inv__sort-inner:hover .inv__sort-head{
	color:#aab3c1;
}
.inv__sort-head i {
	position:relative;
	top:-2px;
}
.inv__sort-items{
	position:absolute;
	z-index:3;
	color:#aab3c1;
	display:none;
	width:155px;
	background:#37445a;
	padding:5px 0;
}
.inv__sort-inner:hover .inv__sort-items {
	display:block;
}
.inv__sort-item {
	padding:7px 20px 5px;
	transition:.3s;
}
.inv__sort-item:hover {
	background:#161d28;
}
.inv__clear-text {
	text-align:center;
	font-size:24px;
	color:#bdbdbd;
	line-height:1em;
	padding:160px 0 70px;
}
.inv__arrow-link {
	color:#bdbdbd;
}
.inv__arrow-down i{
	font-size:48px;
	line-height:2em;
	transition:.3s;
}
.inv__arrow-down i:hover {
	transform:translateY(20px);
}
.inv__loader {
	text-align: center;
    width: 100%;
    padding: 200px 0;
}
.inv__items_onerow .inv__loader {
	padding: 55px 0;
}
.inv__empty, .inv__empty-tradeurl, .inv__request-login {
	color:#bdbdbd;
	display:none;
	padding:20px;
}
.inv__footer-hint {
	line-height: 1em;
	padding: 5px 10px 30px 0;
	font-size: 12px;
	text-align: left;
}
.inv__footer {
	text-align:center;
	padding:10px 0;
}
.inv__profile .inv__footer {
	display:none;
}
.inv__filter-price-inner {
	position: relative;
	cursor: default;
	z-index: 101;
	margin: 10px 0 0 10px;
	width:88px;
}
.inv__filter-price-inner:hover {
	background:#37445a;
}
.inv__filter-price-head {
	color: #4b5c79;
	font-weight: 400;
	position: relative;
	padding: 10px 20px 20px;
	cursor: default;
	font-size: 15px;
}
.inv__filter-price-inner:hover .inv__filter-price-head{
	color:#aab3c1;
}
.inv__filter-price-head i {
	position:relative;
	top:-2px;
}
.inv__filter-price-frm {
	width: 270px;
	position: absolute;
	background: #37445a;
	z-index: 3;
	color: #aab3c1;
	display: none;
	padding:10px;
	text-align:center;
}
.inv__filter-price-inner:hover .inv__filter-price-frm{
	display:block;
}
.inv__filter-price-inp {
	background: none;
	border: none;
	border-bottom: 1px solid #4b5c79;
	font-size: 15px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	padding: 10px 15px;
	outline: none;
	color: #fff;
	width: 50px;
	line-height: 1.1em;
}
.inv__filter-price-btn-ok {
	margin-left:10px;
}
.inv__filter-price-btn-ok i {
	margin-right:0;
}
.inv__tabs {
	display: flex;
	width:100%;
	justify-content: space-between;
	background: rgba(0,0,0,.3);
}
.inv__tab {
	line-height: 1em;
	padding: 14px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 100%;
    justify-content: center;
	border-right: 1px solid rgba(0,0,0,.5);
	border-bottom: 1px solid rgba(0,0,0,.5);
	transition: background .3s;
}
.inv__tab:last-child {
	border-right-color: transparent;
}
.inv__tab_active {
	background: #161d29;
	border-bottom-color: transparent;
}
.tab-ico {
	display: inline-block;
	width: 100%;
	height: 20px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.tab-ico__vgo {
	background-image:url('../images/tab-ico-vgo.png?v=3');
}
.tab-ico__virl {
	background-image:url('../images/tab-ico-virl.png?v=3');
}
.tab-ico__csgo {
	background-image:url('../images/tab-ico-csgo.png?v=3');
}
.tab-ico__dota2 {
	background-image:url('../images/tab-ico-dota2.png?v=3');
}
.tab-ico__h1z1 {
	background-image:url('../images/tab-ico-h1z1.png?v=3');
}
.tab-ico__shoes {
	background-image:url('../images/tab-ico-shoes.png');
}
.tab-ico__apparel {
	background-image:url('../images/tab-ico-apparel.png');
}
.tab-ico__electronics {
	background-image:url('../images/tab-ico-electronics.png');
}
.wear {
	margin:10px auto;
	width:90%;
}
.wear-cursor {
	height:5px;
	position:relative;
}
.wear-cursor i{
	height: 5px;
    position: absolute;
    top: -5px;
    left: 50%;
}
.wear-lines {
	display:flex;
	justify-content:space-between;
}
.wear-line {
	height:5px;
	background:red;
}
.wear-line-fn{
	width:7%;
	background:#178391;
}
.wear-line-mw{
	width:8%;
	background:#76b400;
}
.wear-line-ft{
	width:23%;
	background:#e5bf26;
}
.wear-line-ww{
	width:7%;
	background:#ff8029;
}
.wear-line-bs{
	width:55%;
	background:#ff3e2f;
}
.wear-text {
	text-align:center;
	font-size:12px;
	color:#dfdfdf;
}
.inv__views {
	width: 90%;
	height: 28px;
    display: flex;
    margin: 0 auto 5px;
    justify-content: center;
}
.inv__views a {
	display: block;
    width: 33%;
	color: #dfdfdf;
	transition:.3s;
	font-size:18px;
}
.inv__views a:hover {
	opacity:.9;
}
.inv__views .open-waxex{
	height:14px;
}
.inf__footer {
	border-top:1px solid rgba(0,0,0,.5);
	display:flex;
	justify-content:space-between;
}
.inf__balance-text {
	flex-basis: 65%;
	color:#bdbdbd;
	font-size:20px;
	line-height:1.3em;
	padding:13px 0 0 20px;
}
.inf__balance-text_r {
	text-align:right;
	padding:13px 20px 0 10px;
}
.inf__balance {
	border-left:1px solid rgba(0,0,0,.5);
	flex-basis: 36%;
	font-size:32px;
	color:#bdbdbd;
	line-height:2em;
	text-align:center;
	padding-top:3px;
}
.inf__balance_r{
	border-left:none;
	border-right:1px solid rgba(0,0,0,.5);
}
.inf__balance-hint {
	font-size:14px;
	line-height: 1em;
	color:#92db43;
}
.trade {
	flex-basis:100%;
	margin:0 0 40px;
}
.trade__btn {
	text-align:center;
}

.stats {
	margin:30px 0 30px;
}
.stats__list {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.stats__item {
	flex-basis: 25%;
	color:#bdbdbd;
	font-size:20px;
	text-align:center;
}
.stats__item i {
	color:#92db43;
}
.stats__item span {
	color:#92db43;
	display:inline-block;
	line-height:2em;
	font-size:32px;
	font-weight:400;
}
.error-404 {
	font-size:200px;
	color:#4b5c79;
	text-align:center;
	margin-top:5%;
	line-height:1em;
}
.error-404__text {
	font-size:16px;
	color:#fff;
	text-align:center;
}
.error-404__text a {
	color:#fff;
}
.error-404__text a:hover {
	text-decoration:none;
}
.templates {
	display:none;
}
.offer {
	width:600px;
}
.offer-code {
	margin-bottom:20px;
}
.offer-code__head {
	text-align:center;
	font-size:18px;
	line-height:1em;
	margin-bottom:10px;
}
.offer-code__text {
	color: #92db43;
    line-height: 1em;
    font-size: 32px;
	font-weight: 400;
	text-align:center;
	margin-bottom:5px;
}
.offer-code__hint {
	font-size:12px;
	line-height:1em;
	text-align:center;
}
.offer__btn {
	text-align:center;
	position:relative;
	margin-bottom:20px;
}
.fancy-msg__body {
	margin-bottom:20px;
	font-size:16px;
	line-height:1.5em;
	margin:25px 0;
	text-align:center;
}
.fancy-msg__btn {
	text-align:center;
	position:relative;
	margin-bottom:20px;
}
.trade-url-frm {
	max-width: 680px;
}
.trade-url-frm__label {
	font-size:16px;
	line-height:1.3em;
	margin:25px 0;
	text-align:center;
}
.trade-url-frm__label a {
	color:#92db43;
}
.trade-url-frm__label a:hover {
	text-decoration:none;
}
.trade-url-frm__btn {
	text-align:center;
}
.trade-url-frm__inp {
	background: none;
    border: none;
    border-bottom: 1px solid #4b5c79;
    font-size: 16px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    padding: 15px 15px;
    outline: none;
    color: #fff;
    margin-bottom:25px;
	width: 650px;
	line-height:1.1em;
}
.btn-save-trade-url {
	margin-bottom:20px;
}

.profile-wrap {
	display:flex;
	justify-content: space-between;
	margin-bottom:20px;
}
.profile-main {
	flex-basis: 25%;
}
.profile-main__avatar {
	width:50%;
	margin:0 auto;
	padding:20px 0;
	text-align:center;
}
.profile-main__avatar img {
	max-width:100%;
}
.profile-main__nickname {
	padding:0 20px 20px;
	text-align:center;
	font-size:16px;
	line-height:1.3em;
}
.profile-main__balance {
	padding:0 75px 20px;
	line-height:1.4em;
}
.profile-main__balance span {
	color:#92db43;
}
.profile-main__balance i {
	color:#92db43;
	display:inline-block;
	margin-right:3px;
}
.profile-info {
	flex-basis: 73%;
}
.profile-info__title {
	color: #bdbdbd;
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 10px;
}
.profile-info__subtitle {
	color: #bdbdbd;
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 10px;
}
.profile-info__inner {
	background:rgba(0,0,0,.3);
}
.profile-info__inner_mb {
	margin-bottom:30px;
}
.profile-info__row {
	padding:20px;
}
.profile-info__row_cells{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.profile-info__label {
	font-size:16px;
	margin-bottom:10px;
	display:block;
}
.profile-info__hint {
	font-size:13px;
	margin-top:10px;
}
.profile-info__inp-wrap {
	display:flex;
}
.profile-info__inp {
	background: none;
	border: none;
	border-bottom: 1px solid #4b5c79;
	font-size: 14px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	outline: none;
	color: #fff;
	width:92%;
	padding:8px 5px;
	line-height:1.1em;
}
.profile-info__cell {
	flex-basis:48%;
	position:relative;
}
.profile-info__checkbox-label {
	display: block;
	left: 0px;
	top: 0;
	position: relative;
	width: 180px;
	height: 36px;
	z-index: 10;
	line-height: 40px;
	font-weight: bold;
	background: rgba(255,255,255,.2);
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	cursor: pointer;
	border-radius:20px;
}
.profile-info__checkbox-label:after {
	content: "ON";
	width: 100px;
	height: 36px;
	position: absolute;
	left: 0px;
	top: 0px;
	display: block;
	background: #92db43;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	cursor: pointer;
	text-align:center;
	color:#fff;
	border-radius:20px;
}
.profile-info__checkbox {
	display: none;
}
.profile-info__checkbox:checked + .profile-info__checkbox-label {
	left: 0px;
}
.profile-info__checkbox:checked + .profile-info__checkbox-label:after {
	left: 80px;
	background: #ce352c;
	content: "OFF";
}
.profile-info__btn-copy i, .partner-link__btn-save i, .partner-link__btn-copy i, .profile-info__btn-save-url i {
	margin:0;
}
.profile-info_vcenter {
	display:flex;
	align-items:center;
	justify-content:center;
}
.profile-info__hidden {
	font-size:24px;
	line-height:1.3em;
}
.profile-info__partner-balance {
	color:#92db43;
	font-size: 30px;
	line-height: 1em;
	padding: 6px 15px 0 0;
}
.profile-info__label-partner-link {
	font-size:14px;
	line-height:1em;
	padding-top:11px;
}
.partners-tab {
	width:100%;
}
.partners-tab th {
	border-bottom:1px solid rgba(189,189,189,.3);
}
.partners-tab__td, .partners-tab__th{
	padding: 10px 5px;
	font-size: 13px;
	text-align: center;
	line-height: 1em;
	transition:.3s;
}
.partners-tab__tr-normal:hover td {
	background:#4b5c79;
}

.partners-tab__td_l {
	text-align:left;
}
.partners-tab__tr-total .partners-tab__td {
	border-top:1px solid rgba(189,189,189,.3);
	font-size:14px;
	color:#92db43;
}
.ach {
	display:flex;
	flex-wrap:wrap;
	padding:20px;
}
.ach__item {
	flex-basis: 20%;
	padding:20px 0;
	transition:.3s;
}
.ach__item:hover {
	background:rgba(255,255,255,.03);
}
.ach__item a {
	text-decoration:none;
}
.ach__title {
	text-align:center;
	color:#bdbdbd;
}
.ach__figure {
	position:relative;
	width: 118px;
	height: 100px;
	margin:0 auto 10px;
}
.ach__triangles {
	width: 0; height: 0;
	border-left: 29px solid transparent;
	border-right: 29px solid transparent;
	border-bottom: 50px solid #2e343e;
	position:absolute;
	top:0;
	left:0;
	transition:.3s;
}
.ach__triangles:nth-child(1) {
	transform: rotate(180deg);
	top: 0px;
	left: 30px;
}
.ach__triangles:nth-child(2) {
	transform: rotate(240deg);
	top: 12px;
	left: 53px;
}
.ach__triangles:nth-child(3) {
	transform: rotate(300deg);
	top: 38px;
	left: 53px;
}
.ach__triangles:nth-child(4) {
	transform: rotate(0deg);
	top: 50px;
	left: 30px;
}
.ach__triangles:nth-child(5) {
	transform: rotate(60deg);
	top: 38px;
	left: 7px;
}
.ach__triangles:nth-child(6) {
	transform: rotate(120deg);
	top: 12px;
	left: 7px;
}
.ach__sphere{
	position: absolute;
	top: 33px;
	left: 41px;
	z-index: 10;
	border: 1px solid #161d28;
	border-radius: 50%;
	text-align: center;
	background: #2e343e;
	width: 34px;
	padding: 11px 0 9px;
	line-height: 1em;
	color:#92db43;
	transition:.3s;
}
.ach__item:hover .ach__sphere{
	background:#434952;
}
.ach__item:hover .ach__triangles{
	border-bottom: 50px solid #434952;
}
.ach__sphere_active, .ach__item:hover .ach__sphere_active {
	background:#92db43;
	color:#000;
}
.ach-fancy .ach__triangles{
	border-bottom:50px solid #37404f;
}
.ach-fancy .ach__sphere {
	background:#37404f;
}
.ach__triangles_active, .ach__item:hover .ach__triangles_active, .ach-fancy .ach__triangles_active {
	border-bottom: 50px solid #92db43;
}
.ach-fancy__title {
	color: #bdbdbd;
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 10px;
	text-align:center;
}
.ach-fancy__current-level {
	font-size:18px;
	text-align:center;
	line-height:1em;
	margin:10px 0 20px 0;
}
.ach-fancy__current-value {
	margin-bottom:20px;
}
.ach-fancy__current-value span {
	color:#92db43;
}
.ach-fancy__desc {
	line-height:1.3em;
	margin-bottom:20px;
}
.ach-fancy__levels {
	width:100%;
}
.ach-fancy__levels th {
	border-bottom:1px solid rgba(189,189,189,.3);
}
.ach-fancy__levels th, .ach-fancy__levels td {
	padding:6px 5px;
	font-size:13px;
	text-align:center;
	line-height:1em;
}
.ach-fancy__current-row td {
	background:#4b5c79;
}
.ach-fancy__wrap {
	max-width: 420px;
}
.ach-fancy__tasks {
	width: 100%;
	margin-bottom: 20px;
}
.ach-fancy__task {
	display: flex;
	width: 100%;
	margin-bottom: 15px;
}
.ach-fancy__task-text {
	width: 70%;
}
.ach-fancy__task-status {
	width: 30%;
	text-align: right;
}
.ach-fancy__task-checked {
	color: green;
}
.ach-fancy__btns {
	text-align: center;
	margin-bottom: 5px;
}
.ach-fancy__img {
	text-align: center;
	margin-bottom: 10px;
}
.ach-fancy__img img {
	width: 120px;
}
.coupons__items {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
}
.coupons__item {
	width:20%;
}
.coupons__item-img {
	text-align: center;
	width: 162px;
	height: 162px;
	margin: 10px auto;
	padding: 15px 0;
	position: relative;
	z-index: 2;
	filter: drop-shadow(2px 2px 2px black);
	cursor: pointer;
	transition:.3s;
}
.coupons__item-img:hover {
	transform:scale(1.5) rotate(35deg);
	z-index: 100;
}
.coupons__item-img > img {
	max-width: 100%;
	max-height: 100%;
}
.coupons__item-name {
	padding: 7px 15px;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
	text-align: center;
	line-height: 1.2em;
	margin-bottom: 5px;
	height: 30px;
	overflow: hidden;
}
.coupons-case {
	margin:0 auto 50px;
}
.coupons-case__img {
	width:300px;
	margin:30px auto;
}
@keyframes open {
	0% {transform:translateY(0px)}
	50%{transform:translateY(20px)}
	100%{transform:translateY(0px)}
}
.coupons-case__img_case {
	max-width:100%;
	transition:2s;
}
.coupons-case__img_case:hover {
	animation: open 2s infinite ease-in-out;
	filter: drop-shadow(0px 0px 1px #9f8e0d);
}
.coupons-case__title {
	text-align:center;
	font-size:20px;
	line-height:1em;
	margin-bottom:20px;
	display:none;
}
.coupons-case__link-repeat {
	text-align:center;
	display:none;
}
.coupons-case__btns {
	text-align:center;
}
.stats-case__list {
	display:flex;
	flex-wrap:wrap;
}
.stats-case__item {
	width:20%;
	padding:0 29px;
	margin-bottom:40px;
}
.stats-case__title {
	color: #bdbdbd;
	font-size: 26px;
	line-height: 1.3em;
	text-align:center;
	height: 66px;
}
@keyframes cases_stats {
	0% {transform:translateY(0px)}
	50%{transform:translateY(20px)}
	100%{transform:translateY(0px)}
}
.stats-case__logo img {
	max-width:100%;
	transition:2s;
}
.stats-case__logo img:hover {
	animation: cases_stats 2s infinite ease-in-out;
	filter: drop-shadow(0px 0px 10px #fff);
}
.stats-case__param {
	margin-bottom:5px;
}
.stats-case__param span {
	color: #92db43;
}
.noty__text {
	font-size: 16px;
    line-height: 1em;
    margin: 25px 0;
    text-align: center;
}
.noty__btn {
	text-align:center;
}
.noty__btn a {
	margin-bottom:20px;
}

.wiki-case__list {
	display:flex;
	flex-wrap:wrap;
}
.wiki-case__item {
	width:20%;
	padding:0 29px;
	margin-bottom:40px;
}
.wiki-case__item a {
	text-decoration:none;
}
.wiki-case__title {
	font-size: 22px;
	line-height: 1.3em;
	text-align:center;
	height: 56px;
}
@keyframes wiki_cases_stats {
	0% {transform:translateY(0px)}
	50%{transform:translateY(20px)}
	100%{transform:translateY(0px)}
}
.wiki-case__logo img {
	max-width: 100%;
	transition: 2s;
}
.wiki-case__logo img:hover {
	animation: wiki_cases_stats 2s infinite ease-in-out;
}
.wiki-case__param {
	margin-bottom:5px;
}
.wiki-case__param span {
	color: #92db43;
}

.case-card {
	display: flex;
}
.case-card__img {
	width: 40%;
	text-align: center;
}
.case-card__img img {
	max-width: 70%;
	filter: drop-shadow(0px 0px 10px rgba(255,255,255,.3));
}
.case-card__desc {
	width: 60%;
}
.case-card__desc-row {
	display: flex;
	justify-content: space-between;
}
.case-card__desc-block {
	padding: 20px;
	width: 50%;
}
.case-card__desc-block--full {
	width: 100%;
}
.case-card__desc-title {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 20px;
}
.case-card__desc-title i {
	color: #92db43;
}
.case-card__desc-value {
	font-weight: 400;
	color: #92db43;
	font-size: 32px;
	line-height: 1em;
}
.case-card__desc-text {
	color: #bdbdbd;
    line-height: 1.5em;
    font-size: 16px;
}
.case-card__desc-text p {
	margin-bottom: 15px;
}

.cases-items__inner {
	background: rgba(0,0,0,.3);
	margin-bottom: 20px;
}
.inv__search--cases {
	border: none;
}
.inv__items--cases {
	height: auto;
}
.inv__item--cases {
	flex: 1 16.58%;
	max-width: 16.58%;
}

.item-card {
	display: flex;
}
.item-card__img {
	width: 40%;
	text-align: center;
}
.item-card__img img {
	max-width: 70%;
	filter: drop-shadow(2px 2px 2px black);
}
.item-card__desc {
	width: 60%;
}
.item-card__desc-row {
	display: flex;
	justify-content: space-between;
}
.item-card__desc-block {
	padding: 20px;
	width: 50%;
}
.item-card__desc-block--full {
	width: 100%;
}
.item-card__desc-title {
	font-size: 20px;
	line-height: 1em;
	margin-bottom: 20px;
}
.item-card__desc-title i {
	color: #92db43;
}
.item-card__desc-value {
	font-weight: 400;
	color: #92db43;
	font-size: 32px;
	line-height: 1em;
}
.table-price {
	padding: 20px;
}
.table-price__row {
	display: flex;
	justify-content: space-between;
}
.table-price__block {
	padding: 10px;
	width: 15%;
	text-align: center;
}
.table-price__block--long {
	width: 55%;
	text-align: left;
}
.table-price__block--head {
	border-bottom: 1px solid #4b5c79;
	color: #92db43;
}
.table-price__hint {
	border-top: 1px solid #4b5c79;
	font-size:12px;
	padding: 10px;
	width: 100%;
}
.crumbs {
	margin-bottom: 35px;
}
.offer-status {
	width: 450px;
	display: none;
}
.offer-status__icon {
	border-radius: 50%;
	font-size: 52px;
	width: 120px;
	margin: 30px auto 20px;
	text-align: center;
	padding: 34px 0;
}
.offer-status__icon_success {
	border: 1px solid #92db43;
	color: #92db43;
}
.offer-status__icon_error {
	border: 1px solid red;
	color: red;
}
.offer-status__btn {
	text-align: center;
	margin-bottom: 25px;
}
.offer_status__message {
	text-align: center;
	font-size: 28px;
	line-height: 1em;
	margin-bottom: 25px;
}
.offer_status__btn {
	text-align: center;
}
.offer-status__inner {
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.offer-status__social {
	width: 48%;
}
.offer-status__social-header, .offer-status__review-header {
	line-height: 1.3em;	
	text-align: center;
}
.offer-status__review-header_small {
	font-size: 20px;
}
.offer-status__social-icons {
	text-align: center;
	margin: 19px 0 0;
}
.offer-status__social-icon {
	font-size: 24px;
	transition: .3s;
	display: inline-block;
	margin: 0 10px;
}
.offer-status__social-icon:hover {
	opacity: .7;
}
.offer-status__line {
	width: 1px;
	height: 75px;
	background: rgba(255,255,255,.1);
	margin-top: 5px;
}

.offer-status__review {
	width: 48%;
}
.offer-status__review-btn {
	text-align: center;
	margin: 15px 0 5px;
}
.offer-status__textarea {
	background: none;
	border: 1px solid #4b5c79;
	font-size: 16px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	padding: 15px 15px;
	outline: none;
	color: #fff;
	margin: 25px 0;
	width: 418px;
	line-height: 1.1em;
	height: 70px;
}
.offer-status__review-text {
	text-align: center;
	font-size: 16px;
	line-height: 1.3em;
	margin: 30px 0;
	color: #92db43;
	display: none;
}

.payments {
	background: rgba(0,0,0,.3);
	margin-bottom: 20px;
}
.payment-systems {
	padding: 20px;
}
.payment-systems__list-hint {
	font-size:16px;
	margin-bottom: 20px;
	line-height: 1.5em;
}
.payment-systems__grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	justify-content: space-between;
}
.payment-systems__item {
	width: 35px;
	padding: 0 10px;
	margin-bottom: 10px;
}
.payment-systems__item > img {
	max-width: 100%;
}

.payment__frm {
	padding: 30px;
	margin: 0 auto 20px;
	background: rgba(0,0,0,.3);
}
.payment__frm_w400 {
	/* width: 400px; */
}
.payment__frm-currency {
	color: #92db43;
	font-size: 24px;
}
.payment__frm-label {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
}
.payment__frm-inp-wrap {
	width: 40%;
	margin: 0 auto;
	text-align: center;
}
.payment__frm-inp {
	background: none;
	border: none;
	border-bottom: 1px solid #4b5c79;
	font-size: 24px;
	font-family: 'Helvetica Neue', Arial, sans-serif;
	outline: none;
	color: #fff;
	width: 79%;
	padding: 8px 5px;
	line-height: 1.1em;
	text-align: center;
}
.payment__frm-btns {
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.faq__item {
	padding: 20px;
	background: rgba(0,0,0,.3);
	margin-bottom: 20px;
	color: #bdbdbd;
	line-height: 1.5em;
	font-size: 16px;
}
.faq__title {
	cursor: pointer;
	font-size: 18px;
}
.faq__title > i {
	font-size: 18px;
	color: #92db43;
	display: inline-block;
	margin-right: 20px;
}
.faq__content {
	margin: 20px 0 0 40px;
	border-top: 1px solid #bdbdbd;
	padding-top: 20px;
	display: none;
}
.faq__content.in-active {
	display: block;
}
.faq__content p {
	margin-bottom: 15px;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1200px;
	margin: -55px auto 0;
	height: 55px;
	border-top:1px solid #4b5c79;
	position: relative;
	color:#4b5c79;
	padding:0 10px;
}
.copy {
	text-align:center;
	padding:20px 0;
	font-size:12px;
}
.footer__row{
	display:flex;
	justify-content:space-between;
	margin:20px 0;
}
.footer__block{
	flex-basis: 20%;
}
.footer__block_2{
	flex-basis: 15%;
}
.footer__block_3{
	flex-basis: 35%;
}
.footer-menu__link {
	text-decoration:none;
	color:#fff;
}
.footer-menu__item {
	margin-bottom:8px;
	transition:.3s;
}
.footer-menu__link:hover {
	border-bottom:1px solid #dfdfdf;
	color:#dfdfdf;
}
.footer-logo {
	text-align:right;
	margin-bottom:10px;
}
.footer-logo__link {
	text-decoration: none;
    color: #4b5c79;
    font-size: 33px;
    line-height: 1em;
    display: inline-block;
    font-weight: 400;
	font-weight:600;
	transition:.3s;
}
.footer-logo__link:hover{
	color:#fff;
}
.footer-logo__link:hover span {
	transition:.3s;
	color:red;
}
.footer__payment-list {
	height: 31px;
	margin-left: 15px;
}
.socal {
	text-align:right;
}
.social__link {
	color: rgba(255,255,255,.3);
	font-size:24px;
	transition:.3s;
	display:inline-block;
	margin-left:10px;
}
.social__link_vk:hover{
	color:#4a76a8;
}
.social__link_tw:hover{
	color:#1da1f2;
}

.nz-icon-deposit {
	width: 24px;
	height: 24px;
	font-style: normal;
	display: inline-block;
	background: url('../images/ico-deposit.png') center center no-repeat;
	background-size: cover;
}

.transaction {
	max-width: 1280px;
	width: 100%;
	display: flex;
	
}
.transaction__block--l {
	padding: 20px;
	background: rgba(0,0,0,.3);
	margin-bottom: 20px;
	width: 300px;
	margin-right: 40px;
}
.transaction__block--l > img {
	width: 100%;
	margin-bottom: 20px;
}
.transaction__block--r {
	padding: 20px;
	background: rgba(0,0,0,.3);
	margin-bottom: 20px;
	width: 100%;
}
.transaction__row {
	margin-bottom: 20px;
}
.transaction__label {
	font-size: 20px;
	font-weight: 100;
	line-height: 1em;
	margin-bottom: 10px;
}
.transaction__value {
	color: #92db43;
	font-size: 16px;
	word-break: break-all;
}
.transaction__hint {
	color: #777;
	line-height: 1.5em;
}

@media only screen and (max-width : 1024px) {
	.header, .wrapper, .footer {
		width:auto;
		padding:0 10px;
	}
	.inv__user-select, .inv__bots-select{
		flex-basis:100%;
	}
	.top-menu {
		display:none;
	}
	.profile-info__cell{
		flex-basis:100%;
		margin-bottom:10px;
	}
	.profile-top__item_mobile {
		display:flex;
	}
	.stats-case__item {
		width:27%;
		padding:0 3%;
	}
	.profile-top__inner{
		display:flex;
	}
	.inv__user {
		flex-basis: 100%;
		margin-bottom:40px;
	} 
	.inv__bots {
		flex-basis: 100%;
	}
	.transaction__block--l {
		display: none;
	}
}
@media only screen and (max-width : 480px) {
	.btn_big {
		padding:15px 12px 15px;
	}
	.header {
		height:auto;
		flex-wrap:wrap;
	}
	.top-menu {
		display:none;
	}
	.header__user, .profile-top {
		width:100%;
		padding-bottom:2px;
		justify-content: space-between;
	}
	.profile-top__nickname {
		width:100%;
		padding-top:10px;
	}
	.profile-info__inp-wrap {
		flex-wrap:wrap;
		margin-bottom:10px;
	}
	.profile-top__menu-btn {
		padding-top:4px;
	}
	.profile-info__inp {
		width:60%;
		margin-bottom:10px;
	}
	.inv__search-inp {
		width:auto;
	}
	.inf__balance {
		font-size:22px;
		padding-top:21px;
	}
	.inf__balance_r {
		padding-top:27px;
	}
	.inf__balance-text {
		padding-bottom:13px;
		line-height:1em;
	}
	.inv__sort, .inv__filter-price {
		display: none;
	}
	.inv__user {
		flex-basis: 100%;
		margin-bottom:20px;
	}
	.inv__bots {
		flex-basis: 100%;
	}
	.inv__sort {
		width:220px;
	}
	.inv__price-hint{
		top: -30px;
		height: 30px;
	}
	.inv__item {
		width:49%;
		max-width:49%;
		flex:1 140px;
	}
	.coupons__item {
		width:50%;
	}
	.header__user-login {
		overflow:hidden;
		margin:0 auto;
	}
	.stats__item {
		flex-basis: 100%;
		display: flex;
	}
	.stats__item-title {
		flex-basis: 60%;
		padding: 13px 0 0 0;
		text-align: left;
	}
	.stats__item-value {
		flex-basis: 40%;
		text-align: right;
	}
	.stats__item span {
		font-size:26px;
	}
	.change-lang__items {
		top:50px;
	}
	.profile-top__balance {
		padding-top:0;
	}
	.profile-top__items {
		top:39px;
	}
	.profile-top__item_mobile {
		display:flex;
	}
	.profile-top__inner{
		display:flex;
	}
	.stats-case__item, .wiki-case__item {
		width:100%;
	}
	.coupons-case__img {
		width:auto;
	}
	.footer__row {
		display: block;
	}
	.footer__block {
		display:none;
	}
	.footer__block_2 {
		flex-basis:100%;
	}
	.footer__block_3 {
		margin-bottom: 15px;
		text-align: center;
	}
	.footer-logo, .socal {
		text-align:center;
	}
	.payment__frm_w400 {
		width: auto;
	}
}


/* libraries */

/*! Hint.css - v2.5.1 - 2018-11-17
* http://kushagragour.in/lab/hint/
* Copyright (c) 2018 Kushagra Gour */

[class*=hint--]{position:relative}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.3s ease;-moz-transition:.3s ease;transition:.3s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#383838}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#383838}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .3s ease,visibility .3s ease,-moz-transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)}