.cookie_btns a:last-of-type {
    background-color: #15669D;
    color: #fff;
}
.cookie_btns a:last-of-type:hover {
    background-color: #207CBC;
}
.cookie_btns a {
	padding: 10px 20px;
    background-color: #E5F5FF;
    border-radius: 10px;
    color: #15669D;
    line-height: 1.5;
    cursor: pointer;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 100%;
}
.main_info__info  {
    width: 100%;
}