.popup-history__header {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 25px;
}

img.popup-history_image {
    display: flex;
    flex-shrink: 0;
    width: 70px;
    border-radius: 20px;
}

.popup-history_author h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-transform: none;
}

.popup-history_author p {
    font-weight: 500;
    font-size: 17px;
    line-height: 130%;
}

.popup-history_text p {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 10px;
}

.popup-history_text p:last-child {
    margin-bottom: 0;
}

.popup-history_author h5,
.popup-history_author p,
.popup-history_text p,
.popup-history_text strong {
    color: #020202;
}

.pum-container.popmake.theme-4230.pum-responsive-medium {
    border-radius: 60px;
}

.popup-history {
    padding: 50px;
    background: radial-gradient(192.13% 268.95% at 12.47% 29.59%, #C3DAF9 0%, #E8EAFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    border-radius: 60px;
    overflow: hidden;
}

.popup-history__wrapper{
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    position: relative;
}

.popup-history_text {
    max-height: 290px;
    overflow-y: auto;
}

.popup-history_text::-webkit-scrollbar {
    width: 6px;
    border-radius: 4px;
}

.popup-history_text::-webkit-scrollbar-track {
    background: #B6D0FC;
    border-radius: 4px;
}

.popup-history_text::-webkit-scrollbar-thumb {
    background: #1253FF;
    border-radius: 4px;
}

.pum-container.popmake {
    max-width: 1320px;
    width: 100%;
    background: radial-gradient(192.13% 268.95% at 12.47% 29.59%, #C3DAF9 0%, #E8EAFF 100%) ;
    border-radius: 60px!important;
}
@media screen and (max-width: 1024px) {
    .popup-history{
        padding: 20px;
        border-radius: 30px;
    }
    .popup-history__wrapper{
        padding: 15px 20px;
    }
    img.popup-history_image{
        width: 50px;
        border-radius: 14px;
    }
    .popup-history_author.h5{
        font-size: 16px;
    }
    .popup-history_author p{
        font-size: 13px;
    }
    body .pum-theme-default-theme .pum-content + .pum-close{
        height: 24px;
        right: 36px;
        top: 40px;
        padding: 2px 6px;
        font-size: 10px;
        line-height: 100%;
    }
    .popup-history_author{
        max-width: 150px;
    }
    .popup-history_text p{
        font-size: 16px;
    }
}
