

.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body .essay-component * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.no-scroll {
    overflow: hidden;
}
*, *:active, *:focus,
body .form-control:focus {
    outline: none;
}

img:not(.overflown) {
    max-width: 100%;
}

p {
    font-size: 15px;
}

.red {
    color: #e14e46;
}

.bold {
    font-weight: 700;
}

.texture {
    background: url(/files/images/pattern-ancient.png) right top repeat-x;
    height: 50px;
    text-align: center;
}
.clear {
    clear: both;
}
body .animated {
    transform: scale(1);
    transition: 0.5s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

            /*COOKIE*/

body .global-cookie .cookie-policy-block {
    top: 60px;
    bottom: auto;
}

body .cookie-policy-block {
    border: 1px solid #bccf91;
    border-radius: 10px;
}

@media (min-width: 481px) { 
    body .cookie-policy-block .text-col {
        background: url("/files/images/cookie.png") no-repeat 0 center;
    }
}

body .cookie-policy-block .text-col p b, 
body .cookie-policy-block .read-more {
    display: inline;
    color: #671b20;
}
body .cookie-policy-block p {
    line-height: 1.8em;
    max-width: 310px;
}
body .cookie-policy-block .button {
    background: #e14e46;
}

@media (max-width: 480px) {
    body .cookie-policy-block {
        background: #fff url("/files/images/cookie-mob.png") no-repeat top 5px right 20px;
    }
    body .cookie-policy-block .text-col p b {
        display: block;
    }
    body .cookie-policy-block p {
        max-width: 240px;
    }
}



.button {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    min-width: 140px;
    max-width: 100%;
    padding: 11px 15px;
    border: 1px solid transparent;
    background: transparent;
    color: #ffffff;
    width: 140px;
    line-height: normal;
    transition: color, border-color, background 0.3s;
}

.button:hover {
    text-decoration: none;
    color: #ffffff;
}

.button.button-primary-1 {
    background: #e14e46;
    border-color: #e14e46;
    color: #ffffff;
}

.button.button-primary-1:hover {
    background: #be453d;
}

.button.button-primary-1-o {
    border-color: #e14e46;
    color: #e14e46;
}

.button.button-primary-1-o:hover {
    color: #e14e46;
    background: rgba(225, 78, 70, 0.09);
}

.button.button-primary-2 {
    background: #fbdc83;
    border-color: #fbdc83;
    color: #444444;
}

.button.button-primary-2:hover {
    background: #f5d47c;
}

.button.button-round {
    border-radius: 20px;
}

.button.button-primary-2-o {
    border-color: #fbdc83;
    color: #fbdc83;
}

.button.button-primary-2-o:hover {
    color: #fbdc83;
    background: rgba(251, 220, 131, 0.09);
}
.button.button-primary-4 {
    background: #641f21;
}
.navbar-collapse {
    position: fixed;
    top: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: black;
    overflow-y: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 9;
}

div#bs-example-navbar-collapse-1 {
    padding: 0;
    margin: 0 0px 0 0px;
}

.navbar-collapse .navbar-toggle.mob-menu-close {
    margin: 5px -12% -5px 0;
    padding: 0;
    border: 2px solid #363535;
    float: none;
    font-size: 21px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 32px;
}
body .navbar-nav {
    margin: 0;
}
div#bs-example-navbar-collapse-1 .navbar-nav > li:not(.mob-block-tel) {
    float: none;
    display: inline-block;
}

div#bs-example-navbar-collapse-1 .navbar-nav > li {
    display: block !important;
}

.navbar-collapse .navbar-nav.nav > li:not(.mob-menu-actions) {
    padding: 0 13%;
    margin: 0;
}

div#bs-example-navbar-collapse-1 .navbar-nav > li:not(.mob-block-tel),
div#navbar-collapse-user .navbar-nav > li {
    float: none;
    display: block;
}

.navbar-collapse .navbar-nav.nav.mob-menu-list > li:not(:first-child) a {
    border-bottom: 1px solid #ebebeb;
}

.navbar-collapse .navbar-nav.nav > li > a {
    border-radius: 0;
}

.navbar-collapse .navbar-nav > li > a {
    text-decoration: none;
    text-align: center;
    padding: 16px 30px;
    margin: 0;
    font-size: 26px;
    color: #444444;
}

@media (max-width: 500px) {
    .navbar-collapse .navbar-nav > li > a {
        font-size: 18px;
    }
}

.mob-menu-actions .row div:first-child {
    text-align: right;
}

.mob-menu-actions {
    padding-top: 16px;
    padding-bottom: 16px;
}

/* user-area-wrapper */

body .user-area-wrapper {
    text-align: center;
}
.special-offer {
    z-index: 999;
    border-radius: 50%;
    display: none;
    background: url(/files/images/70x70_circle.svg) no-repeat;
    height: 70px;
    width: 70px;
    position: fixed;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
}
/*body .ae-sidebar-logged .essay-component.mini-wrapper .header {*/
    /*background: none;*/
/*}*/

body.ae-sidebar-logged .essay-component.mini-wrapper .header  {
    background: url('/files/images/welcome.png') no-repeat top center transparent;
    -webkit-background-size: 65%;
    background-size: auto 42px;
    border: none;
    color: #444444;
    text-align: center;
    padding-top: 45px;
    font-weight: bold;
    font-family: 'Open Sans', Arial;
    margin-left: -10px;
    margin-right: -10px;
}

