.quick-block-cs {
    background-image: url(/images/btn-quick_cs.png);
    color: #CFF8FF;
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.26);
}

.quick-block-cs:hover {
    color: #CFF8FF;
}

.cs_buy-btn {
    background: url(/images/new/cs_btn.png?2) no-repeat;
    color: #CFF8FF;
    width: 145px;
}

.cs_buy-icon {
    background: url(/images/new/cs_buy.svg?2) no-repeat;
    display: inline-block;
    height: 26px;
    margin-right: 10px;
    transition: background 0.3s ease-in-out;
    vertical-align: middle;
    width: 23px;
}

.cs_buy-btn:hover {
    background: url(/images/new/cs_btn-h.png?2) no-repeat;
    color: #FFFFFF;
    cursor: pointer;
}

.cs_buy-btn:hover .cs_buy-icon {
    background: url(/images/new/cs_buy-h.svg?2) no-repeat;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    width: 23px;
}

.cs_cart-btn {
    background: url(/images/new/cs_btn-small.png?2) no-repeat;
    height: 50px;
    width: 50px;
}

.cs_cart-icon {
    background: url(/images/new/cs_cart.svg?2) no-repeat;
    display: inline-block;
    height: 24px;
    transition: background 0.3s ease-in-out;
    vertical-align: middle;
    width: 24px;
}

.cs_cart-btn:hover {
    background: url(/images/new/cs_btn-small-h.png?2) no-repeat;
}

.cs_cart-btn:hover .cs_cart-icon {
    background: url(/images/new/cs_cart-h.svg?2) no-repeat;
}

.float-loading {
    color: #eb4b4b;
    display: none;
}

