.questions-add {
    color: #215f86;
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 89px;
    height: 60px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    background-color: #d4e4f2;
}

.questions-add .fas {
    color: #215f86;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    width: 40px;
    border-radius: 5px;
    text-align: center;
    background: #ffffff;
}

.questions-add::before {
    content: "\f055";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
}

.questions-add:hover::before {
    background: #318cc6;
}

.questions-add:hover {
    color: #318cc6;
}


.question.bg-green--bright .bth__cnt,
.question.bg-orange--bright .bth__cnt {
    font-weight: bold;
}

.question .question__date {
    font-size: 14px;
    width: 65px;
}


.question .question__bb .fas {
    font-size: 13px;
}

.question .question__bb.fas {
    display: block;
    line-height: 30px;
    padding: 0;
    font-size: 14px;
    width: 30px;
    text-align: center;
}

.question a:not(.bth__btn) {
    color: #475669;
}

.question a:not(.bth__btn):hover .bth__cnt,
.question a:not(.bth__btn):hover {
    color: #215f86;
}

.question .bth__ava-30 {
    width: 30px;
    height: 30px;
}

.question .question__bb .bth__ava-circle {
    width: 15px;
    height: 15px;
    z-index: 2;
    position: absolute;
    right: -5px;
    top: -5px;
}

.question .question__bb {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding: 5px 15px;
    width: 145px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
}

.question {
    position: relative;
    text-transform: uppercase;
    font-size: 10px;
    color: #475669;
    background-color: #eeeeee;
    padding: 10px 15px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
}

.page .container .question .bth__btn {
    width: 130px !important;
    margin: 0;
}

.question .bth__ava-square5 {
    border: 2px solid #ffffff;
}

.question .question__hotel-name span {
    max-width: 400px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: bottom;
}

.question .question__flag + .ml-auto {
    margin-left: 20px !important;
}

.question .question__flag:hover {
    background-color: rgba(255, 255, 255, 0.94);
}

.question .question__flag {
    margin-left: auto;
    position: relative;
    z-index: 5;
    padding-top: 5px;
    width: 35px;
    text-align: center;
    height: 25px;
    background-color: #ffffff;
    border-radius: 5px;
}

.question .question__loc {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.question .question__link {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    top: 0;
    display: block;
}

.question .question__hotel-name {
    font-weight: bold;
    font-size: 13px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.question .question__hotel + .bth__cnt {
    -webkit-line-clamp: 1;
}

.question .question__col {
    padding-left: 5px;
    width: calc(100% - 600px);
}

.question .bth__cnt {
    text-transform: none;
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
}

.questions-head {
    margin-bottom: 10px;
    background-color: #eeeeee;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 10px;
}

.questions-head a.questions-head__bb:hover {
    background: #318cc6;
    color: #ffffff !important;
}

.questions-head .questions-head__bb:hover .hint.hint--arr {
    bottom: 54px;
}

.questions-head .questions-head__bb i {
    font-size: 16px;
    margin-right: 10px;
}

.questions-head .questions-head__fast {
    width: 26px;
    min-width: 26px;
    height: 40px;
}

.questions-head .questions-head__fast.orange-lbc {
    background: url(https://tophotels.ru/csstx/i/clock-midle.svg) center/contain no-repeat;
}

.questions-head .questions-head__fast.red {
    background: url(https://tophotels.ru/csstx/i/clock-dislike.svg) center/contain no-repeat;
}

.questions-head .questions-head__fast.green {
    background: url(https://tophotels.ru/csstx/i/clock-like.svg) center/contain no-repeat;
}

.questions-head .questions-head__bb .fz14 {
    line-height: 15px;
}

.questions-head .questions-head__bb b, .questions-head .questions-head__bb .bold {
    white-space: nowrap;
}

.questions-head .questions-head__bb.pointer:hover {
    color: #d77432;
}

.questions-head .questions-head__bb {
    height: 40px;
    background-color: #ffffff;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
}



@media screen and (min-width: 767px) {
    .questions-add::before {
        color: #ffffff;
        height: 40px;
        line-height: 40px;
        font-size: 20px;
        width: 40px;
        border-radius: 5px;
        margin-right: 15px;
        text-align: center;
        background: #215f86;
    }

    .question:hover {
        background-color: #d4e4f2;
    }

    .questions-add:hover::before {
        background: #318cc6;
    }
}


@media screen and (max-width: 1199px) {
    .questions-head {
        white-space: nowrap;
        overflow: auto;
    }

    .question .question__bb .ml-auto {
        display: none;
    }

    .question .question__hotel-name span {
        max-width: 250px;
    }

    .question .question__loc {
        width: 100px;
    }

    .question-hotels .question .question__col {
        width: calc(100% - 505px);
    }

    .question .question__col {
        width: calc(100% - 445px);
    }

    .question .question__flag + .ml-auto {
        margin-left: 10px !important;
    }
}

@media screen and (max-width: 1023px) {
    .question {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 10px;
        gap: 15px 10px;
        margin-bottom: 10px;
    }

    .question .bth__ava-40 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 5px;
    }

    .question .question__col {
        width: calc(100% - 55px) !important;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding: 0;
    }

    .question .question__date {
        margin-left: 15px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .question .fz20 {
        font-size: 18px !important;
    }

    .question .question__bb .fas {
        font-size: 10px;
    }

    .question::before {
        content: '';
        width: calc(100% - 20px);
        height: 1px;
        border-top: 1px solid rgba(255, 255, 255, 0.6);
        position: absolute;
        left: 10px;
        bottom: 48px;
    }

    .question .question__flag, .question .ml-auto {
        margin-left: 0 !important;
    }

    .page .container .question .bth__btn {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: auto;
    }

    .question .bth__ava-30, .question .question__bb.fas {
        margin-right: 0 !important;
    }

    .questions-add {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .question .question__bb {
        margin-right: 0;
        width: 110px;
    }

    .questions-add {
        padding-left: 42px;
        border-radius: 5px;
        position: relative;
        font-size: 13px;
        height: 30px;
        line-height: 30px;
    }

    .questions-add::before {
        width: auto;
        position: absolute;
        left: 15px;
        top: 0;
        margin: 0;
        background: transparent !important;
    }

    .question .question__bb.fas {
        line-height: 25px;
        font-size: 13px;
    }

    .question .bth__ava-30, .question .question__bb.fas {
        margin: 0 0 0 -40px !important;
        width: 25px;
        height: 25px;
    }

    .question .question__date {
        width: 55px;
        font-size: 13px;
    }

    .question .bth__cnt {
        text-transform: none;
        font-size: 14px;
        line-height: 21px;
    }

    .question::before {
        bottom: 47px;
    }

    .question .bth__ava-40 {
        margin: 0;
    }

    .question .question__col {
        width: calc(100% - 50px) !important;
    }

    .question .question__hotel {
        width: calc(100% - 35px);
    }

    .question .question__flag {
        background-color: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: absolute;
        right: 8px;
        top: 12px;
    }

    .question .question__hotel-name {
        margin: 0;
        display: block;
    }

    .question .question__hotel-name span {
        max-width: calc(100% - 25px);
    }

    .question .question__flag + .ml-auto {
        margin-left: 0 !important;
    }

    .question .question__loc {
        display: none;
    }
}

@media screen and (max-width: 395px) {
    .page .container .question .bth__btn {
        text-align: center !important;
        padding: 0;
        width: 80px !important;
    }

    .question .bth__btn .bth__btn-abs-icon {
        display: none;
    }

    .question .question__date {
        margin-left: 10px;
    }
}