.suggest-dd {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border: 1px solid #ccc;
    width: 100%;
    z-index: 100;
    max-height: 450px;
    overflow-y: auto;
}

.suggest-dd:empty {
    display: none !important;
}

.suggest-dd-res-category {
    padding: 5px 10px;
    font-weight: bold;
}

.suggest-dd-res-i a {
    display: inline-block;
    padding: 5px 8px;
    width: 100%;
    box-sizing: border-box;
}

.suggest-dd-res-i a:hover {
    background-color: #f1f9ff;
}

.suggest-dd-res-img {
    float: left;
    margin-right: 5px;
}

.hotline-search-input-wrap {
    width: 100%;
    height: 100%;
    background-color: white;
}

.hotline-search-input {
    width: calc(100% - 30px);
    font-family: 'apercu_pro', sans-serif;
    border: 1px solid white;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 8px 8px;
}

.hotline-search-input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: normal !important;
}

.hotline-search-input::-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: normal !important;
}

.hotline-search-input:-moz-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: normal !important;
}

.hotline-search-input:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
    font-weight: normal !important;
}

.hotline__item {
    box-sizing: border-box;
}

.rbn-message {
    word-wrap: break-word;
}

.loading-overlay {
    position: relative;
    min-height: 100px;
}

.loading-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, .5) url("/i/loader.gif") center 4% no-repeat;
    background-size: 60px;
}

.app-system-gray-popup.app-system-popup-fat.hotline-confirm-modal .lastSA input.button {
    width: 170px;
}

.hotline-confirm-modal input.button[mode="cancel"] {
    background-color: white;
    color: red;
    border: 1px solid red;
    padding: 13px 0;
}

.hotline__date-del.hidden {
    display: none !important;
}

.filter__tag {
    display: inline-block;
    position: relative;
    padding: 7px 35px 9px 15px;
    border: 1px solid #ccc;
    border-radius: 2px;
    margin-top: 20px;
    margin-right: 5px;
}

.filter__cnt {
    font-size: 14px;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    line-height: 18px;
    margin: 0;
}

.filter__tag-close {
    position: absolute;
    right: 8px;
    top: 11px;
    width: 12px;
    height: 12px;
    background: url(/i/close-12x12.png) no-repeat;
    cursor: pointer;
}

.filter__tag-close:hover {
    background: url(/i/close-12x12-red.png) no-repeat;
}

@media screen and (max-width: 700px) {
    .hotline-confirm-modal input.button:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .app-system-gray-popup.app-system-popup-fat.hotline-confirm-modal .lastSA input.button {
        width: 100%;
    }

    .hotline-confirm-modal .lastSA input.button + .button {
        margin-left: 0;
    }
}
