#basket {
	height: 30px;
	padding-left: 34px;
	background: url("images/cart_active.svg") no-repeat;
}
#basket.basket_empty {
	background: url("images/cart_disabled.svg") no-repeat;
	width:100%;
}
#basket.basket_empty #basket.basket_empty  {
	background: none;
	padding-left: 0;

}
#basket span:not(.first_string) {
    color: #ff6600;
    font-weight: bold;
}
.textSum{
    color: black!important;
    font-weight: 400!important;
}
@media (max-width: 400px) {
    #basket {
        text-align: right;
    }
    #basket .first_string {
        width: 100%;
        display: block;
    }

}
@media (max-width: 767px){
    .price{
        display: none;
    }
    .textSum{
        display: none;
    }
    #basket{
        height: 19px;
        padding-left: 27px;
    }
    .tmenum{
        padding-top: 4px;
        position: relative;
        right: 0px; /*right: 26%;*/
    }
    .justify-content-end {
    	justify-content: flex-start !important;
    }
	.user-block__personal.logged_in {
    	right: 0 !important;
        display: flex;
        flex-direction: column;
        font-size: 15px;
	}
	.user-block__registration {
    	top: 0;
		right: 0;
        position: relative;
	}
}

@media (max-width: 400px){
    .top-header__phones, .top-header__user-block {
        width: 100%;
        max-width: 100%;
        flex: 1 0 100%;
    }
    .top-header__phones .otz_dir {
        padding: 5px 0;
        margin-bottom: 10px;
    }
}