body{
    margin: 0;
    overflow: hidden;
}
.back{
    position: absolute;
    top: 60px;
    left: 30px;
    z-index: 1500;
    color: #fff;
    text-decoration: none;
    border: 1px solid #e5edf2;
    background-color: transparent;
    padding: 20px 30px 16px 45px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #344750;
    font-family: "bpg_nino_mtavruli_normal";
}
.back:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    background-image: url(../img/category-toggle-on.svg);
    width: 16px;
    height: 32px;
    background-size: 100% 100%;
    margin-top: -16px;
}
.pdfobject-container {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
}