.palyazat_rrf-container {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999;
}
.palyazat-container {
    display: block;
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 999;
}
.close_btn {
 float:right;
 margin-top: -6%;
 margin-right: -6.2%;
 cursor: pointer;
background-color: #fffffc;
border: 1px solid #011c34;
border-radius: 45% 5%;
width: 10%;
font-size: 0.8em;
text-align: center;
z-index: 1000;
}