/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! global */

html {
    font-size: 16px;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    color: #373a3c;
    background-color: #fff
}

*,
*:before,
*:after {
    box-sizing: inherit
}

address,
dl,
ol,
p,
ul {
    margin-bottom: 16px;
    margin-bottom: 1rem
}

dl,
ol,
p,
pre,
ul {
    margin-top: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 0;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 16px;
    margin-bottom: 1rem
}

h1 {
    font-size: 40px;
    font-size: 2.5rem
}

h2 {
    font-size: 32px;
    font-size: 2rem
}

h3 {
    font-size: 28px;
    font-size: 1.75rem
}

h4 {
    font-size: 24px;
    font-size: 1.5rem
}

h5 {
    font-size: 20px;
    font-size: 1.25rem
}

h6 {
    font-size: 16px;
    font-size: 1rem
}

img {
    max-width: 100%
}


/*! grid */

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:577px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.row__col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.row__col-1,
.row__col-2,
.row__col-3,
.row__col-4,
.row__col-5,
.row__col-6,
.row__col-7,
.row__col-8,
.row__col-9,
.row__col-10,
.row__col-11,
.row__col-12,
.row__col,
.row__col-auto,
.row__col-sm-1,
.row__col-sm-2,
.row__col-sm-3,
.row__col-sm-4,
.row__col-sm-5,
.row__col-sm-6,
.row__col-sm-7,
.row__col-sm-8,
.row__col-sm-9,
.row__col-sm-10,
.row__col-sm-11,
.row__col-sm-12,
.row__col-sm,
.row__col-sm-auto,
.row__col-md-1,
.row__col-md-2,
.row__col-md-3,
.row__col-md-4,
.row__col-md-5,
.row__col-md-6,
.row__col-md-7,
.row__col-md-8,
.row__col-md-9,
.row__col-md-10,
.row__col-md-11,
.row__col-md-12,
.row__col-md,
.row__col-md-auto,
.row__col-lg-1,
.row__col-lg-2,
.row__col-lg-3,
.row__col-lg-4,
.row__col-lg-5,
.row__col-lg-6,
.row__col-lg-7,
.row__col-lg-8,
.row__col-lg-9,
.row__col-lg-10,
.row__col-lg-11,
.row__col-lg-12,
.row__col-lg,
.row__col-lg-auto,
.row__col-xl-1,
.row__col-xl-2,
.row__col-xl-3,
.row__col-xl-4,
.row__col-xl-5,
.row__col-xl-6,
.row__col-xl-7,
.row__col-xl-8,
.row__col-xl-9,
.row__col-xl-10,
.row__col-xl-11,
.row__col-xl-12,
.row__col-xl,
.row__col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.row__col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%
}

.row__col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.row__col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.row__col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.row__col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.row__col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.row__col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.row__col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.row__col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.row__col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.row__col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.row__col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.row__col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.row__col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media(max-width:576px) {
    .row__col-sm-hidden {
        display: none
    }
}

@media(max-width:767px) {
    .row__col-md-hidden {
        display: none
    }
}

@media(max-width:991px) {
    .row__col-lg-hidden {
        display: none
    }
}

@media(max-width:1199px) {
    .row__col-xl-hidden {
        display: none
    }
}

@media(min-width:320px) {
    .row__col-xs {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row__col-xs-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .row__col-xs-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .row__col-xs-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .row__col-xs-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row__col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row__col-xs-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .row__col-xs-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row__col-xs-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .row__col-xs-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .row__col-xs-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .row__col-xs-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .row__col-xs-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .row__col-xs-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:577px) {
    .row__col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row__col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .row__col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .row__col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .row__col-sm-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row__col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row__col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .row__col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row__col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .row__col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .row__col-sm-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .row__col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .row__col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .row__col-sm-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-sm-0 {
        margin-left: 0
    }
    .offset-sm-1 {
        margin-left: 8.333333%
    }
    .offset-sm-2 {
        margin-left: 16.666667%
    }
    .offset-sm-3 {
        margin-left: 25%
    }
    .offset-sm-4 {
        margin-left: 33.333333%
    }
    .offset-sm-5 {
        margin-left: 41.666667%
    }
    .offset-sm-6 {
        margin-left: 50%
    }
    .offset-sm-7 {
        margin-left: 58.333333%
    }
    .offset-sm-8 {
        margin-left: 66.666667%
    }
    .offset-sm-9 {
        margin-left: 75%
    }
    .offset-sm-10 {
        margin-left: 83.333333%
    }
    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:768px) {
    .row__col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row__col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .row__col-md-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .row__col-md-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .row__col-md-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row__col-md-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row__col-md-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .row__col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row__col-md-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .row__col-md-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .row__col-md-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .row__col-md-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .row__col-md-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .row__col-md-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-md-0 {
        margin-left: 0
    }
    .offset-md-1 {
        margin-left: 8.333333%
    }
    .offset-md-2 {
        margin-left: 16.666667%
    }
    .offset-md-3 {
        margin-left: 25%
    }
    .offset-md-4 {
        margin-left: 33.333333%
    }
    .offset-md-5 {
        margin-left: 41.666667%
    }
    .offset-md-6 {
        margin-left: 50%
    }
    .offset-md-7 {
        margin-left: 58.333333%
    }
    .offset-md-8 {
        margin-left: 66.666667%
    }
    .offset-md-9 {
        margin-left: 75%
    }
    .offset-md-10 {
        margin-left: 83.333333%
    }
    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:992px) {
    .row__col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row__col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .row__col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .row__col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .row__col-lg-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row__col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row__col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .row__col-lg-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row__col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .row__col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .row__col-lg-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .row__col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .row__col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .row__col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@media(min-width:1200px) {
    .row__col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .row__col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .row__col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }
    .row__col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }
    .row__col-xl-3 {
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
        flex: 0 0 25%;
        max-width: 25%
    }
    .row__col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }
    .row__col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }
    .row__col-xl-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%
    }
    .row__col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }
    .row__col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }
    .row__col-xl-9 {
        -ms-flex: 0 0 75%;
        -webkit-box-flex: 0;
        flex: 0 0 75%;
        max-width: 75%
    }
    .row__col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        -webkit-box-flex: 0;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }
    .row__col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        -webkit-box-flex: 0;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }
    .row__col-xl-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-first {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12
    }
    .offset-xl-0 {
        margin-left: 0
    }
    .offset-xl-1 {
        margin-left: 8.333333%
    }
    .offset-xl-2 {
        margin-left: 16.666667%
    }
    .offset-xl-3 {
        margin-left: 25%
    }
    .offset-xl-4 {
        margin-left: 33.333333%
    }
    .offset-xl-5 {
        margin-left: 41.666667%
    }
    .offset-xl-6 {
        margin-left: 50%
    }
    .offset-xl-7 {
        margin-left: 58.333333%
    }
    .offset-xl-8 {
        margin-left: 66.666667%
    }
    .offset-xl-9 {
        margin-left: 75%
    }
    .offset-xl-10 {
        margin-left: 83.333333%
    }
    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

.flex-row {
    -ms-flex-direction: row!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    flex-direction: row!important
}

.flex-column {
    -ms-flex-direction: column!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse!important;
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse!important;
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -ms-flex-pack: start!important;
    -webkit-box-pack: start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -ms-flex-pack: end!important;
    -webkit-box-pack: end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -ms-flex-pack: center!important;
    -webkit-box-pack: center!important;
    justify-content: center!important
}

.justify-content-between {
    -ms-flex-pack: justify!important;
    -webkit-box-pack: justify!important;
    justify-content: space-between!important
}

.justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.align-items-start {
    -ms-flex-align: start!important;
    -webkit-box-align: start!important;
    align-items: flex-start!important
}

.align-items-end {
    -ms-flex-align: end!important;
    -webkit-box-align: end!important;
    align-items: flex-end!important
}

.align-items-center {
    -ms-flex-align: center!important;
    -webkit-box-align: center!important;
    align-items: center!important
}

.align-items-baseline {
    -ms-flex-align: baseline!important;
    -webkit-box-align: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -ms-flex-align: stretch!important;
    -webkit-box-align: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -ms-flex-item-align: auto!important;
    -ms-grid-row-align: auto!important;
    align-self: auto!important
}

.align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.align-self-center {
    -ms-flex-item-align: center!important;
    -ms-grid-row-align: center!important;
    align-self: center!important
}

.align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -ms-flex-item-align: stretch!important;
    -ms-grid-row-align: stretch!important;
    align-self: stretch!important
}


/*! main */

html, body {
    font-family: 'Arial', sans-serif;
    font-weight: 400
}

body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-top: 59px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: background 200ms
}

body:after {
    position: fixed;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: opacity 200ms;
    background: rgba(25, 26, 37, 0.8)
}

.overlay {
    position: relative
}

.overlay:after {
    opacity: 1;
    z-index: 200
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.breadcrumbs-new {
    background: 0;
    padding-top: 17px;
    margin-bottom: 20px
}

.breadcrumbs {
    background: #f3f7ff;
    margin-bottom: 20px;
    padding: 17px 0 16px
}

@media(max-width:767px) {
    .breadcrumbs,
    .breadcrumbs-new {
        display: none
    }
}

.breadcrumbs ul,
.breadcrumbs-new ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.breadcrumbs ul li,
.breadcrumbs span,
.breadcrumbs-new ul li {
    display: inline-block
}

.breadcrumbs ul li a,
.breadcrumbs span a{
    font-size: 12px;
    color: #ff842a;
    text-decoration: none
}

.breadcrumbs ul li a:hover,
.breadcrumbs span a:hover{
    text-decoration: underline
}

.breadcrumbs ul li span,
.breadcrumbs span span{
    font-size: 12px;
    color: #1d243a
}
.breadcrumbs span em {
    font-size: 12px;
    color: #ff842a;
    text-decoration: none;
    padding: 0 1px;
}
.breadcrumbs-new ul li a {
    color: #8493aa;
    font-size: 12px;
    text-decoration: underline
}

.breadcrumbs-new ul li a:hover {
    text-decoration: none
}

.breadcrumbs-new ul li span {
    color: #8493aa;
    font-size: 12px;
    font-weight: 700
}

.categories {
    margin-bottom: 155px
}

@media(max-width:767px) {
    .categories {
        padding-top: 15px
    }
}

.categories__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 745px
}

.categories .essays__header {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: solid 1px #d8dde6
}

@media(max-width:576px) {
    .categories .essays__header {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        border: 0;
        margin-bottom: 0;
        padding: 0 0 0 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.categories .essays__header li a {
    font-size: 16px;
    letter-spacing: 2px
}

@media(max-width:767px) {
    .categories .essays__header li a {
        font-size: 12px;
        letter-spacing: .2px
    }
}

.categories .essays__header>a {
    font-size: 13px
}

.categories__all {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width:576px) {
    .categories__all {
        margin-bottom: 25px
    }
}

.categories__all li {
    padding-right: 10px;
    width: 25%
}

@media(max-width:576px) {
    .categories__all li {
        width: 50%
    }
}

.categories__all a {
    font-size: 13px;
    padding: 7px 15px;
    text-align: center;
    position: relative;
    color: #ff842a;
    text-decoration: none;
    display: inline-block
}

.categories__all a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    transition: opacity 300ms;
    border: 1px solid #d8dde6
}

.categories__all a:hover:after {
    opacity: 1
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #21262c;
    padding: 25px 0 30px
}

.footer-bottom{
    text-align: center;
    background: #171b21;
    padding: 30px 0 25px;
}

@media(max-width:767px) {
    .footer {
        padding: 15px 0 50px
    }
}

.footer__logo {
    font-size: 0;
    display: block;
    margin-bottom: 5px
}
.footer__logo img{
    width: 120px;
}

@media(max-width:767px) {
    .footer__logo {
        margin-bottom: 10px
    }
}

.footer__copy {
    color: #8a98ad;
    display: block;
    font-size: 14px;
    line-height: 1.5;
}
.footer__copy_indent{
  margin-bottom: 5px;
}
.footer__copy img{
  width: 100%;
  max-width: 405px;
}
.footer__copy br {
    display: none;
}

.footer__social {
    font-size: 0;
    margin-bottom: 30px;
}

.footer__contacts .footer__social a {
    font-size: 0;
    margin: 0 15px 0 0;
    display: inline-block;
    transition: opacity 300ms
}

.footer__social a:hover {
    opacity: .7
}

.footer span {
    color: #8a98ad;
    display: block;
    font-size: 11px;
    font-weight: 700;
    line-height: 2.14;
    margin-bottom: 10px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.footer__cards span{
    margin-bottom: 5px;
}
.footer__cards img{
    margin: 0 7px 7px 0;
}
.footer__cards-img{
    max-width: 200px;
}

.footer__desc{
    color: #8a98ad;
    font-size: 14px;
    line-height: 1.5;
    max-width: 500px;
    margin-bottom: 30px;
}

.footer-adv{
    display: flex;
    max-width: 400px;
    justify-content: space-between;
}
.footer-adv__item img{
    margin-bottom: 15px;
}
.footer-adv__item p{
    color: #8a98ad;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
}
@media(max-width:767px) {
    .footer span {
        margin-bottom: 0
    }
    .footer__cards{
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .footer__nav {
        margin-bottom: 40px
    }
}

.footer__nav ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none
}

.footer__nav li {
    width: 100%;
    margin-bottom: 2px
}

.footer__nav a {
    color: #3394d3;
    display: block;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: .2px;
    text-decoration: none
}

.footer__nav a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .footer__contacts span {
        margin-bottom: 10px
    }
}

.footer__contacts a {
    color: #3394d3;
    display: block;
    font-size: 14px;
    line-height: 2.14;
    margin-bottom: 5px;
    text-decoration: none
}

.footer__contacts a:hover {
    text-decoration: underline
}

.footer__contacts p {
    color: #8a98ad;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.footer__contacts img{
  margin-bottom: 15px;
}

.navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navigation.navigation_center {
    width: 100%;
    margin-top: 20px;
    justify-content: center
}

@media(max-width:767px) {
    .navigation {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 25px
    }
}

.navigation a,
.navigation span {
    display: block;
    font-size: 14px;
    min-height: 36px;
    line-height: 34px;
    position: relative;
    text-align: center;
    color: #ff842a;
    text-decoration: none;
    border: 1px solid #d8dde6
}

.navigation a {
    transition: color 300ms, background 300ms
}

.navigation a:hover {
    color: #3C5073;
    background: #f3f7ff
}

.navigation__more {
    padding: 0 20px;
    border-radius: 3px
}

@media(max-width:767px) {
    .navigation__more {
        margin: 0 10px 10px 0
    }
}

.navigation .paginate {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.navigation .first {
    margin-right: 5px
}

.navigation .last {
    margin-left: 5px
}

@media(max-width:767px) {
    .navigation .first,
    .navigation .last {
        display: none
    }
}

.navigation .first a,
.navigation .last a {
    width: 55px;
    border-radius: 3px
}

.navigation .page-item a,
.navigation .prev a,
.navigation .next a {
    width: 35px
}

@media(max-width:576px) {
    .navigation .page-item a,
    .navigation .prev a,
    .navigation .next a {
        width: 32px
    }
}

.navigation .prev a {
    border-radius: 3px 0 0 3px
}

.navigation .prev a:hover:after {
    border-right-color: #3C5073
}

.navigation .prev a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border: 6px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: border-color 300ms;
    border-right-color: #ff842a;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-left: 0
}

.navigation .next a {
    border-radius: 3px 0 0 3px
}

.navigation .next a:hover:after {
    border-left-color: #3C5073
}

.navigation .next a:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    border: 6px solid transparent;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: border-color 300ms;
    border-left-color: #ff842a;
    border-bottom-width: 5px;
    border-top-width: 5px;
    border-right: 0
}

.navigation .next a {
    border-left: 0;
    border-radius: 0 3px 3px 0
}

.navigation .page-item.active span {
    color: #fff;
    width: 35px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    font-weight: 700;
    background: #ff842a
}

@media(max-width:576px) {
    .navigation .page-item.active span {
        width: 34px
    }
}

.navigation .page-item a {
    border-left: 0
}

.navigation .dots span {
    width: 35px;
    border-left: 0
}

@media(max-width:576px) {
    .navigation .dots span {
        width: 32px
    }
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 800;
    background: #fff;
    -webkit-perspective: 500px;
    perspective: 500px;
    box-shadow: 2px 0 5px 0 rgba(0, 0, 0, .2)
}

.header .row {
  min-height: 59px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.header__logo {
    font-size: 0;
    max-width: 150px;
    display: inline-block;
    vertical-align: middle
}

.header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header__btn-search {
    border: 0;
    width: 16px;
    height: 16px;
    outline: 0;
    transition: opacity 300ms;
    background: url('../img/search-logo.svg') no-repeat center/cover
}

.header__btn-search:hover {
    opacity: .7
}

.header__login {
    font-size: 0;
    margin-left: 30px
}

.header__login a {
    font-size: 14px;
    color: #ff842a;
    letter-spacing: .2px;
    text-decoration: none;
    transition: color 300ms
}

.header__login a:hover {
    color: #3C5073
}
.header__login-user{
    display: flex;
    z-index: 100;
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    align-items: center;
    text-decoration: none;
}
.header__login-user:hover .header__login-dropdown{
    display: block;
}
.header__login-user img{
    margin-right: 8px;
}
.header__login-user span{
    color: #ff842a;
    font-size: 14px;
    font-weight: 700;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.header__login-dropdown{
    position: absolute;
    content: '';
    top: 50px;
    left: -73px;
    width: 175px;
    display: none;
    padding: 15px 20px;
    border-radius: 3px;
    background: #333d4c;
}
.header__login-dropdown a{
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}
.header__login-dropdown a:last-child{
    margin-bottom: 0;
}
.header__login-dropdown a:hover{
    color: #fff;
    text-decoration: underline;
}
.header__login-dropdown:before{
    position: absolute;
    content: '';
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    border: 5px solid transparent;
    border-top: 0;
    border-bottom: 7px solid #333d4c;
}

.header__search {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 100%;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    min-height: 465px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation: hide 500ms forwards;
    animation: hide 500ms forwards;
    -ms-filter: "alpha(opacity=0)"
}

.header__search.open {
    opacity: 1;
    -webkit-animation: show 500ms forwards;
    animation: show 500ms forwards
}

@media (max-width: 991px) {
    .header {
        z-index: 9999;
        box-shadow: 0 0 2px 2px rgba(30, 32, 48, .1)
    }

    .header__logo {
        height: 26px
    }
}

.header__search form {
    width: 100%;
    max-width: 750px;
    overflow: hidden;
    position: relative
}

.header__search form input {
    border: 0;
    width: 100%;
    outline: 0;
    font-size: 18px;
    padding-right: 30px;
    padding-bottom: 17px;
    color: #3C5073;
    border-bottom: 1px solid #3C5073
}

.header__search form input::-webkit-input-placeholder {
    color: #3C5073;
    transition: opacity 200ms
}

.header__search form input:-ms-input-placeholder {
    color: #3C5073;
    transition: opacity 200ms
}

.header__search form input::placeholder {
    color: #3C5073;
    transition: opacity 200ms
}

.header__search form input:focus::-webkit-input-placeholder {
    opacity: 0
}

.header__search form input:focus:-ms-input-placeholder {
    opacity: 0
}

.header__search form input:focus::placeholder {
    opacity: 0
}

.header__search form button {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border: 0;
    opacity: .5;
    width: 16px;
    height: 16px;
    outline: 0;
    transition: opacity 300ms;
    background: url('../img/search-close.svg') no-repeat center/cover
}

.header__search form button:hover {
    opacity: 1
}

@media (max-width: 767px){
    .header__search form{
        padding: 0 15px;
    }
    .header__search form button{
        right: 15px;
    }
}

@-webkit-keyframes show {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 85deg);
        transform: rotate3d(-1, 0, 0, 85deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 180deg);
        transform: rotate3d(0, 0, 0, 180deg)
    }
}

@keyframes show {
    from {
        -webkit-transform: rotate3d(-1, 0, 0, 85deg);
        transform: rotate3d(-1, 0, 0, 85deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 0, 180deg);
        transform: rotate3d(0, 0, 0, 180deg)
    }
}

@-webkit-keyframes hide {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 180deg);
        transform: rotate3d(0, 0, 0, 180deg)
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 85deg);
        transform: rotate3d(-1, 0, 0, 85deg)
    }
}

@keyframes hide {
    from {
        -webkit-transform: rotate3d(0, 0, 0, 180deg);
        transform: rotate3d(0, 0, 0, 180deg)
    }
    to {
        -webkit-transform: rotate3d(-1, 0, 0, 85deg);
        transform: rotate3d(-1, 0, 0, 85deg)
    }
}

.title {
    color: #3c5073;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: normal
}

@media(max-width:767px) {
    .title {
        font-size: 24px;
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .category-essays {
        padding-top: 15px
    }
}

.category-essays__sub {
    margin-bottom: 30px
}

@media(max-width:576px) {
    .category-essays__sub {
        margin-bottom: 15px
    }
}

.category-essays__sub span {
    font-size: 14px;
    font-weight: 600;
    color: #1d243a;
    display: inline-block
}

@media(max-width:576px) {
    .category-essays__sub span {
        display: block
    }
}

.category-essays__sub a {
    font-size: 12px;
    margin-left: 5px;
    color: #ff842a;
    letter-spacing: .2px;
    text-decoration: none
}

.category-essays__sub a:hover {
    text-decoration: underline
}

@media(max-width:576px) {
    .category-essays__sub a {
        margin-left: 0;
        margin-right: 5px
    }
}

.popular-categories {
    position: inherit;
    margin-left: 35px;
    padding-left: 55px;
    border-left: 1px solid #d8dde6
}

@media(max-width:991px) {
    .popular-categories {
        margin-left: 0;
        border-left: 0;
        margin-bottom: 40px;
        padding: 0 18px;
    }
}

.popular-categories h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1d243a;
}

.popular-categories h2:first-child {
    margin-bottom: 20px;
    margin-top: 0;
}

.popular-categories h2 {
    margin-bottom: 20px;
    margin-top: 40px
}

.popular-categories ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 0 10px
}

.popular-categories ul li {
    width: 100%;
    margin-bottom: 4px;
    padding-right: 10px
}

.popular-categories ul a {
    color: #54698d;
    font-size: 13px;
    letter-spacing: .2px;
    text-decoration: none
}