body .user-area-wrapper .info-list {
    padding: 0;
    margin-bottom: 10px;
    background: none;
}
body .user-area-wrapper.vip-accounts-wrapper .vip-accounts-wrapper {
    display: block;
    color: #e14f48;
    margin-top: 5px;
}
body .user-area-wrapper.vip-accounts-wrapper .vip-accounts-wrapper:after,
body .user-area-wrapper.vip-accounts-wrapper .vip-accounts-wrapper:before {
    display: inline-block;
    content: '';
    background: url('/files/images/vip-sign.png');
    vertical-align: middle;
    height: 28px;
    width: 28px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat:  no-repeat;
}
body .user-area-wrapper.vip-accounts-wrapper .vip-accounts-wrapper:after {
    margin-left: 7px;
}
body .user-area-wrapper.vip-accounts-wrapper .vip-accounts-wrapper:before {
    margin-right: 7px;
}
body .user-area-wrapper.vip-accounts-wrapper .till-vip-status {
    font-size: 12px;
}
body .user-area-wrapper.vip-accounts-wrapper .till-vip-status:before {
    display: inline;
    content: '(';
}
body .user-area-wrapper.vip-accounts-wrapper .vip-accounts-wrapper + span {
    display: block;
    margin-top: -11px;
    line-height: 1;
}
body .user-area-wrapper.vip-accounts-wrapper .till-vip-status:after {
    display: inline;
    content: ')';
}
body .user-area-wrapper ul.info-list li b,
body .user-area-wrapper ul.info-list li span {
    font-size: 18px;
}
body .user-area-wrapper ul.info-list li b {
    display: inline-block;
}

body .user-area-wrapper ul.info-list li span {
    color: #444444;
    display: block;
}

body .user-area-wrapper ul.info-list li a,
body .user-area-wrapper ul.info-list li b {
    color: #006ebd;
    text-decoration: none;
    border: none;
}

body .user-area-wrapper ul.info-list li:nth-child(2) b {
    color: #e14f48;
}

.user-area-wrapper.essay-component .menu-list i {
    display: none;
}

.user-area-wrapper .menu-list li:first-child,
.user-area-wrapper .menu-list li:first-child + li {
    border: none;
}

.user-area-wrapper .menu-list li:last-child {
    border-bottom: solid #ececed 1px;;
}

body .user-area-wrapper ul.menu-list {
    position: relative;
    margin-bottom: 120px;
}

body .user-area-wrapper ul.menu-list li:not(:first-child) a {
    font-size: 18px;
    text-transform: uppercase;
    color: #444444;
    padding: 12px 15px;
}

body .user-area-wrapper ul.menu-list li:not(:first-child) a:hover,
body .user-area-wrapper ul.menu-list li:not(:first-child) a:active,
body .user-area-wrapper ul.menu-list li:not(:first-child) a:focus {
    color: #e04e46;
    background: none;
}

body .user-area-wrapper ul.menu-list li.order-li {
    position: absolute;
    top: 100%;
    font-size: 20px;
    width: 100%;
    padding-top: 30px;
}

body .user-area-wrapper ul.menu-list li.order-li a {
    box-sizing: border-box;
    padding: 0;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    font-size: 20px;
    color: #ffffff;
    vertical-align: middle;
    background: #f7941d;
    max-width: 238px;
    margin: auto;
}

body .user-area-wrapper ul.menu-list li.order-li a:hover,
body .user-area-wrapper ul.menu-list li.order-li a:active,
body .user-area-wrapper ul.menu-list li.order-li a:focus {
    box-shadow: 0 0 15px rgba(0, 0, 0, .3) inset;
}

/* END user-area-wrapper */
#back-top {
    position: fixed;
    bottom: 47%;
    right: 10px;
    z-index: 10;
}
a.square-red {
    background: #ff9600;
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    color: white;
    font-size: 30px;
}

.first-order-discount {
    height: 130px;
    background-image: url('/files/images/fod-grandpa.png'), url('/files/images/fod-coliseum.png'), url('/files/images/fod-bg.jpg');
    background-position: 8% bottom, right bottom, left top;
    background-repeat: no-repeat;
    padding: 0 240px 0 240px;
    /*
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    */
}
.first-order-discount-content {
    display: table;
    width: 100%;
    height: 100%;
}
.first-order-discount-amount {
    font-size: 50px;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
    color: #ffdc00;
    font-weight: 700;
    text-shadow: -2px 4px 0 rgba(137,49,49,.5);
    line-height: 55px;
}
.first-order-discount-amount span {
    font-weight: 600;
    color: #ffffff;
}
.first-order-discount-description {
    line-height: 30px;
}
.first-order-discount-description .fa-star {
    color: #eb9490;
    margin-right: 5px;
}
.first-order-discount-description-text {
    color: rgba(255,255,255,.75);
    font-size: 27px;
    font-weight: 500;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
}
.first-order-discount-button,
.first-order-discount-text {
    display: table-cell;
    vertical-align: middle;
}
.first-order-discount-button .button {
    padding: 15px;
    width: 100%;
    max-width: 270px;
    font-size: 17px;
}
.first-order-discount-code-text {
    font-size: 17px;
    color: #fff;
    margin-bottom: 7px;
    font-family: "Montserrat";

    text-align: center;
}
.first-order-discount-code-text b {
    font-size: 20px;
    font-weight: 900;
}
@media all and (min-width: 1200px) {
    .first-order-discount-code-text {
         max-width: 200px;
        white-space: nowrap;
    }
}
@media all and (min-width: 768px) and (max-width: 1199px) {
    .single-blog-page .first-order-discount {
        padding: 0 80px;
        background-size: 80px, 80px, auto;
    }
}
@media all and (min-width: 700px) and (max-width: 1199px) {
    .first-order-discount-code-text {
        white-space: normal;
        max-width: 160px;
        line-height: 1;
    }
}

.text_404 {
    font-size: 34px;
    font-weight: 700;
    color: rgb(54, 27, 28);
}
.sory_text {
    font-size: 20px;
    color: #b3b3b3;
    padding-bottom: 15px;
}
.btn_404 {
    margin-bottom: 15px;
}
.sory_text + .block_btns {
    padding-bottom: 25px;
}
/* Discount popup */
body .featherlight .featherlight-content.featherlight-content-custom{
    background: transparent;
    padding: 0;
    width: auto;
    height: auto;
    border:none;
}

