.works_ttl {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.works_ttl > h1 {
    margin: 0 20px 0 0;
}

.works_menu {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    border-bottom: 1px solid #e8e8e8;
}
.works_menu > li {
    position: relative;
    display: flex;
}
.works_menu > li > a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-left: 24px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid transparent;
    opacity: .7;
}
.works_menu > li > a.for_you {
    background: url('../images/icons/works/heart-fill.svg') left 5px no-repeat;
    background-size: 14px;
}
.works_menu > li > a.following {
    background: url('../images/icons/works/people-fill.svg') left 3px no-repeat;
    background-size: 16px;
}
.works_menu > li > a.saved {
    background: url('../images/icons/works/folder.svg') left 5px no-repeat;
    background-size: 16px;
}
.works_menu > li > a.your_projects {
    background: url('../images/icons/works/star-fill.svg') left 3px no-repeat;
    background-size: 16px;
}
.works_menu > li > a.moderation {
    background: url('../images/icons/works/heart-half.svg') left 3px no-repeat;
    background-size: 16px;
}
.works_menu > li > a.awards {
    background: url('../images/icons/works/award.svg') left 3px no-repeat;
    background-size: 18px;
}
.works_menu > li > a:hover,
.works_menu > li > a.active {
    text-decoration: none;
    border-bottom: 1px solid #000;
    opacity: 1;
}
.works_menu > li > span.btwn {
    display: block;
    width: 1px;
    background: #e8e8e8;
    margin: 0 20px;
    height: 24px;
}
.works_menu > li:last-child > span.btwn {
    display: none;
}
.works_menu .news {
    position: absolute;
    display: block;
    right: -21px;
    top: -10px;
    font-size: 9px;
    /* text-transform: uppercase; */
    border-radius: 100px;
    padding: 2px 6px;
    background: #ff8f00;
    color: #fff;
    user-select: none;
    pointer-events: none;
}

#works #filter_form input[type=checkbox],
#works #filter_form input[type=radio] {
    display: none;
}

#works .selected_options {
    margin-top: 20px;
}
#works .selected_options > ul {
    display: flex;
    flex-wrap: wrap;
}
#works .selected_options > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 6px;
    height: 32px;
    padding: 8px 12px;
    color: inherit;
    background: #2A2B2D;
    color: #fff;
    border-radius: 25px;
    transition: background .1s ease;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    outline: none;
}
#works .selected_options > ul > li:last-child {
    margin-right: 0;
}
#works .selected_options > ul > li:hover {
    background: #1f2020;
}
#works .selected_options li > .selected_name {
    display: inline-block;
    font-size: 12px;
}
#works .selected_options li > .selected_x {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../images/icons/filter/close_white.svg) center center no-repeat;
    background-size: contain;
}

#works .reset_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
#works .reset_wrapper > .reset_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    height: 40px;
    padding: 8px 20px;
    color: #fff;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    transition: background .1s ease;
}
#works .reset_wrapper > .reset_btn > .reset_x {
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 8px;
    background: url(../images/icons/filter/close_white.svg) center center no-repeat;
    background-size: contain;
}

