/*.lazy:not([data-was-processed]) {
    background-image: none !important;
}*/
.select-wrapper.valid>input.select-dropdown, input.valid:not([type]), input.valid:not([type]):focus, input[type=date].valid:not(.browser-default), input[type=date].valid:not(.browser-default):focus, input[type=datetime-local].valid:not(.browser-default), input[type=datetime-local].valid:not(.browser-default):focus, input[type=datetime].valid:not(.browser-default), input[type=datetime].valid:not(.browser-default):focus, input[type=email].valid:not(.browser-default), input[type=email].valid:not(.browser-default):focus, input[type=number].valid:not(.browser-default), input[type=number].valid:not(.browser-default):focus, input[type=password].valid:not(.browser-default), input[type=password].valid:not(.browser-default):focus, input[type=search].valid:not(.browser-default), input[type=search].valid:not(.browser-default):focus, input[type=tel].valid:not(.browser-default), input[type=tel].valid:not(.browser-default):focus, input[type=text].valid:not(.browser-default), input[type=text].valid:not(.browser-default):focus, input[type=time].valid:not(.browser-default), input[type=time].valid:not(.browser-default):focus, input[type=url].valid:not(.browser-default), input[type=url].valid:not(.browser-default):focus, textarea.materialize-textarea.valid, textarea.materialize-textarea.valid:focus {
    border-bottom: 1px solid #373737;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.essay-component input[type="text"], .essay-component input[type="email"], .essay-component input[type="password"], .essay-component input[type="file"], .essay-component textarea, .essay-component select, .essay-component .pm-input input, .essay-component .multiinput{
    height: 43px;
    line-height: 43px;
}
.dropdown-content li{
    min-height: 44px;
}
.ae-order-resume .essay-component .caret,
.ae-order-resume .essay-component .select-dropdown{
    display: none!important;
}
/*.select-wrapper .caret{*/
/*    display: none!important;*/
/*}*/
.dropdown-content li>a, .dropdown-content li>span {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    line-height: 16px;
    text-transform: Capitalize;
    display: block;
    text-align: left;
    padding: 7px 10px;
}
.order-preview .buttons-panel .button.back-b{
    background: #f2f2f2;
    color: #333;
}
.essay-order-details .list > li i:before{
    position: static!important;
    margin: 0 5px 0 0!important;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
}
main .number-field.form-slim input{
    text-align: center;
}
main .number-field.form-slim{
    position: relative;
    display: block;
}
main .number-field.form-slim .plus:before{
    content: '+';
    font-size: 25px;
    line-height: 43px;
}
main .number-field.form-slim .plus{
    position: absolute;
    right: 0;
    top: 0;
    width: 43px;
    height: 47px;
    text-align: center;
    line-height: 43px;
}
main .number-field.form-slim .minus:before{
    content: '-';
    font-size: 25px;
    line-height: 43px;
}
main .number-field.form-slim .minus{
    position: absolute;
    left: 0;
    top: 0;
    width: 43px;
    height: 47px;
    text-align: center;
    line-height: 43px;
}
@media all and (max-width: 414px) {
    main .number-field.form-slim .minus,
    main .number-field.form-slim .plus {
        height: 44px;
    }
}
body .orders-sidebar .mini-login-wrapper.essay-component,
body .orders-sidebar .user-area-wrapper.essay-component{
    padding: 20px;
}
header .header-calc {
    position: relative;
    margin-top: 45px;
    z-index: 6;
}
header .header-calc:before{
    content: '';
    width: 78px;
    height: 61px;
    background-color: #ffd630;
    position: absolute;
    z-index: 1;
    left: -15px;
    top: -15px;
}
body .select-wrapper span.caret{
    z-index: 100;
    right: 10px;
}
header .header-calc-wrapper{
    display: flex;
    height: 109px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    z-index: 2;
    width: 80%;
    align-items: center;
    position: relative;
}
header .header-calc-wrapper .header-calc-item{
    width: 18.33%;
    padding: 0 7px 0 23px;
    position: relative;
}
header .header-calc-wrapper .header-calc-item:nth-last-child(2):after,
header .header-calc-wrapper .header-calc-item:last-child:after {
    display: none;
}
header .header-calc-wrapper .header-calc-item:after {
    display: inline-block;
    content: "";
    width: 1px;
    height: 65px;
    top: calc(50% - 33px);
    right: -6px;
    background: #a7a7a7;
    position: absolute;

}
header .header-calc-wrapper .header-calc-item:first-child{
    width: 22%;
}
header .header-calc-wrapper .header-calc-item label{
    color: #373737;
    font-family: "Helvetica Neue Cyr - roman";
    font-size: 16px;
    line-height: 19px;
    opacity: 0.8
}
header .header-calc-wrapper .header-calc-item .number-field span{
    padding-top: 0!important;
    height: 20px!important;
}
header .header-calc-wrapper .header-calc-item .number-field .select-pages{
    height: 20px;
    margin-bottom: 10px;
}
header .header-calc-wrapper .header-calc-item .select-wrapper input.select-pages,
header .header-calc-wrapper .header-calc-item .select-wrapper input.select-dropdown{
    border: none;
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-transform: Capitalize;
    padding-right: 20px;
    box-sizing: border-box;
    height: 28px;
    margin-bottom: 3px;
}
header .select-wrapper .caret {
    position: absolute;
    top: 1px;
    font-size: 10px;
}
header .header-calc-wrapper .header-calc-item input.select-pages{
    text-align: center;
    border-bottom: none;
}
.mini-custome-order .number-field,
header .header-calc-wrapper .header-calc-item .number-field{
    position: relative;
}
header .header-calc-wrapper .header-calc-item .number-field span{
    position: absolute;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 10px;
}
header .header-calc-wrapper .header-calc-item .number-field span.p{
    right: 0;
}
header .header-calc-wrapper .header-calc-item .sidebar-total {
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 4px;
    height: 28px;
    margin-bottom: 3px;
    line-height: 19px;
    display: block;
}
header .header-calc-wrapper .header-calc-item input[type="submit"]{
    height: 109px;
    box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
    background-color: #0bdc95;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 700;
    line-height: 15.33px;
    text-transform: uppercase;
    border: none;
    width: 107%;
    transition: 0.4s;
}
header .header-calc-wrapper .header-calc-item input[type="submit"]:hover{
    cursor: pointer;
    background-color: #0ba36f;
    transition: 0.4s;
}
header .select-wrapper span.caret::before{
    display: none;
}
header .select-wrapper input.select-dropdown:hover, header input[type="text"]:hover, header input[type="email"]:hover, header input[type="password"]:hover, header select:hover, header textarea:hover {
    box-shadow: none;
    border: 1px solid #d9dadb;
    background-color: #fff;
}
header .number-field > input[type="text"]:hover, header .number-field > input[type="text"]:focus:not([readonly]) {
    border: none;
    background-color: transparent;
}
main .essay-custom-calculator-wrapper .price-list .price-item {
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: 30px 50% ;
}
main .essay-custom-calculator-wrapper .price-list .price-item.active{
    border-color: #4fc3f7;
    background-color: rgba(79, 195, 247, 0.09);
}
main .essay-component.essay-custom-calculator-wrapper .currency input[type="button"] {
    height: 45px;
    border-color: #4fc3f7;
    background-color: rgba(79, 195, 247, 0.09);
}
main .essay-component.essay-custom-calculator-wrapper .currency input[type="button"].active{
    border-color: #4fc3f7;
    color: #fff;
    background: #4fc3f7;
}
main .essay-custom-calculator-wrapper .text-color-1 {
    color: #4fc3f7;
}
main .essay-custom-calculator-wrapper input[type="submit"] {
    height: 60px;
    width: 100%;
    display: inline-block;
    font-family: "Helvetica Neue Cyr - Roman";
    background: #0bdc95;
    border: 1px solid #0bdc95;
    color: #fff;
    box-shadow: 0 4px 0 0 #0ba36f;
    position: relative;
    top:-5px;
    transition: 0.4s;
}
main .essay-custom-calculator-wrapper input[type="submit"]:hover{
    top:0px;
    box-shadow: none;
    transition: 0.4s;
}
main .essay-custom-calculator-wrapper .button-primary-1-o{
    color: #4fc3f7;
}

