.-Pt-boxsi-it {
    display: flex;
    position: relative;
    transition: 250ms;
    margin: 15px;
    max-width: 457px;
    flex: 1;
    min-width: 445px;
    cursor: pointer;
    text-align: start;
    height: 350px;
    flex-wrap: wrap;
    background: #eaeaea;
    justify-content: center;
    min-height: 305px;
    border-radius: var(--largeradius)
}

.-primary-body .-Pt-boxsi-it {
    margin: 0;
}

.-box-im-In {
    position: absolute;
    padding: 22px;
    bottom: 0;
    z-index: 1;
    padding-inline-end: 140px;
    right: 0;
}

.-box-im-In,
.-footer-widgets-links>li {
    display: block
}

.-box-im-In .posts_title a h3 {
    display: flex;
    font-size: 21px;
    line-height: 1.6;
    text-align: start;
    font-weight: 500;
    transition: 250ms;
    color: #fff;
    align-items: center;
    margin-block: 0;
}

.-box-im-In .posts_title a {
    display: block;
    width: 100%;
    height: 100%
}

.icoon-blog {
    background: #fff;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--uicolor);
    bottom: -2px;
    opacity: 1;
    left: -2px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 0 45px 0 0;
    z-index: 1
}

.bloog-buttob,
.icoon-blog {
    transition: .3s;
    position: absolute;
    right: auto
}

.icoon-blog::before {
    border-width: 0 0 14px 14px;
    left: -12px;
    bottom: 86px
}

.icoon-blog::after,
.icoon-blog::before {
    height: 40px;
    width: 30px;
    top: initial;
    border-color: #ff000000 transparent #fff #fff;
    border-style: solid;
    border-radius: 0 0 0 43px;
    content: "";
    position: absolute;
    overflow: hidden
}

.icoon-blog i {
    justify-content: center;
    align-items: center;
    border-radius: 38px;
    background: var(--uicolor)
}

.bloog-buttob,
.icoon-blog i {
    width: 70px;
    height: 70px;
    display: flex;
    color: #fff
}

.icoon-blog::after {
    left: 88px;
    right: initial;
    bottom: -10px;
    border-width: 0 0 12px 12px
}

.bloog-buttob {
    bottom: 13px;
    left: 13px;
    background: var(--uicolor2);
    z-index: 2;
    border-radius: 50%;
    opacity: 0;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.-box-item-T {
    text-align: center;
    border-radius: var(--largeradius);
    transition: .4s;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    height: 100%
}

.-box-item-T:after {
    content: '';
    width: 100%;
    bottom: 0;
    height: 300px;
    float: left;
    position: absolute;
    background: linear-gradient(to top, #000 0, rgba(0, 0, 0, .738) 19%, rgba(0, 0, 0, .541) 34%, rgba(0, 0, 0, .382) 47%, rgba(0, 0, 0, .278) 56.5%, rgba(0, 0, 0, .194) 65%, rgba(0, 0, 0, .126) 73%, rgba(0, 0, 0, .075) 80.2%, rgba(0, 0, 0, .042) 86.1%, rgba(0, 0, 0, .021) 91%, rgba(0, 0, 0, .008) 95.2%, rgba(0, 0, 0, .002) 98.2%, transparent 100%);
    z-index: 0;
    border-radius: 30px
}

.-Pt-boxsi-it:hover .bloog-buttob {
    opacity: 1
}

.bloog-buttob i {
    color: #fff;
    font-size: 20px;
    font-weight: 400
}