@media all and (max-width: 767px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media all and (max-width: 991px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media all and (min-width: 768px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media all and (min-width: 992px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media all and (min-width: 1199px) {
    .hide-on-extra-large-only {
        display: none !important;
    }
}

@media all and (min-width: 1199px) {
    .show-on-extra-large {
        display: block !important;
    }
}

@media all and (min-width: 992px) {
    .show-on-large {
        display: block !important;
    }
}

@media all and (min-width: 768px) and (max-width: 991px) {
    .show-on-medium {
        display: block !important;
    }
}

@media all and (max-width: 767px) {
    .show-on-small {
        display: block !important;
    }
}

@media all and (min-width: 768px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media all and (max-width: 991px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media all and (max-width: 767px) {
    .center-on-small-only {
        text-align: center;
    }
}
.h1_title {
    margin-top: 15px;
display: block;
font-size: 18px;
color: #652022;
font-weight: 500;
}

.page-faq .boxes + .boxes {
    border-top: 1px solid #f1f1f2;
}
.page-faq .question:before {
    display: inline-block;
    content: '\f067';
    font-family: FontAwesome;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 2px solid #652022;
    color: #652022;
    vertical-align: middle;
    border-radius: 50%;
    font-weight: 400;
    font-size: 9px;
    padding-left: 1px;
    margin-right: 15px;

}

.page-faq .question {
    color: #444444;
    font-size: 16px;
    font-weight: 500;
    padding: 20px;
    cursor: pointer;
}
.page-faq .question.active-faq {
    font-weight: 700;
}
.page-faq .question.active-faq:before {
    content: '\f068';
}
.page-faq .question:hover:before {
    color: #ffffff;
    background: #652022;
}
.page-faq .answer {
    padding: 10px 20px 5px 53px;
}
.cont h2 {
    font-size: 20px;
    color: #652022;
    font-weight: 700;
}
.cont ul:not(.default, .payments-list, .links-list, .vip-account-list) {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0;
    list-style-type: none;
}

.cont ul:not(.default, .payments-list, .links-list, .vip-account-list) li:not(.col) {
    font-size: 15px;
    color: #444444;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 25px;
}
.cont ul:not(.default, .payments-list, .links-list, .summary-list, .vip-account-list, .files-list, .check-list, .iti__country-list) li:not(.col):before {
    display: inline-block;
    content: url(/files/images/check-icon-flat.svg);
    position: absolute;
    top: 7px;
    left: 0;
    width: 16px;
    height: 16px;
}
.cont ol:not(.default) {
    color: red;
    /*counter-reset: li;*/
    padding-left: 15px;
}
.cont ol:not(.default) li {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 15px;
    color: #444444;
    /*counter-increment: li;
    list-style-type: none;*/
}

.cont ol:not(.default) li::marker {
    /*content: counter(li);*/
    color: #652022;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-weight: 600;
    font-family: "Arial";
}
.cont p {
    font-size: 15px;
    color: #444444;
    line-height: 25px;
}
.ancient-img-wrapper {
    padding: 50px 0;
    background-image: url("/files/images/pattern-ancient.png"), url("/files/images/pattern-ancient.png");
    background-position: right top, right bottom;
    background-repeat: repeat-x, repeat-x;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.img-ancient-top {
    padding: 50px 0 0;
    background-image: url("/files/images/pattern-ancient.png");
    background-position: right top;
    background-repeat: repeat-x;
    margin-bottom: 30px;
    text-align: center;
}
.page-about h2 {
    font-size: 22px;
    color: #652022;
    font-weight: 700;
}
.page-about h2:first-child {
    margin-top: 0;
}
.testimonials-feedback,
.testim-feedback-list {
    padding: 30px 0 0;
    margin-bottom: 50px;
    background: linear-gradient(to right, transparent 0%, transparent 70%, #f7f7fa 70%, #f7f7fa 100%);
}
.testim-feedback-list .fa-star,
.testimonials-feedback .fa-star {
    color: silver;
}
.testim-feedback-list .fa-star.yellow_star,
.testimonials-feedback .fa-star.yellow_star {
    color: #e04e46;
}
.testimonials-feedback-single {
    padding: 50px 15px;
    background-color: #fbdc83;
    background-image: url("/files/images/pattern-ancient-light.png"), url("/files/images/pattern-ancient-light.png");
    background-position: right top, right bottom;
    background-repeat: repeat-x, repeat-x;
}
.testimonials-feedback-single img,
.testimonials-feedback-list img {
    max-width: 100%;
    border-radius: 50%;
    box-shadow: 2px 2px 0 0 rgba(214,214,224, 0.4);
    height: 54px;
    width: 54px;
}
.testimonials-feedback-single .stars {
    text-align: right;
}
.testimonials-feedback-single table {
    max-width: 490px;
    margin: 0 auto;
}
.testimonials-feedback-single .feedback-name {
    color: #1e2021;
    font-size: 17px;
    font-weight: 700;
}
.testimonials-feedback-single .feedback-address {
    color: #47434a;
    font-size: 15px;
    font-weight: 400;
}
.testimonials-feedback-simple-list .feedback-text,
.testimonials-feedback-single .feedback-text {
    padding: 20px 0;
}
.testimonials-feedback-simple-list .testim-list-item,
.testimonials-feedback-list .slick-slide {
    padding: 10px 0;
}
.testimonials-feedback-simple-list .testim-list-item,
.testimonials-feedback-list .slick-slide.slick-current > div {
    background: #f7f7fa;
}
.testimonials-feedback-simple-list .testim-list-item,
.testimonials-feedback-list .slick-slide > div {
    border: 1px solid #f2f3f4;
    padding: 17px;
    background: #ffffff;
}
.testimonials-feedback-simple-list .testim-list-item{
    margin: 10px auto;
    max-width: 90%;
}
.testimonials-feedback-simple-list table,
.testimonials-feedback-list table{
    width: 100%;
}
.testimonials-feedback-list-controls {
    text-align: right;
}
.testimonials-feedback-list-controls button {
    border: none;
    background: none;
    font-size: 16px;
    color: rgba(0,0,0,.5);
    padding: 15px 20px;
}
.testimonials-feedback-list-controls button:hover {
    color: rgba(0,0,0,.7);
}

.cont p > strong:first-child:last-child {
    font-size: 22px;
    color: #652022;
}
.btn-order-center {
    text-align: center;
    padding: 0 0 20px;
}
.btn-order-center a {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding: 15px 0;
    height: 50px;
    width: 190px;
    border-radius: 3px;
    margin: 20px 10px 0;
    text-decoration: none;
}
.btn-order-center a:focus,
.btn-order-center a:active,
.btn-order-center a:hover {
    text-decoration: none;
}
.btn-order-center a:last-child {

    background: #e14e46;
    color: #ffffff;
}

.btn-order-center a:first-child {
    background: #11bd9a;
    color: #ffffff;
}
.cont .why-us-shortcode ul:not(.default) {
    text-align: right;
}
.cont .why-us-shortcode ul:not(.default) li {
    text-align: left;
    display: inline-block;
    width: 47%;
    font-size: 14px;
    background: none;
    line-height: 1.3;
    padding-top: 8px;
    padding-bottom: 8px;
}

.cont .why-us-shortcode ul:not(.default) li:before {
    display: inline-block;
    content: '';
    background: url('/files/images/check-icon-flat-1.svg');
    width: 14px;
    height: 14px;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 8px;
    margin-left: -20px;
}
.cont .why-us-shortcode ul:not(.default) li .bold.red {
    font-size: 16px;
    color: #652022;
    font-weight: 900;
}
.blog-page {
    padding-bottom: 40px;
}
img.post_img {
    margin: 30px 0;
}
.post-date {
    color: #a3a6a9;
}
.sidebar_title {
    font-size: 20px;
    color: #652022;
    font-weight: 700;
    margin-top: 25px;
}
.recently_post {
    padding: 20px 0;
}
.recently_post + .recently_post {
    border-top: 1px solid #f0f0f1;
}
.recently_post .post_link_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #363636;
    padding: 12px 0 2px;
}
.recently_post .post-date {
    font-size: 13px;
    color: #a3a6a9;
}
.tags-block ul {
    padding: 0;
    margin: 0;
}
.tags-block li {
    padding: 15px 0;
    list-style-type: none;
    border-bottom: 1px solid #f0f0f1;
}
.tags-block li a {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #444444;
    font-weight: 500;
    padding-right: 12px;
    position: relative;
}

.tags-block li a:after {
    display: inline-block;
    content: '\f105';
    font-size: 15px;
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tags-block li a:hover {
    color: #a21217;
    text-decoration: none;
}

.prev_post_block {
    box-shadow: 1px 0 5px 0 rgba(0,0,0,.1);
    margin: 40px 0;
    position: relative;
}
.prev_post_block:first-child {
    margin-top: 33px;
}
.prev_post_block:after {
    display: table;
    content: '';
    clear: both;
    width: 100%;
}
.prev_post_block .img_preview {
    width: 50%;
    float: left;
}
.prev_post_block .prev-post-description {
    height: 100%;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 40px 50px;
    overflow: hidden;
}
.prev_post_block .title_h5 {
    font-size: 20px;
    color: #652022;
    font-weight: 700;
}
.prev_post_block .post_link_title,
.prev_post_block .post-date {
    display: block;
    margin-bottom: 10px;
}
.prev_post_block .btn_read_more a {
     font-size: 14px;
     color: #652022;
     font-weight: 700;
}
.prev_post_block .btn_read_more {
    display: block;
    position: absolute;
    left: 50px;
    right: 50px;
    bottom: 0;
    height: 90px;
    padding-top: 45px;
    background: #ffffff;
    background: linear-gradient(to top, #fff 0%, #fff 80%, transparent 100%);
    background: -moz-linear-gradient(to top, #fff 0%, #fff 80%, transparent 100%);
    background: -ms-linear-gradient(to top, #fff 0%, #fff 80%, transparent 100%);
    background: -webkit-linear-gradient(to top, #fff 0%, #fff 80%, transparent 100%);
    background: -o-linear-gradient(to top, #fff 0%, #fff 80%, transparent 100%);
}
.paging {
    padding: 30px 0;
    border-top: 3px solid #652022;
}
.paging li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
}
.discounts-shields {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    background: url('/files/images/pattern-ancient.png') repeat-x right center;
}
.discounts-shields-item {
    background-image: url('/files/images/discount-shield.png');
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 54px 0 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.discounts-shields-discount {
    font-size: 32px;
    color: #e14e46;
    font-weight: 800;
    letter-spacing: -1px;
}
.discounts-shields-more-than {
    font-size: 18px;
    color: #a0a0a0;
}
.discounts-shields-pages {
    font-size: 20px;
    color: #444444;
    font-weight: 700;
}

.miniorder-shortcode {
    margin-top: 35px;
    margin-bottom: 35px;
}
.ancient-header {
    background: url('/files/images/pattern-ancient.png') repeat-x right center;
}
.ancient-title {
    font-size: 30px;
    color: #e14e46;
    font-weight: 600;
    margin-left: -15px;
    display: inline-block;
    padding-left: 40px;
    padding-right: 20px;
    background: #ffffff;
}
.miniorder-shortcode-body {
    background: url('/files/images/miniorder-centurion.webp') no-repeat right bottom;
}
.miniorder-shortcode .essay-miniorder-form [type="submit"]:hover {
    background: #FFD385;
    padding: 15px;
    border-color: #FFD385;
    color: #000000;
}
.miniorder-shortcode .essay-miniorder-form [type="submit"] {
    margin-top: 20px;
    width: 100%;
}
.miniorder-shortcode .essay-miniorder-form .sidebar-total,
.miniorder-shortcode .essay-miniorder-form .sidebar-total-with-discount {
    margin-top: 35px;
    text-align: center;
}
.miniorder-shortcode-bod .essay-miniorder-form .sidebar-total {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contacts-block-item {
    clear: both;
    padding: 8px 0;
}
.contacts-block-item-icon,
.contacts-block-item-text {
    float: left;
}
.contacts-block-item-icon {
    width: 35px;
    color: #652022;
    line-height: 14px;
}
.contacts-block-item:nth-child(1) .contacts-block-item-icon {
    font-size: 18px;
    line-height: 14px;
}
.contacts-block-item:nth-child(2) .contacts-block-item-icon {
    line-height: 18px;
}
.contacts-block-item:nth-child(3) .contacts-block-item-icon {
    font-size: 22px;
}
.contacts-block-item:nth-child(4) .contacts-block-item-icon {
    font-size: 16px;
    line-height: 22px;
}
.contacts-block-item-text {
    font-size: 14px;
    color: #444444;
    font-weight: 600;
}
.contacts-block-item-text a {
    font-size: 14px;
    color: #444444;
    margin-right: 5px;
}
.contact-block-links a {
    margin-left: 5px;
    font-size: 16px;
    line-height: 14px;
}
.contacts-buttons.btn-order-center {
    margin-top: 30px;
}
.contacts-buttons.btn-order-center a {
    margin: 0;
    width: 48%;
}
.contacts-buttons.btn-order-center a:first-child{
    float: left;
}
.contacts-buttons.btn-order-center a:last-child {
    float: right;
}
.ancient-img-wrapper.contacts-img {
    margin-top: 20px;
}
.miniorder-shortcode .essay-miniorder-form [type="submit"],
.ae-contacts-custom .essay-component .button.full-width-on-med-and-down {
    background: #fbdc83;
    padding: 15px;
    border-color: #fbdc83;
    font-size: 16px;
    color: #000000;

}
.ae-contacts-custom .essay-component .button.full-width-on-med-and-down {
    min-width: 160px;
}
.ae-contacts-custom .essay-component .data-table .row {
    margin-bottom: 20px;
}
.support-notification {
    background-image: url('/files/images/support-girl-full.webp'), linear-gradient(138deg, #fbdc83 0% , #fbd360 100%);
    background-image: url('/files/images/support-girl-full.webp'), -webkit-linear-gradient(138deg, #fbdc83 0% , #fbd360 100%);
    background-image: url('/files/images/support-girl-full.webp'), -moz-linear-gradient(138deg, #fbdc83 0% , #fbd360 100%);
    background-image: url('/files/images/support-girl-full.webp'), -ms-linear-gradient(138deg, #fbdc83 0% , #fbd360 100%);
    background-image: url('/files/images/support-girl-full.webp'), -o-linear-gradient(138deg, #fbdc83 0% , #fbd360 100%);
    background-repeat: no-repeat, repeat;
    background-position: 80px -5px, 0 0;
    position: relative;
    padding: 25px 50px 0 255px;
    margin-top: 20px;
}
.support-notification-lifebuoy {
    position: absolute;
    right: -8px;
    bottom: -18px;
    width: 82px;
}
.support-notification-livechat {
    position: absolute;
    width: 235px;
    padding: 12px;
    left: 55%;
    top: -13px;
    background: #11bd9a;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    transition: all 0.14s linear;
}
.support-notification-livechat:before {
    display: inline-block;
    content: '';
    border-top: 7px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 7px solid #0c846c;
    border-right: 5px solid #0c846c;
    position: absolute;
    right: 100%;
    top: 0;
    transition: all 0.14s linear;
}
.support-notification-livechat:hover {
    margin: -3px 0px 0px 3px;
}
.support-notification-livechat:hover:before {
    border-top: 8px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 8px solid #0c846c;
    border-right: 6px solid #0c846c;
}
.support-notification-livechat:hover,
.support-notification-livechat:focus,
.support-notification-livechat:active {
    text-decoration: none;
    color: #ffffff;
}
.support-notification-title {
    font-size: 37px;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    color: #e14e46;
}
.support-notification-subtitle {
    font-size: 23px;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
    font-weight: 600;
    color: #310f10;
}
.support-notification-text,
.support-notification-contacts {
    float: left;
    width: 50%;
}
.support-notification-contacts {
    padding: 33px 0 30px;
}
.support-notification-contacts a {
    font-size: 18px;
    color: #310f10;
    font-weight: 600;
    font-family: "Montserrat", "Lato", Helvetica, Verdana, Arial, sans-serif;
    white-space: nowrap;
}
.support-notification-contacts a:first-child {
    margin-right: 8px;
}
.how-shield-wrapper {
    float: left;
    width: 14.2857%;
    margin-top: 20px;
}
.how-shields {
    margin-bottom: 40px;
}
.how-shield {
    width: 130px;
    height: 160px;
    position: relative;
    background-image: url('/files/images/discount-shield.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    background-position: top center;
}
.how-shield-number {
    font-size: 18px;
    color: #a0a0a0;
}
.how-shield {
    padding: 42px 10px 25px;
    margin-left: auto;
    margin-right: auto;

}
.how-shield-work_text {
    font-size: 22px;
    line-height: 22px;
    color: #e14e46;
    font-weight: 900;
    margin-top: 3px;
}
.step-markers {
    text-align: justify;
    background: #f8f9f9;
    padding: 0 15px 15px;
    margin: 0 -15px;
}
.step-markers:after {
    display: inline-block;
    content: "";
    width: 100%;
}
.step-marker-wrapper {
    display: inline-block;
    vertical-align: top;

}
.step-marker-image {
    background: #e14e46;
}
.step-marker-image {
    width: 134px;
    height: 66px;
    background: url('/files/images/step-marker.png');
    position: relative;
    color: #fff;
    font-size: 17px;
    text-align: center;
    padding: 20px 20px 0 0;
}
.step-marker-text {
    font-size: 17px;
    font-weight: 500;
    color: #444444;
    padding-top: 18px;
    width: 110px;
    text-align: center;
}
.step-marker-item {
    width: 134px;
    margin-top: 35px;
}
.step-marker-wrapper .step-marker-image:after {

    width: 100%;
    height: 1px;
    border-top: 2px dashed #f8c339;
    left: 123px;
    top: 32px;
    position: absolute;
}
.step-marker-wrapper:not(:last-child) .step-marker-image:after {
    display: block;
    content: '';
}
.steps-block .steps {
    text-align: center;
}
.steps-block .left,
.steps-block .right {
    display: table-cell;
    vertical-align: middle;
}
.steps-block .step-description {
    max-width: 972px;
    margin: 10px auto 0;
    display: table;
}

.steps-block .left {
    width: 170px;
}
.steps-block .step-description .right {
    padding-top: 0;
    padding-left: 30px;
}

@media all and (max-width: 1199px) {
    .how-shield-wrapper {
        width: 25%;
    }
    .how-shield-wrapper:nth-child(5) {
        margin-left: 12.5%;
    }
}
@media all and (max-width: 1199px) and (min-width: 992px) {

    .discounts-shields-discount {
        font-size: 27px;
    }
    .discounts-shields-more-than {
        font-size: 14px;
    }
    .discounts-shields-pages {
        font-size: 18px;
    }
    .miniorder-shortcode-body {
        background-position: 108% bottom;
    }
    .support-notification {
        background-position: 20px -5px, 0 0;
        padding: 25px 40px 0 185px;
    }
}
@media all and (min-width: 992px) {
    .discounts-h2 {
        margin-top: 0;
    }
}
@media all and (max-width: 991px) {
    .testimonials-feedback-list .feedback-address,
    .testimonials-feedback-list .feedback-name {
        font-size: 12px;
    }
    .miniorder-shortcode-body.lazy-background {
        background: #ffffff;
    }
    .miniorder-shortcode-body.visible-bg {
        background-position: 100% bottom;
        background-image: url('/files/images/miniorder-horison.webp');
        padding-bottom: 60px;
        background-repeat: no-repeat;
    }
    .support-notification {
        background-position: 10px -5px, 0 0;
        padding: 25px 50px 0 180px;
    }
    .support-notification-title {
        font-size: 27px;
    }
    .support-notification-subtitle {
        font-size: 18px;
    }
    .support-notification-contacts a {
        font-size: 15px;
    }
    .support-notification-contacts {
        padding: 23px 0;
    }
}
@media all and (min-width: 768px){
    .steps-block .steps .md,
    .steps-block .step-description .text-price {
        display: none;
    }
}
@media all and (max-width: 767px) {
    .steps-block .steps .lg {
        display: none;
    }
    .how-shield-wrapper {
        float: none;
        display: inline-block;
    }

    .how-shields {
        text-align: center;
    }

    .how-shields .how-shield-wrapper {
        margin-left: 10px;
        margin-right: 10px;
    }
    .how-shield,
    .how-shield-wrapper {
        width: 122px;
    }
    .how-shield {
        padding-top: 38px;
    }
    .how-shield-work_text {
        font-size: 20px;
    }
    .support-notification {
        background-position: -20px -5px, 0 0;
        padding: 0;
    }
    .support-notification-livechat {
        width: 185px;
        left: 35%;
    }
    .support-notification-text {
        padding: 65px 40px 0 150px;
        height: 220px;
    }
    .support-notification-text,
    .support-notification-contacts {
        float: left;
        width: 100%;
    }
    .support-notification-contacts {
        padding: 23px 30px 40px;
    }
    .miniorder-shortcode .essay-miniorder-form form {
        padding-left: 0;
        padding-right: 0;
    }
    .ancient-title {
        padding-left: 15px;
    }
    .discounts-shields {
        background-repeat: repeat-y;
        background-position: center top;
        background-image: url('/files/images/pattern-ancient-90.png');
    }
    .miniorder-shortcode .essay-miniorder-form .sidebar-total,
    .miniorder-shortcode .essay-miniorder-form .sidebar-total-with-discount {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .testimonials-feedback {
        background: none;
    }
    .testimonials-feedback-single .feedback-name {
        font-size: 13px;
    }
    .testimonials-feedback-single .feedback-address {
        font-size: 12px;
    }
    .prev_post_block .tesear_post {
        max-height: 200px;
    }
    .prev_post_block .img_preview,
    .prev_post_block .prev-post-description {
        float: none;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .prev_post_block .prev-post-description {
        padding: 20px;
    }
    .prev_post_block .btn_read_more {
        left: 20px;
        right: 20px;
    }

    .miniorder-shortcode-body {
        background-position: left bottom;
    }
    .support-notification-lifebuoy {
        width: 62px;
    }
    .steps-block .left {
        width: 100%;
        display: block;
    }
    .step-description {
        display: block;
    }
    .steps-block .left img {
        width: 35px;
        display: inline-block;
    }

    .steps-block .step-description .right {
        display: block;
        width: 100%;
        padding-left: 0;
    }
    .step-description .left .text-price.text {
        display: inline;
        font-size: 17px;
        vertical-align: middle;
        font-weight: 400;
    }
    .step-description .price {
        color: #eb3f33;
        font-size: 18px;
        display: inline-block;
        font-weight: 600;
    }
    .step-description .price .page {
        color: #611f20;
    }
    .cont .why-us-shortcode ul:not(.default) {
        width: 50%;
    }

}
@media all and (min-width: 550px) and (max-width: 767px) {
        .support-notification {
            background-position: 50px -5px, 0 0;
            padding: 0;
        }
    .support-notification-livechat {
        left: 50%;
    }
    .support-notification-text {
        height: auto;
        padding-left: 220px;
    }
    .support-notification-contacts {
        padding-left: 220px;
        max-width: 560px;
    }
}
@media all and (min-width: 550px) and (max-width: 991px) {
    .step-marker-wrapper {
        width: 30%;
    }

    .step-marker-wrapper:nth-child(3) .step-marker-image:after {
        width: 33px;
        display: block;
    }
    .step-marker-wrapper:nth-child(4) .step-marker-image {
        z-index: 2;
    }
    .step-marker-wrapper:nth-child(5) .step-marker-image {
        z-index: 1;
    }
    .step-marker-wrapper:nth-child(4) .step-marker-image:after {
        width: 24px;
        display: block;
        content: '';
    }
    .step-marker-wrapper:nth-child(4) .step-marker-image,
    .step-marker-wrapper:nth-child(5) .step-marker-image,
    .step-marker-wrapper:nth-child(6) .step-marker-image {
        background-image: url('/files/images/step-marker-rev.png');
        padding-right: 0;
        padding-left: 20px;
    }
    .step-marker-wrapper:nth-child(4) .step-marker-image:after,
    .step-marker-wrapper:nth-child(5) .step-marker-image:after,
    .step-marker-wrapper:nth-child(6) .step-marker-image:after {
        left: 100%;
        padding-left: 20px;
        padding-right: 0;
        display: block;
        content: '';
    }
    .step-marker-wrapper:nth-child(4),
    .step-marker-wrapper:nth-child(5),
    .step-marker-wrapper:nth-child(6) {
        float: right;
    }
    .step-marker-wrapper:nth-child(4) .step-marker-image:before {
        display: block;
        content: '';
        width: 1px;
        height: 145px;
        border-left: 2px dashed #f8c339;
        left: 156px;
        top: -111px;
        position: absolute;
    }
}
@media all and (max-width: 549px) {
    .step-markers {
        text-align: center;
    }
    .step-marker-image {
        width: 109px;
        height: 54px;
        background-size: contain;
        padding-top: 15px;
    }

    .step-marker-wrapper .step-marker-image:after {
        left: 101px;
        top: 26px;
        padding-top: 15px;
    }
    .step-marker-wrapper {
        width: 40%;
    }
    .step-marker-wrapper:nth-child(2) .step-marker-image:before {
        display: block;
        content: '';
        width: 1px;
        height: 133px;
        border-left: 2px dashed #f8c339;
        left: 119px;
        top: 26px;
        position: absolute;
    }
    .step-marker-wrapper:nth-child(3) .step-marker-image:after,
    .step-marker-wrapper:nth-child(4) .step-marker-image:after  {
        left: 109px;
    }
    .step-marker-wrapper:nth-child(3) .step-marker-image.lazy-background,
    .step-marker-wrapper:nth-child(4) .step-marker-image.lazy-background {
    background: #e14e46;
    }
    .step-marker-wrapper:nth-child(3) .step-marker-image.visible-bg,
    .step-marker-wrapper:nth-child(4) .step-marker-image.visible-bg {
        background: url('/files/images/step-marker-rev.png');
    }
    .step-marker-wrapper:nth-child(2) .step-marker-image:after {
        width: 18px;
    }
    .step-marker-wrapper:nth-child(4) .step-marker-image:after {
        width: 9px;
        left: 100%;
    }
    .step-marker-wrapper:nth-child(5) .step-marker-image:after {
        width: 9px;
        right: 100%;
        left: auto;
    }
    .step-marker-wrapper:nth-child(5) .step-marker-image {
        z-index: 1;
    }
    .step-marker-wrapper:nth-child(5) .step-marker-image:before {
        display: block;
        content: '';
        width: 1px;
        height: 155px;
        border-left: 2px dashed #f8c339;
        left: -9px;
        top: -129px;
        position: absolute;
    }
    .step-marker-wrapper:nth-child(3) .step-marker-image:before {
        display: block;
        content: '';
        width: 18px;
        height: 1px;
        border-top: 2px dashed #f8c339;
        left: -9px;
        top: 26px;
        position: absolute;
    }
    .step-marker-wrapper:nth-child(6) .step-marker-image:after {
        display: block;
        content: '';
        right: 100% ;
        left: auto;

    }
}
@media all and (min-width: 420px) and (max-width: 549px) {

    .support-notification-text {
        height: auto;
        padding-left: 150px;
    }
    .support-notification-contacts {
        padding-left: 150px;
        max-width: 560px;
    }
}
@media all and  (max-width: 500px) {
    .cont .why-us-shortcode ul:not(.default) {
        width: 80%;
        margin-left: 10%;;
    }
}
.testimonials-feedback-pages-list ul li{
    display:inline-block;
    min-width: 25px;
    padding:3px 8px;
}
.cont .testimonials-feedback-pages-list ul li:before {
    display: none!important;
}
.testimonials-feedback-pages-list .item-list-pager ul li {
    display: inline-block;
    min-width: 25px;
    padding: 3px 8px !important;
    margin: 0 5px;
    font-size: 18px !important;
    font-weight: 600 !important;
}
.testimonials-feedback-pages-list {
    text-align: center;
    margin-top: 30px;
    padding-bottom: 15px;
}
.testim-feedback-list {
    background: linear-gradient(to right, #f7f7fa 70%,#f7f7fa 100%);
}
.testimonials-feedback-pages-list .testi_pager a:hover {
    outline: none;
}

.testim-feedback-list .text{
    padding: 15px 0 5px;
}
/*
statistics-info-paper.png
statistics-info-paper-right.png
statistics-info-greek-img.png
statistics-info-left-leaf.png
statistics-info-right-leaf.png
*/
.info-statistics{
    height:145px;
    position: relative;
    text-align: center;
    background:#e6f9ff;
    overflow: hidden;
    margin:30px auto;
    background: url(/files/images/statistics-info-greek-img.png) left top repeat-y, url(/files/images/statistics-info-greek-img.png) right top repeat-y;
    background-color: #18bd9b;
}
.info-content{
    justify-content: space-around;
    display: flex;
    align-items:middle;
    padding: 26px 25px;
}
.info-statistics .text-part{
    height:93px;
    max-width: 340px;
    width: 40%;
    margin: 0 0;
    background: #fff;
    vertical-align: middle;
    padding: 18px;
    box-sizing: border-box;
    font-size: 17px;
    color: #444444;
    line-height: 1.471;
    display: flex;
    align-items:middle;
    border-radius: 5px;
    position: relative;
}
.info-statistics .text-part .green-text{
    color: rgb(24, 189, 155);
    font-weight: 800;
}

@media(max-width:800px){
    .info-statistics .text-part {
        padding: 15px 8px;
    }
}
/*.info-statistics:after {*/
/*    width: 58px;*/
/*    height: 57px;*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    left: 25px;*/
/*    bottom: 0 ;*/
/*    background: url(/files/images/statistics-left-leaves.png) center no-repeat;*/
/*    z-index: 1;*/
/*}*/
/*.info-statistics:before {*/
/*    width: 65px;*/
/*    height: 53px;*/
/*    content: '';*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top: 0 ;*/
/*    background: url(/files/images/statistics-right-leaves.png) center no-repeat;*/
/*    z-index: 1;*/
/*}*/
.info-statistics .button-yellow{
    background-color: rgb(251, 220, 131);
    width: 170px;
    height: 45px;
    line-height:45px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    border-radius: 3px;
    margin: 25px 10px 0;
    text-decoration: none;
    font-size: 15px;
    color: rgb(68, 68, 68);
    text-transform: uppercase;
}
.button-yellow:hover{
    text-decoration: none;
    background:rgb(245, 212, 115);
}
.info-statistics .text-part:before {
    content: '';
    width: 88px;
    height: 53px;
}
.info-statistics .left-part.text-part:before {
    position: absolute;
    right: -77px;
    top: -10px;
    background: url(/files/images/statistics-info-left-leaf.png) center no-repeat;
}
.info-statistics .right-part.text-part:before {
    position: absolute;
    left: -77px;
    bottom: -10px;
    background: url(/files/images/statistics-info-right-leaf.png) center no-repeat;
}
.info-statistics img.left-paper {
    position: absolute;
    right: -18px;
    bottom: -17px;
}
.info-statistics img.right-paper {
    position: absolute;
    right: 3px;
    bottom: -9px;
}
.info-statistics .right-paper-mob{
    display: none;
}
@media(max-width:991px){
    .button-yellow {
        width: 110px;
        font-size: 13px;
    }
    .info-statistics img.left-paper {
        width: 65px;
    }
    .info-statistics img.right-paper {
        right: -12px;
        bottom: -17px;
        width: 75px;
    }
    .info-statistics .text-part {
        padding: 10px 25px 10px 10px;
        font-size: 15px;
    }
}
@media(max-width:640px){
    .info-statistics{
        height:auto;
    }
    .info-statistics .man-img {
        display: none;
    }
    .info-statistics.lazy-background {
        background: #18bd9b;
    }
    .info-statistics.visible-bg {
        min-height: 285px;
        position: relative;
        text-align: center;
        background: url(/files/images/statistics-info-greek-img.png) left top repeat-y, url(/files/images/statistics-info-greek-img.png) right top repeat-y, url(/files/images/statistics-info-mob-bg.webp) bottom right no-repeat;
        background-color: #18bd9b;
        flex-direction: column;
    }
    .info-statistics .info-content {
        flex-direction: column;
    }
    .info-statistics .text-part {
        height: 86px;
        margin: 5px auto 5px auto;
        max-width: 290px;
        width: 100%;
        padding: 10px;
    }
    .info-statistics .right-part.text-part {
        height: 96px;
    }
    .info-statistics .left-part.text-part {
        padding: 15px 25px 10px 10px;
        font-size: 15px;
        height: 73px;
    }
    .info-statistics .button-yellow {
        margin: 10px auto;
    }
    .info-statistics .right-part.text-part {
        height: 73px;
    }
    .info-statistics .right-paper{
        display: none;
    }
    .info-statistics .right-paper-mob{
        display: inline-block;
        left: -7px;
        bottom: -13px;
        position: absolute;
    }
    .info-statistics img.left-paper {
        width: 54px;
        right: -11px;
        bottom: -17px;
    }
    .info-statistics .left-part.text-part:before,
    .info-statistics .right-part.text-part:before {
        display: none;
    }
}
@media(max-width:550px){
    .info-statistics:after {
        left: 0;
        bottom: -15px;
    }
}

@media(max-width:500px){
    .info-statistics .text-part {
        margin: 5px auto;
        max-width: 290px;
    }
    .info-content {
        padding: 20px 15px;
    }
    .info-statistics:after {
        width: 45px;
        height: 46px;
        background-size: contain;
    }
    .info-statistics:before {
        width: 53px;
        height: 46px;
        background-size: cover;
    }
}
@media(max-width:450px){
    #ajax_testimonials .leave-your {
        float: none;
        margin: 0 auto 20px;
    }
}
@media(max-width:400px){
    .info-statistics.lazy-background {
        background: #18bd9b;
    }
    .info-statistics.visible-bg {
        background: url(/files/images/statistics-info-mob-bg.webp) bottom right no-repeat;
        background-color: #18bd9b;
    }
}
html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] {
    position: absolute;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    right: 45px;
    width: 32px;
    height: 32px;
}
html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] + label.radio-label {
    text-align: left;
    padding: 20px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url(/files/images/pattern-ancient.png), url(/files/images/pattern-ancient.png);
    background-position: right top, right bottom;
    background-repeat: repeat-x, repeat-x;
}
html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] + label.radio-label.checked{
    background-color: #e14e47;
    color: #fff; 
}
.ae-order .order-form-wrapper .ws-writing-quality label span{
    line-height:25px;
}
@media all and (min-width: 768px) and (max-width: 991px) {
    html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] + label.radio-label {
        padding: 15px 15px;
    }
    html body .essay-component.order-form-wrapper .ws-writing-quality [type="radio"] {
        right: 30px;
    }
    body .order-form-wrapper .ws-writing-quality .material-hint {
        position: absolute;
        top: 24px;
        left: 97px;
    }
}
@media all and (min-width: 768px)  {
    .row.ws-writing-quality-row {
        display: flex;
    }
}

.terms-row .footer-terms {
    line-height: normal;
    text-align: center;
    margin-top: 40px;
}
@media(max-width: 991px) {
    .terms-row .footer-terms {
        margin-top: 0;
    }
}
@media(max-width: 500px) {
    .main a {
        word-break: break-word;
    }
}
@media(max-width: 400px) {
    body .terms-row > .footer-terms {
        line-height: 25px;
    }
}
.vipaccount .top-login-button {
    position: relative;
}
.vipaccount .top-login-button:before {
    content: '';
    position: static;
    margin-left: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/files/images/vip-sign.png) center no-repeat;
    background-size: contain;
    margin-right: 1px;
    vertical-align: text-bottom;
}
@media (max-width: 1024px){
    .vipaccount .mobile-user-btn {
        position: relative;
    }
    .vipaccount .mobile-user-btn:before {
        content: '';
        position: absolute;
        top: -4px;
        left: 16px;
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(/files/images/vip-sign.png) center no-repeat;
        background-size: contain;
        z-index: 1;
    }
}
.ae-order #order-form[data-class="poster"] .service-speaker-notes-ppp b::before, .ae-order #order-form[data-class="presentation"] .service-speaker-notes b::before{
    background: #fff4d4;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    left: 115px;
    top: 0px;
}
.ae-order .essay-component .hint.discounts-hint div ul li:before{
    display:none;
}