.ao_top_lk {
    display: block;
    height: auto;
    margin: 0;
    overflow: hidden;
    width: 100%;
}
.office-across-ocean #lk-conteyner {
    background-color: #e3e3e3;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    max-width: 1280px;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.office-across-ocean #lk-conteyner::after {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)) repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 38%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.ao_content_header {
    display: inline-block;
    height: 100%;
    min-height: 300px;
    position: relative;
    width: 100%;
    z-index: 2;
}
.ao_content_lk_top {
    background: rgba(0, 0, 0, 0.3);
    display: inline-flex;
    float: right;
}


/* START кнопки actions */
.ao_content_lk_top .recall-button {
    background: none;
    display: inline-block;
    font-size: 14px;
    opacity: 1;
    padding: 11px;
}
.ao_content_lk_top .recall-button:hover {
    background: rgba(0, 0, 0, 0.3);
}
.ao_content_lk_top .recall-button .fa {
    display: none;
}
.ao_content_lk_top .recall-button i + span {
    margin: 0;
}
/* END кнопки actions */


/* START upload cover */
.office-across-ocean .rcl-cover-icon {
    background: rgba(0, 0, 0, 0.3);
    color: #ddd;
    float: right;
    font-size: 26px;
    padding: 4px 7px;
    z-index: 3;
}
.office-across-ocean .rcl-cover-icon:hover{
    color: #eee;
}
/* END upload cover */


/* START аватар и элементы управления внутри него */
.ao_left_lk {
    float: left;
    height: 300px;
    line-height: 1;
    position: relative;
    width: 200px;
}
#rcl-avatar {
    box-sizing: border-box;
    display: inline-block;
    height: 300px;
    overflow: hidden;
    text-align: center;
    width: 200px;
}
#rcl-avatar img {
    border: none;
    border-radius: 0;
    display: inline-block;
    float: none;

    margin: 0 calc(-100% + 40px);
    max-height: 100%;
    max-width: none;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon {
    position: absolute;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a {
    background: rgba(0, 0, 0, 0.25);
    color: #ddd;
    font-size: 23px;
    padding: 5px 8px;
}
#rcl-avatar .avatar-icons .rcl-avatar-icon a:hover {
    color: #fff;
}
#rcl-avatar .icon-avatar-upload {
    bottom: 0;
    left: 0;
}
#rcl-avatar .icon-webcam-upload {
    bottom: 0;
    left: 35px;
}
#rcl-avatar .icon-avatar-delete {
    top: 0;
    right: 0;
    display: none;
}
#rcl-avatar:hover .icon-avatar-delete {
    display:block
}
#rcl-avatar .icon-user-info{
    top: 0;
    left: 0;
}
/* END аватар и элементы управления внутри него */

/* START сенкция имя и статус */
.ao_name_author_lk {
    display: inline-block;
    margin: 20px 0 0;
    width: 68%;
    width: calc(100% - 200px);
}
#rcl-office .ao_name_author_lk h2 {
    color: #fff;
    font-family: inherit;
    font-size: 30px;
    line-height: 1.1;
    margin-left: 12px;
    padding: 0;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.1),
				 1px 3px 1px #000;
}
.office-across-ocean .ao_author_action_lk {
    color: #ddd;
    font-size: 14px;
    margin-left: 24px;
}
/* END сенкция имя и статус */


/* START кнопки lite */
.cab_bttn_lite {
    bottom: 15px;
    float: right;
    padding: 0 15px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    width: calc(100% - 200px);
}
.cab_bttn_lite > span,
.cab_bttn_lite .rcl-tab-button .rcl-menu-notice span {
    display: inline-block;
}
#rcl-office .cab_bttn_lite .recall-button {
    background-color: transparent;
    display: inline;
    line-height: normal;
    margin: 0;
    padding: 0;
}
.cab_bttn_lite .fa {
    display: none;
}
.cab_bttn_lite .rcl-tab-button a > span {
    color: #bbb;
    display: table;
    margin: 0 5px;
    text-align: center;
}
.cab_bttn_lite .rcl-tab-button span span {
    display: table-header-group;
    font-family: inherit;
    font-size: 20px;
    font-weight: bold;
}
/* END кнопки lite */


