html {
    box-sizing: border-box
}

*,
*::after,
*::before {
    box-sizing: inherit
}

.chat_page {
    background-color: #efe3dd
}

.loader_container {
    min-height: 800px;
}

#pse_filters_box + .container {
    padding-bottom: 100px;
}

.loader_wraper .loader {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 50px;
    height: 40px
}

.chat_container {
    min-height: calc(100vh - 99px);
    max-width: 1134px;
    margin: 0 auto
}

.chat_nm {
    font-size: 40px;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 41px 0;
    font-weight: bold
}

.chat_nm span {
    color: #da3853
}

.chat_box {
    background-color: #fff;
    height: calc(100vh - 99px)
}

.chatu_label {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #27394a;
    padding: 20px 18px 12px
}

.chat_users {
    float: left;
    width: 322px
}

.chat_content {
    float: left;
    width: calc(100% - 322px);
    height: 100%;
    border-left: 1px solid #efe3dd
}

.chat_cont {
    padding: 0 22px 0 27px
}

.chatu_search {
    position: relative
}

.chatu_search input {
    width: 100%;
    border: 0;
    background-color: #faf7f5;
    height: 40px;
    padding-left: 45px
}

.chatu_search .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    margin: auto;
    fill: #27394a
}

.chatu_items {
    height: calc(100vh - 193px);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.chatu_item {
    border-left: 7px solid #27394a;
    padding: 0 11px
}

.chatu_item.hasNew {
    border-color: #da3853
}

.chatu_item.chosen {
    border-color: #d4334c;
    background-color: #d4334c;
    color: #fff
}

.chatu_item.chosen .chat_single {
    border-top-color: transparent
}

.chatu_item.chosen+div .chat_single {
    border-top-color: transparent
}

.chatu_item.chosen .name {
    color: #fff
}

.chatu_item.chosen .ic_trash {
    fill: #fff
}

.chatu_item:first-child .chat_single {
    border-top-color: transparent
}

.chat_single {
    border-top: 1px solid #e1e1e1;
    padding: 12px 0
}

.chat_single .date {
    font-size: 12px;
    font-weight: 600
}

.chat_single .chat_data_box {
    float: left;
    padding-bottom: 4px;
    padding-right: 5px
}

.chat_single .chat_image_box {
    padding-top: 12px
}

.chat_info50 {
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.chat_info80 {
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.chat_image_box {
    float: left;
    width: 73px
}

.chat_image_box .image {
    width: 100%;
    height: 73px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 25px;
    display: block
}

.ic_trash {
    width: 14px;
    fill: #27394a
}

.chat_data_box {
    line-height: 18px;
    width: calc(100% - 73px);
    letter-spacing: 0.04em;
    padding-left: 18px
}

.chat_data_box .name {
    text-transform: uppercase;
    color: #da3853;
    font-weight: 600;
    padding: 19px 0 2px
}

.chat_data_box .city {
    font-size: 14px;
    padding-bottom: 16px;
    clear: left
}

.chat_data_box .online {
    padding-top: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.chat_data_box .delete {
    cursor: pointer
}

.chatc_info .pse_nick {
    padding-top: 19px
}

.chatc_data {
    padding: 11px 0 7px;
    border-bottom: 1px solid #e1e1e1
}

.date_line {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 9px 0
}

.chatc_messages {
    letter-spacing: 0.04em;
    height: calc(100vh - 425px);
    overflow-y: auto;
    margin: 25px 0;
    -webkit-overflow-scrolling: touch
}

.chatc_mes {
    padding: 7px 0
}

.chatc_mes .content {
    width: 75%
}

.chatc_mes .box {
    font-size: 14px;
    line-height: 1.42857;
    padding: 16px 24px;
    border-radius: 4px
}

.chatc_mes .td_box {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify
}

.chatc_mes .hour {
    font-size: 12px;
    color: #939292;
    padding: 7px 24px
}

.chatc_mes.him .content {
    float: left
}

.chatc_mes.him .box {
    background-color: #f4f1f0
}

.chatc_mes.me .content {
    float: right
}

.chatc_mes.me .box {
    background-color: #c9edef
}

.chatc_mes .info {
    width: 100%;
    text-align: center;
    color: #da3853;
    font-size: 14px;
    padding: 2px 0 20px
}

.chatc_mes .action {
    text-align: center;
    padding: 8px 0 17px
}

.chatc_mes .action .btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 24px
}

.chatc_mes .action .btn.btn_border {
    line-height: 34px
}

.chatc_mes .action .icon_hand {
    width: 15px;
    height: 24px
}

.chatc_mes .action .icon_cross {
    width: 11px;
    height: 13px
}

.chatc_textarea textarea {
    width: 100%;
    height: 94px;
    border: 2px solid #efe3dd;
    font-size: 14px;
    line-height: 1.42857;
    color: #939292;
    padding: 12px 13px;
    resize: none
}

.chatc_textarea textarea::-webkit-input-placeholder {
    color: #939292;
    opacity: 1
}

.chatc_textarea textarea::-moz-placeholder {
    color: #939292;
    opacity: 1
}

.chatc_textarea textarea:-moz-placeholder {
    color: #939292;
    opacity: 1
}

.chatc_textarea textarea:-ms-input-placeholder {
    color: #939292;
    opacity: 1
}

.chat_checkbox {
    width: 209px;
    float: left;
    padding: 13px 0
}

.checkbox_wrap label {
    font-size: 14px;
    position: relative;
    cursor: pointer
}

.checkbox_wrap input[type="checkbox"] {
    visibility: hidden
}

.checkbox_wrap .cb_box {
    cursor: pointer;
    position: absolute;
    width: 19px;
    height: 19px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    background-color: #fff;
    border: 1px solid #dae4eb;
    font-size: 0
}

.checkbox_wrap .cb_box::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 11px;
    height: 7px;
    background: transparent;
    top: 4px;
    left: 3px;
    border: 3px solid #78cacf;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.checkbox_wrap input[type="checkbox"]:checked+.cb_box::after {
    opacity: 1
}

.chatc_send_line {
    padding-top: 14px
}

.chatc_send_line .btn {
    font-size: 15px;
    letter-spacing: 0.04em
}

.hpar_slider {
    padding-bottom: 0;
    margin-bottom: 60px
}

.hpar_slider .hpt_slide_arrow {
    padding: 0 13px;
    transform-style: preserve-3d;
    z-index: 5;
    background-image: -webkit-linear-gradient(right, #27394a, #27394a calc(20% + 15px), rgba(39, 57, 74, 0) 60%);
    background-image: linear-gradient(to left, #27394a, #27394a calc(20% + 15px), rgba(39, 57, 74, 0) 60%)
}

.hpar_slider .hpt_slide_arrow::before,
.hpar_slider .hpt_slide_arrow::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -webkit-linear-gradient(right, #27394a, #27394a calc(20% + 15px), rgba(39, 57, 74, 0) 60%);
    background-image: linear-gradient(to left, #27394a, #27394a calc(20% + 15px), rgba(39, 57, 74, 0) 60%)
}

.hpar_slider .hpt_slide_arrow span {
    float: right;
    position: relative;
    z-index: 1
}

.chat_empty_wrap {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    height: 100%
}

.chat_empty {
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #27394a;
    opacity: .4
}

.chat_page~.footer {
    display: none
}

.chat_con_sender {
    padding-bottom: 20px
}

@media screen and (max-width: 991px) {
    .hpar_slider .hpt_slide_arrow {
        background-image: -webkit-linear-gradient(right, #27394a, #27394a 10%, rgba(39, 57, 74, 0) 100%);
        background-image: linear-gradient(to left, #27394a, #27394a 10%, rgba(39, 57, 74, 0) 100%)
    }

    .hpar_slider .hpt_slide_arrow::before,
    .hpar_slider .hpt_slide_arrow::after {
        background-image: -webkit-linear-gradient(right, #27394a, #27394a 10%, rgba(39, 57, 74, 0) 100%);
        background-image: linear-gradient(to left, #27394a, #27394a 10%, rgba(39, 57, 74, 0) 100%)
    }

    .chat_box {
        height: calc(100vh - 79px)
    }

    .chatu_items {
        height: calc(100vh - 173px)
    }

    .chat_container {
        padding: 0;
        min-height: calc(100vh - 79px)
    }

    .chat_nm {
        font-size: 30px;
        padding: 38px 0
    }

    .chatc_mes .content {
        width: calc(100% - 40px)
    }

    .chat_cont {
        padding: 0 31px 0 28px
    }

    .chat_checkbox {
        display: none
    }

    .chat_con_sender {
        padding: 0;
        border-top: 1px solid #ebebeb;
        background-color: #f6f6f6
    }

    .chatc_textarea {
        padding-top: 0;
        width: calc(100% - 110px);
        float: left
    }

    .chatc_textarea textarea {
        height: 49px;
        padding: 20px 0px 0 40px;
        margin: 0;
        border: 0;
        line-height: 1.2;
        background-color: transparent
    }

    .chatc_send_line {
        padding-top: 0;
        float: right
    }

    .chatc_send_line button.btn.btn_border {
        border: 0;
        padding: 0 0 0 20px;
        height: auto;
        line-height: 50px;
        width: 110px;
        text-align: left
    }

    .chatc_messages {
        height: calc(100vh - 271px)
    }

    .chat_content {
        overflow: hidden
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .chat_con_sender.affix {
        position: fixed;
        background-color: #fff;
        right: 0;
        bottom: 0;
        width: calc(100% - 323px);
        z-index: 90
    }
}

@media screen and (max-width: 767px) {
    .hpar_slider {
        width: 100%
    }

    .hpt_slide_arrow {
        width: 45px
    }

    .articles_sec_slider {
        padding: 32px 0 16px
    }

    .articles_sec_slider .hpar_item .title {
        font-size: 20px
    }

    .articles_sec_slider a.btn.btn_border {
        font-size: 14px;
        height: 40px;
        line-height: 36px;
        width: calc(100% - 48px);
        padding: 0
    }

    .articles_sec_slider .hpar_item_bg {
        height: 187px
    }

    .articles_sec_slider .hpar_slider {
        margin-bottom: 39px
    }

    .articles_sec_slider .wt_title {
        padding-bottom: 66px;
        font-size: 35px
    }

    .chat_nm {
        line-height: 1;
        padding: 25px 60px
    }

    .chat_users {
        float: left;
        width: 100%
    }

    .chat_box {
        height: auto;
        min-height: calc(100vh - 57px);
        position: relative
    }

    .chat_content {
        position: absolute;
        width: 100%;
        height: 950px;
        overflow: visible;
        top: 0;
        left: 0;
        display: none;
        background-color: #fff;
        border: 0
    }

    .chat_content .chat_data_box {
        width: 100%;
        padding-left: 0
    }

    .chat_content .chatc_data {
        padding: 1px 0 3px;
        border-bottom: 1px solid #e1e1e1
    }

    .open .chat_content {
        display: block
    }

    .chat_back {
        border-bottom: 1px solid #e1e1e1;
        padding-left: 28px;
        padding-right: 31px;
        padding: 17px 28px 15px;
        position: fixed;
        width: 100%;
        top: 57px;
        z-index: 90;
        background-color: #fff
    }

    .chatc_mes {
        padding: 6px 0
    }

    .chatc_mes .content {
        width: calc(100% - 20px)
    }

    .chatc_mes .info {
        padding-bottom: 0
    }

    .chatc_mes .action {
        padding-top: 28px
    }

    .chatu_items {
        height: auto;
        max-height: auto;
        height: calc(100vh - 151px)
    }

    .chatc_messages {
        height: auto;
        height: calc(100vh - 256px);
        margin: 0
    }

    .loader_container {
        min-height: 400px
    }

    .chat_container {
        min-height: calc(100vh - 57px)
    }

    .open .chat_users {
        display: none
    }

    .open .chat_nm {
        padding-top: 98px
    }

    .open .chat_content {
        position: relative;
        height: auto;
        padding-top: 128px
    }

    .open .chat_con_sender {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        z-index: 90;
        padding: 0
    }

    .open .chatc_data_swim {
        position: fixed;
        top: 112px;
        width: 100%;
        left: 0;
        z-index: 90;
        background-color: #fff;
        padding: 0 30px;
        border: 0;
        border-bottom: 1px solid #e1e1e1
    }

    .chat_cont {
        padding: 0 30px
    }

    .chatc_textarea textarea {
        padding-left: 30px
    }

    .chatc_send_line button.btn.btn_border {
        width: 93px;
        padding-top: 1px
    }
}

/*# sourceMappingURL=chat.css.map */