.widget_efizjo {
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 300px;
    height: 150px;
    background: #fff;
    border: 4px solid #93bc1e;
    border-radius: 5px;
}
.widget_efizjo_foot {
    width:100%;
    padding-top: 5px;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: #93bc1e;
}
.widget_efizjo_close {
    position: absolute;
    z-index: 1500;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    right: 5px;
}

.widget_efizjo_container{
    text-align: left;
    padding-top: 10px;
}
.widget_efizjo_main_photo {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.widget_efizjo_title {
    vertical-align: top;
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}
.widget_efizjo_title p {
    margin:0;
    line-height: 20px;
}
.widget_efizjo_title span {
    color:#777;
    font-size: 12px;
}
.widget_efizjo_title a {
    display: block;
    margin-top: 10px;
    padding: 5px 10px;
    text-align: center;
    font-weight: 300;
    background: #93bc1e;
    color: #fff;
}
.widget_logo {
    float: right;
}
@media screen and (max-width:768px) {
    .widget_efizjo_title p {
        font-size:20px;
    }
}