body .featherlight .featherlight-content.featherlight-content-custom .essay-discount-popup-form{
    background: url(/files/images/pop-up.png) no-repeat left center;
    background-size: contain;
    width: 666px !important;
    height:454px;
    padding: 0;
    border: none;
    max-width: 100%;
    border: none;
    box-shadow: none;
}
body .featherlight .featherlight-content-custom .featherlight-close-icon {
    margin: 0;
    top: 83px;
    right: 10px;
    width: 30px;
    color: #576179;
    background: transparent;
    border:2px solid #576179;
    border-radius: 50%;
    font-weight: 600;
    box-shadow: none;
}
body .featherlight .essay-discount-popup-form form{
    padding: 0;
    box-sizing: border-box;
    margin-top: 280px;
    margin-left: 60px;
    display: inline-block;
    width: 546px;
}
body .featherlight .essay-discount-popup-form form .name {
    margin-top: 0;
}
body .essay-discount-popup-form .messages {
    position: absolute;
    left: 5%;
    bottom: 20px;
    width: 90%;
}
body .essay-discount-popup-form .messages .success-message{
    margin-bottom: 0;
}
body .featherlight .essay-discount-popup-form .email {
    width:calc(100% - 175px);
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
body .featherlight .essay-discount-popup-form .email input {
    border-radius: 25px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 5px 5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid rgb(196, 196, 196);
    box-shadow: none;
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    font-size: 15px;
    color: #666;
    margin: 0;
    vertical-align: middle;
}

body .featherlight .essay-discount-popup-form .email input::placeholder {
    color:#c5c5c5;
}
body .featherlight .essay-discount-popup-form .submit {
    width:160px;
    display: inline-block;
    margin-left: 10px;
}
body .featherlight .essay-discount-popup-form .submit input{
    margin-top: 0;
    background-color:  rgb(255, 61, 0);
    width:100%;
    display: inline-block;
    border:1px solid rgb(255, 61, 0);
    font-size: 15px;
    color: rgb(255, 255, 255);
    background-size: container;
    font-weight: 600;
    padding: 0;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    vertical-align: middle;
}
body .essay-component.essay-discount-popup-form label.error {
    position: absolute;
    font-size: 15px;
    font-weight: normal;
    margin-left: 20px;
}
.chat-live-pop-up {
    background: rgba(0, 0, 0, 0) url("/files/images/live-chat-modal.png") repeat scroll 0 0;
    display: none;
    height: 225px;
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 330px;
    z-index: 15;
}

.chat-live-pop-up .close {

    display: block;

    height: 25px;

    width: 25px;

    cursor: pointer;

    position: absolute;

    bottom: 15px;

    right: 10px;

}

.chat-live-pop-up .chat {

    bottom: 10px;

    cursor: pointer;

    display: block;

    height: 31px;

    position: absolute;

    left: 15px;

    width: 120px;

}
.order_steps_block{
    padding: 45px 50px;
    margin: 25px auto;
    background: #f8faf9;
}
.order_steps_block .block_title:after{
    background: url("files/images/How_to_sprite.png")no-repeat;
    content: "";
    width: calc(100% - 324px);
    height: 35px;
    display: block;
    position: absolute;
    background-position: 1px -24px;
    right: -49px;
    top: 0;
}
.order_steps_block .block_title{
    position: relative;
    color: #dc4d4a;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 25px;
    font-weight: 700;
    display: block;
    margin-bottom: 40px;
}
.order_steps_block .block_steps{
    text-align: center;
}
.block_steps img {
    max-width: 40px;
    height: 45px;
    margin-bottom: 10px;
}
.order_steps_block .step.step_1 .icon_step{
    background-position: -382px -68px;
}
.order_steps_block .step.step_2 .icon_step{
    background-position: -507px -67px;
    width: 50px;
    height: 50px;
}
.order_steps_block .step.step_3 .icon_step{
    background-position: -580px -63px;
    width: 50px;
    height: 50px;
}
.order_steps_block .step.step_4 .icon_step{
    background-position: -447px -69px;
}
.order_steps_block .step.step_5 .icon_step{
    background-position: -642px -69px;
    width: 50px;
    height: 46px;
}
.order_steps_block .step.step_1:after {
    content: "01";
    color: white;
    background: #dc4d4a;
    border-radius: 80% 80% 0 0;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
    position: absolute;
    font-size: 19px;
    right: calc(50% - 25px);
    bottom: -10px;
}
.order_steps_block .step.step_2:after {
    content: "02";
    color: white;
    background: #dc4d4a;
    border-radius: 80% 80% 0 0;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
    position: absolute;
    font-size: 19px;
    right: calc(50% - 25px);
    bottom: -10px;
}
.order_steps_block .step.step_5:after {
    content: "05";
    color: white;
    background: #dc4d4a;
    border-radius: 80% 80% 0 0;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
    position: absolute;
    font-size: 19px;
    right: calc(50% - 25px);
    bottom: -10px;
}
.order_steps_block .step.step_3:after {
    content: "03";
    color: white;
    background: #dc4d4a;
    border-radius: 80% 80% 0 0;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
    position: absolute;
    font-size: 19px;
    right: calc(50% - 25px);
    bottom: -10px;
}
.order_steps_block .step.step_4:after {
    content: "04";
    color: white;
    background: #dc4d4a;
    border-radius: 80% 80% 0 0;
    width: 50px;
    height: 36px;
    text-align: center;
    line-height: 32px;
    display: block;
    position: absolute;
    font-size: 19px;
    right: calc(50% - 25px);
    bottom: -10px;
}
.order_steps_block .step{
    border: 10px solid #dc4d4a;
    border-radius: 7px;
    padding: 15px 3px 34px 3px;
    display: inline-block;
    background: white;
    width: calc(19.5% - 25px);
    margin-right: 25px;
    min-height: 208px;
    vertical-align: top;
    position: relative;
}
.order_steps_block .step:last-child:before {
    display: none!important;
}
.order_steps_block .step:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17.5px 0 17.5px 20px;
    border-color: transparent transparent transparent #dc4d4a;
    right: -26px;
    top: calc(50% - 10px);
}
.order_steps_block .step:last-child{
    margin-right: 0;
}
.order_steps_block .step .icon_step{
    width: 44px;
    height: 44px;
    display: block;
    margin: 0 auto 15px auto;
    background: url("files/images/How_to_sprite.png")no-repeat;
}
.order_steps_block .step p{
    color: #444444;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
}
.order_steps_block .step b{
    color: #831016;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 700;
}

