.t-btn_md {
    height: 50px;
    weight: 225px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 60px;
}

.t-title_xxs {
    font-size: 20px;
}

circle[Attributes Style] {
    cx: 30;
    cy: 30;
    r: 30;
    fill: blue;
}

.t-feed__post-popup__close-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    background-color: #2149DA;
    border-bottom: 1px solid rgba(0,0,0,.2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backdrop-filter: saturate(180%) blur(10px);
    backdrop-filter: saturate(180%) blur(10px)
}