.popular-categories ul a:hover {
    text-decoration: underline
}

.popular-categories>a {
    font-size: 13px;
    color: #ff842a;
    letter-spacing: .2px;
    text-decoration: none
}

.popular-categories>a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .contacts {
        padding-top: 15px
    }
}

.contacts h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1d243a;
    margin-bottom: 10px
}

@media(max-width:767px) {
    .contacts h2 {
        font-size: 16px
    }
}

.contacts h3 {
    font-size: 18px;
    margin-bottom: 30px;
    color: #3C5073
}

@media(max-width:767px) {
    .contacts h3 {
        font-size: 15px;
        margin-bottom: 25px
    }
}

.contacts-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px
}

.contacts-form__item {
    width: 50%;
    padding-right: 30px
}

@media(max-width:767px) {
    .contacts-form__item {
        width: 100%;
        padding-right: 0
    }
}

.contacts-form__field {
    margin-bottom: 15px
}

.contacts-form__field_height {
    height: 100%
}

.contacts-form span {
    color: #16325c;
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: .2px
}

.contacts-form input,
.contacts-form textarea {
    width: 100%;
    outline: 0;
    color: #16325c;
    font-size: 14px;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    letter-spacing: .2px;
    border: 1px solid #d8dde6;
    transition: border-color 300ms
}

.contacts-form input:focus,
.contacts-form textarea:focus {
    border-color: #16325c
}

.contacts-form input::-webkit-input-placeholder,
.contacts-form textarea::-webkit-input-placeholder {
    font-size: 14px;
    letter-spacing: .2px;
    color: rgba(22, 50, 92, 0.5)
}

.contacts-form input:-ms-input-placeholder,
.contacts-form textarea:-ms-input-placeholder {
    font-size: 14px;
    letter-spacing: .2px;
    color: rgba(22, 50, 92, 0.5)
}

.contacts-form input::placeholder,
.contacts-form textarea::placeholder {
    font-size: 14px;
    letter-spacing: .2px;
    color: rgba(22, 50, 92, 0.5)
}

.contacts-form input {
    height: 50px
}

.contacts-form textarea {
    resize: none;
    padding-top: 15px;
    height: calc(100% - 39px)
}

@media(max-width:767px) {
    .contacts-form textarea {
        height: 200px
    }
}

.contacts-form button {
    border: 0;
    color: #fff;
    width: 150px;
    height: 50px;
    margin: auto;
    outline: 0;
    display: block;
    margin-top: 10px;
    border-radius: 25px;
    background: #2d9700;
    transition: background 300ms, box-shadow 300ms, -webkit-transform 300ms;
    transition: background 300ms, box-shadow 300ms, transform 300ms;
    transition: background 300ms, box-shadow 300ms, transform 300ms, -webkit-transform 300ms
}

.contacts-form button:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background: #36b501;
    box-shadow: 0 3px 3px 0 rgba(0, 10, 0, .4)
}

.contacts-form__desc {
    margin-top: 15px;
    text-align: center;
}

.contacts-form__desc a {
    color: #16325c;
}

.contacts-form__desc a:hover {
    text-decoration: none;
}

.contacts-form__desc a:hover {
    text-decoration: none;
}

.banner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e7eef8;
    padding: 30px 60px 40px 80px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .banner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 30px 15px 40px 25px
    }
}

.banner__icon {
    position: absolute;
    content: ''
}

.banner__icon_first {
    left: 0;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width:767px) {
    .banner__icon_first {
        top: -20px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner__icon_second {
    top: 0;
    right: 15px;
    z-index: 10
}

@media(max-width:767px) {
    .banner__icon_second {
        display: none
    }
}

.banner__icon_third {
    right: 0;
    bottom: 0;
    z-index: 1;
    max-height: 149px
}

@media(max-width:767px) {
    .banner__icon_third {
        right: -285px
    }
}

.banner__text {
    width: 100%;
    z-index: 20;
    max-width: 350px;
    position: relative
}

@media(max-width:767px) {
    .banner__text {
        max-width: 100%;
        margin-bottom: 15px
    }
}

.banner h2 {
    font-size: 20px;
    font-weight: 600;
    color: #1d243a;
    margin-bottom: 14px
}

.banner p {
    color: #54698d;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5
}

.banner a {
    color: #fff;
    width: 100%;
    z-index: 20;
    font-size: 16px;
    max-width: 135px;
    padding: 10px 25px;
    position: relative;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    border-radius: 21.5px;
    background: #2d9700;
    transition: background 300ms
}

.banner a:hover {
    background: #36b501
}

.banner_noresult {
    padding-top: 20px;
    padding-bottom: 30px
}

.banner_noresult h2 {
    margin: 3px 0 7px
}

.banner_noresult b {
    font-weight: 600
}

@media(max-width:767px) {
    .single-essay {
        padding-top: 15px
    }
}

.single-essay__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:767px) {
    .single-essay__info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width:576px) {
    .single-essay__info {
        margin-bottom: 15px
    }
}

.single-essay__item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:767px) {
    .single-essay__item {
        margin-bottom: 20px
    }
}

.single-essay__image {
    font-size: 0;
    max-width: 116px;
    margin-right: 30px;
    position: relative
}

.percent-mark {
    position: absolute;
    content: '';
    bottom: 10px;
    right: 8px;
    width: 40px;
    height: 40px;
}

@media(max-width:767px) {
    .single-essay__image {
        margin-right: 15px
    }
}

.single-essay__about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.single-essay__about ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.single-essay__about ul li {
    color: #54698d;
    font-size: 14px;
    line-height: 21px
}

@media(max-width:576px) {
    .single-essay__about {
        width: calc(100% - 120px)
    }
    .single-essay__about ul li {
        line-height: inherit
    }
}

.single-essay__about ul li b {
    font-weight: 700
}

.single-essay__about ul li span {
    color: #2d9700
}

.single-essay__about ul li a {
    color: #ff842a;
    text-decoration: none
}

.single-essay__about ul li a:hover {
    text-decoration: underline
}

.single-essay__links a {
    color: #ff842a;
    display: block;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    text-decoration: none
}

.single-essay__links a:hover {
    text-decoration: underline
}

@media(max-width:576px) {
    .single-essay__links a {
        margin-bottom: 0
    }
}

.single-essay__links a img {
    margin-right: 5px
}

.single-essay__links a:last-child {
    margin-bottom: 0
}

.single-essay__links a:last-child img {
    position: relative;
    top: 1px
}

.single-essay__full {
    width: 100%;
    max-width: 270px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 3px;
    background-color: #f3f7ff;
    padding: 25px 15px 30px 25px;
    box-shadow: 0 2px 3px 0 #dce4f3
}

@media(max-width:576px) {
    .single-essay__full {
        max-width: 300px;
        padding: 15px 15px 20px
    }
}
@media(max-width:415px) {
    .single-essay__full {
      padding: 15px;
      max-width: 100%;
    }
}

.single-essay__full h2 {
    font-size: 16px;
    font-weight: 700;
    color: #3c5073;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase
}

.single-essay__full p {
    color: #3c5073;
    font-size: 13px;
    line-height: 1.62;
    margin-bottom: 15px
}

.single-essay__full a {
    z-index: 50;
    width: 145px;
    height: 40px;
    color: #2d9700;
    display: block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-align: right;
    line-height: 40px;
    border-radius: 3px;
    position: relative;
    padding-right: 16px;
    text-decoration: none;
    transition: color 300ms;
    border: 1px solid #2d9700
}

.single-essay__full a:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 14px;
    z-index: 10;
    width: 18px;
    height: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    background: url('../img/btn-arrow.svg') no-repeat center
}

.single-essay__full a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    z-index: -1;
    transition: width 300ms;
    background: #2d9700
}

.single-essay__full a:hover {
    color: #fff
}

.single-essay__full a:hover:before {
    -webkit-transform: translate(7px, -50%);
    transform: translate(7px, -50%)
}

.single-essay__full a:hover:after {
    width: 100%
}

.single-essay__content {
    margin-bottom: 45px
}

@media(max-width:576px) {
    .single-essay__content {
        margin-bottom: 35px
    }
}

.single-essay__content p {
    color: #3c5073;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    word-wrap: break-word;
    transition: -webkit-filter 200ms;
    transition: filter 200ms;
    transition: filter 200ms, -webkit-filter 200ms
}

.single-essay__content p::selection{
    background: rgba(251, 224, 254, 0.72);
}

.single-essay__blur {
    position: relative
}

.single-essay__blur>*:not(.single-essay__modal) {
    filter: url('data:image/svg+xml;charset=utf-8,<svgxmlns="http://www.w3.org/2000/svg"><filterid="filter"><feGaussianBlurstdDeviation="10"/></filter></svg>#filter');
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.single-essay__pages {
    color: #54698d;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 25px
}

.single-essay__pages b {
    font-weight: 700
}

.single-essay__more {
    color: #fff;
    width: 240px;
    height: 43px;
    display: block;
    font-size: 16px;
    line-height: 43px;
    position: relative;
    padding-left: 60px;
    border-radius: 21.5px;
    text-decoration: none;
    background: #2d9700;
    transition: background 300ms
}

.single-essay__more:hover {
    background: #36b501
}

.single-essay__more:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/full-doc.svg');
    width: 21px;
    height: 24px
}

.single-essay__using {
    margin-bottom: 50px
}

.single-essay__blur>*:not(.single-essay__modal) {
    overflow: hidden
}

@media(max-width:576px) {
    .single-essay__using {
        margin-bottom: 30px
    }
}

.single-essay__using h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3C5073
}

.single-essay__using-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-essay__using-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 300px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-essay__using-item span {
    font-size: 13px;
    color: #3c5073
}

.single-essay__using-logo {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #d8dde6
}

.single-essay__using-logo img {
    margin: auto
}

.single-essay__modal {
    position: absolute;
    content: '';
    top: 95px;
    left: 50%;
    width: 100%;
    max-width: 455px;
    background: #fff;
    border-radius: 3px;
    padding: 50px 65px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, .5)
}

@media(max-width:576px) {
    .single-essay__modal {
        padding: 25px 15px
    }
}

.single-essay__modal p {
    font-size: 18px;
    font-weight: 600;
    color: #3c5073;
    margin-bottom: 40px
}

@media(max-width:576px) {
    .single-essay__modal p {
        margin-bottom: 20px
    }
}

.single-essay__modal p span {
    color: #2d9700
}

.single-essay__modal a {
    color: #fff;
    font-size: 16px;
    border-radius: 22px;
    text-decoration: none;
    display: inline-block;
    padding: 10px 30px 11px;
    background: #2d9700;
    transition: background 300ms
}

.single-essay__modal a:hover {
    background: #36b501
}

@media(max-width:767px) {
    .faq {
        padding-top: 15px
    }
}

.faq-accordion {
    max-width: 710px;
    margin-bottom: 60px
}

.faq-accordion__item {
    padding-left: 30px;
    margin-bottom: 15px
}

.faq-accordion__item:last-child {
    margin-bottom: 0
}

.faq-accordion__item h2 {
    font-size: 20px;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    color: #1d243a
}

.faq-accordion__item h2:before {
    position: absolute;
    content: '+';
    top: 3px;
    left: -30px;
    width: 16px;
    height: 16px;
    color: #8ca3ce;
    font-size: 14px;
    line-height: 12px;
    text-align: center;
    border-radius: 50%;
    background: #f3f7ff;
    border: 1px solid #d8e1f1
}

@media(max-width:576px) {
    .faq-accordion__item h2 {
        font-size: 17px
    }
}

.faq-accordion__item p {
    display: none;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.38;
    color: #3c5073;
    letter-spacing: .2px
}

@media(max-width:576px) {
    .faq-accordion__item p {
        font-size: 15px
    }
}

.faq-accordion__item_open h2:before {
    content: '-'
}

.faq-accordion__item_open p {
    display: block
}

.about-checker {
    background: #08054b;
    padding: 70px 0 65px
}

@media(max-width:991px) {
    .about-checker {
        padding: 25px 0 50px
    }
}

.about-checker__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:991px) {
    .about-checker__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:991px) {
    .about-checker__inner img {
        margin-bottom: 10px
    }
}

.about-checker__content {
    max-width: 375px;
    margin-left: 70px
}

@media(max-width:1199px) {
    .about-checker__content {
        margin-left: 40px
    }


}

@media(max-width:991px) {
    .about-checker__content {
        margin-left: 0;
        max-width: 500px
    }
}

.about-checker h2 {
    color: #fff;
    font-size: 28px;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: uppercase
}

.about-checker p {
    color: #fff;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 20px;
    letter-spacing: .2px
}

.about-checker a {
    color: #fff;
    display: block;
    font-size: 14px;
    max-width: 160px;
    position: relative;
    border-radius: 22px;
    text-decoration: none;
    background: #2d9700;
    transition: background 300ms;
    padding: 10px 10px 10px 25px
}

.about-checker a:after {
    position: absolute;
    content: '';
    top: 50%;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    background: url('../img/btn-arrow.svg');
    width: 18px;
    height: 12px
}

.about-checker a:hover {
    background: #36b501
}

.about-checker a:hover:after {
    -webkit-transform: translate(3px, -50%);
    transform: translate(3px, -50%)
}

.advantages {
    background: #f3f7ff;
    padding: 30px 0 35px
}

@media(max-width:991px) {
    .advantages {
        padding-bottom: 0
    }
}

.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:991px) {
    .advantages__item {
        margin-bottom: 25px
    }
}

@media(max-width:576px) {
    .advantages__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.advantages__icon {
    width: 96px;
    height: 96px;
    background: #fff;
    position: relative;
    border-radius: 27px;
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, .5)
}

@media(max-width:576px) {
    .advantages__icon {
        margin: 0 auto 10px
    }
}

.advantages__icon img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.advantages span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #3c5073;
    padding-left: 20px
}

@media(max-width:576px) {
    .advantages span {
        width: 100%;
        margin: auto;
        padding-left: 0;
        text-align: center
    }
}

.appeal {
    text-align: center;
    padding: 40px 0 35px;
    background: url('../img/appeal.jpg') no-repeat center/cover
}

@media(max-width:576px) {
    .appeal {
        padding: 35px 0 25px
    }
}

.appeal h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1.17;
    text-transform: uppercase
}

.appeal h2 p {
    color: #1d243a;
    font-size: 13px;
    font-weight: 400;
    line-height: 2.15;
    margin: 5px 0 0
}

.appeal h2 p:last-child {
    margin-bottom: 20px
}

@media(max-width:576px) {
    .appeal h2 p {
        margin-top: 10px;
        line-height: normal
    }
}

.appeal a {
    color: #fff;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 25px;
    background: #2d9700;
    display: inline-block;
    text-decoration: none;
    transition: background 300ms, box-shadow 300ms, -webkit-transform 300ms;
    transition: background 300ms, box-shadow 300ms, transform 300ms;
    transition: background 300ms, box-shadow 300ms, transform 300ms, -webkit-transform 300ms
}

.appeal a:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    background: #36b501;
    box-shadow: 0 3px 3px 0 rgba(0, 10, 0, .4)
}

.billboard {
    padding: 60px 0;
    overflow: hidden;
    text-align: center;
    position: relative;
    background: #3C5073
}

@media(max-width:576px) {
    .billboard {
        padding: 40px 0 95px
    }
}

.billboard__shape {
    position: absolute
}

.billboard__shape_first {
    left: 0;
    top: -28px;
    z-index: 10
}

@media(max-width:991px) {
    .billboard__shape_first {
        left: -120px
    }
}

.billboard__shape_second {
    top: 82px;
    left: 121px
}

@media(max-width:991px) {
    .billboard__shape_second {
        display: none
    }
}

.billboard__shape_third {
    top: 65px;
    left: 221px
}

@media(max-width:991px) {
    .billboard__shape_third {
        display: none
    }
}

.billboard__shape_fourth {
    z-index: 10;
    right: 113px;
    bottom: 25px;
    max-height: 113px
}

@media(max-width:991px) {
    .billboard__shape_fourth {
        display: none
    }
}

.billboard__shape_fifth {
    bottom: 0;
    right: 161px;
    max-height: 87px
}

@media(max-width:991px) {
    .billboard__shape_fifth {
        right: 50px;
        bottom: -20px
    }
}

.billboard__shape_sixth {
    right: 0;
    bottom: 0;
    max-height: 157px
}

@media(max-width:991px) {
    .billboard__shape_sixth {
        right: -113px;
        bottom: -19px
    }
}

.billboard__shape_seventh {
    right: 17px;
    bottom: 114px
}

@media(max-width:991px) {
    .billboard__shape_seventh {
        display: none
    }
}

.billboard h1 {
    color: #fff;
    z-index: 20;
    font-size: 48px;
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1.3px
}

@media(max-width:576px) {
    .billboard h1 {
        font-size: 24px;
        letter-spacing: .7px
    }
}

.billboard p {
    color: #fff;
    z-index: 20;
    font-size: 16px;
    position: relative;
    margin-bottom: 25px;
    letter-spacing: .2px
}

@media(max-width:576px) {
    .billboard p {
        margin-bottom: 30px
    }
}

@media(max-width:576px) {
    .billboard p br {
        display: none
    }
}

.billboard form {
    width: 100%;
    z-index: 20;
    margin: auto;
    max-width: 555px;
    position: relative
}

.billboard form:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    bottom: -35px;
    max-width: 507px;
    background: url('../img/search-shadow.svg') no-repeat center/contain;
    height: 65px
}

.billboard form input {
    border: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    outline: 0;
    color: #16325c;
    font-size: 14px;
    background: #fff;
    position: relative;
    padding-left: 25px;
    border-radius: 28px;
    letter-spacing: .2px;
    transition: box-shadow 300ms
}

.billboard form input::-webkit-input-placeholder {
    opacity: .5;
    color: #16325c;
    letter-spacing: .2px
}

.billboard form input:-ms-input-placeholder {
    opacity: .5;
    color: #16325c;
    letter-spacing: .2px
}

.billboard form input::placeholder {
    opacity: .5;
    color: #16325c;
    letter-spacing: .2px
}

.billboard form input:focus {
    box-shadow: 0 0 13px 1px #93cbff
}

.billboard form button {
    position: absolute;
    content: '';
    top: 50%;
    border: 0;
    right: 2px;
    z-index: 20;
    width: 46px;
    height: 46px;
    outline: 0;
    border-radius: 50%;
    background: #2d9700;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background 300ms
}

.billboard form button:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url('../img/billboard-search.svg');
    width: 20px;
    height: 20px
}

.billboard form button:hover {
    background: #36b501
}

.essays {
    background: #fff;
    padding: 40px 0 20px
}

@media(max-width:767px) {
    .essays {
        padding-bottom: 40px
    }

}

.essays h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #3C5073;
    text-transform: uppercase
}

@media(max-width:576px) {
    .essays h2 {
        margin-bottom: 10px
    }
}

.essays__header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 580px;
    margin: 0 auto 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:576px) {
    .essays__header {
        margin-bottom: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.essays__header ul {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width:576px) {
    .essays__header ul {
        display: none
    }
}

.essays__header ul li {
    margin: 0 2.5px;
    display: inline-block
}

@media(max-width:767px) {
    .essays__header ul li {
        margin: 0 2px
    }
}

.essays__header ul li a {
    text-transform: uppercase
}

.essays__header a {
    font-size: 12px;
    color: #ff842a;
    line-height: 22px;
    letter-spacing: .2px;
    text-decoration: none
}

.essays__header a:hover {
    text-decoration: underline
}

.essays__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.essays_single {
    padding-top: 0
}

.essays_single h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 25px;
    text-transform: none;
    color: #3C5073
}

@media(max-width:576px) {
    .essays_single h2 {
        margin-bottom: 15px
    }
}

@media(max-width:767px) {
    .menu {
        font-size: 0;
        text-align: right;
        margin-bottom: 5px
    }

    .menu__list {
        opacity: 0
    }
}

.menu__sign-in {
    color: #3c5073;
    display: block;
    font-size: 12px;
    line-height: 40px;
    position: relative;
    padding-left: 33px;
    margin-bottom: 15px;
    text-decoration: none
}

.menu__sign-in:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    transform: translateY(-50%);
    background: url('../img/sign-in-icon.svg') no-repeat center
}

.menu__list ul.main-menu-mobile{
    display: none;
}

.username-mobile{
    display: flex;
}
@media (min-width: 992px) {
    .menu__sign-in, .menu__copy {
        display: none;
    }

    .username-mobile{
        display: none;
    }
}

.menu__copy {
    position: absolute;
    left: 25px;
    bottom: 20px;
    color: #a5b0c0;
    font-size: 12px
}

.menu__list ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start
}

.header__cta-link{
    color: #2d9700;
    display: block;
    font-size: 14px;
    padding: 20px 0;
    font-weight: 700;
    position: relative;
    margin-right: 35px;
    text-decoration: none;
}
.header__cta-link:hover:after{
    opacity: 1;
    width: 100%;
}
.header__cta-link:after{
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    opacity: 0;
    height: 3px;
    background: #2d9700;
    transform: translateX(-50%);
    transition: opacity 200ms, width 200ms;
}

.menu__list ul li.active a {
    color: #3C5073
}

.menu__list ul li.active a:after {
    opacity: 1;
    width: 100%;
}

.menu__list ul a {
    color: #ff842a;
    display: block;
    margin: 0 10px;
    font-size: 13px;
    padding: 19px 0;
    font-weight: 700;
    line-height: 1.62;
    position: relative;
    letter-spacing: .2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 200ms, background 200ms
}

.menu__list ul a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    opacity: 0;
    height: 3px;
    background: #ff842a;
    transform: translateX(-50%);
    transition: opacity 200ms, width 200ms;
}

.menu__list ul a:hover {
    color: #3C5073;
}
.menu__list ul a:hover:after{
    opacity: 1;
    width: 100%;
}

@media(max-width:1199px) {
    .menu__list ul a {
        font-size: 12px;
    }
    .header__cta-link{
        font-size: 13px;
        margin-right: 20px;
    }
    .header__login{
        margin-left: 20px;
    }
}

@media (max-width: 991px) {
    .menu__list ul a {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px
    }
    .menu__list ul.main-menu-mobile{
        display: block;
    }

    .popular-categories ul{
        display: block;
        width: auto;
        columns: 5;
    }
}

@media (max-width: 991px) {
    .menu__list ul a {
        color: #3c5073;
        font-size: 14px;
        text-transform: none
    }
}

