@media only screen and (max-width: 600px) {
    .hide-on-small-and-down, .hide-on-small-only {
        display: none !important
    }
}

@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%
    }

    .pagination li.next, .pagination li.prev {
        width: 10%
    }

    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap
    }

    .hide-on-med-and-down {
        display: none !important
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important
    }
}

@media only screen and (min-width: 600px) and (max-width:992px) {
    .hide-on-med-only {
        display: none !important
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important
    }

    .show-on-large {
        display: block !important
    }
}

@media only screen and (min-width: 600px) and (max-width:992px) {
    .show-on-medium {
        display: block !important
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important
    }

    .center-on-small-only {
        text-align: center
    }
}

@media only screen and (max-width: 992px) {
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative
    }

    table.responsive-table td:empty:before {
        content: '\00a0'
    }

    table.responsive-table td, table.responsive-table th {
        margin: 0;
        vertical-align: top
    }

    table.responsive-table thead {
        display: block;
        float: left;
        border: 0;
        border-right: 1px solid #d0d0d0
    }

    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0
    }

    table.responsive-table thead tr th::before {
        content: "\00a0"
    }

    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap
    }

    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top
    }

    table.responsive-table th {
        display: block;
        text-align: right
    }

    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left
    }

    table.responsive-table tr {
        padding: 0 10px
    }

    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0
    }

    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

    table.responsive-table.bordered tr {
        border: 0
    }

    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0
    }
}

@media only screen and (min-width: 601px) {
    .container {
        width: 85%
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 70%
    }
}

@media only screen and (min-width: 601px) {
    .row .col.m1, .row .col.m10, .row .col.m11, .row .col.m12, .row .col.m2, .row .col.m3, .row .col.m4, .row .col.m5, .row .col.m6, .row .col.m7, .row .col.m8, .row .col.m9 {
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.m1 {
        width: 8.33333333%
    }

    .row .col.m2 {
        width: 16.66666667%
    }

    .row .col.m3 {
        width: 25%
    }

    .row .col.m4 {
        width: 33.33333333%
    }

    .row .col.m5 {
        width: 41.66666667%
    }

    .row .col.m6 {
        width: 50%
    }

    .row .col.m7 {
        width: 58.33333333%
    }

    .row .col.m8 {
        width: 66.66666667%
    }

    .row .col.m9 {
        width: 75%
    }

    .row .col.m10 {
        width: 83.33333333%
    }

    .row .col.m11 {
        width: 91.66666667%
    }

    .row .col.m12 {
        width: 100%
    }

    .row .col.offset-m1 {
        margin-left: 8.33333333%
    }

    .row .col.pull-m1 {
        right: 8.33333333%
    }

    .row .col.push-m1 {
        left: 8.33333333%
    }

    .row .col.offset-m2 {
        margin-left: 16.66666667%
    }

    .row .col.pull-m2 {
        right: 16.66666667%
    }

    .row .col.push-m2 {
        left: 16.66666667%
    }

    .row .col.offset-m3 {
        margin-left: 25%
    }

    .row .col.pull-m3 {
        right: 25%
    }

    .row .col.push-m3 {
        left: 25%
    }

    .row .col.offset-m4 {
        margin-left: 33.33333333%
    }

    .row .col.pull-m4 {
        right: 33.33333333%
    }

    .row .col.push-m4 {
        left: 33.33333333%
    }

    .row .col.offset-m5 {
        margin-left: 41.66666667%
    }

    .row .col.pull-m5 {
        right: 41.66666667%
    }

    .row .col.push-m5 {
        left: 41.66666667%
    }

    .row .col.offset-m6 {
        margin-left: 50%
    }

    .row .col.pull-m6 {
        right: 50%
    }

    .row .col.push-m6 {
        left: 50%
    }

    .row .col.offset-m7 {
        margin-left: 58.33333333%
    }

    .row .col.pull-m7 {
        right: 58.33333333%
    }

    .row .col.push-m7 {
        left: 58.33333333%
    }

    .row .col.offset-m8 {
        margin-left: 66.66666667%
    }

    .row .col.pull-m8 {
        right: 66.66666667%
    }

    .row .col.push-m8 {
        left: 66.66666667%
    }

    .row .col.offset-m9 {
        margin-left: 75%
    }

    .row .col.pull-m9 {
        right: 75%
    }

    .row .col.push-m9 {
        left: 75%
    }

    .row .col.offset-m10 {
        margin-left: 83.33333333%
    }

    .row .col.pull-m10 {
        right: 83.33333333%
    }

    .row .col.push-m10 {
        left: 83.33333333%
    }

    .row .col.offset-m11 {
        margin-left: 91.66666667%
    }

    .row .col.pull-m11 {
        right: 91.66666667%
    }

    .row .col.push-m11 {
        left: 91.66666667%
    }

    .row .col.offset-m12 {
        margin-left: 100%
    }

    .row .col.pull-m12 {
        right: 100%
    }

    .row .col.push-m12 {
        left: 100%
    }
}

@media only screen and (min-width: 993px) {
    .row .col.l1, .row .col.l10, .row .col.l11, .row .col.l12, .row .col.l2, .row .col.l3, .row .col.l4, .row .col.l5, .row .col.l6, .row .col.l7, .row .col.l8, .row .col.l9 {
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.l1 {
        width: 8.33333333%
    }

    .row .col.l2 {
        width: 16.66666667%
    }

    .row .col.l3 {
        width: 25%
    }

    .row .col.l4 {
        width: 33.33333333%
    }

    .row .col.l5 {
        width: 41.66666667%
    }

    .row .col.l6 {
        width: 50%
    }

    .row .col.l7 {
        width: 58.33333333%
    }

    .row .col.l8 {
        width: 66.66666667%
    }

    .row .col.l9 {
        width: 75%
    }

    .row .col.l10 {
        width: 83.33333333%
    }

    .row .col.l11 {
        width: 91.66666667%
    }

    .row .col.l12 {
        width: 100%
    }

    .row .col.offset-l1 {
        margin-left: 8.33333333%
    }

    .row .col.pull-l1 {
        right: 8.33333333%
    }

    .row .col.push-l1 {
        left: 8.33333333%
    }

    .row .col.offset-l2 {
        margin-left: 16.66666667%
    }

    .row .col.pull-l2 {
        right: 16.66666667%
    }

    .row .col.push-l2 {
        left: 16.66666667%
    }

    .row .col.offset-l3 {
        margin-left: 25%
    }

    .row .col.pull-l3 {
        right: 25%
    }

    .row .col.push-l3 {
        left: 25%
    }

    .row .col.offset-l4 {
        margin-left: 33.33333333%
    }

    .row .col.pull-l4 {
        right: 33.33333333%
    }

    .row .col.push-l4 {
        left: 33.33333333%
    }

    .row .col.offset-l5 {
        margin-left: 41.66666667%
    }

    .row .col.pull-l5 {
        right: 41.66666667%
    }

    .row .col.push-l5 {
        left: 41.66666667%
    }

    .row .col.offset-l6 {
        margin-left: 50%
    }

    .row .col.pull-l6 {
        right: 50%
    }

    .row .col.push-l6 {
        left: 50%
    }

    .row .col.offset-l7 {
        margin-left: 58.33333333%
    }

    .row .col.pull-l7 {
        right: 58.33333333%
    }

    .row .col.push-l7 {
        left: 58.33333333%
    }

    .row .col.offset-l8 {
        margin-left: 66.66666667%
    }

    .row .col.pull-l8 {
        right: 66.66666667%
    }

    .row .col.push-l8 {
        left: 66.66666667%
    }

    .row .col.offset-l9 {
        margin-left: 75%
    }

    .row .col.pull-l9 {
        right: 75%
    }

    .row .col.push-l9 {
        left: 75%
    }

    .row .col.offset-l10 {
        margin-left: 83.33333333%
    }

    .row .col.pull-l10 {
        right: 83.33333333%
    }

    .row .col.push-l10 {
        left: 83.33333333%
    }

    .row .col.offset-l11 {
        margin-left: 91.66666667%
    }

    .row .col.pull-l11 {
        right: 91.66666667%
    }

    .row .col.push-l11 {
        left: 91.66666667%
    }

    .row .col.offset-l12 {
        margin-left: 100%
    }

    .row .col.pull-l12 {
        right: 100%
    }

    .row .col.push-l12 {
        left: 100%
    }
}

@media only screen and (min-width: 1201px) {
    .row .col.xl1, .row .col.xl10, .row .col.xl11, .row .col.xl12, .row .col.xl2, .row .col.xl3, .row .col.xl4, .row .col.xl5, .row .col.xl6, .row .col.xl7, .row .col.xl8, .row .col.xl9 {
        margin-left: auto;
        left: auto;
        right: auto
    }

    .row .col.xl1 {
        width: 8.33333333%
    }

    .row .col.xl2 {
        width: 16.66666667%
    }

    .row .col.xl3 {
        width: 25%
    }

    .row .col.xl4 {
        width: 33.33333333%
    }

    .row .col.xl5 {
        width: 41.66666667%
    }

    .row .col.xl6 {
        width: 50%
    }

    .row .col.xl7 {
        width: 58.33333333%
    }

    .row .col.xl8 {
        width: 66.66666667%
    }

    .row .col.xl9 {
        width: 75%
    }

    .row .col.xl10 {
        width: 83.33333333%
    }

    .row .col.xl11 {
        width: 91.66666667%
    }

    .row .col.xl12 {
        width: 100%
    }

    .row .col.offset-xl1 {
        margin-left: 8.33333333%
    }

    .row .col.pull-xl1 {
        right: 8.33333333%
    }

    .row .col.push-xl1 {
        left: 8.33333333%
    }

    .row .col.offset-xl2 {
        margin-left: 16.66666667%
    }

    .row .col.pull-xl2 {
        right: 16.66666667%
    }

    .row .col.push-xl2 {
        left: 16.66666667%
    }

    .row .col.offset-xl3 {
        margin-left: 25%
    }

    .row .col.pull-xl3 {
        right: 25%
    }

    .row .col.push-xl3 {
        left: 25%
    }

    .row .col.offset-xl4 {
        margin-left: 33.33333333%
    }

    .row .col.pull-xl4 {
        right: 33.33333333%
    }

    .row .col.push-xl4 {
        left: 33.33333333%
    }

    .row .col.offset-xl5 {
        margin-left: 41.66666667%
    }

    .row .col.pull-xl5 {
        right: 41.66666667%
    }

    .row .col.push-xl5 {
        left: 41.66666667%
    }

    .row .col.offset-xl6 {
        margin-left: 50%
    }

    .row .col.pull-xl6 {
        right: 50%
    }

    .row .col.push-xl6 {
        left: 50%
    }

    .row .col.offset-xl7 {
        margin-left: 58.33333333%
    }

    .row .col.pull-xl7 {
        right: 58.33333333%
    }

    .row .col.push-xl7 {
        left: 58.33333333%
    }

    .row .col.offset-xl8 {
        margin-left: 66.66666667%
    }

    .row .col.pull-xl8 {
        right: 66.66666667%
    }

    .row .col.push-xl8 {
        left: 66.66666667%
    }

    .row .col.offset-xl9 {
        margin-left: 75%
    }

    .row .col.pull-xl9 {
        right: 75%
    }

    .row .col.push-xl9 {
        left: 75%
    }

    .row .col.offset-xl10 {
        margin-left: 83.33333333%
    }

    .row .col.pull-xl10 {
        right: 83.33333333%
    }

    .row .col.push-xl10 {
        left: 83.33333333%
    }

    .row .col.offset-xl11 {
        margin-left: 91.66666667%
    }

    .row .col.pull-xl11 {
        right: 91.66666667%
    }

    .row .col.push-xl11 {
        left: 91.66666667%
    }

    .row .col.offset-xl12 {
        margin-left: 100%
    }

    .row .col.pull-xl12 {
        right: 100%
    }

    .row .col.push-xl12 {
        left: 100%
    }
}

@media only screen and (min-width: 993px) {
    nav a.button-collapse {
        display: none
    }
}

@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    nav .brand-logo.left, nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        transform: none
    }

    nav .brand-logo.left {
        left: .5rem
    }

    nav .brand-logo.right {
        right: .5rem;
        left: auto
    }
}

