.channelreply-block {
    margin-bottom: -2px;
}

.navigation-list.navigation-blocks-list > ul > li.channelreply-block > .channelreply-title {
    margin: -15px -10px;
    padding: 15px 20px;
    cursor: pointer;
    position: relative;
}

.channelreply-title {
    display: block;
}

.channelreply-title {
    border-bottom: 1px solid #dbdbdb;
}

.channelreply-title.channelreply-fields,
.channelreply-block.opened .channelreply-title {
    display: none;
}

.channelreply-block.opened .channelreply-title.channelreply-fields {
    display: block;
}

.channelreply-title .ico-small.unpin-black {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 15px;
    opacity: 0.6;
}

.channelreply-title svg {
    width: 16px;
    height: 16px;
    margin-bottom: -2px;
    margin-right: 3px;
}

.channelreply-title:hover {
    background: #f1f1f1;
}

.channelreply-content {
    display: none;
    margin-top: 15px;
    padding-top: 15px;
}

.channelreply-block.opened .channelreply-content, .channelreply-block.preloaderState .channelreply-preloader {
    display: block;
}

.channelreply-preloader, .channelreply-block.opened.preloaderState .channelreply-content {
    display: none;
}

.channelreply-preloader {
    margin-top: 30px;
}

.channelreply-content iframe.channelreply-iframe {
    margin: 0 0 0 -7px;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 230px);
    border: none;
}

.navigation-list.channelreplyOpened + .navigation-list {
    display: none;
}