@media(max-width:700px){
    body .featherlight .featherlight-content.featherlight-content-custom .essay-discount-popup-form{
        background: url(/files/images/pop-up-mob.png) no-repeat left center;
        background-size: cover;
        width: 311px !important;
        height:282px;
    }
    body .featherlight .featherlight-content-custom .featherlight-close-icon {
        top: 40px;
        padding: 3px;
        right: 1px;
        background-color: transparent;
        width: 20px;
        font-size: 9px;
        height: 20px;
        border: 1px solid #576179;
        line-height: normal;
    }
    body .featherlight .essay-discount-popup-form form {
        margin-top: 177px;
        margin-left: 20px;
        max-width: 265px;
    }
    body .featherlight .essay-discount-popup-form .email input, body .featherlight .essay-discount-popup-form .submit input {
        line-height: 30px;
        height: 30px;
        border-radius: 15px;
        font-size: 13px;
    }
    body .featherlight .essay-discount-popup-form .submit {
        width: 80px;
        margin-left: 0;
    }
    body .featherlight .essay-discount-popup-form .email {
        width: calc(100% - 85px);
    }
    body .featherlight .essay-discount-popup-form label.error {
        font-size: 10px;
    }

    body .essay-component.essay-discount-popup-form .success-message,
    body .essay-component.essay-discount-popup-form .error-message,
    body .essay-component.essay-discount-popup-form .info-message {
        margin-top: -10px;
        padding: 5px 5px 5px 20px;
        background-position: 2px 5px;
        background-size: 15px;
        line-height: normal;
        font-size: 10px;
        margin-bottom: 40px;
    }
}
@media all and (min-width: 1200px) {
    .blog-page .first-order-discount {
        height: 130px;
        background-image: url('/files/images/fod-grandpa.png'), url('/files/images/fod-coliseum.png'), url('/files/images/fod-bg.jpg');
        background-position: 3% bottom, 120% bottom, left top;
        background-repeat: no-repeat;
        padding: 0 105px 0 161px;

    }
    .blog-page .first-order-discount-amount {
        font-size: 30px;
    }
    .blog-page .first-order-discount-description-text {
        font-size: 18px;
    }
}
@media all and (max-width: 1199px) {
    .order_steps_block .step{
        padding: 10px 5px 34px;
        margin-right: 15px;
        width: calc(19.5% - 15px);
        min-height: 243px;
    }
    .first-order-discount {
        padding: 0 210px;
    }
}
@media all and (max-width: 993px) {
    body .essay-component {
        padding:15px;
    }
}
@media all and (min-width: 992px) {
    .chat-live-button {
        display: none !important;
    }
     body .no-scroll {
        overflow-y: auto;
    }
    .navbar-collapse {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .order_steps_block {
        padding: 30px 15px;
    }
    .order_steps_block .block_title:after{
        right: -14px;
    }
    .order_steps_block .step{
        min-height: 243px;
    }
    .chat-live-pop-up {
        display: none !important;
    }
    .first-order-discount {
        background-position: 10px bottom, 600px bottom, left top;
        padding: 0 100px 0 160px;
    }
    .first-order-discount-amount {
        font-size: 38px;
    }
    .first-order-discount-description-text {
        font-size: 20px;
    }
    .first-order-discount-description .fa-star {
        font-size: 14px;
    }
    .chat-live-button .chat {
        bottom: 0;
        cursor: pointer;
        display: block;
        height: 45px;
        left: 0;
        width: 110px;
        line-height: 40px;
        text-align: center;
        border: 2px #e14e46 solid;
        color: #e14e46;
        font-weight: bold;
        border-radius: 5px;
        font-size: 16px;
        text-decoration: none;
        background: white;
    }
    .chat-live-button .chat {
        font-size: 0;
        height: 50px;
        width: 50px;
        border-radius: 50%;
        padding-top: 9px;
        padding-right: 0;
        color: #ffffff;
        border: 1px #fff solid;
        background: #e04e46;
        box-shadow: 0 0 0 3px #e04e46;
    }
    .chat-live-button {
        display: block;
        bottom: 120px;
        right: 0;
        margin: 0;
        width: 83px;
        position: fixed;
        z-index: 10;
    }
    .bottom-up .chat-live-button {
        bottom: calc(100vw/5.5);
    }
    .chat-live-button .fa {
        padding: 0 0 7px 0;
        color: #ffffff;
        display: inline-block;
        font-size: 20px;
    }
    .chat-live-button {
        display: block;
        bottom: 100px;
        right: 14px;
        margin: 0;
        width: 50px;
        z-index: 100;
    }
    #back-top {
        bottom: 180px;
    }
    a.square-red {
        width: 56px;
        height: 56px;
        line-height: 55px;
        background: rgba(255,255,255,.7);
        color: #545f79;
        border-radius: 50%;
    }

    body .navbar-collapse {
        position: fixed;
        top: 40px;
        overflow-y: scroll;
        z-index: 1002;
    }

    .main {
        margin-top: 40px;
    }
    .text_404, .sory_text ,
    .sory_text + .block_btns {
        text-align: center;
    }
    .block_404_img_wrapper {
        text-align: center;
    }
    .block_404_img_wrapper img {
        max-width: 300px;
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    .order_steps_block .step:before{
        transform: rotate(90deg);
        right: calc(50% - 11px);
        bottom: -36px;
        top: auto;
    }
    .order_steps_block .block_title:after {
        left: -28px;
        right: auto;
        top: -48px;
        width: calc(100% + 43px);
    }
    .order_steps_block .block_title{
        text-align: center;
        margin: 40px auto 10px auto;
    }
    .order_steps_block{
        max-width: 290px;
    }
    .order_steps_block .step {
        min-height: 180px;
        width: 209px;
        display: block;
        margin: 20px auto 35px;
    }
    .order_steps_block .step:last-child{
        margin: 20px auto 0 auto;
    }
}
@media all and (max-width: 767px) {
    .first-order-discount {
        padding: 0 60px 0 160px;
    }
}
@media all and (max-width: 699px) {
    .first-order-discount {
        padding: 40px 20px;
        background-image: url('/files/images/fod-bg.jpg'), url('/files/images/fod-bg-pattern.jpg');
        background-color: #fff;
        background-repeat: no-repeat, repeat-y;
        background-position: left bottom;
        text-align: center;
        height: auto;
    }
    .first-order-discount-button,
    .first-order-discount-text {
        display: block;
    }
    .first-order-discount-content {
        display: block;
    }
    .first-order-discount-description-text {
        display: block;
    }
    .first-order-discount-button {
        margin-top: 30px;
    }

}
@media (max-width: 600px){
    .bottom-up .chat-live-button {
        bottom: calc(100vw/2.8);
    }
}
.arr {
    font-size: 20px;
    line-height: 15px;
}


.banner-300-words {
    margin: 20px auto;
    padding: 65px 10px 40px 41px;
    background: url(/files/images/banner-300words.png) no-repeat center left;
    min-height: 181px;
    max-width: 1140px;
    position: relative;
    /*
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    */
}
.banner-300-words .banner-300words-money{
    display:none
}
.banner-300-words .top-text {
    display: block;
    text-align: left;
}
.banner-300-words .line-10persent {
  font-size: 15px;
  font-family: "Montserrat";
  color: rgb(49, 15, 16);
  line-height: 1.4;
  text-align: left;
}
.banner-300-words .line-first-discount {
    font-size: 16px;
    font-family: "Montserrat";
    color: rgb(49, 15, 16);
    font-weight: bold;
    line-height: 1.3;
    text-align: left;
    margin-top: 5px;
    display: block;
}

.banner-300-words .block-15off {
    color:#9e1e18;
    font-size: 18px;
    font-weight: bolder;
}
.banner-300-words .words-300-discount-code {
    font-weight: 400;
    white-space: nowrap;
}
@media(max-width:1200px){
    .banner-300-words {
        background: url(/files/images/banner-300words-md.png) no-repeat top left;
        padding: 65px 180px 19px 41px;
        min-height: 160px;
    }
    .banner-300-words .banner-300words-money {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
    }
}
@media(max-width:991px){
    .banner-300-words .line-10persent {
        font-size: 13px;
        font-family: "Montserrat";
        color: rgb(49,15,16);
        line-height: 1.4;
    }
    .banner-300-words .line-first-discount {
        font-size: 14px;
    }
    .banner-300-words .block-15off {
        font-size: 16px;
    }
}
@media(max-width:650px){
    .banner-300-words .words-300-discount-code {
        position: absolute;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%);
    }
    .banner-300-words {
        margin: 20px auto;
        padding: 55px 10px 10px 10px;
        background: url(/files/images/sc-300-bg-mob.png) no-repeat center top;
        height: 264px;
    }
    .banner-300-words .top-text {
        max-width: 280px;
        margin:0 auto;
        text-align:center;
    }
    .banner-300-words .banner-300words-money{
        width:initial;
        display:inline-block;
        position:absolute;
        left: -20px;
        top: 40px;
        max-width: 140px;
    }
    .banner-300-words .line-10persent {
        font-size: 14px;
        font-weight: 500;
    }

    .banner-300-words .line-first-discount {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    .banner-300-words .block-15off {
        font-size: 16px;
    }
}
.sc-banner-300words a.hidden-order-link {
    font-size: 0;
}
@media (min-width: 1201px){
    .sc-banner-300words a.hidden-order-link{
        height: 48px;
        width: 143px;
        display: inline-block;
        position: absolute;
        right: 32px;
        top: 60px;
    }
}
@media (max-width: 1200px){
    .sc-banner-300words a.hidden-order-link {
        height: 48px;
        width: 142px;
        display: inline-block;
        position: absolute;
        left: calc(50% - 75px);
        bottom: 26px;
    }
    .sc-banner-300words a.hidden-order-link{
        display:none;
        background: #e14e46;
        box-shadow: 2px 2px #b54e34;
        font-size: 17px;
        color: #fff;
    }
}
@media(max-width:550px){
    .banner-300-words .banner-300words-money{
        display:none;
    }
}
@media (max-width: 400px){
    .banner-300-words .line-10persent {
        font-size: 13px;
    }
    .banner-300-words .line-first-discount {
        font-size: 15px;
    }
}




.bottom-banner-universal{
    position: fixed;
    bottom: 0;
    z-index: 50;
    width: 100%;
    padding: 0;
}
.bottom-banner-universal picture .picture{
    width: 100%;
}
div#footer-row{
    position: relative;
    line-height: 0;
}
.bottom-banner-universal .bottom-banner-wrap {
 position:static;
}
.bottom-banner-universal span.close-popup.close-order-banner {
    font-size: 25px;
    position: absolute;
    bottom: auto;
    top: 17px;
    right: 15px;
    transition: 2.2s;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    z-index: 51;
    font-family: cursive;
    cursor: pointer;
    height: 25px;
    width: 25px;
    border: 1px solid #fff;
    padding: 0;
    text-align: center;
    line-height: 15px;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}
