.DOO{
    position: fixed;
    left: 0;
    display: flex;
    justify-content: flex-start;
    z-index: 1000;
    opacity: 0;
    bottom: -300px;
    transition: bottom 300ms ease-in-out 0s, opacity 300ms ease-in-out 0s;
}
.DOO1{
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
}
.DOO2{
    padding: 16px;
    transition-property: transform,opacity;
    transition-duration: 280ms;
    transition-timing-function: cubic-bezier(0.14, 1, 0.34, 1);
}
.DOO3{
    min-width: 320px;
    border-radius: 8px;
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.2),0 2px 4px 0 rgba(0,0,0,.1);
    background: #242526;
}
.DOO4{
    position: relative;
    display: flex;
    padding: 16px;
    align-items: center;
}
.DOO5{
    min-width: 24px;
    position: relative;
    display: flex;
    padding: 6px;
    max-width: 100%;
}
.DOO6{
    width: 24px;
    height: 24px;
    fill: currentColor;
    color: rgba(255,255,255,0.3);
}
.DOO7{
    padding: 6px;
    display: flex;
    position: relative;
    flex-grow: 1;
}
.DOO7_1{
    color: #e4e6eb;
    word-break: break-word;
    font-size: 15px;
    display: block;
    line-height: 1.3333;
}
.DOO7_2{
    color: #4599ff;
    font-size: 15px;
    line-height: 1.3333;
}
.DOO8{
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    justify-content: center;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.DOO7:last-of-type{
    justify-content: flex-end;
}
/* TABLET */
@media only screen and (min-width: 768px) and (max-width: 991px){
    .DOO, .DOO1{
        width: 100%;
    }
}
/* SMARTPHONE */
@media only screen and (min-width: 0px) and (max-width: 767px){
    .DOO, .DOO1{
        width: 100%;
    }
}