.nav-dropdown {
    position: absolute;
    width: 250px;
    height: 342px;
    background-color: #3b4049;
    top: 59px;
    right: 0;
    z-index: 2001;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

.nav-top-ul {
    z-index: 2005;
    background-color: #292d34;
}

.nav-drop-down-item {
    font-size: 13px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-drop-down-item:hover {
    background-color: #32363d;
    cursor: pointer;
}

.nav-top {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    background-color: #292d34;
}

.nav-top-li:hover {
    background-color: #3b4049;
}

.nav-top-li-prof {
    background-color: #3b4049 !important;
}

.btn-dropdown-create-menu {
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    position: relative;
    background-color: #363b43;
    font-size: 13px;
    color: #fff;
    border-radius: 20px;
    cursor: pointer;
}

.btn-dropdown-create-menu:hover, .btn-dropdown-create-menu.opened {
    color: #fff;
    background-color: #4bb3d1
}

.btn-dropdown-create-menu-text {
    padding-right: 16px;
    padding-left: 7px;
}

.btn-dropdown-create-menu-pencil {
    margin-left: 15px;
    background-image: url("/img/ic_pencil_white_fill.svg");
    background-repeat: no-repeat;
    background-position: center center;
    height: 17px;
    width: 17px;
}

.nav-dropdown-create-menu {
    overflow: hidden;
    position: absolute;
    width: 170px;
    height: 160px;
    background-color: #3b4049;
    top: 59px;
    right: 0;
    z-index: 2001;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none;
}

/*add content*/
.nav_top_add_new_content_wrapper {
    display: none;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 3000;
    position: fixed;
    top: 0;
    left: 0;
    /*align-items: center;*/

    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-duration: .4s;
}

.nav_top_add_new_content_wrapper.nav_top_add_new_content_wrapper_active {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.nav_top_add_new_content_w_content {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.nav_top_add_new_content_btn_close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    background: #f3f4f7;
    outline: none;
    border: none;
    border-radius: 40px;
    background-image: url("/img/ic_x_close_dark.svg");
    background-size: 12px 12px;
    background-repeat: no-repeat;
    background-position: center center;
}

.nav_top_add_new_content_btn_close:hover {
    background-image: url("/img/ic_x_close_red.svg");
}

.nav_top_add_new_content_main_title {
    margin-top: 160px;
    font-size: 30px;
    text-align: center;
    color: #292d34;
}

.nav_top_add_new_content_second_title {
    font-size: 16px;
    text-align: center;
    color: #8c96a6;
    max-width: 340px;
    margin-top: 22px;
}

.nav_top_add_new_content_tile {
    display: inline-block;
    margin: 32px auto 0 auto;
    border-radius: 6px;
    /*padding: 15px 30px;*/
    width: 100px;
    height: 120px;
    cursor: pointer;
    /*justify-content: center;*/
    /*align-items: center;*/
    text-decoration: none;
}

.nav_top_add_new_content_tile:hover {
    background-color: #fdfdfd;
    box-shadow: 0 1px 11px 0 rgba(101, 150, 255, 0.15);
}

.nav_top_add_new_content_tile_icon {
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    width: 37px;
    height: 45px;
    display: block;
}

.nav_top_add_new_content_tile_title {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #292d34;
    display: block;
}

.nav_top_add_new_content_ic_create_blog {
    background-image: url("/img/ic_create_blog_blue_fill.svg");
    background-size: 35px 35px;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav_top_add_new_content_ic_create_book {
    background-image: url("/img/ic_create_book_blue_fill.svg");
    background-size: 33px 45px;
    background-position: center center;
    background-repeat: no-repeat;
}

.nav_top_add_new_content_ic_create_poem {
    background-image: url("/img/ic_create_poem_blue_fill.svg");
    background-size: 37px 45px;
    background-position: center center;
    background-repeat: no-repeat;
    margin-left: 37px;
}

/*add content*/

/*search*/
.w_nav_top_live_search {
    z-index: 2005;
    position: relative;
    height: 60px;
}

.nav_top_search_all {
    font-size: 13px;
    color: #bcc3ce;
    margin: 20px;
    padding-left: 25px;
    background: url('/img/ic_search_grey.svg') no-repeat;
    background-position: 0 0;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    display: block;
}

.nav_top_live_search_input {
    font-family: 'Gilroy-Medium', sans-serif;
    background: url('/img/ic_search_grey.svg') no-repeat scroll 16px 10px;
    padding: 0 15px 0 41px;
    background-color: #fff;
    margin-top: 12px;
    margin-left: 30px;
    width: 200px;
    height: 36px;
    border-radius: 17px;
    outline: none;
    border: none;
    font-size: 13px;
    color: #292d34;
    z-index: 2005;
}

.nav_top_live_search_input::placeholder {
    color: #bcc3ce;
}

.w_nav_top_search_result {
    width: 345px;
    /*height: 488px;*/
    position: absolute;
    top: 60px;
    left: 30px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #fdfdfd;
    box-shadow: 0 1px 19px 0 rgba(101, 150, 255, 0.15);
    color: #292d34;
}

.nav_top_search_result_head {
    margin: 20px 20px 0 20px;
    padding-bottom: 10px;
    border-bottom: solid 1px #e7ecf6;;
    display: flex;
}

.nav_top_search_result_title {
    display: inline-block;
    font-size: 13px;
    color: #292d34;
    font-family: 'Gilroy-Bold', sans-serif;
}

.nav_top_search_result_more {
    display: inline-block;
    margin-left: auto;
    text-decoration: none;
    font-size: 13px;
    color: #292d34;
}

.nav_top_search_result_list {
    margin: 5px 0;
}

.nav_top_search_result_item_book {
    height: 80px;
    width: 100%;
    margin: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    position: relative;
}

.nav_top_search_result_item_book:hover {
    background-color: #f3f5f9;
}

.nav_top_search_result_item_cover {
    width: 41px;
    height: 58px;
    background-position: center center;
    background-size: cover;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-left: 20px;
    display: inline-block;
    text-decoration: none;
}

.nav_top_search_result_item_title_wrapper {
    margin-left: 10px;
    display: inline-block;
}

.nav_top_search_result_item_title {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 254px;
    display: block;
    text-decoration: none;
}

.nav_top_search_result_item_author_w {
    display: flex;
    margin-top: 6px;
}

.nav_top_search_result_item_avatar {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
}

.nav_top_search_result_item_author {
    line-height: 25px;
    display: inline-block;
    font-size: 12px;
    margin-left: 7px;
    color: #bcc3ce;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 222px;
    text-decoration: none;
}

/*book*/
/*user*/
.w_nav_top_search_result_list_users {
    margin: 15px;
    display: flex;
}

.nav_top_search_result_item_user {
    width: 70px;
    height: 83px;
    margin: 0 5px;
    display: inline-block;
}

.nav_top_search_result_item_user_avatar {
    width: 45px;
    height: 45px;
    background-position: center center;
    background-size: cover;
    border-radius: 45px;
    margin-left: 11px;
    display: block;
    text-decoration: none;
}

.nav_top_search_result_item_user_name {
    font-size: 12px;
    text-align: center;
    color: #292d34;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    display: block;
    text-decoration: none;
}

/*search*/

/*menu*/
.nav_top_w_menu {
    height: 999px;
    position: absolute;
    top: 60px;
    left: 0;
    background-color: #fdfdfd;
    box-shadow: 0 1px 19px 0 rgba(101, 150, 255, 0.15);
    width: 1030px;
    display: flex;
    color: #000;
    /*display: none;*/
}

.nav_top_w_menu_list {
    width: 999px;
    height: 999px;
    display: inline-block;
    overflow: hidden;
}

.nav_top_menu_w_item_month {
    width: 999px;
    height: 100%;
    margin-left: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.nav_top_menu_list_custom_categories {
    height: 66px;
    margin: 0 28px;
    border-bottom: solid 1px #e7ecf6;
}

.nav_top_menu_list_categories {
    margin-left: 28px;
    margin-top: 28px;
    column-count: 3;
}

.nav_top_menu_list_custom_categories_item {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 14px;
    color: #000000;
    line-height: 66px;
    margin-right: 20px;
    text-decoration: none;
}

.nav_top_menu_list_categories_item {
    width: 999px;
    display: inline-block;
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    margin-right: 8px;
    margin-top: 10px;
}

.nav_top_menu_list_categories_item:hover,
.nav_top_menu_list_custom_categories_item:hover {
    color: #4bb3d1;
}

.nav_top_menu_item_month_center {
    width: 999px;
    z-index: 5;
}

.nav_top_menu_item_month_center_stat {
    width: 999px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

.nav_top_menu_item_month_center_genres {
    width: 999px;
    opacity: 0.5;
    font-size: 13px;
    text-align: center;
    color: #ffffff;
}

.nav_top_menu_item_month_center_title {
    width: 999px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    display: block;
}

.nav_top_menu_item_month_author {
    width: 999px;
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}

.nav_top_menu_item_month_author_avatar {
    width: 25px;
    height: 25px;
    background-position: center center;
    background-size: cover;
    border-radius: 25px;
    display: block;
    text-decoration: none;
}

.nav_top_menu_item_month_author_user_name {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 11px;
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
    max-width: 190px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
}

.nav_top_menu_item_month_center_text {
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    font-family: 'Georgia', sans-serif;
    display: block;
    line-height: 1.33;
    max-height: 87px;
    white-space: pre-wrap;
    overflow: hidden;
}

.nav_top_menu_cover_mask {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.51);
}

.nav_top_menu_cover_blur {
    display: block;
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background-position: center center;
    background-size: cover;
    -webkit-filter: blur(27.6px);
    filter: blur(27.6px);
    transform: scale(0.6);
    z-index: 1;
}

/*menu*/

/*books menu*/
.nav_top_w_menu.books_menu {
    height: 500px;
}

.nav_top_w_menu_list.books_menu {
    width: 762px;
    height: 500px;
}

.nav_top_menu_w_item_month.books_menu {
    width: 264px;
}

.nav_top_menu_list_categories_item.books_menu {
    width: 233px;
}

.nav_top_menu_item_month_center.books_menu,
.nav_top_menu_item_month_center_stat.books_menu,
.nav_top_menu_item_month_center_genres.books_menu,
.nav_top_menu_item_month_center_title.books_menu,
.nav_top_menu_item_month_author.books_menu {
    width: 224px;
}

.nav_top_books_menu_book_month_center_cover {
    width: 130px;
    height: 186px;
    background: #0c5460;
    margin: 20px auto 0 auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
}

/*books menu*/

/*poems menu*/
.nav_top_w_menu.poems_menu {
    height: 305px;
}

.nav_top_w_menu_list.poems_menu {
    width: 688px;
    height: 305px;
}

.nav_top_menu_w_item_month.poems_menu {
    width: 338px;
    align-items: unset;
}

.nav_top_menu_list_categories_item.poems_menu {
    width: 168px;
}

.nav_top_menu_list_categories.poems_menu {
    width: 522px;
}

.nav_top_menu_item_month_center.poems_menu,
.nav_top_menu_item_month_center_stat.poems_menu,
.nav_top_menu_item_month_center_genres.poems_menu,
.nav_top_menu_item_month_center_title.poems_menu,
.nav_top_menu_item_month_author.poems_menu,
.nav_top_menu_item_month_center_text.poems_menu {
    width: 298px;
}

.nav_top_menu_item_month_center_stat.poems_menu {
    margin-top: 40px;
}

.nav_top_menu_item_month_center_title.poems_menu {
    margin-top: 40px;
}

.nav_top_menu_item_month_center_text.poems_menu {
    margin-top: 20px;
}

.nav_top_menu_poem_month_center_cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c5460;
    display: block;
    background-position: center center;
    background-size: cover;
    text-decoration: none;
}

/*poems menu*/


.nav_top_menu_btn_notification {
    padding: 0 13px;
    margin: 0 0 0 18px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    background-size: 17px 17px;
    background: url("/img/ic_notifications_gray.svg") no-repeat center center;
    width: 17px;
    position: relative;
}

.nav_top_new_notification_indicator {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    background-color: #f94262;
    position: absolute;
    top: 20px;
    right: 11px;
}

/*menu notification*/
.nav_top_w_notification {
    width: 362px;
    max-height: 600px;
    min-height: 130px;
    position: absolute;
    top: 60px;
    right: 42px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 1px 14px 0 rgba(115, 135, 177, 0.36);
    background-color: #fdfdfd;
}

.nav_top_notification_title {
    height: 50px;
    border-bottom: 1px solid #e6edf8;
    color: #292d34;
    display: flex;
}

.nav_top_notification_title_left {
    font-family: 'Gilroy-Bold', sans-serif;
    font-size: 13px;
    color: #292d34;
    line-height: 50px;
    display: inline-block;
    margin-right: auto;
    margin-left: 20px;
}
.nav_top_notification_title_right {
    font-size: 13px;
    color: #292d34;
    line-height: 50px;
    display: inline-block;
    margin-left: auto;
    margin-right: 20px;
    cursor: pointer;
    text-decoration: none;
}

.nav_top_notification_content {
    overflow-x: auto;
    min-height: 60px;
    max-height: 450px;
    margin-right: -20px;
    /*padding-right: 30px;*/
    overflow-y: scroll;
}

.nav_top_w_notification_content {
    overflow: hidden;
}

.nav_top_notification_footer {
    height: 50px;
    border-top: 1px solid #e6edf8;
    color: #292d34;
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 50px;
    text-align: center;
}


.nav_top_notification_empty_w {
    align-items: center;
    display: flex;
    justify-content: center;
}
.nav_top_notification_empty_m {
    width: 370px;
    text-align: center;
}
.nav_top_notification_empty_icon {
    width: 115px;
    height: 127px;
    margin: 20px auto 0 auto;
    background-image: url("/img/ic_notification_empty.svg");
    background-size: 115px 127px;
}
.nav_top_notification_empty_title {
    text-align: center;
    color: #292d34;
    font-size: 21px;
}
.nav_top_notification_empty_title2{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    color: #959baa;
}

/*menu notification*/
