.fake-order{
    position:fixed;
    width:100%;
    max-width:320px;
    padding:10px;
    align-items:flex-start;
    background:#fff;
    box-shadow:0 5px 35px rgba(0,0,0,0.2);
    z-index:100;
    box-sizing:border-box;
    border-radius:5px;
    display:flex;
    min-height:50px;
    transition:.3s;
    visibility:hidden;
    opacity:0;
    font:13px "Segoe UI","Tahoma","Geneva","Verdana",sans-serif;
color: #000;}

.fake-order_top-right{right:-3000px;top:15px}

.fake-order_top-right_active{
    right:15px;
    visibility:visible;
    transition:.3s;
    opacity:1}

.fake-order_top-left{left:-3000px;top:15px}

.fake-order_top-left_active{
    left:15px;
    visibility:visible;
    transition:.3s;
    opacity:1}

.fake-order_bottom-right{
    right:-3000px;
    bottom:15px}

.fake-order_bottom-right_active{
    right:15px;
    visibility:visible;
    transition:.3s;
    opacity:1}

.fake-order_bottom-left{
    bottom:15px;
    left:-3000px}

.fake-order_bottom-left_active{
    left:15px;
    visibility:visible;
    transition:.3s;
    opacity:1}

@media(max-width:480px){
    .fake-order_mobile-false{display:none}
    
    
    .fake-order{
    width:100%;
    max-width: calc(100% - 20px);
    }
    
    
    .fake-order_bottom-left{
    bottom:auto;
    top: -3000px;
    left:10px;
    right: 10px;}

.fake-order_bottom-left_active{
    left:10px;
    right: 10px;
    top: 10px;
    visibility:visible;
    transition:.3s;
    opacity:1}

}

.fake-order__img-container{margin-right:10px}

.fake-order__img{line-height:0}

.fake-order__text{width:calc(100% - 60px); text-align: left;}

.fake-order__title{width:100%;font-weight:bold;line-height:1.2; font-size: 12px; padding-bottom: 5px; color: #00ccaa;}

.fake-order__title span {color: #000;}

.fake-order__description{font-size:11px;line-height:1.3; color: #6a6a6a;}

.fake-order__description span {font-size: 10px; color: #00ccaa; display: inline-block; padding-left: 15px; margin-left: 6px; background: url('../img/verify.png') left center no-repeat;}

/*
.fake-order__description span::before {
    content: '';
    display: inline-block;
    height: 12px;
    width: 12px;  
}
*/