@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 90px
    }

    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 90px;
        line-height: 90px
    }

    .navbar-fixed {
        height: 90px
    }
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px
    }
}

@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.224rem
    }
}

@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.248rem
    }
}

@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.272rem
    }
}

@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.296rem
    }
}

@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.32rem
    }
}

@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.344rem
    }
}

@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.368rem
    }
}

@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.392rem
    }
}

@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.416rem
    }
}

@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.44rem
    }
}

@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.464rem
    }
}

@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.488rem
    }
}

@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.512rem
    }
}

@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.536rem
    }
}

@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.56rem
    }
}

@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.584rem
    }
}

@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.608rem
    }
}

@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.632rem
    }
}

@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.656rem
    }
}

@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.68rem
    }
}

@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem
    }
}

@media only screen and (max-width: 992px) {
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tabs .tab {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .tabs .tab a {
        padding: 0 12px
    }
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 80%
    }
}

@media only screen and (max-width: 992px) {
    .side-nav.fixed {
        -webkit-transform: translateX(-105%);
        transform: translateX(-105%)
    }

    .side-nav.fixed.right-aligned {
        -webkit-transform: translateX(105%);
        transform: translateX(105%)
    }

    .side-nav a {
        padding: 0 16px
    }

    .side-nav .userView {
        padding: 16px 16px 0
    }
}

@media only screen and (max-width: 992px) {
    .breadcrumbs-7 nav .nav-wrapper:before {
        display: none
    }
}

@media only screen and (max-width: 600px) {
    .faq-3 .collapsible-header {
        padding: 10px 40px 10px 10px
    }

    .faq-3 .collapsible-header:before {
        right: 10px
    }

    .faq-3 li.active .collapsible-body {
        padding: 0 10px 10px
    }
}

@media only screen and (max-width: 992px) {
    .free-essays-list-3 .free-essays-list_content {
        padding: 15px 0;
        text-align: center
    }

    .free-essays-list-3 .free-essays-list_content .wrap {
        display: none
    }
}

@media all and (max-width: 1200px) {
    .essays-categories {
        padding: 40px
    }

    .essays-categories h2 {
        padding-left: 38px
    }

    .essays-categories .essays-categories-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .essays-categories .essays-categories-list li {
        width: 45%
    }
}

@media all and (max-width: 640px) {
    .essays-categories {
        padding: 25px 15px
    }

    .essays-categories h2 {
        padding-left: 0
    }

    .essays-categories .essays-categories-list li {
        width: 100%;
        margin: 0 0 10px
    }
}

@media only screen and (max-width: 600px) {
    .free-essays .text-left, .free-essays .text-right {
        text-align: center
    }
}

@media screen and (max-width: 1200px) {
    .how-it-works-1 .content .how-it-works_element .text {
        padding-right: 5%
    }
}

@media (max-width: 601px) {
    .how-it-works-1 .content .how-it-works_element {
        width: 48%;
        padding-top: 60px
    }

    .how-it-works-1 .content .how-it-works_element::before {
        content: none
    }

    .how-it-works-1 .content .how-it-works_element::after {
        top: 0;
        right: calc(50% - 21px)
    }

    .how-it-works-1 .content .how-it-works_element .number, .how-it-works-1 .content .how-it-works_element .step, .how-it-works-1 .content .how-it-works_element .text {
        text-align: center
    }
}

@media (max-width: 480px) {
    .how-it-works-1 .content .how-it-works_element {
        width: auto
    }

    .how-it-works-1 .footer a.button.button-info {
        width: auto;
        min-width: initial
    }
}

@media only screen and (max-width: 600px) {
    .menubar-1 nav.main-menu .menu-buttons a:last-child {
        display: none
    }
}

@media (max-width: 480px) {
    .menubar-1 nav.main-menu .menu-buttons {
        display: none
    }

    .menubar-1 ul#slide-out {
        width: 80% !important
    }

    .menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .live-chat, .menubar-1 nav.main-menu ul#slide-out .sub-side-nav .live-chat-phones-wrap .phones {
        text-align: left;
        width: 100%;
        padding: 5px 0
    }

    .menubar-1 nav.main-menu ul#slide-out .sub-side-nav .social-buttons ul li {
        margin: 0
    }
}

@media all and (max-width: 480px) {
    ul#modal-menu {
        max-width: 310px;
        top: 0 !important;
        left: calc(50% - 155px);
        z-index: 999999 !important;
        padding: 0 18px
    }

    ul#modal-menu .top-header-close {
        padding: 12px 0
    }

    ul#modal-menu li#set-block .buttons a {
        width: 115px
    }

    ul#modal-menu li#set-block .phones-chat .burger-chat {
        width: 108px
    }
}

@media only screen and (max-width: 1200px) {
    .our-discount h2 {
        text-align: center
    }
}

@media only screen and (max-width: 992px) {
    .our-discount {
        padding: 30px 0
    }

    .our-discount .container div .header h2, .our-discount div h2 {
        text-align: center
    }
}

@media (max-width: 480px) {
    .col-count-2 {
        -webkit-column-count: 1;
        column-count: 1;
        text-align: justify
    }
}

@media only screen and (max-width: 1200px) {
    .text-content-2 .image-wrapper, .text-content-4 .image-wrapper {
        display: none
    }
}

@media all and (max-width: 640px) {
    .home-custom-container {
        padding: 0 17px
    }
}

@media all and (max-width: 1200px) {
    .custom-container {
        padding: 0 25px
    }
}

@media all and (max-width: 600px) {
    .custom-container {
        padding: 0 17px
    }
}

@media all and (max-width: 1200px) {
    .page-testimonials .testimonials-block-up {
        width: 45%;
        margin: 0 10px 10px
    }
}

@media all and (max-width: 600px) {
    .page-testimonials .testimonials-block-up {
        width: 100%;
        margin: 0 0 10px
    }
}

@media all and (max-width: 1200px) {
    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block {
        width: 30%;
        background-size: cover
    }
}

