.counter_block .text::-webkit-input-placeholder {opacity: 0; transition: 0.5s;}
.counter_block .text::-moz-placeholder {opacity: 0; transition: 0.5s;}
.counter_block .text:-ms-input-placeholder {opacity: 0; transition: 0.5s;}
.counter_block .text.js-hover::-webkit-input-placeholder {opacity: 0.7;}
.counter_block .text.js-hover::-moz-placeholder {opacity: 0.7;}
.counter_block .text.js-hover:-ms-input-placeholder {opacity: 0.7;}

body .counter_wrapp .counter_block,
body .ajax_load.block .counter_wrapp .counter_block,
body .catalog_detail .counter_wrapp .counter_block {
    margin-right: 19px;
    position: relative;
}
.clear-quantity {
    position: absolute;
    width: 12px;
    height: 12px;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.clear-quantity img {
    width: 100%;
    height: 100%;
}
.clear-quantity.visibility {
    opacity: 0.6;
    pointer-events: auto;
}
.clear-quantity.visibility:hover {
    opacity: 1;
}
.hint--wrapp {
    position: absolute;
    top: -24px;
    color: #fff;
    font-size: 0;
    line-height: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}
.hint--wrapp span {
    display: none;
    position: relative;
    margin: 0 auto;
    background: #03b5ff;
    font-size: 11px;
    padding: 0 4px;
    line-height: 18px;
}
.hint--wrapp span:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -4px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #03b5ff transparent transparent transparent;
}
.hint--wrapp.added .added,
.hint--wrapp.max .max,
.hint--wrapp.change .change,
.hint--wrapp.null .null,
.counter_wrapp .btn.btn-default.active-basket .plus-button{
    display: block;
}
.counter_wrapp .btn.btn-default .plus-button,
.counter_wrapp .btn.btn-default.active-basket span{
    display: none;
}
.counter_wrapp .btn.btn-default .plus-button {
    font-size: 22px;
}
.counter_block .plus.button-hidden {
    opacity: 0;
    pointer-events: none;
}
.counter_block .minus.button-hidden {
    opacity: 0;
    pointer-events: none;
}
.item-quantity {
    box-sizing: border-box;
    font-size: 12px;
    color: #666;
}
body .price-cell .prices:before,
body .price-cell .prices:after {
    display: none;
}
body .price-cell .prices,
body .information .cost,
body .catalog_item .cost.prices{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
body .catalog_item .cost.prices {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
body .catalog_item .cost.prices .item-quantity {
    margin-bottom: 8px;
}
body .module_products_list .counter_wrapp .button_block {
    min-width: 100px;
    text-align: center;
}

@media screen and (max-width: 767px), projection and (max-width: 767px), tv and (max-width: 767px), handheld and (max-width: 767px) {
    body .module_products_list td.but-cell {
        display: block;
        width: 150px;
    }
    body .ajax_load.table .main_item_wrapper .counter_wrapp div.total_summ {
        position: static;
    }
    body .module_products_list .adaptive_button_buy {
        display: none;
    }
}

@media (max-width: 500px){
    body .module_products_list .counter_wrapp .counter_block {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    body .module_products_list td.but-cell {
        width: 100%;
    }
    body .ajax_load.table .main_item_wrapper div.counter_wrapp {
        text-align: center;
    }
}
@media (max-width: 460px) {
    body .ce_cmp .catalog_block .counter_block {
        display: inline-block!important;
    }
}

.list__labels {
    position: absolute;
    top: 15px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 1;
    height: 57px;
    width: 150px;
}

.list__labels.with_cart {
    top: 26px;
    left: -30px;
}

.list__label:last-child {
    margin-bottom: 0;
}
.max_up {
    margin-top: -30px;
}
.list__label {
    border-radius: 4px;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    margin: 0 0 4px 0;
    padding: 4px 8px;
}

.list__label img {
    display: block;
    margin: -5px 0 0 0;
}