.menu__list .sidebar-menu__btn {
    display: none
}

.menu__list form {
    display: none
}

.menu__list.sidebar-menu {
    position: fixed;
    left: 0;
    top: 59px;
    bottom: 0;
    z-index: 999;
    width: 260px;
    background: #f4f7fc;
    padding: 20px 0 20px 25px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: opacity 200ms, -webkit-transform 200ms;
    transition: transform 200ms, opacity 200ms;
    transition: transform 200ms, opacity 200ms, -webkit-transform 200ms
}

.menu__list.sidebar-menu_show {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu__list.sidebar-menu ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.menu__list.sidebar-menu li {
    width: 100%
}

.menu__list.sidebar-menu li.active a {
    padding: 10px;
    padding-left: 0;
    color: #ff842a
}

.menu__list.sidebar-menu .main-menu a {
    margin-right: 0;
    margin-left: -25px;
    padding: 10px 0 10px 25px
}

.menu__list.sidebar-menu a:hover,
.menu__list.sidebar-menu a:focus {
    background: transparent
}

.menu__list.sidebar-menu>button {
    position: absolute;
    content: '';
    top: 20px;
    border: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    outline: 0;
    display: block;
    background: url('../img/menu-close.svg') no-repeat center/cover
}

.menu__list.sidebar-menu form {
    display: block;
    position: relative
}

.menu__list.sidebar-menu form input {
    border: 0;
    width: 100%;
    height: 30px;
    outline: 0;
    font-size: 14px;
    background: #fff;
    border-radius: 5px;
    padding: 0 30px 0 7px
}

.menu__list.sidebar-menu form button {
    position: absolute;
    content: '';
    top: 50%;
    border: 0;
    right: 10px;
    width: 16px;
    height: 16px;
    outline: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/search-logo.svg') no-repeat center/cover
}

.noresult-help {
    margin-top: 30px
}

.noresult-help h2 {
    font-size: 18px;
    font-weight: 600;
    color: #1d243a;
    margin-bottom: 20px
}

.noresult-help__item {
    width: 100%;
    max-width: 260px;
    margin-bottom: 50px;
    vertical-align: top;
    display: inline-block
}

.noresult-help__item_indent {
    margin-right: 30px
}

@media (max-width: 767px) {
    .menu__list.sidebar-menu li.active a {
        background: #dee7f9;
        padding: 10px 0 10px 25px
    }

    .noresult-help__item_indent {
        margin-right: 0
    }

    .noresult-help__item {
        max-width: 250px
    }
}

@media(max-width:576px) {
    .noresult-help__item {
        display: block;
        margin-bottom: 20px
    }
}

.noresult-help__item h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.86;
    color: #3c5073;
    letter-spacing: .2px
}

.noresult-help__item ul {
    margin: 0;
    padding: 0 0 0 30px
}

.noresult-help__item ul li {
    font-size: 14px;
    line-height: 1.57;
    color: #3c5073;
    padding-left: 10px;
    letter-spacing: .2px
}

.noresult-help__item ul li b {
    font-weight: 700
}

.noresult-help__item ul li a {
    color: #ff842a;
    text-decoration: none
}

.noresult-help__item ul li a:hover {
    text-decoration: underline
}

.noresult-help__desc {
    font-size: 14px;
    color: #3c5073;
    letter-spacing: .2px;
    margin-bottom: 110px
}

@media(max-width:576px) {
    .noresult-help__desc {
        margin-bottom: 50px
    }
}

.noresult-help__desc a {
    color: #ff842a;
    text-decoration: none
}

.noresult-help__desc a:hover {
    text-decoration: underline
}

.search-form {
    margin-bottom: 20px
}

@media(max-width:767px) {
    .search-form {
        padding-top: 15px
    }
}

.search-form__content {
    max-width: 640px
}

.search-form form {
    position: relative;
    margin-bottom: 20px
}

.search-form form input {
    width: 100%;
    height: 50px;
    outline: 0;
    color: #16325c;
    font-size: 14px;
    border-radius: 28px;
    letter-spacing: .2px;
    padding: 0 35px 0 20px;
    border: 1px solid #d8dde6;
    transition: border-color 300ms
}

.search-form form input:focus {
    border-color: rgba(22, 50, 92, 0.5)
}

.search-form form button {
    position: absolute;
    content: '';
    top: 50%;
    border: 0;
    margin: 0;
    padding: 0;
    right: 15px;
    width: 15px;
    height: 15px;
    opacity: .5;
    outline: 0;
    transition: opacity 300ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url('../img/search-logo.svg') no-repeat center/cover
}

.search-form form button:hover {
    opacity: 1
}

.search-form__desc span {
    color: #16325c;
    font-size: 14px;
    margin-right: 15px;
    display: inline-block
}

.search-form__desc span b {
    font-weight: 600
}

.search-form__desc span a {
    color: #ff842a;
    text-decoration: none
}

.search-form__desc span a:hover {
    text-decoration: underline
}

.search-form__desc h2 {
    color: #1d243a;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    word-break: break-word;
}

.search-form_noresult {
    margin-bottom: 30px
}

.search-form_noresult .search-form__content {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8dde6
}

.subscription-page{
    margin: auto;
}

.subscription {
    background: #fff;
    padding: 50px 0 0;
    position: relative;
    margin-bottom: 70px;
    background: #212734 url('../img/levels-bg11.jpg') no-repeat center top;
    background-size: cover;
}
.subscription .container{
    position: relative;
    z-index: 100;
}
.subscription:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: -350px;
    border: 230px solid transparent;
    border-right: 5000px solid #fff;
}

@media(max-width:1900px) {
    .subscription {
        background-size: cover;
    }
}
@media(max-width:767px) {
    .subscription {
        padding-top: 15px;
        margin-bottom: 40px;
        background-color: #fff;
        background-size: auto 300px;
    }
    .subscription:after{
      bottom: 10px;
    }
}

.subscription__title {
    color: #3c5073;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .subscription__title {
        font-size: 18px;
        margin-bottom: 5px;
        line-height: normal;
    }
}

.subscription__desc {
    font-size: 14px;
    line-height: 1.57;
    color: #3c5073;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: .2px
}

@media(max-width:576px) {
    .subscription__desc {
        text-align: left
    }
}

@media(max-width:576px) {
    .subscription__desc br {
        display: none
    }
}

.subscription__desc a {
    color: #ff842a;
    text-decoration: none
}

.subscription__desc a:hover {
    text-decoration: underline
}

.subscription__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center
}
.subscription__content_hidden{
  display: none;
}

.subscription__nav {
    margin: auto;
    font-size: 0;
    display: none;
    max-width: 182px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.subscription .slick-slide, .subscription-desc .slick-slide{
  height: auto;
  outline: none;
}

@media (max-width: 991px) {
    .subscription__content {
        flex-wrap: wrap;
    }

    .subscription__nav {
        display: block
    }
}
.subscription__nav .slick-track {
  transform: translate3d(0, 0px, 0px) !important;
}
.subscription__nav div:nth-child(1) span{
  border-radius: 3px 0 0 3px;
}
.subscription__nav div:nth-child(2) span{
  border-radius: 0 3px 3px 0;
}
.subscription__nav span {
  width: 100%;
  height: 36px;
  display: block;
  font-size: 14px;
  color: #ff842a;
  line-height: 34px;
  background: #ffffff;
  border: 1px solid #e8edf6;
}
.subscription__nav span+span {
    border-left: 1px solid #d8dde6
}
.subscription__nav .slick-slide{
  padding-right: 1px;
}

.subscription__nav .slick-current span {
    border: 0;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    background: #ff842a;
}

.subscription-item {
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 6px
}

.subscription-item__tooltip {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border: 40px solid transparent;
    border-right-color: #bfcee3;
    border-top-color: #bfcee3
}

.subscription-item__tooltip span {
    position: absolute;
    content: '';
    top: -23px;
    left: -9px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.subscription-item h2 {
    font-size: 26px;
    font-weight: 600;
    color: #3c5073;
    margin-bottom: 35px;
    line-height: normal
}

@media(max-width:576px) {
    .subscription-item h2 {
        font-size: 24px;
        margin-bottom: 25px
    }
}

.subscription-item p {
    font-size: 14px;
    line-height: 1.57;
    color: #3c5073;
    margin-bottom: 15px;
    letter-spacing: .2px
}

.subscription-item p b {
    font-weight: 600
}

.subscription-item ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.subscription-item ul li {
    font-size: 14px;
    line-height: 1.57;
    position: relative;
    padding-left: 30px;
    color: #3c5073;
    margin-bottom: 10px;
    letter-spacing: .2px
}

.subscription-item ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 2px;
    width: 15px;
    height: 15px;
    background: url('../img/arrow.svg') no-repeat center/contain
}

.subscription-item__anchor {
    text-align: center;
    margin-bottom: 15px
}

.subscription-item__anchor a {
    color: #4a90e2;
    line-height: 2;
    font-size: 12px;
    position: relative;
    padding-right: 15px;
    letter-spacing: .2px;
    display: inline-block;
    text-decoration: none;
    transition: border-color 300ms;
    border-bottom: 1px dotted #4a90e2
}

.subscription-item__anchor a:after {
    position: absolute;
    content: '';
    right: 0;
    width: 9px;
    bottom: 5px;
    height: 12px;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    background: url('../img/arrowdown.svg') no-repeat center/contain
}

.subscription-item__anchor a:hover {
    border-color: transparent
}

.subscription-item__anchor a:hover:after {
    -webkit-transform: translateY(1px);
    transform: translateY(1px)
}

.subscription-item__link {
    text-align: center;
    padding-bottom: 35px;
}
.subscription-item__link_bg{
    padding-bottom: 0;
}

.subscription-item__link a {
    width: 100%;
    color: #2d9700;
    font-size: 16px;
    max-width: 200px;
    min-height: 50px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 30px;
    letter-spacing: .2px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Arial', sans-serif;
    transition: color 300ms, background 300ms;
    box-shadow: 0 3px 6px 0 rgba(168, 183, 199, 0.68);
}

.subscription-item__link a:hover {
    color: #fff;
    background: #2d9700
}

@media (max-width: 991px) {
  .packages-slider-first .subscription-item__link{
    padding-bottom: 10px;
  }
}

.subscription-item>span {
    display: block;
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #2d9700;
    letter-spacing: .2px
}

.subscription-item>span b {
    font-weight: 600
}

.subscription-item_center {
    box-shadow: 0 2px 8px 0 #a6b9d7;
    border: 2px solid #ff842a
}

.subscription-item_center .subscription-item__tooltip {
    border: 0;
    right: -1px;
    width: 80px;
    height: 80px;
    background: url('../img/subscr.svg') no-repeat center/contain
}

.subscription-item_center .subscription-item__tooltip span {
    top: 16px;
    left: 30px
}

.subscription-item_center .subscription-item__anchor {
    margin-top: 20px
}

.subscription-item_center .subscription-item__link a, .subscription-item__link_bg a {
    border: 0;
    padding: 0;
    color: #fff;
    max-width: 220px;
    font-weight: 600;
    text-align: left;
    min-height: 50px;
    line-height: 50px;
    position: relative;
    text-align: center;
    letter-spacing: .2px;
    background-image: linear-gradient(to top, #2d9700, #3eac10);
}

.subscription-item_center .subscription-item__link a:hover, .subscription-item__link_bg a:hover {
    background: linear-gradient(to bottom, #96ca32, #2d9700)
}

.subscription-item_center .subscription-item__link a:hover:after {
    -webkit-transform: translate(2px, -50%);
    transform: translate(2px, -50%)
}

.subscription-review {
    z-index: 200;
    position: relative;
    margin-bottom: 130px
}

.subscription-review .subscription__title {
    margin-bottom: 30px
}

@media(max-width:767px) {
  .subscription-review {
      margin-bottom: 70px
  }
  .subscription-review .subscription__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.subscription-review__item {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 670px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.subscription-review__logo {
    width: 100%;
    height: 135px;
    max-width: 135px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 30px
}

@media(max-width:576px) {
    .subscription-review__logo {
        display: none
    }
}

.subscription-review__logo img {
    border-radius: 50%
}

.subscription-review__text {
    width: 100%
}

.subscription-review span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #1d243a;
    margin-bottom: 10px
}

.review-slider{
    margin: auto;
    max-width: 970px;
}
.review-slider .slick-dots{
    bottom: -30px;
}
.review-slider .slick-dots li{
    width: 12px;
    height: 12px;
    margin: 0 4px;
}
.review-slider .slick-dots li button{
    padding: 0;
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    border: 1px solid #3c5073;
}
.review-slider .slick-dots .slick-active button:after{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #3c5073;
    transform: translate(-50%, -50%);
}
.review-slider .slick-dots li button:before{
    display: none;
}
.review-slider .slick-arrow{
    width: 9px;
    height: 14px;
    z-index: 100;
    background: url('../img/review-arrow.svg') no-repeat center/contain;
}
.review-slider .slick-arrow:hover, .review-slider .slick-arrow:focus{
    background: url('../img/review-arrow.svg') no-repeat center/contain;
}
.review-slider .slick-arrow:before{
    display: none;
}
.review-slider .slick-prev{
    left: -35px;
}
.review-slider .slick-next{
    right: -35px;
    transform: translate(0, -50%) rotate(180deg);
}
.review-slider__item{
    outline: none;
    margin-bottom: 7px;
    height: auto !important;
}
.review-slider__slide{
    margin: auto;
    max-width: 450px;
    border-radius: 3px;
    padding: 20px 20px 25px 25px;
    box-shadow: 0 3px 6px 0 rgba(168, 183, 199, 0.36);
}
.review-slider__head{
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.review-slider__head img{
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 20px;
    box-shadow: 0 8px 16px 0 rgba(0, 27, 68, 0.3);
}
.review-slider__head-text span{
    color: #3c5073;
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 3px;
}
.review-slider__head-text p{
    color: #90a1ba;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.review-slider__stars{
    display: flex;
}
.review-slider__star{
    width: 16px;
    height: 16px;
    margin-right: 4px;
    background: url('../img/star.svg') no-repeat center/contain;
}
.review-slider__text{
    color: #3c5073;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.36;
}
.subscription-table {
    background: #f4f6f9;
    padding: 25px 0 35px
}
.subscription-page{
    overflow: hidden;
}

.subscription-table__wrapper {
    background: #fff;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0 55px 30px;
    border: 1px solid #d8dde6
}

.subscription-wrap-tabs{
    position: relative;
    margin-top: -105px;
    padding-bottom: 80px;
}
.subscription-desc{
    position: relative;
}
.subscription-desc .container{
    position: relative;
    z-index: 10;
}
.wrap-subscription-image{
    position: absolute;
    top: 0;
    z-index: 0;
    width: 100%;
    right: -100px;
    height: 494px;
    overflow: hidden;
    transform: rotate(-190deg);
}
.parallax-img{
    position: absolute;
}
.parallax-img-1{
    top: -65px;
    left: -200px;
}
.parallax-img-2{
    top: -160px;
    right: -450px;
}
.subscription-desc__text{
    color: #3c5073;
    font-size: 14px;
    max-width: 768px;
    line-height: 1.36;
    text-align: center;
    margin: 0 auto 180px;
}
.subscription-desc__footer p{
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    margin-bottom: 25px;
}

@media(max-width:991px) {
    .review-slider__slide {
        margin: 3px;
        max-width: 100%;
    }
    .parallax-img {
        display: none;
    }
    .subscription-wrap-tabs:after{
        top: -230px;
        border: 230px solid transparent;
        border-left: 3200px solid #fff;
    }
    .subscription-wrap-tabs{
      margin-top: 0;
    }

}

@media(max-width:767px) {

    .popular-categories ul{
        display: block;
        width: auto;
        columns: 2;
    }

  .subscription-wrap-tabs{
    padding-bottom: 50px;
    background-size: auto 650px;
  }
  .subscription-wrap-tabs:after{
    top: -40px;
  }
    .subscription-table__wrapper {
        padding: 0 10px
    }
    .review-slider__slide {
        padding: 15px;
    }
    .review-slider .slick-prev{
        left: 0;
        top: auto;
        bottom: -35px;
    }
    .review-slider .slick-next{
        right: 0;
        top: auto;
        bottom: -35px;
    }
    .subscription-desc__text{
        margin-bottom: 65px;
    }
    .subscription-desc__footer p{
        font-size: 25px;
    }
}

.subscription-table__body {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.subscription-table__body .subscription-table__row {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #d8dde6
}

.subscription-table__body .subscription-table__row:first-child .subscription-table__cell {
    padding-top: 50px
}

@media(max-width:767px) {
    .subscription-table__body .subscription-table__row:first-child .subscription-table__cell {
        padding-top: 15px
    }
}

.subscription-table__body .subscription-table__row:last-child {
    border-bottom: 0;
    padding-top: 20px
}

.subscription-table__body .subscription-table__row:last-child .subscription-table__cell {
    background: transparent
}

@media(max-width:767px) {
    .subscription-table__body .subscription-table__row:last-child .subscription-table__cell:nth-child(1),
    .subscription-table__body .subscription-table__row:last-child .subscription-table__cell:nth-child(2),
    .subscription-table__body .subscription-table__row:last-child .subscription-table__cell:nth-child(4) {
        display: none
    }
    .subscription-table__body .subscription-table__row:last-child .subscription-table__cell:nth-child(3) {
        width: 100%
    }
    .subscription-table__body .subscription-table__row:last-child .subscription-table__cell:nth-child(3) span {
        display: none
    }
    .subscription-table__body .subscription-table__row:last-child .subscription-table__cell:nth-child(3) a {
        width: 240px;
        height: 50px;
        font-size: 16px;
        line-height: 50px
    }
}

.subscription-table__body .subscription-table__cell {
    font-size: 14px;
    padding: 15px 0;
    position: relative;
    color: #3c5073;
    text-align: center;
    letter-spacing: .2px
}

.subscription-table__body .subscription-table__cell:nth-child(3) {
    background: #f4f6f9
}

@media(max-width:767px) {
    .subscription-table__body .subscription-table__cell:nth-child(3) {
        background: transparent
    }
}

.subscription-table__body .subscription-table__cell:nth-child(3) a {
    border: 0;
    color: #fff;
    background-image: linear-gradient(to bottom, #5bc131, #2d9800)
}

.subscription-table__body .subscription-table__cell:nth-child(3) a:hover {
    background-image: linear-gradient(to bottom, #96ca32, #2d9700)
}

@media(max-width:767px) {
    .subscription-table__body .subscription-table__cell img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto
    }
}

.subscription-table__body span {
    display: block;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 10px;
    color: #2d9700;
    letter-spacing: .2px
}

.subscription-table__body span b {
    font-size: 24px;
    font-weight: 600
}

.subscription-table__body a {
    width: 97%;
    max-width: 150px;
    height: 35px;
    font-size: 13px;
    line-height: 1.62;
    line-height: 32px;
    text-align: center;
    color: #2d9700;
    border-radius: 30px;
    letter-spacing: .2px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #2d9700;
    transition: color 300ms, background 300ms
}

.subscription-table__body a:hover {
    color: #fff;
    background: #2d9700
}

.subscription-table__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -55px;
    padding: 0 55px;
    min-height: 77px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, .2)
}

@media(max-width:767px) {
    .subscription-table__head {
        padding: 0 10px;
        margin: 0 -10px
    }
}

@media(max-width:576px) {
    .subscription-table__head .subscription-table__cell {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.subscription-table__head span {
    font-size: 16px;
    color: #3c5073
}

@media(max-width:576px) {
    .subscription-table__head span {
        width: 70px;
        display: block;
        font-size: 12px;
        text-align: left;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }
}

.subscription-table__row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.subscription-table__cell {
    text-align: center;
    width: calc((100% - 320px) / 3)
}

@media(max-width:991px) {
    .subscription-table__cell {
        width: calc((100% - 130px) / 3)
    }
}

.subscription-table__cell:first-child {
    width: 100%;
    max-width: 320px;
    text-align: left
}

@media(max-width:991px) {
    .subscription-table__cell:first-child {
        max-width: 130px
    }
}

.subscription-table__payment {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px
}

@media(max-width:576px) {
    .subscription-table__payment {
        display: none
    }
}

.subscription-table__payment a {
    margin: 0 5px;
    display: inline-block
}

.subscription-table__top {
    text-align: center
}

.subscription-table__top span {
    color: #4a90e2;
    line-height: 2;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    padding-right: 15px;
    letter-spacing: .2px;
    display: inline-block;
    transition: border-color 300ms;
    border-bottom: 1px dotted #4a90e2
}

.subscription-table__top span:after {
    position: absolute;
    content: '';
    right: 0;
    width: 9px;
    bottom: 5px;
    height: 12px;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background: url(../img/arrowdown.svg) no-repeat center/contain
}

.subscription-table__top span:hover {
    border-color: transparent
}

.subscription-table__top span:hover:after {
    -webkit-transform: translateY(-2px) rotate(180deg);
    transform: translateY(-2px) rotate(180deg)
}

.essay {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(216, 221, 230, 0.3)
}

@media(max-width:576px) {
    .essay {
        margin-bottom: 20px
    }
}

.essay>a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 10px;
    position: relative;
    margin-bottom: 10px;
    line-height: normal;
    color: #3C5073;
    text-decoration: none;
    transition: color 200ms
}

.essay>a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: #64d2bf
}

.essay>a:hover {
    color: #ff842a
}

.essay p {
    font-size: 14px;
    line-height: 1.43;
    color: #3c5073;
    margin-bottom: 10px;
    letter-spacing: .2px
}

@media(max-width:576px) {
    .essay p {
        margin-bottom: 5px
    }
}

.essay__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.essay__footer a {
    font-size: 12px;
    color: #ff842a;
    letter-spacing: .2px;
    text-decoration: none
}

.essay__footer a:hover {
    text-decoration: underline
}

.essay__footer span {
    color: #54698d;
    font-size: 12px;
    letter-spacing: .2px;
    line-height: 2.5em;
}

.essay__footer span:first-child {
    margin-right: 10px
}

.essay__footer span b {
    font-weight: 700
}

.essay__item {
    width: auto;
}

.essay__footer .essay__info__category span{
    border: 1px solid #D8DDE6;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 0px 5px;
    align-items: center;
    padding: 5px 10px;
}

.essay__category span{
    display: inline-block;
    border: unset;
    box-sizing: border-box;
    border-radius: 20px;
    margin: 5px 0;
    margin-right: 10px;
    align-items: center;
    padding: 8px 14px;
    line-height: 1em;
    background: #F3F7FF;
}

.essay__category span:hover {
    background: #e4ebf9;
}

.essay__category span > a{
    color: #3C5073;
    font-style: normal;
    font-size: 13px;
    text-decoration: none;
}

.essay__category{
    margin-bottom: 20px;
    width: 100%;
}

@media(max-width:576px) {
    .essay__item {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.essay__item_tags {
    text-align: right;
    width: 33%;
}

@media(max-width:576px) {
    .essay__item_tags {
        display: none
    }
}

.essay__item_tags a {
    color: #a8b7c7;
    font-size: 12px;
    padding: 1px 6px;
    border-radius: 3px;
    letter-spacing: .2px;
    display: inline-block;
    text-decoration: none;
    border: solid 1px #a8b7c7;
    transition: color 300ms, background 300ms
}

.essay__item_tags a:hover {
    color: #fff;
    background: #a8b7c7;
    text-decoration: none
}

.essay_single {
    margin-bottom: 30px;
    width: calc(50% - 15px);
}

.essay_category>a {
    margin-bottom: 5px
}

.essay_category p {
    margin-bottom: 5px
}

.essay_category .essay__info {
    margin-left: 30px;
    display: inline-block
}

@media(max-width:767px) {
    .essay_single {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .essay_category .essay__info {
        margin-left: 0
    }
}

.essays-categories {
    background: #fff;
    margin: 50px 0 40px;
    padding: 20px 30px 30px;
    border-radius: 0 0 3px 3px;
    border-top: 2px solid #64d2bf;
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, .5)
}

@media(max-width:991px) {
    .essays-categories {
        padding: 20px 10px 15px
    }
}

.essays-categories__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .essays-categories__header {
        margin-bottom: 15px
    }
}

.essays-categories__header h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    color: #3c5073;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase
}

.essays-categories__header h3 span {
    opacity: .7;
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    display: inline-block
}

.essays-categories .essays__header {
    margin: 0
}

@media(max-width:991px) {
    .essays-categories .essays__header {
        max-width: 520px
    }

}

@media(max-width:767px) {
    .essays-categories .essays__header {
        display: none
    }
}

.essays-categories__titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    margin-top: 25px;
    padding-bottom: 25px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: unset;
}

.essays-categories__titles > ul{
    list-style: none;
    padding-left: 0;
    column-count: 9;
    column-gap: 20px;
    width: 100%;
}

@media(max-width:767px) {
    .essays-categories__titles {
        padding-bottom: 0;
        margin-bottom: 10px;
    }

}

.essays-categories .essays-categories__titles:first-child{
    margin-bottom: 15px;
    padding-bottom: 0;
    border-bottom: unset;
}

.essays-categories .essays-categories__titles:nth-child(2) a{
    color: #797979;
}



.essays-categories__titles > ul > li > a {

    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #3C5073;
    min-height: 35px;
    text-align: center;
    border-radius: 20px;
    background: #F3F7FF;
    letter-spacing: .5px;
    text-decoration: none;
    transition: background 300ms;
    width: 110px;
    height: 40px;
    margin-bottom: 20px;
    font-style: normal;
    padding: 10px 15px 10px 15px;
}

p.subtitle{
    width: 90%;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #3C5073;
    margin: auto;
}

.essays-categories__titles a:first-child {
    margin-left: 0
}

.essays-categories__titles a:last-child {
    margin-right: 0
}

.essays-categories__titles a:hover {
    background: #e4ebf9
}

@media(max-width:991px) {
    .essays-categories__titles a {
        font-size: 12px
    }
    .essays-categories__titles > ul{
        column-count: 6;
    }
}

@media(max-width:767px) {
    .essays-categories__titles a {
        display: none
    }
    .essays-categories__titles > ul{
        column-count: 3;
    }
}

@media(max-width:400px) {
    .essays-categories__titles > ul{
        column-count: 2;
    }

    .essays-categories__titles > ul > li > a {
        width: 145px;
    }
}

.essays-categories__all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:767px) {
    .essays-categories__all {
        padding-left: 10px
    }
}

.essays-categories__all a {
    color: #54698d;
    display: block;
    font-size: 13px;
    line-height: 2.7;
    text-decoration: none;
    letter-spacing: .2px;
    width: calc(100% / 5 - 10px)
}

.essays-categories__all a:nth-child(9n) {
    margin-right: 0
}

.essays-categories__all a:hover {
    text-decoration: underline
}

@media(max-width:767px) {
    .essays-categories__all a:nth-child(n+31) {
        display: none
    }
}

@media(max-width:767px) {
    .essays-categories__all a {
        width: 50%;
        margin-right: 0
    }
}

.mobile-header {
    position: relative;
}

.mobile-header__search {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 200;
    display: flex;
    background: #fff;
    visibility: hidden;
    align-items: center;
    transition: opacity 200ms;
    justify-content: space-between
}

.mobile-header__search_open {
    opacity: 1;
    visibility: visible
}

.mobile-header__search-btn {
    border: 0;
    padding: 0;
    outline: 0;
    z-index: 10;
    width: 18px;
    height: 15px;
    margin-right: 15px;
    position: relative;
    background: transparent
}

.mobile-header__search-btn:before, .mobile-header__search-btn:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 10px;
    background: #ff8516;
    transition: transform 200ms
}

.mobile-header__search-btn:before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.mobile-header__search-btn:after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

.mobile-header__search input {
    height: 40px;
    outline: 0;
    background: #fff;
    border-radius: 25px;
    padding: 0 35px 0 15px;
    width: calc(100% - 35px);
    border: 1px solid #d8dde6;
    box-shadow: 0 2px 4px 0 rgba(199, 210, 222, 0.45)
}

.mobile-header__search .header__btn-search {
    position: absolute;
    content: '';
    top: 50%;
    right: 15px;
    transform: translateY(-50%)
}

@media (min-width: 992px) {
    .mobile-header .header__btn-search, .mobile-header .header__cta-link {
        display: none;
    }
}

@media (max-width: 991px) {
    .mobile-header {
        height: 59px;
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .mobile-header .header__btn-search {
        padding: 0
    }
    .mobile-header .header__cta-link{
        margin-right: 0;
    }
}
@media (max-width: 480px) {
    .header__cta-link {
        padding: 0 0 10px;
    }
}

.btn-menu {
    border: 0;
    padding: 0;
    outline: 0;
    z-index: 10;
    width: 18px;
    height: 15px;
    position: relative;
    background: transparent
}

.btn-menu__line {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    display: block;
    border-radius: 10px;
    background: #ff8516;
    transition: transform 200ms
}

.btn-menu__line:first-child {
    top: 0
}

.btn-menu__line:nth-child(2) {
    top: 50%;
    margin-top: -1.5px
}

.btn-menu__line:last-child {
    bottom: 0
}

.btn-menu_open .btn-menu__line:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

.btn-menu_open .btn-menu__line:nth-child(2) {
    opacity: 0;
}

.btn-menu_open .btn-menu__line:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

.btn-menu i {
    font-size: 13px;
    margin-left: 10px;
    font-style: normal;
    color: #ff842a;
    letter-spacing: .2px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase
}

.btnMoreLoader.hide {
    display: none
}

@media(min-width:992px) {
    .btn-menu {
        display: none
    }
}

#form-message-status {
    width: 100%;
    display: none;
    margin: 10px 0;
    text-align: center
}

.bottom-text {
    color: #3c5073;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    letter-spacing: .2px;
    padding: 25px 25px 30px
}

@media(max-width:767px) {
    .bottom-text {
        padding-left: 0;
        padding-right: 0
    }
}

#wpadminbar {
    bottom: 0!important;
    top: auto!important
}

.account {
    min-height: 70vh;
    background: #f4f6f9;
    padding: 75px 0 30px
}

.account h1 {
    color: #1d243a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px
}

.account p {
    color: #3c5073;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 20px;
    letter-spacing: .2px
}

.account__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    align-items: center
}

