/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Author     : akprostudio
*/
div.widget1{
    position: fixed;
    right: -252px;
    width: 253px;
    z-index: 1000;
    top: 20%;
    transition: all 0.8s ease-out;
    box-sizing: border-box;
}
div.widget1:hover{
    right:0;
}
div.widget1 img{
    position: absolute;
    left:-27px;
}
div.widget1 .inside{
    width: 100%;
    height: 296px;
    padding: 0% 6%;
    position: absolute;
    top: 0;
    left: 2px;
    background-image: url("https://www.platformafinansowa.pl/assets/other/widgetb.png");
    z-index: 1000;
}
div.widget1 .img.show{
    position: absolute;
    top: 0;
    left: -26px;
    z-index: 9999;
}
div.widget1 .prat-widget1{
    top:150px;
    height: auto;
    z-index: 2004;
}

.platforma_button {
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;
}
