.support {
    font-family: 'apercu_pro', sans-serif;
    font-size: 14px;
    color: #475669;
}

.support-item {
    background: #f5f5f5;
    margin-bottom: 5px;
    border-radius: 2px;
    width: 100%;
    padding: 15px;
}

.support-item__msg.support-item__msg--fill {
    background-color: #ffffff;
}

.support__paginator:hover {
    color: #e27c36;
}

.support__paginator {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #ff8e41;
    background: #f5f5f5;
    padding: 10px 15px;
}

.support-item__msg {
    border-radius: 5px;
    padding: 15px 15px 15px 90px;
    position: relative;
}

.support-item__answer {
    font-size: 13px;
    text-transform: uppercase;
    color: #00a551;
    display: block;
    margin-bottom: 10px;
}

.support-item .bth__ava-60 {
    position: absolute;
    left: 15px;
    top: 15px;
}

.support-item__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2px 15px;
}

.support-item__txt {
    font-size: 17px;
    margin-bottom: 10px;
}

.support-item__user {
    margin-bottom: 10px;
}

.support-item__links a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px 0;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.support-item__images .bth__img-190 {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 5px 0;
}

.support-item__links {
    font-size: 13px;
    text-transform: uppercase;
}

.message-types .lsfw-rbt {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.message-types {
    background: #ffffff;
    padding: 8px 10px;
    margin-bottom: 15px;
}

.tour-selection-wrap.tour-selection-wrap--loader .message-types {
    animation: tourSelectionLoader 3s infinite;
}

.tour-selection-wrap.tour-selection-wrap--loader .message-types > * {
    visibility: hidden;
}

@media screen and (max-width: 1023px) {
    .support-item__txt {
        font-size: 15px;
    }

    .support-item__images {
        white-space: nowrap;
        overflow-x: auto;
    }
}

@media screen and (max-width: 768px) {
    .message-types {
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .message-types .lsfw-rbt label.fz14.bold::before {
        top: 11px;
        left: 10px;
    }

    .message-types .lsfw-rbt label {
        background: #ffffff;
        padding: 8px 8px 8px 35px;
        display: block;
    }

    .message-types .lsfw-rbt {
        margin: 0 0 10px 0;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .support-item__user .bth__bold-link {
        display: block;
    }

    .support-item__top {
        margin-left: 10px;
    }

    .support-item {
        padding: 10px;
    }

    .support__paginator {
        padding: 10px;
        font-size: 13px;
    }

    .support-item__answer {
        margin: 10px;
        font-size: 13px;
    }

    .support-item__user {
        padding-left: 55px;
        margin: 0;
        min-height: 55px;
    }

    .support-item .bth__ava-60 {
        width: 45px;
        height: 45px;
        top: 15px;
        left: 15px;
    }

    .support-item__txt {
        font-size: 13px;
    }

    .support-item__msg.support-item__msg--fill .support-item__txt {
        line-height: 23px;
        font-size: 14px;
    }

    .support-item .bth__ava-60 {
        top: 10px;
        left: 10px;
    }

    .support-item__date * {
        font-size: 11px !important;
        color: #999999;
    }

    .support-item__msg {
        padding: 10px;
        border-radius: 2px;
    }
}