#works .filters_wrapper {
    display: flex;
    justify-content: space-between;
}
#works .filters {
    display: flex;
    gap: 20px;
}
#works .filters .select_wrapper {
    position: relative;
    min-width: 150px;
    background: #FBFBFD;
}
#works .filters .select_wrapper .dropdown_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    outline: none;
    height: 40px;
    padding: 6px 10px;
    color: inherit;
    border: 1px solid #cbccce;
    border-radius: 4px;
    transition: border .1s ease;
    cursor: pointer;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#works .filters .select_wrapper.open {
    background: #fff;
}
#works .filters .select_wrapper:hover .dropdown_title,
#works .filters .select_wrapper.open .dropdown_title {
    border-color: #000;
}
#works .filters .select_wrapper .chevron {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-left: 10px;
    background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E) center center no-repeat;
    background-size: contain;
    transition: transform .1s ease;
}
#works .filters .select_wrapper.open .chevron {
    transform: rotate(180deg);
}
#works .filters .select_wrapper .dropdown_wrapper {
    min-width: 180px;
    padding: 0;
    border-radius: 4px;
    margin-top: 5px;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / 30%);
    border: 1px solid #e6e6e6;
    border-color: rgba(0,0,0,0.1);
    background-clip: padding-box;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity .1s ease, visibility .1s ease, transform .1s ease;
}
#works .filters .select_wrapper .dropdown_wrapper .dropdown_select::-webkit-scrollbar {
    width: 4px;
}
#works .filters .select_wrapper .dropdown_wrapper .dropdown_select::-webkit-scrollbar-track {
    display: none;
    background: #efefef; 
}
#works .filters .select_wrapper .dropdown_wrapper .dropdown_select::-webkit-scrollbar-thumb {
    background: #888;
}
#works .filters .select_wrapper .dropdown_wrapper .dropdown_select::-webkit-scrollbar-thumb::-webkit-scrollbar-track,
#works .filters .select_wrapper .dropdown_wrapper .dropdown_select::-webkit-scrollbar-thumb::-webkit-scrollbar-thumb {
    display: block;
}
#works .filters .select_wrapper .dropdown_wrapper .dropdown_select::-webkit-scrollbar-thumb:hover {
    background: #555;
}
#works .filters .select_wrapper.open .dropdown_wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select {
    max-height: 350px;
    overflow-y: scroll;
}
#works .filters .select_wrapper .dropdown_wrapper.cats_dropdown {
    display: flex;
    flex-direction: column;
}
#works .filters .select_wrapper .dropdown_wrapper.cats_dropdown .apply_wrapper {
    padding: 5px;
    border-top: 1px solid #ccc;
}
#works .filters .select_wrapper .dropdown_wrapper.cats_dropdown .apply_btn {
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    background: #2A2B2D;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: background .1s ease;
}
#works .filters .select_wrapper .dropdown_wrapper.cats_dropdown .apply_btn:hover {
    background: #1f2020;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li:first-child {
    margin-top: 5px;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li {
    margin-bottom: 5px;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li > label {
    display: block;
    padding: 0 5px;
    cursor: pointer;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select.sort_drop_select > li > label {
    padding: 0 1px 0 5px;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li > label > input {

}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li > label > input:checked + .cat_name {
    background: #2A2B2D;
    color: #fff;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li > label > .cat_name {
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    background: #fff;
    transition: background .1s ease, color .1s ease;
}
#works .filters .select_wrapper .dropdown_wrapper > .dropdown_select > li > label:hover > .cat_name {
    background: #ededed;
}


.portfolio_content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 19%);
    grid-gap: 30px 1.25%;
}
.portfolio_content > .item {
    width: 100%;
}
.portfolio_content > .item > .in {
    position: relative;
    display: block;
    color: inherit;
    width: 100%;
    height: 100%;
    max-width: 340px;
    margin: 0 auto;
}
.portfolio_content > .item > .in:hover {
    text-decoration: none;
}
.portfolio_content > .item > .in > .picture {
    width: 100%;
}
.portfolio_content > .item > .in > .info {
}
.portfolio_content > .item > .in > .info.new_project {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: 2px dashed #b9b9b9;
    padding: 30px 20px;
}
.portfolio_content > .item > .in > .info.new_project > .plus {
}
.portfolio_content > .item > .in > .info.new_project > .plus > .icon {
    display: block;
    padding: 20px;
    height: 70px;
    width: 70px;
    margin: 0 auto 30px;
    background: #ccc;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}
.portfolio_content > .item > .in > .info.new_project > .plus > .icon:hover {
    background: #555;
}
.portfolio_content > .item > .in > .info.new_project > .plus > .icon > span {
    display: block;
    font-size: 24px;
    line-height: 1;
    height: 30px;
    width: 30px;
    text-align: center;
    background: #555;
    color: #fff;
    border-radius: 30px;
}
.portfolio_content > .item > .in > .info.new_project > .add_project_p {
    margin: 20px 0 0 0;
    text-align: center;
    color: #777;
}
.portfolio_content > .item > .in > .work_content {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.portfolio_content > .item > .in > .work_content > .image_block {
    position: relative;
    padding-top: 73.53%;
    overflow: hidden;
    background: #eee;
}
.portfolio_content > .item > .in > .work_content > .image_block > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.portfolio_content > .item > .in > .work_content > .image_block > .msg {
    position: absolute;
    color: #fff;
    font-size: 25px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    text-align: center;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.portfolio_content > .item > .in > .work_content > .work_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 30px 20px 20px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 81%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease-in-out;
}
.portfolio_content > .item:hover > .in > .work_content > .work_title {
    opacity: 1;
    visibility: visible;
}
.portfolio_content > .item > .in > .work_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.portfolio_content > .item > .in > .work_footer > .author {
    min-width: 0;
}
.portfolio_content > .item > .in > .work_footer > .author > .author-link {
    display: flex;
    align-items: center;
    color: var(--text-black);
}
.portfolio_content > .item > .in > .work_footer > .author > .author-link > .author-photo {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    border-radius: 50px;
}
.portfolio_content > .item > .in > .work_footer > .author > .author-link > .author-name {
    display: block;
    color: inherit;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.portfolio_content > .item > .in > .work_footer > .stats {
    display: flex;
    align-items: center;
}
.portfolio_content > .item > .in > .work_footer > .stats > .item {
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-weight: 500;
}
.portfolio_content > .item > .in > .work_footer > .stats > .item > .icon {
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 6px;
}
.portfolio_content > .item > .in > .work_footer > .stats > .item.views > .icon {
    background: url(../images/icons/portfolio/views.svg) center center no-repeat;
    background-size: 18px;
}
.portfolio_content > .item > .in > .work_footer > .stats > .item.likes > .icon {
    background: url(../images/icons/portfolio/heart.svg) center center no-repeat;
    background-size: 16px;
}
.portfolio_content > .item > .in > .work_footer > .stats > .item.comments > .icon {
    background: url(../images/icons/portfolio/comments.svg) center center no-repeat;
    background-size: 16px;
}
.portfolio_content > .item > .in > .work_footer > .stats > .item.likes > .icon.pointer {
    cursor: pointer;
}

.portfolio_content > .item > .in > .actions {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    visibility: hidden;
    opacity: 0;
    cursor: pointer;
}
.portfolio_content > .item > .in:hover .actions {
    visibility: visible;
    opacity: 1;
}
.portfolio_content > .item > .in > .actions > .action_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 26px;
    width: 26px;
    border: 1px solid #888;
    border-radius: 6px;
    background: rgb(255 255 255 / 96%);
    transition: all .15s ease-in-out;
    z-index: 2;
}
.portfolio_content > .item > .in > .actions > .action_btn:after,
.portfolio_content > .item > .in > .actions > .action_btn:before {
    content: '';
    display: block;
    width: 14px;
    height: 1px;
    margin: 3px 0;
    background: #666;
}
.portfolio_content > .item > .in > .actions > .act_list {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 36px;
    right: 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
    z-index: 2;
    transition: all .15s ease-in-out;
}
.portfolio_content > .item > .in > .actions.open > .act_list {
    visibility: visible;
    opacity: 1;
}
.portfolio_content > .item > .in > .actions > .act_list > .item {
    display: block;
    padding: 6px 14px;
    border-bottom: 1px solid #ccc;
    background: #fff;
    color: #333;
    white-space: nowrap;
}
.portfolio_content > .item > .in > .actions > .act_list > .item:last-child {
    border-bottom: none;
}
.portfolio_content > .item > .in > .actions > .act_list > .item:hover {
    background: #f3f3f3;
}

.portfolio_empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border: 1px solid #efefef;
}
.portfolio_empty > h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.portfolio_empty > p {
    margin-bottom: 0;
    max-width: 700px;
}
.portfolio_empty > .share_project {
    margin-top: 20px;
}


#zeelpopup > #publish_modal {
}
#zeelpopup > #publish_modal > h4 {
    margin-bottom: 20px;
}
#zeelpopup > #publish_modal > .mod_rating {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
#zeelpopup > #publish_modal > .mod_rating > label {
    height: 36px;
    width: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4a4a4a;
    border-radius: 4px;
    cursor: pointer;
}
#zeelpopup > #publish_modal > .mod_rating > input {
    display: none;
}
#zeelpopup > #publish_modal > .mod_rating > label {
}
#zeelpopup > #publish_modal > .mod_rating > input:checked + label {
    background: #0083e1;
    border-color: #0083e1;
    color: #fff;
}
#zeelpopup > #publish_modal > .publish_btns {
    display: flex;
    justify-content: space-between;
}
#zeelpopup > #publish_modal > .publish_btns > span {
    flex-basis: 49%;
    width: 49%;
    font-size: 13px;
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#zeelpopup > #delete_modal > .delete_btns {
    display: flex;
    justify-content: flex-end;;
}
#zeelpopup > #delete_modal > .delete_btns > span:first-child {
    margin-right: 10px;
}

