.cookie-block {
    padding-left: 7%;
    width: 100%;
    /*height: 100px;*/
    background: rgb(0,0,0);
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 10000;
    text-align: center;
    /*-webkit-transform: translateZ(0)*/
}

.disp {
    display: flex;
    align-items: center;
    justify-content: center;
}

.link {
    padding-top: 15px;
    text-align: left;
}

.btnagree {
    margin: 0 7%;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid #fd9b28;
    padding: 8px 40px;
    /*border: 1px solid transparent;*/
    /*padding: 0 20px;*/
    text-transform: uppercase;
    flex: 0 0 auto;
    outline: 0;
    transition: all .3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    font-size: 13px;
    line-height: 1.2857142857142858;
    letter-spacing: 1.5px;
    background: rgb(0,0,0);
    color: #fff;
}

.btnagree:hover {
    color: #fd9b28;
}

a {
    color: #fd9b28;
}

@media only screen
and (min-device-width: 660px)
and (max-device-width: 1001px) {
    .cookie-block {
        font-size: 12px;
    }

    .btnagree {
        margin: 0 10%;
    }
}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 659px) {
    .cookie-block {
        line-height: 1;
        font-size: 10px;
    }

    .btnagree {
        margin: 0;
    }

    .disp {
        display: flex;
        flex-direction: column;
        align-items: start;
        padding-bottom: 15px;
        padding-right: 15px;

    }
}