main .orders-sidebar{
    position: relative;
}
main .orders-sidebar .sidebar-title{
    display: block;
    color: #0a2c3b;
    font-family: "Abril Fatface";
    margin-top: 50px;
    font-size: 25px;
    background: #fff;
    padding: 10px;
    position: relative;
    z-index: 2;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
main .orders-sidebar:before{
    content: '';
    width: 78px;
    height: 61px;
    background-color: #0bdc95;
    position: absolute;
    z-index: 1;
    right: -15px;
    top: -15px;
}
main .orders-sidebar .mini-wrapper .header span {
    display: block;
    padding: 10px 0;
    font-size: 18px;
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
}
main .orders-sidebar .user-area-wrapper .info-list {
    padding: 5px 0px;
}
main .orders-sidebar .user-area-wrapper .info-list li span{
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
}
main .orders-sidebar .user-area-wrapper .menu-list li a,
main .orders-sidebar .user-area-wrapper .info-list li b{
    font-family: "Helvetica Neue Cyr - Roman";
}
main .orders-sidebar .user-area-wrapper .menu-list li a{
    position: relative;
    padding: 15px 25px 15px 35px;
}
main .orders-sidebar .user-area-wrapper .menu-list li a i{
    display: none;
}
main .orders-sidebar .user-area-wrapper .menu-list li a:before{
    content: '\f007';
    font-family: FontAwesome;
    position: absolute;
    left: 8px;
    color: #4fc3f7;
}
main .orders-sidebar .user-area-wrapper .menu-list li:nth-child(2) a:before{
    content: '\f022';
}
main .orders-sidebar .user-area-wrapper .menu-list li:nth-child(3) a:before{
    content: '\f295';
}
main .orders-sidebar .user-area-wrapper .menu-list li:nth-child(4) a:before{
    content: '\f08b';
}
main .orders-sidebar .user-area-wrapper .menu-list li a:hover{
    background-color: transparent;
    border-top: solid #0bdc95 1px;
}
main .orders-sidebar .user-area-wrapper .menu-list li a:hover:before{
    color: #0bdc95;
}
main .orders-sidebar .user-area-wrapper .menu-list li {
    border-top: none;
    margin-bottom: 0;
}
main .orders-sidebar .user-area-wrapper .menu-list li a{
    border-top: solid #4fc3f7 1px;
}
main .vip-services-list .wrapper {
    border: 1px solid #fed94d;
    background-position: 50% 30px;
    background-size: 15px;
    background-repeat: no-repeat;
}
[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:after {
    background-color: #4fc3f7;
}

[type="radio"]:checked+label:after, [type="radio"].with-gap:checked+label:before, [type="radio"].with-gap:checked+label:after {
    border: 2px solid #4fc3f7;
}
main .services-package .wrapper {
    border: 1px solid #fed94d;
}
.essay-component .ws-vip-services .new-vip:before{
    display: none;
}
main .vip-services-list .wrapper.checked {
    background-color: rgba(10, 44, 59, 0.1);
}
main .essay-component .ws-vip-services .new-vip .wrapper:before {
    top: 23px;
    right: 10px;
    font-size: 15px;
    background: #ffd630;
    padding: 4px 11px;
}
main .essay-component .ws-vip-services .vip-services-list label p.price-wrapper{
    color: #0a2c3b;
    font-family: "Abril Fatface";
}
main .order-form-wrapper .material-hint > i:after {
    border: solid #4fc3f7 1px;
    color: #fff;
    background: #4fc3f7;
}
main .mini-wrapper form label {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 600;
    font-size: 14px;
}
main .mini-wrapper input[type="submit"] {
    background: #4fc3f7;
    font-family: "Helvetica Neue Cyr - Roman";
}
main .ae-sidebar-login .mini-wrapper input[type="submit"] {
    width: 100%;
}
main .mini-wrapper .links-list li a {
    border-bottom: none;
    text-decoration: none;
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
}
main .mini-wrapper .links-list li {
    background: none;
    padding: 0;
}
main .orders-sidebar ul{
    padding-left: 0;
}
main .orders-sidebar ul li{
    list-style: none;
}
main .bg-color-1.bg-lighten-3 {
    background-color: transparent;
}
main .essay-order-form .step b.header.text-color-1 {
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    background-color: #fff;
    padding: 0px 0 20px;
}

main .page-content-wrapper .essay-component ul li {
    list-style: none;
}
main .essay-component .ws-vip-services .material-hint > i {
    line-height: 15px;
}
main .order-form-wrapper .total-price {
    color: #0a2c3b;
    font-family: "Abril Fatface";
}
main .order-form-wrapper .total-price b{
    color: #4fc3f7;
}
main .order-form-wrapper .order-submit {
    border: 1px solid #4fc3f7;
    background: #4fc3f7;
    color: #fff;
    margin: 10px 0;
    border-radius: 0;
}
main .essay-custom-calculator-wrapper.essay-calculator.essay-component .select-wrapper input.select-dropdown{
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    border: 1px solid #d1d1d1;
    background-color: #fbfbfb;
    width: -webkit-fill-available;
}
main .essay-custom-calculator-wrapper.essay-calculator.essay-component .select-wrapper .dropdown-content{
    padding: 0;
}
main .number-field.form-slim .plus, main .number-field.form-slim .minus {
    background: #efefef;
}
main .essay-custom-calculator-wrapper.essay-calculator.essay-component input.form-control {
    border: none;
    background: none;
    border-bottom: 1px solid;
}
main [type="checkbox"].filled-in:checked+label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #4fc3f7;
    background-color: #4fc3f7;
    z-index: 0;
}
main .login-component label {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
    font-weight: 300;
}
main .essay-order-preview .button-primary-1-o,
main .essay-order-preview .button-primary-1,
main .profile-wrapper .button-primary-1-o,
main .essay-component .submit-b,
main .essay-component.login-component .submit-b {
    background: #0bdc95;
    color: #fff;
    padding: 0px 35px;
    border-radius: 3px;
    font-weight: 300;
    box-shadow: 0 4px 0 0 #0ba36f;
    transition: 0.4s;
    position: relative;
    top: -5px;
    margin: 0 15px 15px 0;
    font-family: "Helvetica Neue Cyr - Roman";
    height: 43px;
    line-height: 43px;
    border: none;
    display: inline-block;
}
main .essay-component .submit-b {
    width: 258px;
}
main .essay-order-preview .button-primary-1-o:hover,
main .essay-order-preview .button-primary-1:hover,
main .profile-wrapper .button-primary-1-o:hover,
main .essay-component .submit-b:hover,
main .essay-component.login-component .submit-b:hover {
    box-shadow: none;
    transition: 0.4s;
    top: 0px;
}
main .profile-wrapper .button-primary-1-o{
    background: #fff;
    color: #0bdc95;
}
main .login-component .buttons-panel li a {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
    font-weight: 300;
    border-bottom: none;
}
main .profile-wrapper .data-table {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
}
main .profile-wrapper .data-table .row .col:nth-child(2) {
    color: #373737;
    font-weight: 600;
}
main .profile-form-wrapper label{
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
}
main .affiliate-program-wrapper.essay-component .header {
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 700;
    color: #0bdc95;
    margin: 0 0 15px;
}
main .affiliate-program-wrapper .separator{
    display: none;
}
main .affiliate-program-wrapper .information-list h6 {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 20px;
}
main .affiliate-program-wrapper .information-list ul li,
main .affiliate-program-wrapper .information-list ol li,
main .affiliate-program-wrapper .information-list p {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 14px;
    margin-bottom: 15px;
}
/*main .page-content-wrapper .affiliate-program-wrapper.essay-component ul li {*/
    /*list-style: square;*/
/*}*/
main .essay-component .info-message {
    font-family: "Helvetica Neue Cyr - Roman";
}
main .order-preview .header,
main .contact-header {
    color: #0a2c3b;
    font-size: 21px;
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 700;
}
main .essay-contact-form label{
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
}
main .essay-component {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 14px;
}
main .essay-contact-form{
    padding: 20px 0;
}
body .order-preview .row:nth-child(odd) > .col:nth-child(2), body .payments-wrapper .info-data .row .col:nth-child(2){
    word-break: break-word;
}
main .order-preview .row:nth-child(odd) > .col:nth-child(1) {
    background-color: #f2f9fe;
    font-weight: 700;
}
main .order-preview .row:nth-child(odd) {
    background-color: #f2f9fe;
}

main .essay-orders h4 {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}
main .essay-orders .line-sep.bg-color-1{
    display: none;
}
main .essay-orders .orders .pay-now-b {
    background: #0bdc95;
    color: #fff;
    padding: 0px 25px;
    border-radius: 3px;
    font-weight: 300;
    box-shadow: 0 4px 0 0 #0ba36f;
    transition: 0.4s;
    position: relative;
    top: -5px;
    font-family: "Helvetica Neue Cyr - Roman";
}
main .essay-orders .orders .pay-now-b:hover{
    box-shadow: none;
    transition: 0.4s;
    position: relative;
    top: 0px;
}
main .essay-orders .links-list > li > a:after{
    color: #039be5;
}
main .page-content-wrapper ul.links-list ul {
    margin: 0;
    padding: 0;
}
main .essay-order-details .actions-list > li, main .essay-order-details .actions-list > li a,
main .essay-order-details .nav-list > li, main .essay-order-details .nav-list > li a {
    all: unset;
}
main .essay-order-details .line-sep{
    display: none;
}
main .order-details-head ul.list {
    display: flex;
    justify-content: space-around;
}
main .order-details-head ul.list li{
    background: transparent;
    border: 1px solid #039be5;
    color: #039be5;
    padding: 0px 15px;
    border-radius: 3px;
    font-weight: 300;
    box-shadow: 0 4px 0 0 #037dbb;
    transition: 0.4s;
    position: relative;
    top: -5px;
    font-family: "Helvetica Neue Cyr - Roman";
    margin: 5px !important;
    display: inline-block;
    width: 200px !important;
    padding: 10px 0 !important;
    text-align: center;
}
main .order-details-head ul.list li.pay-now-item{
    background: #0bdc95;
    border: 1px solid #0bdc95;
    color: #fff;
    box-shadow: 0 4px 0 0 #0ba36f;
}
main .order-details-head ul.list li.selected{
    background: #039be5;
}
main .tabs-component.essay-order-details .component-tab-content .order-details-head ul.list li form,
main .tabs-component.essay-order-details .component-tab-content .order-details-head ul.list li a{
    padding: 10px 0!important;
    display: block;
    cursor: pointer;
}
main .tabs-component .order-details-head ul.list li{
    padding: 0!important;
}
body .featherlight-content form .button {
    background: #0bdc95;
    border: 1px solid #0bdc95;
    color: #fff;
    box-shadow: 0 4px 0 0 #0ba36f;
    position: relative;
    top: 0px;
    font-family: "Helvetica Neue Cyr - Roman";
    transition: 0.4s;
    padding: 0 20px!important;
    line-height: 43px;
    height: 43px;
    text-align: center;

}
body .featherlight-content form .button:hover{
    top:0;
    transition: 0.4s;
    box-shadow: none;
}
body .featherlight-content .header {
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 700;
    text-align: center;
}
body .feedback-button:before{
    font-family: 'Material Icons';
    content: "\e61d";
    font-size: 25px;
}
body .feedback-button{
    background-image: none;
    width: 53px;
    height: 53px;
    border: 4px solid #c9f2de;
    background: #0ad48f;
    text-align: center;
    line-height: 50px;
    display: block;
    transform: rotate(47deg);
}
body .featherlight .essay-feedback-form form input[type="text"], body .featherlight .essay-feedback-form form input[type="submit"]{
    border-radius:0;
}
body .featherlight .essay-feedback-form .header {
    color: #0a2c3b;
    font-family: "Abril Fatface";
}
body .featherlight .essay-feedback-form form .phone-panel input {
    border-radius:0;
}
body .featherlight .essay-feedback-form .advice .note .question {
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 300;
}
body .featherlight .essay-feedback-form .advice .note .callback-hint{
    font-family: "Helvetica Neue Cyr - Roman";
}
body .featherlight .essay-feedback-form form .phone-panel input[type='submit'] {
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    font-family: "Helvetica Neue Cyr - Roman";
}
body .featherlight .essay-component.essay-feedback-form .triangle{
    display: none;
}
body .essay-component .accept-div{
    margin-bottom: 20px;
}
body .essay-component .ws-vip-services .vip-services-list .new-vip .bg-lighten-3.wrapper.bg-color-1{
    background: #fff7e7de;
}
body main .essay-order-form .step .on-disabled-button-click-text{
    margin-bottom: 15px;
    display: inline-block;
}
body main .essay-orders .orders .order-item{
    padding: 10px!important;
}
body .essay-order-details .actions-list > li.leave-feedback-item i{
    color: #ffc845;
}
body .request-revision-form-wrapper .bottom-row .wrap-order-submit{
    margin-top: 20px;
}
body .request-revision-form-wrapper .input-field .btn:focus,
body .request-revision-form-wrapper .input-field .btn:hover,
body .request-revision-form-wrapper .input-field .btn{
    background-color: #039be5;
}
body .mini-custome-order form{
    text-align: left;
}
body .mini-custome-order{
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    text-align: center;
    border-top: 5px solid #4fc3f7;
    padding: 25px 30px 35px;
    margin: 20px auto;
}
body .ae-miniorder-custom.authorized .mini-custome-order .price-checkbox p,body .ae-miniorder-custom.authorized .mini-custome-order .mini-order-first-price, body .ae-miniorder-custom.authorized .mini-custome-order .price-checkbox:not(.on) .mini-order-total-price{
    display:none;
}
body .ae-miniorder-custom.authorized .mini-custome-order .price-checkbox .flat-button {
    margin-top: 58px;
}
body .ae-miniorder-custom.authorized .mini-custome-order .price-checkbox.on .mini-order-total-price{
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
    text-decoration:none;
}
body .mini-custome-order .price-checkbox p{
    font-size: 14px;
    line-height: 20px;
    color: #373737;
    font-weight: 300;
    margin: 30px auto 0;
    font-family: 'Helvetica Neue Cyr - Roman';
    text-transform: none;
    display: block;
    vertical-align: middle;
    position: relative;
    width: fit-content;
    z-index:1;
}
body .mini-custome-order .price-checkbox p .checkmark{
    background-color: #d9d9d9;
    position: absolute;
    top: 3px;
    left: 0;
    height: 15px;
    width: 15px;
    z-index: -1;
    border-radius: 2px;
}
body .mini-custome-order .price-checkbox.on p .checkmark{
    background-color: #4fc3f7;
}
body .mini-custome-order .price-checkbox.on p .checkmark:after{
    content: "";
    position: absolute;
    display: block;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
body .mini-custome-order .price-checkbox p input{
    position: relative;
    margin-right: 10px;
    pointer-events: all;
}
body .mini-custome-order .price-checkbox p b{
    color: #0bdc95;
    font-size: 16px;
}
body .mini-custome-order .price-checkbox .flat-button{
    margin-top:10px;
}
body .mini-custome-order b.header:before{
    content: "";
    background: url("/wp-content/themes/topwritingservice/images/calculator--icon.svg");
    width: 18px;
    height: 18px;
    margin-right: 10px;
    display: inline-block;
}
body .mini-custome-order b.header{
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    width: auto;
    margin: 0 auto;
}
body .mini-custome-order label{
    color: #616161;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 25px;
    opacity: 0.702;
}
body .mini-custome-order .total_prices{
    color: #ffffff;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 300;
    margin: 0;
    opacity:1;
}
body .mini-custome-order .number-field span.p{
    position: absolute;
    right: 0;
    bottom: calc(50% - 17px);
}
body .mini-custome-order .number-field span.m{
    position: absolute;
    left: 0;
    bottom: calc(50% - 17px);
}
body .mini-custome-order .number-field span i{
    line-height: 34px;
    display: block;
    text-align: center;
}
body .mini-custome-order .number-field span{
    height: 34px;
    width: 34px;
    display: block;
    background-color: #efefef;
}
body .mini-custome-order .flat-button{
    background-color: #0bdc95;
    padding: 0;
    line-height: 45px;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 500;
    border: none;
    margin: 60px auto 0 auto;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
body .mini-custome-order .mini-order-first-price,body .mini-custome-order .price-checkbox:not(.on) .mini-order-total-price{
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 5px;
}
body .mini-custome-order .price-checkbox:not(.on) .mini-order-first-price{
    display:none;
}
body .mini-custome-order .price-checkbox.on .mini-order-total-price{
    text-decoration: line-through;
    font-size:14px;
}
body .mini-custome-order .number-field .select-pages{
    border-right: 0;
    border-left: 0;
    border-top: 0;
    width: calc(100% - 94px);
    margin: 0 auto;
    display: block;
    text-align: center;
}
body .mini-custome-order .currency input.active,
body .mini-custome-order .currency input:focus,
body .mini-custome-order .currency input:hover{
    background-color: #ffc845;
    color: #000000;
}
body .mini-custome-order .currency input{
    width: 25%!important;
    border: 1px solid #d1d1d1;
    background-color: #fbfbfb;
    height: 47px;
    text-align: center;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 400;
    line-height: 27.81px;
    text-transform: uppercase;
    padding: 0;
    box-sizing: border-box;
}
body .essay-component .currency input[type="button"]:not(:last-child){
    border-right: 1px solid #d1d1d1!important;
}
body .essay-order-view-details .component-tab-content .list.nav-list > li.messages-item > a,
body .essay-order-view-details .component-tab-content .list.nav-list > li.files-item > a,
body .essay-order-view-details .component-tab-content .list.nav-list > li.details-item > a,
body .essay-order-view-details .component-tab-content .list.actions-list > li.additional-order-item form > a,
body .essay-order-view-details .component-tab-content .list.actions-list > li.extend-deadline-item > a,
body .essay-order-view-details .component-tab-content .list.actions-list > li.pay-now-item > a{
    border: none;
    padding: 0!important;
}
body .essay-order-view-details .component-tab-content .list.actions-list > li.pay-now-item > a{
    background: none!important;
}
body .mini-wrapper .top-dd-wrapper .top-label .ava{
    display: none!important;
}
body .mini-wrapper .top-dd-wrapper .top-label{
    padding: 0;
}
body .orders .mini-wrapper .top-dd-wrapper .top-label a span:before{
    content: "Account";
    font-size: 14px;
}
body .mini-wrapper .top-dd-wrapper .top-label a span{
    font-size: 0;
}
body .login .mini-wrapper .top-dd-wrapper .top-label a span{
    font-size: 14px;
    background: none;

}
body .login .user-area-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a span {
    font-size: 0;
}
@media(min-width:601px){
    body .login .user-area-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a span:before {
        content: "Account";
        font-size: 14px;
    }
}
body .login .mini-wrapper{
    vertical-align: middle;
    line-height: 1;
}
.mob_menu .drop-down-content{
    left: auto;
    right: 20px;
}
.mini-wrapper.top-login-wrapper .default-form .submit-b{
    box-sizing: border-box;
    height: 55px;
    background-color: #0bdc95;
    color: #ffffff;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border: none;
}
.component-tabs-controls li:before{
    display: none!important;
}
body .essay-component ul li:before{
    display: none!important;
}
.mini-wrapper.user-area-wrapper.top-user-area-wrapper .drop-down-content .menu-list > li > a{
    display: block;
}
.mini-wrapper .top-dd-wrapper .top-label a span{
    background: none!important;
}
.order-form-wrapper .bookmark-row .wrapper p span:nth-child(2):after{
    content: "/";
    margin-left: 15px;
}
.order-form-wrapper .bookmark-row .wrapper p span{
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 300;
    line-height: 20px;
    color: #595959!important;
    font-size: 18px;
    background-image: none!important;
    border: none!important;
}
.order-form-wrapper .bookmark-row .wrapper p b{
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 700;
    line-height: 20px;
    color: #595959;
    font-size: 18px;
}
.order-form-wrapper .bookmark-row .wrapper{
    border: none!important;
    border-left: 2px solid #0bdc95!important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff url(/wp-content/themes/topwritingservice/images/g_e.svg)no-repeat 11% 14px;
    padding: 30px 50px 30px 150px!important;
    border-radius: 0!important;
}
@media all and (max-width: 1585px) {
    .order-form-wrapper .bookmark-row .wrapper {
        padding: 30px 50px 30px 210px!important;
    }
}
.order-form-wrapper .bookmark-row .wrapper p.for-small{
    font-family: "Abril Fatface";
    font-weight: 500;
}
body .order-form-wrapper label small{
    font-size: 11px;
}
.order-form-wrapper .bookmark-row .wrapper p.for-large{
    font-size: 0;
}
body .featherlight .featherlight-content .essay-component{
    margin: 25px!important;
    width: calc(100% - 50px);
}
body .lifetime-wrapper.lifetime-view-wrapper{
    padding: 20px;
    margin-bottom: 20px;
}
body .lifetime-wrapper .left-pages-to-get{
    margin-top: 0;
}
body .lifetime-wrapper .lifetime .lifetime-line .lifetime-line-status{
    background: #0bdc95;
}
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover{
    border-color: #039be5;
}
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.pages,
body .lifetime-wrapper .lifetime .lifetime-line,
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section:hover span.percent,
body .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section span.percent:hover{
    color: #039be5;
}
body .user-area-wrapper .info-list li.additional-field-name{
    display: block;
}
body .user-area-wrapper .info-list li.additional-field-name b a{
    color: #004270;
    font-weight: 600;
    font-size: 14px;
}
.mini-wrapper .drop-down-content{
    text-align: left;
}
.close_burg span{
    font-size: 25px;
    transform: rotate(45deg);
    display: block;
    line-height: 1;
}
.close_burg{
    float: right;
    margin: -20px -15px 0
}
.feedback-point{
    bottom: 170px!important;
    width: 53px;
    height: 53px;
}
.select-wrapper ul.dropdown-content{
    padding-left: 0;
}
.featherlight-content #progressiveDelivery .yes,
.featherlight-content #progressiveDelivery .no{
    border: none;
    background: #0bdc95;
    padding: 10px 20px;
    color: white;
}

body .featherlight-content .popup-component .bottom-row{
    text-align: right;
}
body .request-revision-form-wrapper.popup-component .bottom-row{
    text-align: left;
}
body .tabs-component .component-tabs-controls > li.selected > a:hover,
body .tabs-component .component-tabs-controls > li.selected > a{
    border: 2px solid #0bdc95;
    border-radius: 5px;
}
body .tabs-component .component-tabs-controls > li > a:hover{
    border: 2px solid #0bdc95;
    border-radius: 5px;
}
body .tabs-component .component-tabs-controls > li > a{
    border: 2px solid #e7e7e7;
    border-radius: 5px;

}
body .global-cookie{
    display: none;
}
body .global-cookie#cookieBox{
    display: block;
}
body .cookie-policy-block {
    z-index: 1000;
}
body .cookie-policy-block .text-col{
    background: none;
    padding: 0;
}
body .cookie-policy-block .read-more{
    line-height: 30px;
    display: block;
    font-size: 12px;
    text-decoration: underline;
    color: #3fb9ff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 9px;
}
body .global-cookie .cookie-policy-block p b{
    display: inline-block;
    margin: 0;
    color: #ff8400;
    text-transform: uppercase;
}
body .global-cookie .cookie-policy-block p{
    font-size: 13px;
    line-height: 19px;
    color: #16485e;
}
body .global-cookie .cookie-policy-block{
    z-index: 999;
    max-width: 410px;
    top: auto!important;
    box-shadow: -12px 13px 17px rgba(0, 0, 0, 0.06);
    bottom: 125px;
    left: 10px;
    background-size: 32%;
    background-position: 100% 100%;
    padding: 10px 20px;
    background: white;
}
body .cookie-policy-block .button{
    background: #0bdc95;
    padding: 3px 0;
    display: inline-block;
    width: 64px;
    margin: 40px 0 0 20px;
    border-radius: 5px;
    position: static;
    background-color: #0bdc95;
}
body .affiliate-program-wrapper .progress{
    margin-bottom: 0;
    box-shadow: none;
}
body .affiliate-program-wrapper .side .case .case-title{
    background: #fff7e7de;
}
body .affiliate-program-wrapper .side .case .case-content .affiliate-button:focus,
body .affiliate-program-wrapper .side .case .case-content .affiliate-button:hover{
    box-shadow: none;
    transition: 0.4s;
    top: 0px;
    opacity: 0.8;
}
body .affiliate-program-wrapper .side .case .case-content .affiliate-button{
    background: #0bdc95;
    color: #fff;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: 300;
    transition: 0.4s;
    position: relative;
    top: -5px;
    margin: 0 15px 15px 0;
    font-family: "Helvetica Neue Cyr - Roman";
    height: 43px;
    line-height: 43px;
    border: none;
    display: inline-block;
}
.affiliate-program-wrapper .side .case .case-content .referral-link{
    background-color: #fbfbfb!important;
    color: #322d3a!important;
    box-sizing: border-box;
    font-size: 14px;
    font-family: 'Open Sans', Arial;
}
body .affiliate-program-wrapper .referral-banner .row-1 .title,
body #referral-account .referral-banner .row-1 .title{
    color: #373737;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
    width: calc(99% - 75px);
    box-sizing: border-box;
    height: auto;
}
body .affiliate-program-wrapper .referral-banner .row-1 .icon-remind-friends{
    background-image: url("/wp-content/themes/topwritingservice/images/step 1.svg");
    background-color: white;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
body .affiliate-program-wrapper .referral-banner .row-1 .icon-place-order{
    background-image: url("/wp-content/themes/topwritingservice/images/step 2.svg");
    background-color: white;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
body .affiliate-program-wrapper .referral-banner .row-1 .icon-earn-money{
    background-image: url("/wp-content/themes/topwritingservice/images/step 3.svg");
    background-color: white;
    position: static;
    display: inline-block;
    vertical-align: middle;
}
body .affiliate-program-wrapper .referral-banner .row-1{
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #f5f5f5;
    width: 28%;
    text-align: left;
}
body .affiliate-program-wrapper .referral-banner .row-1.center{
    margin-left: 8%;
}
body .affiliate-program-wrapper .referral-banner .row-1.left .title {
    text-align: center;
    padding: 0;
}
body .affiliate-program-wrapper .referral-banner .row-1.left:after,
body .affiliate-program-wrapper .referral-banner .row-1.center:after{
    top: 28px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #ffe26f;
    border-right: 2px solid #ffe26f;
    background-color: inherit;
    box-shadow: none;
    border-bottom: none;
    border-left: 0;
    background: none;
    transform: rotate(45deg);
    right: -16%;
}
body .affiliate-program-short-wrapper .to-earning a,
body .affiliate-program-wrapper .side .case .case-content .save-button.print-button{
    border: 1px solid #fed94d;
    background-color: #fed94d;
}
.affiliate-program-short-wrapper .to-earning a{
    display: block;
}
.affiliate-program-wrapper .affiliate-status{
    height: 55px;
    margin: 20px 0;
}
.affiliate-program-wrapper .affiliate-status .earnings{
    margin-top: 10px;
}
.ae-top-login.log-btn.orders .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar{
    width: 5px;
    height: 8px;
    background-color: #f2f2f2;
}
.ae-top-login.log-btn.orders .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content::-webkit-scrollbar-thumb{
    background: #0bdc95;
}
.ae-top-login.log-btn.orders .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content{
    overflow-y: scroll;

}
.ae-order-resume .order-form-wrapper .essay-order-form .ws-types .package,
.ae-order-resume .order-form-wrapper .essay-order-form .ws-types .single{
    border-bottom: 1px solid #4fc3f7;
}
.ae-order-resume .order-form-wrapper .input-button span {
    margin-top: -65px;
    padding: 11px;
}
.ae-order .order-form-wrapper .input-button.add-writer-input span {
    margin-top: -45.5px;
}
body .mini-custome-order.custom_resume_order .flat-button{
    display: inline-block!important;
}
.custom_resume_order .mini-orderResume-total-price .total_prices{
    margin-top: 41px;
}
.custom_resume_order .mini-orderResume-total-price{
    margin: 0 7px;
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.affiliate-program-wrapper{
    padding: 0;
}
body .order-form-wrapper .resume .resume-services .discount{
    color: #4fc3f7!important;
}
main .order-form-wrapper .wrap-order-submit .col{
    width: 100%!important;
    text-align: center;
    padding: 0 0 20px 0;
}
.essay-component.mini-wrapper .default-form label.error{
    margin-top: -15px;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .special-label .label-vip-package span{
    display: inline-block;
}
body .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .special-label .label-vip-package {
    position: static!important;
    width: auto!important;
    height: auto;
    transform: none;
    line-height: 1;
    z-index: 0;
    padding: 6px 0;
}
body .essay-feedback-form{
    padding-bottom: 0;
}
body .essay-feedback-form form{
    overflow: hidden;
}
body .cookie-policy-block .data-col.button-col{
    display: inline-block;

}
.essay-component .price-header .input-field.form-slim .select-wrapper.select-product {
    width: 100%;
}
body .essay-vip-account .vip-account-text ul.vip-list li#draft_hint.vip-offer-list-hint:before {
    display: none!important;
}

@media (min-width: 601px){
    body .mini-wrapper .top-dd-wrapper .drop-down-content{
        margin-left: -140px;
        margin-top: 3px;
    }
}
@media (max-width: 1680px){
    header .header-calc-wrapper{
        width: 100%;
    }
}
@media (max-width: 1680px) and (min-width:1201px){
    body .mini-wrapper .top-dd-wrapper .drop-down-content {
        left: -115px;
    }
}
@media (max-width: 1400px){
    body .affiliate-program-short-wrapper .side.side-full .case.case-box .case-content:last-child{
        padding-left: 0;
    }
}
@media (max-width: 1366px){
    body .mini-custome-order label{
        font-size: 14px;
    }
    body .mini-custome-order{
        padding: 20px 20px;
    }
    header .header-calc-wrapper .header-calc-item .select-wrapper input.select-pages,
    header .header-calc-wrapper .header-calc-item .select-wrapper input.select-dropdown{
        font-size: 14px;
        text-transform: capitalize;
    }
    .order-form-wrapper .bookmark-row .wrapper{
        padding: 30px 50px 30px 223px!important;
    }
    .ae-top-login.log-btn.orders .mini-wrapper.user-area-wrapper .top-dd-wrapper .drop-down-content{
        right: 20px;
    }
    body .affiliate-program-wrapper{
        padding: 0;
    }
    body .affiliate-program-wrapper .top-seven td{
        padding: 5px 1px;
        font-size: 10px!important;
    }
}
@media (max-width: 1000px){
    body .affiliate-program-wrapper .referral-banner .row-1 {
        margin-bottom: 38px!important;
    }
    body .affiliate-program-wrapper .referral-banner .row-1.left:after, body .affiliate-program-wrapper .referral-banner .row-1.center:after{
        transform: rotate(135deg);
        top: auto;
        bottom: -22px;
    }
    .ae-order-resume .order-form-wrapper .essay-order-form .ws-types .package .col-lg-2,
    .ae-order-resume .order-form-wrapper .essay-order-form .ws-types .single .col-lg-2{
        padding: 0!important;
    }
}
@media(max-width:1439px) and (min-width:1201px){
    body .mini-custome-order .price-checkbox p b,body .mini-custome-order .price-checkbox p{
        font-size:13px;
    }
    body .mini-custome-order .price-checkbox p input{
        margin-right:5px;
    }
    body .mini-custome-order .price-checkbox p .checkmark{
        top: 4px;
        height: 13px;
        width: 13px;
    }
    body .mini-custome-order .price-checkbox.on p .checkmark:after{
        top: 0px;
        width: 3px;
        height: 8px;
    }
    body .mini-custome-order .total_prices,body .mini-custome-order .mini-order-first-price, body .mini-custome-order .price-checkbox:not(.on) .mini-order-total-price{
        font-size:14px;
    }
    body .mini-custome-order .price-checkbox.on .mini-order-total-price{
        font-size:13px;
    }
}
@media (max-width: 1200px){
    body .mini-custome-order.custom_resume_order .flat-button {
        margin-top: 36px;
    }
    .mini-wrapper .top-dd-wrapper .top-label{
        overflow: visible;
    }
    body .login .mini-wrapper{
        margin-left: 0;
    }
    main .blog-preview img{
        max-height: 100%;
    }
    body .mini-wrapper .top-dd-wrapper .drop-down-content{
        right: 0;
    }
    body .mini-custome-order{
        padding: 10px 20px;
    }
    body .mini-custome-order b.header{
        margin-bottom: 20px;
    }
}
@media (max-width: 1200px){
    .mini-wrapper .top-dd-wrapper .drop-down-content{
        right: 0;
    }
    body .orders .mini-wrapper.top-user-area-wrapper {
        margin-left: 0;
    }
    body .orders .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a span{
        font-size: 0;
    }
    header .header-calc-wrapper{
        width: 100%;
    }
    main .button{
        min-width: 120px;
    }
    .essay-order-details .details-list li .vip-label:after{
        display: none;
    }

}
body .mini-wrapper.top-user-area-wrapper.vip-accounts-wrapper .top-dd-wrapper .top-label a span:after {
    content: '';
    background: url(/wp-content/themes/topwritingservice/images/crown.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    position: absolute;
}
@media (max-width: 1000px){
    .ae-order-resume .order-form-wrapper .ws-types .service-info .col-lg-2:nth-child(2){
        width: 25%!important;
    }
    .ae-order-resume .order-form-wrapper .ws-types .service-info .col-lg-2:nth-child(3){
        width: 25%!important;
    }
    .ae-order-resume .order-form-wrapper .ws-types .service-info .col-lg-8{
        width: 50%!important;
    }
    .ae-order-resume .order-form-wrapper .input-button span {
        margin-top: -65px;
    }
    body .affiliate-program-wrapper .referral-banner .row-1{
        display: inline-block;
        vertical-align: middle;
        margin: 0!important;
        width: 30%;
    }
    body .affiliate-program-wrapper .referral-banner .row-1.left::after,
    body .affiliate-program-wrapper .referral-banner .row-1.center::after	{
        right: -111%;
        top: calc(50% - 8px);
        transform: rotate(45deg);
    }
    body .affiliate-program-wrapper .referral-banner .row-1.center {
        margin: 0 4% 0 4%!important;
    }
    .essay-component .button.full-width-on-med-and-down{
        text-align: center;
    }
    .payments-wrapper .payments-list > li .radio-input p{
        text-align: center;
    }
    main .essay-order-form .order-form-data .phone-row .col.s12.l9.col-sm-12.col-lg-9 .label{
        display: none;
    }
    .order-form-wrapper .bookmark-row .wrapper{
        padding: 30px!important;
        text-align: right!important;
    }
}
@media (max-width: 992px){
    main .order-form-wrapper .wrap-order-submit .col{
        padding: 0;
    }
    header .header-line-block .header-menu .header-menu-wrapper ul {
        white-space: nowrap;
    }
}
@media (max-width: 991px){
    body .ae-vip-account .essay-vip-account .vip-account-text,
    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper{
        display: block;
        width: 100%;
        float: left;
    }
    body .ae-vip-account .essay-vip-account .vip-account-list > li{
        max-width: 350px;
        margin: 10px auto;
    }
}
@media (max-width: 768px){

    header .header-calc-wrapper .header-calc-item input[type="submit"] {
        height: 50px;
        margin-top: 10px;
        width: 100%;
        display: block;
    }
    header .header-calc-wrapper .header-calc-item:last-child{
        padding-top: 0px;
        vertical-align: top;
    }
    header .header-calc-wrapper .header-calc-item .sidebar-total{
        height: auto;
        margin-bottom: 0;
        line-height: 1;
    }
    .order-form-wrapper .bookmark-row .wrapper{
        background: none;
        text-align: center!important;
    }
    .essay-order-details .actions-list > li.leave-feedback-item i:before,
    .essay-order-details .actions-list > li.upload-file-item i:before,
    .essay-order-details .actions-list > li.send-message-item i:before,
    .essay-order-details .actions-list > li.extend-deadline-item i:before,
    .essay-order-details .actions-list > li.additional-order-item i:before{
        display: none;
    }
    main .page-content-wrapper .shadow-content-wrapper .essay-custom-calculator-wrapper.essay-calculator.essay-component{
        width: 100%;
    }
    header .header-line-block .header-contact-info{
        display: block;
    }
    header .header-calc-wrapper .header-calc-item{
        padding-top: 17px;
        width: 32%!important;
        display: inline-block;
        height: 67px;
    }
    header .header-calc-wrapper {
        width: 100%;
        height: auto;
        display: block;
        padding: 20px;
        overflow: hidden;
    }
}
.ae-order .order-form-wrapper .input-button span {
    margin-top: -66px;
}
@media (max-width: 767px){
    main .order-details-head ul.list {
        display: flex;
        flex-flow: wrap;
        height: 100%;
    }
    main .essay-order-details  .nav-list > li.col{
        width:calc(50% - 13px)!important;
        padding: 5px!important;
    }
    main .essay-order-details .order-details-head ul.list.actions-list > li {
        width: calc(33.3% - 13px)!important;
    }
    body .affiliate-program-wrapper .referral-banner .row-1{
        display: block;
        vertical-align: middle;
        margin: 0 auto 25px auto!important;
        width: 265px;
    }
    body .affiliate-program-wrapper .referral-banner .row-1.left::after,
    body .affiliate-program-wrapper .referral-banner .row-1.center::after	{
        right: 0px;
        top: 50px;
        transform: rotate(135deg);
    }
    body .affiliate-program-wrapper .referral-banner .row-1.center {
        margin: 0 auto 25px auto!important;
    }
}
@media (max-width: 640px){
    header .header-calc-wrapper .header-calc-item input[type="submit"]{
     width: 100%;
    }
    header .header-calc-wrapper .header-calc-item:after{
        display: none;
    }
    header .header-calc-wrapper .header-calc-item{
        width: 100%!important;
        border-bottom: 1px solid #333;
        margin: 0 0 10px 0;
    }
    header .header-calc-wrapper .header-calc-item:last-child{
        border-bottom: 0;
    }
    header .header-calc-wrapper .header-calc-item input.select-pages,
    header .header-calc-wrapper .header-calc-item .select-wrapper input.select-dropdown{
        margin-bottom: 0;
    }
    main .home-prices .home-prices-wrapper .home-prices-wrapper-items {
        display: block;
    }
    main .home-prices .home-prices-wrapper .home-prices-wrapper-items .home-prices-wrapper-item {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 600px){

    body .global-cookie .cookie-policy-block{
        text-align: center;
    }
    body .cookie-policy-block .data-col.button-col{
        left: auto;
        right: 94px;
    }
    body .cookie-policy-block .read-more{
        padding-right: 100px;
    }
    .ae-order-resume .order-form-wrapper .ws-types .service-info .col-lg-2:nth-child(2){
        width: 50%!important;
    }
    .ae-order-resume .order-form-wrapper .ws-types .service-info .col-lg-2:nth-child(3){
        width: 50%!important;
    }
    .ae-order-resume .order-form-wrapper .ws-types .service-info .col-lg-8{
        width: 100%!important;
    }
    body .affiliate-program-wrapper .side.right .case-content .affiliate-button.center.nomargin{
        height: auto;
        line-height: 1.1;
        font-size: 11px!important;
        max-width: 100%;
        margin: 0;
        width: 100%;
        padding: 7px 0;
    }
    body .global-cookie .cookie-policy-block{
        bottom: 110px;
    }
    main .essay-order-form .step b.header.text-color-1{
        padding: 10px 0 0 0;
    }
    .order-form-wrapper{
        padding: 0;
    }
    main .essay-order-form .step{
        /*padding: 0 15px 25px 15px;*/
        padding: 0 0 25px;
    }
    .essay-component {
        padding: 10px 0;
    }
    main .breadcrumbs-block{
        margin-top: 5px;
    }
    .page_content{
        padding: 10px 10px 30px 10px;
    }
    main .page-content-wrapper h1{
        margin: 0 0 10px 0;
    }
    body .mini-custome-order .flat-button{
        margin-top: 20px;
    }
    .ae-top-login .mini-wrapper .top-dd-wrapper {
        text-align: left;
    }
}
@media (max-width: 480px){
    body .global-cookie .cookie-policy-block{
        width: 90%;
        left: 5%;
        margin: 0;
    }
    body .cookie-policy-block .button{
        float: right;
        margin: 0;
    }
    body .cookie-policy-block .read-more{
        right: auto;
        left: 21px;
        bottom: 4px;
        top: auto;
    }
    main .essay-order-details .order-details-head ul.list.actions-list > li {
        width: calc(100% - 13px)!important;
    }
    body .cookie-policy-block .mobile.button-col{
        display: none;
    }
    body .cookie-policy-block .data-col.button-col{
        bottom: 14px;
    }
    body .cookie-policy-block .mobile.button-col{
        padding-top: 0;
    }
    body .mini-custome-order.custom_resume_order .row > .col:last-child{
        text-align: center;
    }
    body .mini-custome-order.custom_resume_order .flat-button{
        display: block;
        margin: 0;
    }
    .affiliate-program-wrapper .affiliate-status .to-earning,
    .affiliate-program-wrapper .affiliate-status .earnings{
        float: none!important;
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    header .header-calc-wrapper .header-calc-item{
        vertical-align: top;
    }
    body .global-cookie .cookie-policy-block{
        left: 0;
    }
    body .global-cookie .cookie-policy-block {
        background-size: 92px;
        background-position: 114% 151%;
        padding: 10px;
    }
    body .cookie-policy-block .button{
        width: 65px;
    }
    .cookie-policy-block .mobile.button-col{
        padding-top: 5px;
    }
    main .page-content-wrapper .order_step p{
        font-size: 10px;
    }
    .order_step img{
        float: left;
        width: 28%;
    }
    .order_step label{
        left: -2%;
        top: -21px;
        font-size: 16px;
    }
    .order_step.order_step_nth_2:after{
        display: none;
    }
    .order_step{
        height: 60px;
    }
    .essay-component, .tabs-component .component-tab-content{
        padding: 0;
    }
    #progressiveDelivery .yes,
    #progressiveDelivery .no {
        margin: 10px auto;
        display: block;
    }
}
@media (max-width: 380px){
    .essay-order-details .actions-list > li.upload-file-item,
    .essay-order-details .actions-list > li.pay-now-item {
        padding: 25px 0!important;
    }
    .essay-custom-calculator-wrapper .price-list .price-item {
        width: 100%;
        height: 67px;
    }
    .essay-component,
    .tabs-component .component-tab-content{
        padding: 20px 0;
    }
}
/*///////////////VIP ACCOUNT////////////////////*/
main .page-content-wrapper .ae-vip-account p.lastPayment{
    margin-top: 0;
}
.ae-vip-account .essay-vip-account .vip-account-list-wrapper{
    float: none;
    display: inline-block;
}
.ae-vip-account .essay-vip-account .vip-account-text{
    float: none;
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.ae-vip-account .essay-vip-account .vip-account-list-wrapper{
    width: 420px;

}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period{
    background-color: rgba(185, 231, 252, .2);
}
.ae-vip-account .essay-vip-account .vip-account-list > li{
    border: 2px solid rgba(79, 195, 247, 0.3);
    box-sizing: border-box;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-select .price-per-month{
    color: #595959;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-select-button{
    background-color: #0bdc95;
    border-radius: initial;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-select.open .vip-select-button{
    background-color: #089a68;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-select.open .vip-select-button:after{
    transform: rotate(-180deg);
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-select-button:focus{
    background-color: #089a68;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-select-button::after{
    content: '\e313';
    font-family: "Material Icons";
    color: #ffffff;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .currency-of-price
{
    color: #052130;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 24px;
    font-weight: 800;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .best-price{
    font-size: 60px;
    font-weight: 800;
    color: #052130;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .special-label{
    border: none;
    background: #fed94d;
    width: 140px;
    height: auto;
    display: block;
    transform: rotate(-90deg);
    left: -57px;
    bottom: 59px;
    z-index: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .per-month{
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 14px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    color: rgba(5, 33, 48, .6);
}
.ae-vip-account .essay-vip-account .vip-select-list{
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(162, 162, 162, 0.22);
    background-color: #ffffff;
    max-width: 141px;
    min-width: auto;
}
.ae-vip-account .essay-vip-account .vip-select-list > li{
    padding: 5px;
    font-size: 14px;
}
.ae-vip-account .essay-vip-account ul.vip-select-list .vip-account-pay .price-title{
    color: #ff7360;
    font-size: 14px;
    font-weight: 700;
}
.ae-vip-account .essay-vip-account .vip-select-list .vip-account-pay .buy{
    background-color: #ffffff;
    border: 1px solid #ff7360;
    color: #595959;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 14px;
    font-weight: 500;
    right: 7px;
    padding: 2px 18px;
}

.essay-vip-account .vip-select-list .vip-account-pay, .essay-vip-account .vip-select-list .vip-account-pay b{
    font-weight: 400;
}
.ae-vip-account .essay-component .header{
    color: #0a2c3b;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    width: fit-content;
    margin: 0 auto 30px;
    position: relative;
}
.ae-vip-account .essay-component.essay-vip-account .header:before{
    content: url(/wp-content/themes/topwritingservice/images/king.png);
    margin-right: 14px;
}
.ae-vip-account .essay-component.essay-vip-account .header:after{
    content: url(/wp-content/themes/topwritingservice/images/king.png);
    margin-left: 14px;
}
.ae-vip-account .essay-vip-account .vip-account-text .header-our-vip{
    color: #0a2c3b;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
}
main .page_content .ae-vip-account ul{
    padding-left: 0;
}
.ae-vip-account .essay-vip-account .vip-account-text ul.vip-list li{
    list-style: none;
    position: relative;
    margin-left: 0;
    padding-left: 25px;
    color: #595959;
    font-size: 15px;
    line-height: 24px;
    font-family: "Helvetica Neue Cyr - Roman";
}
.ae-vip-account .essay-vip-account .vip-account-text ul.vip-list li:before{
    content: '\e5ca';
    top: 0 !important;
    left: 0;
    font-size: 16px;
    display: block !important;
    position: absolute;
    font-family: Material Icons;
    color: #ffab15;
    background: none;
}
body .order-form-wrapper .vip-client,
.page-order.row.vip-account-account .vip-client{
    background: none;
    margin: 0 auto;
    color: #333333;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 0;
}
body .order-form-wrapper .vip-client .vip-client-icon,
.page-order.row.vip-account-account .vip-client .vip-client-icon {
    margin-left: 0;
    float: none;
    display: inline-block;
    background: none;
    font-size: 18px;

}
body .order-form-wrapper .vip-client .vip-client-icon::after,
.page-order.row.vip-account-account .vip-client .vip-client-icon:after {
    content: "★ VIP ★";
    color: #fed94d;
    font-size: 20px;
}
body .order-form-wrapper .vip-client a,
.page-order.row.vip-account-account .vip-client a {
    color: #4fc3f7;
    font-size: 18px;
}
.page-order.row.vip-account-account .vip-client .vip-client-icon:after,
.page-order.row.vip-account-account .vip-client a {
    font-size: 15px;
}
body .essay-orders .orders .order-item{
    background: rgba(79, 195, 247, .1);
}
body .essay-orders .orders .order-item.vip{
    margin: 10px 0;
    border-bottom: none;
    background: rgba(79, 195, 247, .1);
}
body .essay-orders .orders .order-item.vip  .vip-label{
    background-color: #4fc3f7;
    border-bottom: none;
}
body .mini-wrapper .top-dd-wrapper .top-label .ava-vip{
    display: none;
}
main .page-content-wrapper .essay-orders h4:after{
    display: none;
}
.vip-accounts-wrapper ul li:nth-child(2) b, header .header-line-block .header-contact-info .header-chat-log ul.info-list li:nth-child(2) a{
    color: #67c9f8;
    font-size: 14px;
}
.vip-accounts-wrapper ul li b.vip-accounts-wrapper {
    position: relative;
    padding: 0 15px;
}
.vip-accounts-wrapper ul li b.vip-accounts-wrapper:after{
    content: '★';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.vip-accounts-wrapper ul li b.vip-accounts-wrapper:before{
    content: '★';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
body .user-area-wrapper .info-list li span.vip-star{
    display: none;
}
body .vip-order-text {
    font-size: 20px;
    text-align: center;
    margin: 15px 0;
}
.vip-word {
    position: relative;
    font-weight: 700;
    color: #fed94d;
    font-size: 25px;
}
span.vip-word:before {
    content: '\2655';
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -18px;
    font-size: 18px;
}


@media only screen and (max-width: 1420px) {
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        width: 350px;
    }
    .essay-component.essay-vip-account{
        padding: 40px 15px;
    }
    .essay-vip-account .vip-account-text{
        padding-left: 0;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-select{
        padding: 25px 7px;
    }
}
@media only screen and (max-width: 1200px) {
    .ae-vip-account .essay-vip-account .vip-select-list .vip-account-pay .buy{
        right: 15px;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        width: 330px;
    }
    .ae-vip-account .essay-vip-account .vip-account-text{
        padding-left: 0;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper{
        padding-right: 12px;
    }
    .ae-vip-account .essay-vip-account .vip-account-text{
        width: 46%;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .currency-of-price{
        font-size: 20px;
        line-height: 35px;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .best-price{
        font-size: 50px;
    }
    body .lifetime-wrapper .left-pages-to-get{
        margin-top: 23px;
    }
}
@media only screen and (min-width: 991px) {
    .lifetime-wrapper .lifetime .discount-section-wrapper .discount-section span.pages {
        width: 62px;
    }

}
@media only screen and (max-width: 815px) {

    .ae-vip-account .essay-vip-account .vip-select-list{
        max-width: 111px;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        width: 270px;
    }
    .ae-vip-account .essay-vip-account .vip-select-list .vip-account-pay .buy{
        padding: 2px 10px;
    }
    .ae-vip-account .essay-vip-account .vip-select-list > li{
        font-size: 12px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1070px){
    .ae-vip-account .essay-vip-account .vip-account-text ul.vip-list li {
        font-size: 13px;
        padding-left: 20px;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        padding-right: 0;
        width: 303px;
    }
}
@media only screen and (min-width: 993px) and (max-width: 1024px){
    main .home-services-wrapper .center.slick-slider .slick-arrow {
        bottom: -49px;
        font-size: 13px;
    }
    main .main-page-text2 .main-page-text2-header-pic .home-pic img {
        max-height: 182px;
    }
}
@media (width: 1024px) {
    body .orders-sidebar .mini-login-wrapper.essay-component,
    body .orders-sidebar .user-area-wrapper.essay-component,
    .mini-wrapper .header span, .mini-wrapper .header a{
        padding: 0!important;
    }
}

@media only screen and (max-width: 700px) {
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-select{
        text-align: center;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper{
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .ae-vip-account .essay-vip-account .vip-account-text{
        display: block;
        margin: 0 auto;
        width: 80%;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-select-button{
        width: 140px;
    }
    .ae-vip-account .essay-vip-account .vip-select-list {
        max-width: 138px;
    }
    .essay-vip-account .vip-select-list.open{
        left: 50%;
        transform: translateX(-50%);
    }
}
@media only screen and (max-width: 510px) {
    .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period{
        padding-right: 10px;
        padding-top: 30px;
        text-align: right;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-select-button {
        width: 100px;
    }
    .ae-vip-account .essay-vip-account .vip-select-list {
        max-width: 110px;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item {
        width: 50%;
        float: left;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper{
        width: 100%;
    }
    .ae-vip-account .essay-vip-account .vip-account-list > li .vip-package-item .title-of-period .best-price {
        font-size: 40px;
    }
    .essay-component.essay-vip-account {
        padding: 40px 7px;
    }
    .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        padding-right: 0px;
    }
    .vip-order-text span.details {
        display: block;
        margin-top: 10px;
    }
}
@media only screen and (max-width: 480px) {
    body .order-form-wrapper .vip-client a
    {
        display: block;
        margin-left: 0;
    }
}
@media only screen and (max-width: 380px) {
    body.page-id-11 > main > div > div > div > div > div.page_content > p:nth-child(4) > img {
        max-width: 100%;
    }
}
@media all and (max-width: 414px) {
    .page-id-7 .page-logged{
        display: none;
    }
}
/*///////////////////////////////////////////////*/
.essay-component .ws-vip-services .vip-services-list .we-recommend-it .description {
    font-family: 'Noto Serif', serif;
    font-size: 12px!important;
}
.essay-component .ws-vip-services .vip-services-list .we-recommend-it .title {
    font-size: 12px!important;
}
@media all and (max-width: 991px) {
    .essay-component .ws-vip-services .vip-services-list .we-recommend-it {
        width: fit-content;
    }
}
@media all and (max-width: 414px) {
    .essay-component .ws-vip-services .vip-services-list .we-recommend-it .title {
        padding-left: 20px!important;
        white-space: nowrap;
        font-size: 11px!important;
    }
    .essay-component .ws-vip-services .vip-services-list .we-recommend-it .go-it {
        width: 45px!important;
    }
    .essay-component .ws-vip-services .vip-services-list .we-recommend-it .description {
        padding: 0;
        text-align: left;
    }
}
/* snackbar */
#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #eaf6ed;
    color: #002e5e;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    left: 50%;
    bottom: 130px;
    height: 60px;
    z-index: 99999;
    border: 1px solid #3dbc5f
}

#snackbar i {
    color: #3dbc5f;
    margin-right: 10px;
    font-size: 26px
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 2.5s;
    animation: fadein .5s, fadeout .5s 2.5s;
    display: flex !important;
    justify-content: start;
    align-items: center
}
.link-event:hover {
    cursor: pointer;
}
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 130px;
        opacity: 1
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0
    }
    to {
        bottom: 130px;
        opacity: 1
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 130px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        bottom: 130px;
        opacity: 1
    }
    to {
        bottom: 0;
        opacity: 0
    }
}
/* END snackbar */
body .sticky-summary-sidebar{
    top: 100px;
}
@media (width: 1024px) {
    .page-id-7 main>.page-content-wrapper>.container{
        width: 92%;
    }
    .essay-component .ws-vip-services .wrapper {
        height: 200px;
    }
}
@media (width: 768px) {
    #order-form .ws-discount {
        min-width: 100%;
    }
    #order-form .ws-discount .input-button.apply-discount-input {
        display: flex;
        justify-content: space-between;
        flex: 1 1 160px;
        flex-wrap: wrap;
        align-items: center;
    }
    #order-form .ws-discount .input-button.apply-discount-input input[name="discount_code"],
    #order-form .ws-discount .input-button.apply-discount-input .form-button{
        width: 49%;
        height: 44px;
        margin: 0;
    }
}
body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step {
    background: #0bdc95;
    box-shadow: 0 4px 0 0 #0ba36f;
    text-transform: uppercase;
    position: relative;
    top: -5px;
}
body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step:hover {
    box-shadow: none;
    transition: 0.4s;
    top: 0;
}
body .summary-sidebar-wrapper.essay-component .header {
    margin-bottom: 0;
}
body .summary-sidebar-wrapper ul.summary-list {
    padding: 0;
}
body .summary-sidebar-wrapper .summary-wrapper .wrapper-slider .additional-service-title{
    font-size: 13px;
    color: #484b4c;
}
body.page-id-7 .callback-advice-note {
    display: none!important;
}
@media all and (max-width: 1572px) {
    .order-form-wrapper .bookmark-row .wrapper {
        padding: 30px 10px 30px 120px!important;
        background-position-x: 10px;
    }
    .order-form-wrapper .bookmark-row .wrapper p.for-large {
        width: 100%;
        text-align: right;
    }
}
@media all and (max-width: 1400px) {
    .bookmark-row.row {
        display: none!important;
    }
}
body .ws-row .ws-column-custom .summary-sidebar-wrapper {
    border: 1px solid #ebebeb;
}
@media all and (max-width: 993px) {
    body .essay-component .button.link-submit.submit-b.order-submit {
        width: fit-content;
    }
}
body #order-form .by-clicking-proceed {
    text-align: center;
}
body .ws-price-disclaimer {
    display: none;
}
/* Writing quality */
body .ae-order .payment.ws-container .choose-pricing{
    position: relative;
    margin-top: 145px;
    margin-bottom: 45px;
}
body .ae-order .payment.ws-container .choose-pricing:before{
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    margin: auto;
    content: 'Best Quality Writing Plans for You';
    color: #0a2c3b;
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
    font-family: "Abril Fatface";
    background: url("/wp-content/themes/topwritingservice/images/qwerty234.png")no-repeat center;
}
body .payments-wrapper .choose-pricing .quality-item .footer a {
    display: none;
}
body .payments-wrapper .choose-pricing .quality-item.supreme .title {
    background: #9c6fff;
    padding: 5px 14px;
}
body .payments-wrapper .choose-pricing .quality-item .middle-block {
    padding: 10px;
}
body .payments-wrapper .choose-pricing .quality-item.standard .title {
    background-color: #fafafa;
    padding: 5px 14px;
}
body .payments-wrapper .choose-pricing .quality-item.standard .title .main-title {
    font-size: 20px;
    color: #0a2c3b;
    font-weight: 500;
    font-family: "Abril Fatface";
}
body .payments-wrapper .choose-pricing .quality-item.supreme .title .main-title {
    font-size: 20px;
    color: #fff;
    position: relative;
    font-weight: 500;
    font-family: "Abril Fatface";
}
body .payments-wrapper .choose-pricing .quality-item.premium .title .main-title {
    font-size: 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-weight: 500;
    font-family: "Abril Fatface";
}
body .payments-wrapper .choose-pricing .quality-item.premium .title:after {
    content: '(+10% for great quality)';
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
body .payments-wrapper .choose-pricing .quality-item.supreme .title:after {
    content: '(+15% for excellent quality)';
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
}
body .payments-wrapper .choose-pricing .quality-item.standard .title:after {
    content: '(high-quality writing)';
    width: fit-content;
    font-size: 17px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 1;
}
body .payments-wrapper .choose-pricing .quality-item .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 0;
}
.payments-wrapper .choose-pricing .quality-item .title .sub-title::before {
    display: none!important;
}
body .payments-wrapper .choose-pricing .quality-item.premium {
    position: relative;
}
body .payments-wrapper .choose-pricing .quality-item.premium:before {
    left: -7px;
    top: -7px;
    content: url("/wp-content/themes/topwritingservice/images/img_order_payment.png");
    position: absolute;
    display: block;
}
body .payments-wrapper .choose-pricing .quality-item.premium .title {
    background-color: #0e4a64;
    padding: 5px 14px;
}
body .payments-wrapper .choose-pricing .quality-item.supreme .title .main-title:before {
    content: url("/wp-content/themes/topwritingservice/images/crown__1.png");
    display: block;
    position: absolute;
    left: -40px;
}
body .payments-wrapper .choose-pricing .quality-item.supreme .title .sub-title,
body .payments-wrapper .choose-pricing .quality-item.premium .title .sub-title{
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
body .payments-wrapper .choose-pricing .quality-item.standard .title .sub-title {
    color: #510031;
    font-size: 18px;
    font-weight: 400;
}
body .payments-wrapper .choose-pricing .quality-item {
    padding-bottom: 42px;
}
body .payments-wrapper .choose-pricing .quality-item,
body .payments-wrapper .choose-pricing .quality-item.checked{
    border: 2px solid #eee8e8;
    box-shadow: 0 0 10px rgba(238, 232, 232, 0.73);
}
body .payments-wrapper .choose-pricing .quality-item.checked {
    border-color: #0e4a64;
}
body .payments-wrapper .choose-pricing .quality-item:hover {
    transition: .3s;
    border: 2px solid #0e4a64;
    box-shadow: 0 0 10px rgba(128, 128, 128, 0.32);
    transform: scale(1.04);
}
body .payments-wrapper .choose-pricing .quality-item .middle-block ul li {
    list-style: none;
    color: #5b5e68;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-left: 20px;
    line-height: 20px;
    text-align: left;
    position: relative;
}
body .payments-wrapper .choose-pricing .quality-item .middle-block ul li b {
    font-weight: 900;
}
body .payments-wrapper .choose-pricing .quality-item .middle-block ul li:before {
    content: '\f00c';
    position: absolute;
    font-family: FontAwesome;
    background: unset;
    display: inline-block!important;
    left: 0;
    top: 0!important;
    margin: auto;
    color: #7fb432;
}
body .payments-wrapper .choose-pricing .quality-item .footer {
    background-color: #f4fffb;
    padding: 7px 0;
    border-radius: 0;
}
body .payments-wrapper .choose-pricing .quality-item .footer .price {
    color: #0bdc95;
    font-size: 26px;
    margin-bottom: 0;
    font-family: "Abril Fatface";
    font-weight: 500;
}
body .payments-wrapper .choose-pricing .quality-item .middle-block ul {
    padding-left: 0;
}
body .payments-wrapper .choose-pricing .quality-item .main-title .hint{
    display: none;
}
@media (width: 1366px) {
    body.page-id-2990 main > .page-content-wrapper > .container{
        width: 85%;
    }
}
@media all and (max-width: 768px) {
    body .payments-wrapper .choose-pricing .quality-item .middle-block ul li:before {
        left: -8px;
        font-size: 12px;
    }
    body .payments-wrapper .choose-pricing .quality-item .middle-block ul li {
        padding-left: 7px;
    }
    body .payments-wrapper .choose-pricing .quality-item:not(.premium) {
        margin-top: 15px;
    }
    body .payments-wrapper .choose-pricing .quality-item.premium {
        margin-top: 18px;
    }
    body .payments-wrapper .choose-pricing .quality-item:not(.checked) > *:not(.title) {
        height: 0;
        transition: .7s;
        overflow: hidden;
        display: none;
    }
    body .payments-wrapper .choose-pricing .quality-item:not(.checked){
        padding-bottom: 0;
    }
    body .payments-wrapper .choose-pricing .quality-item.checked:after {
        content: '\f077';
        font-family: 'FontAwesome';
        position: absolute;
        right: 3px;
        top: 13px;
        margin: auto;
        height: 18px;
        color: #fff;
        font-size: 12px;
    }
    body .payments-wrapper .choose-pricing .quality-item:not(.checked):after {
        content: '\f078';
        font-family: 'FontAwesome';
        position: absolute;
        right: 6px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 18px;
        color: #fff;
    }
    body .payments-wrapper .choose-pricing .quality-item.standard:after {
        color: #182032;
    }
}
@media all and (max-width: 358px) {
    body .ae-order .payment.ws-container .choose-pricing:before {
        font-size: 28px;
    }
}
/* END Writing quality */
body .mini-wrapper .menu-list li .icon:after {
    font-family: FontAwesome;
}
body .mini-wrapper .menu-list .order-li .icon:after {
    content: '\f07a ';
}
body .mini-wrapper .menu-list .orders-li .icon:after {
    content: '\f290';
}
body .mini-wrapper .menu-list .affiliate-li .icon:after {
    content: '\f0c0';
}
body .mini-wrapper .menu-list .discounts-li .icon:after {
    content: '\f295';
}
body .mini-wrapper .menu-list .profile-li .icon:after {
    content: '\f007';
}
body .mini-wrapper .menu-list .logout-li .icon:after {
    content: '\f08b';
}

/*Pop-up order*/
body .featherlight .featherlight-content-custom .essay-discount-popup-form .success-message {
    line-height: 22px;
    padding: 10px 10px 10px 60px;
    background-position: 26px 50%;
    margin-left: -20px;
    max-width: 473px;
    margin-top: -25px;
}
@media all and (max-width: 640px) {
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .success-message {
        margin-left: inherit;
        max-width: inherit;
        margin-top: inherit;
        line-height: 34px;
        margin-bottom: 106px;
    }
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form form .form-fields {
    display: flex;
    align-items: center;
    justify-content: start;
    max-width: 90%;
    margin: 0 auto;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form .email #email-error{
    position: absolute;
    left: 0;
    white-space: nowrap;
    bottom: -27px;
    font-size: 13px;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form  .messages > div .material-icons[title="Delete"] {
    display: none;
}

body .featherlight .featherlight-content-custom .essay-discount-popup-form .email{
    position: relative;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form .email:before {
    content: '\f003';
    font-family: FontAwesome;
    position: absolute;
    font-size: 22px;
    top: 0;
    bottom: 0;
    left: 2px;
    margin: auto;
    height: 95%;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9f9f9f;
    border-right: 1px solid #e1e1e1;
    background-color: #fff;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form .submit input[type="submit"]:focus,
body .featherlight .featherlight-content-custom .essay-discount-popup-form .submit input[type="submit"]:hover{
    background: white;
    color: #0bdc95;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form .submit input[type="submit"]{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    background-color: #0bdc95;
    border:2px solid #0bdc95;
    line-height: 49px;
    margin-top: 0;
    cursor: pointer;
    padding: 0 10px;
    margin-left: 15px;
    width: 145px;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form input {
    margin-top: 0;
    width: 180px;
    padding-left: 45px;
    background-color: #f7f8fa;
    height: 47px;
    border: 1px solid #e1e1e1;
}
body .featherlight .featherlight-content-custom .featherlight-close-icon {
    background-color: #4fc3f7;
    border-radius: 50%;
    color: #fff;
    transition: .3s;
    top: 69px;
    right: 130px;
}
body .featherlight .featherlight-content-custom .featherlight-close-icon:hover {
    transition: .3s;
    transform: scale(1.04);
    box-shadow: 0 0 10px #4fc3f7;
}
body .featherlight .featherlight-content-custom .essay-discount-popup-form{
    background: transparent url("/wp-content/themes/topwritingservice/images/Untitled-6fgsdfwer34543.png")no-repeat center;
    background-size: contain;
    width: 700px;
    max-width: 700px;
    height: 480px;
    padding: 260px 95px 0 128px;
}
body .featherlight .featherlight-content.featherlight-content-custom {
    background: none;
    border: none;
    max-width: fit-content;
}
@media only screen and (max-width: 640px) {
    body .featherlight .featherlight-content.featherlight-content-custom {
        width: 100%;
        padding: 0;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .form-fields{
        padding-top: 290px;
        margin: 0;
        width: 100%;
        max-width: 80%!important;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .submit{
        display: block;
        text-align: center;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .submit input{
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        height: 48px;
        border: none;
        padding: 0 55px;
        margin-top: 30px;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .messages{
        position: absolute;
        width: 290px;
        bottom: -186px;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: fit-content;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .email #email-error{
        position: absolute;
        bottom: -21px;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .email input{
        font-size: 16px;
        font-weight: 300;
        text-align: center;
        height: 50px;
        width: 192px;
        line-height: 50px;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form .submit input[type="submit"]{
        line-height: 35px;
        height: 50px;
        margin: 20px 0 0;
        width: 240px;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form{
        width: 330px;
        height: 636px!important;
        padding: 15px;
        background: url("/wp-content/themes/topwritingservice/images/Untitled-7asdasdasdas.png")no-repeat center;
        margin: 0!important;
        max-width: 100%;
    }
    body .featherlight .featherlight-content-custom .featherlight-close-icon {
        top: -1px;
        right: 2px;
    }
    body .featherlight .featherlight-content-custom .essay-discount-popup-form form .form-fields {
        flex-wrap: wrap;
        justify-content: center;
    }
}
/* END Pop-up order*/
#footer-row {
    position: fixed;
    bottom: -9px;
    width: 100%;
    z-index: 9999;
}
#footer-row > a {
    display: block;
    height: 100%;
}
#footer-row .icon-close {
    position: absolute;
    right: 15px;
    top: 7px;
    font-size: 22px;
    color: #f55;
    transition: .3s;
    background-color: #fff;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
#footer-row .icon-close:hover {
    transition: .3s;
    transform: scale(1.04);
}
@media all and (max-width: 414px) {
    #footer-row .icon-close {
        right: 8px;
        top: 3px;
    }
}
/* hidden bottom banner first-order*/
@media all and (max-width: 767px) {
    #footer-row.first-order {
        display: none!important;
    }
}
@media only screen and (max-device-width: 812px) and (orientation:landscape) {
    #footer-row.first-order  {
        display: none!important;
    }
}
/* END hidden bottom banner first-order */

body .summary-sidebar-wrapper ul.summary-list li > span span.hint i {
    border: solid #4fc3f7 1px;
    color: #fff;
    background: #4fc3f7;
    width: 16px;
    height: 16px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
}
body .ae-order .paper-requirements-table.data-table .ws-language-style .radio-wrapper div .hint > i{
    border: solid #4fc3f7 1px!important;
    color: #fff;
    background: #4fc3f7!important;
    border-radius: 50%;
    text-align: center;
    line-height: 1.3!important;
}
body .ae-order .paper-requirements-table.data-table .ws-language-style .radio-wrapper div .hint > i:after {
    content: '?';
    font-style: normal;
    font-weight: bold;
    color: #fff;
    border: none;
}
/*body .order-form-wrapper .data-table label:not(#description-error).error {*/
/*    margin-top: -15px;*/
/*}*/
body .ae-order input[type="text"], body .ae-order input[type="password"]{
    margin: 0;
}
/* Writing quality on order page*/
body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] + label.radio-label {
    border-color: #a3e0ff!important;
}
body .essay-component.order-form-wrapper .ws-writing-quality input[value="standard"] + label.radio-label .quality-title:after {
    content: '(Best Available Writer)';
    display: block;
    line-height: 18px;
    color: #6c6c6c;
    font-weight: 400;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
}
body .essay-component.order-form-wrapper .ws-writing-quality input[value="premium"] + label.radio-label .quality-title,
body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title{
    position: relative;
}
body .essay-component.order-form-wrapper .ws-writing-quality input[value="premium"] + label.radio-label .quality-title:after {
    content: '';
    width: 80px;
    height: 80px;
    background: url("/wp-content/themes/topwritingservice/images/img_order_payment.png") no-repeat center;
    position: absolute;
    display: block;
    background-size: contain;
    left: -22px;
    top: -51px;
}
body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
    content: '';
    width: 30px;
    height: 30px;
    background: url("/wp-content/themes/topwritingservice/images/crown__11.png") no-repeat center;
    position: absolute;
    display: block;
    background-size: contain;
    left: 37px;
    top: -2px;
}
@media all and (max-width: 1690px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: 11px;
    }
}
@media all and (max-width: 1440px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: -6px;
    }
}
@media all and (max-width: 1280px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: -15px;
    }
}
@media all and (max-width: 1024px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: -5px;
    }
}
@media all and (max-width: 600px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: -5px;
    }
}
@media all and (max-width: 568px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: -10px;
    }
}
@media all and (max-width: 500px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        top: -25px;
    }
}
@media all and (max-width: 434px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="premium"] + label.radio-label .quality-title:after {
        left: -21px;
    }
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        top: 1px;
        left: 0;
        width: 23px;
        height: 23px;
    }
}
@media all and (max-width: 400px) {
    body .essay-component.order-form-wrapper .ws-writing-quality input[value="supreme"] + label.radio-label .quality-title:after {
        left: 28px;
    }
}

/* END Writing quality on order page*/

@keyframes pulse-special-offer {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}
#special-offer{
    cursor: pointer;
    opacity: 1;
    display: block;
    position: fixed;
    width: 70px;
    height: 70px;
    left: 30px;
    bottom: 30px;
    background: #ee5547;
    z-index: 999;
    transform: rotate(-45deg);
    text-align: center;
    color: white;
    line-height: 1;
    border-radius: 50%;
    font-size: 15px;
    padding-top: 19px;
    animation: pulse-special-offer 2s infinite;
}
#special-offer.hidden-row {
    display: none!important;
}

/* order form required fields*/
body .ae-order .unset-field {
    /*background: #d9ebcc !important;*/
    border-bottom: 1px solid #26a69a!important;
    -webkit-box-shadow: 0 1px 0 0 #26a69a!important;
    box-shadow: 0 1px 0 0 #26a69a!important;
}
body .order-form-wrapper .data-table > .row > .col.ws-sources .notice-wrapper.unset-field{
    border: none!important;
    box-shadow: none!important;
}
body .order-form-wrapper .data-table > .row > .col.ws-sources .notice-wrapper.unset-field .number-field.form-slim input[name="sources_number"]{
    border-bottom: 1px solid #26a69a!important;
    -webkit-box-shadow: 0 1px 0 0 #26a69a!important;
    box-shadow: 0 1px 0 0 #26a69a!important;
}
body .ws-subject > span.select2 .select2-selection {
    background: transparent;
}
body .ae-order span.unset-field-tag {
    font-weight: 400;
    font-family: "Helvetica Neue Cyr - Roman";
    background-color: transparent;
    color: #039be5;
    font-size: 13px;
}
body .ws-sources .notice-wrapper .number-field input {
    background: transparent !important;
}
body .ae-order .error:not(label) {
    background: #fbd3d340 !important;
}
body .ae-order .essay-component .essay-order-form span.unset-field span.selection>span {
    background: transparent;
}
/* END order form required fields*/
@media all and (max-width: 1023px) {
    .ae-order .order-form-wrapper .input-button.apply-discount-input span {
        margin-top: -45.5px;
        right: -2px;
    }
    body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step-button-wrapper-flex {
        padding: 10px;
    }
    body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step {
        padding: 5px;
        width: fit-content;
    }
    body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .count-page,
    body .summary-sidebar-wrapper .summary-wrapper.total-price-wrap .next-step-button-wrapper .mobile-summary{
        width: fit-content;
        display: inline-block;
    }
}
@media all and (max-width: 320px) {
    body .ae-top-login .user-area-wrapper .info-list {
        padding: 15px 25px;
    }
    body .ae-top-login .user-area-wrapper .menu-list li a {
        padding: 12px 25px;
    }
}

@media all and (max-width: 338px) {
    body .ae-order .essay-component .ws-language-style [type="radio"] + label.radio-label {
        font-size: 13px;
    }
    body .ae-order .essay-component .ws-language-style {
        padding: 0;
    }
}
body .order-form-wrapper #flags-phone {
    box-sizing: border-box;
}

body #order-form.presentation-poster .service-speaker-notes-ppp b::before, body #order-form.presentation .service-speaker-notes b::before, body #order-form[data-class="poster"] .service-speaker-notes-ppp b::before, body #order-form[data-class="presentation"] .service-speaker-notes b::before {
    border: 1px #4fc3f7 solid;
    background-color: #4fc3f7;
    color: #fff;
    line-height: 2;
    top: -3px;
    left: 125px;
    text-align: center;
    padding: 2px 2px 1px;
    width: 116px;
    letter-spacing: 0.8px;
    font-size: 10px;
}

body #order-form.note-illustration .row.illustrations-notice::before {
    border: 1px #4fc3f7 solid;
    background-color: #4fc3f7;
    color: #fff;
    text-align: center;
    margin: 0 15px 10px;
    display: block;
    width: auto;
    height: auto;
}
@media all and (max-width: 600px){
    body .order-form-wrapper .data-table > .row.service-wrapper.service-speaker-notes{
        margin-top: 17px;
    }
    body .order-form-wrapper .data-table > .row.service-wrapper > .col{
        padding: 0;
    }
    body #order-form.presentation-poster .service-speaker-notes-ppp b::before, body #order-form.presentation .service-speaker-notes b::before, body #order-form[data-class="poster"] .service-speaker-notes-ppp b::before, body #order-form[data-class="presentation"] .service-speaker-notes b::before{
        left: 0;
        top: -25px;
    }

    body .orders .mini-wrapper.top-user-area-wrapper .top-dd-wrapper .top-label a span:before {
        content: "\f007";
        font: normal normal normal 19px/1 FontAwesome;
        line-height: 27px;
    }
}
body .order-form-wrapper .ws-additional-order-id {
    position: relative;
}
body .order-form-wrapper .ws-additional-order-id .material-hint {
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 164px;
}

body .order-form-wrapper .ws-additional-order-id .material-hint .dropdown-content {
    margin-left: -154px !important;
    width: 300px;
    left: 0 !important;
}
body .order-form-wrapper .data-table .ws-additional-order-id .label {
    display: block;
}
.order-form-wrapper .order-form-data .ws-additional-order-id .checkbox-input [type="checkbox"].filled-in{
    width: 0;
}
@media(max-width:400px){
    body .order-form-wrapper .ws-additional-order-id .material-hint .dropdown-content {
        margin-left: -177px !important;
        width: 270px;
    }
}
@media(max-width:360px){
    body .order-form-wrapper .ws-additional-order-id .material-hint .dropdown-content {
        width: 250px;
    }
}

body .order-form-wrapper .ws-pages label.label {
    font-size: 11px;
}
body .order-form-wrapper .ws-pages label.label.pages-label {
    font-size: 14px;
}
@media(max-width:1200px) and (min-width:1024px){
    .page-id-7 .page-content-wrapper .page_content {
        padding: 35px 10px;
    }
    body .order-form-wrapper .data-table .label {
        margin-right: 0px;
    }
    body .order-form-wrapper {
        padding: 60px 0px;
    }
    body .order-form-wrapper .ws-pages label.label {
        position: absolute;
        top: 0;
        left: 134px;
        width: calc(100% - 130px);
        z-index: 2;
        line-height: 1.1;
    }
    body .order-form-wrapper .ws-pages label.label.pages-label {
        font-size: 14px !important;
        position: static;
        width: auto;
        margin-right: 2px;
    }
    body .ws-pages {
        position: relative;
    }
    .order-form-wrapper.essay-component {
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 60px 15px;
    }
}

/* .ae-price-table  */
.ae-price-table {
    margin-top: 25px;
    margin-bottom: 35px;
}

.ae-price-table .essay-component {
    padding: 0;
    background-color: #fff;
    border: none;
    box-shadow: none;
}

.ae-price-table .quality-list {
    text-align: center;
    margin-bottom: 25px;
}

body .essay-price-new-table .select2Buttons ul.select-buttons a {
    color: #0a2c3b;
    font-weight: 600;
    text-align: center;
    background-color: #fff;
    border-bottom-width: 1px;
    padding: 12px 0;
    line-height: 1.3;
    font-size: 15px;
    text-transform: uppercase;
}

body .essay-price-new-table .select2Buttons ul.select-buttons a:hover,
body .essay-price-new-table .select2Buttons ul.select-buttons a.picked {
    border-bottom-color: transparent;
    background-color: #4fc3f7;
    color: #fefefc;
}

body .essay-price-new-table .select2Buttons ul.select-buttons a:hover::after,
body .essay-price-new-table .select2Buttons ul.select-buttons a.picked::after {
    color: #ffffff;
}

body .essay-price-new-table .select2Buttons ul.select-buttons a::after {
    content: "";
    display: block;
    color: #323538;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 3px;
    text-transform: none;
}

body .essay-price-new-table .hint>i {
    background: none;
    position: relative;
}

body .essay-price-new-table .hint>i:before {
    /* content: "\f059";
  font: normal normal normal 18px/30px FontAwesome;
  */
    content: '?';
    color: #20a0ff;
    line-height: 15px;
    box-sizing: border-box;
    position: absolute;
    background: #fff;
    border: 1px solid #20a0ff;
    font-style: normal;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: block;
    text-align: center;
    font-size: 11px;
    cursor: pointer;
    font-weight: bold;
    font-family: "Helvetica Neue Cyr - Roman";
}

body .essay-price-new-table .hint {
    vertical-align: sub;
    line-height: 14px;
    margin: 0 2px 0 4px;
}

body .essay-price-new-table .row-control .cell-control label {
    color: #1f1f1f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

body .essay-component.essay-price-new-table .select-wrapper input[type="text"] {
    display: none !important;
}

body .essay-price-new-table .row-control .cell-control .number-field::after {
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-weight: 400;
    /*top: 15px;*/
    margin-left: 5px;
    font-size: 14px;
    font-style: italic;
}

body .essay-price-new-table .pm-input span i.hover,
body .essay-price-new-table .pm-input span i:hover {
    color: #7a7a7b;
    border-color: #7a7a7b;
}

body .essay-price-new-table.essay-component .number-field>input[type="text"] {
    padding-top: 0;
    margin-left: 0;
}

body .essay-price-new-table.essay-component .number-field>input[type="text"]:focus:not([readonly]),
body .essay-price-new-table.essay-component .number-field>input[type="text"]:hover,
body .essay-price-new-table.essay-component .number-field>input[type="text"] {
    padding-top: 4px;
    font-style: italic;
}

body .essay-price-new-table .pm-input {
    height: 47px;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid #322d3a;
}

body .essay-price-new-table .row-control .cell-control.order-currency select,
body .essay-price-new-table .row-control .cell-control.currency select {
    padding: 0 10px;
    font-weight: 500;
    background-color: #4fc3f7;
    color: #fefefc;
}

body .essay-price-new-table .row-control .cell-control.order-currency select option,
body .essay-price-new-table .row-control .cell-control.currency select option {
    background-color: #fff;
    color: #171717;
}

body .ae-price-table .select-wrapper span.caret::before {
    display: none;
}

body .essay-price-new-table .services-package {
    background: transparent;
    padding-top: 5px;
    padding-bottom: 5px;
}

body .essay-price-new-table .service-panel .vip-services-checker {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    padding-left: 10px;
    padding-top: 1px;
}

body .essay-price-new-table .service-panel .vip-services-checker::after {
    top: 6px;
    right: -19px;
}

body .essay-price-new-table .row-control .cell-control select {
    color: #171717;
    font-family: "Helvetica Neue Cyr - Roman";
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    border: 1px solid #d1d1d1;
    background-color: #fbfbfb;
    margin-bottom: 15px;
    height: 47px;
}

body .essay-price-new-table .services-package-class {
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #323538;
}

body .essay-price-new-table .service-panel .vip-services-list-package .discount {
    font-size: 15px;
    color: #4fc3f7;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    font-weight: 500;
    box-shadow: none;
}

body .essay-price-new-table .service-panel .vip-services-list-package .price-wrapper {
    font-size: 15px;
    color: #0bdc95;
    font-weight: 500;
}

body .essay-price-new-table .service-panel .vip-services-list-package s {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: 400;
}

body .essay-price-new-table .service-panel .vip-services-checker::before {
    background-image: url(/wp-content/themes/topwritingservice/images/vip-crown-white.png);
    width: 19px;
    height: 16px;
    background-size: cover;
    background-repeat: no-repeat;
    top: 4px;
    left: -18px;
}

body .essay-price-new-table.essay-component .service-panel .vip-services-checker::after {
    background-image: url(/wp-content/themes/topwritingservice/images/arrow-down-white.svg);
}

body .essay-price-new-table .service-panel .vip-service>div.vip-services-list {
    background-image: url(/wp-content/themes/topwritingservice/images/prices-purple-bg.png);
    background-position: center;
    background-repeat: no-repeat;
}

body .essay-price-new-table .service-panel .first-time-order {
    font-size: 15px;
    color: #49494a;
    line-height: 1.231;
    text-align: center;
    font-weight: 400;
    text-transform: lowercase;
}

body .essay-price-new-table .service-panel .el-switch>input[type="checkbox"]+.el-switch-style {
    height: 14px;
    width: 26px;
}

body .essay-price-new-table .service-panel .el-switch>input[type="checkbox"]:checked+.el-switch-style {
    background-color: #4fc3f7;
}

body .essay-price-new-table .service-panel .el-switch>input[type="checkbox"]:checked+.el-switch-style:before {
    background-color: #ffffff;
}

body .essay-price-new-table .el-switch>input[type="checkbox"]+.el-switch-style:before {
    height: 10px;
    width: 10px;
    /*top: 0;*/
    top: 50%;
    transform: translateY(-50%);
}
body .essay-price-new-table .first-time-order .el-switch{
    vertical-align: middle;
}
body .essay-price-new-table .first-time-order-wrap{
    margin: 0 0 10px;
}
body .essay-price-new-table .service-panel .vip-service {
    background-color: #fff;
    border: 1px solid #e8e9e9;
}

body .essay-price-new-table .service-panel .vip-service>div {
    margin: 12px auto;
}

body .essay-price-new-table .service-panel .el-switch.el-switch-sm {
    vertical-align: middle;
    margin-right: 6px;
}

body .essay-price-new-table .service-panel .first-time-order span.percent {
    font-size: 17px;
    color: #0bdc95;
    font-weight: 600;
    text-transform: uppercase;
}

body .essay-price-new-table .final-panel div.order-total-submit input {
    background-color: #0bdc95;
    border: 1px solid #0bdc95;
    font-weight: 500;
    padding: 15px 40px;
    font-size: 15px;
    font-family: "Helvetica Neue Cyr - Roman";
}

body .essay-price-new-table .final-panel div.order-total-title {
    font-size: 16px;
    color: #141414;
}

body .essay-price-new-table .final-panel div.order-total-title .mini-order-first-price,
body .essay-price-new-table .final-panel div.order-total-title .order-total-price {
    font-weight: 500;
    color: #7aadf8;
    font-size: 22px;
    margin-left: 3px;
}

body .essay-price-new-table .final-panel div.order-total-title .mini-order-first-price {
    font-size: 22px;
    color: #ff6375;
    font-weight: 700;
}

body .essay-price-new-table .pm-input span i {
    border: none;
    background: transparent;
    font-size: 0;
    border: 0;
}

body .essay-price-new-table .pm-input span {
    width: 48px;
    height: 47px;
    padding-top: 0;
    background: #efefef;
}

body .essay-price-new-table .pm-input span i.hover,
.essay-price-new-table .pm-input span i:hover {
    color: #484b4d;
}

body .essay-price-new-table.essay-component .pm-input .m i:before {
    color: #7c7d7e;
}

body .essay-price-new-table .table-row:nth-child(even) {
    background-color: #fff;
}

body .essay-price-new-table .table-row:nth-child(odd) {
    border-bottom: 1px solid #e7eaf2;
    border-top: 1px solid #e7eaf2;
    background-color: #fcfcfc;
}

body .essay-price-new-table .table-price-node .table-row:first-child .table-cell {
    color: #0a2c3b;
    font-size: 15px;
    font-weight: 600;
}

body .essay-price-new-table .table-price-node .table-row .table-cell:first-child {
    color: #0a2c3b;
    font-size: 15px;
    font-weight: 600;
}

body .essay-price-new-table .table-price-node .table-cell-value {
    color: #1f1f1f;
    font-size: 15px;
    font-weight: 500;
}

body .essay-price-new-table .table-row {
    align-items: center;
}

body .essay-price-new-table .table-row.table-row-title {
    border-bottom: 2px solid #4fc3f7;
    background: #fff;
    border-top: none;
}

body .essay-price-new-table .table-price-node {
    border: none;
    padding: 0;
}

body .essay-price-new-table .table-row .table-cell {
    padding: 10px 0;
}

body .essay-price-new-table .table-row .table-cell.selected {
    color: #7aadf8;
    font-weight: 500;
}

body .essay-price-new-table .final-panel div.order-total-title .mini-order-first-price,
body .essay-price-new-table .final-panel div.order-total-title .order-total-price {
    font-weight: 700;
    color: #4fc3f7;
    font-size: 22px;
}

body .essay-price-new-table .service-panel .checkbox-input>i {
    vertical-align: top;
    margin-top: 3px;
    filter: hue-rotate(-194deg);
}

body .essay-price-new-table .service-panel {
    margin-top: 10px;
}

main .page_content .essay-price-new-table .select-wrapper span.caret {
    display: none;
}

main .page_content .essay-price-new-table ul {
    padding: 0;
}

@media only screen and (min-width: 993px) {
    .page-prices main .container {
        max-width: 1140px;
    }
}

body .essay-price-new-table .pm-input span.m:before,
body .essay-price-new-table .pm-input span.p:before {
    border-right-color: #e5e5e5;
    font-size: 12px;
    color: #1f1f1f;
    font-weight: 400;
    font-family: FontAwesome;
    line-height: 45px;
    display: inline;
}

body .essay-price-new-table .pm-input span.m:before {
    content: '\F068';
}

body .essay-price-new-table .pm-input span.p:before {
    content: '\F067';
}

body .essay-price-new-table .hint div p {
    text-align: justify;
    font-size: 14px;
    color: #141414;
    font-weight: 400;
    font-family: "Nunito";
    line-height: 1.4;
}

@media(min-width:1201px) {
    body .ae-price-table .essay-price-new-table form.analysis .first-time-order-wrap .first-time-order {
        padding-top: 15px;
    }
    body .essay-price-new-table .service-panel .vip-service>div {
        width: 70%;
    }
    body .ae-price-table .essay-price-new-table form.analysis .first-time-order-wrap {
        width: 240px;
        top: -43px;
        left: 0;
        right: auto;
    }
    body .essay-price-new-table .service-panel .vip-service>div.vip-services-list {
        width: 30%;
    }

    body .essay-price-new-table .service-panel .vip-service {
        width: calc(100% - 260px);
    }
}
@media(max-width:1200px) and (min-width:992px){
    body .essay-price-new-table .service-panel .vip-service {
        width: calc(100% - 190px);
        margin-right: 10px;
    }
    body .essay-price-new-table .service-panel .first-time-order {
        width: 175px;
    }

}
@media(max-width:992px){
    .ae-order .order-form-wrapper .input-button.apply-discount-input span, .ae-order .order-form-wrapper .input-button.add-writer-input span {
        margin-top: 5px;
        top: auto;
        left: auto;
        right: auto;
    }

    .ae-order .order-form-wrapper .material-hint.w-level-hint .dropdown-content {
        margin-left: 0;
    }
}
@media(min-width:1401px) {
    body .essay-price-new-table .service-panel .vip-service>div.vip-services-list {
        width: 30%;
    }
}

@media(max-width:767px) {
    body .essay-price-new-table.mobile_s .service-panel .first-time-order{
        width: 100%;
    }
}
@media(max-width:500px) {
    /*
    .ae-price-table .essay-component {
        padding: 5px 30px;
    }
    */
    body .essay-price-new-table.mobile_s .final-panel div.order-total-submit {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


body .essay-price-new-table .service-panel .vip-services-list .extra-services-item {
    padding: 15px 10px;
    position: relative;
}

body .essay-price-new-table .service-panel .vip-services-list .extra-services-item b {
    position: static;
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: top;
    padding-right: 5px;
    font-size: 14px;
}

body .essay-price-new-table .service-panel .vip-services-list .extra-services-item .price-wrapper {
    position: static;
    display: inline-block;
    width: 67px;
    text-align: right;
    font-size: 15px;
    line-height: normal;
    vertical-align: top;
    color: #0a2c3b;
    font-weight: 600;
}

body .essay-price-new-table .service-panel .vip-services-list .extra-services-item .checked b {
    font-weight: 500;
}

body .essay-price-new-table .service-panel .vip-services-list.open .extra-services {
    width: 290px;
    margin-bottom: 0;
}

body .essay-price-new-table .service-panel .vip-services-list label {
    width: 100%;
}

body .essay-price-new-table.mobile_s .service-panel .vip-services-list label {
    margin-bottom: 0px;
    padding-right: 0;
}

body .essay-price-new-table .service-panel .extra-services .checkbox-input>i {
    margin-top: 0;
}

body .essay-price-new-table .service-panel .vip-services-list .extra-services-item {
    margin-bottom: 0;
}

body .essay-price-new-table .service-panel .vip-services-list label {
    line-height: normal;
}

/* End of .ae-price-table */
body .order-form-wrapper form:not(.presentation) .ws-pages .number-field > input[type="text"]{
    box-sizing: border-box;
}
body .order-form-wrapper form:not(.presentation) .ws-pages .number-field::after{
    top: 50%;
    left: calc(50% - 50px);
}
body .ae-miniorder-custom .mini-custome-order .number-field input[type="text"]{
    box-sizing: border-box;
    width: 100%;
}
body .ae-miniorder-custom .mini-custome-order .number-field:after{
    left: calc(50% - 55px);
    color: #322d3a;
    font-size: 1rem;
    font-family: 'Open Sans', Arial;
}
@media all and (max-width: 1500px) and (min-width: 1199px){
    body .ae-miniorder-custom .mini-custome-order .number-field:after{
        font-size: 12px;
        left: calc(50% - 41px);
    }
    body .ae-miniorder-custom .mini-custome-order .number-field input[type="text"]{
        font-size: 12px;
        padding-right: calc(50% + 46px);
    }
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality-row label.label{
    position: relative;
    display: flex;
    align-items: center;
}
body .ae-order .essay-component.order-form-wrapper .ws-writing-quality-row label.label:after{
    line-height: 0;
    margin: 0 0 0 10px;
    content: "";
    background: url(/wp-content/themes/topwritingservice/images/no_AI2__1_.svg) center no-repeat;
    background-size: contain;
    width: 92px;
    height: 35px;
}
body .summary-sidebar-wrapper.essay-component .header{
    display: flex;
    align-items: center;
}
@media(min-width:1024px){
    .ae-order .next-step-button-wrapper-flex:after {
        content: "";
        background: url(/wp-content/themes/topwritingservice/images/no-AI2.svg) center no-repeat;
        width: 100%;
        height: 39px;
        display: block;
        background-size: 210px auto;
        margin-top: 10px;
    }
}
@media(max-width:1023px){
    main .order-form-wrapper .wrap-order-submit .col.proceed-button:after {
        content: "";
        background: url(/wp-content/themes/topwritingservice/images/no-AI2.svg) center no-repeat;
        width: 100%;
        height: 39px;
        display: block;
        background-size: 210px auto;
        margin-top: 10px;
    }
}
body .ae-order .ws-sources .notice-wrapper .number-field input.error {
    background: #fef4f4 !important;
}
body .ae-price-table .essay-price-new-table .service-panel .vip-services-list .extra-services-item b {
    transform: none;
    vertical-align: middle;
}
body .ae-price-table .essay-price-new-table .service-panel .vip-services-list .extra-services-item .price-wrapper {
    vertical-align: middle;
    margin-top: -1px;
}
body .ae-price-table .essay-price-new-table .service-panel .extra-services .checkbox-input>i {
    vertical-align: middle;
    margin-top: -4px;
}
.ae-price-table .essay-price-new-table .service-panel .vip-service > div.vip-services-list-package {
    padding: 0;
    justify-content: center;
}
.ae-price-table{
    position:relative;
}
.ae-price-table .essay-price-new-table .first-time-order-wrap select[name="currency_id"] {
    background: #4fc3f7;
    border: none;
    color: #fff;
    height: 35px;
    padding: 0 0 0 3px;
    width: 57px;
}
.ae-price-table .essay-price-new-table .first-time-order-wrap select[name="currency_id"] option {
    color: #322d3a;
    background: #fff;
}
body .ae-price-table .essay-price-new-table .first-time-order-wrap {
    flex-direction: row-reverse;
}
body .ae-price-table .essay-price-new-table .first-time-order-wrap .first-time-order {
    margin-right: 0;
    margin-left: 5px;
}
main .page-content-wrapper .blog-preview-content h2 {
    font-size: 14px;
    font-family: "Helvetica Neue Cyr - Roman";
    line-height: 1.4;
    margin: 0;
}
main .page-content-wrapper .blog-preview-content h2:after {
    display: none;
}
.blog-page .sidebar .orders-sidebar .ae-sidebar-login {
    padding: 0;
}
.no-post-image{
    position: relative;
    background: #f2f2f2;
}
.no-post-image .post-img-title{
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.no-post-image .post-img-title .img-title{
    line-height: 1.35;
    color: #524d4c;
    background: rgba(255,255,255,0.5);
    padding: 12px 10px 8px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 4px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    height: 58px;
}
.no-post-image .post-img-title .line{
    height: 5px;
    background:  rgba(255,255,255,0.5);
}
@media(min-width:1201px){
    body .ae-price-table .essay-price-new-table .first-time-order-wrap {
        position: absolute;
        right: 0;
        width: 24%;
        top: 218px;
        justify-content: space-between;
    }
    body .ae-price-table .essay-price-new-table .service-panel .vip-service{
        width: 74.5%;
    }
    body .ae-price-table.logged .essay-price-new-table .service-panel .vip-service {
        width: calc(100% - 70px);
    }
}
@media(max-width:1200px){
    body .ae-price-table .essay-price-new-table .service-panel .vip-service {
        width: 100%;
        margin-right: 0;
    }
    .ae-price-table .essay-price-new-table .first-time-order-wrap select[name="currency_id"]{
        margin-right:10px;
    }
}
@media(min-width:993px){
    .ae-order .order-form-wrapper .material-hint.w-level-hint .dropdown-content {
        margin-left: -100px!important;
    }
}
.ae-price-table:before {
    content: "";
    background: url(/wp-content/themes/topwritingservice/images/no_AI2__1_.svg) center right no-repeat;
    height: 40px;
    display: block;
    background-size: auto 35px;
    position: absolute;
    right: 0;
    top: -50px;
    z-index: 1;
    width: 90px;
}
@media(max-width:1200px) and (min-width:375px){
    .ae-price-table:before{
        top:-1px;
    }
}
@media(max-width:374px){
    .ae-price-table:before {
        top: -37px;
    }
}
@media(max-width: 400px){
    body .user-area-wrapper .menu-list li a {
        padding: 11px 25px 10px;
    }
}

.large-infografic-img{
    max-width: 70%;
    margin: 5px auto;
    display: block;
}
@media(max-width: 991px){
    .large-infografic-img{
        max-width: 80%;
    }
}
@media(max-width: 600px){
    .large-infografic-img{
        max-width: 100%;
    }
}