@media all and (max-width: 992px) {
    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block {
        min-height: 355px;
        padding-top: 120px
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block .text {
        font-size: 15px
    }
}

@media all and (max-width: 760px) {
    .shortcodes .shortcode-discount-block .disc-blocks .top-block.desk {
        display: none
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob {
        display: block
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .disc-block, .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .disc-block.disc-block-1, .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .disc-block.disc-block-3 {
        margin: 0;
        background-size: contain
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .slick-dots {
        margin: 0;
        padding: 0
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .slick-dots li:before {
        display: none
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .slick-dots li.slick-active button {
        background: #E7B80A;
        border-color: #E7B80A
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block.mob .slick-dots li button {
        background: 0 0;
        border-width: 2px;
        border-color: #6a707d
    }
}

@media all and (max-width: 480px) {
    .shortcodes .shortcode-discount-block .disc-blocks {
        margin: 0 auto 40px
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block {
        min-height: 310px;
        padding-top: 103px
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block .text {
        margin: 38px 0 0
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block .percent .disc-off {
        font-size: 30px;
        margin: 0
    }

    .shortcodes .shortcode-discount-block .disc-blocks .top-block .disc-block .percent .disc-pages {
        font-size: 14px
    }
}

@media only screen and (max-width: 600px) {
    .article-content iframe {
        height: inherit
    }
}

@media all and (max-width: 1750px) {
    .samples-slider .slick-slide img {
        height: 400px
    }

    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        width: 100%;
        padding-top: 25%;
        height: 400px
    }

    .hover-a {
        min-width: 120px
    }
}

@media all and (max-width: 1200px) {
    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        width: 70%;
        left: 15%;
        padding-top: 10%
    }

    .samples-slider .slick-slide img {
        width: 70%;
        margin: 0 auto
    }
}

@media all and (max-width: 1199px) {
    .hover-a {
        width: auto;
        font-size: 12px;
        height: auto;
        max-width: 220px
    }
}

@media all and (max-width: 1024px) {
    .samples-slider .slick-slide img {
        width: 70%;
        margin: 0 auto
    }
}

@media all and (max-width: 992px) {
    .hover-a {
        width: 150px;
        font-size: 14px
    }

    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        padding-top: 15%;
        height: 400px
    }

    .wrap p, .wrap-1 p, .wrap-2 p, .wrap-3 p, .wrap-4 p, .wrap-5 p {
        font-size: 12px
    }

    .wrap .hover-a, .wrap-1 .hover-a, .wrap-2 .hover-a, .wrap-3 .hover-a, .wrap-4 .hover-a, .wrap-5 .hover-a {
        min-width: 135px
    }
}

@media only screen and (max-width: 992px) and (min-width:600px) {
    .samples-slider .slick-slide {
        margin: 0 -50px
    }

    .samples-slider .slick-slide img {
        height: 400px
    }
}

@media only screen and (max-width: 1247px) and (min-width:992px) {
    .essay-component .ws-vip-services .vip-services-list label.checkbox-label {
        padding: 10px 0
    }

    .essay-component .ws-vip-services .vip-services-list label .service-text {
        height: 80px
    }
}

@media all and (max-width: 768px) {
    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        padding-top: 20%
    }
}

@media all and (max-width: 601px) {
    .hover-a {
        width: 140px;
        font-size: 14px
    }

    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        padding-top: 14%
    }
}

@media all and (max-width: 599px) {
    .samples-slider .slick-slide img {
        width: 70%;
        margin: 0 auto
    }

    .samples-slider .slick-next {
        right: 6%
    }

    .samples-slider .slick-prev {
        left: 9%
    }
}

@media all and (max-width: 590px) {
    .samples-slider .slick-slide img {
        width: 70%;
        margin: 0 auto
    }
}

@media all and (max-width: 480px) {
    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        height: 320px;
        padding-top: 10%
    }
}

@media all and (max-width: 400px) {
    .samples-slider .slick-next {
        right: 3%
    }

    .samples-slider .slick-slide img {
        width: 64%;
        height: 260px
    }

    .wrap, .wrap-1, .wrap-2, .wrap-3, .wrap-4, .wrap-5 {
        width: 64%;
        left: 18%;
        height: 260px;
        padding-top: 1%
    }

    .samples-slider .slick-next, .samples-slider .slick-prev {
        top: 30%
    }
}

@media all and (max-width: 1023px) {
    .order-steps .order-steps-wrapper {
        display: block;
        width: 100%
    }

    .order-steps .vip-wrapper {
        display: none
    }
}

@media all and (max-width: 600px) {
    .order-steps .steps-images {
        display: none
    }

    .order-steps .steps-slider {
        display: block
    }

    .order-steps .steps-slider .slick-list {
        padding-bottom: 0
    }

    .order-steps .order-text {
        padding-left: 0
    }
}

@media all and (max-width: 1316px) {
    .banner-content {
        height: calc(100vw / 14)
    }

    span.close-popup.close-order-banner {
        top: 5px
    }
}

@media all and (max-width: 750px) {
    .banner-content {
        height: calc(100vw / 13)
    }

    span.close-popup.close-order-banner {
        right: 2px;
        top: 3px
    }

    span.close-popup.close-order-banner img {
        height: 15px
    }
}

@media all and (max-width: 548px) {
    .banner-content {
        height: calc(100vw / 9.5);
        background-position-x: -200px;
        top: 2px
    }
}

@media all and (max-width: 401px) {
    .banner-content {
        height: calc(100vw / 8.5);
        background-position-x: -218px
    }
}

@media all and (max-width: 390px) {
    .banner-content {
        height: calc(100vw / 6.5)
    }
}

@media all and (max-width: 350px) {
    .banner-content {
        background-position-x: -168px
    }
}

@media all and (max-width: 480px) {
    .hide-block {
        display: none
    }
}

@media all and (max-width: 600px) {
    body .affiliate-program-wrapper .side .case .case-content .top-seven tr {
        display: inline-block;
        width: 50%
    }

    body .affiliate-program-wrapper .side .case .case-content .top-seven tr td {
        display: block
    }
}

@media all and (max-width: 1024px) {
    body .featherlight .featherlight-user-area .vip-accounts-wrapper .info-list li:first-child span {
        float: none
    }

    body .featherlight .featherlight-user-area .vip-accounts-wrapper .info-list li:first-child span:last-child {
        float: left
    }
}

@media only screen and (max-width: 679px) {
    body .essay-orders .orders .order-item.vip .vip-label {
        width: 172px;
        height: 83px
    }
}

@media only screen and (max-width: 500px) {
    .vip-step {
        font-size: 16px
    }

    .vip-step .vip-client-text {
        font-size: 22px
    }
}

@media only screen and (max-width: 1700px) {
    .cusom-graphic .circle-graph {
        width: 424px
    }
}

@media only screen and (max-width: 1250px) {
    .cusom-graphic {
        padding-bottom: 67px
    }

    .cusom-graphic .circle-graph {
        position: absolute;
        bottom: -70px;
        right: 63px;
        -webkit-shape-outside: polygon(97% 0, 93% 100%, 0 66%);
        shape-outside: polygon(97% 0, 93% 100%, 0 66%);
        margin-right: -264px
    }
}

@media only screen and (max-width: 768px) {
    .cusom-graphic {
        padding: 37px 51px 67px 20px
    }

    .cusom-graphic .circle-graph {
        height: 200px;
        position: absolute;
        bottom: -45px;
        right: 48px
    }
}

@media only screen and (max-width: 600px) {
    .vip-step .details {
        display: block
    }

    .cusom-graphic {
        padding: 44px 15px 59px
    }

    .cusom-graphic .circle-graph {
        width: 356px;
        bottom: -60px
    }
}

@media all and (min-width: 992px) and (max-width:1200px) {
    .affiliate-page .how-works .steps {
        text-align: center;
        padding: 80px 15px 0
    }

    .affiliate-page .how-works .steps:before {
        display: block;
        width: 100%;
        text-align: center
    }
}

@media all and (max-width: 600px) {
    .affiliate-page .how-works .steps, .affiliate-page .how-works .steps:before {
        display: block;
        width: 100%;
        text-align: center
    }

    .affiliate-page .how-works .steps {
        margin: 30px 0;
        padding: 80px 0 0
    }
}

@media all and (max-width: 1200px) {
    .top-writers {
        max-width: 100%;
        padding: 54px 10px;
        background-size: contain
    }

    .top-writers .text-part {
        width: 80%
    }

    .top-writers img {
        bottom: 42px
    }
}

@media all and (max-width: 1000px) {
    .top-writers {
        width: 620px;
        background: 0 0;
        border: 2px solid #283349;
        padding: 15px 30px
    }

    .top-writers img {
        height: auto;
        bottom: 0;
        right: 25px
    }

    .top-writers .text-part {
        display: block;
        width: 100%
    }

    .top-writers .text-part .top-text {
        line-height: normal;
        margin: 0
    }

    .top-writers .text-part .bottom-text {
        line-height: normal
    }

    .top-writers .text-part .bottom-text br {
        display: block
    }

    .top-writers .price-part {
        display: block;
        margin: 10px 0 0
    }
}

@media all and (max-width: 640px) {
    .top-writers {
        border: none;
        background: url(/wp-content/themes/essays-leader/images/writers-bg-mobile.svg) center no-repeat;
        background-size: contain;
        width: 298px;
        height: 314px;
        padding: 40px 27px 40px 17px
    }

    .top-writers img {
        width: 166px;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 16px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 93%, 0 100%)
    }

    .top-writers .text-part .top-text {
        text-align: center;
        font-size: 28px;
        margin: 0 0 6px
    }

    .top-writers .text-part .top-text span {
        font-size: 28px
    }

    .top-writers .text-part .bottom-text {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 13px
    }

    .top-writers .text-part .bottom-text br {
        display: none
    }

    .top-writers .text-part .bottom-text span {
        font-size: 13px;
        line-height: 19px
    }

    .top-writers .price-part {
        display: block;
        width: 219px;
        height: 39px;
        position: static;
        margin: 15px auto;
        padding: 0;
        line-height: 36px
    }

    .top-writers .price-part span {
        display: inline-block;
        vertical-align: middle;
        font-size: 12px
    }

    .top-writers .price-part span.price {
        font-size: 17px
    }
}

@media all and (max-width: 330px) {
    .top-writers img {
        bottom: 21px
    }
}

@media all and (max-width: 1200px) {
    .vip-support {
        background-size: contain
    }

    .vip-support .title {
        padding-left: 0
    }

    .vip-support img {
        top: 44px;
        right: 0;
        width: 300px
    }
}

@media all and (max-width: 850px) {
    .vip-support {
        width: 520px;
        background: #ffd336;
        border: 2px solid #283349;
        padding: 25px 15px;
        text-align: center
    }

    .vip-support .title {
        display: block;
        width: 100%
    }

    .vip-support .title .bottom-text, .vip-support .title .top-text {
        display: inline-block;
        vertical-align: top
    }

    .vip-support .title .top-text {
        margin: 0
    }

    .vip-support .text {
        display: block;
        width: 100%
    }

    .vip-support .text .benefit {
        margin: 0 0 137px
    }

    .vip-support .text .fake-button {
        margin: 0 auto
    }

    .vip-support img {
        right: auto;
        top: 112px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 640px) {
    .vip-support {
        border: none;
        background: url(/wp-content/themes/essays-leader/images/support-bg-mobile.svg) center no-repeat;
        background-size: contain;
        width: 298px;
        height: 306px
    }

    .vip-support .title .bottom-text, .vip-support .title .top-text {
        font-size: 28px
    }

    .vip-support .text .benefit {
        margin: 0 0 137px;
        font-size: 13px;
        line-height: 17px
    }

    .vip-support .text .benefit br {
        display: none
    }

    .vip-support .text .fake-button {
        margin: 0 auto;
        width: 206px;
        height: 43px;
        background-size: contain;
        font-size: 15px;
        line-height: 41px
    }

    .vip-support img {
        top: 104px
    }
}

@media all and (max-width: 1200px) {
    .vip-services-price {
        background-size: contain
    }

    .vip-services-price .prices-blocks {
        padding-left: 130px
    }
}

@media all and (max-width: 1000px) {
    .vip-services-price {
        width: 620px;
        max-width: 100%;
        background: 0 0;
        border: 2px solid #283349;
        padding: 15px;
        margin: 30px auto
    }

    .vip-services-price .vip-package-block {
        display: block;
        width: 100%;
        background: #283349;
        padding: 15px 0
    }

    .vip-services-price .vip-package-block .title {
        margin: 0
    }

    .vip-services-price .vip-package-block .title span {
        color: #fff
    }

    .vip-services-price .prices-blocks {
        display: block;
        width: 100%;
        max-width: 75%;
        margin: 15px auto 0;
        padding: 0
    }
}

@media all and (max-width: 640px) {
    .vip-services-price {
        border: none;
        background: url(/wp-content/themes/essays-leader/images/vip-services-price-bg-mobile.svg) center no-repeat;
        background-size: contain;
        width: 298px;
        height: 399px
    }

    .vip-services-price .vip-package-block {
        background: 0 0;
        padding-bottom: 0
    }

    .vip-services-price .vip-package-block .title {
        font-size: 28px
    }

    .vip-services-price .vip-package-block .title span {
        color: #283349;
        font-size: 28px
    }

    .vip-services-price .vip-package-block .discount {
        font-size: 16px;
        position: absolute;
        bottom: 35px;
        left: 0;
        display: block;
        width: 100%;
        text-align: center;
        line-height: 21px;
        padding-right: 30px
    }

    .vip-services-price .prices-blocks {
        max-width: 85%;
        margin: 5px auto 0
    }

    .vip-services-price .prices-blocks .block {
        line-height: 0;
        margin: 0 0 4px
    }

    .vip-services-price .prices-blocks .block .text-left {
        font-size: 12px;
        min-width: 65px;
        padding-right: 0;
        margin-right: 5px;
        display: inline-block;
        vertical-align: top;
        line-height: 17px
    }

    .vip-services-price .prices-blocks .block .text-left:after {
        display: none
    }

    .vip-services-price .prices-blocks .block .text-right {
        font-size: 12px;
        display: inline-block;
        vertical-align: top;
        line-height: 16px
    }

    .vip-services-price .prices-blocks .block .text-right br {
        display: block
    }
}

@media all and (max-width: 1200px) {
    .words-banner {
        max-width: 100%;
        background-size: contain
    }
}

@media all and (max-width: 1000px) {
    .words-banner {
        width: 620px;
        background: 0 0;
        border: 2px solid #283349;
        padding: 15px
    }

    .words-banner .left-part {
        display: block;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto
    }

    .words-banner .right-part {
        display: block;
        width: 100%;
        background: #283349;
        margin: 10px 0 0
    }
}

@media all and (max-width: 640px) {
    .words-banner {
        border: none;
        background: url(/wp-content/themes/essays-leader/images/words-banner-mobile.svg) center no-repeat;
        background-size: contain;
        width: 298px;
        height: 369px;
        padding: 40px 0 0
    }

    .words-banner .left-part .plus {
        font-size: 22px;
        position: absolute;
        left: 50px;
        top: 30%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .words-banner .left-part .info {
        margin-left: 0
    }

    .words-banner .left-part .info .top-part {
        margin: 0 0 30px
    }

    .words-banner .left-part .info .perc {
        font-size: 24px;
        vertical-align: top;
        position: relative;
        bottom: 14px
    }

    .words-banner .left-part .info .text {
        line-height: 11px;
        vertical-align: bottom;
        width: 175px
    }

    .words-banner .left-part .info .text .text-top {
        font-size: 14px;
        line-height: 16px
    }

    .words-banner .left-part .info .text .text-bottom {
        font-size: 12px
    }

    .words-banner .left-part .info .text .text-bottom br {
        display: block
    }

    .words-banner .right-part {
        background: 0 0;
        margin: 44px 0 0
    }

    .words-banner .right-part .perc {
        font-size: 55px
    }
}

@media all and (max-width: 1200px) {
    #cookie-row-wrapper .cookie-policy-block .row-wrap {
        max-width: 70%
    }
}

@media all and (max-width: 600px) {
    #cookie-row-wrapper .cookie-policy-block .row-wrap {
        display: block;
        max-width: 90%
    }

    #cookie-row-wrapper .cookie-policy-block .text-col {
        display: block;
        width: 100%
    }

    #cookie-row-wrapper .cookie-policy-block .text-col p {
        padding: 15px 0 20px
    }

    #cookie-row-wrapper .cookie-policy-block .cookie-icon-button {
        position: absolute;
        left: 50px;
        bottom: 0
    }

    #cookie-row-wrapper .cookie-policy-block .button-col {
        display: block;
        text-align: center;
        padding-left: 100px
    }

    #cookie-row-wrapper .cookie-policy-block .mobile.button-col {
        display: none
    }
}

