.hcc {
    float: none;
    text-align: left;
    font-family: Helvetica,Arial,sans-serif;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    vertical-align: baseline;
    background: 0 0;
    color: #000;
    line-height: 1.167em;
    outline: 0;
    text-transform: none;
    text-decoration: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    text-shadow: none;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    min-height: 0;
    -webkit-overflow-scrolling: touch
}

.fos_comment_form_errors ul {
    list-style: none;
    margin-left: -35px;
    color: #ff7f7f
}

.fos_comment_comment_body img {
    display: block;
    border: 1px solid #ddd;
    margin: 10px;
    max-width: 200px
}

.attached {
    display: block;
    font-size: 12px!important;
    background: url(https://vkontakte.center/assets/img/fastener.png);
    padding: 0 0 2px 20px;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    margin: 8px
}

#fos_comment_comment_photoUpload {
    position: relative;
    padding: 10px;
    cursor: pointer;
    margin-top: -30px;
    float: right;
    background: url(/assets/img/fastener.png)
}

input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

.fos_start>div {
    text-transform: uppercase
}

button:hover {
    background: #f4f3f3;
    -o-box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14);
    box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14)
}

button {
    background: #f1f1f1;
    z-index: 1;
    height: 28px;
    border: 0;
    line-height: 29px;
    padding: 0 9px;
    margin-right: 9px;
    cursor: pointer;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.01),0 2px 4px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.01),0 2px 4px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 17px 1px transparent,0 2px 4px rgba(0,0,0,.12);
    box-shadow: 0 17px 1px transparent,0 2px 4px rgba(0,0,0,.12);
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.fos_start a img {
    border-radius: 5px;
    max-width: 30px;
    max-height: 30px;
    transition: all .7s
}

.fos_start a img:hover {
    opacity: .7
}

.cpright {
    font-size: 11px;
    color: #555;
    margin: 5px 0
}

.cpright a {
    color: #555
}

.hc__form {
    min-height: 100px
}

.hc__root,.hc__clear {
    clear: both
}

.hc__right {
    width: 100%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 18px
}

.hc__close {
    background: 0 0;
    display: inline-block;
    position: relative;
    width: 25px;
    height: 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.hc__close:after,.hc__close:before {
    transform-origin: 50% 50%;
    top: -4px;
    width: 25px;
    height: 5px;
    left: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    display: inline-block;
    background: #7a9cd2;
    position: absolute;
    content: ''
}

.hc__close:after {
    transform: rotate3d(0,0,1,-45deg)
}

.hc__close:before {
    transform: rotate3d(0,0,1,45deg)
}

.hc__top__left {
    float: left
}

.hc__top__right {
    float: right
}

.hc__top__block {
    display: inline-block;
    color: #646060;
    font-size: 14px;
    margin-right: 5px;
    margin-top: 5px
}

.hc__top__like,.hc__top__unlike {
    float: left;
    background: #f8f8f8;
    z-index: 1;
    height: 28px;
    line-height: 29px;
    padding: 0 9px;
    margin-right: 9px;
    cursor: pointer;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.01),0 2px 4px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.01),0 2px 4px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.01),0 2px 4px rgba(0,0,0,.12);
    box-shadow: 0 0 2px rgba(0,0,0,.01),0 2px 4px rgba(0,0,0,.12);
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__top__like:hover,.hc__top__unlike:hover {
    background: #f4f3f3;
    -o-box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14);
    box-shadow: 0 0 4px rgba(0,0,0,.05),0 4px 8px rgba(0,0,0,.14)
}

.hc__top__like svg path,.hc__top__unlike svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__top__like:hover svg.like path,.hc__top__unlike:hover svg.like path {
    fill: #999
}

.hc__top__like span,.hc__top__unlike span {
    margin-right: 5px;
    font-size: 14px;
    line-height: 29px;
    color: #646060
}

.fos_comment_comment_new_form {
    margin-bottom: 45px
}

.hc__top__like[active=true] svg path {
    fill: #62a600
}

.hc__top__unlike[active=true] svg path {
    fill: #d03c3c
}

#areaSelectNet {
    display: none
}

.fos_start {
    text-align: center
}

.hc__top__lk {
    position: relative;
    top: 1px
}

.hc__top__ulk {
    position: relative;
    top: 3px
}

.hc__top__share {
    position: relative;
    z-index: 2
}