.float-error {
    color: red;
    cursor: help;
    display: none;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.wear .progress-bar-fn {
    background-color: green;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.wear .progress-bar-bs {
    background-color: #993A38;
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.wear > .progress {
    overflow: hidden;
    height: 8px;
    width: 100%;
}

.wear > .wear-pointer {
    top: -14px;
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: left;
}

.wear, .wear-value {
    position: relative;
}

.wear-value {
    bottom: 13px;
    width: 100%
}

.wear {
    top: 5px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 95%;
    height: 0
}

.wear > .wear-pointer i:before {
    position: relative;
    right: 7px
}

.wear > .progress {
    overflow: hidden;
    height: 8px;
    width: 100%
}

.wear .progress-bar-fn {
    background-color: green
}

.wear .progress-bar-bs {
    background-color: #993A38
}

#vk_widget {
    width: 320px;
    margin-top: 40px!important;
    padding-right: 20px;
}
@media screen and (max-width: 1500px) {
    #vk_widget { width: 250px; }
    #vk_widget #vk_groups, #vk_widget iframe { width: 250px !important; }
}

.scammer-close {
    position: relative;
    top: 25px;
    left: -5px;
    background: url(/images/close.svg?1) no-repeat;
    width: 100%;
    height: 32px;
    width: 26px;
    vertical-align: middle;
    display: none;
}

.scammer-close:hover {
    display: inline-block;
}

.tf2box {
    display: inline-block;
    padding: 5px 7px;
    border: 1px solid #e5e5e5;
    background-clip: padding-box;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    font-family: 'Roboto Condensed', 'Segoe UI', Tahoma, Arial, sans-serif;
    color: red;
    font-size: 16px;
}

.quick-block {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    width: 190px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    padding-top: 12px;
}

.quick-block:hover {
    font-family: 'Roboto Condensed', sans-serif;
}

.notif-block {
    background: #EFEFEF;
    border-radius: 2px;
    box-sizing: border-box;
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    min-height: 90px;
    max-height: 210px;
    padding: 20px;
    width: 190px;
    margin-top: 9px;
}

.notif-icon {
    display: inline-block;
    height: 20px;
    vertical-align: baseline;
    width: 20px;
}

.notif-error {
    border-bottom: 5px solid #FF4949;
}

.notif-error-icon {
    background: url(../images/notify/error.svg) no-repeat;
}

.notif-warning {
    border-bottom: 5px solid #FF9E45;
}

.notif-warning-icon {
    background: url(../images/notify/warning.svg) no-repeat;
}

.notif-success {
    border-bottom: 5px solid #3BC43B;
}

.notif-success-icon {
    background: url(../images/notify/success.svg) no-repeat;
}

.notif-info {
    border-bottom: 5px solid #36A8FF;
}

.notif-info-icon {
    background: url(../images/notify/info.svg) no-repeat;
}

.notif-header {
    color: #2A2A2A;
    display: inline-block;
    font-size: 20px;
    margin: 0 0 10px 7px;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    margin-left: 5px;
}

.notif-text {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 21px;
    margin-top: 5px;
}

.c-red {
    color: red;
    transition: 0.3s ease-in-out;
}

.buy-btn {
    margin-left: 40px;
}

.btn {
    display: inline-block;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    position: relative;
    transition: 0.3s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.cart-text {
    color: #383838;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin: 0 30px;
    text-align: center;
}

.cart-text-link {
    color: #2277A8;
    text-decoration: none;
}

.profile {
    display: block;
    margin: 0 auto;
    /*width: 190px;*/
}

.profile-avatar-icon, .profile-id {
    display: block;
}

.profile-header {
    text-align: center;
}

.profile-header > .profile-h1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.profile-h1 {
    display: inline-block;
    color: #2A2A2A;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.profile-id {
    color: #969595;
    font-size: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 5px;
    text-transform: uppercase;
}

.profile-data {
    background: #EFEFEF;
    border-radius: 3px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-indent: 20px;
    width: 190px;
}

.profile-icon {
    background: url(../images/new/profile-icons.svg) no-repeat;
    display: inline-block;
    height: 20px;
    margin-right: 7px;
    vertical-align: middle;
    width: 20px;
}

.profile-date-icon {
    background-position: 0 0;
}

.profile-sell-icon {
    background-position: -20px 0;
}

.profile-purchase-icon {
    background-position: -40px 0;
}

.profile-time-icon {
    background-position: -60px 0;
}

.profile-avatar-icon {
    background: url(../images/new/avatar.svg) no-repeat;
    display: block;
    height: 28px;
    margin: 0 auto;
    width: 28px;
}

.cfoot {
    background: white;
    text-align: center;
    width: 100%;
    height: 15px;
    margin-top: 5px;
    position: relative;
    bottom: 0px;
    display: none;
}

#cprice-block {
    display: none;
}

#cloading.preloader_gif {
    padding: 0;
    border: 0 none;
    box-shadow: none;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    display: none;
}

#cloading-text {
    font-size: 80%;
    display: none;
}

.citem-box {
    position: absolute;
    z-index: 999999;
    border-radius: 2px;
    display: none;
    box-shadow: 0 7px 5px -5px rgba(0, 0, 0, .3);
}

.market-items.citem-box {
    padding: 0;
}

.market-items.citem-box .item {
    margin: 0;
    height: 66px;
}

.market-items.citem-box .item .image {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}


.spoiler-wrapper {
    margin: 20px 15px;
    position: relative;
}

.spoiler a {
    font-size: 22px;
    color: #000000;
    border-bottom: #000000 dashed 2px;
    text-decoration: none;
}

.spoiler:hover {
    cursor: pointer;
}

.spoiler-text {
    margin: 15px 25px;
    font-size: 18px;
}
.selling .myitem.waiting .givemelink {
    top: 55px;
    text-transform: none;
    text-decoration: none;
    font-size: 1.15em;
    line-height: 1.1em;
    color: #a0f300;
    cursor: default;
    text-shadow: 0 1px 4px #000000, 0 0 2px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1500px) {
    #vk_widget {
        width: 250px;
    }
    #vk_widget #vk_groups, #vk_widget iframe {
        width: 250px !important;
    }
}
