.user-topline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 30px;
    background: #d4e4f2;
    padding: 10px;
}


.user-topline .user-topline__hov-red {
    color: #e03a3a;
    text-transform: uppercase;
    font-size: 10px;
}

.user-topline .user-topline__hov-red:hover {
    color: #ab2a2a !important;
}

.user-topline-menu .user-topline-menu__link:hover {
    color: #318cc6;
}

.user-topline-menu .user-topline-menu__link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    text-transform: uppercase;
    color: #666666;
    line-height: 40px;
    font-size: 13px;
}

.user-topline-menu {
    border: 1px solid #d4e4f2;
    font-weight: bold;
    border-radius: 0 0 5px 5px;
    padding: 0 15px 0 58px;
    border-top: none;
}

.user-topline.user-topline--no-radius {
    border-radius: 5px 5px 0 0;
    margin: 0;
}

.user-topline a.user-topline__icon:not(.fas):hover::before {
    background-color: #518bbf;
}

.user-topline .user-topline__icon.grey::before {
    background: #cccccc;
}

.user-topline .user-topline__icon:not(.fas)::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #92bbe0;
    -webkit-mask: url(https://tophotels.ru/csstx/i/squares-nine.svg) no-repeat center/18px;
    mask: url(https://tophotels.ru/csstx/i/squares-nine.svg) no-repeat center/18px;
    width: 100%;
    height: 100%;
    display: block;
}

.user-topline .user-topline__icon.ml15 {
    margin-right: 0;
}

.user-topline button.user-topline__icon:hover {
    color: #ff8e41;
}

.user-topline button.user-topline__icon {
    color: #d77432;
}

.user-topline .user-topline__icon {
    border-radius: 5px;
    position: relative;
    width: 35px;
    text-align: center;
    border: none;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    margin-right: 15px;
    background: #ffffff;
}

.user-topline .bth__ttl-h1 {
    margin: 0;
}

.user-topline a {
    color: #215f86;
}

.user-topline a:hover {
    color: #318cc6 !important;
}

.user-topline a.bth__ava-square.fas:hover {
    background: #318cc6;
    color: #ffffff !important;
}

.user-topline .bth__ava-square.fas {
    line-height: 35px;
    background: #ffffff;
    font-size: 16px;
    border-radius: 5px !important;
    text-align: center;
}

.user-topline .bth__ava-square {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .user-topline .bth__ava-square {
        display: none;
    }

    .user-topline {
        margin-bottom: 20px;
    }

    .user-topline .bth__ttl-h1 {
        width: calc(100% - 50px);
        white-space: nowrap;
        overflow: auto;
    }
}