@media (max-width: 600px) {
    h2.title-graphic {
        font-size: 18px;
        text-align: center
    }
}

@media all and (max-width: 1199px) {
    .steps-response-essay .step {
        font-size: 14px
    }

    .steps-response-essay .step.step1 {
        bottom: 49px
    }

    .steps-response-essay .step.step2 {
        bottom: 41px
    }

    .steps-response-essay .step.step3 {
        right: 25%;
        bottom: 41px
    }

    .steps-response-essay .step.step4 {
        right: 5%;
        bottom: 31px
    }
}

@media all and (max-width: 900px) {
    .steps-response-essay .step, .steps-response-essay .step.step4 span {
        font-size: 12px
    }
}

@media all and (max-width: 850px) {
    .steps-response-essay .step.step1 {
        bottom: 29px
    }

    .steps-response-essay .step.step2 {
        left: 43%;
        bottom: 21px
    }

    .steps-response-essay .step.step3 {
        right: 24%;
        bottom: 21px
    }

    .steps-response-essay .step.step4 {
        right: 4%;
        bottom: 10px
    }
}

@media all and (max-width: 720px) {
    .steps-response-essay .step, .steps-response-essay .step.step4 span {
        font-size: 15px
    }

    .steps-response-essay img.desk {
        display: none
    }

    .steps-response-essay img.mob {
        display: block;
        margin: 0 auto
    }

    .steps-response-essay .step.step1 {
        bottom: auto;
        top: calc(33% - 4px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-response-essay .step.step2 {
        bottom: auto;
        top: calc(53% - 10px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-response-essay .step.step3 {
        bottom: calc(25% - 10px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-response-essay .step.step4 {
        bottom: calc(3% - 10px);
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 600px) {
    .steps-book-report .title {
        font-size: 24px;
        margin: 0 0 50px
    }

    .steps-book-report .title span {
        font-size: 24px
    }

    .steps-book-report .b-r-steps:before {
        left: 50px;
        width: 20px;
        height: 80%;
        box-shadow: none
    }

    .steps-book-report .b-r-steps {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0 auto
    }

    .steps-book-report .b-r-steps .step {
        display: block;
        width: 100%;
        margin: 0 0 61px;
        position: relative
    }

    .steps-book-report .b-r-steps .step.step2 {
        margin: 0 0 51px
    }

    .steps-book-report .b-r-steps .step.step3 {
        margin: 0 0 31px
    }

    .steps-book-report .b-r-steps .step.step4 {
        margin: 0
    }

    .steps-book-report .b-r-steps .step img {
        width: 100px;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .steps-book-report .b-r-steps .step span br {
        display: none
    }

    .steps-book-report .b-r-steps .step span {
        padding-left: 126px;
        width: 250px;
        display: block;
        text-align: left;
        margin: 0
    }
}

@media all and (max-width: 1199px) {
    .steps-literature-review .title {
        top: 62px;
        font-size: 28px
    }

    .steps-literature-review .title span {
        font-size: 28px
    }

    .steps-literature-review .step, .steps-literature-review .step.step4 span {
        font-size: 19px
    }
}

@media all and (max-width: 890px) {
    .steps-literature-review .title {
        font-size: 23px;
        top: 50px
    }

    .steps-literature-review .title span {
        font-size: 23px
    }

    .steps-literature-review .step, .steps-literature-review .step.step4 span {
        font-size: 15px
    }

    .steps-literature-review .step p {
        font-size: 23px
    }
}

@media all and (max-width: 680px) {
    .steps-literature-review .title {
        position: absolute;
        font-size: 24px;
        top: 17px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-literature-review .title br {
        display: block
    }

    .steps-literature-review img.desk {
        display: none
    }

    .steps-literature-review img.mob {
        display: block;
        margin: 0 auto
    }

    .steps-literature-review .step, .steps-literature-review .step.step4 span {
        font-size: 24px
    }

    .steps-literature-review .step p {
        font-size: 28px
    }

    .steps-literature-review .step.step1 {
        top: 22%;
        left: 48%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-literature-review .step.step2 {
        top: 39%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-literature-review .step.step3 {
        top: auto;
        bottom: 30%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        right: auto
    }

    .steps-literature-review .step.step4 {
        top: auto;
        bottom: 6%;
        right: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 1199px) {
    .steps-research-proposal .top-block .title, .steps-research-proposal .top-block .title span {
        font-size: 24px
    }

    .steps-research-proposal .bottom-block .step, .steps-research-proposal .bottom-block .step.step4 span {
        font-size: 19px
    }
}

@media all and (max-width: 940px) {
    .steps-research-proposal .top-block .title {
        top: 16px
    }

    .steps-research-proposal .bottom-block .step, .steps-research-proposal .bottom-block .step.step4 span {
        font-size: 15px
    }
}

@media all and (max-width: 750px) {
    .steps-research-proposal .top-block .title, .steps-research-proposal .top-block .title span {
        font-size: 20px
    }

    .steps-research-proposal .bottom-block .step.step2 {
        left: 46%
    }

    .steps-research-proposal .bottom-block .step.step3 {
        right: 2%
    }
}

@media all and (max-width: 600px) {
    .steps-research-proposal .top-block .title {
        padding: 0;
        top: 136px
    }

    .steps-research-proposal .top-block .title span {
        padding: 0;
        font-size: 39px;
        line-height: 37px
    }

    .steps-research-proposal .top-block .title span br {
        display: block
    }

    .steps-research-proposal .top-block {
        margin: 0 0 152px
    }

    .steps-research-proposal .top-block img.desk {
        display: none
    }

    .steps-research-proposal .top-block img.mob {
        display: block;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-research-proposal .bottom-block img.desk {
        display: none
    }

    .steps-research-proposal .bottom-block img.mob {
        display: block;
        margin: 0 auto
    }

    .steps-research-proposal .bottom-block .step {
        font-size: 20px;
        text-align: center
    }

    .steps-research-proposal .bottom-block .step.step1 {
        top: 14%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-research-proposal .bottom-block .step.step2 {
        top: 35%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-research-proposal .bottom-block .step.step3 {
        top: 60%;
        bottom: auto;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .steps-research-proposal .bottom-block .step.step4 br {
        display: block
    }

    .steps-research-proposal .bottom-block .step.step4 {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 4%
    }

    .steps-research-proposal .bottom-block .step.step4 span {
        font-size: 20px
    }
}

@media all and (max-width: 1199px) {
    .steps-motivation-letter .m-l-steps .step {
        width: 46%
    }

    .steps-motivation-letter .m-l-steps .step span {
        padding-left: 145px
    }
    
    body .text-content ul.page-about-benefits-list {
        column-count: 1;
    }

    body .text-content ul.page-about-benefits-list li {
        font-size: 20px;
    }
}

@media all and (max-width: 850px) {
    .steps-motivation-letter .m-l-steps .step {
        display: block;
        width: 100%;
        max-width: 500px;
        margin: 0 auto 25px
    }
}

@media all and (max-width: 600px) {
    .steps-motivation-letter .title, .steps-motivation-letter .title span {
        font-size: 24px
    }

    .steps-motivation-letter .m-l-steps .step {
        padding: 30px 0
    }

    .steps-motivation-letter .m-l-steps .step span {
        padding-left: 116px
    }

    .steps-motivation-letter .m-l-steps .step span br {
        display: none
    }

    .steps-motivation-letter .m-l-steps .step.step1 {
        padding: 41px 0
    }

    .steps-motivation-letter .m-l-steps .step img {
        width: 85px
    }
}

@media only screen and (max-width: 600px) {
    div#progressiveDelivery button {
        margin: 5px auto;
        display: block
    }
}

@media all and (max-width: 900px) {
    body .ae-price-quality-essay .essay-price-quality-essay .type-id-wrapper .select2Buttons ul li {
        width: 100%
    }

    body .ae-price-quality-essay .essay-price-quality-essay .days-wrapper .price-item .place-on-page {
        min-width: auto
    }
}

@media all and (max-width: 600px) {
    body .ae-price-quality-essay .essay-price-quality-essay .header {
        font-size: 18px
    }

    body .ae-price-quality-essay .essay-price-quality-essay .days-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .ae-price-quality-essay .essay-price-quality-essay .days-wrapper .price-item {
        width: 100%;
        margin: 0 0 10px
    }

    body .ae-price-quality-essay .essay-price-quality-essay .days-wrapper .price-item .place-on-page {
        margin-top: 12px
    }

    body .ae-price-quality-essay .essay-price-quality-essay .days-wrapper .price-item .separator {
        margin: 15px auto
    }

    body .ae-price-quality-essay .essay-price-quality-essay .summary-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    body .ae-price-quality-essay .essay-price-quality-essay .summary-wrapper .column-item {
        width: 100%;
        text-align: center;
        margin: 0 0 10px
    }

    body .ae-price-quality-essay .essay-price-quality-essay .summary-wrapper .column-item .order-total-price {
        margin: 0
    }

    body .ae-price-quality-essay .essay-price-quality-essay .summary-wrapper .column-item input {
        display: block;
        margin: 0 auto
    }
}

@media all and (max-width: 1200px) {
    body .prices-wrapper .words-block {
        width: 96%
    }

    body .prices-wrapper .ae-prices .price-header {
        background-size: contain
    }
}

@media all and (max-width: 900px) {
    body .prices-wrapper .words-block {
        width: 93%
    }
}

@media all and (max-width: 630px) {
    body .prices-wrapper .words-block {
        padding: 15px 15px 15px 56px;
        line-height: 17px;
        top: 67px;
        width: 88%
    }

    body .prices-wrapper .words-block br {
        display: none
    }

    body .prices-wrapper .words-block span {
        display: inline;
        line-height: inherit
    }

    body .prices-wrapper .words-block:before {
        top: 14px;
        -webkit-transform: none;
        transform: none
    }
}

@media all and (max-width: 930px) {
    body .prices-wrapper .ae-prices .price-header {
        padding: 55px 10px
    }

    body .prices-wrapper .ae-prices .price-header:before {
        display: none
    }

    body .prices-wrapper .ae-prices .price-list .price-item .count, body .prices-wrapper .ae-prices .price-list .price-item .days {
        font-size: 16px
    }

    body .prices-wrapper .ae-prices .price-list .price-item .price {
        font-size: 20px
    }

    body .prices-wrapper .ae-prices .price-list .price-item .price .page {
        font-size: 14px
    }

    body .prices-wrapper .ae-prices .price-list .price-item .date {
        font-size: 11px
    }
}

@media all and (max-width: 740px) {
    body .prices-wrapper .ae-prices {
        top: -60px
    }

    body .prices-wrapper .ae-prices .price-header {
        background: #fff;
        border: 2px solid #283349;
        padding: 35px 15px
    }

    body .prices-wrapper .ae-prices .price-header:after {
        top: -35px
    }

    body .prices-wrapper .ae-prices .price-header .row {
        display: block;
        width: 100%
    }
}

@media all and (max-width: 480px) {
    body .prices-wrapper .ae-prices .price-header:after {
        right: 0
    }

    body .prices-wrapper .ae-prices .price-header .row .col {
        display: block;
        width: 100%;
        margin: 0
    }

    body .prices-wrapper .ae-prices .total-price-wrapper {
        padding-top: 0
    }
}

@media all and (max-width: 1023px) {
    body .ae-login .sticky-summary-sidebar .summary-sidebar-wrapper, body .ae-order .sticky-summary-sidebar .summary-sidebar-wrapper, body .ae-profile .sticky-summary-sidebar .summary-sidebar-wrapper {
        border: none;
        padding: 0
    }

    body .ae-login .sticky-summary-sidebar .summary-sidebar-wrapper:after, body .ae-login .sticky-summary-sidebar .summary-sidebar-wrapper:before, body .ae-order .sticky-summary-sidebar .summary-sidebar-wrapper:after, body .ae-order .sticky-summary-sidebar .summary-sidebar-wrapper:before, body .ae-profile .sticky-summary-sidebar .summary-sidebar-wrapper:after, body .ae-profile .sticky-summary-sidebar .summary-sidebar-wrapper:before {
        display: none
    }

    body .ae-login .essay-component .ws-vip-services .vip-services-list label .service-text, body .ae-order .essay-component .ws-vip-services .vip-services-list label .service-text, body .ae-profile .essay-component .ws-vip-services .vip-services-list label .service-text {
        height: 50px
    }

    body .ae-login .essay-component .apply-discount-input .form-button, body .ae-order .essay-component .apply-discount-input .form-button, body .ae-profile .essay-component .apply-discount-input .form-button {
        border: 2px solid #283349;
        border-radius: 3px;
        font-size: 16px;
        color: #283349;
        font-family: Quicksland;
        font-weight: 600;
        padding: 8px 15px
    }
}

@media all and (max-width: 992px) {
    body .ae-login .essay-component .ws-vip-services .services-package label.checkbox-label:after, body .ae-login .essay-component .ws-vip-services .services-package label.checkbox-label:before, body .ae-order .essay-component .ws-vip-services .services-package label.checkbox-label:after, body .ae-order .essay-component .ws-vip-services .services-package label.checkbox-label:before, body .ae-profile .essay-component .ws-vip-services .services-package label.checkbox-label:after, body .ae-profile .essay-component .ws-vip-services .services-package label.checkbox-label:before {
        top: 0
    }
}

@media all and (max-width: 600px) {
    body .ae-login .order-form-wrapper, body .ae-order .order-form-wrapper, body .ae-profile .order-form-wrapper {
        padding: 0
    }

    body .ae-login .order-form-wrapper .vip-client, body .ae-order .order-form-wrapper .vip-client, body .ae-profile .order-form-wrapper .vip-client {
        padding: 0;
        margin: 0
    }

    body .ae-login .order-form-wrapper .vip-client span, body .ae-order .order-form-wrapper .vip-client span, body .ae-profile .order-form-wrapper .vip-client span {
        display: block
    }

    body .ae-login .order-form-wrapper .vip-client a, body .ae-order .order-form-wrapper .vip-client a, body .ae-profile .order-form-wrapper .vip-client a {
        display: block;
        max-width: 250px;
        margin: 12px auto 0
    }
}

@media all and (max-width: 1023px) {
    body .ws-column-custom {
        margin-left: -100px;
        z-index: 11;
        margin-right: -100px;
        width: 100vw;
        left: calc(-50vw + 50%)
    }
}

@media screen and (max-width: 1600px) and (min-width:993px), (max-width:480px) {
    body .affiliate-program-wrapper .side .case .case-content .top-seven tr {
        display: inline-block;
        width: 50%
    }

    body .affiliate-program-wrapper .side .case .case-content .top-seven tr td {
        display: block;
        box-sizing: border-box;
        padding-bottom: 20px
    }
}

@media screen and (max-width: 1500px) and (min-width:1001px), (max-width:992px) and (min-width:530px) {
    body .affiliate-container {
        width: 92%
    }

    body .affiliate-program-wrapper.essay-component {
        padding: 20px 0
    }

    body .affiliate-program-wrapper .referral-banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    body .affiliate-program-wrapper .referral-banner .row-1 {
        width: 30%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    body .affiliate-program-wrapper .referral-banner .row-1.center:after, body .affiliate-program-wrapper .referral-banner .row-1.left:after {
        content: '';
        left: auto;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -15px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 0 12px 16px;
        border-color: transparent transparent transparent #f6fbfe;
        z-index: 9
    }

    body .affiliate-program-wrapper .referral-banner .row-1 .title {
        font-size: 11px !important
    }

    body .affiliate-program-wrapper .referral-banner .row-1 .title, body .affiliate-program-wrapper .referral-banner .row-1.left .title {
        padding: 48px 0 10px;
        text-align: center !important;
        line-height: normal;
        width: 100%
    }

    body .affiliate-program-wrapper .referral-banner .row-1 .icon {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        left: 50%;
        width: 40px;
        height: 40px;
        background-size: 28px !important
    }
}

@media all and (max-width: 1200px) {
    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .title {
        width: 100%
    }

    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .description {
        width: calc(100% - 90px);
        max-width: none
    }

    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .go-it {
        width: 90px
    }
}

@media all and (max-width: 600px) {
    body .affiliate-program-wrapper, body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper {
        padding: 10px
    }

    body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper .share-buttons .share-btn {
        margin: 10px 0 0
    }

    body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper .side .case .case-title div {
        margin: 12px 10px 12px 24px
    }

    body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper .side .case .case-content .save-button {
        padding: 5px 16px
    }

    body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper .side .case.open .case-title::before {
        margin: 12px 0 12px 3px
    }

    body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper .side.side-full .case.case-box .case-content:last-child, body .affiliate-program-wrapper.essay-component.affiliate-program-short-wrapper ul {
        padding-left: 0
    }

    body .essay-component.affiliate-program-short-wrapper {
        padding: 10px 5px
    }

    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .description {
        width: 100%;
        padding: 0
    }

    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .go-it {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 70px;
        padding: 4px 0;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .title {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        width: calc(100% - 90px)
    }
}

@media all and (max-width: 380px) {
    body .essay-component .ws-vip-services .vip-services-list .we-recommend-it .title {
        padding-left: 0;
        width: calc(100% - 77px);
        background: 0 0
    }
}

@media all and (max-width: 1450px) and (min-width:1025px) {
    body .payments-wrapper .choose-pricing .quality-item {
        width: 31%;
        padding: 0 6px 180px
    }

    body .payments-wrapper .choose-pricing .quality-item .title {
        padding: 40px 0 82px
    }

    body .payments-wrapper .choose-pricing .quality-item.supreme .title {
        padding: 40px 0 82px 14px
    }
}

@media all and (max-width: 1024px) and (min-width:768px) {
    body .payments-wrapper .choose-pricing .quality-item {
        width: 32%;
        padding-top: 0;
        padding-bottom: 100px
    }

    body .payments-wrapper .choose-pricing .quality-item .title {
        padding: 30px 0 70px
    }

    body .payments-wrapper .choose-pricing .quality-item .title .main-title .hint {
        right: -31px
    }

    body .payments-wrapper .choose-pricing .quality-item .title .main-title .hint i {
        background-size: 70%
    }

    body .payments-wrapper .choose-pricing .quality-item.premium:before {
        top: -56px
    }

    body .payments-wrapper .choose-pricing .quality-item.supreme .title {
        padding: 30px 0 70px 14px
    }

    body .payments-wrapper .choose-pricing .quality-item .middle-block {
        padding: 0 5px;
        top: -25px
    }

    body .payments-wrapper .choose-pricing .quality-item .middle-block ul li {
        font-size: 15px
    }

    body .payments-wrapper .choose-pricing .quality-item .footer {
        padding: 10px 0
    }
}

@media all and (max-width: 780px) and (min-width:768px) {
    body .payments-wrapper .choose-pricing .quality-item.premium:before {
        top: -42px
    }
}

@media all and (max-width: 767px) {
    body .payments-wrapper .choose-pricing {
        display: block;
        padding: 115px 0 0
    }

    body .payments-wrapper .choose-pricing .quality-item {
        width: 100%;
        padding: 0 6px 180px;
        margin: 0 auto 50px;
        max-width: 320px
    }

    body .payments-wrapper .choose-pricing .quality-item .title .main-title .hint {
        right: -55px
    }

    body .payments-wrapper .choose-pricing .quality-item.checked a.select {
        font-size: 16px
    }

    body .payments-wrapper .choose-pricing .quality-item .footer .price {
        font-size: 25px;
        margin-bottom: 2px
    }

    body .payments-wrapper .choose-pricing .quality-item.premium:before {
        top: -62px
    }

    body .text-content ul.page-about-benefits-list li {
        font-size: 15px;
    }
}

@media all and (max-width: 600px) {
    body .payments-wrapper .choose-pricing {
        padding: 94px 0 0
    }

    body .payments-wrapper .choose-pricing:before {
        font-size: 26px;
        line-height: 26px;
        top: 0
    }

    body .payments-wrapper .choose-pricing .quality-item {
        margin: 0 auto 45px
    }
}

@media all and (max-width: 480px) {
    body .payments-wrapper .choose-pricing .quality-item {
        padding-top: 0;
        padding-bottom: 100px
    }

    body .payments-wrapper .choose-pricing .quality-item .title {
        padding: 30px 0 70px
    }

    body .payments-wrapper .choose-pricing .quality-item .title .main-title .hint {
        right: -31px
    }

    body .payments-wrapper .choose-pricing .quality-item .title .main-title .hint i {
        background-size: 70%
    }

    body .payments-wrapper .choose-pricing .quality-item.premium:before {
        top: -56px
    }

    body .payments-wrapper .choose-pricing .quality-item.supreme .title {
        padding: 30px 0 70px 14px
    }

    body .payments-wrapper .choose-pricing .quality-item .middle-block {
        padding: 0 5px;
        top: -25px
    }

    body .payments-wrapper .choose-pricing .quality-item .middle-block ul li {
        font-size: 15px
    }

    body .payments-wrapper .choose-pricing .quality-item .footer {
        padding: 10px 0
    }
}

@media all and (max-width: 390px) {
    body .payments-wrapper .choose-pricing .quality-item {
        max-width: 260px
    }

    body .payments-wrapper .choose-pricing .quality-item.premium:before {
        top: -56px
    }
}

@media all and (max-width: 700px) {
    body .featherlight-content.featherlight-content-custom.featherlight-content-popup {
        display: none
    }
}

@media all and (max-width: 600px) {
    body .featherlight .featherlight-user-area .mini-wrapper.mini-login-wrapper {
        max-width: 310px
    }
}

@media screen and (max-width: 991px) and (min-width:741px) {
    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        padding: 0;
        width: 40%
    }

    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper .vip-account-list li {
        width: 308px
    }

    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper .vip-account-list li .vip-package-select .vip-select-button {
        right: -88px
    }

    body .ae-vip-account .essay-vip-account .vip-account-text {
        width: 59%;
        padding-left: 35px
    }

    body .ae-vip-account .essay-vip-account .vip-select-list {
        left: 333px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    body .ae-vip-account .essay-vip-account .vip-select-list .vip-account-pay .buy {
        right: 50px
    }
}

@media all and (max-width: 766px) {
    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper {
        display: block;
        width: 100%
    }

    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper .vip-account-list li {
        display: block;
        width: 100%;
        max-width: 320px;
        margin: 10px auto 15px
    }

    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper .vip-account-list li .vip-package-item .title-of-period .best-price {
        font-size: 39px
    }

    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper .vip-account-list li .vip-package-item .title-of-period .per-month {
        font-size: 11px;
        line-height: 16px
    }

    body .ae-vip-account .essay-vip-account .vip-account-list-wrapper .vip-account-list li .vip-package-select .vip-select-button {
        max-width: 130px
    }

    body .ae-vip-account .essay-vip-account .vip-account-text {
        display: block;
        width: 100%;
        padding: 0;
        margin: 35px 0
    }

    body .ae-vip-account .essay-vip-account .vip-select-list {
        left: 0;
        top: 172px;
        z-index: 11;
        padding: 10px;
        min-width: auto;
        max-width: 92%
    }

    body .ae-vip-account .essay-vip-account .vip-select-list:after {
        content: '';
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-bottom-color: #fcf6e1;
        border-top: 0;
        margin-left: -15px;
        margin-top: -15px
    }

    body .ae-vip-account .essay-vip-account .vip-select-list li.vip-account-pay .buy {
        font-size: 12px;
        right: 7px;
        top: 35%;
        padding: 5px 12px
    }
}

@media all and (max-width: 1023px) {
    body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types {
        margin: 20px 0 0
    }
}

@media all and (max-width: 700px) and (min-width:601px) {
    body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types .col label {
        min-height: 177px
    }

    body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types .col label .quality-title:after {
        font-size: 13px;
        min-height: 90px;
        padding: 5px
    }
}

@media all and (max-width: 600px) {
    body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types .col .material-hint .dropdown-content {
        left: 0 !important
    }

    body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types .col label .quality-title:after {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 5px 0;
        font-size: 15px
    }

    body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types .col:last-child label:after, body .ae-order .essay-component.order-form-wrapper .paper-requirements-table .ws-writing-quality.ws-types .col:nth-child(2) label:after {
        top: -24px
    }
}

@media all and (max-width: 1600px) {
    .breadcrumbs-7 .content {
        max-width: 79%
    }

    .breadcrumbs-7:before {
        left: -138px
    }

    .head-slider-13 {
        background: url(/wp-content/themes/essays-leader/images/head-slider-right-bg.png) right -243px top 84px no-repeat
    }

    .page-services .process-block .header:before {
        width: 200px;
        background-size: 100%
    }
}

@media all and (max-width: 1450px) {
    .cont-contacts-4 .content .block-left {
        padding: 0 10px 40px 30px
    }
}

@media all and (max-width: 1400px) {
    .shortcodes .shortcode-discount .discount-content:before, .shortcodes .shortcode-discount:before {
        display: none
    }

    .shortcodes .shortcode-discount .discount-content {
        text-align: center;
        padding-left: 0
    }

    .cont-contacts-4 .content {
        margin-left: -50px;
        margin-right: -50px
    }
}

@media all and (max-width: 1290px) {
    .breadcrumbs-7:before {
        display: none
    }
}

@media all and (max-width: 1200px) {
    .advantages-6 .index-first-discount .banner-wrapper, .affiliate-program-content-banner, .our-discount-11 .affiliate-program-home-banner, .our-discount-11 .disc-blocks .top-block .disc-block {
        background-size: cover
    }

    .menubar-1 {
        padding: 0 10px
    }

    .menubar-1 a.mobile-menu {
        display: inline-block;
        vertical-align: middle
    }

    .menubar-1 nav.main-menu ul.primary-menu li:first-child, .menubar-1 nav.main-menu ul.primary-menu li:nth-child(2), .menubar-1 nav.main-menu ul.primary-menu li:nth-child(3), .page-services .process-block .header:before, .shortcodes .shortcode-affiliate-program-banner .content .bottom-block:before {
        display: none
    }

    .menubar-1 .phone-site {
        margin: 0 15px
    }

    .menubar-1 nav.main-menu ul.primary-menu li a {
        padding: 0 5px
    }

    .order-container {
        width: 85%
    }

    .shortcodes .shortcode-affiliate-program-banner .content .bottom-block .first-block {
        margin: 25px auto 20px;
        padding-right: 30px;
        text-align: center
    }

    .shortcodes .shortcode-affiliate-program-banner .content .bottom-block .disc-btn-block {
        margin: 0 0 40px
    }

    .display-none-1200 {
        display: none !important
    }

    .cont-contacts-4 .content {
        margin-left: -110px;
        margin-right: -110px
    }

    .fa-facebook-f:before, .fa-facebook:before, .fa-instagram:before, .fa-twitter:before {
        color: #a5a5a5;
        font-size: 14px
    }

    .head-slider-13 {
        background-position: right -400px top 84px
    }

    .our-discount-11 .disc-blocks .top-block .disc-block {
        width: 30%
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner {
        text-align: center
    }

    .affiliate-program-content-banner .right-side-banner {
        text-align: center
    }

    .footer-6 .menu .menu-list ul li:first-child {
        display: none
    }

    .top-pages-block .right-pages-block img {
        max-width: 100%
    }

    .cont-contacts-4 .bottom-contacts .block-left .form {
        max-width: 100%;
        padding: 50px 30px 50px 40px
    }

    .cont-contacts-4 .bottom-contacts .block-right .contacts-info .items {
        max-width: 95%
    }
}

@media all and (max-width: 1024px) {
    .head-slider-13 {
        padding: 180px 0 0
    }

    .head-slider-13 .head-slider-left-side .average-quality-score {
        max-width: 90%
    }

    .advantages-6 {
        margin: 0;
        padding: 35px 0 0
    }

    .advantages-6 .content {
        margin: 65px 0 0
    }

    .advantages-6 .index-first-discount {
        margin: 0
    }

    .advantages-6 .index-first-discount .banner-wrapper {
        padding: 35px 0
    }

    .advantages-6 .index-first-discount .banner-wrapper .girls {
        width: 250px;
        bottom: 11px
    }

    .call-to-action-1 {
        padding: 85px 0
    }

    .our-discount-11 {
        padding: 35px 0 0
    }

    .text-content-1 {
        margin: 50px 0
    }

    .testimonials-10 {
        padding: 40px 0
    }

    body .ae-order .essay-component .hint.discounts-hint>div {
        margin-left: 0
    }

    body .essay-component .hint.discounts-hint>div {
        padding: 5px 5px 0;
        margin-left: -110px
    }

    body .essay-component .hint.discounts-hint div center {
        margin: 0;
        padding: 0
    }

    .drag-target {
        z-index: 0
    }

    .display-none-1024 {
        display: none !important
    }

    .display-col-12-1024 {
        width: 100% !important
    }

    .hide-on-1024 {
        display: none
    }

    .show-on-1024 {
        display: block
    }
}

@media all and (max-width: 992px) {
    .advantages-6 .index-first-discount .banner-wrapper .girls, .menubar-1 nav.main-menu {
        display: none
    }
    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .total .total-price span.first-info{
        margin: -3px 0 0;
    }

    .menubar-1 {
        padding: 10px
    }

    .menubar-1 .menu-buttons, .menubar-1 .phone-site {
        margin: 0 25px
    }

    .head-slider-13 {
        background-position: right -488px top 84px
    }

    .head-slider-13 .head-slider-right-side .essayator-form {
        max-width: 362px;
        padding: 25px;
        background-size: contain;
        background-position: center top
    }

    .head-slider-13 .head-slider-right-side .essayator-form .title {
        margin: 0
    }

    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .currency {
        top: 23px;
        right: 25px
    }

    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .number-field {
        margin: 0 0 12px
    }

    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .total .total-price {
        width: 52%;
        line-height: 11px
    }

    .head-slider-13 .content-bottom .text-body {
        padding-left: 25px
    }

    .call-to-action-1 {
        padding: 55px 0
    }

    .call-to-action-1 .call-to-action-list {
        margin: 45px 0 0
    }

    .call-to-action-1 .call-to-action-list .item {
        margin: 0 8px
    }

    .call-to-action-1 .call-to-action-list .item .text {
        padding: 0
    }

    .advantages-6 .index-first-discount .banner-wrapper {
        background-size: contain
    }

    .advantages-6 .index-first-discount .banner-wrapper .left-part {
        width: 30%;
        padding-left: 70px
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part {
        width: 69%
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part .text {
        margin: 0
    }

    .advantages-6 .content .advantages-item.left-item, .advantages-6 .content .advantages-item.right-item {
        padding-left: 23px
    }

    .our-discount-11 .disc-blocks .top-block .disc-block {
        min-height: 355px;
        padding-top: 120px
    }

    .our-discount-11 .disc-blocks .top-block .disc-block .text {
        font-size: 15px
    }

    .pagination-block {
        text-align: center
    }

    .cont-contacts-4 .content {
        margin-left: 0;
        margin-right: 0
    }

    .cont-contacts-4 .content form .buttons-block .button {
        width: 45%;
        min-width: 160px
    }

    .cont-contacts-4 .content form .buttons-block .button.button-primary-2 {
        margin-right: 0
    }

    .cont-contacts-4 .content form .buttons-block button.button {
        float: right
    }

    .cont-contacts-4 .content .block-right .block-social .circle-soc {
        padding: 0 0 10px
    }

    .cont-contacts-4 .content .block-left {
        padding: 0 30px 20px
    }

    .display-none-992 {
        display: none !important
    }

    .footer-6 .menu .menu-list ul li:nth-child(2), .footer-6 .menu .menu-list ul li:nth-child(3) {
        display: none
    }

    .footer-6 .footer-body .articles-block {
        margin: 0 15px 0 0
    }

    .cont-contacts-4 .bottom-contacts .block-left .form {
        background: 0 0;
        border: 2px solid #283349;
        padding: 30px;
        height: auto
    }
}

@media all and (max-width: 991px) {
    body .footer-6 .footer-bottom-line .terms-policy a{
        width: 105px;
        margin-bottom: 10px;
    }
    body .ae-order .essay-component .ws-vip-services .services-package .col {
        margin-top: 15px
    }
}

@media all and (max-width: 900px) {
    .top-pages-block .left-pages-block {
        display: block;
        width: 100%
    }

    .top-pages-block .right-pages-block {
        display: block;
        width: 100%;
        text-align: center
    }

    .essays-samples-title-list {
        padding: 30px 10px 30px 247px
    }

    .essays-samples-title-list:before {
        width: 27%
    }

    .essays-samples-title-list .title-text {
        display: block;
        width: 100%
    }

    .essays-samples-title-list .red-button {
        display: block;
        width: 100%;
        text-align: left;
        margin: 10px 0 0
    }
}

@media all and (max-width: 840px) {
    .menubar-1 a.mobile-menu {
        margin: 0
    }

    .head-slider-13 {
        background: 0 0;
        padding: 90px 0 0
    }

    .head-slider-13 .head-slider-left-side h1:before {
        top: -10px
    }

    .head-slider-13 .head-slider-left-side .average-quality-score {
        max-width: 100%
    }

    .head-slider-13 .content-bottom {
        margin: 50px 0 0
    }

    .our-discount-11 .affiliate-program-home-banner {
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
        background: 0 0;
        border: 3px solid #283349
    }

    .our-discount-11 .affiliate-program-home-banner .left-side-banner {
        display: block;
        width: 100%;
        padding: 15px 0 15px 50px;
        background: #9c0042;
        text-align: left
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 50px
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner .refer {
        margin: 0
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner .get-perc span {
        display: inline-block;
        vertical-align: bottom
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner a {
        margin: 7px 0 0;
        width: 235px
    }

    .our-discount-11 .affiliate-program-home-banner .hero-icon {
        left: auto;
        right: 35px;
        top: 10px;
        -webkit-transform: none;
        transform: none
    }

    .affiliate-program-content-banner {
        max-width: 470px;
        width: 100%;
        margin: 0 auto;
        background: 0 0;
        border: 3px solid #283349
    }

    .affiliate-program-content-banner .left-side-banner {
        display: block;
        width: 100%;
        padding: 15px 0 15px 50px;
        background: #9c0042;
        text-align: left
    }

    .affiliate-program-content-banner .right-side-banner {
        display: block;
        width: 100%;
        text-align: left;
        padding: 15px 50px
    }

    .affiliate-program-content-banner .right-side-banner .refer {
        margin: 0
    }

    .affiliate-program-content-banner .right-side-banner .get-perc span {
        display: inline-block;
        vertical-align: bottom
    }

    .affiliate-program-content-banner .right-side-banner a {
        margin: 7px 0 0;
        width: 235px
    }

    .affiliate-program-content-banner .hero-icon {
        left: auto;
        right: 35px;
        top: 10px;
        -webkit-transform: none;
        transform: none
    }
}

@media all and (max-width: 768px) {
    .head-slider-13 .content-bottom .img-wrap {
        display: block;
        width: 100%;
        text-align: center
    }

    .head-slider-13 .content-bottom .text-body {
        display: block;
        width: 100%;
        padding: 0
    }

    .head-slider-13 .content-bottom .text-body h2 br {
        display: none
    }

    .advantages-6 {
        padding: 0
    }

    .advantages-6 .content {
        margin: 25px 0 0
    }

    .text-content-1 .col-count-2 {
        -webkit-column-count: 1;
        column-count: 1
    }
}

@media all and (max-width: 760px) {
    .menubar-1 .menu-buttons, .menubar-1 .phone-site {
        margin: 0 10px
    }

    .menubar-1 .top-header-chat {
        display: none
    }

    .head-slider-13 .head-slider-left-side {
        display: block;
        width: 100%
    }

    .head-slider-13 .head-slider-left-side h1 br {
        display: none
    }

    .head-slider-13 .head-slider-left-side ul li {
        display: inline-block;
        vertical-align: top;
        width: 49%
    }

    .head-slider-13 .head-slider-left-side .average-quality-score {
        margin: 30px 0
    }

    .head-slider-13 .head-slider-left-side .average-quality-score .score {
        text-align: right
    }

    .head-slider-13 .head-slider-right-side {
        display: block;
        width: 100%;
        text-align: center
    }

    .head-slider-13 .head-slider-right-side .essayator-form {
        height: auto
    }

    .head-slider-13 .content-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 15px 0 0
    }

    .advantages-6 .index-first-discount .banner-wrapper .left-part {
        padding-left: 45px
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part .text {
        font-size: 16px
    }

    .our-discount-11 {
        overflow: hidden
    }

    .our-discount-11 .home-custom-container {
        padding: 0
    }

    .our-discount-11 h2 {
        margin-bottom: 30px
    }

    .our-discount-11 .disc-blocks .top-block.desk {
        display: none
    }

    .our-discount-11 .disc-blocks .top-block.mob {
        display: block
    }

    .our-discount-11 .disc-blocks .top-block.mob .disc-block, .our-discount-11 .disc-blocks .top-block.mob .disc-block.disc-block-1, .our-discount-11 .disc-blocks .top-block.mob .disc-block.disc-block-3 {
        margin: 0;
        background-size: contain
    }

    .our-discount-11 .disc-blocks .top-block.mob .slick-dots {
        margin: 0
    }

    .our-discount-11 .disc-blocks .top-block.mob .slick-dots li.slick-active button {
        background: #E7B80A;
        border-color: #E7B80A
    }

    .our-discount-11 .disc-blocks .top-block.mob .slick-dots li button {
        background: 0 0;
        border-width: 2px;
        border-color: #6a707d
    }

    .testimonials-10 .header {
        text-align: center
    }

    .testimonials-10 .header .btn-wrapp {
        display: none
    }

    .cont-contacts-4 .bottom-contacts {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .cont-contacts-4 .bottom-contacts .block-left {
        width: 100%
    }

    .cont-contacts-4 .bottom-contacts .block-left .form {
        margin: 0 auto
    }

    .cont-contacts-4 .bottom-contacts .block-right {
        width: 100%;
        margin: 0 0 20px
    }
}

@media all and (max-width: 680px) {
    .essays-samples-title {
        padding: 160px 10px 20px;
        font-size: 22px
    }

    .essays-samples-title:before {
        -webkit-clip-path: polygon(0 0, 100% 1%, 100% 81%, 0 100%);
        clip-path: polygon(0 0, 100% 1%, 100% 81%, 0 100%);
        width: 100%;
        height: 28%
    }

    .essays-samples-title img {
        top: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media all and (max-width: 640px) {
    .breadcrumbs-7:after, .menubar-1 .phone-site {
        display: none
    }

    .breadcrumbs-7 .content {
        max-width: 100%
    }

    .menubar-1 {
        padding: 12px 20px
    }

    .menubar-1 .mobile-wrapper {
        position: relative;
        text-align: right
    }

    .menubar-1 .logo {
        display: inline-block;
        vertical-align: middle;
        position: absolute;
        left: 0;
        top: 56%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .menubar-1 a.mobile-menu {
        margin: 0;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .menubar-1 .menu-buttons {
        margin: 0;
        padding-right: 35px
    }

    .menubar-1 .menu-buttons .button-primary-2 {
        width: 100px;
        height: 32px;
        font-size: 13px;
        line-height: 29px
    }

    .head-slider-13 .head-slider-left-side ul li {
        display: block;
        width: 100%
    }

    .call-to-action-1 .call-to-action-list .item {
        width: 45%;
        margin: 0 8px 12px !important
    }

    .advantages-6 .index-first-discount .banner-wrapper {
        padding: 65px 0 190px;
        display: block;
        width: 312px;
        margin: 0 auto;
        background: url(/wp-content/themes/essays-leader/images/index-first-discount-bg-mobile.png) center no-repeat;
        position: relative
    }

    .advantages-6 .index-first-discount .banner-wrapper:before {
        content: '';
        display: block;
        position: absolute;
        width: 223px;
        height: 146px;
        background: url(/wp-content/themes/essays-leader/images/girls.png) center no-repeat;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 43px
    }

    .advantages-6 .index-first-discount .banner-wrapper .left-part {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0
    }

    .advantages-6 .index-first-discount .banner-wrapper .left-part .title {
        font-size: 34px
    }

    .advantages-6 .index-first-discount .banner-wrapper .left-part .title span {
        display: inline-block;
        font-size: 34px
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part {
        display: block;
        width: 100%;
        text-align: center
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part .text {
        font-size: 15px;
        padding: 0 30px
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part .text .perc {
        font-size: 30px
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part .text .receive {
        font-size: 13px;
        line-height: 16px
    }

    .advantages-6 .index-first-discount .banner-wrapper .right-part .code {
        margin: 8px 0 0
    }

    .text-content-2 .col {
        padding: 0
    }

    .footer-6 .menu {
        padding: 30px 0 15px
    }

    .footer-6 .footer-body .articles-block ul, .footer-6 .menu .menu-list ul li a {
        padding: 0
    }

    .footer-6 .menu .logo {
        display: none
    }

    .footer-6 .menu .menu-list {
        display: block;
        width: 100%
    }

    .footer-6 .menu .menu-list ul li {
        display: block;
        width: 100%;
        height: auto;
        line-height: normal;
        margin: 0 0 15px
    }

    .footer-6 .menu .menu-list ul li:first-child, .footer-6 .menu .menu-list ul li:nth-child(2), .footer-6 .menu .menu-list ul li:nth-child(3) {
        display: block
    }

    .footer-6 .footer-body {
        padding: 30px 0
    }

    .footer-6 .footer-body .title {
        margin: 0 0 22px
    }

    .footer-6 .footer-body .home-custom-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-6 .footer-body .contacts-block {
        width: 100%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .footer-6 .footer-body .contacts-block .copyright {
        display: none
    }

    .footer-6 .footer-body .articles-block {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 25px
    }

    .footer-6 .footer-body .articles-block .fixed-height {
        height: 283px
    }

    .footer-6 .footer-body .essays-block {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin: 0 0 25px
    }

    .footer-6 .footer-bottom-line {
        padding: 33px 0 25px
    }

    .footer-6 .footer-bottom-line .home-custom-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer-6 .footer-bottom-line .terms-policy {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        text-align: center;
        margin: 0 0 25px
    }

    .footer-6 .footer-bottom-line .terms-policy a {
        width: 86px
    }

    .footer-6 .footer-bottom-line .attention {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .footer-6 .footer-bottom-line .mobile-logo-copyright {
        display: block
    }
}

@media all and (max-width: 600px) {
    .advantages-6 .content .advantages-item.item-1, .advantages-6 .content .advantages-item.item-2, .page-services .block-services table tr th+th {
        border-top: none
    }

    .cont-contacts-4 .contact-items .contact-item.item-1, .cont-contacts-4 .contact-items .contact-item.item-2, .cont-contacts-4 .contact-items .contact-item.item-3, .page-guarantees .guarantees-items .guarantees-item.item-1, .page-guarantees .guarantees-items .guarantees-item.item-2, .page-guarantees .guarantees-items .guarantees-item.item-3, .page-guarantees .guarantees-items .guarantees-item.item-4, .page-guarantees .guarantees-items .guarantees-item.item-5, .page-guarantees .guarantees-items .guarantees-item.item-6, .page-guarantees .guarantees-items .guarantees-item.item-7 {
        background-position: center top
    }

    .breadcrumbs-7 {
        padding: 80px 0 30px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
        clip-path: polygon(0 0, 100% 0, 100% 96%, 0 100%);
        height: auto;
        margin: 0 0 18px
    }

    .breadcrumbs-7 h1 {
        font-size: 36px;
        margin: 0;
        line-height: 39px
    }

    .breadcrumbs-7 nav {
        margin-bottom: 0
    }

    .advantages-6 h2 {
        font-size: 20px
    }

    .advantages-6 .content .advantages-item {
        border: none;
        min-height: 72px
    }

    .advantages-6 .content .advantages-item p {
        font-size: 16px;
        line-height: 19px
    }

    .advantages-6 .content .advantages-item.left-item, .advantages-6 .content .advantages-item.right-item {
        width: 100%;
        border-bottom: 2px dashed #C9CDD5;
        padding-left: 0
    }

    body .essay-order-details .nav-list>li.col {
        width: 100%;
        margin: 0 0 5px
    }

    body .essay-order-details .nav-list>li.col.selected a {
        border: none
    }

    body .essay-order-details .nav-list>li.col a {
        border-left: solid #A40045 2px
    }

    .essays-samples-title-list {
        padding: 165px 15px 20px;
        overflow: hidden
    }

    .essays-samples-title-list:before {
        -webkit-clip-path: polygon(0 0, 100% 1%, 100% 81%, 0 100%);
        clip-path: polygon(0 0, 100% 1%, 100% 81%, 0 100%);
        width: 100%;
        height: 28%
    }

    .essays-samples-title-list .left-green-wave {
        width: 150px;
        left: 7px;
        bottom: 0
    }

    .essays-samples-title-list .left-title-pic {
        top: 12px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .essays-samples-title-list h4 {
        font-size: 22px
    }

    .essays-samples-title-list .red-button a {
        min-width: 100%;
        margin: 0
    }

    .how-it-works-text {
        display: block
    }

    .how-it-works-text .title {
        color: #009345;
        font-size: 18px;
        font-weight: 600;
        font-family: Poppins
    }

    .how-it-works-text .txt {
        font-size: 15px;
        text-align: justify;
        font-family: Poppins;
        margin-bottom: 15px
    }

    .content-wrapper:not(.page-order) {
        overflow: hidden
    }

    .pagination-block ul li {
        margin: 0
    }

    .page-services .process-block .process-items {
        padding: 20px 30px 40px
    }

    .page-services .block-services table tr:last-child th:last-child {
        border-bottom: 1px dotted #d7d8dc
    }

    .page-services .block-services table tr th {
        display: block
    }

    .page-services .block-services table tr th:first-child {
        border-left: 1px dotted #d7d8dc
    }

    .page-services .block-services table tr th:last-child {
        border-right: 1px dotted #d7d8dc;
        border-bottom: none
    }

    .cont-contacts-4 .content .bg-color:before {
        display: none
    }

    .display-none-600 {
        display: none !important
    }

    .cont-contacts-4 .header {
        text-align: center
    }

    .cont-contacts-4 .contact-items .contact-item {
        padding-left: 0;
        padding-top: 80px;
        text-align: center;
        margin-bottom: 30px
    }

    .page-beware .beware-block table tr, .page-beware .beware-block table tr.title td {
        border: none
    }

    .page-beware .beware-block table tr.title td:first-child {
        padding-top: 10px;
        padding-bottom: 5px
    }

    .page-beware .beware-block table tr.title td:last-child {
        padding-top: 5px;
        padding-bottom: 10px
    }

    .page-beware .beware-block table tr td {
        width: 100%;
        display: block;
        border-top: 2px solid #e6e6e6;
        border-bottom: 2px solid #e6e6e6
    }

    .page-error .error-body p br, .shortcodes .shortcode-discount .discount-content p br {
        display: none
    }

    .page-beware .beware-block table tr td:last-child {
        border-bottom: none
    }

    .page-beware .beware-block table tr td+td {
        border-left: none;
        border-top: none
    }

    .page-guarantees .guarantees-items .guarantees-item {
        padding-left: 0;
        padding-top: 60px;
        margin: 0 0 30px;
        text-align: center
    }

    .shortcodes .shortcode-discount .discount-content p {
        text-align: center
    }

    .page-error .not-found {
        font-size: 50px
    }
}

@media all and (max-width: 480px) {
    h1 {
        font-size: 32px
    }

    h2, h3 {
        font-size: 20px
    }

    h2 {
        line-height: 25px
    }

    h3 {
        line-height: 27px
    }

    p, p.subtitle {
        font-size: 15px;
        line-height: 23px
    }

    .menubar-1 .logo img {
        display: none
    }

    .menubar-1 .logo a {
        display: inline-block;
        vertical-align: middle;
        width: 47px;
        height: 34px;
        background: url(/wp-content/themes/essays-leader/images/mobile-header-logo.svg) center no-repeat
    }

    .head-slider-13 .home-custom-container {
        padding: 0
    }

    .head-slider-13 .head-slider-left-side {
        padding: 0 17px
    }

    .head-slider-13 .head-slider-left-side h1:before {
        top: -25px;
        width: 40px;
        height: 3px
    }

    .head-slider-13 .head-slider-left-side ul li {
        font-size: 15px;
        padding: 3px 0 3px 30px
    }

    .head-slider-13 .head-slider-left-side ul li:before {
        line-height: 0
    }

    .head-slider-13 .head-slider-left-side .average-quality-score {
        margin: 20px 0 30px;
        padding: 15px 0 0
    }

    .head-slider-13 .head-slider-left-side .average-quality-score .title {
        font-size: 14px;
        width: 60%
    }

    .head-slider-13 .head-slider-left-side .average-quality-score .score {
        width: 38%
    }

    .head-slider-13 .head-slider-left-side .average-quality-score .score span {
        font-size: 25px
    }

    .head-slider-13 .head-slider-right-side .essayator-form {
        /* background: url(/wp-content/themes/essays-leader/images/home-calc-bg-mobile.png) center no-repeat; */
        /* background-size: contain; */
        background: #fff;
        border: 2px solid #41434a;
        width: 320px;
        height: 480px;
        max-width: 100%;
        padding: 25px 25px 32px
    }

    .head-slider-13 .head-slider-right-side .essayator-form .title {
        font-size: 15px;
        margin: 0 0 17px
    }

    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .number-field {
        margin: 0 0 32px
    }

    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .total .total-price {
        width: 57%
    }

    .head-slider-13 .head-slider-right-side .essayator-form .ae-miniorder-custom .total .form-button {
        width: 110px;
        height: 40px;
        font-size: 14px;
        line-height: 36px;
        padding: 0
    }

    .head-slider-13 .content-bottom {
        padding: 0 17px
    }

    .advantages-6 .index-first-discount .home-custom-container, .our-discount-11 .banner-wrapper {
        padding: 0
    }

    .call-to-action-1 {
        -webkit-clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
        clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%)
    }

    .call-to-action-1 h3 br {
        display: none
    }

    .call-to-action-1 .call-to-action-list .item {
        display: block;
        width: 100%;
        margin: 0 0 35px !important
    }

    .our-discount-11 {
        background-position: top -40px center
    }

    .our-discount-11 h2 {
        font-size: 20px
    }

    .our-discount-11 .disc-blocks {
        margin: 0 auto 80px
    }

    .our-discount-11 .disc-blocks .top-block .disc-block {
        min-height: 310px;
        padding-top: 103px
    }

    .our-discount-11 .disc-blocks .top-block .disc-block .text {
        margin: 38px 0 0
    }

    .our-discount-11 .disc-blocks .top-block .disc-block .percent .disc-off {
        font-size: 30px;
        margin: 0
    }

    .our-discount-11 .disc-blocks .top-block .disc-block .percent .disc-pages {
        font-size: 14px
    }

    .our-discount-11 .affiliate-program-home-banner {
        max-width: 100%;
        border: none;
        width: 310px;
        height: 359px;
        background: url(/wp-content/themes/essays-leader/images/affiliate-program-home-banner-bg-mobile.png) center no-repeat
    }

    .our-discount-11 .affiliate-program-home-banner .left-side-banner {
        background: 0 0;
        font-size: 18px;
        line-height: 24px;
        padding: 28px 0 0 40px
    }

    .our-discount-11 .affiliate-program-home-banner .hero-icon {
        right: 47px;
        top: 27px;
        width: 65px
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner {
        padding: 30px 33px 15px
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner .get-perc {
        font-size: 14px
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner .get-perc span {
        font-size: 36px;
        vertical-align: middle
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner .refer {
        font-size: 20px
    }

    .our-discount-11 .affiliate-program-home-banner .right-side-banner .refer span {
        line-height: 21px;
        margin: 7px 0 15px
    }

    .affiliate-program-content-banner {
        max-width: 100%;
        border: none;
        width: 310px;
        height: 359px;
        background: url(/wp-content/themes/essays-leader/images/affiliate-program-home-banner-bg-mobile.png) center no-repeat;
        background-size: contain
    }

    .affiliate-program-content-banner .left-side-banner {
        background: 0 0;
        font-size: 18px;
        line-height: 24px;
        padding: 28px 0 0 40px
    }

    .affiliate-program-content-banner .right-side-banner .get-perc, .cont-contacts-4 .bottom-contacts .block-right .contacts-info .items .t-sm, .cont-contacts-4 .bottom-contacts .block-right .contacts-info .items.mail .t-hu {
        font-size: 14px
    }

    .affiliate-program-content-banner .hero-icon {
        right: 47px;
        top: 27px;
        width: 65px
    }

    .affiliate-program-content-banner .right-side-banner {
        padding: 30px 33px 15px
    }

    .affiliate-program-content-banner .right-side-banner .get-perc span {
        font-size: 36px;
        vertical-align: middle
    }

    .affiliate-program-content-banner .right-side-banner .refer {
        font-size: 20px
    }

    .affiliate-program-content-banner .right-side-banner .refer span {
        line-height: 21px;
        margin: 7px 0 15px
    }

    .text-content-2 {
        margin: 20px 0
    }

    .testimonials-10 {
        padding: 10px 0 40px;
        -webkit-clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 100% 2%, 100% 100%, 0 100%)
    }

    .testimonials-10 .home-custom-container {
        padding: 0
    }

    .testimonials-10 .header {
        margin: 30px 0
    }

    .testimonials-10 .header h3 {
        margin: 0
    }

    .testimonials-10 .testimonials-block-up .testimonials-icon {
        padding: 30px 0 20px
    }

    .testimonials-10 .testimonials-block-up .person:before {
        max-width: 65px;
        left: 30px
    }

    .testimonials-10 .testimonials-block-up .person:after {
        max-width: 65px;
        right: 30px
    }

    .testimonials-10 .slick-list {
        padding: 0 0 33px
    }

    .page-services .process-block .process-items {
        padding: 20px 10px 40px
    }

    .page-services .block-services table tr th {
        background-position: 15px center;
        padding: 20px 10px 20px 40px
    }

    .page-beware .beware-block table tr td {
        padding-left: 40px;
        padding-right: 20px
    }

    .page-beware .beware-block table tr td:first-child, .page-beware .beware-block table tr td:last-child {
        background-position: 15px 18px
    }

    .cont-contacts-4 .content .block-left {
        padding: 0 20px 20px
    }

    .cont-contacts-4 .content form .buttons-block .button {
        width: 100%;
        display: block;
        float: none
    }

    .cont-contacts-4 .content form .buttons-block .button.button-primary-2 {
        margin-right: auto
    }

    .cont-contacts-4 .content form .buttons-block button.button {
        float: none
    }

    .page-error .error-title span {
        font-size: 120px
    }

    .footer-live-chat, .scrollToTop {
        width: 45px;
        height: 45px;
        right: 10px
    }

    .footer-live-chat img, .scrollToTop img {
        max-width: 100%
    }

    .shortcodes-4 {
        border: none;
        background: url(/wp-content/themes/essays-leader/images/home-calc-bg-mobile.png) center no-repeat;
        background-size: contain;
        width: 320px;
        height: 480px;
        max-width: 100%;
        padding: 30px 0 0;
        margin: 0 auto
    }

    .shortcodes-4 .ae-miniorder-custom .button-primary-2 {
        min-width: 92%
    }

    .cont-contacts-4 .bottom-contacts .block-right .contacts-info .items {
        max-width: 100%;
        padding: 20px 0 20px 87px;
        margin: 0 0 15px
    }

    .cont-contacts-4 .bottom-contacts .block-right .contacts-info .items img {
        width: 80px
    }

    .cont-contacts-4 .bottom-contacts .block-left .form .ae-contacts-custom .buttons-block button, .cont-contacts-4 .bottom-contacts .block-left .form .ae-contacts-custom .buttons-block input {
        display: block;
        width: 100%;
        margin: 0 0 15px
    }
}
@media (min-width: 768px) {   
    .footer-6 .footer-body .articles-block ul li {
        display: inline-block;
        max-width: calc(50% - 10px);
        width: 100%;
        vertical-align: top;
        margin: 0;
    }
}

@media (max-width: 991px) {
    body .benefits-sc-block {
        padding: 60px 15px;
    }
}

@media (max-width: 650px) {
    body .benefits-sc-block img {
        display: block;
        max-width: 300px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1023px) {
    body #order-form .ws-terms {
        display: block !important;
    }
}
