@charset "utf-8";
.cookies_policy_inform_wrapper{
    background: none repeat scroll 0 0 #000;
    border: 1px solid #fff;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 12px;
    height: 66px;
    line-height: 18px;
    padding: 10px;
    padding-top: 5px;
    position: fixed;
    text-align: center;
    width:100%;
    z-index: 10000;
    box-sizing:border-box;
    font-family: "Helvetica", sans-serif;
}
.cookies_policy_inform_wrapper a{
    color:#fff;
    text-decoration:underline;
}
.cookies_policy_inform_wrapper span.close_button{
    color:#fff;
}
.cookies_policy_inform_wrapper span.close_button {
    background: none repeat scroll 0 0 #fff;
    cursor: pointer;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    padding: 4px 25px;
    color:#000;
}
.cookies_policy_inform_wrapper span.close_button:hover,.cookies_policy_inform_wrapper a:hover{
    text-decoration:underline;
}
.cookies_policy_inform_wrapper .close_button_top_wrapper{
    position:relative;
    width:100%;
}
.cookies_policy_inform_wrapper .close_button_top_wrapper span.close_button{
    background:url("../images/small_close_icon.png") no-repeat right center;
    display:block;
    width:28px;
    height:28px;
    position:absolute;
    right:-10px;
    top:-5px;
}
.cookies_policy_inform_wrapper p{
    margin-bottom:10px;

}

@media only screen and (max-width : 1024px){
    .cookies_policy_inform_wrapper{
        width:100%;
    }
}
@media only screen and (max-width : 768px){
    .cookies_policy_inform_wrapper{
        line-height:20px;
        padding:7px 10px 20px;
        height:auto;
    }
    .cookies_policy_inform_wrapper .close_button_top_wrapper{
        margin-bottom:15px;
    }
}

@media only screen and (max-width : 480px){
    .cookies_policy_inform_wrapper .close_button_top_wrapper{
        margin-bottom:25px;
    }
}
