.cookies{
    z-index:1000;
    position: fixed;
    bottom: 0px;
    left:0px;
    right:0px;
    height:80px;
    background-color: #414141;
    font-family: Ubuntu,sans-serif;
    font-size: 14px;
    opacity: 0.9;
}
.cookies__wrapper{
    /*padding: 20px 200px 20px 20px;*/
    position:relative;
    max-width: 1230px;
    height: 100%;
    margin: 20px auto;

}

.cookies__text, .cookies__text a{
    color:#bebdbd;
    width: 80%;
    font-size:14px;
    line-height: 20px;

}

.cookies__button{
    position: absolute;
    right:0px;
    top:0px;
    width:70px;
    height:40px;
    cursor: pointer;
    background-color: #4071bd;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    line-height: 40px;
    text-transform: uppercase;
}

.cookies__button:hover{
    background-color:#6699cc;
}

@media screen and (max-width:1280px){
    .cookies__wrapper{
        margin: 20px 20px;
        padding-right: 80px;
    }
    .cookies__text{
        width: 100%;
        font-size:12px;
        line-height: 12px;
    }
}

@media screen and (max-width:360px){
    .cookies__text{
        font-size:10px;
        line-height: 10px;
    }
}