#zeelpopup > #send_for_editing_modal {
}
#zeelpopup > #send_for_editing_modal > h4 {
    margin-bottom: 20px;
}
#zeelpopup > #send_for_editing_modal > .reasons {
    margin-bottom: 20px;
}
#zeelpopup > #send_for_editing_modal > .reasons > label {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
#zeelpopup > #send_for_editing_modal > .reasons > label > input {
    margin: 4px 10px 0 0;
}
#zeelpopup > #send_for_editing_modal > .reasons > label > .txt {
    flex: 1;
}
#zeelpopup > #send_for_editing_modal > .reasons > label > .txt > .ttl {
    font-weight: bold;
    margin-bottom: 4px;
}
#zeelpopup > #send_for_editing_modal > .reasons > label > .txt > .descr {
    color: #777;
    margin-bottom: 0;
}
#zeelpopup > #send_for_editing_modal > .send {
    display: flex;
    justify-content: flex-end;
}
#zeelpopup > #send_for_editing_modal > .send > span:first-child {
    margin-right: 10px;
}

#zeelpopup > .close_ok {
    display: flex;
    justify-content: flex-end;
}

#works_nav {
    flex-basis: 100%;
    height: 1px;
    opacity: 0;
}
#works_nav_loader {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
#works_nav_loader .animate {
    display: none;
    background: url(../images/icons/loader.svg) center center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}


