html,

* {
    padding: 0;
    margin: 0
}

img {
    border: none;
    vertical-align: top
}

.input {
    border: #cfcfcf 1px solid;
    box-shadow: 0px 1px 1px #f0f0f0;
    -moz-box-shadow: 0px 1px 1px #f0f0f0;
    -webkit-box-shadow: 0px 1px 1px #f0f0f0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    height: 36px;
    outline: none;
    padding: 0 10px
}

.textarea {
    border: #cfcfcf 1px solid;
    box-shadow: 0px 1px 1px #f0f0f0;
    -moz-box-shadow: 0px 1px 1px #f0f0f0;
    -webkit-box-shadow: 0px 1px 1px #f0f0f0;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    outline: none;
    padding: 10px;
    resize: none
}

.wrapper {
    width: 100%;
    overflow: hidden;
    min-width: 1040px
}

.header {
    background-color: #f9f9f9;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.22);
    width: 100%;
    height: 70px;
    display: table
}

.header .support_chat {
    display: none
}

.header .logout,
.header .login {
    font-size: 14px;
    color: #3390be;
    text-decoration: none;
    background: #f7fcff;
    border: 2px solid #49addf;
    width: 74px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    float: right;
    margin-left: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -6px
}

.header_content {
    width: 980px;
    margin: 0 auto;
    display: table
}


.nav {
    float: left;
    margin-left: 22px
}

.nav ul {
    list-style: none
}

.nav li {
    float: left;
    margin-right: 10px
}

.nav a {
    color: #505050;
    float: left;
    font-size: 14px;
    height: 70px;
    line-height: 71px;
    text-decoration: none;
    padding: 0 10px
}

