/*COMMENTS LIST*/
.comments-items-wrap{
    position: relative;
    z-index: 2;
}
.comments-items{
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
}
.comments-item{
    margin-bottom: 10px;
}
.comments-item-top{
    display: flex;
    align-items: center;
}
.comments-item-img-wrap{
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.comments-item-img-wrap span{
    position: absolute;
    z-index: 2;
    right: 8px;
    top: 6px;
    display: block;
    width: 6px;
    height: 6px;
    background-color: #4e9800;
    border-radius: 50%;
    box-shadow: 0 0 0 0.048em #fff;
}
.comments-item-img{
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 8px 2px 0;
}
.comments-item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comments-item-name{
    position: relative;
    margin-right: 2px;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #121212;
    vertical-align: middle;
    font-weight: 700;
    font-size: .95em;
    line-height: 17px;
}
.comments-item-date{
    margin-right: 3px;
    color: #262626;
    vertical-align: top;
    font-size: .84em;
    line-height: 17px;
}
.comments-item-bottom{
    margin-bottom: 3px;
    padding-right: 80px;
    font-size: 1.037em;
    font-family: Roboto,Arial,"Arial Black","Helvetica CY","Nimbus Sans L",sans-serif;
    line-height: 1.48;
    text-overflow: ellipsis;
}
.comments-items-buttons{
    display: flex;
    margin-bottom: 20px;
}
.comments-items-button{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, .85);
    color: #fff;
    text-align: center;
    font-family: Roboto, Arial, "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 9px 15px;
    font-weight: 700;
    letter-spacing: .034em;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 12px;
    border-bottom: 0 !important;
    cursor: pointer;
}
.comments-items-button--discuss{
    width: 220px;
}
@media (max-width: 767px){
    .comments-items-button--discuss{
        width: 50%;
    }
}
@media (max-width: 425px){
    .comments-items-buttons{
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .comments-items-button{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        min-height: 50px;
    }
}
.comments-items-button--discuss.active .deed__item-wrap{
    display: flex;
}
.comments-items-button--discuss.active .comments-items-button-text{
    display: none;
}
.comments-items-button--repost{
    margin-right: 0;
    flex-grow: 1;
}
.comments-items-button-text{
    display: flex;
}
.comments-items-button-text span, .comments-items-button span{
    color: #fff !important;
}
.comments-items-button-text img{
    display: block;
    width: 19px !important;
    height: 19px !important;
    margin-right: 5px;
}
.social-header-wrap{
    margin-left: 8px;
}
.social-header-wrap.social-comments .social-list__item {
    display: inline-block;
}
.social-header-wrap.social-comments .social-list__item .fb__icon, .social-header-wrap.social-comments .social-list__item .vk__icon, .social-header-wrap.social-comments .social-list__item .ok__icon {
    width: 30px;
    max-width: 30px;
    fill: white;
    border-radius: 50%;
}

/*NOTIFICATION*/
@keyframes discussShowPush {
    0% {
        opacity: 0;
        transform: scale3d(.5, .5, .5) translate3d(-1400px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}
@keyframes slowHiding {
    0% {
        visibility: visible;
        opacity: 1
    }
    75% {
        opacity: 1
    }
    99% {
        display: block;
        opacity: 0
    }
    100% {
        display: none
    }
}

.discuss__ava-link, .discuss__avatar {
    flex-shrink: 0;
    position: relative;
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    margin: 0 6px 2px 0;
    vertical-align: middle;
    font-size: 14px;
    overflow: hidden;
}
.discuss__ava-link img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discuss__push-item {
    display: none;
    opacity: 0;
    position: fixed;
    left: 15%;
    top: 20%;
    transform-origin: top;
    z-index: 999;
    margin-bottom: 12px;
    padding: 14px 11px;
    width: 334px;
    border: 1px solid #f8f8f8;
    border-radius: 2px;
    background-color: #fdfdfd;
    box-shadow: 0 14px 16px -12px rgba(0, 0, 0, .35), 0 1px 4px rgba(0, 0, 0, .35), 0 0 45px rgba(0, 0, 0, .1) inset;
    font-size: 13px;
    cursor: pointer;

}
.discuss__push-item.is-visible.is-fading {
    opacity: 0;
    visibility: hidden;
    animation: discussShowPush 1.6s, slowHiding 8s ease-out
}
.discuss__push-item.is-visible {
    display: -ms-flexbox;
    display: flex;
    animation: discussShowPush 1.6s;
}
.discuss__profile{
    position: relative;
    display: inline-block;
    margin-right: 2px;
    padding: 0;
    border: 0;
    background: 0 0;
    color: #121212;
    vertical-align: middle;
    font-weight: 700;
    font-size: .95em;
    line-height: 17px;
}
.discuss__push-content {
    overflow: hidden;
    margin: 0 4px;
    font-size: 16px;
    line-height: 1.5;
    text-overflow: ellipsis
}
.discuss__push-content a {
    font-size: .94em
}
.discuss__push-quote {
    overflow: hidden;
    margin: 4px 0 9px;
    padding: 4px 9px;
    max-height: 80px;
    background-color: #eee;
    color: #3c3c3c;
    font-size: .927em;
    line-height: 1.27
}
.discuss__push-quote:empty {
    padding: 0
}
.discuss__push-status {
    margin-top: -3px;
    color: #a0a0a0;
    font-size: .77em
}
.discuss__push-img {
    margin-bottom: 8px;
    max-width: 100%;
    max-height: 80px
}
.discuss__push-media {
    margin-bottom: 8px
}
.discuss__push-link {
    color: #F21F1F;
    font-size: .95em;
    font-family: Roboto, Arial, "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif;
    position: absolute;
    right: 1px;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 12px 3px 0;
    text-decoration: underline;
}
.discuss__push-item--link .discuss__push-link {
    position: absolute;
    top: 0;
    right: 1px;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 12px 3px 0;
    width: 100%;
    height: 100%;
    border: 0;
    text-decoration: underline
}
.discuss__push-link:hover {
    border-bottom-color: transparent;
    text-decoration: none
}
.discuss__field-close, .discuss__popover-close, .discuss__push-close {
    padding: 0;
    border: 0;
    background-color: transparent;
    font: inherit;
    line-height: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: -3px;
    right: 5px;
    z-index: 2;
    cursor: pointer
}

/*PENCIL*/
@keyframes flipInX {
    0% {
        opacity: 0;
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        animation-timing-function: ease-in
    }
    40% {
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        animation-timing-function: ease-in
    }
    60% {
        opacity: 1;
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg)
    }
    80% {
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        transform: perspective(400px)
    }
}
@keyframes discussWrite {
    100% {
        transform: scale(.3);
        background-color: #d2d2d2
    }
}

.discuss__header{
    display: flex;
}
.discuss__item {
    display: none;
    margin: 12px 0 14px;
    font-family: Roboto, Arial, "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif;
    transition: all .3s
}
.discuss__item.active{
    display: block;
}
.discuss__item:last-child {
    margin-bottom: 24px
}
.discuss__item--now.is-hide {
    display: none
}
.discuss__item.is-rotate {
    animation: flipInX .8s ease-out
}
.discuss__item.is-pinned {
    padding: 8px 10px;
    border: 1px solid #d8f1fd;
    background-color: #f5fbff
}
.discuss__pencil {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0 0 2px 5px;
    padding: 0 8px;
    min-height: 46px;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px rgba(242, 242, 242, 0.26), -1px -1px 0 rgba(210, 210, 210, .45), 3px 3px 10px -2px rgba(12, 12, 12, 0.25);
    border-radius: 1px
}
.discuss__pencil:before {
    position: absolute;
    top: 50%;
    left: -8px;
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid #f5f5f5;
    border-bottom: 10px solid transparent;
    content: "";
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.discuss__pencil-text {
    color: #969696;
    font-size: 12px;
    line-height: 1.2;
    transition: all .35s ease-in
}
.discuss__pencil-dots {
    position: relative;
    width: 62px;
    height: 8px;
    margin: auto
}
.discuss__pencil-dot {
    position: absolute;
    top: 0;
    background-color: #000;
    width: 8px;
    height: 8px;
    animation: discussWrite 1.5s infinite;
    border-radius: 4px
}
.discuss__pencil-dot:nth-child(1) {
    left: 13px;
    animation-delay: .6s
}
.discuss__pencil-dot:nth-child(2) {
    left: 26px;
    animation-delay: .75s
}
.discuss__pencil-dot:nth-child(3) {
    left: 39px;
    animation-delay: .9s
}

/*DISCUS WRITE*/
@keyframes loadingDot {
    0%, 100% {
        transform: translate(0, -.17em)
    }
    50% {
        transform: translate(0, .17em)
    }
}
.deed__item-wrap{
    display: none;
    align-items: center;
}
.deed__item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    background-color: #f21f1f;
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, .85);
    color: #fff;
    text-align: center;
    font-family: Roboto, Arial, "Arial Black", "Helvetica CY", "Nimbus Sans L", sans-serif;
    font-size: 18px;
    line-height: 20px;
    padding: 14px 15px;
    font-weight: 700;
    letter-spacing: .034em;
    text-decoration: none;
    text-shadow: 1px 1px 0 #d13800;
    border-radius: 3px;
    margin-right: 12px;
    cursor: pointer;
}
.deed__item-img{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
}
.deed__item img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.deed__item-text {
    font-size: 13px;
    font-weight: 100
}
.deed__item-dots {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 5px;
    padding: 0;
    height: 100%;
    min-width: 34px
}
.deed__item-dots span {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 3px;
    background-color: #fff;
    border-radius: 50%
}
.deed__item-dots span:nth-child(1) {
    animation: loadingDot .7s .1s linear infinite
}
.deed__item-dots span:nth-child(2) {
    animation: loadingDot .7s .2s linear infinite
}
.deed__item-dots span:nth-child(3) {
    animation: loadingDot .7s .3s linear infinite
}