/* COOKIES FIRST */
.cookies_wrap{font-family: 'Roboto', sans-serif; position: fixed; bottom: 0; left: 0; right: 0; margin: 0 auto; min-height: 81px; background-color: rgba(0, 0, 0, 0.85); padding: 26px; color: #fff; font-size: 12px; line-height: 18px; text-align: center; z-index: 99999; width: 100%; }
.cookies_wrap p{ margin: 0; }
.cookies_wrap .cookies_wrap_outer{ display: inline-block; width: 960px; }
.cookies_wrap .cookies_wrap_text, .cookies_wrap_btns{ display: inline-block; vertical-align: middle; }
.cookies_wrap .cookies_wrap_text{ width: 60%; margin-right: 20px; text-align: left; }
.cookies_wrap .cookies_wrap_text a{ font-weight: 700; color: #fff !important; }
.cookies_wrap .cookies_wrap_btns{ text-align: right; }
.cookies_wrap .cookie_btn{ padding: 10px 28px; margin: 0 5px; min-width: 134px; text-align: center; display: inline-block; text-transform: uppercase; font-weight: bold; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; border-radius: 20px; }
.cookies_wrap .cookie_btn:hover{ text-decoration: none; }
.cookies_wrap .cookie_btn_default{ color: #fff !important; background-color: #d30238; }
.cookies_wrap .cookie_btn_default:hover{ background-color: #fff; color: #d30238 !important; }
.cookies_wrap .cookie_btn_close{ display: inline-block; position: absolute; top: 10px; right: 10px; text-transform: uppercase; color: #fff; height: 20px; width: 20px; border-radius: 50%; background-color: #fff; text-decoration: none; }
.cookies_wrap .cookie_btn_close:after{ content: "x"; font-size: 12px; font-weight: bold; color: #d30238; position: absolute; top: 50%; left: 50; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.cookies_wrap .cookie_btn_close:hover{ text-decoration: none; color: #fff; }

/* RESPONSIVE */

@media (max-width: 1200px){

}
@media (max-width: 992px){
    .cookies_wrap .cookies_wrap_outer{ width: 100%; }
}
@media (max-width: 768px){
    .cookies_wrap .cookies_wrap_text, .cookies_wrap_btns{ display: block; text-align: center !important; width: 100%; }
    .cookies_wrap_btns{ margin-top: 10px; }
}