.feed-tabs-bar {
    position: relative;
    font-size: 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

.feed-tab {
    display: inline-block;
    width: auto;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    padding: 15px 0px;
    margin-right: 20px;
    color: #318cc6;
}

.feed-tab.active {
    color: #475669;
}

.editor__container-top {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid white;
}

.editor__block-top-radio {
    border-bottom: 1px solid white;

    padding-bottom: 15px;

}

.feed-line {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 203px;
    height: 3px;
    background: #475669;
}

.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

/*Firefox19+*/
:-moz-placeholder {
    color: #999;
}

/*Firefox18-*/
:-ms-input-placeholder {
    color: #999;
}

.tv__ttl3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.feed-add {
    background: rgb(228, 229, 234);
}

.feed__item .tv__link:hover {
    color: #215f86;
}

.feed__item .tv__link:hover > * {
    color: #215f86;
}

.feed__item a:hover {
    color: #215f86;
}

.feed__item a:hover > * {
    color: #215f86;
}

.feed__item {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: calc(100% - 74px);
    margin-bottom: 35px;
    padding: 10px;
}

.feed__item-abs-star {
    position: absolute;
    right: -59px;
    font-size: 40px;
    color: #ff8e41;
}

.feed__item:last-child {
    margin-bottom: 0;
}

.feed__ava-block {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    border-radius: 3px;
    overflow: hidden;
}

.feed__ava-block--sm {
    width: 35px;
    height: 35px;
}

.feed__cnt-block {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 85px);
}

.feed__inp-block {
    height: 56px;
    outline: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 15px;
}

.feed__inp {
    border: none;
    padding: 10px;
}