@media(max-width:600px){
    .bottom-banner-universal span.close-popup.close-order-banner {
        font-size: 25px;
        position: absolute;
        bottom: auto;
        top: 6px;
    }
}
/* Corona banner */

.corona-line {
    background: url(/files/images/corona-banner-bg.jpg) no-repeat center;
    vertical-align: middle;
    padding-left: 150px;
    padding-right: 20px;
    font-family: Lato;
    margin: 5px auto 45px;
}
.div-banner-corono {
    height: 175px;
    vertical-align: middle;
    display: table-cell;
}
.corona-line .text {
    font-size: 15px;
    color: rgb(255, 255, 255);
    line-height: 1.5;
    display:inline-block;
    width:calc(100% - 220px);
    vertical-align: middle;
    font-family: GothamRounded, sans-serif;
}

.corona-line .text strong{
    display:block;
    color:#fcf2d5;
    font-size: 17px;
    margin-top: 10px;
}

.div-button-order{
    display:inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.red-button-order{
  font-family: GothamRounded, sans-serif;
  background-color: #652022;
  width: 190px;
  line-height: 58px;
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-align: center;
  display: inline-block;
}

.red-button-order:hover,
.red-button-order:visited{
    color: rgb(255, 255, 255);
}


@media(max-width:991px) and (min-width:601px){
    .corona-line {
        background: url(/files/images/corona-girl-bg-sm.png) no-repeat left top,url(/files/images/corona-banner-bg.jpg) no-repeat center;
        vertical-align: middle;
        padding-left: 120px;
    }
    .red-button-order {
        width: 110px;
        line-height: 45px;
        font-size: 15px;
    }
    .corona-line .text {
        font-size: 15px;
        line-height:1.5;
    }
    .corona-line .text {
        width:calc(100% - 120px);
    }
    .div-button-order{
        display:inline-block;
        vertical-align: middle;
        margin-left: 5px;
    }
    .corona-line .text strong{
        font-size: 16px;
        margin-top: 15px;
    }
    .corona-line-sc .red-button-order {
        width: 110px;
    }
    .corona-line .text {
        font-size: 14px;
        line-height:1.4;
    }
}
@media(max-width:600px){
    .corona-line {
        background: url(/files/images/corona-girl-bg-lg.png) no-repeat left -15px top 50px,url(/files/images/corona-banner-sm.jpg) no-repeat center;
        padding: 0 10px 0 30px;
    }
    .corona-line .text,
    .div-button-order{
        display:block;
        max-width: 300px;
        width:100%;
        text-align:center;
        margin: 0 auto;
    }
    .div-banner-corono {
        height: 275px;
        max-width: 295px;
        margin: 10px auto 10px;
        display: block;
        padding-top: 40px;
    }
    .corona-line .text{
        font-size: 14px;
        color: rgb(255, 255, 255);
        line-height: 1.5;
        text-align: center;
    }


    .corona-line .text strong{
        font-size: 15px;
        display:block;
        margin-top: 10px;
        font-weight: 600;
    }
    .red-button-order {
        width: 140px;
        line-height: 35px;
        font-size: 15px;
        color: rgb(255, 255, 255);
        margin:15px auto 0;
    }
}

@media(max-width:500px){
    .corona-line{
        background:url("/files/images/corona-banner-sm.jpg") no-repeat center;
        padding: 0 10px;
    }
}
@media (max-width: 360px){
    .div-banner-corono {
        padding-top: 27px;
    }
    .red-button-order {
        margin: 8px auto 0;
    }
}

.affiliate-line-banner{
    background: url(/files/images/affiliate/affiliate-line-banner.png) no-repeat center;
    vertical-align: middle;
    max-width: 1219px;
    margin: 10px auto 20px;
    padding-left: 392px;
    padding-right: 20px;
    width: 100%;
    display: table;
}
.affiliate-block-contant {
    height: 234px;
    vertical-align: middle;
    display: table-cell;
}

.affiliate-line-banner .text-part {
    color: rgb(255, 255, 255);
    line-height: 1.2;
    font-family: Lato;
    display:inline-block;
    width:calc(100% - 220px);
    vertical-align: middle;
}
.affiliate-line-banner .header {
    font-size: 17px;
    line-height: 1.2;
  }

.affiliate-line-banner .text {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
}

.affiliate-line-banner .text strong{
    color:#fce3a4;
}

.div-button-af{
    display:inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 175px;
}
.div-button-af a{
    display: block;
    width: 100%;
    height: 100%;
}
.div-button-af img{
    max-width: 100%;
}
@media(max-width:1200px){
    .affiliate-line-banner{
        padding-left: 30%;
    }
}
@media (max-width: 991px){
    .affiliate-line-banner {
        padding-left: 25%;
    }
}
@media (max-width: 767px){
    .affiliate-line-banner {
        background: url(/files/images/affiliate/affiliate-line-banner-sm.jpg) no-repeat center;
        max-width: 650px;
        margin: 10px auto 30px;
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        display: block;
        padding-top: 60px;
        height: 251px;
    }
    .affiliate-block-contant {
        height: auto;
        width:250px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
    .affiliate-line-banner .text-part {
        width:100%;
    }
    .affiliate-line-banner .header {
        font-size: 17px;
        line-height: 1.2;
    }

    .affiliate-line-banner .text {
        font-size: 18px;
        line-height: 1.4;
        margin-top: 10px;
    }

    .affiliate-line-banner .text strong{
        display: block;
    }
    .div-button-af{
        display:block;
        margin-left: 0;
        width: 160px;
        margin: 15px auto 0;
    }
}
.bottom-banner-universal span.icon.icon-close {
    right: 10px;
    position: absolute;
    top: 10px;
    font-size: 25px;
    font-weight: bold;
    font-size: 0;
}
.bottom-banner-universal .halloween span.icon.icon-close {
    right: 2px;
    top: -15px;
}
.bottom-banner-universal span.icon.icon-close:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f00d";
    font-size: 22px;
}
.bottom-banner-universal .easter-essaysempire-com span.icon.icon-close {
    color: #6d1823;
}
body .lending-calculator-component .header {
    font-size: 30px;
    color: #e14e46;
    font-weight: 600;
    display: inline-block;
    padding-left: 0;
    padding-right: 0;
    margin-left: -16px;
}
body .lending-calculator-component .control-elements .control-elements-select .select-item select,
body .lending-calculator-component .control-elements .control-elements-select .select-item input {
    height: 45px;
}
body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item.new-vip::after {
    border-top: 15px solid #e14e46;
    border-left: 15px solid #e04e46;
    border-top-left-radius: 4px;
}
body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item {
    border: 1px solid rgba(21,48,67,0.13);
    width: calc(33% - 22px);
    margin: 5px 11px;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: #fafafa;
    color: rgba(54,54,54,.75);
}
body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item .vip-price {
    color: #652022;
}
body .lending-calculator-component .control-elements .control-elements-select .select-item .pm-input span {
    height: 45px;
    padding: 0 5px;
    line-height: 45px;
    text-align: center;
}
body .lending-calculator-component .control-elements .control-elements-select .select-item .pm-input span i {
    vertical-align: middle;
}
body .lending-calculator-component .control-elements .control-elements-select .select-item .pm-input.number-field input {
    border-radius: 1px;
}
body .lending-calculator-component .currency input[type="button"].active {
    background: #dcdcdc;
    box-shadow: 0 0 2px #dcdcdc;
    border: 1px solid #dcdcdc;
}
body
.lending-calculator-component .control-elements .control-elements-total div.total-button input[type="submit"] {
    width: 100%;
    max-width: 205px;
    height: 50px;
    line-height: 50px;
    box-shadow: none;
    border: none;
    padding: 0px;
    background: #fbdc83;
    border-color: #fbdc83;
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    min-width: 140px;
}
body .lending-calculator-component .control-elements .control-elements-total div.total-price span.total-price-val {
    font-size: 30px;
    font-weight: 700;
    color: #e14e46;
}
body .lending-calculator-component .control-elements .vip-services-item.vip-package .price-block .discount,
body .lending-calculator-component .control-elements .vip-services-item.vip-package .price-block .price,
body .lending-calculator-component .control-elements .vip-services-item.vip-package .price-block .currency {
    color: #652022;
}

body .lending-calculator-component {
    background: url(/files/images/pattern-ancient.png) repeat-x top right, url(/files/images/pattern-ancient.png) repeat-x bottom right;
    padding-top: 40px;
    margin-top: 20px;
    padding-bottom: 50px;
    margin-bottom: 20px;
}
body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item.vip-package {
    border: 1px solid #dde0e3;
    background-color: #fff;
    margin-bottom: 0px;
}
body .lending-calculator-component .control-elements .vip-services-item.vip-package .vip-title.vip-title-package span.hint > i {
    background-image: none;
    background-color: #ffdc00;
    font-style: normal;
}

@media(min-width:601px){
    .lending-calculator-component a.become-vip-client {
        color: #333a54;
        font-size: 16px;
        text-decoration: none;
        display: block;
        text-align: right;
        margin-bottom: -15px;
    }
    body .lending-calculator-component .header {
        margin-left: -16px;
        margin-top: -15px;
        margin-bottom: 30px;
    }
    body .lending-calculator-component .control-elements .control-elements-checkbox-wrap .vip-services-item.vip-package {
        background: #fff url(/files/images/30off-discount-icon.png) no-repeat center left 310px;
        background-size: 73px;
    }
}
.essay-component .ws-vip-services .material-hint{
    z-index: 1!important;
}
/* Top 10 Writers Shortcode */
.short-top-ten {
    height: auto;
    background: url("/files/images/top-ten-lg.png") 0 0 no-repeat;
    background-size: 1140px 134px;
}
.short-ten {
    background: url("/files/images/top-ten-lg.png") 50% 0 no-repeat;
    background-size: 1140px 134px;
}
.short-top-ten-lnk {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-decoration: none;
}
.short-ten-lnk {
    padding: 10px 5px;
}
.short-top-ten-lnk:hover {
    text-decoration: none;
}
.short-top-ten p.short-top-ten-txt {
    max-width: 532px;
    margin-left: 275px;
    color: #603215;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
}
.short-ten p.short-top-ten-txt {
    margin-left: 40px;
}
.short-top-ten-em {
    color: #d91718;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 900;
}

@media (max-width: 991px) {
    .short-top-ten {
        background: url("/files/images/top-ten-lg.png") 42% 0 no-repeat;
        background-size: 1140px 134px;
    }
    .short-top-ten p.short-top-ten-txt {
        margin-left: 85px;
    }
}
@media (max-width: 767px) {
    .short-top-ten {
        background: url("/files/images/top-ten-lg.png") 50% 0 no-repeat;
        background-size: 1140px 134px;
    }
    .short-top-ten p.short-top-ten-txt {
        margin-left: 40px;
    }
}
@media (max-width: 600px) {
    .short-top-ten {
        background: url("/files/images/top-ten-md.png") 0 0 no-repeat;
        background-size: 600px 134px;
    }
    .short-top-ten p.short-top-ten-txt {
        max-width: 400px;
        font-size: 15px;
        margin-left: 65px;
        letter-spacing: -0.15px;
    }
}
@media (max-width: 525px) {
    .short-top-ten {
        background: url("/files/images/top-ten-md.png") 37% 0 no-repeat;
        background-size: 600px 134px;
    }
    .short-top-ten-lnk {
        padding: 23px;
    }
    .short-top-ten p.short-top-ten-txt {
        max-width: 274px;
        font-size: 14px;
        letter-spacing: -0.15px;
        line-height: 30px;
        text-align: center;
        margin: 0 auto;
    }
    .short-top-ten-em {
        font-size: 20px;
    }
}
@media (max-width: 330px) {
    .short-top-ten {
        background: url("/files/images/top-ten-sm.png") center no-repeat;
        background-size: cover;
    }
    .short-top-ten-lnk {
        padding: 20px;
    }
}
/* END Top 10 Writers Shortcode */
/* VIP Support Shortcode */
.short-vip-sup {
    height: 134px;
    background: url("/files/images/vip-sup-lg.png") 0 0 no-repeat;
    background-size: 1140px 134px;
}
.short-sup {
    background: url("/files/images/vip-sup-md.png") 0 0 no-repeat;
    background-size: cover;
}
.short-vip-sup-lnk {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px;
    text-decoration: none;
}
.short-sup-lnk {
    padding: 10px 15px;
}
.short-vip-sup-lnk:hover {
    text-decoration: none;
}
.short-vip-sup p.short-vip-sup-txt {
    max-width: 465px;
    margin-left: 250px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.17px;
}
.short-sup p.short-vip-sup-txt {
    margin-left: 0;
}
.short-vip-sup-em {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: -0.24px;
}
@media (max-width: 991px) {
    .short-vip-sup p.short-vip-sup-txt {
        margin-left: 175px;
    }
    .short-sup {
        background: url("/files/images/vip-sup-lg.png") 0 0 no-repeat;
        background-size: 1140px 134px;
    }
}
@media (max-width: 685px) {
    .short-vip-sup {
        background: url("/files/images/vip-sup-lg.png") 54% 0 no-repeat;
        background-size: 1140px 134px;
    }
    .short-vip-sup p.short-vip-sup-txt {
        margin-left: 0;
    }
}
@media (max-width: 600px) {
    .short-vip-sup {
        background: url("/files/images/vip-sup-md.png") 0 0 no-repeat;
        background-size: 600px 134px;
    }
}
@media (max-width: 525px) {
    .short-vip-sup-lnk {
        padding: 20px;
    }
    .short-vip-sup p.short-vip-sup-txt {
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px;
        line-height: 30px;
        letter-spacing: -0.15px;
    }
    .short-vip-sup-em {
        font-size: 20px;
        letter-spacing: -0.2px;
    }
}
@media (max-width: 330px) {
    .short-vip-sup {
        background: url("/files/images/vip-sup-sm.png") center no-repeat;
        background-size: cover;
    }
    .short-vip-sup p.short-vip-sup-txt {
        margin-left: 20px;
        max-width: 210px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: -0.15px;
    }
    .short-vip-sup-em {
        white-space: nowrap;
    }
}
/* END VIP Support Shortcode */
.bottom-banner-universal span.icon.icon-close:after {
    text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, 1px 1px 1px #fff;
}
@media (max-width: 990px) {
    .bottom-banner-universal span.icon.icon-close {
        right: 5px;
        top: 0;
    }
    #back-top {
        bottom: 275px;
    }
    .chat-live-button {
       bottom: 190px;
    }
}
@media (max-width: 600px) {
    .bottom-banner-universal span.icon.icon-close {
        right: 3px;
        top: -9px;
    }
}

