.likely__icon svg {
    display: none;
}

.likely .likely__widget {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #F7E4EB;
}
.likely .likely__icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.likely__icon_vkontakte {
    background-image: url("/local/pictures/social-icons/vk.svg");
}
.likely__icon_facebook {
    background-image: url("/local/pictures/social-icons/fb.svg");
}
.likely__icon_odnoklassniki {
    background-image: url("/local/pictures/social-icons/ok.svg");
}
.likely__icon_twitter {
    background-image: url("/local/pictures/social-icons/twitter.svg");
}
.likely__icon_whatsapp {
    background-image: url("/local/pictures/social-icons/wa.svg");
}
.likely__icon_telegram {
    background-image: url("/local/pictures/social-icons/tg.svg");
}

.footer .socials a {
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #F7E4EB;
}
.footer .socials a:before, .footer .socials a:after {
    display: none;
}
.footer .socials .social-vk i, .footer .socials .social-vk:hover i {
    background: url("/local/pictures/social-icons/vk.svg") no-repeat center;
}
.footer .socials .social-ig i, .footer .socials .social-ig:hover i {
    background: url("/local/pictures/social-icons/inst.svg") no-repeat center;
}
.footer .socials .social-fb i, .footer .socials .social-fb:hover i {
    background: url("/local/pictures/social-icons/fb.svg") no-repeat center;
}
.footer .socials .social-yt i, .footer .socials .social-yt:hover i {
    background: url("/local/pictures/social-icons/yt.svg") no-repeat center;
}
.footer .socials .social-yd i, .footer .socials .social-yd:hover i {
    background: url("/local/pictures/social-icons/dzen.svg") no-repeat center;
}

/* ------------- question-answer ------------ */

.popup-question {
    padding-top: 52px;
}

.popup-question .popup-title {
    margin-bottom: 30px;
}

.question-answer {
    display: flex;
    align-items: flex-end;
}

.question-answer__img-wrap {
    position: relative;
    margin-right: 37px;
}

.question-answer__img {
    width: 87px;
    height: 87px;
    object-fit: cover;
    border-radius: 50%;
}

.question-answer__is-online {
    position: absolute;
    width: 8px;
    height: 8px;
    top: 5px;
    right: 13px;
    border-radius: 50%;
}

.question-answer__container {
    max-width: 275px;
    text-align: left;
}

.question-answer__title {
    margin-bottom: 13px;
    font-size: 17px;
    font-weight: 500;
    line-height: 20px;
}

.question-answer__name {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 16.5px;
}

.question-answer__text {
    font-size: 12px;
    line-height: 16px;
    color: #999999;
}

@media (max-width: 499px) {
    .question-answer__img-wrap {
        margin-right: 5%;
    }
}