.nav li.active a {
    background: #e1e1e1;
    background: -moz-linear-gradient(left, #e1e1e1 0%, #efefef 10%, #efefef 90%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e1e1e1), color-stop(10%, #efefef), color-stop(90%, #efefef), color-stop(100%, #e1e1e1));
    background: -webkit-linear-gradient(left, #e1e1e1 0%, #efefef 10%, #efefef 90%, #e1e1e1 100%);
    background: -o-linear-gradient(left, #e1e1e1 0%, #efefef 10%, #efefef 90%, #e1e1e1 100%);
    background: -ms-linear-gradient(left, #e1e1e1 0%, #efefef 10%, #efefef 90%, #e1e1e1 100%);
    background: linear-gradient(to right, #e1e1e1 0%, #efefef 10%, #efefef 90%, #e1e1e1 100%);
    color: #0098e6;
    font-weight: bold
}

.button.blue.login {
    margin-right: 0;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 32px
}

.header_content .button {
    float: right;
    width: 132px;
    margin: 15px 22px 0 0
}

.user_head {
    float: right;
    margin-top: 22px
}

.user_head .notification {
    background-color: #ee4444;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    font-weight: 900;
    width: 26px;
    height: 26px;
    text-align: center;
    float: left
}

.user_head .user_name {
    font-size: 14px;
    line-height: 26px;
    color: #616161;
    font-weight: normal;
    float: left;
    text-decoration: none
}

.user_head_content {
    float: left;
    position: relative;
    margin-left: 15px
}

.user_head_content:hover .drop,
.user_head_content span:hover+.drop {
    display: block
}

.user_head_content .drop {
    position: absolute;
    display: none;
    right: 0px;
    float: left;
    cursor: pointer;
    padding-top: 30px;
    width: 130px
}

.user_head_content .drop ul {
    padding-top: 5px;
    position: absolute;
    list-style: none;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    width: 100%;
    box-shadow: 0 0px 7px 2px #e6e6e6;
    -moz-box-shadow: 0 0px 7px 2px #e6e6e6;
    -webkit-box-shadow: 0 0px 7px 2px #e6e6e6;
    z-index: 10
}

.user_head_content .drop ul li {
    padding: 2px 12px
}

.user_head_content .drop ul li.notify a {
    padding-right: 20px;
    background: url(/img/dev/notification_icon.png) right center no-repeat
}

.user_head_content .drop ul li a {
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    color: #464646;
    padding: 3px 0
}

.user_head_content .drop ul li a:hover {
    text-decoration: underline
}

.user_head_content .drop ul li.logout {
    background-color: #f9f9f9;
    margin-top: 5px;
    padding: 6px 12px 8px 12px
}

.container {
    width: 90% !important;
    overflow: hidden;
    margin: 0 auto
}

.container.main_container {
    width: 100%;
    overflow: hidden
}

.container.contentcontainer {
    /* padding-top: 70px; */
}

.container>div>.content {
    margin-top: 30px
}

.container .content {
    width: 400px;
    float: left
}

.content_title {
    border-bottom: #000000 1px solid;
    padding-bottom: 4px;
    overflow: hidden
}

.content_title h1 {
    color: #262626;
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase
}

.main_order {
    background: url(/img/top_bg.jpg) top center repeat;
    background-size: cover;
    width: 100%;
    height: 640px;
    /* overflow: hidden */
}

.main_order_block {
    width: 1090px;
    padding-top: 90px;
    margin: 0 auto
}

@media screen and (max-width: 680px) {
    .main_order_block {
        width: 1090px;
        padding-top: 2px;
        margin: 0 auto
    }
}

.main_order_info {
    float: left;
    margin-left: 40px;
    width: 445px
}

.main_order_info h1 {
    color: #fff;
    font-size: 39px;
    line-height: 49px;
    font-weight: 300;
    margin-top: 36px
}

.main_order_info_block {
    margin: 28px 0 0 5px
}

.main_order_info_item {
    overflow: hidden;
    display: table;
    margin-bottom: 19px
}

.main_order_info_item .icon {
    display: table-cell;
    vertical-align: middle;
    width: 45px
}

.main_order_info_item .details {
    color: #fff;
    display: table-cell;
    vertical-align: middle
}

.main_order_info_item .details span {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase
}

.main_order_info_item .details p {
    font-size: 15px
}

.main_order_registration {
    position: relative
}

.main_order_registration:before {
    background: url(/img/dev/big_arrow.png) no-repeat;
    content: '';
    display: block;
    width: 37px;
    height: 191px;
    position: absolute;
    top: 10px;
    right: -75px
}

.main_order_registration span {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    margin-top: 40px
}

.main_order_registration span b {
    font-weight: 800;
    text-transform: uppercase
}

.place_order {
    width: 430px;
    float: right
}

.main_order .place_order {
    margin: 42px 50px 0 0
}

.place_order_title {
    background-color: #1f262a;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 0 20px;
    height: 50px;
    overflow: hidden
}

.place_order_title p {
    color: #fff;
    float: left;
    font-size: 22px;
    margin-top: 11px
}

.place_order_title span {
    color: #e5d059;
    float: right;
    font-size: 13px;
    margin-top: 20px
}

.place_order form {
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #fcfcfc 34%, #fcfcfc 65%, #fbfbfb 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fdfdfd), color-stop(34%, #fcfcfc), color-stop(65%, #fcfcfc), color-stop(100%, #fbfbfb));
    background: -webkit-linear-gradient(top, #fdfdfd 0%, #fcfcfc 34%, #fcfcfc 65%, #fbfbfb 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%, #fcfcfc 34%, #fcfcfc 65%, #fbfbfb 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%, #fcfcfc 34%, #fcfcfc 65%, #fbfbfb 100%);
    background: linear-gradient(to bottom, #fdfdfd 0%, #fcfcfc 34%, #fcfcfc 65%, #fbfbfb 100%);
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    box-shadow: 0 10px 45px rgba(1, 1, 1, 0.7);
    -moz-box-shadow: 0 10px 45px rgba(1, 1, 1, 0.7);
    -webkit-box-shadow: 0 10px 45px rgba(1, 1, 1, 0.7);
    padding: 20px 20px 5px 20px
}

.place_order .field_item {
    display: inline-block;
    width: 390px;
    margin-bottom: 12px
}

.place_order label {
    width: 90px;
    float: left;
    text-align: right;
    line-height: 38px;
    font-size: 14px;
    margin-right: 10px
}

.place_order .input {
    float: left;
    width: 268px
}

.place_order .input_error {
    float: left;
    width: 290px
}

.place_order .field_item .select2-container {
    max-width: 290px;
    min-width: 290px;
    margin-bottom: 3px
}

.place_order .field_item.urgency .select2-container {
    max-width: 131px;
    min-width: 131px
}

.place_order .spinner_block {
    width: 130px;
    float: left
}

.place_order .ui-spinner {
    width: 130px
}

.place_order .ui-spinner-input {
    width: 30px
}

.words {
    color: #6c6c6c;
    float: left;
    font-size: 13px;
    line-height: 12px;
    text-align: center
}

.place_order .words {
    margin: 7px 0 0 8px
}

.place_order .field_files {
    float: left;
    margin-top: 10px
}

.place_order .button {
    width: 290px;
    float: right;
    margin-top: 1px
}

.place_order_links .button {
    width: 190px
}

.place_order_links .button.red {
    float: left
}

.place_order_links .button.yellow {
    float: left
}

.place_order_links .button.blue {
    float: right
}

.support_button {
    display: block;
    background: #2E7FA4;
    position: fixed;
    z-index: 50;
    left: 0;
    top: 240px;
    text-decoration: none;
    padding: 12px 20px 15px;
    color: #fff;
    z-index: 60;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 1px 20px #C5B8B8;
    -moz-box-shadow: 0 1px 20px #C5B8B8;
    box-shadow: 0 1px 20px #C5B8B8
}

.support_button:hover {
    background: #3890B8
}

.video_guide {
    width: 100%;
    height: 328px
}

.video_guide_title {
    font-size: 36px;
    font-weight: 300;
    margin-top: 28px
}

.video_placeholder {
    background: url(/img/dev/video_placeholder.jpg) top center no-repeat;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden
}

.video_play {
    background: url(/img/dev/play.png) no-repeat;
    cursor: pointer;
    display: block;
    width: 90px;
    height: 90px;
    margin: 106px auto 0
}

.video_placeholder h2 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 28px
}

.video_placeholder p {
    color: #0098e6;
    margin-top: 6px
}

.how_it_works_video h2 {
    text-align: center;
    margin: 15px
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important
}

a {
    color: #0098e6
}

.footer {
    border-top: #cfcfcf 1px solid;
    width: 100%;
    overflow: hidden;
    padding: 23px 0 20px 0;
    margin-top: -1px
}

.footer_container {
    width: 1010px;
    margin: 0 auto;
    overflow: hidden
}

.footer_content {
    float: left;
    width: 675px
}

.footer_menu {
    border-bottom: #d7d4d4 1px solid;
    overflow: hidden;
    padding-bottom: 12px
}

.footer_menu ul {
    list-style: none;
    width: 720px
}

.footer_menu li {
    float: left
}

.footer_menu a {
    color: #717171;
    float: left;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none;
    margin-right: 38px
}

.footer_menu a:hover {
    color: #0098e6
}

.essays_categories {
    overflow: hidden;
    width: 760px;
    margin-top: 9px
}

.essays_categories ul {
    list-style: none;
    float: left;
    margin-right: 76px
}

.essays_categories li {
    overflow: hidden;
    margin-bottom: 5px
}

.essays_categories a {
    color: #2d2d2d;
    font-size: 13px;
    text-decoration: none
}

.social a {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 18px
}

.social span {
    float: left
}

.social a.fb_icon {
    background: url(/img/dev/fb_icon.png) no-repeat;
    background-size: cover
}

.social a.tw_icon {
    backgrounimg/dev/tw_icon.png) no-repeat;
    background-size: cover
}

.social a.google_icon {
    backgrounimg/dev/google_icon.png) no-repeat;
    background-size: cover
}

.social img {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 10;
    width: 40px;
    height: 40px
}

.footer .social {
    padding: 10px 0
}

.footer .social img {
    width: 34px;
    height: 34px
}

.social img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    position: relative;
    z-index: 10
}

.footer_details {
    overflow: hidden;
    margin-top: 25px
}

.footer .social {
    float: left
}

.footer .social a {
    width: 34px;
    height: 34px;
    margin-right: 15px
}

.footer_social a {
    margin-right: 5px;
    text-decoration: none
}

.footer_details .email {
    background: url(/img/dev/email_icon.png) left center no-repeat;
    color: #0098e6;
    font-size: 13px;
    line-height: 34px;
    float: left;
    padding-left: 32px;
    margin: 12px 0 0 60px
}

.footer_details .email:hover {
    text-decoration: none
}

.footer_details .copyright {
    color: #2f2f2f;
    float: left;
    font-size: 13px;
    line-height: 34px;
    margin: 12px 0 0 42px
}

.footer_info {
    width: 278px;
    float: right
}

.accept {
    float: left;
    width: 132px
}

.accept p {
    border-bottom: #d7d4d4 1px solid;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 11px
}

.accept_block {
    margin-top: 12px;
    width: 150px
}

.accept_item {
    background: url(/img/dev/accept_icons.png) no-repeat;
    float: left;
    width: 51px;
    height: 32px;
    margin: 0 19px 13px 0
}

.accept_item.safe_charge {
    background: url(/img/dev/safe_charge.png) center center no-repeat;
    width: 135px;
    height: 50px;
    background-size: 130px
}

.accept_item.maestro {
    background-position: 0 0
}

.accept_item.master {
    background-position: -70px 0
}

.accept_item.visa {
    background-position: 0px -45px
}

.accept_item.paypal {
    background-position: -70px -45px
}

.accept_item.express {
    background-position: 0px -90px
}

.accept_item.discover {
    background-position: -70px -90px
}

.verified {
    float: left;
    width: 132px
}

.verified p {
    border-bottom: #d7d4d4 1px solid;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 11px;
    margin-bottom: 10px
}

.verified_item {
    background: url(/img/dev/verified.png) no-repeat;
    display: block;
    width: 79px;
    height: 42px;
    margin: 0 auto 18px
}

.verified_item.norton {
    background-position: 0 0
}

.verified_item.privacy {
    background-position: 0 -61px
}

.input_error {
    position: relative
}

.input_error .validation_error {
    color: #e72828;
    font-size: 12px;
    position: absolute;
    left: 0px;
    bottom: -15px
}

.pagination {
    text-align: center;
    margin-bottom: 1px
}

.pagination span {
    border: #d6e1e5 1px solid;
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    line-height: 38px;
    margin: 0 -2px;
    position: relative;
    background: #fff
}

.pagination span a {
    color: #02baf2;
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-decoration: none
}

.pagination span.current {
    color: #b2c6cd
}

.pagination .prev {
    background: url(/img/dev/pagination_arrows.png) no-repeat;
    background-position: 10px 0;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    cursor: pointer
}

.pagination .next {
    background: url(/img/dev/pagination_arrows.png) no-repeat;
    background-position: -30px 0;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    cursor: pointer
}

.pagination .prev:hover,
.pagination .next:hover {
    background-color: #e1eef3
}

.pagination .page a:hover {
    background-color: #e1eef3;
    color: #364347
}

.text .photo {
    text-align: center
}

.text>p {
    color: #686868;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 26px
}

.text ul,
.text ol {
    color: #686868;
    margin: 20px
}

.text ol li,
.text ul li {
    margin-bottom: 10px
}

.articles_nav {
    margin: 21px 0 25px 0
}

.articles_nav ul {
    display: table;
    width: 100%;
    height: 36px
}

.articles_nav li {
    border: #a4d0e9 1px solid;
    border-left: none;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.articles_nav li:first-child {
    border-left: #a4d0e9 1px solid
}

.articles_nav li a {
    color: #606369;
    float: left;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-decoration: none
}

.articles_nav li a:hover {
    background-color: #e8f5fc;
    color: #1b70bc
}

.articles .text h3 {
    margin-bottom: 2px
}

.popup_overlay {
    background-color: rgba(5, 2, 13, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    text-align: center;
    display: none;
    overflow-y: scroll;
    overflow-x: hidden
}

.popup_overlay:after {
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
    content: ''
}

.popup {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: relative
}

.notice {
    background-color: #f1fdef;
    border: #cee7cb 1px solid;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    color: #3e3f3f;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    padding: 16px 20px 12px 20px
}

.notice-attention {
    padding-left: 82px;
    position: relative;
    margin-bottom: 20px
}

.notice-attention:before {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 48px;
    background: url(/img/dev/svg/notice-attention1.svg) no-repeat;
    background-size: 20px
}

.notice_resubmit>p {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    max-width: 80%
}

.notice_resubmit .resubmit {
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    margin-left: 5px
}

.notice.warning {
    background-color: #fdf1ef;
    border: #f3a5a5 1px solid
}

.notice.warning p {
    margin-bottom: 4px
}

.notice.caution {
    background-color: #fffde6;
    border: #d7d29d 1px solid;
    text-align: center;
    padding: 7px 20px
}

.notice.caution p {
    color: #988e16
}

.navigation {
    box-shadow: 0px 2px 4px #eaeaea;
    -moz-box-shadow: 0px 2px 4px #eaeaea;
    -webkit-box-shadow: 0px 2px 4px #eaeaea;
    width: 100%
}

.navigation ul {
    display: table;
    list-style: none;
    width: 100%
}

.navigation li {
    background-color: #fff;
    border: #a4d0e9 1px solid;
    border-left: none;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 45px;
    position: relative
}

.navigation a {
    color: #515252;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    text-decoration: none
}

.navigation li:first-child {
    border-left: #a4d0e9 1px solid
}

.navigation li:hover,
.navigation li.active {
    background-color: #e8f5fc
}

.navigation li:hover a,
.navigation li.active a {
    color: #1b70bc
}

.tooltip {
    background: url(/img/dev/tooltip_icon.png) no-repeat;
    display: block;
    cursor: pointer;
    width: 21px;
    height: 21px
}

.cabinet_container {
    background-color: #f9f9f9;
    width: 100%;
    margin-top: 3px;
    float: left;
    clear: both
}

.cabinet_container>.cabinet {
    width: 1000px;
    margin: 0 auto;
    display: table
}

.cabinet_container>.navigation {
    width: 1000px;
    margin: 0 auto;
    display: table
}

.cabinet_wrapper .navigation .nav_current,
.cabinet_container>.navigation .nav_current {
    display: none
}

.field_files_item {
    overflow: hidden;
    margin-bottom: 8px;
    position: relative
}

.field_files_item .file_icon {
    background: url(/img/dev/delete.png) no-repeat;
    float: left;
    width: 13px;
    height: 13px;
    margin-top: 3px;
    position: absolute;
    top: 0px;
    left: 0px
}

.field_files_item .file_name {
    color: #0098e6;
    float: left;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    padding-left: 18px
}

.cabinet_wrapper {
    background-color: #fff;
    box-shadow: 0px 2px 5px #e5e5e5;
    -moz-box-shadow: 0px 2px 5px #e5e5e5;
    -webkit-box-shadow: 0px 2px 5px #e5e5e5;
    margin-top: 14px;
    display: inline-block;
    width: 960px;
    padding: 0 20px;
    margin-bottom: 40px
}

.container .navigation {
    margin-top: 15px
}

.navigation.writers_nav li:nth-child(1) {
    width: 209px
}

.navigation.writers_nav li:nth-child(2) {
    width: 289px
}

.navigation.writers_nav li:nth-child(3) {
    width: 290px
}

.navigation li.order_link:before {
    background: url(/img/dev/email_ico.png) no-repeat;
    content: '';
    width: 17px;
    height: 10px;
    position: absolute;
    top: 19px;
    left: 18px
}

.navigation.customers_nav li:nth-child(1) {
    width: 198px
}

.navigation.customers_nav li:nth-child(2) {
    width: 198px
}

.navigation.customers_nav li:nth-child(3) {
    width: 198px
}

.navigation.customers_nav li:nth-child(4) {
    width: 198px
}

.navigation li.new_order_link a {
    color: #fe7f35;
    font-weight: bold
}

.navigation li.new_order_link.active a {
    color: #1b70bc
}

.navigation.writers_nav_details li.order_link:before {
    left: 10px
}

.navigation.writers_nav_details li.order_link {
    width: 125px;
    text-indent: 10px
}

.writers_nav_details .notify:after {
    right: 12px
}

.order_table {
    border: #d1d1d1 1px solid;
    border-bottom: none
}

.order_table .order_row {
    display: table
}

.order_table .order_thead {
    margin: 0 -1px
}

.order_table .order_thead .order_row>div {
    height: 25px
}

.order_table .order_thead .order_row {
    background-color: #35383c
}

.order_table .order_thead .order_row>div {
    border-right: transparent 1px solid;
    color: #fff;
    font-size: 13px;
    font-weight: normal
}

.order_table .order_thead .order_number {
    padding: 0 10px;
    width: 76px
}

.order_table .order_thead .order_message,
.order_table .order_thead .order_deadline {
    text-align: center
}

.order_table .order_row>div {
    display: table-cell;
    vertical-align: middle;
    height: 66px;
    padding-top: 6px;
    padding-bottom: 6px
}

.order_table .order_tbody .order_row {
    border-bottom: #d1d1d1 1px solid;
    display: table-row
}

.order_table .order_tbody {
    display: table;
    border-collapse: collapse
}

.order_table .order_tbody .order_row>div {
    border-right: #d1d1d1 1px solid
}

.order_table .order_number {
    color: #5b5b5b;
    font-size: 13px;
    width: 94px
}

.order_table .order_tbody .order_number {
    text-align: center
}

.order_table .order_department {
    color: #494949;
    font-weight: bold;
    font-size: 14px;
    width: 210px;
    padding: 0 11px
}

.order_table .order_message {
    color: #5b5b5b;
    width: 239px;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px
}

.order_table .order_answers {
    color: #5b5b5b;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 106px
}

.order_table .order_status {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    width: 115px
}

.order_table .order_status .order_condition.open {
    color: #4fc72a
}

.order_table .order_status .order_condition.close {
    color: #f02828
}

.order_table .order_status .order_condition.in_progress {
    color: #fe782f
}

.order_table .order_updated {
    width: 144px;
    border-right: none !important;
    padding: 0 10px
}

.order_table .order_updated span {
    color: #5b5b5b;
    display: block;
    font-size: 14px
}

.order_table .order_updated p {
    color: #909090;
    display: block;
    font-size: 12px
}

.order_table .order_topic_title {
    color: #5b5b5b;
    font-size: 14px;
    width: 203px;
    padding: 0 10px
}

.order_table .order_type_paper {
    color: #3c3c3c;
    font-size: 14px;
    width: 142px;
    padding: 0 10px
}

.order_table .order_discipline {
    color: #5b5b5b;
    font-size: 14px;
    width: 125px;
    padding: 0 10px
}

.order_table .order_pages {
    color: #5b5b5b;
    font-size: 13px;
    width: 105px;
    text-align: center
}

.order_table .order_deadline {
    width: 115px;
    padding: 0 10px
}

.order_table .order_deadline span {
    color: #5b5b5b;
    display: block;
    font-size: 14px
}

.order_table .order_deadline p {
    color: #909090;
    display: block;
    font-size: 12px
}

.order_table .order_total_bids {
    color: #e8893c;
    font-size: 13px;
    width: 90px;
    border-right: none !important;
    text-align: center
}

.order_table .order_id {
    color: #5b5b5b;
    width: 112px;
    padding: 0 5px;
    font-size: 13px
}

.order_table .order_details {
    width: 160px;
    padding: 0 10px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px
}

.order_table .order_details a {
    color: #0098e6;
    display: inline-block;
    font-size: 13px;
    text-decoration: none
}

.order_table .order_details a:hover {
    text-decoration: underline
}

.order_table .order_details p {
    color: #909090;
    font-size: 12px;
    margin-top: 4px
}

.order_table .order_urgency {
    width: 141px;
    padding: 0 20px
}

.order_table .order_urgency span {
    color: #5b5b5b;
    display: block;
    font-size: 14px
}

.order_table .order_urgency p {
    color: #909090;
    display: block;
    font-size: 12px;
    margin-top: 4px
}

.order_table .order_price {
    color: #4fc72a;
    font-size: 13px;
    font-weight: bold;
    width: 105px;
    text-align: center
}

.order_table .order_paid {
    font-size: 13px;
    font-weight: bold;
    width: 105px;
    text-align: center
}

.order_table .order_paid {
    color: #4fc72a
}

.order_paid_status.refunded {
    color: #f02828
}

.order_table .order_writer {
    border-right: none !important;
    width: 126px;
    text-align: center;
    font-size: 13px
}

.order_table .order_writer b {
    display: block
}

.order_table .order_writer span {
    display: block;
    margin-top: 2px
}

.order_condition.bidding {
    color: #31a8a9
}

.order_condition.canceled {
    color: #f02828
}

.order_condition.closed {
    color: #313131
}

.show_more {
    display: block
}

.show_more a {
    width: 260px;
    margin: 25px auto 30px
}

a.nav_open {
    display: none
}

.mob_nav {
    display: none
}

.dropbtn {
    background-color: #F9F9F9;
    border: none;
    padding-right: 15px
}

.dropdown {
    position: relative;
    display: inline-block
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    min-width: 170px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 50
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px
}

.dropdown-content a:hover {
    background-color: #F9F9F9
}

.dropdown:hover .dropdown-content {
    display: block
}

button.dropbtn:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-left: 3px solid #616161;
    border-bottom: 3px solid #616161;
    position: absolute;
    right: 0;
    top: 5px;
    transform: rotate(-45deg)
}

/* custom style */
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90% !important;
    }
    .container .content {
        width:calc(100% - 430px - 50px);
    }
}

.pl-30 {
    padding-left:30px;
}
.front-addon {
    padding: 10px 24px 8px 12px;
}