body .lending-calculator-component .control-elements .control-elements-total div.total-button input[type="submit"] {
    max-width: 240px;
    font-weight: 600;
    box-shadow: none;
    border: none;
    background: #fbdc83;
    padding: 0 15px;
    border-color: #fbdc83;
    font-size: 16px;
    color: #000000;
}

#order-form div.essay-order-form div.order-form-data.steps div.paper-requirements-table.data-table > div > ul > li.we-recommend-it {
    width: 97%;
}
@media(max-width:767px){
    #order-form div.essay-order-form div.order-form-data.steps div.paper-requirements-table.data-table > div > ul > li.we-recommend-it {
        width: 92%;
    }
}
#order-form div.essay-order-form div.order-form-data.steps div.paper-requirements-table.data-table ul li.we-recommend-it:before {
    display: none;
}

/* attention line */
.header-attention-line{
    width: 100%;
    height: 60px;
    background-color: #485576;
    position: relative;
    background: url(/files/images/top-attention.svg) no-repeat center;
    background-size: cover;
}
.header-attention-line .button{
    width:20px;
    height: 20px;
    min-width: auto;
    display: inline-block;
    padding: 2px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
}
.header-attention-line .button img{
    width: 15px;
    height: 15px;
    display: block;
}
body.at-line .head-slider {
    padding-top: 50px;
}
body.at-line .breadcrumbs-5 {
    margin-top: 140px;
}
@media (max-width: 1024px){
    body.at-line .main {
        margin-top: 100px;
    }
}
@media (max-width: 992px){
    .header-attention-line{
        height: 80px;
        background: url(/files/images/attention_tab.svg) no-repeat center top;
        background-size: cover;
    }
    body.at-line .main {
        margin-top: 120px;
    }
}
@media (max-width: 600px){
    .header-attention-line{
        height: 70px;
        background: url(/files/images/attention_tab.svg) no-repeat center top;
        background-size: cover;
    }
    body.at-line .main {
        margin-top: 110px;
    }
}
@media (max-width: 500px){
    .header-attention-line{
        height: 100px;
        background: url(/files/images/attention_mob.svg) no-repeat center top;
        background-size: cover;
    }
    body.at-line .main {
        margin-top: 140px;
    }

}
body .essay-component .ws-vip-services .wrapper {
    border: 1px solid transparent;
}

