@media (min-width: 992px) {
    .pkp_head_wrapper {
        padding-top: 0 !important;
    }
}

a.is_img {
    margin-left: 7%;
}
.pkp_structure_head {
    background-color: #000102d9 !important;
}

.pkp_navigation_primary_row {
    background: #b90000 !important;
}

.pkp_block .title {
    display: block;
    margin-top: 0;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    line-height: 1.43rem;
    background-color: #262728;
    padding-top: 0.4em;
    margin-bottom: 0px;
    text-align: center;
    color: #fff;
    height: 35px;
    border: 1px solid #a9a9a9;
}

li.profile {
    margin-left: 1%;
    background-color: #b90000;
    border-radius: 10px;
    padding: 4px 24px 4px;
    border: none;
    font-weight: 600;
    margin-top: 1%;
}

.is_img img {
    margin-top: 5px;
}