#policy-bottom
{
    position: fixed;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px 0;

    color: #fff;
    background-color: rgba(0,0,0,0.8);
    z-index: 997;
}
#policy-bottom .in-policy-bottom
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#policy-bottom .ok-in-p-b
{
    padding: 4px 10px;

    cursor: pointer;

    border: 1px #fff solid;
    border-radius: 2px;
}
#policy-bottom .txt-in-p-b
{
    padding-right: 20px;
}
#policy-bottom .txt-in-p-b a
{
    color: #fff;
}
#policy-bottom .txt-in-p-b a:hover
{
    color: #fff;
    text-decoration: none;
}