.views-counter{
    color: #999999;
    font-weight: 500;
    padding-left: 25px;
    background-image: url('/f/2023/i/eye.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
}
.cookie{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #BDD1FF;
    padding: 0 30px;
}
.cookie-content{
    max-width: 1306px;
    margin: 0 auto;
    padding-top: 19px;
    padding-bottom: 20px;

}
.cookie p{
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 23px;
    max-width: 700px;
}
.cookie button{
    width: 156px;
    height: 30px;
    background: #64BE55;
    border-radius: 100px;font-weight: 700;
    font-size: 12px;
    line-height: 21px;
    color: #ffffff;
    border: none;
    -webkit-transition: .22s ease-in-out;-moz-transition: .22s ease-in-out;-ms-transition: .22s ease-in-out;-o-transition: .22s ease-in-out;transition: .22s ease-in-out;
}
.cookie button:hover{
    cursor: pointer;
    opacity: 0.5;
}