/* portfolio popup */
#portfolio_popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: auto;
    overflow-y: scroll;
    background: rgb(0 0 0 / 85%);
    z-index: 1000;
}
#portfolio_popup > #error_get_article {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 20px;
    color: #fff;
}
#portfolio_popup .fixed_width {
    padding: 0 9.184%;
}
#portfolio_popup > .pf-overlay-close {
    position: fixed;
    display: block;
    right: 27px;
    top: 10px;
    height: 22px;
    width: 22px;
    opacity: 1;
    z-index: 3;
    cursor: pointer;
}
#portfolio_popup > .pf-overlay-close:hover {
    opacity: 0.8;
}
#portfolio_popup > .pf-overlay-close:before, #portfolio_popup > .pf-overlay-close:after {
    content: '';
    position: absolute;
    left: 10px;
    height: 22px;
    width: 2px;
    border-radius: 2px;
    background-color: #fff;
}
#portfolio_popup > .pf-overlay-close:before {
    transform: rotate(45deg);
}
#portfolio_popup > .pf-overlay-close:after {
    transform: rotate(-45deg);
}

#portfolio_popup > .in > .portfolio_content_show {
    position: relative;
    width: calc(100% - 190px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    transition: opacity 0.15s ease, visibility 0.15s ease;
    transition-delay: 0.15s;
}


