.coockie-blc{
    position: fixed;
    bottom: 0;
    left: 0;
    /*height: 200px;*/
    width: 100%;
    z-index: 9999;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 20px 0;
}
.coockie-body::before{
    content: '';
    background-color: rgba(25,25,25,0.5);
    height: 100vh;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.coockie-modal{
    position: relative;

}

.coockie-info-block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}
.item-top{
    display: flex;
}
.coockie-info-block{
    padding-left: 20px;
    padding-right: 20px;
}

.c-info-title{
    line-height: normal;
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    font-variant-ligatures: none;
    font-family: "Work Sans", sans-serif;
    font-weight: bold;
    margin: 0;
}

.c-info-text{
    line-height: normal;
    font-size: 0.6rem;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
    font-variant-ligatures: none;
    font-family: "Work Sans", sans-serif;

}

.c-info-btn{
    margin-top: 10px;
    min-height: 32px;
    width: 136px;
    font-size: 12px;
    border: 1px solid #bbb;
    padding: 0px;
    background-color: #ffffff;
    border-radius: 2px;
    cursor: pointer;
    color: #333;
    font-family: "Work Sans", sans-serif;
    text-align: center;
    padding-top: 7px;
}

.item-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f7f7f7;
    padding: 10px;
}
.item-bottom-block{
    display: flex;
    justify-content: center;
    align-items: center;
}
.i-bottom-text{
    font-size: 0.5rem;
    font-weight: bold;
    margin-right: 5px;
}

.c-info-btn:hover{
        background-color: #999999;
    color: white;
}



@media all and (max-width: 480px){
    .coockie-blc{
        margin-left: 0px;
    }
    .item-top {
        display: flex;
        flex-direction: column;
    }
    .c-info-btn{
        width: 100%;
    }
}