.accept-cookie {
    display: none;
    background-color: #fff;
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 28px;
    padding-bottom: 28px;
    padding-left: 5%;
    padding-right: 5%;
}
.accept-cookie .close {
    float: right;
}
.accept-cookie .close img {
    width: 28px;
    cursor: pointer;
}
.accept-cookie .title {
    font-size: 18px !important;
    font-weight: bold;
    margin-bottom: 28px;
}
.accept-cookie .content {
    margin-bottom: 28px;
}
.accept-cookie .content a {
    color: #0264fa;
}
.tr-btn.tr-btn-black {
    border-color: #111;
    color: #111;
}
.tr-btn {
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    display: inline-block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 21px;
    padding: 0 14px;
    min-width: 112px;
    font-weight: bold;
    font-size: 14px;
}
.tr-btn:hover {
    background-color: #0264fa;
    border-color: #0264fa;
    color: #fff !important;
}