.cookies-settings {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin: 0;
    color: #373c3f;
    background: #fff;
    padding: 15px;
    width: 556px;
}
.cookies-settings__title{
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin: 14px 0;
}
.cookies-settings__text{
    margin: 0 0 20px 0;
}
.cookies-settings__item{
    margin: 0 0 15px 0;
}
input[type="submit"],
input[type="button"]{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    line-height: 40px;
    font-weight: 300;
    color: #010101;
    height: 40px;
    padding: 0 35px;
    border: none;
    background: #f7cc01;
    margin: 14px 0 0px 0;
    outline: none;
    cursor: pointer;
}
input[type="submit"]:hover,
input[type="button"]:hover{
    background: #5dc7fd;
}
.cookies-settings-link{
    position: absolute;
    right: 20px;
    bottom: 20px;
}
@media screen and (max-width:768px) {
    .cookies-settings{
        width: 100%;
    }
}