#portfolio_popup > .in > .portfolio_content_show > #fullstory {
    position: relative;
    display: flex;
    flex-direction: column;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions {
    position: absolute;
    width: 90px;
    top: 0;
    right: -90px;
    height: 100%;
    z-index: 2;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in {
    position: sticky;
    top: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action {
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action > a,
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action > span {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action > a > .in,
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action > span > .in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
    cursor: pointer;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action > a > .in > img,
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action > span > .in > img {
    height: 22px;
    width: 22px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .side-actions > .in > .action .action-text {
    display: block;
    font-size: 11px;
    font-weight: 400;
    color: #c9c9c9;
    margin-top: 5px;
    padding: 0 8px;
    text-align: center;
}



#portfolio_popup > .in > .portfolio_content_show > #fullstory > h1 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info {
    display: flex;
    justify-content: flex-start;
    color: #fff;
    margin-bottom: 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .image {
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .image > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .image > img.svg {
    max-width: 75%;
    max-height: 75%;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info {
    margin-left: 10px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item {
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper {
    font-size: 14px;
    line-height: 16px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item > a,
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item > span {
    display: block;
    color: #fff;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper .follow {
    cursor: pointer;
    color: #fff;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper .follow:hover {
    text-decoration: none;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper .follow > .following {
    display: inline-block;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper .follow:hover > .following {
    display: none;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper .follow > .unfollow {
    display: none;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .autor_info > .info > .item.follow-wrapper .follow:hover > .unfollow {
    display: inline-block;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    margin: 0;
}

#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .only_me_info {
    background: #f358ae;
    color: #fff;
    padding: 6px 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .for_followers_only_info {
    background: #4bc6db;
    color: #fff;
    padding: 6px 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .sent_for_moderation_info {
    background: #79c34c;
    color: #fff;
    padding: 6px 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .sent_for_editing_info {
    background: #ff0808;
    color: #fff;
    padding: 6px 20px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .sent_for_editing_info > ul {
    margin: 0;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .sent_for_editing_info > ul > li {
    margin: 10px 0;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .sent_for_editing_info > ul > li > div:last-child {
    font-weight: 400;
    color: #e7e7e7;
}

#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content {
    display: block;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.fixed_width:first-child {
    padding: 0 9.184% !important; 
    padding-top: 5.184% !important;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.fixed_width.text:first-child {
    padding: 15px 9.184% !important;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content img {
    display: block;
    cursor: pointer;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content:not(#fullstory > .full-content > .single-content.text):last-child {
    margin-bottom: 0!important;
}

#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content {
    display: block;
    margin: 0 auto;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.grid {
    width: 100%;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.grid > .grid-gallery {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2px -4px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.grid > .grid-gallery > .grid-item {
    margin: 0 2px 4px !important;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.grid > .grid-gallery > .grid-item > img {
    width: 100%;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.text {
    width: 100%;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content.video {
    width: 100%;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .full-content > .single-content > .in > p {
    margin-bottom: 0;
}


#portfolio_popup > .in > .portfolio_content_show > #fullstory > .project-footer {
    background: #000;
    color: #fff;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .project-footer > .like-icon {
    margin-bottom: 30px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .project-footer > .like-icon > a {
    display: block;
    height: 60px;
    width: 60px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    transition: all .1s ease-in-out;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .project-footer > .like-icon > a:hover {
    text-decoration: none;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .project-footer > .like-icon > a > .icon {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 100%;
    background: url('../images/icons/portfolio/heart.svg') center 12px no-repeat;
    background-size: 24px;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 8px;
}
#portfolio_popup > .in > .portfolio_content_show > #fullstory > .project-footer > .like-icon > a:hover {
    background: #eee;
}

#portfolio_popup .project-footer > .stats {
    display: flex;
    margin-bottom: 20px;
}
#portfolio_popup .project-footer > .stats > .stat {
    display: flex;
    align-items: center;
    margin-right: 14px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
#portfolio_popup .project-footer > .stats > .stat:last-child {
    margin-right: 0;
}
#portfolio_popup .project-footer > .stats > .stat:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 8px;
}
#portfolio_popup .project-footer > .stats > .stat.views:before {
    background: url('../images/icons/portfolio/views_light.svg') center center no-repeat;
    background-size: auto 12px;
}
#portfolio_popup .project-footer > .stats > .stat.likes:before {
    background: url('../images/icons/portfolio/heart_light.svg') center center no-repeat;
    background-size: auto 14px;
}
#portfolio_popup .project-footer > .stats > .stat.comm_num:before {
    background: url('../images/icons/portfolio/comments_light.svg') center center no-repeat;
    background-size: auto 14px;
}
#portfolio_popup .project-footer > .stats > .stat > .count {
    color: #9d9d9c;
}
#portfolio_popup #used_models {
    background: #fafafa;
    padding: 2rem 0;
}
#portfolio_popup .used-models > h3 {
    font-size: 1.5rem;
}
#portfolio_popup #used_models #zeel-content {
    padding: 0 30px;
    grid-template-columns: repeat(4, 1fr);
}

#portfolio_popup > .in > .portfolio_content_show > #btm_container {
    display: flex;
    background: #fafafa;
    padding: 30px;
}
#portfolio_popup > .in > .portfolio_content_show > #btm_container > .comments_wrp {
    width: calc(100% - 350px);
    flex-basis: calc(100% - 350px);
    background: #fff;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

#portfolio_popup #btm_container .not-user-wrapper {
    padding: 18px 30px;
    border-bottom: 1px solid #e6e6e6;
}
#portfolio_popup #btm_container .not-user-wrapper .not-user-text {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: bold;
}

#portfolio_popup #addcomment {
    padding: 30px;
    border-bottom: 1px solid #e8e8e8;
    overflow: hidden;
}
#portfolio_popup #addcomment > .in {
    display: flex;
}
#portfolio_popup #addcomment > .in > .image {
    display: block;
    height: 40px;
    width: 40px;
    position: relative;
    border-radius: 50px;
    margin-right: 20px;
    overflow: hidden;
    background: #fff;
}
#portfolio_popup #addcomment > .in > .image > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#portfolio_popup #addcomment > .in > textarea#comments {
    flex: 1;
}
#portfolio_popup #addcomment > .form_submit {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

#portfolio_popup .comments_wrp > .coments_cnt {
    padding-top: 40px;
}
#portfolio_popup .comments_wrp > .coments_cnt > #dlemasscomments {
    display: block;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment {
    display: flex;
    padding: 0 30px 40px;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_pr_pic {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 50px;
    margin-right: 20px;
    overflow: hidden;
    background: #fff;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_pr_pic > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_info {
    flex: 1;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_info > .item_top {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_info > .item_top > .pr_name {
    display: inline-block;
    color: inherit;
    font-weight: 600;
    margin-right: 12px;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_info > .item_top > .com_date {
    font-size: 11px;
    color: #555;
}
#portfolio_popup .comments_wrp > .coments_cnt .comment > .com_info > .item_bottom {
    font-weight: 500;
}
#portfolio_popup .comments_wrp > .coments_cnt > #dle-ajax-comments-load {
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background: #555;
    color: #fff;
    transition: all .1s ease-in-out;
}
#portfolio_popup .comments_wrp > .coments_cnt > #dle-ajax-comments-load:hover {
    background: #333;
}

#portfolio_popup > .in > .portfolio_content_show > #btm_container > .side_wrp {
    width: 350px;
    flex-basis: 350px;
    padding-left: 30px;
}
#portfolio_popup .side_wrp > .block {
    padding: 30px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background: #fff;
    margin-bottom: 30px;
}
#portfolio_popup .side_wrp > .block > .in {
}
#portfolio_popup .side_wrp > .block > h3 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#portfolio_popup .side_wrp > .block.autor > .project_author {
    display: flex;
    align-items: center;
    color: inherit;
    font-weight: 600;
}
#portfolio_popup .side_wrp > .block.autor > .project_author > .aut_img {
    display: block;
    height: 50px;
    width: 50px;
    position: relative;
    border-radius: 50px;
    margin-right: 20px;
    overflow: hidden;
    background: #fff;
}
#portfolio_popup .side_wrp > .block.autor > .project_author > .aut_img > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#portfolio_popup .side_wrp > .block.autor > .project_author > .aut_img > img.svg {
    max-width: 75%;
    max-height: 75%;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn {
    margin-top: 20px;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow {
    display: block;
    background: #1f2020;
    color: #fff;
    text-align: center;
    padding: 8px;
    line-height: 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow:hover {
    opacity: .9;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow.follow_minus:hover {
    opacity: 1;
    background-color: #f54336;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow.follow_minus {
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow > .following {
    display: inline-block;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow > .unfollow {
    display: none;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow:hover > .unfollow {
    display: inline-block;
}
#portfolio_popup .side_wrp > .block.autor > .follow_btn .follow:hover > .following {
    display: none;
}
#portfolio_popup .side_wrp > .block.description {
}
#portfolio_popup .side_wrp > .block.description > .descr_text {
    margin-bottom: 20px;
    color: #878787;
    font-size: 14px;
}
#portfolio_popup .side_wrp > .block.description > .stats {
    display: flex;
    margin-bottom: 20px;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat {
    display: flex;
    align-items: center;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat:last-child {
    margin-right: 0;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat.views:before {
    background: url('../images/icons/portfolio/views.svg') center center no-repeat;
    background-size: auto 12px;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat.likes:before {
    background: url('../images/icons/portfolio/heart.svg') center center no-repeat;
    background-size: auto 14px;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat.comm_num:before {
    background: url('../images/icons/portfolio/comments.svg') center center no-repeat;
    background-size: auto 14px;
}
#portfolio_popup .side_wrp > .block.description > .stats > .stat > .count {
}

#portfolio_popup .side_wrp > .block.description > .date {
    margin-top: 12px;
    color: #7A7A7A;
    font-size: 12px;
}

#portfolio_popup .side_wrp > .block.tags > .project_tags {
    display: flex;
    flex-wrap: wrap;
}
#portfolio_popup .side_wrp > .block.tags > .project_tags > .tag {
    display: block;
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 5px 16px;
    background: #fff;
    color: inherit;
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    border: 1px solid #e1e1e1;
    border-radius: 20px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
#portfolio_popup .side_wrp > .block.tags > .project_tags > .tag:hover {
    background: #f2f2f2;
    text-decoration: none;
}
#portfolio_popup .side_wrp > .complaint {
}
#portfolio_popup .side_wrp > .complaint > span {
    display: flex;
    align-items: center;
    background: #f54336;
    color: #fff;
    padding: 8px 24px;
    line-height: 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
#portfolio_popup .side_wrp > .complaint > span:hover {
    text-decoration: none;
    background: #df1c0d;
}
#portfolio_popup .side_wrp > .complaint > span:before {
    content: '';
    display: block;
    height: 20px;
    width: 20px;
    background: url('../images/icons/portfolio/complaint.svg') center center no-repeat;
    background-size: contain;
    margin-right: 10px;
}


#portfolio_popup .single-content h1,
#portfolio_popup .single-content h2,
#portfolio_popup .single-content h3,
#portfolio_popup .single-content h4,
#portfolio_popup .single-content h5,
#portfolio_popup .single-content h6 {
    margin: 1rem 0 1.5rem 0;
}

#portfolio_popup .private {
    width: 100%;
    min-height: 100%;
    display: flex;
}
#portfolio_popup .private > .in {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
}
#portfolio_popup .private > .in > .article {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
#portfolio_popup .private > .in > .article > .item.left_part,
#portfolio_popup .private > .in > .article > .item.right_part {
    flex-basis: 50%;
    width: 50%;
    padding: 50px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#portfolio_popup .private > .in > .article > .left_part {
    background-color: #f7f7f7;
}
#portfolio_popup .private > .in > .article > .left_part > .info {
    width: 100%;
    max-width: 340px;
    padding: 20px;
    margin-bottom: 30px;
    background: #fffcf8;
    border: 1px solid #f97c00;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#portfolio_popup .private > .in > .article > .left_part > .info > .ttl {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    padding-left: 28px;
    background: url(../images/icons/portfolio/private_red.svg) left 2px no-repeat;
    background-size: 16px;
}
#portfolio_popup .private > .in > .article > .left_part > .info > p {
    margin-bottom: 0;
    font-size: 13px;
    text-align: center;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .image {
    display: block;
    height: 100px;
    width: 100px;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 10px;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .image > img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .name {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}


#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow {
    display: block;
    color: inherit;
    text-align: center;
    font-weight: bold;
    line-height: 20px;
    padding: 8px 20px;
    min-width: 200px;
    border: 1px solid #ccc;
    border-radius: 20px;
    cursor: pointer;
    transition: all .1s ease-in-out;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow.disabled {
    opacity: .3;
    cursor: no-drop;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow.follow_plus {
    border-color: #1d9ef9;
    background-color: #1d9ef9;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow.follow_plus:hover {
    border-color: #1d9ef9;
    background-color: #0d95e1;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow.follow_minus:hover {
    border-color: #f54336;
    background-color: #f54336;
    color: #fff;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow:hover {
    text-decoration: none;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow > .following {
    display: inline-block;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow:hover > .following {
    display: none;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow > .unfollow {
    display: none;
}
#portfolio_popup .private > .in > .article > .right_part > .autor_info > .follow_btn .follow:hover > .unfollow {
    display: inline-block;
}

/* Awards */
#award-form .form-row {
    margin-bottom: 20px;
}
#award-form .form-row:last-child {
    margin-bottom: 0;
}
#award-form .form-row > label {
    display: block;
    margin-bottom: 6px;
}
#award-form .form-row.checkbox-wrapper {
    display: flex;
    align-items: center;
}
.awards-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    padding-bottom: 80px;
}
.awards-content .award {
    position: relative;
}
.awards-content .award > .in {
    display: block;
    padding: 20px;
    background: #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    transition: background .2s ease;
    text-decoration: none;
}
.awards-content .award:hover > .in {
    background: #d5d5d5;
}
.awards-content .award > .in > .image {
    display: flex;
    align-items: center;
    justify-content: center;
}
.awards-content .award > .in > .image > img {
    max-width: 70%;
    max-height: 50%;
    object-fit: contain;
}
.awards-content .award > .in > h3 {
    color: #2A2B2D;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}
.awards-content .award > .edit-award {
    position: absolute;
    top: 12px;
    right: 12px;
    display: block;
    padding: 4px 10px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: .2s ease;
    cursor: pointer;
}
.awards-content .award:hover > .edit-award {
    opacity: 1;
    visibility: visible;
}

.awards_popup,
.awards_popup #zeelpopup {
    max-height: none !important;
    height: auto !important;
}
.award-popup-title {
    display: block;
    margin-bottom: 20px;
}

.award-modal ul.lang_menu {
    margin: 20px 0 -1px 0;
    padding: 0;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 1;
    max-width: 100%;
    overflow-x: auto;
    white-space: nowrap;
}
.award-modal ul.lang_menu > li > a {
    display: block;
    color: #000;
    padding: 2px 16px;
    border-bottom: 2px solid transparent;
    text-decoration: none;
}
.award-modal ul.lang_menu > li.active > a {
    border-bottom: 2px solid #497ee9;
}
.award-modal .info_item {
    display: none;
}
.award-modal .info_item.active {
    display: block;
}
.award-modal .info_item > textarea {
    height: 185px;
}

.create-btn {
    margin-bottom: 40px;
}

.award-title {
    margin-bottom: 30px;
    font-size: 4rem;
    text-align: center;
}
.award-info {
    max-width: 960px;
    margin: 0 auto 30px auto;
    color: #2a2b2d;
    text-align: center;
    font-size: 18px;
}
.btn-wrap {
    width: 100%;
    text-align: center;
    margin: 0 auto 60px auto;
}
.btn-wrap > .part_btn {
    text-align: center;
}