.feed-editor__btn {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.feed-editor__label-rbt {
    display: inline-block;
    top: 0;
    left: -1px;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    outline: none;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    font-size: 15px;
    color: #475669;
    box-shadow: 0 0 0 60px rgba(0, 0, 0, 0) inset, 0.1em 0.1em 0.2em #475669;
}

.feed-item-insert {
    max-width: 636px;
    height: 120px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #e4e4e4;
    cursor: pointer;
    transition: all .15s;
    margin-bottom: 15px;
    margin-top: 10px;
}

.feed-item-insert__hidden {
    display: none;
}

.feed-item-insert__img {
    display: inline-block;
    width: 120px;
    height: 120px;
    overflow: hidden;
    float: left;
}

.feed-item-insert__img img {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.feed-item-insert__desc {
    margin-left: 120px;
    padding: 8px 20px 13px;
}

.feed-item-insert__title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.feed-item-insert__text {
    line-height: 1.4;
    max-height: 60px;
    overflow: hidden;
}

.show-768 {
    display: none;
}

.feed__user-info-block {

}

.feed-item__img {
    max-width: 460px;
    margin-top: 25px;
    height: auto;
    margin-bottom: 15px;
}

.feed__item-close {

    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-image: url("/static/i/cross-thin-grey.svg");
    background-size: contain;
}

.feed__item-act {
    top: 10px;
    right: 10px;
    position: absolute;
}

.feed__act-block {
    margin-top: 15px;
}

.feed__act {
    font-size: 14px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
    color: #318cc6;
    line-height: 21px;
}

.feed__act-block > * {
    margin-right: 25px !important;
    display: inline-block;
}

.feed__icon {
    font-size: 22px;
    display: inline-block;
    cursor: pointer;
    vertical-align: bottom;
    margin-right: 5px;
    color: #318cc6;
}

.feed__item-top {
    margin-bottom: 5px;
}

.feed__item-act i:hover {
    color: #ff8e41;
}

.feed__item-act a i {

    color: #318cc6;
}

.feed__item-act a:hover i {

    color: #318cc6;
}

.feed__item-act .fa-pen-square,
.feed__item-act .fa-trash-alt {
    display: none;
}

.feed__item .user-name {
    font-size: 16px;
}

.feed-act-block-hiden > .feed__icon {
    margin-right: 25px;
}

.feed-act-block-hiden > .feed__icon:hover {
    color: #215f86;
}

.feed__act-consolidate:hover > * {
    color: #215f86;
}

.feed__act-consolidate {
    display: inline-block;
    margin-right: 25px;
}

.feed-act-block-hiden {
    opacity: 0;
    transition: 0.6s;
}

.feed-act-block-hiden .fa-trash-alt {
    margin-bottom: 1px;
}

.feed-act-block-hiden.active {
    display: inline-block;
    opacity: 1;
}

.feed__cnt-block p {
    font-size: 16px;
    line-height: 25px;
}

.feed-role-ttl {
    margin-top: 35px;
}

.feed__item-close:hover {
    background-image: url("/static/i/cross-thin.svg");
}

.share-window .share-window__social i {
    color: white;
    font-size: 25px;
    margin-top: 6px;
}

.share-window .share-window__social {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    background-color: #215f86;
    margin-right: 5px;
}

.share-window .share-window__social:hover {
    background-color: #113246;
}

.edit-block__btn {
    display: inline-block;
    background: #ff8e41;
    border: 1px solid #ff8e41;
    padding: 11px 66px 13px 66px;
    margin-top: 20px;
    box-sizing: border-box;
    border-radius: 2px;
    color: white;
    font-size: 15px;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

.edit-block__btn:hover {
    color: #fff;
    background: #ff8e41;
}

.hotelFilter .bth__inp-block--520 {
    width: 520px;
}

.feed-tour {

}

.feed__added-photo {
    max-width: 460px;
    height: auto;
}

.feed__added-photo img {
    border-radius: 2px;
}

.add-post-wrap {
    width: 80%;
}

.editor__container .bth__ta-block {
    width: 100%;
}

.editor__container .bth__inp-block {
    border: none;
}

.feed-item__img-190 {
    width: 190px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    height: 120px;
}

.feed-item__img-190 img {
    border-radius: 2px;
}

.feed-item__compilation {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-top: 15px;
}

.feed__big-link {
    text-transform: uppercase;
    font-size: 18px;
    margin-right: 10px;
    font-weight: bold;
}

.feed-item__bubble {
    padding: 5px 10px;
    background-color: #EEEEEE;
    height: 60px;
    box-sizing: border-box;
    min-width: 115px;
    margin-right: 10px;
    font-size: 13px;
    padding-top: 13px;
    border-radius: 2px;
    margin-top: 12px;
    display: inline-block;
}

.feed-item__bubble-big {
    font-weight: bold;
    font-size: 17px;
    color: #475669;
    margin-bottom: 5px;
}

.feed-item__bubble-sm {
    color: #999
}

.feed__stars {
    margin-top: 10px;
}

.feed__stars i {
    color: #ff8e41;
    font-size: 17px;
    margin-right: 5px;
}

.feed-item__compilations-tbl {

    border-radius: 2px;
    margin-top: 9px;
    border: 1px solid #e4e4e4;
    width: 70%;
}

.feed-item__compilations-tbl td:first-of-type b {
    text-transform: uppercase;
    margin-right: 5px;
    font-weight: normal;
}

.feed-item__compilations-tbl td {
    padding: 10px;
    font-size: 15px;

    color: #475669;
    font-family: 'Open Sans', 'Roboto', sans-serif;
}

.feed-item__compilations-tbl img {
    margin-right: 5px;
}

.feed-item__compilations-tbl td:last-of-type {
    padding-left: 10px;
    font-weight: bold;
}

.bth__btn--sm {
    display: inline-block;
    vertical-align: top;
    height: 36px;
}



.bth__inp.js-label {

    padding-top: 25px;
}

@media screen and (max-width: 1023px) {
    .feed-act-block-hiden {
        opacity: 1;
        margin-top: 10px;
    }

    .feed-item__compilation {
        flex-direction: column;
    }

    .feed-item__img-190 {
        margin-bottom: 15px;
    }

    .feed-item__compilations-tbl {
        width: 100%;
    }

    .feed-item__compilations-tbl td {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    .feed-item__compilations-tbl img {
        margin-bottom: 5px;
        vertical-align: middle;
    }
}

@media screen and (max-width: 768px) {
    .hide-768 {
        display: none;
    }

    .feed-item__compilations-tbl td:last-of-type {
        padding-top: 0;
        font-size: 18px;
    }

    .feed-tour {
        padding: 15px;
    }

    .show-768 {
        display: inline-block;
    }

    .editor__block-top-radio,
    .editor__container-top {
        padding-bottom: 0;
    }

    .feed__user-info-block {
        display: inline-block;
        vertical-align: top;
    }

    .editor__inset {
        padding: 0px 0px 10px 0px;
    }

    .add-post-wrap {
        width: auto;
    }

    .feed-tab {
        display: block;
        text-align: left;
        width: 100%;
        padding: 5px 0;
    }

    .feed-line {
        display: none;
    }

    .feed-tabs-bar {
        padding-bottom: 10px;
        padding-top: 5px;
    }

    .hotelFilter .bth__inp-block--520 {
        width: 100%;
    }

    .feed__item {
        width: 100%;
        box-sizing: border-box;
    }

    .feed__item-abs-star {
        display: none;
    }

}

@media screen and (max-width: 639px) {
    .feed-item-insert {
        height: auto;
    }

    .feed-item-insert__img {
        float: none;
        width: 100%;
    }

    .feed-item-insert__img img {
        width: 100%;
    }

    .feed-item-insert__desc {
        margin-left: 0;
    }

}

@media screen and (max-width: 500px) {
    .tv__link.user-name {
        display: block;
        max-width: 130px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .feed__cnt-block {
        width: 100%;
    }

    .feed__ava-block {
        position: absolute;
        right: 0;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        top: 8px;
    }
}