/* START кнопки меню */
#rcl-tabs #lk-menu {
    display: block;
    float: none;
    font-family: unset; /* IE edge fix */
    margin: 0;
    max-width: none;
    min-width: inherit;
    width: 100%;
}
#rcl-tabs #lk-menu a.recall-button {
    border: none;
    box-shadow: -1px -2px 0 0 rgba(0, 0, 0, 0.2) inset,
                2px 2px 6px rgba(0, 0, 0, 0.5),
                1px 1px 2px rgba(0, 0, 0, 0.4);
    float: left;
    line-height: normal;
    margin: 0 0 5px;
    padding: 6px 10px;
    width: auto;
}
#rcl-tabs #lk-menu a.recall-button:hover {
    box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.2) inset,
                -1px 1px 0 rgba(0, 0, 0, 0.2) inset,
                0 2px 1px rgba(0, 0, 0, 0.2);
    color: #000;
    filter: contrast(1.1) brightness(1.1);
    opacity: 1;
}
#lk-menu a.recall-button:active:not(.hideshow) {
    box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5) !important;
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
#lk-menu a .fa {
    font-size: 20px;
    line-height: normal;
    vertical-align: middle;
    width: 20px;
}
#lk-menu a span {
    font-size: 14px;
    margin: 0 0 0 8px;
    vertical-align: middle;
}
#rcl-tabs #lk-menu a.recall-button.active {
    border-collapse: separate;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) inset;
    display: table;
    filter: none;
}
#lk-menu a.active .fa {
    display: table-header-group;
}
#lk-menu a.active span {
    margin: 0 15px;
}
/* END кнопки меню */



/* START стили кнопок для скрипта */
#lk-menu .recall-button.hideshow {
    display: flex;
    width: 70px;
}
#lk-menu .recall-button.hideshow > .fa {
    margin: 0 auto;
}
#ao_external_menu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    right: 0;
    visibility: hidden;
}
#ao_external_menu.bounce {
    height: auto;
    opacity: 1;
    position: absolute;
    transition: opacity 0.35s ease-in-out 0s;
    visibility: visible;
    z-index: 1000;
}
#ao_external_menu > div {
    background: #f8f8f8;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 3px 3px 0;
    width: 230px;
}
#ao_external_menu a {
    border-bottom: 3px solid #f8f8f8;
    display: flex;
    padding: 0;
    white-space: normal;
}
#ao_external_menu a .fa {
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    font-size: 24px;
    justify-content: center;
    min-width: 45px;
}
#ao_external_menu a span {
    font-size: 14px;
    padding: 10px 10px 10px 3px;
}
/* END стили кнопок для скрипта */


/* START контент */
.ao_content_block {
    display: flex;
}
.ao_lk_content_blk {
    margin: 0;
    width: 70%;
}
.ao_lk_content_blk.ao_full {
    width: 100%;
}
.ao_sidebar {
    background: rgba(219, 219, 219, 0.3);
    min-width: 230px;
    width: 30%;
}
.ao_lk_sidebar {
    padding: 5px;
}
.ao_lk_sidebar_after,
.ao_lk_sidebar_before {
    padding: 4px;
}
#rcl-office .recall_content_block.active {
    min-width: 365px;
}
/* END контент */

.ssi-modalOuter.rcl-user-getails .ssi-modalWrapper {
    min-width: 345px;
}

/* START responsive */
@media screen and (max-width:667px) {
    /* START контент */
    .ao_content_block {
        display: block;
    }
    .ao_sidebar,
    .ao_lk_content_blk {
        width: 100%;
    }
    /* END контент */
}
@media screen and (max-width:480px) {
    .ao_content_header {
        display: table;
    }
    .ao_content_lk_top {
        display: table-caption;
        float: none;
        text-align: center;
    }
    .ao_name_author_lk {
        background: rgba(0, 0, 0, 0.15);
        display: table-header-group;
        margin: 0;
        width: 100%;
    }
    #rcl-office .ao_name_author_lk h2 {
        display: inline-block;
        font-size: 25px;
        hyphens: auto;
        margin: 0;
        overflow-wrap: break-word;
        padding: 0 0 0 10px;
        width: 70%;
    }
    .office-across-ocean .ao_author_action_lk {
        float: right;
        margin: 0;
        padding: 4px 10px;
        text-align: right;
        width: 30%;
    }
    .ao_content_lk_top .recall-button {
        display: block;
    }
    #rcl-office .rcl-cover-icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .ao_left_lk {
        float: none;
        margin: 0 auto;
    }
    .cab_bttn_lite {
        display: inline-block;
        margin: 0 auto;
        padding: 15px 5px;
        position: static;
        text-align: center;
        width: 100%;
    }
}
@media screen and (max-width:360px) {
    #rcl-office .recall_content_block.active {
        min-width: inherit;
    }
}
/* END responsive */