@media(max-width:991px) {
    .account__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.account__history {
    width: 100%;
    max-width: 450px;
    margin-left: 55px
}

.account__history h2 {
    color: #3c5073;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

@media(max-width:991px) {
    .account__history {
        margin: auto;
        padding: 0 15px
    }
}

@media(max-width:767px) {
    .account__history {
        padding: 0
    }
}

.account__history table {
    width: 100%;
    margin-bottom: 10px
}

.account__history table thead td {
    font-weight: 700;
    padding-bottom: 5px
}

.account__history table tbody td {
    padding: 10px 0
}

.account__history table thead tr {
    border-bottom: 1px solid #3c5073
}

.account__history table tr {
    border-bottom: solid 1px #d8dde6
}

.account__history table td {
    color: #3c5073;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: .2px
}

@media(max-width:576px) {
    .account__history table td {
        font-size: 12px
    }
}

.account__history nav {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.account__history nav a {
    color: #4a90e2;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: .2px;
    display: inline-block
}

.account__history nav a:hover {
    text-decoration: none
}

.account__history nav a.disabled {
    opacity: .6;
    color: #3c5073;
    cursor: default;
    text-decoration: none
}

.info-block {
    padding: 30px 0;
    background: #f8f8f8
}

.info-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media(max-width:767px) {
    .info-block__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.info-block__left {
    max-width: 345px;
    margin-right: 30px;
    padding: 6px 15px 0 20px
}

@media(max-width:767px) {
    .info-block__left {
        padding: 0;
        display: block;
        margin: 0 0 20px
    }
}

.info-block__left span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.info-block__left span:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #000
}

@media(max-width:767px) {
    .info-block__left span:after {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.info-block__left p {
    color: #000;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.62
}

.info-block__left p b {
    display: block;
    font-weight: 500
}

.info-block__right {
    padding-top: 3px
}

@media(max-width:767px) {
    .info-block__right {
        width: 100%
    }
}

.info-block__right h2 {
    color: #5c5c5c;
    font-size: 31px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 1.19
}

@media(max-width:991px) {
    .info-block__right h2 {
        font-size: 27px
    }
}

@media(max-width:767px) {
    .info-block__right h2 {
        font-size: 21px;
        margin-bottom: 15px
    }
}

.info-block__right p {
    font-size: 16px;
    line-height: 1.62;
    margin: 4px 0 9px
}

@media(max-width:767px) {
    .info-block__right p {
        line-height: normal
    }
}

.info-block__right p b {
    font-weight: 700
}

@media(max-width:767px) {
    .info-block__right p b {
        margin-top: 5px;
        display: inline-block
    }
}

.info-block__right a {
    color: #fb8f09;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: solid 1px #fd8602;
    padding: 6px 18px 5px 48px;
    transition: background-position 200ms;
    background: url('../img/arrow-right.svg') no-repeat 13px center
}

.info-block__right a:hover {
    background-position-x: 18px
}

@media(max-width:767px) {
    .info-block__right a {
        font-size: 14px
    }
}

.subscription__title h1 {
    color: #000;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 25px
}

.subscription__title p {
    color: #000;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.63
}

.subscription__container {
    font-size: 0
}

.subs {
    width: 100%;
    max-width: 360px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #ff8d16;
    padding: 20px 25px 30px 30px;
    box-shadow: 0 2px 8px 0 #a6b9d7
}

@media(max-width:991px) {
    .subs {
        margin: 0 auto 30px
    }
}

@media(max-width:576px) {
    .subs {
        padding-right: 20px
    }
}

.subs.subs_user {
    padding-bottom: 25px
}

.subs_user .subs__header {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.subs__header {
    padding-bottom: 8px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(216, 221, 230, .5)
}

.subs__header span {
    color: #3c5073;
    display: block;
    font-size: 28px;
    font-weight: 600;
    line-height: normal
}

.subs__header a {
    color: #4a90e2;
    font-size: 12px;
    line-height: 2.17;
    letter-spacing: .2px;
    text-decoration: none
}

.subs__header a:hover {
    text-decoration: none
}

.subs__info {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .subs__header span {
        font-size: 23px
    }
    .subs__info {
        margin-bottom: 20px
    }
}

.subs__info p {
    color: #000;
    margin: 0 45px 0 0;
    display: inline-block
}

.subs__info p:last-child {
    margin-right: 0
}

.subs__info b {
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    display: inline-block;
    vertical-align: bottom
}

.subs__info i {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: .4px;
    display: inline-block;
    vertical-align: bottom
}

.subs__info span {
    display: block;
    font-size: 13px
}

.subs__list {
    padding: 0;
    margin: 0 0 15px;
    list-style: none
}

.subs__list ul {
    padding-left: 0
}

.subs__list li {
    color: #000;
    line-height: 2;
    font-size: 13px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 35px
}

@media(max-width:576px) {
    .subs__list li {
        line-height: 1.7;
        padding-left: 25px
    }
}

.subs__list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    background: url('../img/arrow.svg');
    width: 16px;
    height: 11px
}

.subs__list li:last-child {
    margin-bottom: 0
}

@media(max-width:576px) {
    .subs__list li:last-child:before {
        top: 6px
    }
}

.subs__time {
    margin-bottom: 25px
}

@media(max-width:576px) {
    .subs__time {
        margin-bottom: 15px
    }
}

.subs__time span {
    color: #000;
    display: block;
    font-size: 13px;
    line-height: 1.62
}

.subs__time span time {
    display: block;
    font-weight: 700
}

.subs_user .subs__footer {
    margin-top: 35px
}

@media(max-width:991px) {
    .subs_user .subs__footer {
        margin-top: 20px
    }
}

@media(max-width:576px) {
    .subs__footer {
        text-align: center
    }
}

.subs__footer a {
    display: inline-block;
    vertical-align: middle
}

.subs__footer a:first-child {
    color: #fff;
    height: 50px;
    width: 150px;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    background: #2d9700;
    border-radius: 25px;
    margin-bottom: 10px;
    text-decoration: none;
    letter-spacing: .2px;
    transition: background 300ms
}

.subs__footer a:first-child:hover {
    background: #34ab02
}

.subs__footer a:last-child {
    color: #4a90e2;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: .2px
}

.subs__footer a:last-child:hover {
    text-decoration: none
}

@media(max-width:991px) {
    .subs {
        margin: 0 auto 30px
    }
}

.subs__content>span {
    color: #3c5073;
    display: block;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 15px;
    letter-spacing: .2px
}

.subs .subs__list {
    margin-bottom: 0
}

.subs .subs__list li {
    color: #3c5073;
    display: block;
    font-size: 14px;
    line-height: 1.57;
    margin-bottom: 15px;
    letter-spacing: .2px
}

.subs .subs__time {
    margin-bottom: 25px
}

.subs .subs__time span {
    color: #3c5073;
    display: block;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: .2px
}

@media(max-width:576px) {
    .subs .subs__time {
        margin-bottom: 15px
    }
    .subs .subs__time span br {
        display: none
    }
    .subs .subs__footer {
        text-align: left
    }
}

.subs .subs__footer p {
    color: #3c5073;
    font-size: 14px;
    margin-bottom: 0;
    line-height: normal
}

.subs .subs__footer p span {
    display: block;
    font-size: 28px;
    font-weight: 600
}

.account-form {
    width: 100%;
    max-width: 455px;
    margin-left: 55px
}

@media(max-width:991px) {
    .account-form {
        margin: auto;
        max-width: 360px
    }
}

.account-form h2 {
    color: #3c5073;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px
}

.account-form form {
    width: 100%;
    display: block
}

.account-form form span {
    color: #16325c;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
    letter-spacing: .2px
}

.account-form .account-form__field {
    position: relative;
    margin-bottom: 25px
}

.account-form .account-form__field_name input {
    background: #fff url('../img/input-logo1.svg') no-repeat 96% center
}

.account-form .account-form__field_mail input {
    background: #fff url('../img/input-logo2.svg') no-repeat 96% center/13px
}
.account-form .account-form__field_pass input:placeholder-shown ~ label {
    opacity: .5
}

.account-form .account-form__field_pass label {
    position: absolute;
    content: '';
    left: 16px;
    opacity: .5;
    bottom: 13px;
    color: #16325c;
    font-size: 15px;
    letter-spacing: -.3px;
    transition: opacity 300ms
}

.account-form form input {
    width: 100%;
    height: 50px;
    outline: 0;
    color: #16325c;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: .2px;
    padding: 0 40px 0 15px;
    border: solid 1px #d8dde6
}

.account-form form input.danger {
    border-color: red
}

.pmpro-account .breadcrumbs {
    display: none
}

.account-form form .checkout__btn button,
.gotopay {
    border: 0;
    color: #fff;
    width: 190px;
    height: 50px;
    outline: 0;
    display: flex;
    font-size: 14px;
    padding: 0 25px;
    margin: 35px 0 10px;
    align-items: center;
    border-radius: 25px;
    letter-spacing: .2px;
    background-color: #2d9700;
    transition: background 300ms
}

.account-form form .checkout__btn button:hover,
.gotopay:hover {
    background: #34ab02
}

.account-form form .checkout__btn button:before,
.gotopay:before {
    content: '';
    width: 60px;
    height: 18px;
    margin-right: 10px;
    background: url('../img/paypal.svg') no-repeat center
}

.account-form__footer p {
    color: #3c5073;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.57;
    letter-spacing: .2px
}

.account-form__footer p a {
    color: #4a90e2
}

.account-form__footer p a:hover {
    text-decoration: none
}

.account-form_modal {
    padding-left: 0
}

.account-form_modal form button {
    padding: 0;
    width: 91px;
    display: block;
    text-transform: uppercase
}

.account-form_modal form button:before {
    display: none
}

.subs-modal {
    width: 100%;
    display: none;
    max-width: 800px;
    border-radius: 4px;
    padding: 35px 60px 65px
}

@media(max-width:576px) {
    .account-form form .checkout__btn button {
        margin-top: 30px
    }
    .subs-modal {
        padding: 35px 30px 45px
    }
}

.subs-modal__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width:576px) {
    .subs-modal__content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.subs-modal h2 {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 30px
}

.subs-modal__item {
    width: 100%;
    max-width: 280px
}

@media(max-width:576px) {
    .subs-modal__item {
        margin-bottom: 25px
    }
}

@media(max-width:576px) {
    .subs-modal__item:last-child {
        margin-bottom: 0
    }
}

.subscription-item {
    width: 100%;
    max-width: 320px;
    border-radius: 6px;
    text-align: center;
    transition: transform 200ms, box-shadow 200ms;
    box-shadow: 0 3px 6px 0 rgba(0, 27, 68, 0.17);
}
.subscription-item_hidden{
  display: none !important;
}
.subscription-item.hover{
    transform: scale(1.05);
    box-shadow: 0 4px 8px 0px rgba(29, 38, 62, .2);
}
.packages-slider__item{
  width: 320px;
  outline: none;
  margin: 0 15px;
  max-width: 100%;
}
.packages-slider__item_hidden{
  width: 0;
}
@media(max-width:1199px) {
  .packages-slider__item_hidden{
    display: none;
  }
    .subscription-item {
        display: block;
    }
    .packages-slider__item{
      margin: 0 10px;
    }
}

@media (max-width: 991px) {
    .subscription-item {
        display: block;
        margin: 0 auto;
        max-width: 340px;
    }
    .packages-slider__item{
      margin: 0;
      max-width: 100%;
    }
}

@media (max-width: 576px) {
    .subscription-item {
        max-width: 285px;
    }
}

.subscription-item__header {
    min-height: 150px;
    text-align: center;
    background: #ececec;
    padding: 11px 20px 0 0;
    border-radius: 2px 2px 0 0
}

@media(max-width:991px) {
    .subscription-item__header {
        padding-right: 0
    }
}

.subscription-item__header h2 {
    color: #595959;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: -2px
}

.subscription-item__header span {
    color: gray;
    display: block;
    line-height: 2;
    font-size: 13px;
    position: relative
}

.subscription-item__header span:after {
    position: absolute;
    content: '';
    left: 50%;
    height: 2px;
    width: 50px;
    bottom: -6px;
    background: gray;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.subscription-item__header span:nth-child(4):after {
    display: none
}

.subscription-item__header p {
    color: #000;
    font-size: 31px;
    margin: 11px 0 0;
    font-weight: 500;
    letter-spacing: .4px;
    font-family: 'Montserrat', sans-serif
}

.subscription-item__header p i {
    font-style: normal;
    font-family: 'Roboto', sans-serif
}

.subscription-item__header p sub {
    top: -1px;
    right: -3px;
    font-size: 13px;
    font-weight: 400;
    position: relative
}

.subscription-item__content {
    background: #fff;
    border-radius: 0 0 2px 2px;
    padding: 27px 30px 20px 30px
}

.subscription-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px
}

.subscription-item ul li {
    color: #000;
    font-size: 13px;
    text-align: left;
    position: relative;
    padding-left: 35px;
    margin-bottom: 11px
}

.subscription-item ul li:last-child:after {
    left: 2px;
    background: url('../img/close.svg');
    width: 10px;
    height: 10px
}

.subscription-item button {
    border: 0;
    height: 38px;
    width: 113px;
    margin: auto;
    outline: 0;
    color: #fa9009;
    display: block;
    font-size: 18px;
    margin-left: 50px;
    border-radius: 4px;
    background: transparent;
    border: solid 1px #fd8602;
    transition: color 300ms, background 300ms
}

.subscription-item button:hover {
    color: #fff;
    background: #fd8602
}

@media(max-width:991px) {
    .subscription-item:first-child .subscription-item__header {
        min-height: 0;
        padding-bottom: 5px
    }
}

.subscription-item_center {
    z-index: 10;
    position: relative;
    border: solid 2px #ff8d16;
    box-shadow: 0 2px 4px 0 #bcbcbc
}

.subscription-item_center ul {
    margin-bottom: 22px
}

.subscription-item_center button {
    color: #fff;
    width: 168px;
    height: 43px;
    overflow: hidden;
    margin-left: 29px;
    padding-left: 50px;
    position: relative;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #f6810c;
    background-image: linear-gradient(to bottom, #ffab40, #ff8f00)
}

.subscription-item_center button:hover {
    background-image: linear-gradient(to bottom, #ff8f00, #ffab40)
}

.subscription-item_center button:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 100%;
    box-shadow: 0 1px 0 0 #f6810c;
    background: url('../img/basket.svg') no-repeat center, linear-gradient(to bottom, #fa9009, #ff8200)
}

.subscription-item_center .subscription-item__header {
    background: #feab40;
    padding: 25px 0 19px
}

.subscription-item_center .subscription-item__header h2,
.subscription-item_center .subscription-item__header span,
.subscription-item_center .subscription-item__header p {
    color: #fff
}

.subscription-item_center .subscription-item__header span:after {
    background: #fff
}

.subscription-item_center .subscription-item__header p {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: -7px;
    font-family: 'Montserrat', sans-serif
}

.subscription-item_center .subscription-item__content {
    padding: 20px 20px 30px 40px
}

.subscription-item:last-child button {
    margin-left: 58px
}

@media(max-width:991px) {
    .subscription-item:last-child button {
        margin-left: 50px
    }
}

.subscription-item:last-child .subscription-item__header {
    padding-right: 0
}

.subscription-item:last-child .subscription-item__content {
    padding: 27px 20px 20px 49px
}

.new-line {
    display: block;
    width: 100%
}

.contact-form-loader {
    width: 32px;
    height: 32px;
    display: none;
    margin: 15px auto 0
}

.btn-modal {
    position: fixed;
    content: '';
    top: 50%;
    border: 0;
    left: -2px;
    width: 68px;
    height: 125px;
    z-index: 9999;
    outline: 0;
    transform: translateY(-50%);
    background: url('../img/btn-modal.svg') no-repeat center
}

@media(max-width:767px) {
    .btn-modal {
        display: none
    }
}

#step1 {
    display: none
}

.order-modal {
    width: 431px;
    border-radius: 4px;
    text-align: center;
    background: #f7f9fb;
    padding: 35px 0 30px;
    font-family: 'Roboto'
}

.order-modal__input {
    position: relative
}

.order-modal__required {
    position: absolute;
    content: '';
    left: 0;
    z-index: 200;
    width: 300px;
    display: none;
    color: #f11414;
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    background: #fbfbfb;
    top: calc(100%+5px);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3)
}

.order-modal__input button {
    position: absolute;
    content: '';
    right: 8px;
    padding: 0;
    outline: 0;
    background: transparent;
    border: 4px solid transparent;
    border-top: 6px solid gray;
    border-bottom: 0
}

.order-modal__input button:first-child {
    top: 7px;
    transform: rotate(180deg)
}

.order-modal__input button:nth-child(2) {
    top: 17px
}

.order-modal.order-modal_second {
    display: none;
    margin-top: -50px
}

.order-modal.order-modal_third {
    display: none
}

.order-modal .order-modal__logo {
    margin-bottom: 15px
}

.order-modal .order-modal__desc {
    margin-bottom: 20px
}

.order-modal .order-modal__desc p {
    margin: 0;
    color: #000;
    font-size: 13px
}

.order-modal .order-modal__form {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 30px
}

.order-modal .order-modal__field {
    overflow: hidden;
    margin-bottom: 15px
}

.order-modal .order-modal__container {
    display: flex;
    align-items: center
}

.order-modal .order-modal__field.order-modal__field_sm {
    width: 100px;
    overflow: visible
}

.order-modal .order-modal__field.order-modal__field_lg {
    margin-right: 10px;
    width: calc(100% - 110px)
}

.order-modal .order-modal__field.order-modal__field_triangle {
    position: relative
}

.order-modal .order-modal__field.order-modal__field_triangle:after {
    position: absolute;
    content: '';
    right: 8px;
    bottom: 12px;
    border: 4.8px solid transparent;
    border-top: 6px solid gray;
    border-bottom: 0
}

.order-modal .order-modal__field span {
    color: #424242;
    display: block;
    font-size: 12px;
    text-align: left;
    margin-bottom: 5px;
    line-height: normal
}

.order-modal .order-modal__field input,
.order-modal .order-modal__field select {
    width: 100%;
    height: 32px;
    outline: 0;
    color: #424242;
    font-size: 14px;
    background: #fff;
    text-align: left;
    font-weight: 400;
    padding-left: 10px;
    border-radius: 4px;
    border: solid 1px #cfcfcf
}

.order-modal .order-modal__field textarea {
    width: 100%;
    resize: none;
    height: 100px;
    font-size: 12px
}

.order-modal .order-modal__field select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff url('../img/triangle.svg') no-repeat 97% center
}

.order-modal .order-modal__time,
.order-modal .order-modal__date {
    cursor: pointer
}

.order-modal .order-modal__field input::placeholder {
    color: gray;
    font-size: 14px
}

.order-modal .order-modal__words {
    color: gray;
    font-size: 12px;
    font-style: normal;
    margin: 12px 0 0 10px
}

.order-modal .order-modal__btn {
    border: 0;
    color: #fff;
    width: 126px;
    height: 38px;
    outline: 0;
    font-size: 18px;
    margin-top: 15px;
    border-radius: 4px;
    box-shadow: 0 1px 0 0 #f6810c;
    background: linear-gradient(to bottom, #ffab40, #ff8f00)
}

.order-modal .order-modal__btn:hover {
    background: linear-gradient(to bottom, #ff8f00, #ffab40)
}

.order-progress {
    display: flex;
    align-items: center;
    justify-content: center
}

.order-progress .order-progress__circle {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    border-radius: 50%;
    background: #cfd7e6
}

.order-progress .order-progress__circle.order-progress__circle_active {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 4px solid #ffa722
}

.order-progress .order-progress__circle.order-progress__circle_complete {
    width: 12px;
    height: 12px;
    background: url('../img/step-ok.svg') no-repeat center
}

.order-progress .order-progress__line {
    height: 2px;
    width: 120px;
    background: #cfd7e6
}

.order-progress .order-progress__line.order-progress__line_bg {
    background: #ffa722
}

.order-modal .order-modal__radio {
    float: left;
    overflow: hidden;
    border-radius: 4px;
    border: solid 1px #d8dde6
}

.order-modal .order-modal__radio button {
    border: 0;
    float: left;
    width: 70px;
    height: 30px;
    outline: 0;
    color: #ffa722;
    font-size: 12px;
    background: #fff;
    border-radius: 0
}

.order-modal .order-modal__radio button+button {
    border-left: 1px solid #d8dde6
}

.order-modal .order-modal__radio button.checked {
    color: #fff;
    background: #ffa722
}

@media(max-width:576px) {
    .order-modal {
        width: auto;
        padding-left: 10px;
        padding-right: 10px
    }
    .btn-modal {
        z-index: 100
    }
}

.bottom-text {
    margin: 0;
    padding: 25px 25px 25px 0px;
    color: #3c5073;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: .2px
}

@media(max-width:767px) {
    .bottom-text {
        padding-left: 0;
        padding-right: 0
    }
}

.not-found {
    margin-bottom: 45px
}

@media(max-width:991px) {
    .not-found {
        margin-bottom: 35px
    }
}

@media(max-width:767px) {
    .not-found {
        padding-top: 15px
    }
}

.not-found__logo {
    margin-top: 35px
}

@media(max-width:991px) {
    .not-found__logo {
        margin-top: 15px
    }
}

.recommended {
    margin-bottom: 55px
}

@media(max-width:991px) {
    .recommended {
        margin-bottom: 25px
    }
}

.recommended__title {
    font-size: 20px;
    font-weight: 600;
    color: #1d243a;
    margin-bottom: 20px
}

@media(max-width:767px) {
    .recommended__title {
        margin-bottom: 10px
    }
}

.recommended__list {
    margin: 0;
    padding: 0;
    list-style: none
}

@media(max-width:991px) {
    .recommended__list {
        margin-bottom: 20px
    }
}

@media(max-width:767px) {
    .recommended__list {
        margin-bottom: 0
    }
}

.recommended__list a {
    display: block;
    font-size: 13px;
    line-height: 2.31;
    color: #ff842a;
    text-decoration: none
}

.recommended__list a:hover {
    text-decoration: underline
}

.modal {
    width: 100%;
    display: none;
    width: 355px;
    background: #fff;
    overflow: visible;
    padding: 20px 30px 30px;
    box-shadow: 0 2px 8px 0 #0d0e14
}

@media(max-width:576px) {
    .modal {
        padding-left: 20px;
        padding-right: 20px
    }
}

.fancybox-close {
    width: 16px!important;
    height: 15px!important;
    right: -26px!important;
    top: 6px!important;
    background: url('../img/modal-close.svg');
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

@media(max-width:576px) {
    .modal {
        width: 100%
    }
}

.modal img {
    display: block;
    margin: 0 auto 25px
}

.modal__title {
    font-size: 28px;
    font-weight: 600;
    color: #3c5073;
    margin-bottom: 30px
}

.modal__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal__item_indent {
    margin-bottom: 0
}

.modal__item span {
    color: #3c5073;
    display: block;
    font-size: 13px;
    line-height: 1.62;
    padding-right: 5px
}

.modal__item span b {
    font-weight: 600
}

.modal a {
    color: #fff;
    width: 92px;
    height: 35px;
    display: block;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    border-radius: 25px;
    letter-spacing: .2px;
    text-decoration: none;
    background: #2d9700;
    transition: background 300ms
}

.modal a:hover {
    background: #36b501
}

.modal p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.31;
    color: #3c5073;
    text-align: center;
    margin-bottom: 20px
}

.modal_copy a {
    width: 132px;
    height: 40px;
    margin: auto;
    font-size: 14px;
    line-height: 40px;
    background-image: linear-gradient(to top, #2d9700, #37af05)
}

.modal_copy a:hover {
    background-image: linear-gradient(to top, #37af05, #2d9700)
}

.banner_not-found {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 55px 0 0;
    padding: 25px 15px 40px 25px
}

@media(max-width:991px) {
    .banner_not-found {
        margin-top: 35px
    }
}

.banner_not-found p {
    margin-bottom: 15px
}

@media(max-width:576px) {
    .banner_not-found p br {
        display: none
    }
}

.banner_not-found .banner__icon_first {
    top: -25px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.banner_not-found .banner__text {
    margin-bottom: 0
}

.fancybox-skin {
    padding: 0!important
}

.fancybox-outer,
.fancybox-inner {
    border-radius: 8px
}

.checkout-modal {
    width: 280px;
    display: none;
    padding: 20px 25px 25px
}

#modal-copy-thx {
    width: 500px;
}

@media (max-width: 576px) {
    .checkout-modal {
        width: 280px;
        padding: 30px 20px;
    }

    #modal-copy-thx {
        width: 280px;
    }
}

.checkout-modal__title {
    font-size: 25px;
    margin-bottom: 25px
}

.checkout-modal span {
    display: block;
    font-size: 13px;
    margin-bottom: 5px
}

.checkout-modal input {
    width: 100%;
    height: 35px;
    outline: 0;
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 5px 0 10px;
    border: solid 1px #d8dde6
}

.checkout-modal button,
.checkout-modal .button {
    border: 0;
    color: #fff;
    outline: 0;
    font-size: 13px;
    margin-top: 5px;
    padding: 8px 20px;
    background: #2d9700;
    transition: background 300ms
}

.checkout-modal a.button {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none
}

.checkout-modal button:hover,
.checkout-modal .button:hover {
    background: #34ab02
}

@media all and (-ms-high-contrast:none) {
    .account-form__field_pass input {
        font-size: 16px!important
    }
    *::-ms-backdrop,
    .account-form__field_pass input {
        font-size: 16px!important
    }
}

.default {
    padding-bottom: 35px
}

.default h2 {
    color: #1d243a;
    font-size: 20px;
    font-weight: 600;
    position: relative
}

.default p {
    color: #3c5073;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.38;
    letter-spacing: .2px
}

#modal-copy-thx {
    display: none
}

.chat {
    position: fixed;
    width: 100%;
    right: 30px;
    bottom: 30px;
    z-index: 100;
    display: none;
    max-width: 260px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px 0;
    border: solid 1px #e0ebff
}

@media(max-width:767px) {
    .chat {
        display: none !important
    }
}

.chat__close {
    position: absolute;
    content: '';
    top: 15px;
    border: 0;
    padding: 0;
    right: 15px;
    width: 10px;
    height: 10px;
    outline: 0;
    background: transparent
}

.chat__close:before,
.chat__close:after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    height: 1px;
    width: 14px;
    background: #d0daeb
}

.chat__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.chat__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.chat__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

.chat__head img {
    width: 42px;
    height: 42px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    margin-right: 15px
}

.chat__head p {
    color: #1d243a;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 21px
}

.chat__head span {
    color: #3c5073;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    text-transform: uppercase
}

.chat__head span:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2a8e00;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.chat__content {
    padding: 10px;
    border-radius: 6px;
    position: relative;
    background: #e0ebff;
    margin-bottom: 40px
}

.chat__content:before {
    position: absolute;
    content: '';
    top: 14px;
    left: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e0ebff
}

.chat__content p {
    color: #3c5073;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.54
}

.chat__footer {
    margin: 0 -15px;
    text-align: center;
    padding: 9px 0 11px;
    border-radius: 0 0 4px 4px;
    background: rgba(224, 235, 255, 0.5)
}

.chat__footer a {
    color: #fff;
    width: 135px;
    font-size: 14px;
    min-height: 36px;
    line-height: 36px;
    background: #2d9700;
    border-radius: 18px;
    display: inline-block;
    text-decoration: none;
    transition: background 300ms
}

.chat__footer a:hover {
    background: #36b501
}

.exit .fancybox-close {
    top: -20px!important;
    right: -35px!important;
    width: 21px!important;
    height: 20px!important;
    transform: translate(-50%, -50%) rotate(45deg);
    background: url('/wp-content/themes/theme/assets/img/modal-exit-close.svg')
}

.modal-exit {
    padding: 0;
    width: 600px;
    display: none;
    background: #fff;
    overflow: visible;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 #191c29
}

@media(max-width:576px) {
    .modal-exit {
        width: 280px
    }
}

.modal-exit__content {
    display: flex;
    padding: 40px 55px;
    align-items: center;
    justify-content: space-between
}

@media(max-width:767px) {
    .modal-exit__content {
        flex-wrap: wrap
    }
}

@media(max-width:576px) {
    .modal-exit__content {
        padding: 20px 15px
    }
}

.modal-exit__content p {
    color: #3c5073;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0
}

@media(max-width:767px) {
    .modal-exit__content p {
        width: 100%;
        margin-bottom: 15px
    }
}

@media(max-width:576px) {
    .modal-exit__content p {
        font-size: 24px
    }
}

.modal-exit__content form {
    position: relative
}

.modal-exit__content span {
    color: #3c5073;
    display: block;
    font-size: 14px;
    margin-bottom: 15px
}

.modal-exit__content input {
    width: 100%;
    height: 50px;
    outline: 0;
    color: #3c5073;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 85px 0 15px;
    border: solid 1px #d8dde6
}

.modal-exit__content input::-webkit-input-placeholder {
    color: #a5b0c0
}

.modal-exit__content input:-ms-input-placeholder {
    color: #a5b0c0
}

.modal-exit__content input::placeholder {
    color: #a5b0c0
}

.modal-exit__content a {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 25px;
    border-radius: 3px;
    background: #2d9700;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    transition: background 300ms
}

.modal-exit__content a:hover {
    background: #36b501
}

.modal-exit__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 45px;
    border-radius: 0 0 8px 8px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: rgba(244, 247, 252, 0.5);
    box-shadow: inset 0 1px 3px 0 #a5b0c0
}

@media(max-width:576px) {
    .modal-exit__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 20px 15px 5px
    }
}

.modal-exit__footer img {
    height: 41px;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    text-align: center;
    margin: 0 auto 10px
}

@media(max-width:576px) {
    .modal-exit__item {
        width: 50%;
        margin-bottom: 15px
    }
}

.modal-exit__item span {
    color: #a5b0c0;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-align: center
}

.modal_copy {
    width: 600px;
    padding-left: 70px;
    padding-right: 70px
}

.modal_copy .modal__form {
    position: relative;
    margin-bottom: 15px
}

.modal_copy span {
    color: #3c5073;
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.modal_copy input {
    width: 100%;
    height: 50px;
    outline: 0;
    color: #3c5073;
    font-size: 14px;
    border-radius: 3px;
    padding: 0 85px 0 15px;
    border: solid 1px #d8dde6
}

.modal_copy .modal__form a {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border: 0;
    padding: 0;
    color: #fff;
    width: 80px;
    height: 50px;
    outline: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 3px;
    background: #2d9700;
    transition: background 300ms
}

.modal p.indent {
    font-weight: 400;
    margin-bottom: 15px
}

.modal_copy>a {
    color: #2d9700;
    display: block;
    width: 100%;
    height: auto;
    line-height: normal;
    background: transparent
}

.modal_copy>a:hover {
    background: transparent;
    text-decoration: underline
}

#tnx {
    text-align: center
}

.newyork__modal-content-title {
    margin-bottom: 15px
}

.newyork__modal-footer a {
    margin: auto
}

.modal__spam {
    line-height: 22px;
    text-align: center;
    margin-bottom: 0!important
}

.modal__spam a {
    width: auto;
    height: auto;
    color: #3c5073;
    display: inline;
    line-height: normal;
    background: transparent;
    text-decoration: underline
}

.modal__spam a:hover {
    text-decoration: none;
    background: transparent
}

@media(max-width:767px) {
    .modal_copy {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px
    }
}

#pmpro_message {
    color: #fd0909;
}

.header-banner {
    position: fixed;
    left: 0;
    right: 0;
    top: 59px;
    z-index: 300;
    display: none;
    padding: 10px 35px;
    text-align: center;
    background: rgba(53, 58, 94, .95);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-banner__close {
    position: absolute;
    content: '';
    top: 3px;
    border: 0;
    right: 10px;
    width: 30px;
    height: 25px;
    outline: 0;
    background: url('../img/x.svg') no-repeat center
}

.header-banner p {
    margin: 0;
    color: #fff
}

.header-banner a {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 767px) {
    .header-banner {
      text-align: left;
      padding: 10px 60px 10px 12px;
    }
    .header-banner p{
      font-size: 11px;
      line-height: 1.27;
    }
}

@media (max-width: 576px) {
    .header-banner__close {
        right: 0
    }
}

/* styles for related essays */
.essays_related .essays__items {
    margin-bottom: 50px;
}

.essays_related h2 {
    font-weight: 600;
    text-align: left;
    margin-bottom: 35px;
    text-transform: none
}

.essay_single .essay__info {
    margin-right: 15px;
}

.essay_single .essay__footer a {
    font-size: 13px;
}

.essay_single .essay__footer {
    align-items: center;
    justify-content: flex-start
}

.essay_single {
    border: 0;
    padding-bottom: 0
}

/* styles for related essays */
/* new copy modal */
.modal-copy {
    width: 100%;
    display: none;
    max-width: 605px;
    overflow: hidden;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px 0 #191c29;
    font-family: 'Arial', sans-serif;
}

.modal-copy__header {
    position: relative;
    background: #3C5073;
    padding: 45px 20px 35px;
}

.modal-copy__header:before,
.modal-copy__header:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0
}

.modal-copy__header:before {
    left: 0;
    width: 119px;
    background: url('../img/copy-modal-bg1.svg') no-repeat left center/contain
}

.modal-copy__header:after {
    right: 0;
    width: 156px;
    background: url('../img/copy-modal-bg2.svg') no-repeat right center/contain
}

.modal-copy__header p {
    color: #fff;
    margin: 0 auto;
    font-size: 21px;
    max-width: 480px;
    text-align: center;
    line-height: normal;
    letter-spacing: .3px
}

.modal-copy__content {
    padding: 20px 65px;
}

.modal-copy__title {
    color: #3c5073;
    font-size: 16px;
    margin-bottom: 15px;
}

.modal-copy__login {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 14px;
    max-width: 160px;
    min-height: 45px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto 30px;
    border-radius: 25px;
    background: #2d9700;
    text-decoration: none;
    transition: background 300ms;
}

.modal-copy__login:hover {
    background: #39b504;
}

.modal-copy__form {
    margin-bottom: 20px;
}

.modal-copy__form span {
    color: #8493aa;
    display: block;
    font-size: 14px;
    margin-bottom: 10px
}

.modal-copy__form form {
    position: relative;
}

.modal-copy__form input {
    width: 100%;
    height: 50px;
    outline: 0;
    color: #3c5073;
    background: #fff;
    border-radius: 25px;
    padding: 0 80px 0 20px;
    border: 1px solid #d8dde6;
    box-shadow: 0 2px 4px 0 rgba(199, 210, 222, 0.45)
}

.modal-copy__form input::placeholder {
    color: #a5b0c0;
}

.modal-copy__form button {
    position: absolute;
    content: '';
    top: 50%;
    border: 0;
    right: 3px;
    color: #fff;
    width: 75px;
    height: 46px;
    outline: 0;
    font-size: 14px;
    border-radius: 25px;
    background: #2d9700;
    transform: translateY(-50%);
    transition: background 300ms
}

.modal-copy__form button:hover {
    background: #39b504;
}

.modal-copy__form .error {
    margin: 10px 0 0;
}

.modal-copy__row {
    display: flex;
    padding: 30px 30px 40px;
    justify-content: space-between
}

.modal-copy__item {
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    width: calc(50% - 15px);
    padding: 25px 20px 20px;
    border: 1px solid #d8dde6;
    justify-content: space-between
}

.modal-copy__item p {
    color: #3c5073;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 28px
}

.modal-copy__link-orange {
    color: #ff8416;
    display: block;
    font-size: 13px;
    margin-bottom: 12px
}

.modal-copy__link-green {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    border-radius: 20px;
    background: #2d9700;
    text-decoration: none;
    padding: 10px 13px 11px;
    transition: opacity .3s
}

.modal-copy__link-green:hover {
    opacity: .8
}
.popup-thx .fancybox-close {
    display: none!important
}

.modal-copy__footer {
    color: #8493aa;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.5
}

.modal-copy__footer a {
    color: #8493aa;
}

.modal-copy__footer a:hover {
    text-decoration: none;
}

.wrap-modal-copy .fancybox-skin {
    border-radius: 10px;
    background: transparent
}

.fancybox-title {
    display: none;
}

.wrap-modal-copy .fancybox-close {
    top: -20px !important;
    width: 20px !important;
    right: -25px !important;
    height: 20px !important;
    transform: translate(0, 0) rotate(45deg);
    background: url('../img/modal-exit-close.svg') no-repeat center/contain
}

@media (max-width: 767px) {
  .modal-copy__row{
    flex-wrap: wrap;
  }
  .modal-copy__item{
    width: 100%;
    margin: auto;
    max-width: 300px;
    margin-bottom: 5px;
  }
}
@media (max-width: 576px) {
    .modal-copy__header {
        padding: 20px 15px;
    }

    .modal-copy__header p {
        font-size: 16px;
    }

    .modal-copy__header p br {
        display: none;
    }

    .modal-copy__header:before,
    .modal-copy__header:after {
        display: none;
    }

    .modal-copy__content {
      flex-wrap: wrap;
      padding: 15px;
    }
    
    .modal-copy__item{
      width: 100%;
      padding-top: 15px;
      margin-bottom: 5px;
    }
    .modal-copy__item p{
      margin-bottom: 10px;
    }
    .modal-copy__link-orange{
      margin-bottom: 0;
    }

    .wrap-modal-copy .fancybox-close {
        top: -25px !important;
        right: -3px !important;
    }

    .modal-copy .modal-exit__footer {
        display: none;
    }
}

/* login page */
.login {
    background: #f4f6f9;
    padding: 65px 0 125px;
    min-height: 66.6vh;
}

.login__content {
    display: flex;
}

.login__form {
    width: 100%;
    flex-wrap: wrap;
    max-width: 455px;
    margin-bottom: 0;
    margin-right: 125px;
}

.login__form .contacts-form__field {
    width: 100%;
}

.contacts-form__footer {
    width: 100%;
    display: flex;
    margin: 5px 0 15px;
    align-items: center;
}

.contacts-form__footer button {
    width: 100px;
    height: 43px;
    margin-top: 0;
    font-weight: 700;
    margin: 0 15px 0 0;
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(to bottom, #5bc131, #2d9800);
}

.contacts-form__footer button.btn-type-1 {
    width: auto;
    padding: 0px 15px;
}

.contacts-form__footer i {
    color: #8493aa;
    display: block;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.2px;
}

.contacts-form__footer a {
    color: #4a90e2;
    margin-left: 5px;
}

.contacts-form__footer a:hover {
    text-decoration: none;
}

.contacts-form__pass {
    color: #8493aa;
    display: block;
    font-size: 14px;
}

.contacts-form__pass:hover {
    text-decoration: none;
}

.login__subs {
    width: 100%;
    max-width: 380px;
    padding-top: 24px;
}

.login__link {
    width: 100%;
    display: block;
    font-size: 14px;
    max-width: 220px;
    min-height: 43px;
    line-height: 41px;
    position: relative;
    padding-left: 50px;
    border-radius: 22px;
    margin-bottom: 15px;
    text-decoration: none;
    border: 1px solid transparent;
    font-family: 'Open Sans', sans-serif;
    transition: color 300ms, background 300ms;
}

.login__link:hover {
    color: #fff;
}

.login__link:hover path {
    fill: #fff;
}

.login__link svg {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.login__link path {
    transition: fill 300ms;
}

.login__link_fb {
    color: #3b5998;
    border-color: #3b5998;
}

.login__link_fb:hover {
    background: #3b5998;
}

.login__link_tw {
    color: #00aced;
    border-color: #00aced;
}

.login__link_tw:hover {
    background: #00aced;
}

.login__link_gl {
    color: #df4b37;
    border-color: #df4b37;
}

.login__link_gl:hover {
    background: #df4b37;
}

.login__subs p {
    color: #8493aa;
    font-size: 14px;
    line-height: 1.5;
    margin: 20px 0 0;
}

.login__subs p a {
    color: #8493aa;
}

.login__subs p a:hover {
    text-decoration: none;
}

@media (max-width: 991px) {
    .login__form {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .login__content {
        flex-wrap: wrap;
    }

    .login__form {
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .login {
        padding-bottom: 65px;
    }

    .contacts-form__footer {
        flex-wrap: wrap;
        margin-bottom: 5px;
    }

    .contacts-form__footer button {
        margin: 0 0 15px;
    }

    .contacts-form__footer i {
        width: 100%;
    }
}

/* login page */
/* new copy modal */

/* single-essay_new */
.single-essay_new .single-essay__image {
    width: 100%;
    max-height: 150px;
    max-width: 116px;
}

.single-essay_new .single-essay__image img {
    height: 100%
}

.single-essay_new .single-essay__image:before {
    top: auto;
    right: 10px;
    bottom: 12px;
    width: 42px;
    height: 36px;
    background: url(../img/mark.png) no-repeat center
}

.single-essay_new .single-essay__info {
    margin-bottom: 15px
}

.single-essay_new .single-essay__links a {
    color: #8493aa;
    display: inline;
    text-decoration: underline
}

.single-essay_new .single-essay__links a:hover {
    text-decoration: none
}

.single-essay_new .single-essay__links a:first-child {
    margin-right: 15px
}

.single-essay_new .single-essay__about ul {
    margin-bottom: 7px
}

.single-essay_new .single-essay__about ul li {
    margin-bottom: 2px
}

.single-essay_new .single-essay__image {
    margin-right: 15px
}

.mobile-link{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  display: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 60px;
  background: #2d9700;
  text-align: center;
  letter-spacing: .2px;
  text-decoration: none;
  transform: translateY(100%);
  transition: transform 200ms;
}
.mobile-link_show{
  transform: translateY(0);
}

.single-essay_new .single-essay__full {
    border-radius: 3px;
    background: #eff5ff;
    padding: 15px 15px 18px 20px
}

.single-essay_new .single-essay__full h2 {
    line-height: 22px;
    margin-bottom: 3px;
    text-transform: none
}

.single-essay_new .single-essay__full p {
    margin-bottom: 10px;
    line-height: 1.4;
}

.single-essay_new .single-essay__full a {
    border: 0;
    color: #fff;
    padding-right: 20px;
    border-radius: 20px;
    background-image: linear-gradient(to top, #2d9700, #3eac10);
}

.single-essay_new .single-essay__full a:hover {
    background-image: linear-gradient(to bottom, #5bc131, #2d9700)
}

.single-essay_new .single-essay__full a:before {
    left: 17px
}

.single-essay_new .single-essay__full a:after {
    display: none
}

.content-block{
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #d8dde6;
    padding: 30px 20px 45px 35px;
}
.blurred{
    filter: blur(3px);
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
}
.content-block__banner{
    top: -30px;
    height: 70px;
    display: flex;
    position: relative;
    align-items: center;
    background: #f3f7ff;
    margin: 0 -20px -5px -35px;
    padding: 15px 27px 17px 35px;
    justify-content: space-between;
}
.content-block__banner p{
    color: #3c5073;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 20px;
    max-width: calc(100% - 250px);
}
.content-block__banner span{
    font-weight: 400;
}
.content-block__banner a{
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 22px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    background: linear-gradient(to top, #2d9700, #3eac10);
}
.content-block__banner a:hover{
    background: linear-gradient(to bottom, #5bc131, #2d9700);
}
.content-block__page{
    position: absolute;
    content: '';
    left: 40px;
    bottom: 25px;
    color: #54698d;
    font-size: 12px;
}
.content-block__page b{
    font-weight: 700;
}

@media (max-width: 767px){
    .content-block{
        padding-left: 20px;
    }
    .content-block__banner{
        margin-left: -20px;
    }
    .content-block__page{
        left: 20px;
    }
    .content-block__banner{
        height: auto;
        flex-wrap: wrap;
        padding: 5px 5px 7px;
        justify-content: center;
    }
    .content-block__banner p{
        max-width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .single-essay_new .single-essay__links a:first-child{
      display: none;
    }
    .single-essay_new .single-essay__full a{
      padding: 0;
      width: 100%;
      text-align: center;
      border-radius: 3px;
    }
    .single-essay_new .single-essay__full a:before{
      position: static;
      margin: 20px 15px 0 0;
      display: inline-block;
      vertical-align: top;
    }
    .mobile-link{
      z-index: 500;
      display: block;
    }
}

.single-essay_new .single-essay__content h2 {
    color: #3c5073;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
}

.single-essay_new .single-essay__content_blur {
    padding-top: 0
}

.single-essay_new .single-essay__content_blur>*:not(.blur-banner) {
    filter: blur(3px)
}

.blur-banner {
    padding: 15px;
    text-align: center;
    background: #eff5ff;
    margin: 0 -20px 25px -35px
}

.single-essay__content_blur .blur-banner__title {
    color: #3c5073;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px
}

.single-essay__content_blur .blur-banner__title span {
    color: #009b00
}

.blur-banner__link {
    color: #fff;
    font-size: 14px;
    padding: 10px 35px;
    border-radius: 20px;
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(to bottom, #5bc131, #2d9800)
}

.blur-banner__link:hover {
    background-image: linear-gradient(to bottom, #5bc131, #2d9700)
}

.essays h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    color: #3C5073;
    text-transform: uppercase;
}

.content-banner {
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 6px;
    background: #3C5073;
    margin-bottom: 30px;
    padding: 45px 10px 35px;
}

.content-banner:before, .content-banner:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0
}

.content-banner:before {
    left: 0;
    width: 171px;
    background: url('../img/cb1.svg') no-repeat center/cover
}

.content-banner:after {
    right: 0;
    width: 210px;
    background: url('../img/cb2.svg') no-repeat center/cover
}

.content-banner__title {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px
}

.content-banner__text {
    color: #fff;
    font-size: 16px;
    margin-bottom: 20px
}

.content-banner__link {
    color: #fff;
    font-size: 14px;
    padding: 14px 30px;
    border-radius: 25px;
    letter-spacing: .2px;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 1px 2px 0 #1a1d38;
    background-image: linear-gradient(to top, #2d9700, #3eac10)
}

.content-banner__link:hover {
    background-image: linear-gradient(to bottom, #5bc131, #2d9700);
}

@media (max-width: 767px) {
    .content-banner {
        padding-top: 25px;
        padding-bottom: 30px
    }
    .content-banner__title {
        font-size: 18px;
        line-height: normal
    }

    .blur-banner {
        margin-left: -20px;
    }
}

@media (max-width: 576px) {
    .content-banner:before, .content-banner:after {
        display: none;
    }
}

/* single-essay_new */

/* begin account/profile page */
.checkout-block{
  margin: auto;
  max-width: 940px;
}
.account-content {
    width: 100%;
    padding-bottom: 25px;
}

.account-content__head {
    padding: 25px;
    border-bottom: 1px solid #e2e8ee;
}

@media (max-width: 576px) {

    .account-content__head {
        padding: 15px;
    }
}

.account-content__head span {
    color: #002945;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.account-content__banner {
}

.account-content__banner a {
    display: block;
    font-size: 13px;
    background: #ecfaef;
    text-decoration: none;
    color: #219fc5;
    padding: 11px 0 11px 25px;
}

@media (max-width: 576px) {

    .account-content__banner a {
        padding-left: 10px;
    }
}

.account-content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 576px) {

    .account-content__row {
        padding: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

.account-content__row:last-child {
    border-bottom: 0;
}

.account-content__tag {
    width: 100%;
    font-size: 0;
    max-width: 105px;
    padding-left: 25px;
}

@media (max-width: 576px) {

    .account-content__tag {
        padding-left: 0;
    }
}

.account-content__tag span {
    color: #fff;
    font-size: 9px;
    padding: 2px 7px;
    border-radius: 15px;
    background: #64d2bf;
    display: inline-block;
    text-transform: uppercase;
}

.account-content__link {
    width: 100%;
    max-width: 550px;
}

@media (max-width: 576px) {

    .account-content__link {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-top: 7px;
    }
}

.account-content__link a {
    display: block;
    color: #ff842a;
    font-size: 14px;
    text-decoration: none;
}

.account-content__link a:hover {
    text-decoration: underline;
}

.account-content__time {
    width: 100%;
    max-width: 135px;
}

.account-content__time time {
    color: #3c5073;
    display: block;
    font-size: 10px;
}

.account-content .navigation {
    margin: 20px 0 0;
    padding-left: 25px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media (max-width: 991px) {

    .account-content .navigation {
        padding-left: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 576px) {

    .account-content .navigation {
        margin-top: 20px;
    }
}

.account-form {
}

.account-form p {
    color: #002945;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.account-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {

    .account-form__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.account-form__item {
    margin-bottom: 15px;
    width: calc(33.33333% - 20px);
}

@media (max-width: 767px) {

    .account-form__item {
        width: 100%;
        margin-bottom: 20px;
    }
}

.account-form span {
    color: #082e47;
    display: block;
    font-size: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.account-form input {
    width: 100%;
    height: 36px;
    outline: none;
    color: #082e47;
    font-size: 13px;
    padding: 0 10px;
    border-radius: 4px;
    border: solid 1px #a8b6c5;
}

.account-form input::-webkit-input-placeholder {
    color: rgba(8, 46, 71, 0.5);
}

.account-form input:-ms-input-placeholder {
    color: rgba(8, 46, 71, 0.5);
}

.account-form input::placeholder {
    color: rgba(8, 46, 71, 0.5);
}

.account-form button {
    border: 0;
    padding: 0;
    color: #fff;
    width: 145px;
    height: 36px;
    outline: none;
    font-size: 13px;
    border-radius: 4px;
    transition: background 300ms;
    background: #69a820;
}

.account-form button:hover {
    background: #7fcc27;
}

.account-head {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    margin-bottom: 15px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #ffffff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 2px 4px 0 rgba(205, 215, 230, .5)
}

@media (max-width: 767px) {

    .account-head {
        padding: 7px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.account-head__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 16.66667%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #e2e8ee;
}

@media (max-width: 767px) {

    .account-head__item {
        width: 50%;
        border-right: 0;
        text-align: left;
        padding-left: 10px;
        border-radius: 4px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

.account-head__item:last-child {
    border-right: 0;
}

.account-head__item_null {
    background: rgba(210, 66, 94, 0.1);
}

.account-head__item p {
    width: 100%;
    color: #002945;
    font-size: 16px;
    margin-bottom: 0;
}

@media (max-width: 576px) {

    .account-head__item p {
        font-size: 18px;
        font-weight: 700;
    }
}

.account-head__item p b {
    font-size: 26px;
    font-weight: 700;
}

@media (max-width: 576px) {

    .account-head__item p b {
        font-size: 18px;
    }
}

.account-head__item span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 41, 69, 0.5);
}

@media (max-width: 576px) {

    .account-head__item span {
        color: #002945;
        font-size: 13px;
        text-transform: none;
    }
}

.account-plan {
    width: 100%;
    border-radius: 5px;
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(205, 215, 230, .5)
}

@media (max-width: 576px) {

    .account-plan {
        padding-bottom: 30px;
    }
}

.account-plan__head {
    margin-bottom: 15px;
    padding: 25px 10px 20px 20px;
    border-bottom: 1px solid #e2e8ee;
}

@media (max-width: 991px) {

    .account-plan__head {
        padding-left: 10px;
    }
}

.account-plan__head span {
    color: #002945;
    display: block;
    font-size: 16px;
    font-weight: 700;
}

.account-plan__selected {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 350px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media(min-width: 992px)  and (max-width: 1199px) {

    .account-plan__selected {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .account-plan__selected {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
}

.account-plan__selected p {
    color: #002945;
    font-size: 16px;
    margin-bottom: 0;
    padding-right: 5px;
}

@media (max-width: 1199px) {

    .account-plan__selected p {
        font-size: 15px;
    }
}

@media (max-width: 576px) {

    .account-plan__selected p {
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }
}

.account-plan__selected p span {
    display: block;
    font-size: 13px;
}

.account-plan__selected b {
    display: block;
    font-size: 10px;
    font-weight: 400;
    color: rgba(0, 41, 69, 0.5);
}

.account-plan__selected b br {
}

@media (max-width: 576px) {

    .account-plan__selected b br {
        display: none;
    }
}

.account-plan__list {
    margin-bottom: 30px;
    padding: 0 15px 0 55px;
}

@media (max-width: 1199px) {

    .account-plan__list {
        padding-left: 40px;
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {

    .account-plan__list {
        margin-bottom: 15px;
    }
}

.account-plan__list li {
    color: #002945;
    font-size: 13px;
    padding-left: 10px;
    margin-bottom: 5px;
}

.account-plan__list li:last-child {
    margin-bottom: 0;
}

.account-plan__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {

    .account-plan__footer {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.account-plan__access {
    color: #fff;
    width: 100%;
    display: block;
    font-size: 13px;
    max-width: 145px;
    min-height: 36px;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 300ms;
    background: #69a820;
}

.account-plan__access:hover {
    background: #7fcc27;
}

@media (max-width: 1199px) {

    .account-plan__access {
        margin-bottom: 15px;
    }
}

@media (max-width: 991px) {

    .account-plan__access {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {

    .account-plan__access {
        margin-bottom: 15px;
    }
}

.account-plan__another {
    display: block;
    font-size: 13px;
    text-decoration: none;
    color: #219fc5;
}

.account-plan__another:hover {
    text-decoration: underline;
}

@media (max-width: 576px) {

    .account-plan__another {
        width: 100%;
    }
}

.account-plan__another br {
}

@media (max-width: 576px) {

    .account-plan__another br {
        display: none;
    }
}

.account-timeline {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(205, 215, 230, .5)
}

@media (max-width: 991px) {

    .account-timeline {
        margin-bottom: 30px;
    }
}

.account-timeline__head {
    padding: 25px 10px 15px 20px;
}

@media (max-width: 991px) {

    .account-timeline__head {
        padding: 20px 10px 10px 10px;
    }
}

.account-timeline__head span {
    color: #002945;
    display: block;
    font-size: 16px;
}

.account-timeline__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e2e8ee;
}

.account-timeline__row_head {
}

.account-timeline__row_head .account-timeline__col {
    padding-top: 0;
}

.account-timeline__row_head .account-timeline__col span {
    font-size: 10px;
    text-transform: uppercase;
    color: rgba(0, 41, 69, 0.5);
}

.account-timeline__row:last-child {
    border-bottom: 0;
}

.account-timeline__col {
    width: 100%;
    padding: 14px 0 14px 10px;
}

.account-timeline__col_sm {
    max-width: 100px;
    padding-right: 5px;
}

@media (max-width: 991px) {

    .account-timeline__col_sm {
        max-width: 100%;
    }
}

@media (max-width: 576px) {

    .account-timeline__col_sm {
        width: 20%;
        padding-left: 0;
    }
}

.account-timeline__col_md {
    max-width: 110px;
    padding-left: 20px;
}

@media (max-width: 991px) {

    .account-timeline__col_md {
        max-width: 100%;
        padding-left: 10px;
    }
}

@media (max-width: 576px) {

    .account-timeline__col_md {
        width: 30%;
    }
}

.account-timeline__col_lg {
    max-width: 150px;
}

@media (max-width: 991px) {

    .account-timeline__col_lg {
        max-width: 100%;
    }
}

@media (max-width: 576px) {

    .account-timeline__col_lg {
        width: 50%;
        padding-right: 5px;
    }
}

.account-timeline__col span {
    color: #002945;
    display: block;
    font-size: 13px;
}

@media (max-width: 576px) {

    .account-timeline__col span {
        font-size: 11px;
    }
}

.account-timeline .navigation {
    margin-top: 10px;
}

.account {
}

.account__inner {
    margin-bottom: 40px;
}

@media (max-width: 576px) {

    .account__inner {
        margin-bottom: 30px;
    }
}

.account__content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.account__title {
    color: #3C5073;
    font-size: 16px;
    font-weight: 700;
    padding-left: 25px;
    margin-bottom: 10px;
}

.account-content__nav {
    display: flex;
    justify-content: space-between;
}

.account-content__btn {
    border: 0;
    padding: 0;
    height: 41px;
    outline: none;
    color: #3C5073;
    font-size: 14px;
    text-align: left;
    padding-left: 25px;
    background: #f4f6f9;
    width: calc(100% / 3);
    transition: background 300ms;
    border-right: 1px solid #dae4f4;
    border-bottom: 1px solid #dae4f4;
}

.account-content__btn:hover {
    background: rgba(255, 255, 255, .5);
}

.account-content__btn:first-child {
    border-radius: 8px 0 0 0;
}

.account-content__btn:last-child {
    border-right: 0;
    border-radius: 0 8px 0 0;
}

.account-content__btn_active {
    border-bottom: 0;
    font-weight: 700;
    background: #fff;
}

.account-content__btn_active:hover {
    background: #fff;
}

.account-content__table {
    background: #fff;
    padding-bottom: 25px;
    border-radius: 0 0 8px 8px;
}

.account-content__desc {
    color: #8a98ad;
    font-size: 11px;
    letter-spacing: .8px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif
}

.account-content__row_head {
    padding: 17px 0;
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
}

@media (max-width: 576px) {
    .account-content__row_head {
        display: none;
    }

    .account-content__btn {
        font-size: 12px;
        padding-left: 10px;
    }
}

.account-sidebar {
    padding-top: 10px;
}

.account__title_indent {
    padding-left: 15px;
}

.account-sidebar__inner {
    background: #fff;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px 15px 5px;
}

.account-sidebar__desc {
    color: #3c5073;
    font-size: 11px;
    margin-bottom: 20px;
}

.account-sidebar__link {
    border: 0;
    width: 100%;
    outline: none;
    color: #ff842a;
    display: block;
    font-size: 12px;
    text-align: left;
    position: relative;
    transition: all 200ms;
    background: transparent;
    padding: 13px 0 13px 20px;
    border-radius: 3px 3px 0 0;
}
.account-sidebar__link:before, .account-sidebar__link:after{
    position: absolute;
    content: '';
    top: 50%;
    right: 13px;
    width: 13px;
    height: 2px;
    opacity: .6;
    display: none;
    border-radius: 3px;
    background: #3c5073;
}
.account-sidebar__link:before{
    transform: translateY(-50%) rotate(45deg);
}
.account-sidebar__link:after{
    transform: translateY(-50%) rotate(-45deg);
}

.account-sidebar__link:hover {
    text-decoration: underline;
}

.account-sidebar__link.active{
    color: #3c5073;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
}

.account-sidebar__link.active:hover{
    text-decoration: none;
}

.account-sidebar__link.active:before, .account-sidebar__link.active:after{
    display: block;
}

.unsubscribe-block{
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #e8edf6;
    border-top: 0;
    border-radius: 0 0 3px 3px;
}

.unsubscribe-block__check{
    margin-bottom: 15px;
}
.unsubscribe-block__input{
    position: absolute;
    opacity: 0;
}
.unsubscribe-block__input:checked ~ .unsubscribe-block__label:after{
    display: block;
}
.unsubscribe-block__label{
    color: #d0021b;
    display: block;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    letter-spacing: .2px;
}
.unsubscribe-block__label:before{
    position: absolute;
    content: '';
    top: 1px;
    left: -2px;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #a5b0c0;
}
.unsubscribe-block__label:after{
    position: absolute;
    content: '';
    top: 5px;
    left: 1px;
    width: 13px;
    height: 10px;
    display: none;
    background: url('../img/icon-check.svg') no-repeat center/contain;
}
.unsubscribe-block__buttons{
    display: flex;
    padding-left: 25px;
    align-items: center;
    justify-content: space-between;
}
.unsubscribe-block__cancel{
    border: 0;
    padding: 0;
    outline: none;
    color: #3394d3;
    font-size: 14px;
    background: transparent;
    text-decoration: underline;
}
.unsubscribe-block__cancel:hover{
    text-decoration: none;
}
.unsubscribe-block__uns{
    border: 0;
    padding: 0;
    color: #fff;
    width: 125px;
    height: 40px;
    outline: none;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    background: #d1d1d1;
    transition: background 300ms;
}
.unsubscribe-block__uns_active{
    background: #d0021b;
}
.unsubscribe-block__uns_active:hover{
    background: #a90418;
}
.wrap-modal-unsubscribe .fancybox-close {
    top: -20px!important;
    width: 20px!important;
    right: -25px!important;
    height: 20px!important;
    transform: translate(0, 0) rotate(45deg);
    background: url(../img/modal-exit-close.svg) center/contain no-repeat;
}
.wrap-modal-unsubscribe .fancybox-skin{
    border-radius: 9px;
}
.modal-unsubscribe{
    width: 420px;
    display: none;
}
.modal-unsubscribe__header{
    display: flex;
    padding: 40px 0;
    position: relative;
    background: #353a5e;
    align-items: center;
    justify-content: center;
}
.modal-unsubscribe__header:before, .modal-unsubscribe__header:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
}
.modal-unsubscribe__header:before{
    left: 0;
    width: 119px;
    background: url(../img/copy-modal-bg1.svg) left center/contain no-repeat;
}
.modal-unsubscribe__header:after{
    right: 0;
    width: 156px;
    background: url(../img/copy-modal-bg2.svg) right center/contain no-repeat;
}
.modal-unsubscribe__header span{
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: 700;
    letter-spacing: .3px;
}
.modal-unsubscribe__content{
    text-align: center;
    padding: 30px 0 35px;
}
.modal-unsubscribe__content p{
    color: #3c5073;
    font-size: 14px;
    margin-bottom: 15px;
}
.modal-unsubscribe__content a{
    color: #fff;
    width: 170px;
    margin: auto;
    display: block;
    font-size: 16px;
    min-height: 50px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 30px;
    letter-spacing: .2px;
    text-decoration: none;
    background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.modal-unsubscribe__content a:hover{
    background-image: linear-gradient(to top, #3eac10, #2d9700);
}
.account-sidebar__levels{
    width: 100%;
    color: #ff842a;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    margin-top: 20px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;
    border: 1px solid #e8edf6;
}
.account-sidebar__levels:hover{
    text-decoration: underline;
}
@media (max-width: 576px){
    .wrap-modal-unsubscribe .fancybox-close {
        top: -25px!important;
        right: -3px!important;
    }
    .modal-unsubscribe{
        width: 280px;
    }
}

.account .account-form__field span{
    color: #8a98ad;
    margin-bottom: 10px;
    text-transform: none;
    transition: transform 300ms, font-size 300ms;
}
.account .account-form{
    margin-left: 0;
    max-width: 570px;
}
.account .account-form .account-form__small{
    font-size: 9px;
    transform: translateY(-130%);
}
.account .account-form .account-form__field input{
    padding: 10px 35px 0 19px;
}
.account .checkout__desc{
    color: #8a98ad;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.checkout__cards{
    padding-left: 50px;
    margin-bottom: 10px;
}
.checkout__cards p{
    color: #8a98ad;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.checkout__cards img{
    margin-right: 5px;
}
.account-form__footer{
    padding-left: 50px;
    margin-bottom: 10px;
}
.account .account-form__desc, .account .account-form__desc a{
    color: #8493aa;
    font-size: 12px;
    font-weight: 400;
}
.account .account-form__desc a:hover{
    text-decoration: none;
}
.checkout-item-wrap{
  width: 100%;
  max-width: 395px;
  padding: 102px 25px 40px 35px;
  background: rgba(241, 244, 247, .5);
}
.checkout-adv{
  display: flex;
  position: relative;
  margin-bottom: 17px;
  align-items: flex-start;
}
.checkout-adv:last-child{
  margin-bottom: 0;
}
.checkout-adv img{
  max-width: 55px;
  margin-right: 20px;
}
.checkout-adv span{
  color: #353a5e;
  font-size: 16px;
  display: block;
  font-weight: 700;
  margin-bottom: 8px;
  font-family: 'Arial', sans-serif;
}
.checkout-adv p{
  margin: 0;
  color: #353a5e;
  font-size: 12px;
  line-height: 1.33;
  font-family: 'Arial', sans-serif;
}
@media (max-width: 1199px){
    .checkout-item-wrap{
        margin-left: 30px;
    }
}
@media (max-width: 991px){
  .checkout-item-wrap{
    max-width: 100%;
    padding-top: 20px;
  }
    .account{
        padding-top: 40px;
    }
    .checkout__content {
        flex-wrap: wrap;
    }
    .account-form {
        margin: 0 auto 20px;
    }
    .checkout-item-wrap{
        width: 100%;
        margin: auto;
    }
    .checkout__cards, .account-form__footer{
      padding-left: 0;
    }
}
@media(max-width: 767px) {
  .checkout__cards, .account-form__footer{
    padding-left: 0;
  }
}
@media(max-width: 576px) {
  .checkout-adv{
    flex-wrap: wrap;
  }
  .checkout-adv img{
    margin: 0 0 15px;
  }
}
.blog-nav__link:before,.blog-sidebar__image span,.blog__top:before {
    content: ''
}

.blog {
    margin-top: -20px
}

.breadcrumbs_indent {
    margin-bottom: 0
}

.blog__top .container {
    position: relative;
    z-index: 20
}

.blog__image,.blog__image-cap,.blog__top:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.blog__top:before {
    z-index: 10;
    background: rgba(0,0,0,.6)
}

.blog__image,.blog__image-cap {
    z-index: 9;
    width: 100%;
    height: 100%;
    filter: blur(5px);
    object-fit: cover
}

.blog__image-cap {
    filter: none;
    background: #3C5073
}

.blog__top {
    overflow: hidden;
    padding: 75px 0 80px;
    position: relative;
    z-index: 20
}

.blog__title {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog__desc {
    color: #fff;
    font-size: 13px
}

.blog__desc b {
    color: #ff8416;
    font-weight: 400
}

.blog__content {
    padding: 30px 60px 0 0;
    border-right: 1px solid #dee9fd
}

.blog__content p {
    color: #3c5073;
    font-size: 16px;
    line-height: 1.6
}

.blog__content img {
    float: left;
    margin: 0 30px 15px 0
}

.blog-sidebar {
    padding-top: 30px
}

.blog-sidebar__title {
    color: #1d243a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px
}

.blog-sidebar__item {
    display: flex;
    margin-bottom: 35px;
    align-items: flex-start
}

.blog-sidebar__image {
    position: relative;
    margin: 3px 15px 0 0
}

.blog-sidebar__image img {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: cover
}

.blog-sidebar__image span {
    position: absolute;
    color: #fff;
    width: 26px;
    right: -7px;
    height: 26px;
    bottom: -3px;
    font-size: 11px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    background: #ffb75d
}

.blog-sidebar__text {
    width: calc(100% - 75px)
}

.blog-sidebar__text a {
    color: #ff8416;
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none
}

.blog-sidebar__text a:hover {
    text-decoration: underline
}

.blog-sidebar__text span {
    color: #54698d;
    display: block;
    font-size: 11px
}

.blog-sidebar__text span a {
    font-size: 11px;
    display: inline-block
}

.blog-nav {
    display: flex;
    margin: 50px 0 70px;
    align-items: flex-start;
    justify-content: space-between
}

.blog-nav__link {
    color: #ff8416;
    display: block;
    font-size: 14px;
    max-width: 230px;
    position: relative;
    text-decoration: none
}

.blog-nav__link_prev {
    padding-left: 30px
}

.blog-nav__link_next {
    padding-right: 30px
}

.blog-nav__link:before {
    position: absolute;
    top: 3px;
    width: 18px;
    height: 12px;
    background: url(../img/orange-arrow.svg) center no-repeat
}

.blog-nav__link_prev:before {
    left: 0;
    transform: rotate(180deg)
}

.blog-nav__link_next:before {
    right: 0
}

.blog-nav__link:hover {
    text-decoration: underline
}

.blog-nav__link span {
    font-size: 0
}

@media (max-width: 991px) {
    .blog__content {
        border-right:0;
        padding-right: 0
    }

    .blog-nav {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .blog {
        margin-top:0
    }

    .blog__title {
        font-size: 25px
    }

    .blog__content p {
        margin-bottom: 15px
    }

    .blog__content img {
        float: none;
        margin-right: 0
    }
}

@media (max-width: 576px) {
    .blog-nav__link {
        font-size:0
    }

    .blog-nav__link span {
        font-size: 14px
    }
}
.pmpro_submit{
    position: relative;
}
#pmpro_processing_message{
    position: static;
    margin-bottom: 10px;
    transform: translateY(0);
}
.page-item.active a {
    border: 0;
    color: #fff;
    width: 35px;
    border-top: 0;
    border-left: 0;
    border-bottom: 0;
    font-weight: 700;
    background: #ff842a;
}

.page-item:first-child a, .page-item:nth-child(2) a, .page-item:last-child a {
    border-left: 1px solid #d8dde6;
}

.page-item:first-child a, .page-item:last-child a {
    width: 50px;
}

.page-item:last-child {
    margin-left: 5px;
}

.page-item:last-child a {
    border-radius: 3px;
}

.tabs-profile {
    display: none;
}

.tabs-profile.tabs-profile_active {
    display: block;
}

/* end account/profile page */
.account .account-form__field span{
    position: absolute;
    content: '';
    top: 50%;
    left: 20px;
    color: #8a98ad;
    margin-bottom: 0;
    transform: translateY(-50%);
    transition: transform 300ms, font-size 300ms;
}
.account .account-form{
    margin-left: 0;
    max-width: 550px;
    padding: 35px 35px 10px 50px;
}
.account .account-form .account-form__small{
    font-size: 9px;
    transform: translateY(-130%);
}
.account .account-form .account-form__field input{
    /* padding: 10px 35px 0 19px; */
    padding: 0 35px 0 19px;
}
.account .checkout__desc{
    color: #8a98ad;
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.checkout__cards{
    margin-bottom: 5px;
}
.checkout__cards img{
    margin-right: 4px;
}
.checkout__cards img:last-child{
  margin-right: 0;
}
.account-form__footer{
    margin-bottom: 10px;
}
.account .account-form__desc, .account .account-form__desc a{
    color: #8493aa;
    font-size: 12px;
    line-height: normal;
}
.account .account-form__desc_indent{
    margin: 30px 0 10px;
}
.account .account-form__desc a:hover{
    text-decoration: none;
}
@media (max-width: 1199px){
    .checkout-item-wrap{
        margin-left: 30px;
    }
}
@media (max-width: 991px){
    .account{
        padding-top: 40px;
    }
    .checkout__content {
        flex-wrap: wrap;
    }
    .account-form {
        margin: 0 auto 20px;
    }
    .checkout-item-wrap{
        display: none;
    }
}
@media (max-width: 767px){
  .account .account-form{
    padding: 20px 15px 0;
  }
}

.highlighted {
    position: relative;
}
.copy-tooltip{
    display: none;
}
.copy-tooltip-wrapper{
    display: none;
}
.copy-tooltip {
  position: absolute;
  content: '';
  right: 0;
  width: 360px;
  z-index: 700;
  font-weight: 400;
  border-radius: 4px;
  background: #353a5e;
  top: calc(100% + 7px);
  padding: 15px 15px 20px;
  box-shadow: 0 2px 4px 0 #9597a7;
}
.copy-tooltip:before {
  position: absolute;
  content: '';
  top: -7px;
  right: 25px;
  border: 7px solid transparent;
  border-top: 0;
  border-bottom-color: #353a5e;
}
.copy-tooltip_left{
    right: auto;
    left: -20px;
}
.copy-tooltip_right{
    left: auto;
    right: -20px;
}
.copy-tooltip_left:before{
    right: auto;
    left: 25px;
}
.copy-tooltip_right:before{
    left: auto;
    right: 25px;
}
.copy-tooltip p {
  color: #fff;
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1.38;
}
.copy-tooltip form {
  position: relative;
  margin-bottom: 10px;
}
.copy-tooltip input {
  border: 0;
  width: 100%;
  height: 45px;
  outline: none;
  color: #3c5073;
  font-size: 14px;
  background: #fff;
  border-radius: 23px;
  padding: 0 95px 0 15px;
}
.copy-tooltip input::placeholder{
    color: #a5b0c0;
}
.copy-tooltip button {
  position: absolute;
  content: '';
  top: 50%;
  border: 0;
  right: 5px;
  color: #fff;
  width: 85px;
  height: 35px;
  outline: none;
  font-size: 12px;
  font-weight: 700;
  padding-left: 30px;
  border-radius: 18px;
  margin-top: -17.5px;
  text-transform: uppercase;
  background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.copy-tooltip button:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 10px;
    width: 16px;
    height: 14px;
    transform: translateY(-50%);
    background: url('../img/tooltip-logo.svg') no-repeat center/contain;
}
.copy-tooltip button:hover {
  background-image: linear-gradient(to bottom, #5bc131, #2d9700);
}
.copy-tooltip span {
  color: #fff;
  display: block;
  font-size: 12px;
  line-height: 1.33;
}
.copy-tooltip span a {
  color: #ff842a;
}
.copy-tooltip span a:hover {
  text-decoration: none;
}
.essay-sidebar{
    margin-bottom: 30px;
}
.essay-sidebar__title{
    color: #3c5073;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

.sidebar-post{
    display: flex;
    margin-bottom: 20px;
}
.sidebar-post img{
    width: 60px;
    height: 80px;
    object-fit: cover;
    margin-right: 13px;
}
.sidebar-post__text{
    display: flex;
    max-width: 245px;
    flex-direction: column;
}
.sidebar-post a{
    color: #ff902c;
    display: block;
    font-size: 14px;
    line-height: 1.36;
    text-decoration: none;
}
.sidebar-post a:hover{
    text-decoration: underline;
}
.sidebar-post span{
    color: #8a98ad;
    font-size: 12px;
    margin-right: 5px;
}
.sidebar-post span b{
    font-weight: 700;
}
.essay-sidebar__subj{
    margin: 25px 0 45px;
}
.essay-sidebar__subj a{
    color: #ff842a;
    font-size: 14px;
    text-decoration: none;
}
.essay-sidebar__subj a:hover{
    text-decoration: underline;
}
.sidebar-search__title{
    color: #3c5073;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.43;
    margin-bottom: 15px;
}
.sidebar-search__form{
    max-width: 360px;
    position: relative;
}
.sidebar-search__form input{
    width: 100%;
    height: 50px;
    outline: none;
    color: #3c5073;
    font-size: 14px;
    border-radius: 25px;
    padding: 0 40px 0 20px;
    border: 1px solid #d8dde6;
    box-shadow: 0 2px 4px 0 rgba(199, 210, 222, 0.45);
}
.sidebar-search__form input::placeholder{
    color: #a5b0c0;
}
.sidebar-search__form button{
    position: absolute;
    content: '';
    top: 50%;
    border: 0;
    padding: 0;
    right: 20px;
    width: 16px;
    height: 16px;
    outline: none;
    transition: opacity 300ms;
    transform: translateY(-50%);
    background: url('../img/search-btn.svg') no-repeat center/contain;
}
.sidebar-search__form button:hover{
    opacity: .5;
}
.single-essay__image {
    font-size: 0;
    cursor: pointer;
    overflow: hidden;
    margin-right: 30px;
    border-radius: 2px;
    position: relative;
}
.single-essay__image-hidden{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background: rgba(60, 80, 115, .9);
}
@media(min-width:768px) {
  .single-essay__image:hover .single-essay__image-hidden {
    display: block;
  }
}
.single-essay__image-hidden span{
    position: absolute;
    left: 0;
    right: 0;
    top: 38px;
    color: #fff;
    margin: auto;
    display: block;
    font-size: 11px;
    text-align: center;
    width: calc(100% - 14px);
}
.single-essay__image-hidden a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    color: #fff;
    margin: auto;
    display: block;
    font-size: 11px;
    font-weight: 700;
    min-height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    background: #2d9700;
    text-decoration: none;
    width: calc(100% - 14px);
    transition: opacity 300ms;
    text-transform: uppercase;
}
.single-essay__image-hidden a:hover{
    opacity: .7;
}

.percent-mark {
    position: absolute;
    content: '';
    bottom: 10px;
    right: 8px;
    width: 40px;
    height: 40px;
}
@media (max-width: 576px) {
    .single-essay_new .single-essay__links a {
        display: block;
    }
}

.essays .essays__title {
    font-weight: 600;
    text-transform: none;
    text-align: left;
}

.single-essay_new {
    margin-bottom: 50px;
}

.single-essay__title {
    color: #3c5073;
    font-size: 21px;
    font-weight: 700;
    margin: 30px auto;
}
.single-essay__read-more{
  color: #ff842a;
  font-size: 14px;
  display: block;
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  text-decoration: none;
  font-family: 'HelveticaNeue';
}
.single-essay__read-more:after{
  position: absolute;
  content: '';
  width: 0;
  left: 50%;
  bottom: 0;
  height: 1px;
  background: #ff842a;
  transition: width 200ms;
  transform: translateX(-50%);
}
.single-essay__read-more:hover:after{
  width: 50px;
}

/* unsubscribe page */
.page-unsubscribe{
  background: #f4f6f9;
  padding: 30px 0 90px;
}
.page-unsubscribe__title{
  color: #3c5073;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.page-unsubscribe__desc{
  color: #3c5073;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 15px;
  letter-spacing: .2px;
}
.page-unsubscribe__block{
  max-width: 550px;
  border-radius: 8px;
  background: #fff8f3;
  margin-bottom: 20px;
  padding: 20px 30px 25px;
  border: 1px solid #f2d2d2;
}
.page-unsubscribe__block span{
  color: #d0021b;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
  letter-spacing: .2px;
}
.page-unsubscribe__block p{
  color: #d0021b;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.57;
}
.page-unsubscribe__check{
  margin-bottom: 15px;
}
.page-unsubscribe__check input{
  position: absolute;
  opacity: 0;
}
.page-unsubscribe__check label{
  color: #3c5073;
  display: block;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  letter-spacing: .2px;
}
.page-unsubscribe__check label:before{
  position: absolute;
  content: '';
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #a5b0c0;
}
.page-unsubscribe__check label:after{
  position: absolute;
  content: '';
  top: 4px;
  left: 2px;
  opacity: 0;
  width: 13px;
  height: 10px;
  transition: opacity 200ms;
  background: url('../img/uns-icon.svg') no-repeat center/contain;
}
.page-unsubscribe__check input:checked ~ label:after{
  opacity: 1;
}
.page-unsubscribe__btn{
  border: 0;
  color: #fff;
  width: 125px;
  height: 40px;
  outline: none;
  font-size: 14px;
  font-weight: 700;
  border-radius: 20px;
  background: #d1d1d1;
  letter-spacing: .2px;
  transition: background 200ms;
}
.page-unsubscribe__btn_active{
  background: #d0021b;
}
/* unsubscribe page */
.successful-uns{
    width: 460px;
    display: none;
    overflow: hidden;
    position: relative;
    padding: 50px 0 50px 80px;
    box-shadow: 0 2px 10px 0 #191c29;
}
.successful-uns:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 211px;
    height: 186px;
    transform: translateY(-50%);
    background: url('../img/pers.png') no-repeat center/contain;
}
.successful-uns p{
    color: #3c5073;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    background: #fff;
    line-height: 1.43;
    border-radius: 8px;
    padding: 20px 10px 20px 130px;
}
.successful-wrap .fancybox-skin {
    box-shadow: none !important;
    background: transparent !important;
}
.successful-wrap .fancybox-opened .fancybox-skin{
    box-shadow: none !important;
}
.successful-wrap .fancybox-close {
    top: 40px !important;
}
@media (max-width: 767px){
    .successful-uns{
        padding: 0;
        width: 275px;
    }
    .successful-uns:before{
        display: none;
    }
    .successful-uns p{
        padding-left: 20px;
    }
    .successful-wrap .fancybox-close {
        top: 6px !important;
    }
}

/* questionnaire */
.questionnaire{
  background: #f4f6f9;
  padding: 30px 0 65px;
}
.questionnaire .title{
  margin-bottom: 20px;
}
.questionnaire__form{
  max-width: 455px;
}
.questionnaire__desc{
  color: #3c5073;
  display: block;
  font-size: 14px;
  line-height: 1.57;
  margin-bottom: 5px;
  letter-spacing: 0.2px;
}
.questionnaire__field{
  width: 100%;
  height: 50px;
  outline: none;
  color: #3c5073;
  font-size: 14px;
  border-radius: 3px;
  background: #ffffff;
  margin-bottom: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d8dde6;
  padding: 15px 15px 15px 20px;
}
.questionnaire__field_select{
  cursor: pointer;
  background: #fff url('../img/dropdown.svg') no-repeat 96.5% center;
}
.questionnaire__field_text{
  resize: none;
  height: 100px;
}
.questionnaire__field::placeholder{
  color: #8a98ad;
}
.questionnaire__btn{
  border: 0;
  width: 165px;
  height: 50px;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.31;
  border-radius: 30px;
  letter-spacing: .2px;
  background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.questionnaire__btn:hover{
  background-image: linear-gradient(to bottom, #5bc131, #2d9700);
}
/* questionnaire */

/* essay-modal */
.fancybox-skin{
  background: transparent !important;
}
.wrap-essay-modal .fancybox-inner{
  overflow: visible !important;
}
.wrap-essay-modal.fancybox-opened .fancybox-skin{
  box-shadow: none !important;
}
.wrap-essay-modal .fancybox-close{
  right: 0 !important;
  top: -60px !important;
  transform: translate(0, 0);
  background: url(../img/x.svg) no-repeat center;
}
.essay-modal{
  width: 610px;
  display: none;
}
.essay-modal__title{
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  padding-left: 110px;
  margin-bottom: 15px;
}
.essay-modal__title span{
  text-transform: uppercase;
}
.essay-modal__content{
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
  padding: 35px 75px 30px;
  background: #353a5e url('../img/essay-modal-bg.svg') no-repeat center/cover;
}
.essay-modal__content:before{
  position: absolute;
  content: '';
  top: -90px;
  left: -60px;
  width: 188px;
  height: 165px;
  background: url('../img/pers.png') no-repeat center/contain;
}
.essay-modal__content p{
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  line-height: 1.37;
  margin-bottom: 15px;
}
.essay-modal__content a{
  width: 180px;
  color: #ffffff;
  display: block;
  font-size: 16px;
  min-height: 46px;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  border-radius: 30px;
  letter-spacing: .2px;
  text-decoration: none;
  background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.essay-modal__content a:hover{
  background-image: linear-gradient(to bottom, #5bc131, #2d9700);
}
.essay-modal__footer{
  margin: auto;
  max-width: 500px;
}
.essay-modal__footer p{
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 10px;
}
.essay-modal__footer p b{
  font-weight: 400;
  text-transform: uppercase;
}
.essay-modal__form{
  max-width: 450px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 25px;
  border: solid 1px #b4e6ff;
}
.essay-modal__input{
  border: 0;
  width: 100%;
  height: 48px;
  outline: none;
  color: #aae1ff;
  font-size: 14px;
  padding: 0 70px 0 20px;
  background: rgba(111, 159, 255, 0.1);
}
.essay-modal__input::placeholder{
  color: #aae1ff;
}
.essay-modal__btn{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  height: 100%;
  outline: none;
  color: #a5b0c0;
  font-size: 14px;
  padding: 0 25px 0 17px;
  background: transparent;
  transition: background 200ms;
  border-left: 1px solid #d8dde6;
}
.essay-modal__btn:hover{
  background: rgba(111, 159, 255, 0.2);
}
.essay-modal__footer span{
  color: #a5b0c0;
  display: block;
  font-size: 12px;
  line-height: 1.42;
}
.essay-modal__footer a{
  color: #a5b0c0;
  text-decoration: none;
}
@media(max-width: 767px) {
  .essay-modal{
    width: 280px;
  }
  .essay-modal__content:before{
    display: none;
  }
  .essay-modal__content{
    padding: 10px 15px;
  }
  .essay-modal__title{
    padding-left: 0;
  }
  .essay-modal__content p{
    font-size: 20px;
  }
  .wrap-essay-modal .fancybox-close{
    top: -10px !important;
  }
}
/* essay-modal */
/* exit-modal */
.exit_new .fancybox-skin{
  background: transparent !important;
}
.exit_new .fancybox-inner{
  overflow: visible !important;
}
.exit_new.fancybox-opened .fancybox-skin{
  box-shadow: none !important;
}
.exit_new .fancybox-close{
  top: 8px!important;
}
.exit-modal{
  width: 550px;
  display: none;
  position: relative;
  border-radius: 8px;
  padding: 90px 30px 40px 55px;
  background: url('../img/exit-bg.svg') no-repeat center/cover;
}
.exit-modal:before{
  position: absolute;
  content: '';
  top: -45px;
  left: -35px;
  width: 381px;
  height: 118px;
  background: url('../img/exit-books.svg') no-repeat center/contain;
}
.exit-modal__desc{
  color: #ffffff;
  display: block;
  font-size: 14px;
}
.exit-modal__title{
  color: #ffffff;
  font-size: 31px;
  font-weight: 700;
  margin: 20px 0 30px;
  line-height: normal;
}
.exit-modal__timer{
  color: #e1dd53;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 30px;
}
.exit-modal__link{
  width: 280px;
  color: #ffffff;
  display: block;
  font-size: 21px;
  font-weight: 700;
  min-height: 55px;
  line-height: 55px;
  position: relative;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.3px;
  border-radius: 29.5px;
  background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.exit-modal__link:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  width: 18px;
  height: 13px;
  transition: transform 200ms;
  transform: translate(0, -50%);
  background: url('../img/btn-arrow.svg') no-repeat center/contain;
}
.exit-modal__link:hover{
  background-image: linear-gradient(to bottom, #5bc131, #2d9700);
}
.exit-modal__link:hover:before{
  transform: translate(4px, -50%);
}
/* exit-modal */


/* modal-levels */
.modal-levels-wrap .fancybox-close{
  top: -7px!important;
  width: 29px !important;
  height: 29px !important;
  right: -33px !important;
  transform: translate(0,0);
  background: url('../img/i-close.svg') no-repeat center;
}
.modal-levels{
  width: 605px;
}
.modal-levels .modal-copy__header{
  padding: 25px 20px 20px;
}
.modal-levels .modal-copy__header p{
  font-weight: 700;
  line-height: 1.43;
}
.modal-levels .modal-copy__content{
  position: relative;
  padding: 35px 45px 25px;
  box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
}
.modal-levels__count{
  position: absolute;
  content: '';
  top: 30px;
  right: 45px;
  color: #8a98ad;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.modal-levels__part{
  display: none;
  margin-bottom: 25px;
}
.modal-levels__part.active{
  display: block;
}
.modal-levels__part:last-child{
  margin-bottom: 0;
}
.modal-levels__part p{
  color: #3c5073;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 12px;
}
.modal-levels__btn{
  height: 35px;
  outline: none;
  color: #3394d3;
  font-size: 11px;
  padding: 0 15px;
  min-width: 65px;
  margin-right: 11px;
  border-radius: 4px;
  background: #ffffff;
  letter-spacing: 0.6px;
  transition: all 200ms;
  text-transform: uppercase;
  border: 1px solid #e8edf6;
}
.modal-levels__btn.active{
  border: 0;
  background: #e8edf6;
  box-shadow: inset 0 1px 2px 0 #c2cfe7;
}
.modal-levels__btn:hover{
  border-color: #3394d3;
}
.modal-levels__footer{
  display: none;
  align-items: center;
  padding: 20px 45px 25px;
  justify-content: space-between;
  background: url('../img/exit-bg.jpg') no-repeat center/cover;
}
.modal-levels__footer.active{
  display: flex;
}
.modal-levels__footer p{
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
  max-width: 320px;
}
.modal-levels__footer p b{
  display: block;
  font-size: 25px;
  text-transform: uppercase; 
}
.modal-levels__link{
  width: 180px;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  min-height: 50px;
  line-height: 50px;
  padding-left: 20px;
  text-align: center;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.modal-levels__link:hover{
  background-image: linear-gradient(to bottom, #5bc131, #2d9700);
}
.modal-levels__link:hover:before{
  transform: translate(7px, -50%);
}
.modal-levels__link:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 20px;
  z-index: 10;
  width: 18px;
  height: 13px;
  transform: translateY(-50%);
  transition: transform 200ms;
  background: url(../img/btn-arrow.svg) no-repeat center;
}

@media(max-width: 991px) {
  .modal-levels{
    display: none;
  }
}
/* modal-levels */

/* order-page */
.order-page{
  padding: 20px 0 30px;
}
.order-page__container{
  padding: 0 15px;
}
.order-page__title{
  color: #3c5073;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.order-form__label{
  color: #979da8;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.order-form__field{
  border: 0;
  width: 100%;
  height: 50px;
  outline: none;
  color: #8a98ad;
  font-size: 16px;
  padding: 0 10px 0;
  border-radius: 3px;
  margin-bottom: 10px;
  background: #ffffff;
  border: 1px solid #d8dde6;
}
.order-form__field::placeholder{
  color: #979da8;
}
.order-form__field_select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ffffff url('../img/order-arrow.svg') no-repeat 95% center;
}
.js-select{
  display: none;
}
.js-select_active{
  display: block;
}
.order-form__field_date{
  background: #ffffff url('../img/order-date.svg') no-repeat 95% center;
}
.order-form__field_sm{
  font-size: 13px;
  width: calc(100% - 140px);
}
.order-form__field_text{
  resize: none;
  height: 100px;
  padding-top: 10px;
}
.order-form__item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.order-form__tabs{
  display: flex;
  margin-bottom: 10px;
}
.order-form__tabs-btn{
  width: 65px;
  height: 40px;
  outline: none;
  color: #97a3b6;
  font-size: 13px;
  background: #ffffff;
  border:1px solid #d9d9d9;
  transition: background 200ms, color 200ms
}
.order-form__tabs-btn_active{
  border: 0;
  color: #ffffff;
  font-weight: 700;
  background: #ef7a30;
}
.order-form__tabs-btn:first-child{
  border-right: 0;
  border-radius: 6px 0 0 6px;
}
.order-form__tabs-btn:last-child{
  border-left: 0;
  border-radius: 0 6px 6px 0;
}
.order-form__btn{
  border: 0;
  width: 100px;
  height: 50px;
  outline: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 30px;
  background-image: linear-gradient(to top, #2d9700, #3eac10);
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  border: 0;
  height: 40px;
  opacity: .65;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  font-family: 'PT Sans', sans-serif;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  border: 0;
  background: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  width: 40px;
  height: 40px;
  margin: auto;
  font-size: 14px;
  font-weight: 400;
  padding-right: 0;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-family: 'PT Sans', sans-serif;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current {
  box-shadow: none;
  background: transparent;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current:hover {
  color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current>div {
  background: #ef7a30;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover {
  color: inherit !important;
  background: transparent !important;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  margin-left: 0;
  padding-right: 10px;
}

.xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
  width: 100%;
  max-width: 464px;
  box-shadow: none;
  border-radius: 5px;
  padding: 20px 0 15px 20px;
  border: solid 1px #e0e2eb;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: calc(100% - 95px);
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 95px;
  float: right;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f7f8fc;
}

.xdsoft_today_button {
  display: none !important;
}

.xdsoft_timepicker .xdsoft_prev,
.xdsoft_timepicker .xdsoft_next {
  display: none !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  border: 0;
  height: 18px;
  color: #2d394d;
  font-size: 14px;
  line-height: 18px;
  background: transparent;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin: 31px 0 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  border: 0;
  height: 240px;
  padding: 0 20px 0 15px;
  border-left: 1px solid #dcdfe7;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  color: #fff;
  font-weight: 400;
  box-shadow: none;
  border-radius: 3px;
  background: #ef7a30;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  border-radius: 3px;
  background: #ef7a30 !important;
}

.xdsoft_scrollbar {
  width: 4px;
  right: 7px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
  color: #ffffff;
  border-radius: 3px;
  background: #ef7a30 !important;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_scroller {
  background: #dcdfe7 !important;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child:hover {
  background: #ef7a30 !important;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  text-align: left;
  padding-left: 70px;
  position: relative;
  margin-bottom: 10px;
}

.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next {
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.xdsoft_datetimepicker .xdsoft_prev {
  left: 0;
  background: url('../img/c-arrow.svg');
}

.xdsoft_datetimepicker .xdsoft_next {
  left: 35px;
  background: url('../img/c-arrow.svg');
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.xdsoft_datetimepicker .xdsoft_label {
  padding: 0;
  float: none;
  color: #2d394d;
  font-size: 15px;
  font-weight: 400;
}

.xdsoft_datetimepicker .xdsoft_label i {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
  cursor: default;
  text-decoration: none;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  display: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today{
  color: #666 !important;
}
@media (max-width: 576px) {
  .xdsoft_datetimepicker .xdsoft_timepicker {
      width: 60px;
  }
  .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
      height: 196px;
      padding: 0 10px 0 5px;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker {
      width: calc(100% - 60px);
  }
  .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
      left: auto !important;
      right: 15px !important;
  }
  .xdsoft_datetimepicker .xdsoft_calendar td>div {
      width: 25px;
      height: 25px;
      line-height: 25px;
  }
  .xdsoft_datetimepicker .xdsoft_monthpicker {
      margin-bottom: 0;
  }
  .xdsoft_scrollbar {
      right: 0;
  }
  .xdsoft_datetimepicker .xdsoft_datepicker.active,
  .xdsoft_datetimepicker .xdsoft_timepicker.active {
      padding-right: 5px;
  }
  .xdsoft_datetimepicker.xdsoft_noselect.xdsoft_ {
      width: calc(100% - 30px);
      padding: 15px 0 15px 5px;
  }
}
/* order-page */

/* New version of LEVELS page */
.packages-slider__item--md-hidden {
    display: none;
}

.packages-table {
    display: block;
    width: 100%;
    max-width: 940px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
    margin-top: 20px;
    background: white;
}

@media (max-width: 991px) {
    .packages-slider__item--md-hidden {
        display: block;
    }
    .packages-table {
        display: none;
    }
}

.packages-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.packages-table__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    max-width: 33.3333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: white;
    padding: 18px 36px;

}
.packages-table__row:first-child .packages-table__data:first-child {
    border-top-left-radius: 3px;
}
.packages-table__row:last-child .packages-table__data:first-child {
    border-bottom-left-radius: 3px;
}
.packages-table__row:last-child .packages-table__data:last-child {
    border-bottom-right-radius: 3px;
}
.packages-table__row .packages-table__data:not(:last-child) {
    border-right: solid 1px #f4f6f9;
}
.packages-table__footer .packages-table__data {
    background: #f4f6f9;
}
.packages-table__heading,
.packages-table__text,
.packages-table__price,
.packages-table__text-package,
.packages-table__title,
.packages-table__data .subscription-item__link {
    margin: 0;
    padding: 0;
}

.packages-table__header {
    position: relative;
    -webkit-box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
    box-shadow: 0 2px 4px 0 rgba(168, 183, 199, 0.21);
    margin-bottom: 14px;
}
.packages-table__header .packages-table__data {
    padding: 26px;
}
.packages-table__footer .packages-table__data {
    padding: 18px 26px 28px;
}
.packages-table__first-column {
    max-width: 221px;
    padding: 10px 31px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.packages-table__header .packages-table__first-column {
    padding: 26px 31px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.packages-table__icon {
    max-width: 24px;
}

.packages-table__heading {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 0.8px;
    color: #7587a7;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.packages-table__text {
    font-size: 12px;
    color: #7587a7;
}

.packages-table__header .packages-table__text {
    margin-bottom: 4px;
    min-height: 16px;
}

.packages-table__text-package {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
    color: #3c5073;
}

.packages-table__price {
    font-size: 24px;
    color: #3c5073;
    font-family: 'Arial', sans-serif;
    margin-bottom: 8px;
}

.packages-table__price--subtitle {
    color: inherit;
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.packages-table__tooltip {
    color: #7587a7;
    padding: 2px 8px;
    margin-right: auto;
    margin-bottom: 18px;
    font-size: 12px;
    font-weight: 400;
    border-radius: 3px;
    background: #dcebff;
    min-height: 20px;
}
.packages-table__tooltip_no-padding{
  padding: 0;
}

.packages-table__data--main .packages-table__price,
.packages-table__data--main .packages-table__text-package {
    color: #2d9700;
}

.packages-table__data--main .packages-table__tooltip {
    color: #ff8416;
    background: #ffdfc3;;
}

.packages-table__title {
    font-size: 11px;
    font-weight: bold;
    color: #7587a7;
    text-transform: uppercase;
    line-height: normal;
    margin-left: 18px;
}
.packages-table__footer {
    margin-top: 14px;
}

.packages-table__footer .packages-table__data {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.packages-table__footer .packages-table__text {
    margin-bottom: 21px;
    text-align: center;
}

.packages-table__header .packages-table__data--main {
    position: relative;
}
.packages-table__label-popular {
    position: absolute;
    content: '';
    top: -31px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    font-size: 11px;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    color: white;
    background: #2d9700;
    text-transform: uppercase;
    line-height: 1;
}

.packages-table__btn a {
    display: inline-block;
    color: #2d9700;
    border: 1px solid #2d9700;
    border-radius: 25px;
    height: 45px;
    line-height: 45px;
    width: 100%;
    max-width: 180px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.2px;
    text-align: center;
    background: transparent;
    text-decoration: none;
    transition: color 300ms, background 300ms
}

.packages-table__btn a:hover {
    color: #ffffff;
    background: #2d9700;
    text-decoration: none;
}

.packages-table__data--main .packages-table__btn a {
    color: white;
    background: -webkit-gradient(linear, left bottom, left top, from(#2d9700), to(#3eac10));
    background: -webkit-linear-gradient(bottom, #2d9700, #3eac10);
    background: -o-linear-gradient(bottom, #2d9700, #3eac10);
    background: linear-gradient(to top, #2d9700, #3eac10);
    -webkit-transition: color 300ms, background 300ms;
    -o-transition: color 300ms, background 300ms;
    transition: color 300ms, background 300ms;
}
.packages-table__data--main  .packages-table__btn a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#96ca32), to(#2d9700));
    background: -webkit-linear-gradient(top, #96ca32, #2d9700);
    background: -o-linear-gradient(top, #96ca32, #2d9700);
    background: linear-gradient(to bottom, #96ca32, #2d9700);
}

/* New version of LEVELS page END */

/* new checker modal */
#checker-modal .modal-copy__header{
  padding: 37px 0;
  background: #272c4d;
}
#checker-modal .modal-copy__header:before{
  top: auto;
  width: 76px;
  height: 88px;
  background: url('../img/checker-modal-bg1.svg') no-repeat left bottom/contain
}
#checker-modal .modal-copy__header:after{
  top: auto;
  width: 74px;
  height: 83px;
  background: url('../img/checker-modal-bg2.svg') no-repeat right bottom/contain
}
#checker-modal .modal-copy__header p{
  font-size: 22px;
  font-weight: 700;
  line-height: 1.36;
}
#checker-modal .modal-copy__header p b{
  padding: 5px;
  border-radius: 6px;
  background: #515780;
}
#checker-modal .modal-copy__content{
  display: block;
  text-align: center;
  padding: 20px 60px 30px;
}
#checker-modal .modal-copy__content p{
  color: #464b70;
  font-size: 14px;
  text-align: left;
  line-height: 1.64;
  margin-bottom: 25px;
}
#checker-modal .modal-copy__content p span{
  padding: 5px;
  border-radius: 6px;
  background: #ffeaca;
}
#checker-modal .modal-copy__link-green{
  font-size: 16px;
  position: relative;
  border-radius: 25px;
  display: inline-block;
  padding: 14px 35px 14px 60px;
  background: linear-gradient(to top, #2d9700, #37af05);
}
#checker-modal .modal-copy__link-green:hover{
  opacity: 1;
  background: linear-gradient(to bottom, #5bc131, #2d9700);
}
#checker-modal .modal-copy__link-green:before{
  position: absolute;
  content: '';
  top: 50%;
  left: 30px;
  width: 18px;
  height: 13px;
  transform: translateY(-50%);
  background: url(../img/btn-arrow.svg) no-repeat center;
}
.new-checker-modal .fancybox-close{
  top: -15px !important;
  right: -15px !important;
  width: 13px !important;
  height: 13px !important;
  transform: rotate(0deg);
  display: block !important;
  background: url('../img/x.svg') no-repeat center/contain;
}
@media(max-width: 576px){
  #checker-modal .modal-copy__content{
    padding: 15px;
  }
  #checker-modal .modal-copy__link-green{
    padding-left: 25px;
    padding-right: 15px;
  }
  #checker-modal .modal-copy__link-green:before{
    display: none;
  }
}
/* new checker modal */

.package-item{
  border-radius: 6px;
  background: #ffffff;
  margin-bottom: 17px;
  border: 1px solid #e8edf3;
  padding: 15px 15px 17px 30px;
}
.account-form .package-item__title, .package-item__title{
  color: #3c5073;
  display: block;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  padding-right: 25px;
  letter-spacing: .6px;
  text-transform: uppercase;
  font-family: 'Arial', sans-serif;
}
.package-item__title:after{
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  width: 15px;
  height: 8px;
  transform: translateY(-50%);
  background: url('../img/icon-package.svg') no-repeat center/contain;
}
.package-item__content{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.account-form .package-item__price, .package-item__price{
  color: #3c5073;
  font-size: 42px;
  margin-right: 10px;
  line-height: normal;
  font-family: 'Arial', sans-serif;
}
.package-item__symbol{
  font-size: 16px;
  margin-top: 5px;
  font-weight: 400;
  margin-right: 3px;
  font-style: normal;
  display: inline-block;
  vertical-align: text-top;
}
.account-form .package-item__desc, .package-item__desc{
  color: #90a1ba;
  font-size: 10px;
  margin-top: 5px;
  text-align: left;
  line-height: 1.57;
  text-transform: uppercase;
  font-family: 'Arial', sans-serif;
}
.package-item__desc b{
  color: #fff;
  padding: 0 5px;
  font-weight: 400;
  border-radius: 3px;
  background: #ff8416;
  display: inline-block;
}
.package-item_one{
  display: none;
}
@media(max-width: 767px) {
  .package-item{
    padding: 15px 20px 12px 18px;
  }
  .account-form .package-item__title{
    font-size: 18px;
  }
  .account-form .package-item__price{
    font-size: 36px;
  }
}

/* new checker modal */
.popup-copy .essay-modal__footer,
.popup-download .essay-modal__footer,
.popup-print .essay-modal__footer{
    display: none;
}


/* hide link for subdomain WAR */

.category-war .header__cta-link, .category-war .js-btn-search {
    display: none !important;
}
.downloadloader{
  display: none;
}

ul.sidebar-subcategories a{
    color: #FF842A;
    font-size: 13px;
}

.breadcrumbs div, .breadcrumbs div span a span{
    font-size: 12px;
    color: #ff842a;
    text-decoration: none;
    line-height: 1.4;
}

.breadcrumbs div span.paged{
    color: #3c5073;
}

.sidebar-search{
    margin-bottom: 40px;
}

.row-related-topic{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.col{
    flex-direction: column;
    flex-grow: 1;
}

.category-essays article .post-thumbnail img{
    display: none;
}

@media(max-width: 767px) {
    .col {
        width: calc(100% / 2);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .col {
        width: calc(100% / 4);
    }
}

@media(min-width: 1200px) {
    .col {
        width: calc(100% / 6);
    }
}