.pw_sersel {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    padding: 10px;
}

.pw_sersel .pw_sersel_service {
    margin: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 20px;
    max-width: 20%;
    min-width: 200px;
}

.pw_sersel .pw_sersel_service:hover {
    background: rgba(0, 0, 0, 0.1);
}

.pw_sersel .pw_sersel_service_icon {
    width: 120px;
    height: 120px;
}

.pw_sersel .pw_sersel_service_service_title {
    text-align: center;
    font-size: .8em;
    color: #fff;
}

.pw_sersel_head {
    display: none;
    position: absolute;
    right: 0;
    top: 80px;
    max-width: 100%;
    width: 400px;
    background-color: #45516e;
    padding: 10px;
    border-radius: 10px;
    z-index: 130;
}
.pw_sersel_head_arrow {
    display: block;
    position: absolute;
    right: 20px;
    top: -10px;
    transform: rotate(-45deg);
    background-color: #45516e;
    width: 20px;
    height: 20px;
    z-index: -1;
}

.pw_sersel_head_services {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    padding: 10px;
}

.pw_sersel_head_services .pw_sersel_service {
    margin: 10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 10px;
    max-width: 20%;
    min-width: 100px;
}

.pw_sersel_head_services .pw_sersel_service:hover {
    background: rgba(0, 0, 0, 0.1);
}

.pw_sersel_head_services .pw_sersel_service_icon {
    width: 60px;
    height: 60px;
}

.pw_sersel_service_service_title {
    text-align: center;
    font-size: .7em;
    color: #fff;
}

.pw_sersel_head_btns {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 5px;
    border-radius: 5px;
}

.sersel_logout {
    display: block;
    background: rgba(0, 0, 0, 0.2) url('logout.png') center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 500px;
}

.sersel_profile {
    display: block;
    background: rgba(0, 0, 0, 0.2) url('gear.png') center center no-repeat;
    width: 30px;
    height: 30px;
    margin: 10px;
    border-radius: 500px;

}