.hc__top__share__item {
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: -9px;
    left: 28px;
    width: 0;
    height: 0;
    margin-top: 5px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 3px 5px rgba(0,0,0,.22),0 4px 10px rgba(0,0,0,.34);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.22),0 4px 10px rgba(0,0,0,.34);
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.22),0 4px 10px rgba(0,0,0,.34);
    box-shadow: 0 3px 5px rgba(0,0,0,.22),0 4px 10px rgba(0,0,0,.34);
    transition: left 400ms cubic-bezier(.23,1,.32,1) 0ms,top 400ms cubic-bezier(.23,1,.32,1) 0ms,height 400ms cubic-bezier(.23,1,.32,1) 0ms,width 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__top__share__item svg {
    width: 0;
    height: 0;
    transition: height 400ms cubic-bezier(.23,1,.32,1) 0ms,width 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__top__share__item:hover {
    -o-box-shadow: 0 4px 7px rgba(0,0,0,.24),0 5px 12px rgba(0,0,0,.38);
    -moz-box-shadow: 0 4px 7px rgba(0,0,0,.24),0 5px 12px rgba(0,0,0,.38);
    -webkit-box-shadow: 0 4px 7px rgba(0,0,0,.24),0 5px 12px rgba(0,0,0,.38);
    box-shadow: 0 4px 7px rgba(0,0,0,.24),0 5px 12px rgba(0,0,0,.38)
}

.hc__top__share[active=true] .hc__top__share__item,.hc__top__share[active=true] .hc__top__share__item svg {
    width: 35px;
    height: 35px
}

.hc__top__share[active=true] .hc__top__share__g {
    top: -75px;
    left: -2px
}

.hc__top__share[active=true] .hc__top__share__f {
    top: -75px;
    left: 55px
}

.hc__top__share[active=true] .hc__top__share__t {
    top: 0;
    left: 55px
}

.hc__top__share[active=true] .hc__top__share__v {
    top: 0;
    left: -2px
}

.hc__menu {
    position: relative;
    height: 30px;
    font-size: 15px;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px
}

.hc__menu__item {
    line-height: 30px;
    display: inline-block;
    margin-right: 12px;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background;
    -o-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__menu__item:hover,.hc__menu__item:hover span {
    color: #464954
}

.hc__menu__line {
    position: absolute;
    opacity: 0;
    height: 2px;
    background-color: #333;
    transition: all 1s cubic-bezier(.23,1,.32,1) 0ms
}

.hc__menu__count {
    cursor: pointer;
    color: #000;
    font-size: 15px
}

.hc__menu__comment__popup {
    position: absolute;
    z-index: 10;
    background: #fff;
    border: 1px solid #e9e9e9;
    -o-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    color: #7f8c8d;
    font-size: 12px;
    margin: 0 -13px;
    opacity: 0;
    height: 0;
    visibility: hidden;
    left: 13px;
    min-width: 160px;
    transition: all 950ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__menu__comment__popup__check {
    position: absolute;
    right: 12px;
    top: 6px;
    display: none
}

.hc__menu__comment__popup div {
    padding: 1px 12px;
    white-space: nowrap;
    line-height: 27px;
    cursor: pointer;
    position: relative;
    color: #646060;
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background;
    -o-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__menu__comment__popup div:hover {
    color: #222;
    background: #f8f8f8
}

.hc__menu__comment__popup div[active=true] .hc__menu__comment__popup__check {
    display: block
}

.hc__menu__comment::before {
    content: " ";
    float: right;
    margin: 12px 0 0 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0;
    border-color: #000 transparent transparent transparent;
    line-height: 0
}

.hc__menu__right {
    float: right;
    cursor: pointer;
    height: 30px
}

.hc__menu__view {
    float: left;
    color: #a3a3a3;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
    margin-right: 7px
}

.hc__menu__view__img {
    float: left;
    display: none;
    margin: 5px 5px 0 0
}

.hc__menu__viewerbox {
    opacity: 0;
    transition: opacity 600ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__menu__viewerbox[active=true] {
    opacity: 1
}

.hc__menu__viewerbox[active=true] .hc__menu__view__img {
    display: block
}

.hc__menu__viewer {
    float: left;
    margin-top: 2px;
    margin-left: 5px
}

.hc__menu__viewer[active=true] img {
    width: 25px;
    height: 25px;
    opacity: 1
}

.hc__menu__viewer img {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    transition: width 600ms cubic-bezier(.23,1,.32,1) 0ms,height 600ms cubic-bezier(.23,1,.32,1) 0ms,opacity 600ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__menu__settings {
    float: left;
    margin-top: 7px;
    cursor: pointer
}

.hc__menu__settings svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__menu__settings:hover svg path {
    fill: #999
}

.hc__menu__settings__popup {
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 7px;
    background: #fff;
    border: 1px solid #e9e9e9;
    -o-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    color: #7f8c8d;
    font-size: 12px;
    opacity: 0;
    height: 0;
    visibility: hidden
}

.hc__menu__settings__popup div {
    padding: 0 12px;
    white-space: nowrap;
    line-height: 27px;
    cursor: pointer;
    color: #646060;
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background;
    -o-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__menu__settings__popup div:hover {
    color: #222;
    background: #f8f8f8
}

.hc__menu__login {
    margin-top: 7px;
    padding: 5px 2px 5px 5px
}

.hc__menu__login svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__menu__login:hover svg path {
    fill: #999
}

.hc__realtime {
    background: #fff9c5;
    position: relative;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    opacity: 0;
    width: 10px;
    left: -10000px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    z-index: 3;
    -o-box-shadow: 0 0 4px rgba(200,200,200,.12),0 4px 8px rgba(200,200,200,.24);
    -moz-box-shadow: 0 0 4px rgba(200,200,200,.12),0 4px 8px rgba(200,200,200,.24);
    -webkit-box-shadow: 0 0 4px rgba(200,200,200,.12),0 4px 8px rgba(200,200,200,.24);
    box-shadow: 0 0 4px rgba(200,200,200,.12),0 4px 8px rgba(200,200,200,.24);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 0ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,width 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__realtime[active=true] {
    opacity: 1;
    left: 0;
    width: 100%
}

.hc__realtime:hover {
    background: #fdf7bc;
    -o-box-shadow: 0 0 4px rgba(200,200,200,.14),0 4px 8px rgba(200,200,200,.28);
    -moz-box-shadow: 0 0 4px rgba(200,200,200,.14),0 4px 8px rgba(200,200,200,.28);
    -webkit-box-shadow: 0 0 4px rgba(200,200,200,.14),0 4px 8px rgba(200,200,200,.28);
    box-shadow: 0 0 4px rgba(200,200,200,.14),0 4px 8px rgba(200,200,200,.28)
}

.hc__realtime__box {
    display: inline-block;
    position: relative
}

.hc__realtime__img {
    position: absolute;
    left: -25px;
    top: -1px
}

.hc__rtline {
    position: relative;
    float: right
}

.hc__rtline__anim {
    position: absolute;
    height: 15px;
    width: 100px;
    background: #fff9c5;
    left: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.hc__rtline__reply {
    color: #a3a3a3;
    margin-left: 7px;
    cursor: pointer
}

.hc__rtline__count {
    color: #a3a3a3
}

.hc__rtline__reply:hover,.hc__rtline__reply:hover .hc__rtline__count {
    color: #f39c12
}

.hc__showmore {
    cursor: pointer;
    color: #a3a3a3;
    width: 115px;
    font-size: 13px;
    text-align: center;
    margin: 0 auto
}

.hc__showmore__item {
    border-bottom: 1px dashed #c5cacd;
    display: inline-block;
    -webkit-transition-property: color,border-bottom;
    -moz-transition-property: color,border-bottom;
    -o-transition-property: color,border-bottom;
    transition-property: color,border-bottom;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__showmore__item:hover {
    color: #735959;
    border-bottom: 1px dashed #735959
}

.hc__showmore__load {
    position: relative;
    top: -22px;
    left: -18px
}

.hc__pagination {
    text-align: center
}

.hc__pagination__item {
    display: inline-block;
    background-color: #ededed;
    color: #332f2e;
    font-weight: 700;
    padding: 5px 10px;
    font-size: 13px;
    margin-right: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.15);
    box-shadow: 0 0 2px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.15);
    cursor: pointer;
    -webkit-transition-property: box-shadow,background-color;
    -moz-transition-property: box-shadow,background-color;
    -o-transition-property: box-shadow,background-color;
    transition-property: box-shadow,background-color;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__pagination__item:hover {
    background-color: #e4e1e1;
    -o-box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.17);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.17);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.17);
    box-shadow: 0 0 4px rgba(0,0,0,.12),0 4px 8px rgba(0,0,0,.17)
}

.hc__pagination__item[active=true] {
    background: #fdfdfd
}

.hc__hide {
    display: none
}

.hc__hide__background {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,.54);
    z-index: 999;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 900ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__highlight {
    background-color: #fff2bc
}

.hc__checkbox {
    visibility: hidden
}

.hc__squaredThree {
    width: 20px;
    position: relative;
    float: left
}

.hc__squaredThree__span {
    position: relative;
    left: 20px;
    font-size: 12px;
    line-height: 12px;
    min-width: 150px;
    display: block
}

.hc__squaredThree span {
    color: #646060
}

.hc__squaredThree label {
    cursor: pointer;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    border: 1px solid #a3a3a3;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.hc__squaredThree input[type=checkbox]:checked+label:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

.hc__inputError hr:last-child {
    transform: scaleX(1);
    border-bottom: solid 2px red
}

.hc__left {
    width: 50%;
    float: left;
    padding: 0 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.hc__left__empty {
    text-align: center;
    color: #909090;
    font-size: 20px
}

.hc__left__header {
    min-height: 110px;
    margin-bottom: 40px
}

.hc__left__header__nick {
    font-size: 22px;
    font-weight: 300
}

.hc__left__header__txt {
    margin-left: 150px;
    padding-top: 20px
}

.hc__left__header__title {
    font-size: 22px;
    font-weight: 300;
    color: #000
}

.hc__left__moder {
    position: absolute;
    overflow: hidden;
    height: 47px;
    top: 85px;
    left: 168px
}

.hc__left__moder__item {
    margin-right: 5px;
    display: inline-block
}

.hc__left__moder__item img {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    width: 45px;
    height: 45px;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__left__avatar {
    position: relative;
    left: 0;
    float: left
}

.hc__left__avatar img {
    width: 130px;
    height: 130px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__left__message {
    padding: 5px;
    transform: translate3d(0,0,0);
    transition: opacity 800ms cubic-bezier(.23,1,.32,1) 100ms,transform 800ms cubic-bezier(.23,1,.32,1) 0ms,height 800ms cubic-bezier(.23,1,.32,1) 0ms,margin 800ms cubic-bezier(.23,1,.32,1) 100ms,left 300ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__left__message__nick {
    font-size: 13px;
    color: #3a609b;
    font-style: normal
}

.hc__left__time {
    text-align: right;
    color: #a3a3a3;
    margin-bottom: 10px
}

.hc__left__select {
    float: right;
    margin: 0 10px;
    cursor: pointer
}

.hc__left__txt {
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    padding: 20px;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    color: #363636;
    word-wrap: break-word;
    -o-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -khtml-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1)
}

.hc__left__txt a {
    text-decoration: none;
    color: #363636;
    font-size: 15px
}

.hc__left__txt a:hover {
    text-decoration: underline
}

.hc__left__txt::after {
    content: "";
    position: absolute;
    top: -14px;
    left: 7px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #fafafa transparent;
    display: block;
    width: 0;
    z-index: 1
}

.hc__left__txt::before {
    content: "";
    position: absolute;
    top: -16px;
    left: 7px;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #e9e9e9 transparent;
    display: block;
    width: 0;
    z-index: 0
}

.hc__left__answer,.hc__left__answer-user {
    position: relative;
    margin-left: 65px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 22px;
    padding: 20px;
    margin-bottom: 10px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    color: #363636;
    word-wrap: break-word;
    -o-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -khtml-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1)
}

.hc__left__answer__avatar,.hc__left__answer-user__avatar {
    position: absolute;
    bottom: 0;
    left: -65px
}

.hc__left__answer__avatar img,.hc__left__answer-user__avatar img {
    width: 45px;
    height: 45px;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__left__answer::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -14px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #fafafa;
    display: block;
    width: 0;
    z-index: 1
}

.hc__left__answer::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -16px;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent #e9e9e9;
    display: block;
    width: 0;
    z-index: 0
}

.hc__left__answer-user {
    background: #fff;
    -o-box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1);
    -khtml-box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: -3px 3px 3px 0 rgba(0,0,0,.1)
}

.hc__left__answer-user::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: -14px;
    border-style: dashed;
    border-width: 16px 0 16px 16px;
    border-color: transparent #fff;
    display: block;
    width: 0;
    z-index: 1
}

.hc__left__answer-user::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -16px;
    border-style: dashed;
    border-width: 16px 0 16px 16px;
    border-color: transparent #e9e9e9;
    display: block;
    width: 0;
    z-index: 0
}

.hc__left__reply {
    margin-top: 10px
}

.hc__left__parent {
    border-bottom: 1px solid #ece7e7
}

.hc__left__parent__nick,.hc__left__parent__txt {
    font-size: 12px!important;
    font-style: italic
}

.hc__left__vote {
    float: right;
    margin-top: -14px;
    height: 18px
}

.hc__left__vote .hc__voting__amount {
    float: right
}

.hc__left__vote .hc__voting {
    float: left
}

.hc__left__vote-ro {
    float: none;
    margin-top: 0
}

.hc__left-logo {
    margin-bottom: -20px
}

.hc__left-logo img {
    width: 80px;
    height: 80px
}

.hc__left-accent .hc__left-first .hc__left__txt:before,.hc__left-accent .hc__left-first .hc__left__txt:after {
    left: 19px
}

.hc__messages {
    margin-top: 40px
}

.hc__message {
    position: relative;
    margin-bottom: 20px;
    font-style: normal;
    opacity: 1;
    left: 0;
    height: auto;
    transition: opacity 800ms cubic-bezier(.23,1,.32,1) 100ms,transform 800ms cubic-bezier(.23,1,.32,1) 0ms,height 800ms cubic-bezier(.23,1,.32,1) 100ms,margin 800ms cubic-bezier(.23,1,.32,1) 100ms,left 300ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__message__hide {
    opacity: 0;
    height: 0;
    margin: 0;
    transform: translate3d(0,-110px,0);
    visibility: hidden;
    position: absolute
}

.hc__message__ban {
    padding: 5px 0;
    color: #a3a3a3;
    text-transform: uppercase;
    font-size: 10px;
    border-bottom: 1px dotted;
    cursor: pointer
}

.hc__message__ban:hover {
    color: #666
}

.hc__message__hide-reply {
    opacity: 0;
    left: -1000px;
    height: 0;
    margin: 0;
    position: absolute
}

.hc__message__header {
    margin-bottom: 5px
}

.hc__message__comment {
    margin-left: 50px;
    margin-top: 15px;
    transition: opacity 800ms cubic-bezier(.23,1,.32,1) 100ms,transform 800ms cubic-bezier(.23,1,.32,1) 0ms,background 800ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__message__comment__hide {
    transform: translate3d(-100px,0,0);
    opacity: 0
}

.fos_comment_comment_score {
    margin-top: 5px;
    display: inline-block
}

.hc__message__comment:hover {
    opacity: 1!important
}

.fos_comment_comment_reply_show_form {
    padding: 5px;
    font-size: 1em!important
}

.hc__message__txt,.hc__message__txt b,.hc__message__txt u,.hc__message__txt i,.hc__message__txt s,.hc__message__txt q,.hc__message__txt code {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    margin-bottom: 10px;
    color: #363636;
    position: relative
}

.hc__message__txt a,.hc__message__txt b a,.hc__message__txt u a,.hc__message__txt i a,.hc__message__txt s a,.hc__message__txt q a,.hc__message__txt code a {
    text-decoration: none;
    color: #363636;
    font-size: 14px
}

.hc__message__txt a:hover,.hc__message__txt b a:hover,.hc__message__txt u a:hover,.hc__message__txt i a:hover,.hc__message__txt s a:hover,.hc__message__txt q a:hover,.hc__message__txt code a:hover {
    text-decoration: underline
}

.hc__message__txt s {
    text-decoration: line-through
}

.hc__message__txt {
    padding-right: 25px
}

.hc__message__txt u {
    text-decoration: underline
}

.hc__message__cat {
    text-transform: uppercase
}

.hc__message__moderate {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 5px 5px 3px;
    display: none
}

.hc__message__moderate[active=true] {
    background: #f8f8f8;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.hc__message__moderate:hover {
    display: block!important
}

.hc__message__popup {
    position: absolute;
    right: 0;
    z-index: 2;
    opacity: 0;
    height: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #e9e9e9;
    -o-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -khtml-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 3px 3px 3px 0 rgba(0,0,0,.1);
    color: #7f8c8d;
    font-size: 12px;
    min-width: 115px;
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__message__popup__item {
    padding: 7px 12px;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    color: #7f8c8d;
    -webkit-transition-property: color,background;
    -moz-transition-property: color,background;
    -o-transition-property: color,background;
    transition-property: color,background;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__message__popup__item__img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.hc__message__popup__item span {
    color: #646060
}

.hc__message__popup__item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hc__message__popup__item:hover {
    color: #222;
    background: #f8f8f8
}

.hc__message__popup__item:hover svg path {
    fill: #222
}

.hc__message__popup[active=true] {
    opacity: 1
}

.hc__message__reply {
    margin-left: 50px;
    margin-top: 10px;
    position: relative
}

.hc__message__remove {
    font-size: 12px;
    color: #646464;
    padding: 10px;
    font-style: italic
}

.hc__message__footer {
    height: 18px
}

.hc__message__del {
    font-size: 12px;
    color: #646464;
    padding: 10px;
    font-style: italic;
    transform: translate3d(-100px,0,0);
    opacity: 0;
    transition: opacity 800ms cubic-bezier(.23,1,.32,1) 100ms,transform 800ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__message__del[active=true] {
    transform: translate3d(0,0,0);
    opacity: 1
}

.hc__message__att {
    margin-bottom: 10px
}

.hc__message__video {
    position: relative;
    cursor: pointer
}

.hc__message__video__play {
    position: absolute;
    bottom: 30px;
    left: 36px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 7px 15px;
    background-color: rgba(0,0,0,.8)
}

.hc__message__video__wrap,.hc__message__video img {
    max-width: 128px;
    max-height: 128px
}

.hc__message__video__wrap:hover .hc__message__video__play {
    background-color: #cc0d0d
}

.hc__message__attimg img {
    max-width: 200px;
    max-height: 200px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.hc__message__present {
    cursor: pointer
}

.hc__message__video img,.hc__message__attimg img {
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__message__video img:hover,.hc__message__attimg img:hover {
    background: #333;
    -o-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    -khtml-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)
}

.hc__message__pre {
    color: #363636;
    background: #fff9c5;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 7px;
    text-align: center;
    font-weight: 700
}

.hc__message__more {
    position: relative;
    color: #3a609b;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 11px;
    margin-left: 50px;
    margin-bottom: 20px;
    cursor: pointer;
    text-decoration: underline
}

.hc__message__more:hover {
    color: #2c4d82
}

.hc__message__more[active=true] svg {
    transform: rotate(180deg)
}

.hc__message__more svg {
    position: relative;
    top: 2px;
    right: -5px;
    transition: transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__message__more svg path {
    fill: #2c4d82;
    stroke-width: 2px;
    stroke: #2c4d82
}

.hc__message .hc__message {
    margin-left: 50px;
    margin-top: 10px;
    min-width: 300px
}

.hc__tmp {
    opacity: .6
}

.hc__tmp .hc__manager {
    display: none
}

.hc__avatar {
    position: absolute;
    left: 0;
    z-index: 1;
    cursor: pointer;
    transition: opacity 800ms cubic-bezier(.23,1,.32,1) 100ms
}

.hc__avatar img {
    width: 35px;
    height: 35px;
    margin: 0;
    padding: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__avatar__m {
    background: #edeeee;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    font-size: 9px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    bottom: 0;
    right: 0
}

.hc__avatar__m[active=true] {
    display: block
}

.hc__nick {
    font-size: 13px;
    color: #3a609b;
    cursor: pointer;
    position: relative
}

.hc__nick__parent {
    font-size: 10px;
    color: #a3a3a3;
    margin-left: 6px;
    cursor: pointer;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__nick__parent:hover {
    color: #f39c12
}

.hc__time {
    font-size: 10px;
    color: #a3a3a3;
    margin-left: 6px
}

.hc__manager {
    float: left
}

.hc__manager__item {
    cursor: pointer;
    margin-right: 15px;
    color: #a3a3a3;
    font-size: 12px;
    float: left;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__manager__item:hover {
    color: #f39c12
}

.hc__manager__accent {
    float: right;
    display: none
}

.hc__voting {
    font-size: 13px;
    position: relative;
    display: none
}

.voting {
    display: none;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__voting__good svg path,.hc__voting__bad svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__voting__bad {
    background: url(/assets/img/thumbs-down-icon.png);
    background-size: cover;
    box-shadow: none!important;
    height: 18px;
    padding: 2px;
    width: 18px;
    opacity: .5;
    cursor: pointer
}

.hc__voting__bad:hover {
    background: url(/assets/img/thumbs-down-icon.png);
    opacity: .8;
    background-size: cover
}

.hc__voting__good {
    background: url(/assets/img/thumbs-up-icon.png);
    background-size: cover;
    box-shadow: none!important;
    height: 18px;
    padding: 2px;
    margin: 0 3px 0 8px;
    width: 18px;
    opacity: .5;
    cursor: pointer
}

.hc__voting__good:hover {
    background: url(/assets/img/thumbs-up-icon.png);
    opacity: .8;
    background-size: cover
}

.hc__voting__good[active=true] svg path {
    fill: #62a600
}

.hc__voting__amount {
    float: left;
    cursor: pointer;
    margin-top: -1px;
    margin-right: 5px
}

.hc__voting__total {
    z-index: 4
}

.hc__voting__plus {
    color: #62a600
}

.hc__voting__minus {
    color: #d03c3c
}

.hc__voting__detail {
    position: relative
}

.hc__voting__detail__plus,.hc__voting__detail__min {
    position: absolute;
    opacity: 0;
    text-align: center;
    z-index: 3;
    line-height: 40px;
    font-size: 14px;
    width: 0;
    height: 0;
    top: -28px;
    left: -15px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    transition: top 400ms cubic-bezier(.23,1,.32,1) 0ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,height 400ms cubic-bezier(.23,1,.32,1) 0ms,width 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__voting__detail[active=true] .hc__voting__detail__plus,.hc__voting__detail[active=true] .hc__voting__detail__min {
    width: 40px;
    height: 40px;
    opacity: 1
}

.hc__voting__detail[active=true] .hc__voting__detail__plus {
    top: -56px;
    background-color: #e9f9ca
}

.hc__voting__detail[active=true] .hc__voting__detail__min {
    top: 0;
    background-color: #ffe3e3
}

.hc__voting__detail__plus {
    color: #62a600
}

.hc__voting__detail__min {
    color: #d03c3c
}

.hc__parent {
    background: #f8f8f8;
    padding: 10px;
    line-height: 18px;
    font-size: 12px;
    margin: 10px 0
}

.hc__parent__ava {
    float: left;
    padding-right: 7px
}

.hc__parent__ava img {
    width: 26px;
    height: 26px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.hc__parent__nick {
    color: #4c7ead;
    cursor: pointer;
    margin-left: 35px;
    padding-bottom: 5px
}

.hc__parent__txt {
    line-height: 18px;
    font-size: 12px
}

.hc__parent__toggle {
    cursor: pointer;
    color: #3a609b;
    text-decoration: underline
}

.hc__imgpopup[active=true] .hc__hide__background {
    opacity: 1
}

.hc__imgpopup__wrap {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    -o-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -khtml-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    transition: left 400ms cubic-bezier(.23,1,.32,1) 0ms,top 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__imgpopup__wrap img {
    transition: width 400ms cubic-bezier(.23,1,.32,1) 0ms,height 400ms cubic-bezier(.23,1,.32,1) 0ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__imgpopup__close {
    position: absolute;
    right: -22px;
    top: -20px;
    background: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    padding: 7px 8px;
    cursor: pointer
}

.hc__form {
    margin-bottom: 20px;
    transition: all 200ms cubic-bezier(.1,.3,.5,.7) 0ms
}

.hc__form__send {
    background: #424141;
    color: #fff;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    height: 27px;
    line-height: 27px;
    padding: 0 10px;
    display: inline-block;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__form__send[disabled=true] {
    cursor: default;
    opacity: .4
}

.hc__form__send[disabled=true]:hover {
    background: #424141;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__form__send:hover {
    background: #333;
    -o-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    -khtml-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28);
    box-shadow: 0 0 4px rgba(0,0,0,.14),0 4px 8px rgba(0,0,0,.28)
}

.hc__form__category {
    line-height: 27px;
    font-weight: 300;
    display: inline-block;
    position: relative;
    margin-top: 2px;
    margin-right: 15px;
    padding: 0 7px 0 0;
    cursor: pointer;
    border-bottom: 1px solid #909090
}

.hc__form__category span {
    color: #909090;
    font-size: 14px
}

.hc__form__category__t {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #909090 transparent;
    line-height: 0
}

.hc__reply__photo {
    width: 45px;
    height: 45px;
    float: left;
    position: relative;
    cursor: pointer
}

.hc__reply__photo img {
    width: 45px;
    margin: 0;
    padding: 0;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1);
    box-shadow: 0 0 2px rgba(0,0,0,.05),0 2px 4px rgba(0,0,0,.1)
}

.hc__reply__close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    margin-right: -2px;
    margin-top: -5px;
    cursor: pointer;
    display: none
}

.hc__reply__buttons {
    text-align: center;
    float: right;
    position: relative;
    display: none
}

.hc__reply__attach {
    position: absolute;
    right: 0;
    bottom: 12px
}

.hc__reply__clip {
    cursor: pointer;
    z-index: 1;
    float: left;
    margin-right: 10px
}

.hc__reply__clip svg path,.hc__reply__clip svg rect {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__reply__clip__img svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__reply__clip__img:hover path {
    fill: #424242
}

.hc__reply__smile {
    cursor: pointer;
    z-index: 1;
    float: left;
    margin-right: 10px
}

.hc__reply__smile svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__reply__smile:hover path {
    fill: #424242
}

.hc__reply__box {
    margin-left: 55px;
    margin-bottom: 20px;
    position: relative
}

.hc__reply__box-f {
    padding: 14px 90px 14px 9px!important
}

.medium-editor-insert-plugin:before {
    display: inline!important
}

.medium-editor-element img,.medium-insert-images img {
    max-height: 160px!important;
    max-width: 100%
}

.medium-editor-insert-plugin .medium-insert-buttons {
    left: -40px!important
}

.medium-editor-element {
    border: 1px solid #ddd;
    padding: 0 10px;
    min-height: 50px!important
}

.medium-editor-insert-plugin::-webkit-input-placeholder {
    padding: 0 10px
}

.medium-editor-insert-plugin::-moz-placeholder {
    padding: 0 10px
}

.medium-editor-insert-plugin:-ms-input-placeholder {
    padding: 0 10px
}

.medium-editor-insert-plugin:-moz-placeholder {
    padding: 0 10px
}

#medium-editor-toolbar-1,#medium-editor-toolbar-2 {
    display: none!important
}

.fos_comment_submit button,.fos_comment_submit input {
    background: #667786;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    padding: 1px 7px;
    font-size: 12px;
    box-shadow: none;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    height: 30px;
    transition: all .7s
}

#fos_comment_thread #username {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px 0 10px 0;
}

#fos_comment_thread #password {
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px 0 10px 8px;
}

#fos_comment_thread .bottom-text {
    font-size: 14px;
    margin: -5px;
}

.fos_comment_comment_form_holder {
    margin-top: 50px
}

.fos_comment_submit button:hover,.fos_comment_submit input:hover {
    opacity: .7
}

#fos_comment_thread h3 {
    color: #667786
}

.medium-editor-insert-plugin .medium-insert-buttons .medium-insert-buttons-addons li {
    margin: 0 -2px!important
}

.hc__reply__box__textarea,.hc__reply__box textarea, textarea#fos_comment_comment_body {
    border: 1px solid #ddd;
    background: #fff;
    width: 100% !important;
    min-height: 45px;
    padding: 5px
}

#fos_comment_thread form {
    padding: 10px;
    border: 1px solid #ddd;
    background: #5353530d;
    border-radius: 10px;
}

.hc__reply__box__textarea[active=true],.hc__reply__box textarea[active=true] {
    height: 80px;
    -o-box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
    -moz-box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
    -webkit-box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
    box-shadow: 0 0 5px 3px rgba(95,151,216,.14)
}

.hc__reply__box__textarea:focus,.hc__reply__box textarea:focus {
    -o-box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
    -moz-box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
    -webkit-box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
    box-shadow: 0 0 5px 3px rgba(95,151,216,.14)
}

.hc__reply__box__textarea::-webkit-scrollbar-thumb,.hc__reply__box textarea::-webkit-scrollbar-thumb {
    background: #ccc
}

.hc__reply__box__textarea::-webkit-scrollbar,.hc__reply__box textarea::-webkit-scrollbar {
    width: 7px
}

.hc__reply__files {
    border: 1px solid #e1e4e6;
    border-top: none;
    margin-left: 55px;
    overflow: hidden;
    margin-top: -23px;
    margin-bottom: 20px;
    transform: translate3d(0,-100px,0);
    opacity: 0;
    transition: opacity 400ms cubic-bezier(.23,1,.32,1) 100ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__reply__files[active=true] {
    transform: translate3d(0,0,0);
    opacity: 1
}

.hc__reply__file {
    margin: 9px;
    display: inline-block
}

.hc__reply__file img {
    max-width: 10px;
    max-height: 100px;
    margin: 0;
    padding: 0;
    float: left;
    transition: opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,max-width 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__reply__file img[active=true] {
    max-width: 125px;
    opacity: 1
}

.hc__reply__file__close {
    float: left;
    margin-right: 18px;
    cursor: pointer
}

.hc__reply__uploadform {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.hc__reply__upload {
    position: relative;
    left: -11px;
    top: -24px;
    font-size: 18px;
    width: 115px!important;
    letter-spacing: 10px;
    cursor: pointer;
    overflow: hidden
}

.hc__reply__len {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px;
    color: #8899a6;
    position: relative;
    top: 2px
}

.hc__reply__len[state=warn1] {
    color: #5c0002
}

.hc__reply__len[state=warn2] {
    color: #d40d12
}

.hc__reply__upload::-webkit-file-upload-button {
    cursor: pointer
}

.hc__edit textarea {
    margin-bottom: 20px
}

.hc__edit__cancel {
    color: #909090;
    text-decoration: underline;
    margin-right: 10px;
    cursor: pointer
}

.hc__nodisqus {
    background: #fff9c5;
    height: 35px;
    line-height: 35px;
    margin-top: 18px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #363636
}

.hc__nodisqus__login {
    text-decoration: underline;
    color: #009fe6;
    cursor: pointer;
    font-size: 14px
}

.hc__smile {
    min-width: 270px;
    padding: 5px;
    overflow: hidden
}

.hc__smile__item {
    display: inline-block;
    margin: 1px
}

.hc__smile__item:hover {
    background-color: #e8e8e3;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.hc__smile__i {
    display: inline-block;
    margin: 1px
}

.hc__formatting {
    min-width: 100px;
    max-height: 73px;
    cursor: default
}

.hc__formatting div {
    display: inline-block;
    cursor: pointer;
    padding: 7px
}

.hc__formatting div:hover path,.hc__formatting div:hover rect {
    fill: #424242
}

.hc__quote {
    position: relative
}

.hc__quote__img {
    float: left
}

.hc__quote__img svg path {
    fill: #222
}

.hc__quote__content {
    margin-left: 35px;
    padding-top: 3px;
    cursor: pointer
}

.hc__quote__time {
    margin-bottom: 5px;
    font-size: 11px;
    color: #bdc3c7
}

.hc__quote__txt {
    font-size: 14px;
    line-height: 20px;
    word-wrap: break-word;
    padding-right: 25px;
    margin-bottom: 10px;
    color: #363636;
    font-style: italic
}

.hc__quote__txt a {
    text-decoration: none;
    color: #363636
}

.hc__quote__txt a:hover {
    text-decoration: underline
}

.hc__quote__txts {
    font-style: italic;
    margin-left: 10px;
    color: #363636
}

.hc__quote__act {
    position: absolute;
    right: 0;
    top: 26px;
    font-size: 14px
}

.hc__quote-bd {
    border-bottom: 1px solid #ededed;
    margin-top: 10px
}

.hc__quote .hc__message {
    margin-left: 50px;
    margin-top: 10px;
    min-width: 300px
}

.hc__authorization[active=true] .hc__authorization__wrap {
    opacity: 1;
    left: 0;
    -webkit-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    -o-transform: translate3d(0,100px,0);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 0ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__authorization[active=true] .hc__hide__background {
    opacity: 1
}

.hc__authorization__wrap {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -10000px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 400ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__authorization__box {
    border: 1px solid #909090;
    margin: 0 auto;
    max-width: 525px;
    -o-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -khtml-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    top: 100px;
    z-index: 9999999;
    padding: 20px
}

.hc__authorization__title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.hc__authorization__close {
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    padding: 5px
}

.hc__authorization__soc {
    margin-top: 18px;
    margin-bottom: 32px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto
}

.hc__authorization__soc__item {
    display: inline-block;
    cursor: pointer;
    margin: 0 0 10px 10px
}

.hc__authorization__soc__item svg,.hc__authorization__soc__item img {
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -khtml-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 5px 0 rgba(0,0,0,.3);
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__authorization__soc__item svg:hover,.hc__authorization__soc__item img:hover {
    -o-border-radius: 25px;
    -moz-border-radius: 25px;
    -khtml-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
    -khtml-box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.5);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.5)
}

.hc__authorization__soc__item:first-child {
    margin-left: 0
}

.hc__authorization__anonim {
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.hc__authorization__anonim__title {
    font-size: 14px;
    margin: 15px 0;
    text-transform: uppercase
}

.hc__authorization__wrapf {
    float: left;
    margin-right: 10px;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1
}

.hc__authorization__wrapf input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 30px;
    border: none;
    outline: 0;
    font-size: 14px;
    padding: 0 9px;
    margin: 0 10px 0 0;
    max-width: 170px
}

.hc__authorization__wrapf__hrgrey {
    border-bottom: solid 1px #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hc__authorization__wrapf__hract {
    border-bottom: solid 2px #00bcd4;
    transform: scaleX(0);
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hc__authorization__wrapf[active=true] .hc__authorization__wrapf__hract {
    transform: scaleX(1)
}

.hc__authorization__send {
    float: left;
    cursor: pointer;
    padding: 2px 5px
}

.hc__authorization__send__txt {
    float: left;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__authorization__send__img {
    float: left;
    margin: 5px 0 0 3px
}

.hc__authorization__send:hover {
    background-color: #f3f3f3;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.hc__authorization__send:hover .hc__authorization__send__txt {
    color: #222
}

.hc__notify {
    position: fixed;
    z-index: 999999;
    background-color: #323232;
    opacity: 0;
    -o-border-radius: 2px;
    -moz-border-radius: 2px;
    -khtml-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 14px 24px;
    min-width: 250px;
    max-width: 350px;
    bottom: 25px;
    left: -10000px;
    margin-left: 25px;
    transform: translate3d(0,20px,0);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 400ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__notify__wrap {
    width: 100%
}

.hc__notify__text {
    line-height: 24px;
    font-size: 14px;
    color: #fff
}

.hc__notify__close {
    cursor: pointer;
    color: #7a9cd2;
    text-align: right;
    vertical-align: middle;
    transition: color 0ms cubic-bezier(.23,1,.32,1) 0ms;
    font-size: 20px
}

.hc__notify__close:hover {
    color: #4c74b3
}

.hc__notify-open {
    opacity: 1;
    left: 0;
    transform: translate3d(0,0,0);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 0ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__popup[active=true] .hc__popup__wrap {
    opacity: 1;
    left: 0;
    -webkit-transform: translate3d(0,100px,0);
    -moz-transform: translate3d(0,100px,0);
    -ms-transform: translate3d(0,100px,0);
    -o-transform: translate3d(0,100px,0);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 0ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__popup[active=true] .hc__hide__background {
    opacity: 1
}

.hc__popup__wrap {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: -10000px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transition: left 0ms cubic-bezier(.23,1,.32,1) 400ms,opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 400ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__popup__box {
    border: 1px solid #909090;
    margin: 0 auto;
    max-width: 541px;
    -o-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -khtml-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: #fff;
    top: 100px;
    z-index: 9999999;
    padding: 20px
}

.hc__popup__title {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px
}

.hc__popup__close {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 5px;
    cursor: pointer
}

.hc__popup__flex {
    height: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.hc__popup__wrapf {
    float: left;
    margin-right: 10px;
    width: 70%;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-grow: 1
}

.hc__popup__wrapf input,.hc__popup__wrapf textarea {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 30px;
    border: none;
    outline: 0;
    font-size: 14px;
    padding: 0 9px;
    margin: 0 10px 0 0;
    width: 100%;
    resize: none
}

.hc__popup__wrapf textarea {
    padding: 10px 0
}

.hc__popup__wrapf__hrgrey {
    border-bottom: solid 1px #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hc__popup__wrapf__hract {
    border-bottom: solid 2px #00bcd4;
    transform: scaleX(0);
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hc__popup__wrapf[active=true] .hc__popup__wrapf__hract {
    transform: scaleX(1)
}

.hc__popup__send {
    float: right;
    cursor: pointer;
    padding: 2px 5px
}

.hc__popup__send__txt {
    float: left;
    line-height: 30px;
    font-size: 16px;
    text-transform: uppercase;
    color: #999;
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__popup__send__img {
    float: left;
    margin: 5px 0 0 3px
}

.hc__popup__send:hover {
    background-color: #f3f3f3;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.hc__popup__send:hover .hc__popup__send__txt {
    color: #222
}

.hc__popup__warning {
    min-height: 30px;
    font-size: 16px
}

.hc__popup__linkcopy {
    position: absolute;
    left: -1000000px
}

.hc__footer {
    margin-top: 20px
}

.hc__footer__logo {
    float: left
}

.hc__footer__r {
    float: right
}

.hc__footer__mail {
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    cursor: pointer
}

.hc__footer__mail[active=true] svg path {
    fill: #00af00
}

.hc__footer__rss {
    float: right;
    margin-top: 15px;
    cursor: pointer
}

.hc__footer__mail svg path,.hc__footer__rss svg path,.hc__footer__logo svg path {
    -webkit-transition-property: fill;
    -moz-transition-property: fill;
    -o-transition-property: fill;
    transition-property: fill;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hc__footer__mail:hover svg path,.hc__footer__rss:hover svg path,.hc__footer__logo:hover svg path {
    fill: #999
}

.hc__footer__wrapf {
    float: left;
    margin-right: 10px;
    width: 0;
    opacity: 0;
    transition: all 800ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__footer__wrapf input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    height: 30px;
    border: none;
    outline: 0;
    font-size: 14px;
    margin-right: 10px;
    width: 0
}

.hc__footer__wrapf__hrgrey {
    border-bottom: solid 1px #e0e0e0;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hc__footer__wrapf__hract {
    border-bottom: solid 2px #00bcd4;
    transform: scaleX(0);
    transition: all 450ms cubic-bezier(.23,1,.32,1) 0ms;
    position: absolute;
    bottom: 0;
    width: 100%
}

.hc__footer__wrapf[active=true] {
    width: 200px;
    opacity: 1
}

.hc__footer__wrapf[active=true] input {
    width: 200px
}

.hc__footer__wrapf[active=true] .hc__footer__wrapf__hract {
    transform: scaleX(1)
}

.hc__loader {
    float: left;
    display: none;
    margin-top: 5px;
    margin-right: 15px
}

.hc__loader__circular {
    animation: hc_rotate 2s linear infinite;
    -webkit-animation: hc_rotate 2s linear infinite;
    height: 20px;
    width: 20px
}

.hc__loader__path {
    stroke-dasharray: 0,400;
    stroke-dashoffset: 0;
    animation: hc_dash 1.5s ease-in-out infinite,hc_color 6s ease-in-out infinite;
    -webkit-animation: hc_dash 1.5s ease-in-out infinite,hc_color 6s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes hc_rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes hc_rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes hc_dash {
    0% {
        stroke-dasharray: 0,400;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 36,200;
        stroke-dashoffset: -15
    }

    100% {
        stroke-dasharray: 36,200;
        stroke-dashoffset: -50
    }
}

@keyframes hc_dash {
    0% {
        stroke-dasharray: 0,600;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 40,200;
        stroke-dashoffset: -17
    }

    100% {
        stroke-dasharray: 40,200;
        stroke-dashoffset: -62
    }
}

.hc__icon-729 {
    background-position: 0 0
}

.hc__icon-485 {
    background-position: 0 -25px
}

.hc__icon-702 {
    background-position: 0 -50px
}

.hc__icon-703 {
    background-position: 0 -75px
}

.hc__icon-706 {
    background-position: 0 -100px
}

.hc__icon-707 {
    background-position: 0 -125px
}

.hc__icon-708 {
    background-position: 0 -150px
}

.hc__icon-709 {
    background-position: 0 -175px
}

.hc__icon-710 {
    background-position: 0 -200px
}

.hc__icon-711 {
    background-position: 0 -225px
}

.hc__icon-712 {
    background-position: 0 -250px
}

.hc__icon-713 {
    background-position: 0 -275px
}

.hc__icon-714 {
    background-position: 0 -300px
}

.hc__icon-715 {
    background-position: 0 -325px
}

.hc__icon-716 {
    background-position: 0 -350px
}

.hc__icon-717 {
    background-position: 0 -375px
}

.hc__icon-719 {
    background-position: 0 -400px
}

.hc__icon-720 {
    background-position: 0 -425px
}

.hc__icon-721 {
    background-position: 0 -450px
}

.hc__icon-722 {
    background-position: 0 -475px
}

.hc__icon-723 {
    background-position: 0 -500px
}

.hc__icon-724 {
    background-position: 0 -525px
}

.hc__icon-725 {
    background-position: 0 -550px
}

.hc__icon-727 {
    background-position: 0 -575px
}

.hc__icon-728 {
    background-position: 0 -600px
}

.hc__icon-701 {
    background-position: 0 -625px
}

.hc__icon-730 {
    background-position: 0 -650px
}

.hc__icon-731 {
    background-position: 0 -675px
}

.hc__icon-732 {
    background-position: 0 -700px
}

.hc__icon-733 {
    background-position: 0 -725px
}

.hc__icon-734 {
    background-position: 0 -750px
}

.hc__icon-735 {
    background-position: 0 -775px
}

.hc__icon-736 {
    background-position: 0 -800px
}

.hc__icon-737 {
    background-position: 0 -825px
}

.hc__icon-738 {
    background-position: 0 -850px
}

.hc__icon-740 {
    background-position: 0 -875px
}

.hc__icon-741 {
    background-position: 0 -900px
}

.hc__icon-742 {
    background-position: 0 -925px
}

.hc__icon-743 {
    background-position: 0 -950px
}

.hc__icon-744 {
    background-position: 0 -975px
}

.hc__icon-745 {
    background-position: 0 -1000px
}

.hc__icon-746 {
    background-position: 0 -1025px
}

.hc__icon-747 {
    background-position: 0 -1050px
}

.hc__icon-749 {
    background-position: 0 -1075px
}

.hc__icon-750 {
    background-position: 0 -1100px
}

.hc__icon-752 {
    background-position: 0 -1125px
}

.hc__icon-753 {
    background-position: 0 -1150px
}

.hc__icon-754 {
    background-position: 0 -1175px
}

.hc__icon-755 {
    background-position: 0 -1200px
}

.hc__icon-756 {
    background-position: 0 -1225px
}

.hc__mix {
    border: 1px solid #e9e9e9;
    -o-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12);
    -khtml-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12);
    padding: 15px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden
}

.hc__mix__title {
    font-weight: 600;
    color: #646464;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 7px;
    border-left: 3px solid #e03a3a;
    border-left: 3px solid #3a609b;
    text-transform: uppercase
}

.hc__mix__tabs {
    position: relative;
    margin-bottom: 15px;
    background-color: #e8f1f2;
    padding: 10px 0
}

.hc__mix__tabs__item {
    width: 50%;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    color: #a69e9e;
    cursor: pointer
}

.hc__mix__tabs__item[active=true] {
    color: #615c5c
}

.hc__mix__tabs__line {
    position: absolute;
    height: 2px;
    bottom: 0;
    left: 0;
    width: 50%;
    background-color: #3a609b;
    transition: all 1s cubic-bezier(.23,1,.32,1) 0ms
}

.hc__mix__message {
    padding: 10px 0;
    border-bottom: 1px solid #ededed
}

.hc__mix__message:last-child {
    border-bottom: 0
}

.hc__mix__head,.hc__mix__txt {
    margin-bottom: 0
}

.hc__mix__txt .hc__parent__txt,.hc__mix__txt .hc__moretxt {
    font-size: 14px;
    color: #363636
}

.hc__mix__avatar {
    float: left
}

.hc__mix__avatar img {
    width: 40px;
    height: 40px;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -khtml-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24)
}

.hc__mix__cont {
    margin-left: 55px
}

.hc__mix__link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px
}

.hc__mix__link a {
    float: none
}

.hc__mix__counter {
    margin-top: 7px;
    margin-bottom: 0
}

.hc__ht {
    position: absolute;
    cursor: pointer;
    margin-left: 5px;
    margin-top: 6px
}

.hc__ht svg path {
    fill: #999;
    -webkit-transition-property: 'fill';
    -moz-transition-property: 'fill';
    -o-transition-property: 'fill';
    transition-property: 'fill';
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.hc__ht:hover .hc__htcount {
    color: #ddcd2c
}

.hc__ht:hover path {
    fill: #ddcd2c
}

.hc__ht[active=true] svg path {
    fill: #ddcd2c
}

.hc__ht[active=true] .hc__htcount {
    color: #ddcd2c
}

.hc__htcount {
    position: absolute;
    color: #999;
    font-size: 12px;
    bottom: 2px;
    left: 13px
}

.hc__cliker {
    position: absolute;
    background-color: #2a2626;
    z-index: 99999999;
    text-align: center;
    opacity: 0;
    transform: translate3d(0,0,0);
    min-width: 135px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -o-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -khtml-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    box-shadow: 0 0 2px rgba(0,0,0,.12),0 2px 4px rgba(0,0,0,.24);
    transition: opacity 400ms cubic-bezier(.23,1,.32,1) 0ms,transform 200ms cubic-bezier(.23,1,.32,1) 0ms,top 100ms cubic-bezier(.23,1,.32,1) 0ms,left 100ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__cliker[active=true] {
    opacity: 1;
    transform: translate3d(0,20px,0)
}

.hc__cliker[scale=true] {
    transform: scale(1.1) translate3d(0,20px,0)
}

.hc__cliker svg {
    width: 20px;
    height: 20px
}

.hc__cliker svg path {
    fill: #fff;
    -webkit-transition-property: 'fill';
    -moz-transition-property: 'fill';
    -o-transition-property: 'fill';
    transition-property: 'fill';
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.hc__cliker__trgl {
    position: absolute
}

.hc__cliker__trgl:after {
    content: '';
    position: relative;
    right: -70px;
    top: -24px;
    border: 10px solid transparent;
    border-bottom: 10px solid #2a2626
}

.hc__cliker__img {
    display: inline-block;
    cursor: pointer;
    margin-right: 5px;
    padding: 10px 10px 10px 0
}

.hc__cliker__img:hover path {
    fill: #ddcd2c
}

.hc__cliker__img:nth-child(2) {
    margin-left: 15px
}

.hc__htpopup {
    position: absolute;
    z-index: 999999;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    opacity: 0;
    transform: translate3d(0,0,0);
    max-width: 620px;
    max-height: 500px;
    padding: 20px;
    -o-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -moz-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -khtml-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    box-shadow: 0 14px 45px 0 rgba(0,0,0,.25);
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    transition: opacity 600ms cubic-bezier(.23,1,.32,1) 100ms,transform 800ms cubic-bezier(.23,1,.32,1) 0ms
}

.hc__htpopup .hc__form {
    margin-bottom: 0
}

.hc__htpopup[active=true] {
    opacity: 1;
    transform: translate3d(0,20px,0);
    transition: opacity 600ms cubic-bezier(.23,1,.32,1) 0ms,transform 800ms cubic-bezier(.23,1,.32,1) 100ms
}

.hc__htpopup[clear=true] .hc__htpopup__comments {
    height: 0
}

.hc__htpopup[clear=true] .hc__loader {
    display: none
}

.hc__htpopup__trgl {
    position: absolute;
    left: 0;
    top: -34px
}

.hc__htpopup__trgl:after {
    content: '';
    position: relative;
    left: -40px;
    top: 2px;
    border: 20px solid transparent;
    border-bottom: 20px solid #fff
}

.hc__htpopup__trgl:before {
    content: '';
    position: relative;
    left: 0;
    border: 20px solid transparent;
    border-bottom: 20px solid #e4e4e4
}

.hc__htpopup__comments {
    overflow: auto;
    max-height: 385px
}

.hc__htpopup__comments::-webkit-scrollbar {
    height: 10px;
    width: 5px
}

.hc__htpopup__comments::-webkit-scrollbar-track {
    background: #eee
}

.hc__htpopup__comments::-webkit-scrollbar-thumb {
    background: #d5d5d5
}

.hc__htpopup__loader {
    position: relative;
    left: 50%;
    margin-left: -25px;
    margin-top: 20px
}

.hc__htpopup__loader .hc__loader {
    display: block
}

.hc__htpopup__loader .hc__loader__circular {
    height: 50px;
    width: 50px
}

.hc__htpopup .hc__message__txt,.hc__htpopup .hc__quote__txt {
    color: #363636
}

.hc__htpopup .hc__quote__img svg path {
    fill: #222
}

.hc__hth {
    background: #fff166
}

.hc__banner {
    border: 1px solid red;
    padding: 20px;
    font-size: 14px;
    margin-bottom: 20px
}

.hc__olditem {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0
}

.hc__oldtext {
    font-size: 14px
}

.hc__oldnick {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 700
}

.green {
    color: #00af00
}

.red {
    color: #c71400
}

.hc__ident {
    min-width: 205px;
    cursor: pointer
}

.hc__ident__trgl {
    position: absolute;
    border-style: solid;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0
}

.hc__ident__trgl[vector=up] {
    border-width: 0 20px 20px;
    border-color: transparent transparent #323232 transparent;
    top: -19px
}

.hc__ident__trgl[vector=down] {
    border-width: 20px 20px 0;
    border-color: #323232 transparent transparent transparent;
    top: 48px
}

.hc__ident-count {
    padding: 0
}

code.hc__code {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    font-family: Consolas,Monaco,andale mono,ubuntu mono,monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

code.hc__code::-moz-selection,code.hc__code ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc
}

code.hc__code::selection,code.hc__code ::selection {
    text-shadow: none;
    background: #b3d4fc
}

@media print {
    code.hc__code,pre.hc__code {
        text-shadow: none
    }
}

pre.hc__code {
    padding: 1em;
    margin: .5em 0;
    overflow: auto
}

pre.hc__code {
    background: #f5f2f0
}

.hc__code .token.comment,.hc__code .token.prolog,.hc__code .token.doctype,.hc__code .token.cdata {
    color: #708090
}

.hc__code .token.punctuation {
    color: #999
}

.hc__code .namespace {
    opacity: .7
}

.hc__code .token.property,.hc__code .token.tag,.hc__code .token.boolean,.hc__code .token.number,.hc__code .token.constant,.hc__code .token.symbol,.hc__code .token.deleted {
    color: #905
}

.hc__code .token.selector,.hc__code .token.attr-name,.hc__code .token.string,.hc__code .token.char,.hc__code .token.builtin,.hc__code .token.inserted {
    color: #690
}

.hc__code .token.operator,.hc__code .token.entity,.hc__code .token.url,.hc__code .language-css .token.string,.hc__code .style .token.string {
    color: #a67f59;
    background: rgba(255,255,255,.5)
}

.hc__code .token.atrule,.hc__code .token.attr-value,.hc__code .token.keyword {
    color: #07a
}

.hc__code .token.function {
    color: #dd4a68
}

.hc__code .token.regex,.hc__code .token.important,.hc__code .token.variable {
    color: #e90
}

.hc__code .token.important,.hc__code .token.bold {
    font-weight: 700
}

.hc__code .token.italic {
    font-style: italic
}

.hc__code .token.entity {
    cursor: help
}

@media only screen and (max-width: 320px) and (max-height:480px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:320px) and (max-height:568px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:320px) and (max-height:533px) and (-webkit-device-pixel-ratio:1.4) {
    .hc__right {
        padding:0 5px
    }

    .hc__reply__textarea {
        padding: 9px 60px 14px 9px;
        font-size: 12px
    }

    .hc__smile {
        min-width: 250px;
        min-height: 180px
    }

    .hc__reply__textarea {
        padding-top: 6px
    }

    .hc__message {
        border-left: 1px dashed #ccc
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 15px;
        min-width: 0
    }

    .hc__message .hc__reply__photo,.hc__quote .hc__reply__photo {
        display: none
    }

    .hc__message .hc__reply__box,.hc__quote .hc__reply__box {
        margin-left: 0
    }

    .hc__avatar {
        left: 5px
    }

    .hc__avatar img {
        width: 25px;
        height: 25px
    }

    .hc__message__comment {
        margin-left: 35px
    }

    .hc__nick {
        font-size: 12px
    }

    .hc__nick__parent {
        margin-left: 4px
    }

    .hc__time {
        display: block;
        margin-top: 3px;
        margin-left: 0
    }

    .hc__message__reply {
        margin-left: 10px
    }

    .hc__authorization__box {
        top: -40px;
        height: 295px;
        min-width: 257px;
        margin: 0
    }

    .hc__authorization__wrapf input {
        float: none;
        max-width: none;
        width: 100%
    }

    .hc__authorization__wrapf {
        float: none
    }

    .hc__authorization__send {
        float: right;
        overflow: hidden;
        margin: 8px auto
    }

    .hc__popup__flex,.hc__authorization__anonim {
        display: block
    }

    .hc__popup__wrapf {
        float: none;
        width: 100%
    }

    .hc__popup__send {
        float: right;
        margin: 16px auto;
        overflow: hidden
    }

    .hc__popup__wrapf input,.hc__popup__wrapf textarea {
        float: none
    }

    .hc__popup__box {
        top: 50px;
        height: 120px
    }

    .hc__pagination__item {
        padding: 5px 6px;
        font-size: 10px;
        margin-right: 8px
    }

    .hc__htpopup .hc__reply__box {
        margin-left: 0
    }

    .hc__htpopup .hc__reply__photo {
        display: none
    }

    .hc__left,.hc__right {
        width: 100%!important
    }

    .hc__top__left,.hc__top__right {
        float: none
    }

    .hc__menu__viewerbox[active=true] {
        margin-top: 15px
    }

    .hc__squaredThree {
        visibility: hidden
    }

    .hc__notify {
        padding: 10px;
        max-width: 200px
    }

    .hc__notify__text {
        font-size: 12px
    }
}

@media only screen and (max-width: 480px) and (max-height:320px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:568px) and (max-height:320px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:533px) and (max-height:320px) and (-webkit-device-pixel-ratio:1.4) {
    .hc__message {
        border-left:1px dashed #ccc
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 15px;
        min-width: 0
    }

    .hc__avatar {
        left: 5px
    }

    .hc__authorization__box {
        top: -80px;
        margin: 0
    }

    .hc__authorization__wrapf input {
        max-width: 155px
    }

    .hc__authorization__wrapf {
        margin-right: 7px
    }

    .hc__popup__box {
        top: -10px
    }

    .hc__left,.hc__right {
        width: 100%!important
    }
}

@media only screen and (max-width: 375px) and (max-height:667px) and (-webkit-device-pixel-ratio:2) {
    .hc__message {
        border-left:1px dashed #e0e0e0
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 15px;
        min-width: 0
    }

    .hc__message .hc__reply__photo,.hc__quote .hc__reply__photo {
        display: none
    }

    .hc__message .hc__reply__box,.hc__quote .hc__reply__box {
        margin-left: 0
    }

    .hc__avatar {
        left: 5px
    }

    .hc__time {
        display: block;
        margin-top: 3px;
        margin-left: 0
    }

    .hc__popup__wrapf {
        width: 100%;
        margin-right: 0
    }

    .hc__authorization__box {
        top: 0;
        height: 295px;
        margin: 0
    }

    .hc__authorization__wrapf input {
        float: none;
        max-width: none;
        width: 100%
    }

    .hc__popup__flex,.hc__authorization__anonim {
        display: block
    }

    .hc__authorization__wrapf {
        float: none
    }

    .hc__authorization__send {
        float: right;
        overflow: hidden;
        margin: 8px auto
    }

    .hc__pagination__item {
        padding: 5px 8px;
        font-size: 11px;
        margin-right: 8px
    }

    .hc__popup__box {
        top: 50px;
        height: 120px
    }

    .hc__popup__send {
        float: right;
        margin: 16px auto;
        overflow: hidden
    }

    .hc__left,.hc__right {
        width: 100%!important
    }

    .hc__top__left,.hc__top__right {
        float: none
    }

    .hc__menu__viewerbox[active=true] {
        margin-top: 15px
    }

    .hc__squaredThree {
        visibility: hidden
    }
}

@media only screen and (max-width: 667px) and (max-height:375px) and (-webkit-device-pixel-ratio:2) {
    .hc__authorization__box {
        top:-80px
    }

    .hc__authorization__wrapf input {
        max-width: 155px
    }

    .hc__authorization__wrapf {
        margin-right: 7px
    }

    .hc__popup__box {
        top: -10px
    }

    .hc__left,.hc__right {
        width: 100%!important
    }
}

@media only screen and (max-width: 414px) and (max-height:736px) and (-webkit-device-pixel-ratio:3) {
    .hc__message {
        border-left:1px dashed #e0e0e0
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 20px
    }

    .hc__message .hc__reply__photo,.hc__quote .hc__reply__photo {
        display: none
    }

    .hc__message .hc__reply__box,.hc__quote .hc__reply__box {
        margin-left: 0
    }

    .hc__time {
        display: block;
        margin-top: 3px;
        margin-left: 0
    }

    .hc__authorization__box {
        top: -40px;
        height: 295px
    }

    .hc__authorization__wrapf input {
        float: none;
        max-width: none;
        width: 100%
    }

    .hc__authorization__wrapf {
        float: none
    }

    .hc__authorization__send {
        float: right;
        overflow: hidden;
        margin: 8px auto
    }

    .hc__popup__flex,.hc__authorization__anonim {
        display: block
    }

    .hc__popup__wrapf {
        margin-right: 0;
        width: 100%
    }

    .hc__popup__box {
        top: 50px;
        height: 120px
    }

    .hc__popup__send {
        float: right;
        margin: 16px auto;
        overflow: hidden
    }

    .hc__left,.hc__right {
        width: 100%!important
    }

    .hc__squaredThree {
        visibility: hidden
    }
}

@media only screen and (max-width: 736px) and (max-height:414px) and (-webkit-device-pixel-ratio:3) {
    .hc__authorization__box {
        top:-50px
    }

    .hc__popup__box {
        top: 20px
    }

    .hc__left,.hc__right {
        width: 100%!important
    }
}

@media only screen and (max-width: 400px) and (max-height:640px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:360px) and (max-height:640px) and (-webkit-device-pixel-ratio:3),only screen and (max-width:360px) and (max-height:640px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:360px) and (max-height:640px) and (-webkit-device-pixel-ratio:1.5),only screen and (max-width:360px) and (max-height:640px) and (-webkit-device-pixel-ratio:1),only screen and (max-width:412px) and (max-height:736px) and (-webkit-device-pixel-ratio:3.5),only screen and (max-width:435px) and (max-height:773px) and (-webkit-device-pixel-ratio:3.3),only screen and (max-width:384px) and (max-height:640px) and (-webkit-device-pixel-ratio:1.25),only screen and (max-width:411px) and (max-height:731px) and (-webkit-device-pixel-ratio:2.625) {
    .hc__message {
        border-left:1px dashed #ccc
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 15px;
        min-width: 0
    }

    .hc__message .hc__reply__photo,.hc__quote .hc__reply__photo {
        display: none
    }

    .hc__message .hc__reply__box,.hc__quote .hc__reply__box {
        margin-left: 0
    }

    .hc__avatar {
        left: 5px
    }

    .hc__avatar img {
        width: 25px;
        height: 25px
    }

    .hc__pagination__item {
        padding: 5px 8px;
        font-size: 10px;
        margin-right: 8px
    }

    .hc__reply__textarea {
        padding-top: 6px
    }

    .hc__authorization__box {
        top: -40px;
        height: 295px
    }

    .hc__authorization__wrapf input {
        float: none;
        max-width: none;
        width: 100%
    }

    .hc__authorization__wrapf {
        float: none
    }

    .hc__authorization__box {
        min-width: 257px;
        margin: 0
    }

    .hc__authorization__send {
        float: right;
        overflow: hidden;
        margin: 8px auto
    }

    .hc__popup__wrapf {
        float: none;
        width: 100%
    }

    .hc__popup__flex,.hc__authorization__anonim {
        display: block
    }

    .hc__popup__box {
        top: 50px;
        height: 120px
    }

    .hc__popup__send {
        float: right;
        margin: 16px auto;
        overflow: hidden
    }

    .hc__popup__wrapf input,.hc__popup__wrapf textarea {
        float: none
    }

    .hc__left,.hc__right {
        width: 100%!important
    }

    .hc__top__left,.hc__top__right {
        float: none
    }

    .hc__menu__viewerbox[active=true] {
        margin-top: 15px
    }

    .hc__squaredThree {
        visibility: hidden
    }
}

@media only screen and (max-width: 640px) and (max-height:400px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:640px) and (max-height:360px) and (-webkit-device-pixel-ratio:3),only screen and (max-width:640px) and (max-height:360px) and (-webkit-device-pixel-ratio:2),only screen and (max-width:640px) and (max-height:360px) and (-webkit-device-pixel-ratio:1.5),only screen and (max-width:640px) and (max-height:360px) and (-webkit-device-pixel-ratio:1),only screen and (max-width:736px) and (max-height:412px) and (-webkit-device-pixel-ratio:3.5),only screen and (max-width:773px) and (max-height:435px) and (-webkit-device-pixel-ratio:3.3),only screen and (max-width:640px) and (max-height:384px) and (-webkit-device-pixel-ratio:1.25),only screen and (max-width:731px) and (max-height:411px) and (-webkit-device-pixel-ratio:2.625) {
    .hc__authorization__box {
        top:-20px
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 20px
    }

    .hc__time {
        display: block;
        margin-top: 3px;
        margin-left: 0
    }

    .hc__left,.hc__right {
        width: 100%!important
    }
}

@media only screen and (max-width: 320px) and (max-height:533px) and (-webkit-device-pixel-ratio:1.5) {
    .hc__reply__textarea {
        padding:9px 60px 14px 9px;
        font-size: 12px
    }

    .hc__message {
        border-left: 1px dashed #ccc
    }

    .hc__message .hc__message,.hc__quote .hc__message {
        margin-left: 15px;
        min-width: 0
    }

    .hc__message .hc__reply__photo,.hc__quote .hc__reply__photo {
        display: none
    }

    .hc__message .hc__reply__box,.hc__quote .hc__reply__box {
        margin-left: 0
    }

    .hc__avatar {
        left: 5px
    }

    .hc__avatar img {
        width: 25px;
        height: 25px
    }

    .hc__time {
        display: block;
        margin-top: 3px;
        margin-left: 0
    }

    .hc__message__comment {
        margin-left: 35px
    }

    .hc__left,.hc__right {
        width: 100%!important
    }
}
