<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*РќР°С‡Р°Р»Рѕ РѕС„РѕСЂРјР»РµРЅРёСЏ РїСЂРµРґСѓРїСЂРµР¶РґРµРЅРёСЏ РѕР± РёСЃРїРѕР»СЊР·РѕРІР°РЅРёРё cookies*/
.cookie_notification_out_wrap{
    width: 320px;
    height: 150px;
    position: fixed;
    right:15px;
    display: block;
    bottom: 15px;
   
    z-index:1000000;
    background-color: rgba(238, 238, 238, 1);
    border-radius: 3px;





}
user_agent_stylesheet #cookie_notification {


}
.cookie_container{
    width: 100%;
    height: 100%;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    display: inline-block;

    text-align: center;
    vertical-align: middle;
    line-height: 100%;
    padding-top: 25px;
    padding-right: 10px;



}
.cookie_container p{
    width:280px;
    min-height: 50px;
    position: absolute;
    top: 8px;
    left: 20px;
    line-height: 16px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    color: rgba(12, 12, 12, 1);

    font-weight:500;
    font-style: normal;

    letter-spacing: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: justify;


}
.button_cookie_accept{
    position: absolute;
    width: 240px;
    height: 35px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;


    left: 50%;
    transform: translateX(-120px);
    bottom: 10px;

    font-family: 'Open Sans', sans-serif;
    color: rgba(12, 12, 12, 1);
    line-height: 20px;
    font-weight:500;
    font-style: normal;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
 border: 1px solid rgba(12, 12, 12, 0.2);
    border-radius: 3px;
  padding-top: 3px;
    cursor: pointer;
    transition-duration: 350ms;
}
.button_cookie_accept:hover{
    border: 1px solid rgba(12, 12, 12, 0.5);
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    transition-duration: 350ms;
}
#cookie_notification.show_cookie_accept{

}
.cookie_notification_out_wrap.remove_cookie_accept {

    display: none;
}
/*РљРѕРЅРµС† РѕС„РѕСЂРјР»РµРЅРёСЏ РїСЂРµРґСѓРїСЂРµР¶РґРµРЅРёСЏ РѕР± РёСЃРїРѕР»СЊР·РѕРІР°РЅРёРё cookies*/</pre></body></html>