.footer-links-row{
    position: relative;
}
.footer-payment-icon{
    position: absolute;
    bottom: 0;
}

@media(min-width:993px){
    .footer-payment-icon{
        right: 20px;
        display: block !important;
    }
}
@media(max-width: 992px) and (min-width:601px){
    .footer-payment-icon {
        text-align: center;
        width: 100%;
        position: static;
        clear: both;
        padding-top: 25px;
        display: block !important;
    }
}
@media screen and (max-width: 1023px) {
    .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step {
        width: 100%;
        font-size: 14px;

    }
}
@media(max-width: 991px) {
    body .essay-component .ws-vip-services .services-package input[type=checkbox] {
        top: 42px;
        left: 35px;
    }
    body .services-package input[type=checkbox]:before {
        top: -10px;
        left: 0;
    }
    body .essay-component .ws-vip-services .services-package .package-price-wrapper span.discount {
        top: -5px;
    }
    body .services-package .offer-label {
        max-width: 224px;
        margin-left: 70px;
    }
    body .services-package .offer-label b {
        display: block;
    }
    .chat-live-button {
        bottom: 180px;
    }
    #back-top {
        bottom: 240px;
    }
}
@media(max-width: 767px) {
    body .essay-component .ws-vip-services .services-package .package-price-wrapper {
        padding: 40px 0 0;
    }
    body .services-package .offer-label {
        margin: 10px auto;
    }
    body .essay-component .ws-vip-services .services-package input[type=checkbox] {
        top: 20px;
        left: 50%;
    }
    body .services-package input[type=checkbox]:before {
        top: -12px;
        left: -1px;
    }
    body .essay-component .ws-vip-services .offer-label b {
        display: block;
    }
    body .essay-component .ws-vip-services .services-package .package-price-wrapper s {
        display: block;
    }
}
@media(max-width: 580px) {
    .chat-live-button {
        bottom: 210px;
    }
    #back-top {
        bottom: 270px;
    }
}
@media(max-width: 501px) {
    body .summary-sidebar-wrapper .summary-wrapper.total-price-wrap .next-step-button-wrapper .mobile-summary {
        width: 45%;
    }
    body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .total-price {
        width: 33%;
    }
    body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step {
        width: 115px;
    }
}
@media (max-width: 480px) {
    .chat-live-button {
        bottom: 175px;
    }
}
body .ws-additional-order-id .label {
    white-space: break-spaces;
}
body .ws-additional-order-id .label small {
    max-width: 510px;
}
body .essay-component .paper-requirements-table .notice {
    max-width: 530px;
    display: block;
}
html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] {
    right: 10%!important;
}
html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] + label.radio-label {
    padding: 20px 30px 20px 20px!important;
}
body .summary-sidebar-wrapper .summary-wrapper .next-step-button-wrapper .next-step {
    background-color: #e14e46;
}
body .essay-component.essay-lending-calculator.lending-calculator-component, 
body .essay-component.essay-miniorder-form.miniorder-component {
    box-shadow: none;
}

