.widget-feedback {
    position: fixed;
    z-index: 100000;
}
@media (max-width: 767px) {
    .widget-feedback {
        right: 10px!important;
    }
}

.widget-feedback-button {
    display: none;
    height: 64px;
    width: 64px;
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-position: -2px -2px;
    border-radius: 100px;
}
.widget-feedback-button:hover {
    cursor: pointer;
}
.widget-feedback-button.active {
    display: block;
}

.widget-feedback-welcome {
    display: none;
    cursor: pointer;
    padding: 6px 24px 6px 12px;
    white-space: break-spaces;
    word-break: break-word;
    max-width: 100%;
    position: absolute;
    bottom: calc(100% + 9px);
    mix-blend-mode: normal;
    min-width: 175px;
    white-space: break-spaces;
    font-style: normal;
    color: #4E4F57;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    background: #FFFFFF;
    border: 1px solid #E0E7EC;
    border-radius: 6px;    
}
.widget-feedback-welcome.active {
    display: block;
}

.widget-feedback.widget--right .widget-feedback-welcome {
    right: 0;
}
.widget-feedback.widget--left .widget-feedback-welcome {
    left: 0;
}


.widget-feedback-pop_top {
    border-bottom: 1px solid #e5e7eb;
}

.widget-feedback-pop {
    display: none;
    background: #FFFFFF;
    border: 1px solid #E0E7EC;
    box-shadow: 0 3px 6px rgba(92, 101, 111, 0.3);
    border-radius: 6px;
    width: 300px;
    padding-block: 12px;
    padding-inline: 8px;
    padding-bottom: 22px;
    position: relative;
    text-align: center;
}
.widget-feedback-pop.active {
    display: block;
}
.widget-feedback-pop__close {
    position: absolute;
    right: 10px;
    top: 10px;
}
.widget-feedback-pop__close:hover {
    cursor: pointer;
}
.widget-feedback-pop__name {
    width: 100%;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    margin-bottom: 12px;
    padding-inline: 24px;
}
.widget-feedback-pop__desc {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #4E4F57;
    margin-bottom: 16px;
    padding-inline: 24px;
}
.widget-feedback-pop__avatar {
    display: block;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    margin-inline: auto;
    width: 80px;
    height: 80px;
    margin-top: -52px;
    margin-bottom: 18px;
}

.widget-feedback-buttons {
    margin: 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.widget-feedback-buttons__link {
    margin: 7px;
}

.widget-feedback-phones {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}
.widget-feedback-phones__phone {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 3px;
    text-decoration: none;
}