header {
    position: fixed;
    width: 100%;
    z-index: 5;
}
.post-wrapper > div > .entry-content{
    word-break: break-word;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.wp-pagenavi {
    align-items: center;
    display: flex;
}
.wp-pagenavi .wrap-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.p-after-pagination {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 46px;
    text-align: center;
    color: #717880;
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    max-height: 410px;
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.two-img {
    display: flex;
    justify-content: space-between;
}
.two-img img{
    width: 350px;
}
*,
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 476px;
    --breakpoint-md: 576px;
    --breakpoint-lg: 674px;
    --breakpoint-xl: 1072px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    font-style: normal;
    line-height: inherit
}

address,
dl,
ol,
ul {
    margin-bottom: 1rem
}

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

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item;
    cursor: pointer
}

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

.h5,
h5 {
    font-size: 1.25rem
}

.h6,
h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem
}

.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem
}

.display-3 {
    font-size: 4.5rem
}

.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

.blockquote-footer:before {
    content: "\2014\00A0"
}

.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a > code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

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

.article-wrapper .article-category {
    display: none;
}

.article-wrapper .article-category.item-block,
.article-wrapper .article-category.item-block-two {
    display: block;
}

.free-samples-page h1 {
    font-size: 45px !important;
}

@media (min-width: 476px) {
    .container {
        max-width: inherit;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: inherit
    }
}

@media (min-width: 674px) {
    .container {
        max-width: inherit;
    }
}

@media (min-width: 1072px) {
    .container {
        max-width: 1060px
    }
}


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

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

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

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

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

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

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 476px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

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

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

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

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

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

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 576px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

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

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

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

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

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

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 674px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

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

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

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

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

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

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1072px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

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

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

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

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

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

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody + tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff
}

.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db
}

.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf
}

.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb
}

.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb
}

.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb
}

.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5
}

.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba
}

.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb
}

.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7
}

.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe
}

.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6
}

.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca
}

.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe
}

.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .075)
}
.table-artificial {
    width: 100%;
}
.table-artificial td {
    border: 1px solid;
    width: 50%;
    padding: 15px 0 0 0;
    margin: 0;
}
@media (max-width: 475.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-sm > .table-bordered {
        border: 0
    }
}

@media (max-width: 575.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-md > .table-bordered {
        border: 0
    }
}

@media (max-width: 673.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-lg > .table-bordered {
        border: 0
    }
}

@media (max-width: 1071.98px) {

    .two-img {
        flex-direction: column;
    }
    .two-img img {
        margin: 15px 0 15px 0;
        width: 100%;
    }
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch
    }

    .table-responsive-xl > .table-bordered {
        border: 0
    }

    .nav_wowNaw .container {
        max-width: 100%;
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
    resize: none;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto
}

.wrp.change.dissertation #phd_only {
    display: flex!important;
}

.wrp.dissertation #phd_only {
    display: none!important;
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block
}

.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745
}

.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745
}

.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 100% calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip {
    display: block
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block
}

.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545
}

.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545
}

.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 476px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 6%, 54%, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(220, 4%, 85%, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg > .btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm > .btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block + .btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width: 476px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 576px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 674px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width: 1072px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropright .dropdown-toggle:after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    display: none
}

.dropleft .dropdown-toggle:before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropleft .dropdown-toggle:before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split:before {
    margin-right: 0
}

.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0
}

.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px
}

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd
}

.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: ""
}

.custom-control-label:after {
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label:before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label:before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label:after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    display: inline-block;
    margin-bottom: 0
}

.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + .75rem + 2px)
}

.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse"
}

.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse)
}

.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057
}

.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px
}

.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills .nav-link {
    border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff
}

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    padding: .5rem 1rem
}

.navbar,
.navbar > .container,
.navbar > .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}

@media (max-width: 475.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 476px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 575.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 673.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 674px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1071.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1072px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, .25)
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, .5);
    border-color: hsla(0, 0%, 100%, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, .5)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem
}

.card-subtitle,
.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
    margin-bottom: -.75rem;
    border-bottom: 0
}

.card-header-pills,
.card-header-tabs {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 10px
}

@media (min-width: 476px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -10px;
        margin-left: -10px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group > .card {
    margin-bottom: 10px
}

@media (min-width: 476px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 476px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion > .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem hsla(208, 7%, 46%, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width: 476px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@keyframes a {
    0% {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress,
.progress-bar {
    display: -ms-flexbox;
    display: flex
}

.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, .15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, .15) 0, hsla(0, 0%, 100%, .15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: a 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row
}

.list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0
}

.list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0
}

@media (min-width: 476px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-sm .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 576px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-md .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 674px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-lg .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

@media (min-width: 1072px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-right: -1px;
        margin-bottom: 0
    }

    .list-group-horizontal-xl .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        margin-right: 0;
        border-top-right-radius: .25rem;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: 0
    }
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer > :not(:first-child) {
    margin-left: .25rem
}

.modal-footer > :not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 476px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 674px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width: 1072px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem
}

.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover,
.popover .arrow {
    position: absolute;
    display: block
}

.popover .arrow {
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right] > .arrow,
.bs-popover-right > .arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left] > .arrow,
.bs-popover-left > .arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner:after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@keyframes b {
    to {
        transform: rotate(1turn)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: b .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes c {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: c .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.align-baseline {
    vertical-align: baseline !important
}

.align-top {
    vertical-align: top !important
}

.align-middle {
    vertical-align: middle !important
}

.align-bottom {
    vertical-align: bottom !important
}

.align-text-bottom {
    vertical-align: text-bottom !important
}

.align-text-top {
    vertical-align: text-top !important
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important
}

.rounded-right,
.rounded-top {
    border-top-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix:after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width: 476px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 576px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 674px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width: 1072px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !important
    }

    .d-print-table {
        display: table !important
    }

    .d-print-table-row {
        display: table-row !important
    }

    .d-print-table-cell {
        display: table-cell !important
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-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
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

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

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

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

.justify-content-between {
    -ms-flex-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;
    align-items: flex-start !important
}

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

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

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

.align-items-stretch {
    -ms-flex-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
}

@media (min-width: 476px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 674px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1072px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

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

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

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

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width: 476px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width: 576px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }


}

@media (min-width: 674px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width: 1072px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    top: 0
}

.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    bottom: 0
}


.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !important
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width: 476px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width: 576px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 674px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width: 1072px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width: 476px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width: 576px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }

    .footer-nav .contacts-wrapper {
        display: flex;
        justify-content: space-between;
    }
}

@media (min-width: 674px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width: 1072px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: hsla(0, 0%, 100%, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    .container,
    body {
        min-width: 674px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

body {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 16px;
    line-height: 30px;
    color: #717880;
    letter-spacing: .5px;
    text-align: justify
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Playfair Display serif;
    font-weight: 600;
    text-align: left;
    color: #3c444c;
    letter-spacing: .5px
}

h1,
h2 {
    font-size: 60px;
    line-height: 70px
}

h3 {
    font-size: 40px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

@media (max-width: 673px) {
    h1,
    h2 {
        font-size: 40px;
        line-height: 50px
    }

    h3 {
        font-size: 20px
    }

    h4 {
        font-size: 18px
    }

    h5,
    h6 {
        font-size: 16px
    }
}

a {
    transition: all .3s ease
}

b,
strong {
    font-weight: 700;
    color: #3c444c;
    font-family: 'Gotham Pro Medium';
}

.clear {
    clear: both
}

.wowNaw {
    background-color: #00022a
}

.navbar-brand {
    background: none;
    display: block;
    padding: 0;
    transition: all .3s ease
}

.navbar-brand,
.navbar-brand img {
    width: 114px;
    height: 50px
}

.navbar-brand:hover {
    opacity: .7
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.menu-item-has-children {
    position: relative
}

.menu-item-has-children > ul {
    display: none;
    position: absolute;
    z-index: 5;
    background-color: #011244;
    border-radius: 0 0 2px 2px;
    padding: 0;
    list-style: none;
    margin: 0
}

.menu-item-has-children:hover > ul {
    display: block
}

.menu-item-has-children > ul > li {
    border-bottom: 1px solid #fff;
    min-width: 250px
}

.menu-item-has-children > ul > li > .nav-link {
    font-size: 15px;
    line-height: 45px;
    padding: 0 30px;
    height: 45px;
    display: block
}

.navbar-expand-xl .navbar-nav .nav-link {
    padding: 4px 18px;
    height: 42px;
    line-height: 30px;
    margin: 0 7px
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #38B8EF
}

.navbar-expand-xl .menu-item-166 > .nav-link,
.navbar-expand-xl .menu-item-159 > .nav-link {
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 28px;
    margin-left: 25px
}

.navbar-expand-xl .menu-item-166 > .nav-link:hover,
.navbar-expand-xl .menu-item-159 > .nav-link:hover {
    border-color: #38B8EF
}

#menu-free-inquiry {
    display: inline-block;
    padding: 0 18px;
    height: 30px;
    margin: 0 7px;
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 28px;
    margin-left: 25px;
    color: #fff
}

#menu-free-inquiry:hover {
    border-color: #38B8EF;
    color: #38B8EF;
    text-decoration: none
}

.servicesNavButton {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNnB4IiBoZWlnaHQ9IjExcHgiIHZpZXdCb3g9IjAgMCAxNiAxMSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5tZW51PC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJNYWluLVBhZ2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9IldFX21haW4tcGFnZV90YWJsZXRfdjIwMV9GaW4iIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02ODAuMDAwMDAwLCAtMzAuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiIgZmlsbC1ydWxlPSJub256ZXJvIj4gICAgICAgICAgICA8ZyBpZD0iMDEiPiAgICAgICAgICAgICAgICA8ZyBpZD0ibWVudSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjgwLjAwMDAwMCwgMzAuMDAwMDAwKSI+ICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMC41LDAgTDE1LjUsMCBDMTUuNzc2MTQyNCwtNS4wNzI2NTMxM2UtMTcgMTYsMC4yMjM4NTc2MjUgMTYsMC41IEMxNiwwLjc3NjE0MjM3NSAxNS43NzYxNDI0LDEgMTUuNSwxIEwwLjUsMSBDMC4yMjM4NTc2MjUsMSAzLjM4MTc2ODc2ZS0xNywwLjc3NjE0MjM3NSAwLDAuNSBDLTMuMzgxNzY4NzZlLTE3LDAuMjIzODU3NjI1IDAuMjIzODU3NjI1LDUuMDcyNjUzMTNlLTE3IDAuNSwwIFogTTAuNSw1IEwxNS41LDUgQzE1Ljc3NjE0MjQsNSAxNiw1LjIyMzg1NzYzIDE2LDUuNSBDMTYsNS43NzYxNDIzNyAxNS43NzYxNDI0LDYgMTUuNSw2IEwwLjUsNiBDMC4yMjM4NTc2MjUsNiAzLjM4MTc2ODc2ZS0xNyw1Ljc3NjE0MjM3IDAsNS41IEMtMy4zODE3Njg3NmUtMTcsNS4yMjM4NTc2MyAwLjIyMzg1NzYyNSw1IDAuNSw1IFogTTAuNSwxMCBMMTUuNSwxMCBDMTUuNzc2MTQyNCwxMCAxNiwxMC4yMjM4NTc2IDE2LDEwLjUgQzE2LDEwLjc3NjE0MjQgMTUuNzc2MTQyNCwxMSAxNS41LDExIEwwLjUsMTEgQzAuMjIzODU3NjI1LDExIDMuMzgxNzY4NzZlLTE3LDEwLjc3NjE0MjQgMCwxMC41IEMtMy4zODE3Njg3NmUtMTcsMTAuMjIzODU3NiAwLjIyMzg1NzYyNSwxMCAwLjUsMTAgWiIgaWQ9IlJlY3RhbmdsZS0zIj48L3BhdGg+ICAgICAgICAgICAgICAgIDwvZz4gICAgICAgICAgICA8L2c+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 16px 11px;
    background-position: 50%;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px;
    height: 12px;
    margin: 0 20px;
    cursor: pointer;
    transition: all .3s ease
}

.servicesNavButton:hover {
    opacity: .85
}

.menu-overlay {
    position: fixed;
    min-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1019;
    background-color: rgba(1, 18, 68, .85);
    display: none
}

.menu-overlay.is-visible {
    display: block;
    animation: cd-fade-in .3s
}

.block__main-nav {
    position: fixed;
    top: 0;
    margin: 0;
    height: 100%;
    width: 260px;
    background-color: #fff;
    -webkit-overflow-scrollingr: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 1042;
    right: -100%;
    transition: right .3s;
    padding: 25px 20px
}

.block__main-nav.speed-in {
    right: 0
}

.block__main-nav .nav_close_btn {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxNHB4IiBoZWlnaHQ9IjEzcHgiIHZpZXdCb3g9IjAgMCAxNCAxMyIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5SZWN0YW5nbGUgMyBDb3B5IDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9Ik1haW4tUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iV0VfbWFpbi1wYWdlX21vYmlsZV92MTAyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjg3LjAwMDAwMCwgLTI5LjAwMDAwMCkiIGZpbGw9IiM3MTc4ODAiIGZpbGwtcnVsZT0ibm9uemVybyI+ICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwIj4gICAgICAgICAgICAgICAgPHBhdGggZD0iTTI5My41MjA4MTUsMzUuMDIwODE1MyBMMjkzLjUyMDgxNSwyNy41MjA4MTUzIEMyOTMuNTIwODE1LDI3LjI0NDY3MjkgMjkzLjc0NDY3MywyNy4wMjA4MTUzIDI5NC4wMjA4MTUsMjcuMDIwODE1MyBDMjk0LjI5Njk1OCwyNy4wMjA4MTUzIDI5NC41MjA4MTUsMjcuMjQ0NjcyOSAyOTQuNTIwODE1LDI3LjUyMDgxNTMgTDI5NC41MjA4MTUsMzUuMDIwODE1MyBMMzAyLjAyMDgxNSwzNS4wMjA4MTUzIEMzMDIuMjk2OTU4LDM1LjAyMDgxNTMgMzAyLjUyMDgxNSwzNS4yNDQ2NzI5IDMwMi41MjA4MTUsMzUuNTIwODE1MyBDMzAyLjUyMDgxNSwzNS43OTY5NTc3IDMwMi4yOTY5NTgsMzYuMDIwODE1MyAzMDIuMDIwODE1LDM2LjAyMDgxNTMgTDI5NC41MjA4MTUsMzYuMDIwODE1MyBMMjk0LjUyMDgxNSw0My41MjA4MTUzIEMyOTQuNTIwODE1LDQzLjc5Njk1NzcgMjk0LjI5Njk1OCw0NC4wMjA4MTUzIDI5NC4wMjA4MTUsNDQuMDIwODE1MyBDMjkzLjc0NDY3Myw0NC4wMjA4MTUzIDI5My41MjA4MTUsNDMuNzk2OTU3NyAyOTMuNTIwODE1LDQzLjUyMDgxNTMgTDI5My41MjA4MTUsMzYuMDIwODE1MyBMMjg2LjAyMDgxNSwzNi4wMjA4MTUzIEMyODUuNzQ0NjczLDM2LjAyMDgxNTMgMjg1LjUyMDgxNSwzNS43OTY5NTc3IDI4NS41MjA4MTUsMzUuNTIwODE1MyBDMjg1LjUyMDgxNSwzNS4yNDQ2NzI5IDI4NS43NDQ2NzMsMzUuMDIwODE1MyAyODYuMDIwODE1LDM1LjAyMDgxNTMgTDI5My41MjA4MTUsMzUuMDIwODE1MyBaIiBpZD0iUmVjdGFuZ2xlLTMtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyOTQuMDIwODE1LCAzNS41MjA4MTUpIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMjk0LjAyMDgxNSwgLTM1LjUyMDgxNSkgIj48L3BhdGg+ICAgICAgICAgICAgPC9nPiAgICAgICAgPC9nPiAgICA8L2c+PC9zdmc+);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    display: block;
    width: 17px;
    height: 17px;
    margin: 0 0 50px auto;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease
}

.block__main-nav .nav_close_btn:hover {
    opacity: .85
}

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

.block__main-nav ul li {
    margin-bottom: 20px
}

.block__main-nav ul li a {
    color: #717880;
    line-height: 30px
}

.block__main-nav ul li a:hover {
    color: #e83e8c;
    text-decoration: none
}

.block__main-nav ul li.menu-item-166,
.block__main-nav ul li.menu-item-159 {
    border-top: 1px solid #38B8EF;
    margin-top: 50px;
    padding-top: 20px
}

.block__main-nav ul li.menu-item-166 a,
.block__main-nav ul li.menu-item-159 a {
    display: inline-block;
    border: 1px solid #38B8EF;
    border-radius: 15px;
    line-height: 28px;
    height: 30px;
    padding: 0 18px;
    color: #38B8EF
}

.block__main-nav ul li.menu-item-166 a:hover,
.block__main-nav ul li.menu-item-159 a:hover {
    color: #fa0559;
    border-color: #fa0559
}

.mainCta {
    background-color: #05072D;
    color: #fff
}

.mainCta h1 {
    margin: 30px 0;
    color: #fff;
    min-height: auto;
}

.mainCta p {
    font-size: 20px;
    color: #b9ceeb;
    letter-spacing: .62px;
    text-align: left;
    line-height: 30px;
    padding: 20px 0;
    margin: 10px 0 0;
    border-top: 1px solid #38B8EF;
    max-width: 430px
}

.mainCta .ctaImg {
    background-image: url(/assets/img/new-main/new-bg-main-page.svg);
    background-size: 57% auto;
    background-position: 100% 100%;
    background-repeat: no-repeat
}

.mainCta .pinkBtn {
    margin: 0 0 50px;
    max-width: 270px;
}

.pinkBtn {
    display: block;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 25px;
    background-color: #2EC84A;
    text-transform: uppercase;
    font-size: 18px;
    /*max-width: 330px;*/
    text-align: center;
    /*width: 100%;*/
    padding: 0 18px 0 18px;
}

.pinkBtn:hover{
    background-color: #2EDC4D;
}

@media (max-width: 767px) {
    .pinkBtn {
        font-size: 17px;
    }
}

.banner-order-item .pinkBtn {
    font-size: 18px;
}

.pinkBtn,
.pinkBtn:hover {
    color: #fff;
    text-decoration: none
}

/*.pinkBtn:hover {*/
/*    background-color: #fa0559*/
/*}*/

@media (max-width: 1071px) {
    .mainCta h1 {
        text-align: center;
        margin-bottom: 40px
    }

    .mainCta .ctaImg {
        background-size: 50% auto
    }

    .mainCta p br {
        display: none
    }

    .post-wrapper,
    .category-tpl .article-category .article-item {
        margin: 0 auto;
    }
}

@media (max-width: 673px) {
    .mainCta h1 {
        margin: 15px 0
    }

    .mainCta p {
        max-width: none;
        text-align: center
    }

    .mainCta p br {
        display: none
    }

    .mainCta .pinkBtn {
        margin-left: auto;
        margin-right: auto
    }

    .mainCta .ctaImg {
        background-size: 290px auto;
        background-position: bottom;
        padding-bottom: 230px
    }
}

main {
    padding: 40px 0
}

.breadcrumb-gutter .breadcrumb-container {
    margin-bottom: 25px;
}

.b-top {
    border-top: 1px solid #38B8EF;
    padding-top: 10px
}

.banner-order .b-top {
    border-top: 1px solid #5C60A5;
    padding-top: 10px
}


.b-bottom {
    border-bottom: 1px solid #38B8EF;
    padding-bottom: 10px
}

.b-bottom.b-top {
    font-size: 26px;
    line-height: 40px;
    font-family: Playfair Display serif;
    color: #3c444c;
    margin: 25px 0
}

.b-bottom.b-top strong {
    font-weight: 700
}

.mt {
    margin-top: 115px
}

.mb {
    margin-bottom: 115px
}

.benefits img {
    height: 90px;
    width: auto;
    margin: 15px auto;
    display: block
}

.benefits .t3 {
    font-family: Playfair Display serif;
    font-size: 20px;
    color: #3c444c;
    margin-bottom: 10px
}

.benefits .t3,
.benefits .tp {
    text-align: center;
    letter-spacing: .5px;
    line-height: 30px
}

.benefits .tp {
    font-size: 16px;
    margin-bottom: 35px
}

.bwb {
    width: 270px;
    margin: 0 auto;
    text-align: center
}

.bwb div {
    padding-bottom: 10px
}

.services img {
    height: 50px;
    width: auto;
    margin: 0 0 0 5px;
    float: left
}

.services .t3 {
    font-family: Playfair Display serif;
    text-align: left;
    font-size: 20px;
    color: #3c444c;
    letter-spacing: .5px;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 40px
}

.services .t3 strong {
    margin-left: 20px;
    display: block
}

.hide-top-banner {
    padding-top: 110px;
}

.page-inside ul,
.pen {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 0 0 0;
    padding: 0 0 0 27px;
    list-style: none;
    line-height: 15px;
}

.page-inside ul.slick-dots {
    padding: 0 0 0 0;
}

.page-inside ul li,
.pen li {
    margin-bottom: 10px;
    line-height: 30px;
    background-size: 0;
    background-position: left 0 center;
    background-repeat: no-repeat;
}

.best img {
    height: 60px;
    width: auto;
    margin: 0 0 0 5px;
    float: left
}

.best .t3 {
    font-family: Playfair Display serif;
    text-align: left;
    font-size: 20px;
    color: #3c444c;
    letter-spacing: .5px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 40px
}

.best .t3 strong {
    margin-left: 20px;
    display: block
}

.best .tp {
    margin-bottom: 20px
}

.best .cta {
    font-size: 18px;
    color: #3c444c;
    letter-spacing: .56px;
    line-height: 30px
}

@media (max-width: 673px) {
    .best .tp {
        margin-bottom: 0
    }

    .best .pinkBtn {
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

.services2 img {
    max-width: 100%;
    margin: 0 auto;
    display: block
}


.services2 .tp {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #182B3E;
}

.services2 .b-bottom {
    max-width: 300px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.services2 .cta {
    font-size: 18px;
    color: #3c444c;
    letter-spacing: .56px;
    line-height: 30px;
    font-weight: 500
}

@media (max-width: 673px) {
    .services2 .t3 {
        margin-bottom: 10px;
        margin-top: 20px
    }

    .mb,
    .mt {
        margin-top: 75px
    }
}

.pencil-icon.two-block.non-flag {
    max-height: 565px;
}

.page-inside .pencil-icon.non-flag li:last-child {
    list-style-image: none;
}

footer {
    background-color: #00022a
}

footer .copyright {
    height: 90px;
    line-height: 30px;
    text-align: center;
    padding: 25px 0;
    opacity: .5;
    font-size: 14px;
    color: #b9ceeb;
    letter-spacing: .42px;
    font-weight: 300;
    border-top: 1px solid rgba(185, 206, 235, .2)
}

footer .copyright .tel-copy-foot {
    margin: 0;
}

footer .copyright .tel-copy-foot a {
    color: #b9ceeb;
    text-decoration: none;
    margin: 0 10px 0 0;
}

footer .footer-nav {
    padding: 80px 0 40px;
    line-height: 40px;
    text-align: center
}

.footer-nav .footer-subheader {
    color: #fff;
}

.dmca-badge-wrapper {
    margin-top: 20px;
}

.footer-nav .contacts-wrapper span {
    font-size: 14px;
    margin-left: 5px;
}

footer .footer-nav a {
    font-size: 14px;
    color: #b9ceeb;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    font-weight: 300
}

footer .footer-nav a:hover {
    color: #fff
}

@media (max-width: 673px) {
    footer .copyright {
        /*height: 50px;*/
        padding: 10px 0
    }

    footer .footer-nav {
        padding: 20px 0;
        line-height: 30px;
        text-align: center
    }

    footer .footer-nav a {
        text-align: left
    }
}

.testimonials {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto
}

.testimonials .slide .text {
    background: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 0 40px;
    line-height: 30px;
    margin: 60px 30px 10px;
    height: 300px
}

.testimonials .slide .point {
    display: none;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    /*background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAzMiAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5QYXRoIDI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9Ik1haW4tUGFnZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iV0VfbWFpbi1wYWdlX3YxMDNfRklOIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNzg0LjAwMDAwMCwgLTYwODkuMDAwMDAwKSIgZmlsbD0iI0U2MUM1RCI+ICAgICAgICAgICAgPGcgaWQ9IjA3X1Rlc3RpbW9uaWFscyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjAuMDAwMDAwLCA1NzIwLjAwMDAwMCkiPiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNzcwLjA5NTIzOCwzNjkgQzc3Mi41NzE0NDEsMzY5IDc3NC40NDQ0MzgsMzcwLjAxNTg2MyA3NzUuNzE0Mjg2LDM3Mi4wNDc2MTkgQzc3Ni43OTM2NTYsMzczLjc2MTkxMyA3NzcuMzMzMzMzLDM3NS44NTcxMyA3NzcuMzMzMzMzLDM3OC4zMzMzMzMgQzc3Ny4zMzMzMzMsMzgxLjUwNzk1MiA3NzYuNTIzODE4LDM4NC4zNjUwNjcgNzc0LjkwNDc2MiwzODYuOTA0NzYyIEM3NzMuMjg1NzA2LDM4OS40NDQ0NTcgNzcwLjgyNTQxMywzOTEuNDc2MTgzIDc2Ny41MjM4MSwzOTMgTDc2Ni42NjY2NjcsMzkxLjI4NTcxNCBDNzY4LjYzNDkzLDM5MC40NjAzMTMgNzcwLjMzMzMyNiwzODkuMTU4NzM5IDc3MS43NjE5MDUsMzg3LjM4MDk1MiBDNzczLjE5MDQ4MywzODUuNjAzMTY2IDc3My45MDQ3NjIsMzgzLjc5MzY2IDc3My45MDQ3NjIsMzgxLjk1MjM4MSBDNzczLjkwNDc2MiwzODEuMTkwNDcyIDc3My44MDk1MjUsMzgwLjUyMzgxMiA3NzMuNjE5MDQ4LDM3OS45NTIzODEgQzc3Mi42MDMxNywzODAuNzc3NzgyIDc3MS40Mjg1NzgsMzgxLjE5MDQ3NiA3NzAuMDk1MjM4LDM4MS4xOTA0NzYgQzc2OC4zODA5NDQsMzgxLjE5MDQ3NiA3NjYuOTM2NTE0LDM4MC42MzQ5MjYgNzY1Ljc2MTkwNSwzNzkuNTIzODEgQzc2NC41ODcyOTYsMzc4LjQxMjY5MyA3NjQsMzc2LjkzNjUxNyA3NjQsMzc1LjA5NTIzOCBDNzY0LDM3My4zODA5NDQgNzY0LjU4NzI5NiwzNzEuOTM2NTE0IDc2NS43NjE5MDUsMzcwLjc2MTkwNSBDNzY2LjkzNjUxNCwzNjkuNTg3Mjk2IDc2OC4zODA5NDQsMzY5IDc3MC4wOTUyMzgsMzY5IFogTTc4OC4yMDM4OSwzNjkgQzc5MC42ODAwOTMsMzY5IDc5Mi41NTMwOSwzNzAuMDE1ODYzIDc5My44MjI5MzgsMzcyLjA0NzYxOSBDNzk0LjkwMjMwOCwzNzMuNzYxOTEzIDc5NS40NDE5ODUsMzc1Ljg1NzEzIDc5NS40NDE5ODUsMzc4LjMzMzMzMyBDNzk1LjQ0MTk4NSwzODEuNTA3OTUyIDc5NC42MzI0NywzODQuMzY1MDY3IDc5My4wMTM0MTQsMzg2LjkwNDc2MiBDNzkxLjM5NDM1OCwzODkuNDQ0NDU3IDc4OC45MzQwNjUsMzkxLjQ3NjE4MyA3ODUuNjMyNDYxLDM5MyBMNzg0Ljc3NTMxOSwzOTEuMjg1NzE0IEM3ODYuNzQzNTgyLDM5MC40NjAzMTMgNzg4LjQ0MTk3OCwzODkuMTU4NzM5IDc4OS44NzA1NTcsMzg3LjM4MDk1MiBDNzkxLjI5OTEzNSwzODUuNjAzMTY2IDc5Mi4wMTM0MTQsMzgzLjc5MzY2IDc5Mi4wMTM0MTQsMzgxLjk1MjM4MSBDNzkyLjAxMzQxNCwzODEuMTkwNDcyIDc5MS45MTgxNzcsMzgwLjUyMzgxMiA3OTEuNzI3NywzNzkuOTUyMzgxIEM3OTAuNzExODIxLDM4MC43Nzc3ODIgNzg5LjUzNzIzLDM4MS4xOTA0NzYgNzg4LjIwMzg5LDM4MS4xOTA0NzYgQzc4Ni40ODk1OTYsMzgxLjE5MDQ3NiA3ODUuMDQ1MTY2LDM4MC42MzQ5MjYgNzgzLjg3MDU1NywzNzkuNTIzODEgQzc4Mi42OTU5NDgsMzc4LjQxMjY5MyA3ODIuMTA4NjUyLDM3Ni45MzY1MTcgNzgyLjEwODY1MiwzNzUuMDk1MjM4IEM3ODIuMTA4NjUyLDM3My4zODA5NDQgNzgyLjY5NTk0OCwzNzEuOTM2NTE0IDc4My44NzA1NTcsMzcwLjc2MTkwNSBDNzg1LjA0NTE2NiwzNjkuNTg3Mjk2IDc4Ni40ODk1OTYsMzY5IDc4OC4yMDM4OSwzNjkgWiIgaWQ9IlBhdGgtMiI+PC9wYXRoPiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);*/
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjA5NTIxIDBDOC41NzE0MiAwIDEwLjQ0NDQgMS4wMTU4NSAxMS43MTQzIDMuMDQ3NjFDMTIuNzkzNyA0Ljc2MTkgMTMuMzMzMyA2Ljg1NzE0IDEzLjMzMzMgOS4zMzMzNEMxMy4zMzMzIDEyLjUwOCAxMi41MjM4IDE1LjM2NTEgMTAuOTA0OCAxNy45MDQ4QzkuMjg1NzMgMjAuNDQ0NSA2LjgyNTQxIDIyLjQ3NjIgMy41MjM4IDI0TDIuNjY2NjkgMjIuMjg1N0M0LjYzNDk1IDIxLjQ2MDMgNi4zMzMzMiAyMC4xNTg3IDcuNzYxOSAxOC4zODFDOS4xOTA0OCAxNi42MDMyIDkuOTA0NzkgMTQuNzkzNyA5LjkwNDc5IDEyLjk1MjRDOS45MDQ3OSAxMi4xOTA1IDkuODA5NSAxMS41MjM4IDkuNjE5MDIgMTAuOTUyNEM4LjYwMzE0IDExLjc3NzggNy40Mjg1NiAxMi4xOTA1IDYuMDk1MjEgMTIuMTkwNUM0LjM4MDkyIDEyLjE5MDUgMi45MzY1MSAxMS42MzQ5IDEuNzYxOSAxMC41MjM4QzAuNTg3MjkzIDkuNDEyNjkgMCA3LjkzNjUyIDAgNi4wOTUyNUMwIDQuMzgwOTUgMC41ODcyOTMgMi45MzY1MSAxLjc2MTkgMS43NjE5QzIuOTM2NTEgMC41ODcyOTMgNC4zODA5MiAwIDYuMDk1MjEgMFpNMjQuMjAzOSAwQzI2LjY4MDEgMCAyOC41NTMxIDEuMDE1ODUgMjkuODIyOSAzLjA0NzYxQzMwLjkwMjMgNC43NjE5IDMxLjQ0MiA2Ljg1NzE0IDMxLjQ0MiA5LjMzMzM0QzMxLjQ0MiAxMi41MDggMzAuNjMyNSAxNS4zNjUxIDI5LjAxMzQgMTcuOTA0OEMyNy4zOTQ0IDIwLjQ0NDUgMjQuOTM0IDIyLjQ3NjIgMjEuNjMyNCAyNEwyMC43NzUzIDIyLjI4NTdDMjIuNzQzNiAyMS40NjAzIDI0LjQ0MiAyMC4xNTg3IDI1Ljg3MDUgMTguMzgxQzI3LjI5OTEgMTYuNjAzMiAyOC4wMTM0IDE0Ljc5MzcgMjguMDEzNCAxMi45NTI0QzI4LjAxMzQgMTIuMTkwNSAyNy45MTgyIDExLjUyMzggMjcuNzI3NyAxMC45NTI0QzI2LjcxMTggMTEuNzc3OCAyNS41MzczIDEyLjE5MDUgMjQuMjAzOSAxMi4xOTA1QzIyLjQ4OTYgMTIuMTkwNSAyMS4wNDUyIDExLjYzNDkgMTkuODcwNSAxMC41MjM4QzE4LjY5NTkgOS40MTI2OSAxOC4xMDg2IDcuOTM2NTIgMTguMTA4NiA2LjA5NTI1QzE4LjEwODYgNC4zODA5NSAxOC42OTU5IDIuOTM2NTEgMTkuODcwNSAxLjc2MTlDMjEuMDQ1MiAwLjU4NzI5MyAyMi40ODk2IDAgMjQuMjAzOSAwWiIgZmlsbD0iIzM4QjhFRiIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 24px;
    margin: -40px auto 10px
}

.testimonials .slide .name {
    font-family: Playfair Display serif;
    font-size: 18px;
    color: #3c444c;
    letter-spacing: .3px;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    margin-top: 15px
}

.testimonials .slick-current.slide .text {
    margin: 30px 30px 0
}

.testimonials .slick-current.slide .point {
    display: block
}

.slick-dots {
    list-style: none;
    margin: 70px 0 50px;
    padding: 0;
    text-align: center;
    height: 3px
}

.slick-dots li {
    width: 6%;
    height: 3px;
    display: inline-block
}

.slick-dots .slick-active button {
    background: #38B8EF
}

.slick-dots button {
    transition: all .3s ease;
    overflow: hidden;
    width: 96px;
    height: 3px;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    outline: 0 !important;
    background: #ebf0f6;
    border: none !important
}

.slick-dots button::-moz-focus-inner {
    border: 0
}

@media (max-width: 673px) {
    .slick-dots {
        margin: 40px 0 20px
    }

    .slick-dots button,
    .slick-dots li {
        width: 56px
    }
}

@media (max-width: 1350px) {
    .testimonials .slide .text {
        padding: 0 25px;
        line-height: 25px
    }
}

@media (max-width: 673px) {
    .testimonials .slide .text {
        padding: 0 15px;
        line-height: 25px;
        height: 337px;
    }

    .testimonials .slick-dots {
        width: 80%;
        margin: 30px 0 0 0;
    }

    .pencil-icon.two-block {
        max-height: none !important;
    }
}

.page-inside .page ul:not(.custom__list) li {
    position: relative;
    width: auto;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.266667px;
    color: #3C444C;
    text-indent: 0;
    color: unset;
    font-weight: unset;
    list-style-image: url(/assets/img/pencil-icon.svg);
}

.page-inside .page ul.dots li::before {
    content: '\2022';
    position: absolute;
    left: -20px;
    top: 0;
    color: #38B8EF;
    font-size: 22px;
}

.page-inside .page ul.dots li {
    list-style-image: none;
}

.wpcf7-form {
    width: 400px;
    max-width: 100%;
    margin: 20px auto 0;
}

.wpcf7-form .input-wrapper {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
}

.wpcf7-form .error-message {
    display: none;
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    color: #38B8EF;
}

.wpcf7-form .input-wrapper input.error {
    border: 1px solid #38B8EF;
}

.wpcf7-form .input-wrapper .wpcf7-text,
.wpcf7-form .input-wrapper .wpcf7-textarea {
    width: 100%;
    resize: none;
    border: 1px solid rgba(173, 156, 156, 0.5);
    padding: 0 0 0 10px;
}

.wpcf7-form .wpcf7-submit {
    width: 150px;
    border: none;
    border-radius: 20px;
    background-color: #38B8EF;
    color: #ffffff;
}

.block__main-nav ul li.menu-item-159 {
    margin-top: 20px;
}

.navbar-expand-xl .menu-item-159 > .nav-link,
.block__main-nav ul li.menu-item-159 a,
#menu-free-inquiry {
    background-color: #38B8EF;
    border-color: #38B8EF;
    color: #fff
}

.navbar-expand-xl .menu-item-159 > .nav-link:hover,
.block__main-nav ul li.menu-item-159 a:hover,
#menu-free-inquiry:hover {
    color: #fff;
}

ul.pencil-icon li {
    width: auto;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: .266667px;
    color: #3c444c;
    text-indent: 0;
    list-style-image: url(/assets/img/pencil-icon.svg)
}

.pencil-icon.two-block {
    display: flex;
    flex-wrap: wrap;
    max-height: 700px;
    align-content: space-between;
    flex-direction: column;
}

.pencil-icon.two-blockk {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.pencil-icon.two-blockk .center-li {
    text-align: center;
    padding: 0 0 0 315px;
}

.page-inside .page .pencil-icon.two-blockk:not(.custom__list) li {
    width: 50%;
}

.page-inside .page ul.two-blockk:not(.custom__list) li:last-child {
    list-style-image: none;
}

.page-inside .page .pencil-icon.two-block:not(.custom__list) li {
    width: 50%;
}

.post-154 h1 {
    text-align: center;
    font-size: 52px
}

.post-88 h1 {
    text-align: center
}

.tes-slider .sprite-prev {
    position: absolute;
    left: -2%;
    top: 120px;
    top: 45%;
    cursor: pointer;
    transform: rotate(180deg);
    opacity: .3;
    width: 20px;
    z-index: 1;
}

.tes-slider .sprite-next {
    position: absolute;
    right: -2%;
    top: 120px;
    top: 45%;
    cursor: pointer;
    opacity: .3;
    transform: rotate(180deg);
}

.sidebar .banner-order {
    width: 100%;
    margin: 40px auto 100px auto
}

.sidebar .banner-order .wrap_ban {
    width: 100%
}

.sidebar .banner-order .banner-order-item {
    flex-direction: column
}

.search-highlight {
    background: #D5F4DB;
}

.page-inside .breadcrumb-container ul li {
    width: auto
}

main.no-bottom {
    padding: 0 0
}

.custom-css .wrap_block_search {
    position: relative;
    background: linear-gradient(0deg, rgba(0, 2, 42, .25) 0, #00022a 100%);
    margin: 0 0 40px 0;
    padding: 50px 0 0 0
}

.custom-css .wrap_block_search .content_search h1 {
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    font-size: 32px!important;
    text-align: center;
    color: #fff;
    width: 85%;
    margin: 0 auto;
    padding: 40px 0 0 0
}

.custom-css .wrap_block_search .content_search .b-top {
    width: 73%;
    margin: 20px auto 15px auto
}

.custom-css .wrap_block_search .content_search p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 8px #080821;
    width: 80%;
    margin: 0 auto;
}

.custom-css .wrap_block_search .content_search .pinkBtn{
    font-weight: 500;
    font-size: 16px;
    width: 296px;
}

.custom-css .wrap_block_search .search_inp {
    margin: 25px auto;
    position: relative;
    text-align: center;
    width: 80%
}

.custom-css .wrap_block_search .content_search {
    padding: 0 0 170px 0
}

.custom-css .wrap_block_search .content_search .search_inp button {
    position: absolute;
    background: #38B8EF;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    right: 0;
    top: 0;
    display: block
}

.custom-css .wrap_block_search .content_search .search_inp.mob button {
    position: absolute;
    background: #38B8EF;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    outline: 0;
    border: 0;
    right: 0;
    top: 0;
    display: none
}

.custom-css .wrap_block_search .content_search input[type=search] {
    width: 100%;
    margin: 25px 0 25px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: .625px;
    outline: 0;
    border: 0;
    border-radius: 25px;
    padding: 10px 25px 10px 25px;
    color: #b9ceeb;
    display: block
}

.custom-css .wrap_block_search .content_search .search_inp.mob {
    display: none
}

.custom-css .wrap_block_search .content_search input[type=search]::-webkit-input-placeholder {
    color: #b9ceeb
}

.custom-css .wrap_block_search .content_search input[type=search]::-moz-placeholder {
    color: #b9ceeb
}

.custom-css .wrap_block_search .content_search input[type=search]:-ms-input-placeholder {
    color: #b9ceeb
}

.custom-css .wrap_block_search .content_search input[type=search]:-moz-placeholder {
    color: #b9ceeb
}

.custom-css .wrap_block_search .b-top {
    margin: 0;
    background: #38B8EF;
    padding-top: 0
}

.custom-css .wrap_block_search .img-bg_bt {
    position: absolute;
    background: url(../img/main-img-search.png) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: -1;
    background-position: bottom;
    top: 0
}

.bwb {
    margin: 0 auto 50px auto
}

.custom-css .content-block div:nth-of-type(1) {
    width: 47%;
    float: left;
    margin-right: 60px
}

.banner-order {
    background: #02064F;
    border-radius: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin: 55px auto 100px auto;
    width: 1140px;
    max-width: 100%;
}
.bn-marketing .banner-order .wrap_ban > img{
    max-width: 100%;
}

.banner-order- {
    position: relative;
    margin: 30px auto
}

.banner-order- .btn_banner {
    position: absolute;
    bottom: 13px;
    margin: auto;
    left: 0;
    right: 0
}

.banner-order- .btn_banner .pinkBtn{
    font-size: 16px;
    width: 253px;
}

.banner-order- .table-cta {
    display: none
}

.btn_more_list {
    margin: 0 auto 50px auto;
    text-align: center
}

.btn_more_list button {
    width: 190px;
    height: 40px;
    color: #2EC84A;
    border: 1px solid #2EC84A;
    border-radius: 25px;
    transition: .5s;
    line-height: 30px;
    text-align: center;
    letter-spacing: .625px;
    font-size: 20px;
    background: 0 0
}

.btn_more_list button:hover {
    color: #fff;
    border: 1px solid #2EC84A;
    background: #2EC84A;
    transition: .5s
}

.banner-order h3 {
    color: #fff
}

.banner-order .wrap_ban .f_text_ban {
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    letter-spacing: .625px;
}

.banner-order p {
    color: #fff
}

.banner-order .wrap_ban {
    width: 64%;
    padding: 0 0 0 80px;
    z-index: 1
}

.banner-order .wrap_ban .h3 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    margin: 20px 0 20px 0
}

.banner-order .banner-order-item {
    display: flex;
    justify-content: flex-start;
}

.banner-order .banner-order-item > p{
    margin-right: 35px;
}

.banner-order .clock-img {
    position: absolute;
    background: url(../img/128942.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: 95% 100%;
    z-index: 0;
}

.banner-order .banner-order-item p {
    position: relative;
    font-size: 15px;
    color: #b9ceeb;
    line-height: 20px;
    letter-spacing: .46875px
}

.banner-order .banner-order-item span img {
    width: 20px;
    margin: 0 7px 0 0
}

.banner-order .b-top {
    margin: 0;
    background: #38B8EF;
    padding-top: 0
}

.content-block h2 {
    text-align: left
}

.container-wide {
    max-width: 1200px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto
}

.btn_banner {
    display: flex;
    width: 270px
}

.btn_banner p {
    width: 100%
}

.category-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between
}

.content-wrapper {
    width: 740px;
    max-width: 100%
}

.sidebar {
    width: 400px;
    max-width: 100%;
    padding: 0 20px
}

.sidebar .sidebar__subtitle {
    color: #3c444c;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px
}

.sidebar hr {
    height: 1px;
    background: #BEDAF6;
}

.sidebar .sidebar__topics {
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
    padding: 0;
    list-style-type: none
}

.sidebar .sidebar__topics li {
    width: 155px
}

.sidebar .sidebar__topics li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #183a9f;
    text-align: left;
    white-space: break-spaces
}

.sidebar .sidebar__categories {
    text-align: left;
}

.sidebar .category__item {
    height: 20px;
    padding: 3px 4px;
    letter-spacing: .375px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    background-color: #ebf0f6;
    margin-bottom: 10px
}

.sidebar .category__item a {
    color: #183a9f
}

.sidebar .category__item a:hover {
    text-decoration: none
}

.custom__list {
    -moz-column-count: 6;
    -moz-column-gap: 20px;
    -webkit-column-count: 6;
    -webkit-column-gap: 20px;
    column-count: 6;
    column-gap: 20px;
    display: flex;
    flex-wrap: wrap
}

.page-inside .custom__list li {
    position: relative;
    width: 330px;
    text-indent: 0;
    padding: 0 0 0 15px;
    margin: 0 0 0 -15px
}

.custom__list li:before {
    width: 5px;
    left: 0;
    height: 8px;
    top: 12px;
    content: '';
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACCSURBVHgBXUxLDkRAFHyvpyezneVkkHATjmBn43MTcQQnIOIe3IAbsOiEZW9sCE8kOkFtqlI/EJofdT/PhAfYCyH88HdzFG7ByV+GkA16EKsAB92vCMBWBhG288Qc/vxG3KQlC8muJgElf1E6h1YLuQK5hihrVeIbUjovvLXGvL+udz7lJ6aW0FffAAAAAElFTkSuQmCC) !important
}

.custom__list li a {
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #3c444c;
    transition: .5s
}

.custom-css .custom__list li a:hover {
    color: #38B8EF;
    transition: .5s;
    text-decoration: none
}

.wrap-article-category {
    display: flex;
    justify-content: space-between
}

.category-tpl .custom__list {
    justify-content: space-between
}

.category-tpl .article-category .article-item h2,
.category-tpl .wrap-article-category .post-wrapper h2 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: .55px;
    color: #3c444c;
    word-break: break-word
}

.category-tpl .article-category .article-item .entry-content h2{
    font-size: 16px;
}

.category-tpl .custom__list li {
    width: 204px;
    background-image: none !important
}

.category-tpl .custom__list li a {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .5px;
    color: #183a9f;
    text-decoration: none;
    display: inline-flex;
    text-align: left
}

.page-inside .category-tpl ul li {
    text-indent: 0;
    margin: 0;
    width: 150px
}

.category-tpl .sidebar .banner-order h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #fff
}

.category-tpl .sidebar .banner-order p {
    text-align: center;
    font-size: 17px;
    color: #fff
}

.category-tpl .sidebar .banner-order .banner-order-item p {
    font-size: 15px;
    color: #b9ceeb;
    display: flex;
    text-align: left
}

.category-tpl .sidebar .banner-order .banner-order-item p span {
    display: block
}

.category-tpl .sidebar .banner-order .banner-order-item p span img {
    margin: 0 10px 0 0
}

.category-tpl .sidebar .banner-order .banner-order-item {
    padding: 0 30px 0 30px
}

.category-tpl .sidebar .banner-order hr {
    height: 1px;
    background: #38B8EF;
    margin: 0 0 5px 0
}

.category-tpl .sidebar .banner-order .banner-order-item p img {
    width: 30px
}

.category-tpl .sidebar .banner-order .wrap_ban {
    background: #011244;
    padding: 20px 50px 20px 50px
}

.category-tpl .sidebar .banner-order .wrap_ban {
    margin: 30px 0 30px 0
}

.category-tpl .sidebar .banner-order .wrap_ban .btn_banner {
    margin: 30px 0 0 0
}

.category-tpl .content-wrapper .b-top {
    background: #38B8EF;
    height: 1px;
    padding: 0;
    margin: 25px 0 0 0
}

.category-tpl .article-category .popular-category {
    display: flex;
    justify-content: space-between
}

.category-tpl .article-category .popular-category-block {
    display: flex;
    flex-wrap: wrap
}

.category-tpl .article-category .popular-category .popular-category-block + div:nth-of-type(2) {
    width: 95px;
}

.category-tpl .article-category .popular-category-block .category__item {
    height: 30px;
    padding: 9px 9px;
    letter-spacing: .375px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    background-color: #EBF3FC;
    margin: 0 10px 10px 0;
    border-radius: 5px;
}

.category-tpl .article-category .article-item {
    border: 1px solid #BEDAF6;
    box-sizing: border-box;
    padding: 26px 30px;
    margin: 30px 0 30px 0;
    background: #fff;
}

.category-tpl .article-category .popular-category-block .category__item a {
    color: #183A9F;
    text-decoration: none;
    letter-spacing: -1px;
}

.custom__list.parent-li li {
    display: none
}

.custom__list.parent-li .item-first {
    display: block
}

.custom-css.bn-marketing .banner-order .clock-img {
    position: absolute;
    background: url(../img/128912.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position-x: right;
    z-index: 0
}

.bn-marketing .bn-mark-mob,
.bn-marketing .bn-mark-tb {
    display: none
}

.bn-marketing .banner-order {
    background: 0 0
}

.bn-marketing .banner-order .wrap_ban {
    width: 100%;
    padding: 15px;
}

.bn-marketing .wrap_ban .btn_banner {
    width: 100%;
    position: absolute;
    bottom: 33px;
    margin: 0 0 0 77px;
}

.bn-marketing .wrap_ban .btn_banner a{
    font-size: 16px;
}

.footer-nav div {
    text-align: left
}

.main-page .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.main-page .widget_tag_cloud .tagcloud a:before {
    width: 5px;
    left: 0;
    height: 8px;
    top: 12px;
    content: '';
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAICAYAAADaxo44AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACCSURBVHgBXUxLDkRAFHyvpyezneVkkHATjmBn43MTcQQnIOIe3IAbsOiEZW9sCE8kOkFtqlI/EJofdT/PhAfYCyH88HdzFG7ByV+GkA16EKsAB92vCMBWBhG288Qc/vxG3KQlC8muJgElf1E6h1YLuQK5hihrVeIbUjovvLXGvL+udz7lJ6aW0FffAAAAAElFTkSuQmCC) !important
}

.main-page .widget_tag_cloud .tagcloud a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px !important;
    position: relative;
    line-height: 30px;
    color: #3c444c;
    letter-spacing: .5px;
    text-decoration: none;
    display: inline-flex;
    text-align: left;
    text-indent: 0;
    width: 240px;
    padding: 0 0 0 15px;
    margin-bottom: 10px
}

.custom__list_wrap .widget_tag_cloud .tagcloud li {
    text-indent: 0;
    margin: 0;
    list-style-type: none
}

.custom__list_wrap .widget_tag_cloud .tagcloud a {
    color: #183a9f;
    padding: 3px 4px;
    letter-spacing: .375px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px !important;
    line-height: 14px;
    background-color: #ebf0f6;
    margin: 0 5px 5px 0;
    width: auto
}

.main-page .widget_tag_cloud .tagcloud a:hover {
    text-decoration: underline
}

.wrap_selects {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 0 10px 0;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: rgba(251, 221, 231, .3)
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: rgba(251, 221, 231, .3)
}

.custom-number .quantity-nav {
    position: relative
}

.custom-number .quantity-nav .quantity-button.quantity-up {
    right: 0;
    border-radius: 0 4px 4px 0;
    border-left: none;
}

.form-line {
    display: block
}

.form-line label {
    font-size: 12px;
    font-weight: 300;
    color: #797979;
    line-height: 1;
    margin-bottom: 10px;
    display: block
}

.standart-select {
    outline: 0;
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
    color: #000;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: 95% center;
    background-image: url(/assets/img/down-arrow.png);
    font-family: Montserrat, sans-serif;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-family: 'Gotham Pro Medium';
}

.custom-number .quantity-nav .quantity-button {
    position: absolute;
    height: 48px;
    width: 48px;
    border: 1px solid #dbdbdb;
    z-index: 1;
    background: #fff;
    top: 0;
    color: #797979;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.custom-number .quantity-nav input {
    display: block;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    height: 48px;
    line-height: 48px;
    color: #454545;
    font-weight: 300;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 0 15px;
    text-align: center;
    outline: 0;
    font-family: 'Gotham Pro Medium';
}

.price-calculator-col {
    border: 1px solid #BEDAF6;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
}

.price-calculator-col .title {
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    color: #3c444c;
    font-size: 24px;
    text-align: left;
    font-family: 'Gotham Pro Bold';
    padding: 15px 0 0 0;
    margin: 0 0 35px 0;
}

.btn-group-level label {
    text-align: center;
    color: #686f77;
    font-size: 13px;
    font-weight: 300;
    margin-top: 5px;
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer
}

.btn-group-level label {
    background: #f3f3f3;
    margin: 0;
    border: 0
}

.btn-secondary {
    background: #f3f3f3;
    border: 0;
    color: #212529;
    font-size: 12px;
    display: flex;
    align-items: center
}

.select2-container {
    width: 300px !important
}
.calc_form .select2-container {
    width: 100% !important
}

.col-proceed {
    width: 173px;
    height: 50px;
    max-width: 100%;
    background: #2EC84A;
    border-radius: 25px;
    outline: 0;
    text-transform: uppercase;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 300;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0 0
}

.col-proceed:hover{
    background: #2EDC4D;
}

.col-proceed a {
    font-size: 14px;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Gotham Pro Medium';
}

.bottom_form_part .col-proceed a{
    font-size: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .bottom_form_part .col-proceed a > span{
        padding-left: 0;
    }
}

.col-proceed a:hover {
    color: #fff
}

/*.col-proceed a:after {*/
/*    content: "";*/
/*    background: url(/assets/img/arrow-right.png);*/
/*    position: absolute;*/
/*    width: 20px;*/
/*    height: 10px;*/
/*    background-repeat: no-repeat;*/
/*    top: 20px;*/
/*    right: 10px*/
/*}*/

.price-total {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-align: left
}

.summery-price small {
    font-size: 18px;
    font-weight: 400;
    margin-left: 5px
}

.summery-price .price-title {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .4375px;
    color: #3c444c
}

.title-calc {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .4375px;
    color: #3c444c;
    margin: 0
}

.justify-content-around {
    display: flex;
    align-items: center
}

.paper-plane-img {
    position: absolute;
    left: -109%;
    top: 85px;
    z-index: 0
}

.sidebar-order {
    margin-bottom: 50px
}

.sidebar-order .order-calculator--wraper {
    padding: 25px;
    margin-bottom: 50px
}

.sidebar-order .order-calculator--title {
    margin-bottom: 20px
}

.form-control {
    width: 110px;
    height: 50px;
    text-align: center
}

.btn-group {
    height: 50px
}

.flex-c .d-flex {
    justify-content: space-between
}

.flex-c .quantity-button.quantity-up {
    right: 3px
}

.flex-c .wrap-input-num {
    position: relative
}

.flex-c .quantity-button.quantity-up {
    font-size: 18px
}

.flex-c .quantity-button.quantity-down {
    left: 0;
    opacity: .4;
    border-right: none;
}

.flex-c .quantity-button {
    position: absolute;
    height: 45px;
    width: 25px;
    border-right: 0;
    z-index: 1;
    background: #fff;
    top: 3px;
    color: #797979;
    border-radius: 5px;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar-order .form-line {
    margin-bottom: 18px
}

.paper-plane-img {
    left: 50%;
    top: unset;
    z-index: 0;
    bottom: -115px;
    transform: translateX(-50%);
    width: 220px
}

.sidebar-order .form-line {
    margin-bottom: 18px
}

.form-line label {
    font-size: 12px;
    font-weight: 300;
    color: #797979;
    line-height: 1;
    margin-bottom: 10px;
    display: block
}

.words-page {
    font-size: 12px;
    line-height: 11px;
    color: #686f77;
    padding: 0 10px 0 10px;
    margin: 10px 0 5px 16px;
    text-align: start;
    width: 100%;
}

.words-page span {
    color: #000
}

/*.btn-secondary:not(:disabled):not(.disabled).active {*/
/*    background: #e61d5d;*/
/*    border: 0*/
/*}*/

.btn.focus,
.btn:focus {
    box-shadow: unset
}

/*.btn-secondary:hover {*/
/*    background: #e61d5d;*/
/*    border-color: unset*/
/*}*/

.radio-inline-castom--wrap input + label {
    padding: 12px 0;
    width: 25%;
    text-align: center;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    cursor: pointer;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    font-size: 12px;
    line-height: 11px;
    color: #4C4C4C;
}

.radio-inline-castom--wrap {
    position: relative;
    background: #F5F9FF;
    border-radius: 4px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 48px;
    margin: 10px 0 34px 0
}

.long_level .radio-inline-castom--wrap {
    height: auto;
    margin: 10px 0 24px 0;
    flex-wrap: wrap;
}
.long_level .radio-inline-castom--wrap input + label {
    width: 50%;
    height: 48px;
}
.long_level .radio-inline-castom--wrap input:checked + label {
    height: 48px;
}

.radio-inline-castom--wrap input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.radio-inline-castom--wrap input:checked + label {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background: #38B8EF;
    border-radius: 5px;
}

.sidebar .price-calculator > hr {
    height: 1px;
    background: #38B8EF
}

.form-group {
    display: flex;
    flex-direction: column
}

.custom-select {
    margin: 0 0 10px 0
}

.input-group-datapicker:before {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #38B8EF;
    border-radius: 0 5px 5px 0;
    z-index: 9
}

#datetimepicker {
    font-size: 15px;
    color: #3b3b3b;
    width: 100%;
    height: 50px;
    line-height: 20px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: .01px;
    text-overflow: "";
    background: #fff;
    border-radius: 5px;
    outline: 0
}

.input-group-datapicker:after {
    background: url(https://www.paperhelp.org/public/order_form2/img/datapicker.svg) 50% 50% no-repeat;
    z-index: 10;
    width: 48px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: ""
}

.sidebar .submit-wrap {
    margin: 20px 0 0 0
}

.flex-c {
    display: flex;
    flex-direction: column
}

.container .list-topics ul li a h4 {
    display: inherit;
    font-size: 14px;
}

.banner-inside-page .banner-order-notebook .tb {
    display: none
}

/*search*/
.search h1 {
    word-break: break-word
}

.search-popup {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 98px;
    transition: .5s
}

.open-search-p .search-popup {
    display: block
}

.search-popup.fixed_win {
    top: 0;
    transition: .5s
}

.search-wrap {
    height: 400px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-wrap form {
    width: 40%
}

.search-wrap .form-group.center-block {
    display: flex;
    flex-direction: unset;
    position: relative
}

.search-wrap form .search-input {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #00022a;
    outline: 0;
    height: 50px
}

.search-wrap form .btn-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

.search-popup .search_inp {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.search-popup input[type=search] {
    width: 40%;
    margin: 25px 0 25px 0;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: .625px;
    outline: 0;
    border: 1px solid #00022a;
    border-radius: 25px;
    padding: 10px 25px 10px 25px;
    color: #b9ceeb;
    display: block
}

.search-popup button {
    position: absolute;
    background: #38B8EF;
    border-radius: 25px;
    width: 180px;
    height: 50px;
    outline: 0;
    border: 0;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    right: 30%;
    display: block
}

.search-icon-btn {
    cursor: pointer;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: .5px;
    color: #fff;
    margin: 0 25px 0 10px;
    width: 26px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.search-icon-btn.open-search .change-icon-search-on {
    display: none;
}

.search-icon-btn.open-search .change-icon-search-off {
    display: flex;
}

.time-class-search .search-wrap {
    height: 400px;
    display: flex;
    background: #191C53;
    align-items: center;
    justify-content: center;
    margin-top: -1px;
}

.time-class-search.search-popup {
    position: fixed;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 78px;

}

.open-search-p .time-class-search.search-popup {
    top: 77px;
    display: unset;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s;
}

.time-class-search.search-popup {
    top: 77px;
    display: unset;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: .5s;
    position: fixed;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.time-class-search .search-wrap form .btn-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    display: none;
}

.time-class-search .search-wrap form .btn-close img {
    filter: invert(1);
}

.change-icon-search-off {
    display: none;
    filter: invert(1);
    margin: 8px 0 0 0;
}

.time-class-search .search-wrap {
    height: 100px;
    display: flex;
    background: #011244;
    align-items: center;
    justify-content: center;
}

/*search*/
.page-inside .category-tpl ul li {
    text-indent: 0;
    margin: 0;
    width: auto
}

.container.custom-css .list-topics ul li {
    width: 300px;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: .266667px;
    color: #3c444c;
    text-indent: 0;
    list-style-image: url(/assets/img/file2.svg)
}

.no-found.s {
    font-size: 20px;
    margin: 50px 0 0 0
}

.cookie-banner {
    width: 320px;
    height: 180px;
    background: #23244d;
    border-radius: 5px;
    color: #fff;
    padding: 25px;
    bottom: 30px;
    left: 15px;
    position: fixed;
    display: none;
    z-index: 999
}

.cookie-banner .banner-header {
    display: flex
}

.cookie-banner .banner-header p {
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 15px 20px
}

.cookie-banner .banner-center {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .5px;
    font-style: normal;
    font-weight: 300
}

.cookie-banner .banner-center p {
    margin: 0 0 5px 0
}

.cookie-banner .banner-center a {
    color: #38B8EF
}

.content-banner .banner-btn .hide-cookie-banner, .content-banner .banner-btn .hide-price-banner {
    background: #38B8EF;
    border-radius: 55px;
    width: 80px;
    height: 24px;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    outline: 0;
    border: 1px solid #38B8EF
}

.content-banner .banner-btn {
    display: flex;
    justify-content: flex-end
}

h1 {
    font-size: 45px;
    line-height: 50px
}

h2 {
    font-size: 35px
}

h3 {
    font-size: 20px
}

.block-note.mob-v {
    display: none
}

.block-note.pc-v {
    display: block
}

.continue-r {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #38B8EF !important;
    text-decoration: none !important;
}

.continue-r a:hover,
.continue-r:hover {
    text-decoration: underline !important;
}

.continue-r a {
    color: #38B8EF !important;
    text-decoration: none !important;
}

.category-tpl .article-category .article-item {
    margin: 30px 0 0 0
}

.custom-css .wrap_block_search .content_search p {
    text-align: center
}

.custom-css .wrap_block_search .content_search .search_inp button {
    border: 1px solid #38B8EF;
    color: #38B8EF;
    background: #ffffff
}

.search-popup button {
    border: 1px solid #38B8EF;
    color: #38B8EF;
    background: #ffffff;
}

.NextPrevious {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.NextPrevious .nextprev-wrapper {
    display: flex;
    flex-direction: column;
    border: 1px solid #7EADDC;
    box-sizing: border-box;
    border-radius: 4px;
    background: #fff;
    width: 49%;
    font-weight: 700;
    overflow: hidden;
}

.NextPrevious .nextprev-wrapper div {
    background: #7EADDC;
    border: 1px solid #7EADDC;
    box-sizing: border-box;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 20px;
}

.NextPrevious .nextprev-wrapper div span {
    font-size: 20px;
    font-weight: bolder;
}

@media (min-width: 320px) and (max-width: 374px) {
    .NextPrevious .nextprev-wrapper div{
        font-size: 11px;
    }
}

.NextPrevious .nextprev-wrapper a {
    padding: 14px 20px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #3C444C;
    min-height: 70px;
}

.NextPrevious p {
    border: 1px solid #03054d;
    padding: 5px;
    background: 0 0;
    width: 49%;
    word-break: break-all;
    cursor: pointer
}

.NextPrevious p a {
    color: #717880;
    cursor: pointer
}

.wp-pagenavi {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    align-items: baseline
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 37px;
    text-align: center;
    font-size: 14px
}

.wp-pagenavi .first {
    height: 38px;
    width: 60px
}

.wp-pagenavi .last {
    height: 38px;
    width: 60px
}

.showAllRelatedLinks,
.ShowMorePosts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
    width: 200px;
    height: 40px;
    color: #2EC84A;
    border: 1px solid #2EC84A;
    border-radius: 25px;
    transition: .5s;
    line-height: 30px;
    text-align: center;
    letter-spacing: .625px;
    font-size: 16px;
    background: 0 0
}

.showAllRelatedLinks:hover,
.ShowMorePosts:hover {
    color: #fff;
    border: 1px solid #2EC84A;
    background: #2EC84A;
    transition: .5s
}

.bannerRemovalRequest {
    margin: 30px 0 0 0;
}

.bannerRemovalRequest .bannerWrap {
    position: relative;
}

.bannerRemovalRequest .bannerWrap p {
    line-height: 26px;
}

.bannerRemovalRequest .bannerWrap .btn {
    padding: 5px 0;
}

.bannerRemovalRequest .bannerWrap .btn a {
    text-decoration: none;
}

.bannerRemovalRequest .bannerWrap .btn .btn-lecture {
    background: transparent;
    border: 1px solid #296DCB;
    border-radius: 25px;
    text-transform: uppercase;
    width: 200px;
    height: 38px;
    text-align: center;
    letter-spacing: 1px;
    outline: none;
    margin: 0 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #182B3E;
}

.color-p {
    color: #38B8EF
}

.custom-css .wrap_block_search .content_search {
    padding: 0 0 1px 0
}

.pc-calc {
    position: sticky;
    margin: 25px 0 0 0;
    top: 85px;
    height: 532px;
}

.pc-calc .price-calculator-col {
    background: #fff;
}

.tab-mob-calc {
    display: none;
    background: #fff;
}

.pc-calc {
    position: sticky;
    margin: 25px 0 0 0;
    top: 85px;
}

.sidebar .tab-mob-calc {
    display: none;
}

.blog-author {
    border-top: 1px solid #BEDAF6;
    border-bottom: 1px solid #BEDAF6;
    padding: 24px 0 24px 0;
    margin: 40px 0 0 0;
}

.blog-author .wrap-author .img-author {
    margin: 0 30px 0 0;
}

.blog-author .wrap-author h4 {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #3C444C;
}

.blog-author .wrap-author .info-author p {
    margin: 0;
}

.blog-author .wrap-author .info-author .social img {
    margin: 0 0 0 8px;
}

.blog-author .wrap-author {
    display: flex;
    align-items: start;
    padding: 25px 30px;
    background: #FFFFFF;
    border-radius: 20px;
}

.blog-author .wrap-author .info-author {
    display: flex;
    flex-direction: column;
}

.blog-author .wrap-author .info-author .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 17px 0;
}

.blog-author .wrap-mob .info-author {
    display: none;
}

.block-social.posts .wrap-social {
    display: flex;
    align-items: center;
}

.block-social.posts {
    display: flex;
    justify-content: space-between;
}

.block-social.posts .open-spoiler-request {
    cursor: pointer;
}

.block-social.posts .open-spoiler-request p {
    font-style: normal;
    letter-spacing: 0.6px;
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #38B8EF;
}

.block-social.posts .open-spoiler-request .btn-removal-request {
    background: #fff;
    border-radius: 5px;
    padding: 10px 30px;
    transition: .5s;
    position: relative;
}

.block-social.posts .open-spoiler-request.open-block .btn-removal-request:before {
    transform: rotate(180deg);
    transition: .5s;
}

.block-social.posts .open-spoiler-request .btn-removal-request:before {
    content: '';
    position: absolute;
    background: url(/assets/img/removal-request.svg) no-repeat;
    width: 12px;
    height: 6px;
    right: 10px;
    top: 45%;
    transition: .5s;
}

.block-social.posts .open-spoiler-request .btn-removal-request:hover {
    background: #E9EEF5;
    transition: .5s;
}

.bannerRemovalRequest .bannerWrap .btn .btn-lecture {
    border: none;
    text-decoration: underline;
    width: auto;
    height: auto;
    font-style: normal;
    font-weight: 500;
    transition: .5s;
}

.bannerRemovalRequest .bannerWrap .btn .btn-lecture:hover {
    color: #38B8EF;
    transition: .5s;
}

.bannerRemovalRequest .bannerWrap .btn {
    padding: 0;
}

.bannerRemovalRequest .bannerWrap p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #494949;
}

.bannerRemovalRequest .bannerWrap {
    background: #fff;
    border-radius: 5px;
    padding: 20px 24px 15px 24px;
}

.bannerRemovalRequest {
    display: none;
    margin: 0;
}

@media (max-width: 1640px) {
    .tes-slider .sprite-prev {
        left: 0;
    }

    .tes-slider .sprite-next {
        right: 0;
    }
}

@media (max-width: 1367px) {
    .testimonials {
        width: 80%
    }
}

@media (max-width: 1072px) {
    .mainCta h1 {
        text-align: left
    }
}

@media (max-width: 1025px) {
    .search-popup input[type=search] {
        width: 60%;
    }

    .search-popup button {
        right: 20%;
    }

    .open-search-p .time-class-search.search-popup {
        top: 66px;
        display: unset;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        transition: .5s;
    }

    .time-class-search.search-popup {
        top: 66px;
        display: unset;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: .5s;
        position: fixed;
        height: 100%;
        width: 100%;
        z-index: 999;
    }

    .container-wide {
        width: 100%
    }

    .custom-css .wrap_block_search .content_search h1 {
        width: 100%;
        padding: 25px 0 0 0
    }

    .custom-css .wrap_block_search .content_search p {
        width: 100%
    }

    .custom-css .wrap_block_search .search_inp {
        width: 100%
    }

    .custom-css .wrap_block_search .content_search .b-top {
        width: 100%
    }

    .banner-order .wrap_ban .h3 {
        margin: 10px 0 20px 0;
    }

    .custom-css .container {
        max-width: 882px
    }

    .custom-css .banner-order {
        width: 100%;
        text-align: left;
    }

    .custom-css .banner-order .b-top {
        margin: 0;
    }

    .banner-inside-page .banner-order-notebook .pc {
        display: none
    }

    .banner-inside-page .banner-order-notebook .tb {
        display: block
    }
}

@media (max-width: 992px) {
    .banner-order- .pc-cta {
        display: none
    }

    .banner-order .wrap_ban {
        width: 97%;
        padding: 0 0 20px 25px;
    }

    .banner-order .wrap_ban .f_text_ban {
        font-size: 16px;
        line-height: 24px;
        opacity: 1;
        color: #FFFFFF;
    }

    .banner-order .clock-img {
        background-size: 222px 181px;
    }
    .banner-order .banner-order-item > p {
        margin-right: 20px;
    }
    .banner-order .banner-order-item {
        justify-content: flex-start;
    }

    .banner-order- .wrap_ban {
        overflow: hidden
    }

    .banner-order- .table-cta {
        display: block
    }

    .banner-order- .btn_banner {
        right: 0;
        left: 0;
        width: 100%;
    }

    .custom-css .b-top {
        margin: 90px 0 20px 0
    }

    .custom-css .content-block div:nth-of-type(1) {
        width: 100%;
        float: none;
        margin-right: 0
    }

    .custom-css.bn-marketing .banner-order .clock-img {
        background-size: unset;
        background-position-x: unset
    }

    .bn-marketing .bn-mark-pc,
    .bn-marketing .bn-mark-tb {
        display: none
    }

    .bn-marketing .bn-mark-tb {
        display: block;
        max-width: 100%;
    }

    .cookie-banner {
        right: 50px
    }

    .tab-mob-calc {
        display: block;
        margin: 0 0 50px 0;
    }

    .sidebar .pc-calc {
        display: none;
    }

    .sidebar .tab-mob-calc {
        display: block;
        margin: 0 0 50px 0;
    }

    .sidebar .pc-calc {
        display: block;
        position: relative;
        height: auto;
    }
}

@media (max-width: 768px) {


    .search-popup input[type=search] {
        width: 80%;
    }

    .search-popup button {
        right: 10%;
        width: 130px;
        font-size: 15px;
    }

    .custom-css .container {
        max-width: 626px
    }

    .banner-order {
        width: 100%
    }

    .banner-order {
        width: 100%
    }

    .banner-order .wrap_ban h3 {
        font-size: 32px;
        margin: 0 0 10px 0
    }

    .banner-order .wrap_ban {
        width: 97%;
        padding: 0 0 20px 25px
    }

    .banner-order .wrap_ban .f_text_ban{
        font-size: 16px;
        line-height: 24px;
        opacity: 1;
        color: #FFFFFF;
    }
    .banner-order .banner-order-item{
        justify-content: flex-start;
    }

    .banner-order .banner-order-item > p{
        margin-right: 20px;
    }

    .banner-order .clock-img{
        background-size: 222px 181px;
    }

    .sidebar .banner-order- {
        display: none
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bn-marketing .wrap_ban .btn_banner {
        margin: 0 0 0 31px;
    }
}



@media (max-width: 767px) {

    .abuse-form .accept {
        width: 100%;
    }

    .abuse-form .send-btn {
        width: 100%;
    }

    .abuse-form label {
        width: 100%;
    }

    .submit-essay .form-submit {
        width: 100%;
    }

    .submit-essay .b-name .name,
    .submit-essay .b-email .email,
    .submit-essay .b-title .title {
        box-shadow: none;
    }


    .tes-slider .sprite-next {
        right: -20px;
    }

    .bn-marketing .bn-mark-pc,
    .bn-marketing .bn-mark-tb {
        display: none
    }

    .bn-marketing .bn-mark-mob {
        display: block;
        width: 100%
    }

    .bn-marketing .wrap_ban .btn_banner {

        bottom: 95px;
        margin: 0 0 0 21px;
        max-width: 295px!important;
    }

    .custom-css .wrap_block_search .content_search .search_inp.mob button {
        display: block;
        width: 50px;
        height: 50px
    }

    .custom-css .wrap_block_search .content_search .search_inp.mob {
        display: block
    }

    .custom-css .b-top {
        margin: 60px 0 20px 0
    }

    .banner-order {
        height: 100%;
        padding: 25px 0 60px 0;
        margin: 110px auto 60px auto;
    }

    .banner-order .clock-img {
        display: none
    }

    .banner-order .wrap_ban {
        width: 90%;
        padding: 0;
        margin: 0 auto
    }
    .custom-css .wrap_ban .btn_banner {
        max-width: 295px!important;
    }

    .banner-order .wrap_ban .f_text_ban{
        text-align: left;
        padding-right: 20px;
    }

    .custom-css .banner-order{
        position: relative;
    }


    .banner-order .wrap_ban .f_text_ban {
        font-size: 14px;
        line-height: 20px;
        opacity: 1;
    }
    .banner-order .wrap_ban .h3{
        font-size: 18px;
        line-height: 30px;
        margin: 15px 0 20px 0;
    }

    .banner-order .wrap_ban h3 {
        text-align: center;
        font-size: 26px
    }

    .btn_banner {
        margin: 0 auto
    }

    .banner-order .banner-order-item {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto
    }

    .custom-css .wrap_block_search .content_search p {
        font-weight: 300;
        font-size: 20px;
        line-height: 30px;
        text-align: justify
    }

    .custom-css .wrap_block_search .content_search {
        padding: 0 0 10px 0
    }

    .radio-inline-castom--wrap {
        margin: 20px 0 40px 0
    }

    .banner-order- .pc-cta {
        display: block;
        width: 100%
    }

    .banner-order- .table-cta {
        display: none
    }

    .banner-order- .btn_banner {
        left: 0;
        right: 0
    }

    .cookie-banner {
        width: 100%;
        bottom: 0;
        left: 0
    }

    h1 {
        font-size: 30px
    }

    .home h2 {
        font-size: 25px
    }

    .block-note.mob-v {
        display: block
    }

    .block-note.pc-v {
        display: none
    }

    .NextPrevious .nextprev-wrapper a {
        font-size: 12px;
    }

    .bannerRemovalRequest .bannerWrap .btn {
        bottom: 20px;
    }

    .blog-author .wrap-author .img-author {
        width: 108px;
        height: 108px;
        margin: 0 25px 0 0;
    }

    .blog-author .wrap-author .img-author img {
        width: 100%;
    }

    .blog-author .wrap-author {
        flex-direction: column;
    }

    .blog-author .wrap-mob .info-author {
        display: block;
    }

    .blog-author .wrap-author .wrap-mob {
        display: flex;
        margin: 0 0 15px 0;
    }

    .blog-author .wrap-author h4 {
        font-size: 20px;
    }

    .blog-author .wrap-author .info-author .social img {
        margin: 0 5px 0 0;
        width: 28px;
    }

    .blog-author .wrap-author .wrap-mob .info-author .social {
        display: block;
    }

    .blog-author .wrap-author .wrap-mob .info-author .title {
        display: block;
    }

    .blog-author .wrap-author .info-author .social {
        display: none;
    }

    .blog-author .wrap-author .info-author .title {
        display: none;
    }

    .bannerСollectionEmail img {
        width: 100%;
    }

    .block-social.posts .wrap-social {
        justify-content: space-between;
        width: 100%;
    }

    .block-social.posts {
        flex-direction: column;
    }

    .block-social.posts .open-spoiler-request {
        width: 100%;
        margin: 32px 0 0 0;
    }
}

.breadcrumb-container {
    font-size: 13px
}

.breadcrumb-container ul {
    margin: 0;
    padding: 0
}

.breadcrumb-container ol {
    margin: 0;
    padding: 0
}

.breadcrumb-container li {
    box-sizing: unset;
    display: inline-block;
    margin: 0;
    padding: 0
}

.breadcrumb-container li:last-child span {
    color: #38B8EF
}

.breadcrumb-container li a {
    box-sizing: unset;
    padding: 0 10px
}

.breadcrumb-container {
    font-size: 14px !important;
    padding: 0;
    margin: 0
}

.breadcrumb-container.noAgreeCookies{
    margin-top: 40px;
}

.breadcrumb-container li a {
    color: #717880;
    font-size: 14px !important;
    line-height: 14px !important
}

.breadcrumb-container li .separator {
    color: #727272 !important;
    font-size: 14px !important;
    margin: 0 5px 0 5px
}

.breadcrumb-container a {
    margin: 0 !important;
    padding: 0 !important
}

.breadcrumb-container ul li {
    text-indent: 0
}

.breadcrumb-container li:last-child .separator {
    display: none
}

.breadcrumb-container li {
    margin: 0;
    padding: 0
}

.breadcrumb-container a {
    background: #F5FAFF;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none
}

.wp-pagenavi {
    clear: both
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #000
}

.wp-pagenavi span.current {
    font-weight: 700
}

main.not_found {
    padding: 0;
    background-color: #00022a
}
.wp-pagenavi {
    align-items: center;
}
.wp-pagenavi .first {
    height: 36px;
    width: 55px;
    background: #FFFFFF;
    border: 0.5px solid #E3EDF8;
    box-sizing: border-box;
    border-radius: 4px;
    color: #38B8EF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px 0 0;
}
.wp-pagenavi .last {
    height: 36px;
    width: 55px;
    background: #FFFFFF;
    border: 0.5px solid #E3EDF8;
    box-sizing: border-box;
    border-radius: 4px;
    color: #38B8EF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
}
.wp-pagenavi a.page, .wp-pagenavi span {
    background: #FFFFFF;
    border: 0.5px solid #E3EDF8;
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    font-size: 14px;
    line-height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38B8EF;
}
.wp-pagenavi .previouspostslink {
    background: #FFFFFF;
    border: 0.5px solid #E3EDF8;
    box-sizing: border-box;
    border-radius: 4px 0 0 4px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi .nextpostslink {
    background: #FFFFFF;
    border: 0.5px solid #E3EDF8;
    box-sizing: border-box;
    border-radius: 0 4px 4px 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi a.page:hover, .wp-pagenavi span.current {
    color: #9B9B9B;
    background: #EAF2FB;
    border: 1px solid #E3EDF8;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 14px;
    line-height: 13px;
    display: flex;
    align-items: center;
    text-align: center;
}

.showAllRelatedLinks, .ShowMorePosts {
    color: #38B8EF;
    border: 1px solid #38B8EF;
    background: #fff;
    width: 274px;
    height: 45px;
}
.wp-pagenavi {
    /*flex-direction: column;*/
    justify-content: center;
    align-items: center;
}
main.not_found .wrap_block_search .content_search h1 {
    width: 100%;
    text-align: left
}

main.not_found h1 {
    font-family: Playfair Display serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px !important;
    line-height: 70px;
    color: #fff
}

main.not_found .wrap_block_search .search_inp {
    width: 100%;
    display: block;
}

main.not_found .wrap_block_search {
    margin: 0
}

main.not_found .wrap_block_search .content_search .search_inp.pc button {
    background: #fff !important;
    color: #38B8EF;
    border: 1px solid #38B8EF
}

main.not_found .wrap_block_search .block_search {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0 100px 0
}

main.not_found .wrap_block_search .content_search {
    padding: 0;
    width: 65%
}

main.not_found .wrap_block_search .content_search .b-top {
    width: 100%
}

main.not_found br {
    display: none
}

main.not_found .wrap_block_search .content_search input[type=search] {
    padding: 10px 25px 10px 50px
}

main.not_found .search_inp .icon-404 {
    position: absolute;
    left: 20px;
    top: 13px
}

@media (max-width: 1024px) {
    main.not_found br {
        display: block
    }
}

@media (max-width: 768px) {
    main.not_found .wrap_block_search .block_search {
        padding: 0 0 100px 0
    }

    main.not_found .wrap_block_search .block_search {
        flex-direction: column
    }

    main.not_found .wrap_block_search .content_search {
        padding: 0 0 30px 0;
        width: 100%
    }
}

@media (max-width: 767px) {
    main.not_found .wrap_block_search .content_search .search_inp.pc button {
        background: #38B8EF !important
    }

    main.not_found .wrap_block_search .content_search h1 {
        text-align: center;
        width: 100%;
        font-size: 38px;
        line-height: 50px
    }

    main.not_found .wrap_block_search .content_search input[type=search] {
        padding: 10px 25px 10px 25px
    }

    main.not_found .search_inp .icon-404 {
        display: none
    }
}

.seo_discount_popup {
    display: none;
    position: fixed;
    z-index: 77777;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: center;
    background: rgba(242, 242, 242, .5)
}

.seo_discount_popup_content {
    background-repeat: no-repeat;
    margin: 3% auto;
    width: 90%;
    position: relative
}

.seo_discount_popup_content {
    width: 630px;
    height: 400px;
    display: flex;
    align-items: center;
    background: #00022a;
    border-radius: 5px;
    justify-content: space-evenly
}

.seo_discount_popup_title {
    font-family: Playfair Display serif;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

.seo_discount_popup_desc {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #b9ceeb
}

.seo_discount_popup_desc span {
    color: #fff;
    font-weight: 700
}

.seo_discount_popup_button {
    width: 230px;
    height: 40px;
    background: #38B8EF;
    border-radius: 25px;
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    justify-content: center
}

.seo_discount_popup_text1 span {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    letter-spacing: 5px;
    color: #fa0559;
    padding: 3px 2px 3px 6px;
    margin: 0 5px 0 0;
    border: 2px dashed;
    border-radius: 5px
}

.seo_discount_popup_text1 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    color: #b9ceeb;
    margin: 5px 0 0 0
}

.seo_discount_popup_text3 {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    text-decoration-line: underline;
    color: #b9ceeb;
    cursor: pointer;
    margin: 20px 0 0 0
}

.btn_seo_discount {
    display: flex;
    justify-content: center;
    margin: 30px 0 0 0
}

@media (max-width: 767px) {
    .seo_discount_popup_content {
        width: 300px;
        height: auto;
        flex-direction: column-reverse;
        padding: 5% 2% 5% 2%;
        margin: 0 auto
    }
}

#scroll_top_full {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    bottom: 100px;
    right: 15px;
    cursor: pointer;
    background-size: 25px auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("/assets/img/up-image.svg");
    z-index: 1;
}

.container-wide {
    max-width: 1200px
}

.post-wrapper,
.category-tpl .article-category .article-item {
    width: 740px;
    max-width: 100%;
}

.price-calculator-col {
    position: sticky;
    top: 85px
}

.pc {
    display: none
}

.banner-inside-page .banner-order-notebook .tb {
    display: block
}

.banner-inside-page .banner-order-notebook .btn_banner {
    position: relative;
    bottom: 40px;
    margin: -25px auto
}

.banner-inside-page .banner-order-notebook .wrap_ban {
    width: 100%
}

.wrap-head-page .details-page {
    width: 60%
}

.article-item ul li {
    width: auto;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: .266667px;
    color: #3c444c;
    text-indent: 0;
    list-style-image: url(/assets/img/pencil-icon.svg)
}

.wrap-article-category {
    flex-wrap: wrap
}

.wrap-head-page {
    padding: 0
}

.all-blocks {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #38B8EF;
    padding: 30px 0 0 0;
    width: 100%
}

.all-blocks .img-bg-post {
    width: 100%;
    padding: 0 0 20px 0;
}

.wrap-head-page {
    border: 0
}

.sidebar {
    width: 400px;
    max-width: 100%;
    padding: 0 0 0 40px
}

@media (max-width: 1025px) {
    .category-tpl .article-category .article-item {
        width: 625px
    }

    .wrap-head-page {
        flex-direction: column
    }

    .wrap-head-page .details-page {
        width: 100%;
        margin: 0 0 30px 0
    }

    .wrap-head-page .banner-inside-page {
        width: 100%
    }

    .sidebar {
        padding: 0 0 0 15px
    }

    .block-note {
        width: 100%
    }

    .sidebar {
        padding: 0 0 0 15px
    }
    .all-blocks .post-wrapper {
        width: auto;
    }
}

@media (max-width: 992px) {
    .category-tpl .article-category .article-item {
        width: 740px
    }

    .sidebar {
        width: 100%;
        max-width: 100%;
        padding: 0 0
    }

    .wrap-article-category {
        flex-direction: column
    }

    .justify-content-between {
        justify-content: flex-end !important
    }

    .select2-container {
        width: 100% !important
    }

    .radio-inline-castom--wrap input + label {
        width: 25%
    }

    .all-blocks {
        flex-direction: column
    }

    .sidebar {
        width: 100%;
        max-width: 100%;
        padding: 0 0
    }
}

@media (max-width: 767px) {
    .category-tpl .article-category .article-item {
        width: 100%
    }

    .standart-select {
        margin: 0 0 15px 0
    }

    p {
        word-break: break-word
    }

    .radio-inline-castom--wrap {
        margin: 20px 0 60px 0
    }

    .radio-inline-castom--wrap input + label {
        background-color: #f8f8f8;
        width: 50%
    }

    .radio-inline-castom--wrap input:checked + label {
        width: 50%
    }

    .radio-inline-castom--wrap label:nth-of-type(1) {
        border-right: 1px solid #dbdbdb
    }

    .radio-inline-castom--wrap label:nth-of-type(3) {
        border-right: 1px solid #dbdbdb;
        border-top: 1px solid #dbdbdb;
        border-radius: 0
    }

    label:nth-of-type(4) {
        border-top: 1px solid #dbdbdb;
        border-radius: 0
    }

    .radio-inline-castom--wrap input + label {
        width: 50%
    }
}

.custom__list_wrap .custom__list li .category__item {
    color: #183a9f;
    height: auto;
    padding: 3px 4px;
    letter-spacing: .375px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    background-color: #ebf0f6;
    margin: 0 5px 5px 0
}

.category-tpl .custom__list {
    padding: 0
}

.sidebar__categories div {
    display: inline;
    padding: 3px 5px 3px 0;
    letter-spacing: .375px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px
}

.sidebar__categories div a {
    color: #183a9f
}
.free-samples-page .custom__list.pop-types-academic .item:hover > span {
    opacity: 1;
}

.free-samples-page .custom__list.pop-types-academic .item > span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}
.custom__list.popular_types_list_wrapper .item:hover > span {
    opacity: 1;
}

.custom__list.popular_types_list_wrapper .item > span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}
.price-calculator-col {
    position: sticky;
    margin: 0 0 0 0;
    top: 85px;
    border-radius: 10px;
    background: #fff;
}

.ctaImg .price-calculator-col{
    background: transparent;
}

.inner-cattag.custom-css .wrap-head-page {
    padding-top: 0;
    border-top: none
}

.inner-cattag.custom-css .price-calculator-col {
    margin: 0;
    background: #fff;
}

footer .block_right {
    width: 45%;
    display: flex;
    justify-content: space-between
}

footer .block_right .weAccept .icon-accept img {
    margin: 0 10px 0 0
}

footer .block_right .securePayment {
    width: 40%
}

footer .block_right .securePayment p {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: .428571px;
    color: #b9ceeb
}

footer .block_center {
    width: 100%
}

footer .block_center .more {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px 0
}

footer .block_center .more div {
    width: 280px
}

footer .block_left {
    width: 52%;
    margin: 0 20px 0 0
}

footer .block_right .wrpa-right-b {
    width: 50%
}

footer .block_left .contactUs img {
    margin: 0 10px 0 0
}

footer .list_info {
    display: flex;
    flex-wrap: wrap
}

footer .block_left .followUs .social-icons-left img {
    cursor: pointer;
    margin: 0 10px 0 0
}

footer .list_info div {
    width: 180px
}

@media (max-width: 1025px) {
    footer .block_center .more div {
        width: 258px;
    }
    footer .container {
        max-width: 80%
    }

    footer .block_center .more {
        justify-content: space-between
    }

    footer .block_right {
        width: 100%
    }

    footer .block_left {
        width: 100%;
        margin: 0 0 20px 0
    }

    footer .block_right .weAccept .icon-accept img {
        margin: 0 5px 0 0
    }
}

@media (max-width: 767px) {
    footer .container {
        max-width: 100%
    }

    footer .block_right {
        width: 100%;
        flex-direction: column
    }

    footer .block_right .securePayment {
        width: 100%
    }

    footer .block_right .weAccept .icon-accept img {
        margin: 0 34px 0 0
    }

    footer .footer-nav {
        padding: 20px 20px;
        line-height: 40px;
        justify-content: center
    }

    footer .block_right .securePayment p {
        line-height: 25px
    }

    footer .block_left .contactUs img {
        display: none
    }

    main.not_found .wrap_block_search .content_search .search_inp.pc button {
        display: flex;
        align-items: center;
        justify-content: center
    }

    footer .block_right .wrpa-right-b {
        width: 100%
    }

    footer .list_info img {
        display: none
    }

    footer .list_info div {
        width: 150px
    }

    footer .block_right .weAccept .icon-accept img {
        margin: 0 30px 0 0
    }

    footer .list_info {
        justify-content: space-between
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    color: #4C4C4C;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.xdsoft_datetimepicker {
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    z-index: 97;
    border-radius: 10px !important;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    padding: 16px 41px;
    display: none;
    position: relative
}

@media (max-width: 767px) {
    .xdsoft_datetimepicker {
        padding: 16px 15px
    }
}

.xdsoft_datetimepicker:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    background: #fff;
    right: 30px;
    width: 10px;
    height: 10px;
    -ms-transform: matrix(.71, .59, -.85, .71, 0, 0);
    transform: matrix(.71, .59, -.85, .71, 0, 0)
}

.xdsoft_datetimepicker.xdsoft_rtl {
    padding: 8px 0 8px 8px
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: 0 0;
    border: 0
}

.xdsoft_datetimepicker button {
    border: none !important
}

.xdsoft_noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.xdsoft_noselect::selection {
    background: 0 0
}

.xdsoft_noselect::-moz-selection {
    background: 0 0
}

.xdsoft_datetimepicker.xdsoft_inline {
    display: inline-block;
    position: static;
    box-shadow: none
}

.xdsoft_datetimepicker * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
    display: none
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
    display: block
}

.xdsoft_datetimepicker .xdsoft_datepicker {
    width: 224px;
    float: left;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
    width: 256px
}

.xdsoft_datetimepicker .xdsoft_timepicker {
    width: 58px;
    float: left;
    text-align: center;
    margin-top: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
    float: right;
    margin-right: 8px;
    margin-left: 0
}

.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
    margin-top: 43px;
    margin-bottom: -4px;
    background: #4c4c4c;
    position: relative
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
    position: relative;
    text-align: center;
    display: inline-block;
    width: 282px;
    background: #fff;
    padding: 6px 0
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAADCAYAAACwAX77AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABWSURBVHgBAUsAtP8DIyo3kA8LJcjw8OD4AAAAACAgQBATGReIAQAAAAAkKjZ//P4CoQAAAAAEAgBg3NbIgAAAAAAAAAAAACQpN3AkKTdwAAAAAAAAAADV2hAbZavBegAAAABJRU5ErkJggg==) no-repeat
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 1;
    background-position: 0;
    display: inline-block;
    width: 9px;
    height: 20px;
    vertical-align: middle
}

.xdsoft_datetimepicker .xdsoft_prev {
    float: left;
    background-position: -20px 0
}

.xdsoft_datetimepicker .xdsoft_today_button {
    float: left;
    background-position: -70px 0;
    margin-left: 5px
}

.xdsoft_datetimepicker .xdsoft_next {
    float: right;
    background-position: 0 0
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    background-color: transparent;
    background-repeat: no-repeat;
    border: 0;
    cursor: pointer;
    display: block;
    height: 15px;
    opacity: 1;
    -ms-filter: "alpha(opacity=50)";
    outline: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: 100%;
    white-space: nowrap;
    width: 20px;
    min-width: 0;
    margin-top: 10px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    float: none;
    border-radius: 50%;
    background-position: -40px -15px;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    bottom: -25px;
    left: 35px;
    color: #000;
    margin: 0
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev {
    float: none;
    margin-left: 0;
    margin-right: 14px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background-position: -40px 0;
    margin-bottom: 0;
    margin-top: 7px;
    position: absolute;
    bottom: -25px;
    left: 8px
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
    height: 182px;
    overflow: hidden;
    border-bottom: 1px solid #ddd
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    border-top: 1px solid #ddd;
    color: #666;
    font-size: 12px;
    text-align: center;
    border-collapse: collapse;
    cursor: pointer;
    border-bottom-width: 0;
    height: 30px;
    line-height: 30px
}

.xdsoft_datetimepicker .xdsoft_calendar th,
.xdsoft_datetimepicker .xdsoft_label,
.xdsoft_datetimepicker .xdsoft_month {
    font-family: Gotham Pro;
    font-style: normal;
    line-height: normal
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
    border-top-width: 0
}

.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover,
.xdsoft_datetimepicker .xdsoft_today_button:hover {
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.xdsoft_datetimepicker .xdsoft_label {
    display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    float: left;
    width: 182px;
    text-align: center;
    cursor: pointer
}

.xdsoft_datetimepicker .xdsoft_label:hover > span {
    text-decoration: underline
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
    opacity: 1
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
    border: 1px solid #ccc;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 101;
    display: none;
    background: #fff;
    max-height: 160px;
    overflow-y: hidden
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
    right: -7px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
    right: 2px
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #333;
    background: 0 0
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
    padding: 2px 10px 2px 5px;
    text-decoration: none !important;
    color: #333;
    text-align: left
}

.xdsoft_month + span {
    text-transform: uppercase
}

.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #e7f0db;
    color: #333;
    font-weight: 700
}

.xdsoft_datetimepicker span {
    text-transform: none;
    margin-right: 2px
}

.xdsoft_datetimepicker .xdsoft_month {
    width: 100px;
    text-align: right;
    font-weight: 500;
    font-size: 14px;
    color: #333;
    text-transform: none
}

.xdsoft_datetimepicker .xdsoft_calendar {
    clear: both
}

.xdsoft_datetimepicker .xdsoft_year {
    width: 58px;
    margin-left: 5px;
    color: #333
}

.xdsoft_datetimepicker .xdsoft_calendar table {
    border-collapse: collapse;
    width: 100%
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
    width: 14.2857142%;
    background: #fff;
    border: 1px solid #A4AEB6;
    color: #666;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    padding: 0;
    border-collapse: collapse;
    cursor: pointer;
    height: 30px
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
    width: 12.5%
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    background: #F5F9FC
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #3af
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    color: #fff;
    background: linear-gradient(180deg, #4E3D95 0, #3A2E60 100%)
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    opacity: 1;
    -ms-filter: "alpha(opacity=50)";
    cursor: default;
    background: #fff
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled div,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month div,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled div {
    opacity: .2
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
    opacity: .2;
    -ms-filter: "alpha(opacity=20)"
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #fff;
    background: linear-gradient(180deg, #4E3D95 0, #3A2E60 100%)
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
    color: inherit !important;
    background: inherit !important;
    box-shadow: inherit !important
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    cursor: default;
    border: none;
    font-weight: 500;
    font-size: 10px;
    text-align: center;
    color: #000
}

.xdsoft_datetimepicker .xdsoft_copyright {
    color: #ccc !important;
    font-size: 10px;
    clear: both;
    float: none;
    margin-left: 8px
}

.xdsoft_datetimepicker .xdsoft_copyright a {
    color: #eee !important
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
    color: #aaa !important
}

.xdsoft_time_box {
    position: relative;
    border: 1px solid #ccc
}

.xdsoft_scrollbar > .xdsoft_scroller {
    background: #ccc !important;
    height: 20px;
    border-radius: 3px
}

.xdsoft_scrollbar {
    position: absolute;
    width: 7px;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer
}

.xdsoft_close_selected,
.xdsoft_save_selected,
.xdsoft_scroller_box {
    position: relative
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
    left: 0;
    right: auto
}

.xdsoft_datetimepicker.xdsoft_dark {
    box-shadow: 0 5px 15px -5px rgba(255, 255, 255, .506);
    background: #000;
    border-bottom: 1px solid #444;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    color: #ccc
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
    border-bottom: 1px solid #222
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #0a0a0a;
    border-top: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
    background-color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
    border: 1px solid #333;
    background: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
    color: #000;
    background: #007fff
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==)
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0a0a0a;
    border: 1px solid #222;
    color: #999
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    background: #0e0e0e
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: #c50
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
    background: #ffe9d2;
    box-shadow: #ffb871 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
    background: #c1ffc9;
    box-shadow: #00dd1c 0 1px 4px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #c50;
    box-shadow: #b03e00 0 1px 3px 0 inset;
    color: #000
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    color: #000 !important;
    background: #007fff !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: #666
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
    color: #333 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
    color: #111 !important
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
    color: #555 !important
}

.xdsoft_dark .xdsoft_time_box {
    border: 1px solid #333
}

.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
    background: #333 !important
}

.xdsoft_datetimepicker .blue-gradient-button {
    font-family: museo-sans, "Book Antiqua", sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #82878c;
    height: 28px;
    position: relative;
    padding: 4px 17px 4px 33px;
    border: 1px solid #d7d8da;
    background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
    background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
    background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0)
}

.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:focus span,
.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:hover span {
    color: #454551;
    background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
    background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
    background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0)
}

.xdsoft_datetimepicker .xdsoft_today_button {
    display: none !important
}

.xdsoft_close_selected,
.xdsoft_save_selected {
    display: inline-block;
    cursor: pointer;
    width: 100px;
    height: 30px
}

.xdsoft_datetimepicker .xdsoft_next {
    margin-right: 30px
}

.xdsoft_datetimepicker .xdsoft_prev {
    margin-left: 30px
}

.xdsoft_save_selected {
    background: url(https://www.paperhelp.org/assets/dist/plagins/jquery_datetimepicker/ok.svg?v=1) no-repeat
}

.xdsoft_close_selected {
    background: url(https://www.paperhelp.org/assets/dist/plagins/jquery_datetimepicker/reset.svg) no-repeat
}

.btn-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 14px 0 0;
    background: #fff
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALwSURBVHgBbVTBS5RREJ/5XLAO0XYJD5oS1FXLiwqyqxSYENoxUFlKr3XoUJ2yQ3iK1VOogav+AbVEwWLZLpkQVHzX8NBqHfbWdopYvzfOzHtv91vdb/n2zZtv5je/mXnzEFo86XQ2eabWlgHEFCD1gQm6eUUECAmgDIbyb3bv5Vr54nHFjeHsZMLgGkFwFhmESNWCxjIrWFQvorIBnH/7+f563L8tvrk5nM1CBFkCOg1gGIDhNKTIwLLqmKCEoXMcYvJS1xjs/SqUTgCODz1/QsY8tKyMshIAIQe6V9mlJHjkdenLndeTe7+3CvWUxwcWMpzTGm+pUQYpWj1lXyFyoFbgFR082956t/sor85jgws/WdstWQWImlYcpA4sSPxrfFdcxWC3P//a/19sGxt4liGIMpwW2mR8ikKFHDhZFLYh5WOUmtqC2kpdTyUOsZIwVJtgPYHtHQLFToCVcepuStfNlyWbKGkF5bv38+UbSXADepSxK4p76rWcnhuBqdmUUxJsrn5sChYvAf/3JvgQ9MnxQP9d1Ki1hhkGm55NM8g2WPBRSQ7WV7YJXUBDroh235MgEyltY4vDDUCNPjN3jcFGYWP1g74uPdFJXZF1Pgt7Rh2kpLzPON1gGyj11gBEETPZgo2V9y5BxNxyAURP2qPIkaR4UiGm+x+8Yv9JaPXopCA2l9Znp33RaULXGP57HQBFJRs1Il0hsixAqBqsy2pj3KsylykCO5ZWz/t8wLY5Nqg6MGo4xF5zKMaNoE2BvZ0pF78v5oJiuFjlhmSUjWlhDJYhOMZGQN130Rkje2FXeypp6+VwUPny40JHf5JrMeguBrATQP50YmyPsVWniAHnd8IXS3VAC/q10NVxRWxT6EbOMvPjRUAOwIKohUz+4k64/NjjNN2HB5Vvpc7zV/f1lgaTtDNmHEMdNmmAdp4Pzl++SG5/CleW4hgnbmz/DPXdyXCZJphBD1Pp1UMX8PUPGPK+1B6YXDHMVY/7HQGndhNh8+rbnQAAAABJRU5ErkJggg==) no-repeat !important
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAL2SURBVHgBdVRBa1NBEJ59fVA9iPEiPbQ2CHpt1UtbqE2RQi1I41EwGiT1qEf1ZD1IT5L0JCaHJu0vCKIQ22KCtSCovKv0YFo95GY8iSRvx5nZ3ZfXtL7wsruzM9/75pvZVXDMk0rlE6c6A1lQagYUjoP2RmlUCiBAgCZorL7efVA+Llb1G65P59O+VmsI3mlFIIhiZjSak4GmEoXY1KCW33x8WInHD8QXN6bzeQghj4AnATQBEJx8kudAc7ERQf4MnqFPpC+MzMPej1rjCODC1IunqPUjw0oLKwZgciBrmduUGA+dLXVxeC6x93OzFqW8MLGSpZzWaIk9GVi0KGWnEFpQM6FRWXjyvfl293FVgucnV76TdZSz8pSStOIgETAj0a+3L7iCQWG//gz+PT8wP/E8ixBmKS1lknEpMhW04GhQyAeFjxZq4gviy7qe8Luq5WvsLJIdwdROAcY6AC0NOzr5GAnNvotz+7M+FSApjK0o9sHM0qw4bpTqYCsgQWSXcaP03mQak4D+xzxqgnGNIfLL1UUMaUNL2plcCm7nrpKN20UTWEps4mPfUHcpjmNlnfRRh0JbG3GoAEpSrZS2JKM7S9fAcc/kZmG9tA3rxW0niLKSRKJwyvuEMwqmgEws0qVSfMfs4O79OTDrTQLcEg1dzU3TSJXZJfA1dAOKT0aCxwtDiRCochv8ASulFU5azB5LaaKmDxg2iFLawin3UduyAl4u1mJ16XWBo+m2iHjVozYqk5htU4xYYeKv7lKfyRwjG/SNqJv1r4WyVw8KbSpIlitLBTrqLK+cZam+dIPdZ5vWvKYRO8+YpVwOB61P384NXUlQlpP2YgBzAtB1p4qtVWwUWQhweSd4uRoBGtDPtZGhS+w7o+yRM8zc8UJbXAHiI8gefPILO8GrJw7n0H140PrSGD57eV9uadAJc8a0ZSiHjRscwTTrb7pIbn0IiquHKgX/eabG72VJpkVikCQqY9J0Hl3/oAJaNwY9Xa4H5XZ/3D+JaRHa/YrC9wAAAABJRU5ErkJggg==) no-repeat !important
}

.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_prev {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACASURBVHgBdY+9CkZwGMWf52F+l5dFKQOFySJuwyW4IqPRJbgEGZWyGg2SIrkA/j4W+TzLqd/p1DkINym6q/C4RPgGpwX9C1QNJ9n9gJppW+/QdIoL3MQzoBjZ7FdlXp0DImAeEBfcG9zQNe1flDICDH+CnI59PT72nwd8/sCv5ysYWCwKG3K4zQAAAABJRU5ErkJggg==) no-repeat !important
}

.xdsoft_datetimepicker .xdsoft_monthpicker .xdsoft_next {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAALCAYAAABcUvyWAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACASURBVHgBdY89DkBAEIV3rFrip5JIFCSoNMJ19mRKpSOIIyj1IgoRB5BdRrU/TDGTeV/e5A1J8nqIsyYmWlmXAGaDaHVIz305nSAaEeLE/QXYZOi74XQc6wayHc89sIeLMyoDdHpBNAsKnemweA9EMEXE6GlRlYaoRP4Usf4+vwFu4DT5i73mHQAAAABJRU5ErkJggg==) no-repeat !important
}

.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
    background: #e8e8e8 !important
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
    background: #fff
}

.xdsoft_close_selected .fa,
.xdsoft_save_selected .fa {
    display: none
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 10;
}

.custom-select .select2-container {
    display: block;
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    height: 48px;
    outline: 0
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    font-weight: 300;
    font-size: 14px;
    padding: 0 15px;
    color: #4C4C4C;
    font-family: 'Gotham Pro Medium';
}

.select2-container--default .select2-selection--single .select2-selection__rendered + .select2-selection__arrow {
    top: 50%;
    right: 10px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/assets/img/down-arrow.png);
    transition: all .2s ease
}

.select2-container--default .select2-selection--single .select2-selection__rendered + .select2-selection__arrow b {
    display: none
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background: #ecf8fa;
    font-weight: 300;
    color: #000
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background: #ecf8fa;
    font-weight: 300;
    color: #000
}

.select2-container--default .select2-results__option {
    color: #000;
    background: #fff;
    font-weight: 300;
    height: 50px;
    line-height: 38px;
    padding: 7px 20px;
    font-size: 13px
}

.select2-search--dropdown {
    padding: 10px 20px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 300;
    height: 26px;
    line-height: 26px;
    color: #000;
    outline: 0;
    background-repeat: no-repeat;
    background-position: 98% center;
    appearance: none;
    background-image: url('<?php echo get_template_directory_uri(); ?>/img/search-input.svg')
}

.select2-dropdown {
    border: 1px solid #dbdbdb
}

.block__main-nav.speed-in {
    top: 0
}

.mainCta .ctaImg {
    background-image: url(/assets/img/new-main/new-bg-main-page.svg);
    background-size: 465px;
    padding-bottom: 110px;
}

.mainCta.mainCtaFreeTools .ctaImg {
    background-image: url(/assets/img/tools/free-tools.svg);
    background-size: contain;
    padding-bottom: 30px;
}

.mainCta.mainCtaFreeTools h1 {
    max-width: 400px;
    min-height: auto;
    margin-bottom: 20px;
}

.nav_wowNaw .container {
    position: relative;
}

.nav_wowNaw .menu-item-has-children > ul > li {
    border-bottom: 0;
    min-width: 191px;
    padding: 0 0 10px 0
}

.nav_wowNaw .collapse.navbar-collapse li a {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: .5px;
    color: #fff;
    margin: 0 7px;
    display: flex;
    align-items: center;
}

.nav_wowNaw .collapse.navbar-collapse li p {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: .5px;
    color: #fff;
    padding: 0 18px;
    height: 30px;
    margin: 0 7px;
    cursor: pointer;
    height: 42px;
    padding: 4px 18px;
    display: flex;
    align-items: center;
}

.nav_wowNaw .collapse.navbar-collapse li p:hover {
    color: #38B8EF
}

.nav_wowNaw .collapse.navbar-collapse .sub-menu li a {
    padding: 0;
    margin: 0
}

.nav_wowNaw .menu-item-has-children:hover > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 50px;
    background: #011244;
    padding: 30px 40px 30px 40px
}

.nav_wowNaw .navbar-nav > li {
    padding: 10px 0 10px 0
}

.nav_wowNaw .navbar-nav li:nth-of-type(2) {
    position: unset
}

.nav_wowNaw .navbar-nav li:nth-of-type(2) p {
    position: relative
}

.nav_wowNaw .navbar-nav .menu-item-has-children p::after {
    content: url(/assets/img/arrow-down.png);
    position: absolute;
    transition: .5s;
    right: 0;
    top: 5px;
}

.nav_wowNaw .navbar-nav .menu-item-1141.open p:after {
    transform: rotate(180deg);
    transition: .5s
}

.nav_wowNaw .navbar-nav li:nth-of-type(3) {
    position: unset
}

.nav_wowNaw .navbar-nav li:nth-of-type(3) p {
    position: relative
}

.nav_wowNaw .navbar-nav .menu-item-519.open p:after {
    transform: rotate(180deg);
    transition: .5s
}

.nav_wowNaw .btn-show-all {
    background: #283466;
    border-radius: 20px;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    padding: 5px 0
}

.nav_wowNaw .btn-show-all a {
    display: flex;
    width: 100%;
    justify-content: center
}

.nav_wowNaw .navbar-nav li:hover {
    background: #011244
}

.nav_wowNaw .menu-item-1141.open {
    background: #011244
}

.nav_wowNaw .menu-item-519.open {
    background: #011244
}

.nav_wowNaw .navbar-nav li:hover:nth-of-type(5) {
    background: 0 0
}

.nav_wowNaw .navbar-nav li:hover:nth-of-type(6) {
    background: 0 0
}

.block__main-nav {
    position: absolute;
    top: 50px;
    margin: 0;
    height: unset;
    width: 100%;
    background-color: #fff;
    -webkit-overflow-scrollingr: touch;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    z-index: 1042;
    transition: top .3s;
    padding: 25px 20px
}

.navig-menu {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.navig-menu + .mt {
    margin: 11px 0 0 0;
    padding: 0
}

.navig-menu-r {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 175px
}

.block__main-nav .container > ul {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.block__main-nav .menu-item-159 {
    display: none
}

.block__main-nav ul li.menu-item-166 {
    border-top: 0;
    margin: 0;
    padding: 0
}

.navig-menu-r .nav_close_btn {
    margin: 0 0 0 auto
}

.navig-menu-r .servicesNavButton {
    display: none
}

.block__main-nav.js_main-nav {
    display: none
}

.block__main-nav.js_main-nav.speed-in {
    display: block;
    position: fixed
}

.block__main-nav .menu-item-1141 > p:after {
    content: url(/assets/img/arrow-down-gray.svg);
    position: absolute;
    transition: .5s;
    right: -15px;
    top: -2px
}

.block__main-nav .menu-item-1141.open p:after {
    transform: rotate(180deg);
    transition: .5s;
    top: 4px
}

.block__main-nav .menu-item-1141 p {
    position: relative;
    margin: 0
}

.block__main-nav .menu-item-519 > p:after {
    content: url(/assets/img/arrow-down-gray.svg);
    position: absolute;
    transition: .5s;
    right: -15px;
    top: -2px
}

.block__main-nav .menu-item-519.open p:after {
    transform: rotate(180deg);
    transition: .5s;
    top: 4px
}

.block__main-nav .menu-item-519 p {
    position: relative;
    margin: 0
}

.nav_wowNaw .menu-item-has-children {
    position: unset
}

.nav_wowNaw .menu-item-has-children:hover ul {
    display: none
}

.nav_wowNaw .menu-item-has-children.open ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 50px;
    background: #011244;
    padding: 30px 40px 30px 40px
}

.block__main-nav ul li {
    margin: 0;
    padding: 20px 20px
}

.block__main-nav ul li a:hover {
    color: #3c444c
}

.block__main-nav {
    padding: 25px 20px 0 20px
}

.block__main-nav .btn-show-all {
    border: 1px solid #38B8EF;
    background: 0 0;
    border-radius: 20px;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    padding: 5px 0
}

.block__main-nav .btn-show-all a {
    color: #38B8EF
}

header .navbar-expand-xl .d-xl-none {
    display: flex;
    align-items: center;
}

header .navbar-expand-xl .d-xl-none .search-icon-btn {
    margin: 0 0 0 20px;
    background: transparent;
}

header .navbar-expand-xl .d-xl-none .search-icon-btn.search-media.open-search {
    padding: 4px 0 10px 0;
}

@media (min-width: 1200px) {
    .mainCta {
        padding: 50px 0 0 0
    }
}

@media (min-width: 1070px) {
    .nav_wowNaw .menu-item-159 {
        margin: 0 0 0 20px
    }


    .free-tool-wrapper::before {
        content: '';
        position: absolute;
        background: url("/assets/img/tools/free-tool-wrapper-before.svg");
        width: 440px;
        height: 269px;
        left: 0;
        top: 120px;
        z-index: 0;
    }

    .free-tool-wrapper::after {
        content: '';
        position: absolute;
        background: url("/assets/img/tools/free-tool-wrapper-after.svg");
        width: 440px;
        height: 269px;
        right: 60px;
        top: 90px;
        z-index: 0;
    }
}

@media (max-width: 1025px) {
    .nav_wowNaw .menu-item-519.open {
        background: #ebf0f6
    }

    .nav_wowNaw .menu-item-1141.open {
        background: #ebf0f6
    }

    .nav_wowNaw .menu-item-has-children.menu-item-1141.open ul {
        top: 131px;
        background: #ebf0f6
    }

    .block__main-nav .menu-item-1141.open p:after {
        top: 0
    }

    .nav_wowNaw .menu-item-has-children.menu-item-519.open ul {
        top: 131px;
        background: #ebf0f6
    }

    .block__main-nav .menu-item-519.open p:after {
        top: 0
    }
}

@media (max-width: 767px) {
    .block__main-nav .menu-item-1141 p,
    .block__main-nav .menu-item-519 p {
        display: inline
    }

    .block__main-nav .menu-item-1141 > p:after {
        top: -7px
    }

    .block__main-nav .menu-item-519 > p:after {
        top: -7px
    }

    .block__main-nav {
        position: fixed;
        top: 46px;
        margin: 0;
        height: 100%;
        width: 85%;
        background-color: #fff;
        -webkit-overflow-scrollingr: touch;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        z-index: 1042;
        right: -100%;
        transition: right .3s;
        padding: 0
    }

    .block__main-nav .navig-menu img {
        display: none
    }

    .block__main-nav .navig-menu + .mt {
        display: none
    }

    .block__main-nav .container > ul {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column
    }

    .block__main-nav ul li.menu-item-166 {
        margin: 0;
        border-top: 1px solid #38B8EF;
        padding: 25px 20px;
        width: 100%
    }

    .block__main-nav ul li.menu-item-166 a {
        width: 100%;
        text-align: center
    }

    .block__main-nav ul li.menu-item-159 {
        display: block;
        border-top: 0;
        margin-top: 15px;
        padding: 0 20px;
        width: 100%;
        /*height: 120px*/
    }

    .block__main-nav ul li.menu-item-159 a {
        width: 100%;
        text-align: center
    }

    .block__main-nav .menu-item-has-children:hover ul {
        top: 0;
        padding: 0 40px 30px 2px;
        position: relative
    }

    .nav_wowNaw .menu-item-has-children {
        width: 100%;
        position: relative;
        padding: 5px 20px
    }

    .block__main-nav ul li {
        padding: 5px 20px;
    }

    .nav_wowNaw .container {
        padding: 0
    }

    .navig-menu-r .nav_close_btn {
        margin: 0 15% 0 0
    }

    .block__main-nav.js_main-nav.speed-in {
        overflow-y: scroll
    }

    .nav_wowNaw .menu-item-has-children.menu-item-1141.open ul {
        top: 0;
        padding: 0
    }

    .nav_wowNaw .menu-item-has-children.menu-item-519.open ul {
        top: 0;
        padding: 0
    }
}

.custom-css .entry-title {
    margin: 0 0 40px 0
}

.custom-css .content-wrapper {
    width: 100%
}

.search-page.inner-cattag.custom-css .category-tpl .article-category .article-item .entry-content {
    white-space: inherit;
}

.inner-cattag.custom-css.search-page {
    padding-top: 0;
}

.inner-cattag.custom-css .category-wrapper {
    flex-direction: row;
}

.inner-cattag.custom-css.search-page .banner-order- .btn_banner {
    bottom: 20px;
}

.search-page .banner-order- {
    margin-top: 60px;
}

.custom-css .category-wrapper {
    flex-direction: column
}

.landing-links {
    border: 1px solid #38B8EF;
    padding: 35px 25px;
    margin-bottom: 70px;
}

.landing-links .landing-list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    column-gap: 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.landing-links .landing-list li {
    display: none;
    position: relative;
    background: #D0E4F9;
    border-radius: 30px;
    text-indent: 0;
    padding: 10px 23px;
    min-height: 40px;
    width: 31%;
}

.landing-links .landing-list li.show-item-all,
.landing-links .landing-list li.show-item {
    display: flex;
}

.landing-links .landing-list li a {
    color: #3C444C;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    align-items: center;
    display: flex;
}

.landing-links .landing-list li::before {
    position: absolute;
    content: '\2022';
    left: 9px;
    color: #38B8EF;
    font-size: 28px;
    top: calc(50% - 14px);
}

@media (max-width: 1072px) {
    .landing-links .landing-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .landing-links .landing-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

.custom-css .wrap-block-after .related-container {
    margin: 0 0 50px 0
}

.custom-css .related-container h3 {
    text-align: center
}

.custom-css .related .init-slider-rel {
    margin: 40px auto 0 auto;
    width: 80%
}

.custom-css .related .init-slider-rel .sprite-prev {
    position: absolute;
    right: -70px;
    top: 90px;
    cursor: pointer;
    opacity: .3
}

.custom-css .related .init-slider-rel .sprite-next {
    position: absolute;
    left: -70px;
    top: 90px;
    cursor: pointer;
    opacity: .3
}

.custom-css .related .init-slider-rel .slick-dots {
    margin: 90px 0 0 0
}

.custom-css .related .init-slider-rel .slick-dots li {
    transition: 1s
}

.custom-css .related .init-slider-rel .slid-item {
    position: relative;
    margin: 0 20px 0 20px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px 0 15px 0;
    outline: 0
}

.custom-css .related .init-slider-rel .slid-item .img-slid {
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 0;
    right: 0
}
.custom-css .related .init-slider-rel .slid-item .img-slid.bg {
    background: rgb(255, 255, 255, 1) url(https://www.wowessays.com/assets/img/file.svg) no-repeat;
    background-size: auto;
    background-position: center;
}
.custom-css .related .init-slider-rel .slid-item .text-slid a {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 180px
}

.custom-css .related .init-slider-rel .slid-item .text-slid h4 {
    color: #3c444c;
    letter-spacing: .266667px;
    font-family: Playfair Display serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 27px;
    width: 80%;
    text-align: center
}

.custom-css .container h3 {
    text-align: center
}

.custom-css .container .list-topics ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.custom-css .container .list-topics ul li {
    width: 300px;
    font-weight: 700;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: .266667px;
    color: #3c444c;
    text-indent: 0;
    list-style-image: url(/assets/img/file2.svg)
}

.custom-css .block-note {
    background: #BEDAF6;
    width: 1020px;
    margin: 0 auto
}

.custom-css .block-note p {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .5px;
    color: #3c444c;
    padding: 0 0 0 20px
}

.custom-css .container-block-note .block-note {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}

.custom-css .container-block-note .block-note p span {
    padding: 0 10px 0 0;
    position: absolute;
    left: 15px;
}

.custom-css .container-block-note .block-note p {
    padding: 5px 0 5px 25px;
    margin: 0;
    font-weight: 300;
}

.custom-css .container-block-note .block-note strong {
    font-weight: bold;
}

.custom-css .container-block-note .block-note .btn-block-note {
    padding: 0;
    position: relative;
    width: 200px;
}

.custom-css .block-note .btn-block-note {
    width: 164px;
    height: 44px;
    background: #38B8EF;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.custom-css .block-note .btn-block-note a {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.custom-css .block-note p span {
    padding: 0 10px 0 0
}

.custom-css.bn-marketing .banner-order {
    margin: 55px auto 100px auto
}

.custom-css .banner-order .wrap_ban .m-cl-bn {
    font-family: Roboto Condensed;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: .625px
}

.custom-css .wrap-head-page {
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px 0;
    padding: 35px 0 0 0;
    border-top: 1px solid #38B8EF
}

.custom-css .wrap-head-page .banner-inside-page {
    display: flex;
    justify-content: flex-end;
    width: 48%;
    margin: 0;
    padding: 0
}

.custom-css .wrap_ban .btn_banner {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0;
    border-radius: 25px;
    background-color: #2EC84A;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 270px;
    text-align: center;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.custom-css .wrap-head-page .details-page {
    width: 60%;
    box-sizing: border-box;
    padding: 15px;
    min-height: 231px;
    background: #FFFFFF;
    border: 1px solid #D2DEEA;
    border-radius: 10px;
}

.custom-css .wrap-head-page .details-page p {
    margin: 5px 0 5px 0;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #3C444C;
}

.custom-css .wrap-head-page .details-page p a{
    color: #38B8EF;
}

.custom-css .banner-inside-page .banner-order-notebook {
    position: relative
}

.custom-css .banner-inside-page .banner-order-notebook .btn_banner {
    position: absolute;
    bottom: 30px;
    margin: 0 0 0 20px;
    height: 50px;
    max-width: 258px;
}

.custom-css .banner-inside-page .banner-order-notebook .btn_banner a {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 0;
    background: none;
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.custom-css .banner-inside-page .banner-order-notebook .btn_banner a:hover{
    background: #2EDC4D;
}

.custom-css .banner-inside-page .banner-order-notebook .h-title-notebook p {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: .6px;
    color: #01084d
}

.custom-css .banner-inside-page .banner-order-notebook .text-notebook p:first-child {
    margin: 0
}

.custom-css .banner-inside-page .banner-order-notebook .text-notebook p {
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    letter-spacing: .46875px;
    color: #01084d
}

.custom-css .banner-inside-page .banner-order-notebook .wrap_ban {
    padding: 0 0 0 50px;
    position: relative;
    width: 100%;
}

.custom-css .banner-inside-page .banner-order-notebook .notebook-img {
    position: absolute;
    background: url("<?php echo get_template_directory_uri();?>/img/banner-order-notebook.png") no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position-x: right;
    z-index: 0
}

.custom-css .banner-inside-page .banner-order-notebook .wrap_ban .title-notebook {
    display: flex
}

.custom-css .banner-inside-page .banner-order-notebook .wrap_ban .title-notebook .img-title-notebook {
    width: 55px
}

.custom-css .banner-inside-page .banner-order-notebook .wrap_ban .title-notebook .img-title-notebook img {
    width: 100%
}

.pop-top-essay {
    position: relative;
}

.dots-img {
    position: relative;
}

.dots-img:after {
    content: '';
    position: absolute;
    background: url(/assets/img/our-subjects/CombinedShapeUp.svg);
    width: 251px;
    height: 176px;
    top: -178px;
    right: -115px;
    background-repeat: no-repeat;
}

@media (max-width: 1899px) {
    .dots-img:after{
        display: none;
    }
}

.dots-img:before {
    content: '';
    position: absolute;
    background: url(/assets/img/our-subjects/CombinedShapeDown.svg);
    width: 150px;
    height: 167px;
    background-repeat: no-repeat;
    bottom: -110px;
    left: -60px;
}

.page-inside .custom__list.pop-top-essay li {
    width: 330px;
    text-align: left;
}

.page-inside .custom__list.pop-types-academic li {
    width: 245px;
    text-align: left;
}

.custom__list.pop-top-essay li:before {
    background-image: url(/assets/img/our-subjects/arrow-blue.svg) !important;
}

.free_samples .b-top {
    margin: 60px 0 35px 0;
}

.popular-topics {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.wow-top {
    display: block;
    margin: 0 0 30px 0;
}

.wow-top-mob {
    display: none;
}

.slick-arrow {
    position: absolute;
    top: -100px;
    right: 28px;
    cursor: pointer;
}

.prev.slick-arrow {
    right: 72px;
}

.uploaded-samples .samples-item {
    outline: 0;
    padding: 15px 0 0 0;
}

.uploaded-samples .samples-item .s-block {
    width: 240px;
    height: 346px;
    border: 1px solid #DDE5F2;
    position: relative;
    margin: 0 auto;
    background: #fff;
}

.uploaded-samples .samples-item .s-block:before {
    content: '';
    position: absolute;
    background: url("/assets/img/uploaded-samples.svg");
    top: -27px;
    left: 0;
    width: 62px;
    height: 62px;
    background-repeat: no-repeat;
}

.uploaded-samples .init-carousel-samples {
    margin: 50px 0 100px 0;
}

.uploaded-samples .title-samples {
    width: 100%;
    height: 131px;
    background: #fff;
}

.uploaded-samples .title-samples p {
    font-size: 14px;
    letter-spacing: 0.625px;
    color: #3C444C;
    font-style: normal;
    padding: 0 15px;
    font-weight: bold;
    text-align: left;
    overflow: hidden;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.uploaded-samples .link-in-samples a {
    border: 1px solid #2EC84A;
    box-sizing: border-box;
    border-radius: 25px;
    width: 198px;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.625px;
    color: #2EC84A;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 0 auto;
}

.uploaded-samples .link-in-samples a:hover {
    color: #fff;
    border: 1px solid #2EC84A;
    background: #2EC84A;
    transition: .5s;
}

.uploaded-samples .title-samples {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 30px 0 0 0;
}

.uploaded-samples .info-samples p {
    padding: 0 10px;
    margin: 5px 0 0 0;
    text-align: left;
    font-size: 14px;
}

.uploaded-samples .info-samples p strong {
    margin: 0 10px 0 0;
}

.uploaded-samples .link-in-samples {
    margin: 25px 0 0 0;
}

.custom__list li:before {
    top: 10px;
}

.get-wowessays-help {
    position: relative;
    margin: 0 0 50px 0;
}

.get-wowessays-help img {
    width: 100%;
}

.get-wowessays-help .getHelpD {
    display: block;
}

.get-wowessays-help .getHelpT {
    display: none;
}

.get-wowessays-help .getHelpM {
    display: none;
}

.get-wowessays-help .btn-of-help {
    position: absolute;
    left: 9%;
    top: 66%;
    background: #2EC84A;
    border-radius: 25px;
    width: 246px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-wowessays-help .btn-of-help:hover,
.get-wow-experience .btn-of-help:hover{
    background: #2EDC4D;
}

.get-wowessays-help .btn-of-help a {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}


.get-wow-experience {
    position: relative;
}

.get-wow-experience img {
    width: 100%;
}

.get-wow-experience .getExperienceD {
    display: block;
}

.get-wow-experience .getExperienceT {
    display: none;
}

.get-wow-experience .getExperienceM {
    display: none;
}

.get-wow-experience .btn-of-help {
    position: absolute;
    right: 8%;
    top: 38%;
    background: #2EC84A;
    border-radius: 25px;
    width: 262px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-wow-experience .btn-of-help a {
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.tools-img-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.tools-img-wrapper img {
    width: 120%;
    margin-right: 30px;
}

.ab-test-banner {
    display: none;
    position: fixed;
    z-index: 77777;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    align-items: end;
    background: rgba(27, 26, 28, .7);
    justify-content: center;
}

.ab-test-banner .wrap-ab-test-banner {
    /*width: 460px;*/
    /*height: 542px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*border-radius: 5px;*/
    /*justify-content: space-evenly;*/
    /*margin: 8% auto 0 auto;*/
    /*background: #FFFFFF;*/
    /*!*border: 1px solid #00022A;*!*/
    /*box-sizing: border-box;*/
    /*position: relative;*/
    width: 785px;
    height: 420px;
    border: 2px solid #DD9A35;
    padding: 80px 0px 40px 35px;
    display: flex;
    border-radius: 20px;
    margin: 8% auto 0 auto;
    background: #05072D;
    box-sizing: border-box;
    position: relative;
}


.ab-test-banner .wrap-ab-test-banner:before {
    content: '';
    position: absolute;
    right: 23px;
    bottom: 0;
    background-image: url('/assets/img/Pop-up-new.png');
    background-repeat: no-repeat;
    width: 320px;
    height: 344px;
}

.ab-test-banner-content {
    z-index: 2;
    position: relative;
    margin: 0;
    display: block;
}

.ab-test-banner .title {
    font-family: inherit;
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin: 0 0 10px 0;
}

.ab-test-banner .pre-title {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin: 0 0 32px 0;
}

.ab-test-banner .pre-title span {
    font-size: 16px;
    font-weight: bold;
    color: #38B8EF;
}

.ab-test-banner .code {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #38B8EF;
    margin: 0;
}

.ab-test-banner .btn-ab {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 100px;
    width: 254px;
    height: 54px;
    justify-content: center;
    margin: 0 0 95px 0;
    background: #2EC84A;
    transition: .5s;
}

.ab-test-banner .btn-ab:hover {
    background-color: #2EDC4D;
    text-decoration: none;
}

.ab-test-banner .close {
    font-family: inherit;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    text-decoration-line: underline;
    color: #9B9BA1;
    cursor: pointer;
    margin: 0;
    position: relative;
    bottom: 0;
}

@media (max-width: 1025px) {
    .custom-css .category-tpl .article-category .article-item {
        width: 100%
    }

    .custom-css .wrap-head-page {
        flex-direction: unset !important
    }

    .dots-img:after {
        display: none;
    }

    .uploaded-samples .samples-item .s-block {
        width: 250px;
    }

    .page-inside .custom__list.pop-top-essay li {
        width: 300px;
    }

    .custom-css .wrap-head-page .details-page {
        width: 48%;
    }

    .custom-css .container-block-note .block-note p {
        padding: 5px 25px 5px 25px;
    }

    .custom-css .container-block-note .block-note .btn-block-note {
        padding: 0 0 0 0;
    }

    .get-wowessays-help .getHelpD {
        display: none;
    }

    .get-wowessays-help .getHelpT {
        display: block;
    }

    .get-wowessays-help .btn-of-help {
        left: 4%;
    }

    .get-wowessays-help .getHelpM {
        display: none;
    }

    .get-wow-experience .getExperienceD {
        display: none;
    }

    .get-wow-experience .getExperienceT {
        display: block;
    }

    .get-wow-experience .btn-of-help {
        left: 14%;
    }

    .get-wow-experience .getExperienceM {
        display: none;
    }
}

@media (max-width: 768px) {
    .custom-css .content-wrapper .breadcrumb-container {
        padding: 0
    }

    .custom-css .wrap-head-page .banner-inside-page {
        width: 85% !important
    }

    .custom-css .wrap-head-page .details-page {
        width: 100%
    }


    .custom-css .block-note {
        width: 738px
    }

    .custom-css .banner-inside-page .banner-order-notebook .text-notebook {
        display: flex;
        align-items: center;
        flex-direction: column
    }

    .custom-css .banner-inside-page .banner-order-notebook .text-notebook p {
        font-size: 13px
    }

    .custom-css .banner-inside-page .banner-order-notebook .notebook-img {
        background: 0 0
    }

    .custom-css .banner-inside-page .banner-order-notebook .wrap_ban {
        /*padding: 0 15px 25px 15px;*/
        padding: 0;
    }

    .custom-css .banner-inside-page .banner-order-notebook .wrap_ban .title-notebook .img-title-notebook {
        width: 30px
    }

    .custom-css .banner-inside-page .banner-order-notebook .wrap_ban .title-notebook {
        flex-direction: column;
        align-items: center
    }

    .custom-css .banner-inside-page .banner-order-notebook .h-title-notebook p {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: .5px;
        margin: 0
    }
}

@media (max-width: 767px) {
    .img-adaptive {
        width: 100%;
    }
    .custom-css .banner-inside-page .banner-order-notebook .btn_banner {
        bottom: 20px;
        margin: 0 0 0 15px
    }

    .custom-css .banner-inside-page .banner-order-notebook .wrap_ban {
        width: 82%
    }

    .custom-css .wrap-head-page {
        flex-direction: column !important
    }

    .custom-css .wrap-head-page .details-page {
        width: 100%
    }

    .custom-css .wrap-head-page .banner-inside-page {
        width: 100%;
        margin: 30px auto 0 auto;
        justify-content: center
    }

    .custom-css .block-note {
        width: 100%;
        display: none;
    }

    .custom-css .block-note p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: .5px;
        color: #3c444c;
        padding: 0 20px 0 20px
    }

    .custom-css .related .init-slider-rel .slid-item {
        margin: 0 20px 0 20px
    }

    .custom-css .container .list-topics ul {
        padding: 0 0 0 12%
    }

    .custom-css .slick-dots button {
        display: flex
    }

    .custom-css .wrap-head-page .details-page {
        width: 100% !important;
        margin: 0 auto !important
    }

    .custom-css .related .init-slider-rel .sprite-prev {
        right: -15px;
        top: 100px
    }

    .custom-css .related .init-slider-rel .sprite-next {
        left: -15px;
        top: 100px
    }

    .custom-css .container-block-note .block-note {
        flex-direction: column;
        align-items: start;
        justify-content: center;
        height: 184px;
    }

    .custom-css .container-block-note .block-note p {
        padding: 5px 0 5px 25px;
        line-height: 24px;
    }

    .custom-css .container-block-note .block-note .btn-block-note {
        padding: 0;
        margin: 10px 0 0 25px;
    }

    .get-wowessays-help {
        margin: 50px 0 50px 0;
    }

    .get-wowessays-help .getHelpD {
        display: none;
    }

    .get-wowessays-help .getHelpT {
        display: none;
    }

    .get-wowessays-help .getHelpM {
        display: block;
    }

    .get-wowessays-help .btn-of-help {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 43%;
        width: 295px;
    }

    .get-wow-experience .getExperienceD {
        display: none;
    }

    .get-wow-experience .getExperienceT {
        display: none;
    }

    .get-wow-experience .getExperienceM {
        display: block;
    }

    .get-wow-experience .btn-of-help {
        left: 0;
        margin: 0 auto;
        right: 0;
        top: 83%;
        width: 268px;
    }
}

.page-inside.inner-cattag {
    padding: 110px 0
}

.page-inside.inner-cattag h1 {
    font-size: 36px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .page-inside.inner-cattag h1 {
        font-size: 30px
    }
}

.inner-cattag .mob-block-l {
    display: none
}

.inner-cattag .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.inner-cattag .custom__list li:before {
    background-image: none !important
}

.inner-cattag.page-inside .custom__list li {
    padding: 0
}

@media (max-width: 991px) {
    .inner-cattag.page-inside .category-tpl .category-wrapper {
        flex-direction: column
    }
}

@media (max-width: 800px) {


    .inner-cattag.page-inside .category-tpl .category-wrapper .content-wrapper {
        width: 100%;
    }

    .category-tpl .article-category .article-item {
        width: 100%;
    }

    .inner-cattag .sidebar {
        margin: 50px 0 0 0;
    }
}

@media (max-width: 768px) {
    .inner-cattag.page-inside .category-tpl .category-wrapper {
        flex-direction: column
    }

    .inner-cattag .sidebar {
        width: 100%;
        padding: 0;
        margin: 50px 0 0 0;
    }

    .inner-cattag .wrap__block_s {
        display: flex;
        justify-content: space-between
    }

    .inner-cattag .wrap__block_s .custom__list_wrap,
    .inner-cattag .wrap__block_s .sidebar__categories_wrap {
        width: 47%
    }

    .inner-cattag .sidebar .paper_types .sidebar__categories {
        justify-content: space-between;
    }

    .inner-cattag .sidebar .sidebar__categories {
        justify-content: flex-start
    }

    .inner-cattag .btn.btn-secondary.btn-custom {
        display: grid
    }

    .inner-cattag .mob-block-l {
        display: block
    }

    .inner-cattag .title-calc {
        margin: 15px 0 10px 0
    }

    .inner-cattag .select2-container {
        width: 100% !important
    }

    .inner-cattag .justify-content-around {
        justify-content: flex-end !important
    }

    .inner-cattag .col-proceed {
        margin: 20px 10px 0 0
    }

    .inner-cattag .calc_form .justify-content-between {
        justify-content: space-between!important;
    }

    .inner-cattag .radio-inline-castom--wrap input + label {
        width: 25%
    }
}

@media (max-width: 767px) {
    .col-xl-12.center-block {
        text-align: center;
    }

    .inner-cattag .mob-block-l {
        display: none
    }

    .inner-cattag .justify-content-around {
        justify-content: space-between !important
    }

    .inner-cattag .wrap__block_s {
        flex-direction: column
    }

    .inner-cattag .wrap__block_s .custom__list_wrap,
    .inner-cattag .wrap__block_s .sidebar__categories_wrap {
        width: 100%
    }

    .inner-cattag .col-price {
        margin: 0 0 0 10px
    }

    .inner-cattag .for-mob-b {
        flex-direction: column
    }

    .inner-cattag .standart-select {
        margin: 0 0 15px 0
    }

    .inner-cattag .radio-inline-castom--wrap input:checked + label {
        width: 50%
    }

    .inner-cattag .radio-inline-castom--wrap input + label {
        width: 50%
    }

    .inner-cattag .radio-inline-castom--wrap label:nth-of-type(1) {
        border-right: 1px solid #dbdbdb;
        border-radius: 0
    }

    .inner-cattag .radio-inline-castom--wrap label:nth-of-type(3) {
        border-right: 1px solid #dbdbdb;
        border-top: 1px solid #dbdbdb;
        border-radius: 0
    }

    .inner-cattag .radio-inline-castom--wrap label:nth-of-type(4) {
        border-top: 1px solid #dbdbdb;
        border-radius: 0
    }

    .citation-block .tab-titiles {
        position: relative;
        flex-direction: column;
    }
}

@media (max-width: 580px) {
    .citation-block .tab-titiles ul {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        margin: 0 10px !important;
        padding-bottom: 7px !important;
    }

    .citation-block .tab-titiles ul::before {
        position: absolute;
        content: '\2039';
        left: 0;
        bottom: 15px;
        font-size: 24px;
    }

    .citation-block .tab-titiles ul::after {
        position: absolute;
        content: '\203a';
        right: 0;
        bottom: 15px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .citation-block .tab-contents {
        flex-direction: column;
    }

    .citation-block .tab-items,
    .citation-block .citation-copy {
        width: 100% !important;
    }

    .citation-block .tab-items .b-tab {
        border-radius: 5px 5px 0 0;
    }

    .citation-block .citation-copy {
        border-radius: 0 0 5px 5px !important;
    }
}

@media (max-width: 1117px) {
    .testimonials .slick-dots {
        padding: 0;
        width: 90%;
        margin: 20px auto;
    }

    .testimonials .slick-dots li {
        width: 11%;
    }

    .testimonials .slick-dots li button {
        width: 100%;
    }
}

.submit-essay h2 {
    text-align: center;
}

.submit-essay .form-submit {
    width: 570px;
    margin: 0 auto;
}

.submit-essay .form-submit form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.submit-essay .b-name,
.submit-essay .b-email,
.submit-essay .b-title {
    margin: 0 0 35px 0;
}

.submit-essay .b-title {
    width: 100%;
    border-radius: 3px;
}

.submit-essay .b-title .title .title {
    width: 100%;
    outline: none;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid rgba(173, 156, 156, 0.5);
    box-shadow: 0 0 10px rgba(173, 156, 156, 0.5);
}

.wrap-myFile .wpcf7-form-control-wrap.your-file {
    display: none !important;
}

.submit-essay .wrap-myFile {
    width: 100%;
    height: 135px;
    border-radius: 3px;
    border: 2px dashed rgba(0, 0, 0, .5);
    margin: 0 0 20px 0;
    display: flex;
    justify-content: center;
}

.submit-essay .form-submit .wrap-myFile span {
    top: 130px;
}

.submit-essay .wrap-myFile label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.submit-essay .wrap-myFile label img {
    width: 40px;
}

.submit-essay .wrap-myFile label p {
    margin: 0 0 0 15px;
}

.submit-essay .wrap-check-form {
    width: 100%;
}

.submit-essay .form-submit form span.error-s {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 14px;
    color: #38B8EF;
}

.submit-essay .form-submit form .wrap-myFile span.error-s {
    top: 133px;
}

.submit-essay .form-submit .wrap-check-form span {
    top: -4px;
    margin: 0;
}

.submit-essay .wrap-check-form p {
    margin: 4px 0 0 10px;
}

.submit-essay .b-name,
.submit-essay .b-email {
    width: 48%;
    border-radius: 3px;
}

.submit-essay .b-name .i-name .name,
.submit-essay .b-email .email .email {
    width: 100%;
    outline: none;
    padding: 10px;
    border: 1px solid rgba(173, 156, 156, 0.5);
    box-shadow: 0 0 10px rgba(173, 156, 156, 0.5);
    border-radius: 3px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
}

.submit-essay .name::placeholder,
.submit-essay .email::placeholder,
.submit-essay .title::placeholder {
    letter-spacing: 1px;
    font-size: 18px;
    color: #000000;
    opacity: .2;
}

.submit-essay .myFile {
    margin: 20px 0 0 0;
    width: 100%;
}

.submit-essay .form-submit-btn {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-radius: 25px;
    background-color: #38B8EF;
    text-transform: uppercase;
    font-size: 18px;
    width: 180px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    outline: none;
    border: 1px solid #38B8EF;
    cursor: pointer;
    margin: 25px 0 0 0;
}

.submit-essay .form-submit-btn:hover {
    background-color: #fa0559;
}

.submit-essay .g-recaptcha {
    width: 100%;
    margin: 20px 0 0 0;
}

.submit-essay .form-submit .b-title,
.submit-essay .form-submit .b-name,
.submit-essay .form-submit .b-email,
.submit-essay .form-submit .wrap-myFile,
.submit-essay .form-submit .wrap-check-form {
    position: relative;
}

.submit-essay .wpcf7-display-none {
    display: none !important;
}

.submit-essay {
    position: relative;
}

.submit-essay .form-submit .b-title .title.error ~ .error-s {
    display: block;
}

.submit-essay .form-submit .b-email .email.error ~ .error-s {
    display: block;
}

.submit-essay .form-submit .wrap-myFile .w-files {
    display: flex;
    width: 100%;
}

.submit-essay .form-submit .your-file.error ~ .error-s {
    display: block;
}

.submit-essay .form-submit .wrap-check-form.error .w-check .error-s {
    display: block;
    top: 30px;
}

.submit-essay .donate-checkbox-label.error,
.submit-essay .donate-checkbox-label.error a {
    color: #38B8EF;
}

#donate-checkbox-error {
    display: none;
    color: #38B8EF;
    font-size: 14px;
    position: absolute;
    top: 25px;
}

#donate-file-error {
    display: none;
    color: #38B8EF;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -30px;
}

.afterBlock {
    position: absolute;
    margin: auto;
    left: 0;
    top: 20%;
    right: 0;
    width: 500px;
    height: 200px;
    background: #ffffff;
    border: 2px solid #00022a;
    display: none;
    align-items: center;
    justify-content: center;
}

.afterBlock .close {
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    opacity: 1;
}

.abuse-form {
    width: 600px;
    margin: 0 auto;
    margin-bottom: 40px;
    max-width: 100%;
    -webkit-box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    border-radius: 8px;
    background-color: #fff;
    padding: 30px 20px;
    position: relative;
    overflow: hidden;
    margin: 50px auto 0 auto;
}

.abuse-form .wpcf7-form {
    width: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpcf7-response-output {
    display: none;
    text-align: center;
    border: 2px solid green;
}

.form-response-output {
    display: none;
    text-align: center;
    border: 2px solid green;
}

.abuse-form .accept {
    display: flex;
    width: 500px;
    align-items: baseline;
}

.abuse-form .accept.error span,
.abuse-form .accept.error span a {
    color: #38B8EF;
}

.abuse-form .send-btn {
    width: 500px;
    margin: 20px 0 0 0;
}

.abuse-form .accept > div {
    margin: 0 15px 0 0;
}

.abuse-form .accept .wpcf7-list-item {
    margin: 0;
}

.abuse-form .your-name input,
.abuse-form .your-email input,
.abuse-form .your-subject input,
.abuse-form .your-message textarea {
    border: 1px solid rgba(173, 156, 156, 0.5);
    padding: 6px 0 6px 10px;
    outline: none;
}

.abuse-form label {
    max-width: 100%;
    width: 500px;
    margin: 0 0 20px 0;
}

.abuse-form label input {
    width: 100%;
}

.abuse-form label.accept input {
    width: 50px;
}

.abuse-form label textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.abuse-form .wpcf7-submit {
    background-color: #38B8EF;
    border-color: #38B8EF;
    width: 150px;
    border-radius: 20px;
    color: #ffffff;
}

.abuse-form .wpcf7-form .error-message {
    bottom: -8px;
}

.citation-block {
    margin: 30px 0 40px;
}

.citation-block .tab-titiles {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.citation-block .tab-titiles ul {
    margin: 0;
    padding: 0;
}

.citation-block .b-tab {
    padding: 10px 12px;
    border: 1px solid #B2D3F3;
    border-radius: 5px 0 0 5px;
    display: none;
}

.citation-block .b-tab.active {
    display: block;
}

.citation-block .b-nav-tab {
    display: inline-block;
    padding: 0 11px;
    cursor: pointer;
}

.citation-block .b-nav-tab.active {
    background: #B2D3F3;
}

.citation-block .tab-contents {
    display: flex;
}

.citation-block .tab-items {
    width: calc(100% - 75px);
}

.citation-block .citation-copy {
    width: 75px;
    background-color: #38B8EF;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

.citation-block .citation-copy.copied-class {
    background-color: #B2D3F3;
}

/*blog styles*/
.mainCta.mainCta--blog h1 {
    font-size: 60px;
    line-height: 65px;
}

.mainCta__wrapper {
    position: relative;
    min-height: 300px;
}

.mainCta__wrapper .mainCta__banner {
    position: absolute;
    right: 70px;
    bottom: 25px;
    top: 0;
}

.page-blog .all-blocks {
    border-top: none;
}

.page-blog.custom-css .wrap-head-page {
    border-top: none;
}

.page-blog .blog-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 40px;
    /*justify-content: space-between;*/
    width: 100%;
}

.page-blog .blog-categories .blog-cat {
    margin: 15px 15px 0 0;
    padding: 11px 20px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.375 bottom-wrapperpx;
    text-transform: capitalize;
    color: #3C444C;
    background: #FFFFFF;
    border: 1px solid #E8F3FF;
    border-radius: 10px;
    transition: .5s;
    text-decoration: none;
}

.page-blog .blog-categories .blog-cat:hover {
    background: #38B8EF;
    border: 1px solid #E8F3FF;
    border-radius: 10px;
    transition: .5s;
    color: #ffffff;
}

.page-blog .post .entry-title {
    margin: 0 0 10px 0;
}

.page-blog .post .entry-content {
    margin-bottom: 15px;
}

.page-blog .post p {
    margin-bottom: 10px;
}

.sidebar-services__item {
    position: relative;
    background: #D0E4F9;
    border-radius: 30px;
    text-indent: 0;
    padding: 10px 35px;
    min-height: 40px;
    margin-bottom: 12px;
}

.sidebar-services__item::before {
    position: absolute;
    content: '\2023';
    left: 9px;
    color: #38B8EF;
    font-size: 28px;
    top: calc(50% - 14px);
}

.sidebar-services__item a {
    color: #3C444C;
}

.sidebar-services__wrapper {
    margin: 35px 0 60px;
}

.wrap-article-category .article-info {
    display: flex;
    justify-content: space-between;
}

.wrap-article-category .article-info .article-info__topic {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 25px;
    display: inline-block;
    margin-right: 10px;
    color: #161616;
}

.wrap-article-category .article-info .article-info__topic::before {
    position: absolute;
    content: '';
    background: url('../img/blog-label.svg');
    width: 16px;
    height: 16px;
    top: 7px;
    left: 0;
}

.wrap-article-category .article-info .article-info__date {
    position: relative;
    padding-left: 25px;
}

.wrap-article-category .article-info .article-info__date::before {
    position: absolute;
    content: '';
    background: url('../img/blog-date.svg');
    width: 16px;
    height: 16px;
    top: 7px;
    left: 0;
}

.page-blog .category-tpl .article-category:first-child .article-item {
    margin: 0;
}

.banner-order-blog {
    position: relative;
    margin-top: 30px;
}

.page-blog .bn-marketing .wrap_ban .btn_banner {
    margin: 0 0 0 40px;
    max-width: 270px !important;
}

.page-blog .bn-marketing .wrap_ban .btn_banner:hover{
    background: #2EDC4D;
}

.block-social.posts {
    margin: 0 0 15px 0;
}

.block-social.posts p {
    margin: 0 15px 0 0;
}

.block-social.posts-blog {
    margin: 25px 0 0 0;
}

.block-social.posts p {
    margin: 0 15px 0 0;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #717880;
}
#uSocial .uscl-bar.uscl-size32.uscl-round .ico_uscl, .uSocial-Share .uscl-bar.uscl-size32.uscl-round .ico_uscl{
    font-size: 24px!important;
}
.another-blog-cat {
    margin-top: 30px;
}

.another-blog-cat p {
    font-family: Playfair Display serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.another-blog-cat .blog-categories {
    margin-top: 20px;
}

.sidebar-banner {
    margin-bottom: 60px;
}

.sidebar-banner .bn-marketing .wrap_ban {
    text-align: center;
}

.sidebar-banner .banner-order-blog {
    margin-top: 0;
}

.blog-post-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0 30px 0;
}

.blog-post__text {
    width: 606px;
    max-width: 100%;
}

.blog-post__text .blog-post__label {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
}

.blog-post__text .blog-post__label::before {
    position: absolute;
    content: '';
    background: url('../img/blog-label-white.svg');
    width: 16px;
    height: 16px;
    top: -2px;
    left: 0;
}

.blog-post__img {
    margin-right: 120px;
}

.blog-post__title {
    font-size: 22px;
    line-height: 30px;
}

.blog-post-cta {
    padding: 85px 0 25px;
    background: #E2E9F1;
}

.blog-post-header {
    display: flex;
}

.blog-post-header h1 {
    color: #3C444C;
    font-size: 22px;
    line-height: 30px;
    margin-left: 25px;
}

.blog-post-header img {
    min-width: 39px;
}

.blog-post-bottom {
    margin-top: 60px;
}

.blog-post-bottom h2 {
    font-size: 24px;
    line-height: 30px;
    margin-top: 40px;
}

.bottom-wrapper {
    margin: 60px 0 90px;
}

.tags-bottom-wrapper {
    margin: 30px 0 0;
}

.tags-bottom-wrapper .popular-categs {
    margin-bottom: 0;
}

.popular-categs {
    margin-bottom: 30px;
    padding: 25px 30px;
    background: #fff;
    width: 100%;
}

.popular-categs__title {
    letter-spacing: 0.3px;
    color: #38B8EF;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.popular-categs__img {
    width: 38px;
    height: 38px;
    background-color: #fff;
    margin-right: 12px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    box-shadow: 0px 3px 12px -4px #9d9898;
}

.page-blog .entry-content h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    color: #3C444C;
    margin: 40px 0 25px;
}

.page-blog .entry-content a {
    color: #183A9F;
    text-decoration: underline;
}

.page-blog .entry-content a:hover {
    text-decoration: none;
}

.page-blog .entry-content ul,
.page-blog .entry-content ol {
    margin: 0;
}

.page-blog .entry-content ul {
    padding: 0 0 0 50px;
}

.page-blog .entry-content ul li {
    position: relative;
}

.page-blog .entry-content ul li::before {
    content: '\2022';
    position: absolute;
    left: -20px;
    top: 0;
    color: #38B8EF;
    font-size: 22px;
}

.page-blog .entry-content ul li.no-dot::before {
    display: none
}

.page-blog .entry-content h3 {
    margin: 20px 0;
}

.popular-categs__list {
    column-count: 4;
    padding: 0 !important;
}

.popular-categs__list.popular-categs__list--3 {
    column-count: 3;
}

@media (max-width: 1024px) {
    .popular-categs__list.popular-categs__list--3 {
        column-count: 2;
    }
}

.popular-categs__list li {
    position: relative;
    padding-left: 15px;
}

.popular-categs__list li::before {
    content: '\25b8';
    position: absolute;
    left: 0;
    color: #38B8EF;
    top: 5px;
}

.popular-categs__list li a {
    font-size: 14px;
    color: #3C444C;
    line-height: 40px;
}

.popular-categs__list.popular-categs__list--2col {
    column-count: 2;
}

@media (max-width: 667px) {
    .popular-categs__list.popular-categs__list--2col {
        column-count: 1;
    }

    .tools-list {
        justify-content: center;
    }
}

.popular-categs__list.popular-categs__list--2col li {
    display: none;
}

.popular-categs__list.popular-categs__list--2col li.item-first {
    display: block;
}

.mainCta--blog-post.mainCta h1 {
    min-height: auto;
    margin-bottom: 15px;
}

.page-blog .NextPrevious {
    margin-top: 60px;
}

.wrap-article-category .article-info.article-info--post {
    justify-content: normal;
    font-size: 14px;
}

.wrap-article-category .article-info.article-info--post .article-info-wrapper {
    margin-right: 25px;
}

.banner-category {
    width: 740px;
    min-height: 166px;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #edf6ff;
    border-radius: 20px;
    overflow: hidden;
    padding: 0 0 0 32px;
    border: 1px solid #D2DEEA;
}

.banner-category .description .title-banner-category {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 100%;
    color: #182B3E;
    margin-bottom: 5px;
}

.banner-category .description .description-banner-category {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.53125px;
    color: #494949;
}

.banner-category .order-btn-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-category .order-btn-category a {
    background: #2EC84A;
    border-radius: 25px;
    width: 180px;
    height: 38px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    text-decoration: none;
}
.banner-category .order-btn-category a:hover,
.premium_banner .get_premium:hover{
    background: #2EDC4D;
}

.banner-category .order-btn-category p {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: right;
    letter-spacing: 0.53125px;
    color: #333333;
}

.banner-category .category-img-pc {
    display: block;
}

.banner-category .category-img-mob {
    display: none;
}

.banner-category hr {
    background: #474978;
    opacity: 0.2;
    width: 488px;
}

/*banner-topic*/
.banner-topic {
    width: 740px;
    min-height: 166px;
    margin: 30px auto;
    border: 1px solid #D2DEEA;
    border-radius: 20px;
    overflow: hidden;
}

.banner-topic p {
    margin: 0;
    padding: 0 0 0 20px;
}

.banner-topic .description {
    display: flex;
    align-items: center;
    background: #EDF6FF;
    font-size: 18px;
    padding: 20px;
    position: relative;
    color: #494949;
}


.banner-topic .btn-order-essay p {
    padding: 0 0 0 84px;
    font-weight: bold;
    font-size: 14px;
}


.banner-topic .btn-order-essay {
    display: flex;
    align-items: center;
    background: #011244;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.53125px;
    color: #FFFFFF;
    height: 62px;
    padding: 20px;
    justify-content: space-between;
}

.banner-topic .btn-order-essay a {
    background: #2EC84A;
    border-radius: 25px;
    width: 166px;
    height: 38px;
    letter-spacing: inherit;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}
.banner-topic .btn-order-essay a:hover{
    background: #2EDC4D;
}

/*banner-topic*/
.icon-sign a {
    display: flex;
    align-items: center;
}

.icon-sign img {
    width: 15px;
    margin: 0 0 0 10px;
    opacity: 1;
}

.bannerPostSamples {
    position: relative;
    margin: 40px 0 40px 0;
}

.bannerPostSamples .desktop {
    display: block;
    width: 100%;
}

.bannerPostSamples .tablet {
    display: none;
    width: 100%;
}

.bannerPostSamples .mobile {
    display: none;
    width: 100%;
}

.bannerPostSamples .btn-order {
    width: 280px;
    height: 50px;
    left: 50px;
    position: absolute;
    bottom: 50px;
    background: #ffffff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #38B8EF !important;
    font-size: 20px;
    line-height: 30px;
    text-decoration: none !important;
}

.bannerСollectionEmail {
    position: relative;
    margin: 0 0 30px 0
}

.bannerСollectionEmail img {
    display: block;
    margin: 0 auto;
}

.bannerСollectionEmail #afterSuccess {
    display: none;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .bannerСollectionEmail #afterSuccess{
        min-height: 442px;
    }
}

.bannerСollectionEmail .done {
    display: none;
    margin: 0 auto;
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    z-index: 1;
    background: #FFFFFF;
    border-radius: 100px;
    width: 295px;
    height: 50px;
    border: 0;
    outline: 0;
    font-size: 16px;
    line-height: 20px;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4375px;
    font-weight: bold;
    color: #2B307C;
    text-transform: uppercase;
}

.bannerСollectionEmail .controller-banner {
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bannerСollectionEmail .controller-banner input {
    width: 295px;
    height: 52px;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4375px;
    color: #B9CEEB;
    outline: none;
    box-sizing: border-box;
    border: 1px solid #D2DEEA;
    border-radius: 100px;
    background: #ffffff;
}

.bannerСollectionEmail .controller-banner p {
    margin: 0 0 20px 0;
}

.bannerСollectionEmail .controller-banner #error-message {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.4375px;
    color: #EB5757;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    display: none;
}

.bannerСollectionEmail .controller-banner #error-message.error {
    display: block;
}

.bannerСollectionEmail .controller-banner .btn-order {
    letter-spacing: 0.4375px;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    background: #38B8EF;
    border-radius: 100px;
    width: 295px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 25px auto 0 auto;
    border: none;
    outline: none;
    text-transform: uppercase;
}

#collectionEmail #email.error{
    border: 1px solid #EB5757;
}

.bannerСollectionEmail .controller-banner .btn-order:hover {
    color: #FFFFFF;
}

.lecture-summary-banner {
    position: relative;
    display: none;
}

.lecture-summary-banner .lecture-summary-img {
    margin: 0 0 36px 0;
}

.lecture-summary-banner .lecture-summary-img .img-desktop {
    display: block;
    width: 100%;
    height: 130px;
}

.lecture-summary-banner .lecture-summary-img .img-table {
    display: none;
}

.lecture-summary-banner .lecture-summary-img .img-mobile {
    display: none;
}

.lecture-summary-banner .lecture-summary-btn-group {
    position: absolute;
    display: flex;
    top: 29%;
    right: 35px;
}

.lecture-summary-banner .lecture-summary-btn-group .try-now {
    background: #296DCB;
    border-radius: 25px;
    width: 144px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
}

.lecture-summary-banner .lecture-summary-btn-group .not-interested {
    background: #f5f9ff;
    border: 1px solid #296DCB;
    border-radius: 25px;
    text-transform: uppercase;
    width: 144px;
    height: 38px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #296DCB;
    outline: none;
    margin: 0 0 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.type-of-paper .custom__list li {
    width: 245px;
}

.dots-img.topics:after {
    top: -50px;
}

@media (max-width: 1400px) {
    .dots-img.topics:after{
        display: none;
    }
}

.page-inside .testimonials a {
    display: contents;
}

.mainCta {
    padding: 80px 0 0 0;
}

.mainCta.main-class {
    padding: 24px 0 0 0;
}

.mainCta .ctaImg {
    background-position: right;
}

.mainCta h1 {
    margin: 30px 0 0 0;
}

.ourSubjects .subject {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 50px 0 50px 0;
}

.ourSubjects .subject .up {
    margin: 0 0 10px 0;
}

.ourSubjects .subject .up,
.ourSubjects .subject .down {
    display: flex;
    flex-direction: column;
}

.ourSubjects .item {
    width: 192px;
    height: 165px;
    margin: 0 5px 0 5px;
    border: 1px solid #BEDAF6;
    box-sizing: border-box;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    transition: .3s;
}

.ourSubjects .item a {
    color: #3C444C;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ourSubjects .item:hover a {
    color: #ffffff;

}

.ourSubjects .item:hover {
    background-color: #00022a;
    transition: .3s;
    color: #ffffff;
}

.ourSubjects .item:hover .subject-img img {
    filter: contrast(100);
}

.ourSubjects .item:hover .subject-title:before {
    background: #38B8EF;
}


.ourSubjects .item .subject-title {
    position: relative;
    margin: 10px 0 0 0;
}

.ourSubjects .item .subject-title:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 40px;
    background: #BEDAF6;
    transform: rotate(90deg);
    top: 20px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.ourSubjects .slick-arrow {
    position: absolute;
    top: -98px;
    right: 0;
    cursor: pointer;
}

.ourSubjects .subject .prev {
    right: 45px;
}

.faq-content--item {
    width: 495px;
    margin: 0 0 15px 0;
    position: relative;
}

.faq-content--item.isOpen:after {
    transform: rotate(45deg);
    transition: .5s;
}

.faq-content--item:before {
    content: '';
    position: absolute;
    background: #AFC6E9;
    width: 3px;
    height: 15px;
    top: 24px;
    right: 20px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .5s;
}

.faq-content--item.isOpen:before {
    transform: rotate(135deg);
    transition: .5s;
}

.faq-content--item:after {
    content: '';
    position: absolute;
    background: #AFC6E9;
    width: 3px;
    height: 15px;
    top: 24px;
    right: 20px;
    transition: .5s;
    cursor: pointer;
}

.faq-content--item .header {
    background: #fff;
    width: 495px;
    height: 68px;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 0 0 0 15px;
}

.wrap__block_s .faq-content--item .header {
    height: 64px;
    padding: 0 65px 0 30px;
}



.faq-content--item .header h3 {
    font-size: 16px;
    margin: 0;
    align-items: center;
    font-weight: normal;
    font-family: Roboto Condensed;
    color: #3C444C;
    padding: 0 40px 0 0;
    text-align: left;
}

.faq-content--item .header h2{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    align-items: center;
    font-weight: normal;
    color: #3C444C;
    padding: 0 40px 0 0;
    text-align: left;
}

.faq-content--item .header + .body {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.faq-content--item.isOpen .body {
    position: relative;
    opacity: 1;
    z-index: 1;
}

.faq-content--item .li-marker li {
    position: relative;
}

.faq-content--item .li-marker li::before {
    position: absolute;
    content: '\2022';
    left: -15px;
    color: #38B8EF;
    font-size: 28px;
    top: 0;
}
.faq-content--item1 {
    width: 100%;
}

.faq-content--item1 .header {
    width: 100%;
}

/* test faq spoiler */

.faq-content--item1 {
    width: 495px;
    margin: 0 0 15px 0;
    position: relative;
}

.faq-content--item1.isOpen:after {
    transform: rotate(45deg);
    transition: .5s;
}

.faq-content--item1:before {
    content: '';
    position: absolute;
    background: #AFC6E9;
    width: 3px;
    height: 15px;
    top: 24px;
    right: 20px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .5s;
}

.faq-content--item1.isOpen:before {
    transform: rotate(135deg);
    transition: .5s;
}

.faq-content--item1:after {
    content: '';
    position: absolute;
    background: #AFC6E9;
    width: 3px;
    height: 15px;
    top: 24px;
    right: 20px;
    transition: .5s;
    cursor: pointer;
}

.faq-content--item1 .header {
    background: #fff;
    width: 495px;
    height: 68px;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 0 0 0 15px;
}

.wrap__block_s .faq-content--item1 .header {
    height: 64px;
    padding: 0 65px 0 30px;
}



.faq-content--item1 .header h3 {
    font-size: 16px;
    margin: 0;
    align-items: center;
    font-weight: normal;
    font-family: Roboto Condensed;
    color: #3C444C;
    padding: 0 40px 0 0;
    text-align: left;
}

.faq-content--item1 .header h2{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    align-items: center;
    font-weight: normal;
    color: #3C444C;
    padding: 0 40px 0 0;
    text-align: left;
}

.faq-content--item1 .header + .body {
    opacity: 0;
    position: absolute;
    height: 100%;
}

.faq-content--item1.isOpen .body {
    opacity: 1;
    position: relative;
}

.faq-content--item1 .li-marker li {
    position: relative;
}

.faq-content--item1 .li-marker li::before {
    position: absolute;
    content: '\2022';
    left: -15px;
    color: #38B8EF;
    font-size: 28px;
    top: 0;
}
.top_writers_page .our_writers_faq .faq-content--item1,
.top_writers_page .our_writers_faq .faq-content--item1 .header {
    width: 100%;
}

.top_writers_page .faq-content--item1:before,
.top_writers_page .faq-content--item1:after {
    right: 34px;
}

.top_writers_page .our_writers_faq .faq-content--item1 .header {
    padding-left: 32px;
}

.top_writers_page .our_writers_faq .faq-content--item1 {
    margin-bottom: 8px;
}

.top_writers_page .our_writers_faq .faq-content--item1 .header {
    padding-left: 16px;
    justify-content: flex-start;
}

.top_writers_page .faq-content--item1 .header h3 {
    text-align: left;
}

.top_writers_page .faq-content--item1:before, .top_writers_page .faq-content--item1:after {
    right: 16px;
}

body .faq-content--item1 .header {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    padding: 0 36px;
}

body .faq-content--item1:before,
body .faq-content--item1:after {
    right: 40px;
    background: #38B8EF;
}

.faq-content--item1 .header h3 {
    font-family: "Gotham Pro", sans-serif;
}

.faq-content--item1, .faq-content--item1 .header {
    width: 100%;
}

body .faq-content--item1 .header + .body {
    background: #fff;
    font-size: 16px;
    line-height: 24px;
    color: #494949;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

body .faq-content--item1.isOpen .header + .body {
    border-top: 1px solid #E3E3E3;
    padding: 20px 36px 40px 36px;
}

body .faq-content--item1.isOpen .header {
    border-radius: 10px 10px 0 0;
}

body .faq-content--item1.isOpen:after {
    display: none;
}

body .faq-content--item1.isOpen:before {
    transform: rotate(90deg);
}
.faq-content--item1 .header h3 {
    padding: 0 25px 0 0;
}
.new_home_page .faq-content--item1 .header {
    padding: 0 20px;
}

.new_home_page .faq-content--item1:before, .new_home_page .faq-content--item1:after {
    right: 20px;
}
/* test faq spoiler  END*/

.faq-tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 70px 0;
}

.faq .left-block, .faq .right-block {
    width: 49%;
}

.faq_block_old {
    padding-top: 50px;
    border-top: 1px solid #D2DEEA;
    margin-top: 50px;
}

.faq_block_old h2 {
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    color: #182B3E;
}

#reviews .title.title_old {
    margin-top: 0 !important;
}

#callback-float-btn .float-btn {
    position: fixed;
    z-index: 6;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    bottom: 20px;
    right: 10px;
    background-color: #2EC84A;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


#callback-float-btn .float-btn--inner {
    display: inline-block;
    background: #2EC84A;
    box-shadow: 0px 5px 15px rgba(133, 130, 130, 0.1);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-animation: icon 5s infinite;
    animation: icon 5s infinite;
}

#callback-float-btn.opened .float-btn--inner {
    background: url(/assets/img/our-subjects/closes-btn.svg);
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    animation: unset;
    transition: unset;
    border: none;
    border-radius: unset;
    background-size: contain;
}

#callback-float-btn .float-btn--inner-dropdown {
    position: fixed;
    background-color: #fff;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    box-shadow: 0 0 11px 0 rgba(214, 214, 214, .82);
    padding: 20px 0;
    right: 50px;
    bottom: 50px;
    width: 175px;
    height: 125px;
    -webkit-transition: opacity .7s ease;
    -o-transition: opacity .7s ease;
    transition: opacity .7s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
}

#callback-float-btn.opened .float-btn--inner-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    bottom: 140px;
}

#callback-float-btn.opened.more_top .float-btn--inner-dropdown{
    bottom: 140px;
}

.float-btn .float-btn--inner-dropdown {
    display: flex;
    flex-direction: column;
}

.float-btn .title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #3C444C;
    margin: 0 0 10px 0;
    font-family: 'Gotham Pro Medium';
}

.float-btn .chat {
    font-style: normal;
    margin: 10px 0 20px 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #3C444C;
    position: relative;
    padding: 0 20px;
}

.float-btn .chat:before {
    position: absolute;
    content: '';
    background: url("/assets/img/our-subjects/online-chat.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

.float-btn .email {
    margin: 0 0 0 20px;
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    color: #3C444C;
    position: relative;
    padding: 0 20px;

}

.float-btn .email:before {
    position: absolute;
    content: '';
    background: url("/assets/img/our-subjects/online-mail.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

.float-btn .phone {
    position: relative;
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #3C444C;
    margin: 10px 0 20px 20px;
    padding: 0 20px;
}

.float-btn .phone:before {
    position: absolute;
    content: '';
    background: url("/assets/img/our-subjects/online-callback.svg");
    width: 24px;
    height: 24px;
    left: -10px;
    top: -5px;
}

.float-btn .subtitle {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #929292;
    margin: 0 0 5px 0;
}

#callback-float-btn .border {
    margin: 30px 0 20px 0;
    border: 1px solid #dee2e6 !important;
}

footer .block_right {
    width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

footer .block_left_content .list_info {
    width: 750px;
}

footer .list_info div {
    width: 250px;
}

footer .block_right .securePayment {
    width: 100%;
}

footer .block_right .wrpa-right-b {
    width: 100%;
}

footer .block_left {
    width: unset;
    margin: 0;
}

@keyframes icon {
    0% {
        background-image: url(/assets/img/our-subjects/speech-bubbles.svg);
    }
    25% {
        background-image: url(/assets/img/our-subjects/close-envelope.svg);
    }
    50% {
        background-image: url(/assets/img/our-subjects/close-envelope.svg);
    }
    100% {
        background-image: url(/assets/img/our-subjects/speech-bubbles.svg);
    }
}

.custom__list.pen.row.main-page {
    position: relative;
}

.row.best {
    margin: 0 0 0 0;
}

.main-page .widget_tag_cloud .tagcloud a {
    width: 210px;
}

.main-page .widget_tag_cloud .tagcloud {
    justify-content: space-between;
}

.popular-topics {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.popular-topics .wow-top {
    display: block;
    margin: 0 0 30px 0;
}

.popular-topics .wow-top-mob {
    display: none;
}

.lineH2 {
    position: relative;
    margin: 0 0 60px 0;
}

.lineH2:after {
    content: '';
    position: absolute;
    width: 312px;
    height: 1px;
    background: #38B8EF;
    bottom: -15px;
    left: 0;
}

.main-page .widget_tag_cloud .tagcloud.blue-arrow a:before {
    width: 5px;
    left: 0;
    height: 8px;
    top: 12px;
    content: '';
    position: absolute;
    background-image: url(/assets/img/our-subjects/arrow-blue.svg) !important;
}

.tagcloud.blue-arrow.parent-li .item-first {
    display: block;
}

.tagcloud.blue-arrow.parent-li a {
    display: none;
}

.main-page .widget.widget_tag_cloud:after {
    content: '';
    position: absolute;
    background: url("/assets/img/our-subjects/CombinedShapeUp.svg");
    width: 251px;
    height: 176px;
    top: -50px;
    right: 0;
    background-repeat: no-repeat;
    z-index: -1;
}

.main-page .widget.widget_tag_cloud:before {
    content: '';
    position: absolute;
    background: url("/assets/img/our-subjects/CombinedShapeDown.svg");
    width: 150px;
    height: 167px;
    background-repeat: no-repeat;
    bottom: -50px;
    left: -100px;

}

.countPost {
    display: none;
}

.appendCount {
    display: flex;
    align-items: center;
}

.appendCount span.thousandth {
    margin: 0 15px 0 10px;
}

.appendCount span {
    font-weight: bold;
    font-size: 24px;
    line-height: 56px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: rgb(27, 29, 80);
    background: linear-gradient(0deg, rgba(27, 29, 80, 1) 0%, rgba(35, 37, 91, 1) 100%);
    border-radius: 4px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    position: relative;
    margin: 0 0 0 10px;
}

.appendCount span:after {
    content: '';
    background: url("/assets/img/our-subjects/lineForCount.svg");
    width: 39px;
    height: 10px;
    background-repeat: no-repeat;
    position: absolute;
    left: -2px;
    opacity: .6;
    margin: 0 auto;
    top: 18px;
    right: 0;
}


.wrap-title {
    display: flex;
    align-items: center;
}

.benefits .wrap-title + .tp {
    text-align: left;
}

.wrap-appendCount p {
    padding: 0 0 0 10px;
    border-top: unset;
    margin: 15px 0 20px 0;
    color: #ffffff;
}

.wrap-title img {
    height: 60px;
    width: auto;
    margin: 0 15px 0 0;
}

#email_form_label {
    color: #EB5757;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    display: none;
    position: absolute;
}

#email_form_label.error {
    display: block;
}

.banner-infographic-guide {
    position: relative;
    margin: 0 auto 60px auto;
    width: 340px;
}

.banner-infographic-guide img {
    width: 100%;
}
.banner-infographic-guide .infographic-guide-tablet{
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .banner-infographic-guide .infographic-guide-tablet{
        display: block;
    }
    .banner-infographic-guide .infographic-guide{
        display: none;
    }
    .banner-infographic-guide{
        width: 100%;
    }
    .banner-infographic-guide .btnBanner-info{
        bottom: 19px!important;
        left: 32px!important;
        right: auto!important;
    }
}

.banner-infographic-guide .btnBanner-info {
    position: absolute;
    background: #2EC84A;
    border-radius: 25px;
    width: 270px;
    max-width: 270px;
    height: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 220px;
    border: 0;
    outline: none;
}

.banner-infographic-guide .btnBanner-info a {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}


.banner-helpful-infographic {
    position: relative;
    margin: 60px auto 60px auto;
}

.banner-helpful-infographic img {
    width: 740px;
}

.banner-helpful-infographic .btnBanner-info {
    position: absolute;
    background: #2EC84A;
    border-radius: 25px;
    width: 290px;
    height: 50px;
    left: 70px;
    margin: 0 auto;
    bottom: 48px;
    border: 0;
    outline: none;
}

.banner-helpful-infographic .btnBanner-info a {
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
}

.banner-helpful-infographic .view-pc {
    display: block;
}

.banner-helpful-infographic .view-mob {
    display: none;
}

.mt {
    margin-top: 70px;
}

.widget.widget_tag_cloud .btn_more_list {
    margin: 0 auto 0 auto;
}

.wrap-infographic .description-info {
    display: none;
}

.wrap-infographic.opened .description-info {
    display: block;
}

.block-infographic {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post-wrapper {
    max-width: 100%;
    /*width: auto;*/
    width: 740px;
}

.info-block {
    display: block;
    margin: 0 0 30px 0;
}

.info-block-tab,
.info-block-mob {
    display: none;
    margin: 0 0 30px 0;
}

.wrap-infographic .title {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 40px 0 25px;
}

.wrap-infographic .title h2 {
    margin: 0;
}

.wrap-infographic span {
    background: #38B8EF;
    width: 26px;
    height: 26px;
    position: relative;
    display: block;
    border-radius: 50px;
    margin: 0 20px 0 0;
    transition: .5s;
}

.wrap-infographic.opened .title span {
    transform: rotate(45deg);
    transition: .5s;
}

.wrap-infographic span:after,
.wrap-infographic span:before {
    right: 13px;
    top: 7px;
}

.wrap-infographic span:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    transform: rotate(0);

    background: #ffffff;
}

.wrap-infographic span:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 12px;
    transform: rotate(90deg);
    background: #ffffff;
}

.info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.infos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 740px;
    margin: 30px auto;
}

.banner-infographic-free {
    background: url("/assets/img/infographic/banner-infographic-free.svg");
    width: 740px;
    height: 292px;
    margin: 60px auto;
    display: flex;
    align-items: center;
}

.page-blog .banner-infographic-free h3 {
    position: relative;
    margin: 0 0 30px 0;
    font-size: 22px;
}

.banner-infographic-free h3:after {
    content: '';
    width: 430px;
    height: 1px;
    background: #38B8EF;
    position: absolute;
    left: 0;
    top: 40px;
}

.banner-infographic-free .banner-content .content-block {
    width: 460px;
    padding: 0 0 0 40px;
}

.banner-infographic-free .banner-content form {
    width: 570px;
    padding: 0 0 0 40px;
    margin: 25px 0 0 0;
}

.banner-infographic-free form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-infographic-free form input {
    background: #FFFFFF;
    border: 1px solid #979797;
    border-radius: 25px;
    width: 290px;
    height: 50px;
    color: #717880;
    outline: none;
    padding: 0 0 0 20px;

}

.banner-infographic-free form input.error {
    border: 1px solid #38B8EF;

}

.banner-infographic-free form button {
    background: #38B8EF;
    border-radius: 25px;
    width: 220px;
    height: 50px;
    color: #ffffff;
    outline: none;
    border: none;
}

.copy-clipdoard .block-copy-clipdoard #cont.textarea-copy {
    width: 740px;
    min-height: 230px;
    resize: none;
    border: none;
    line-height: 1.5;
    color: #717880;
    background: #F9F9F9;
    display: flex;
    outline: none;
    padding: 40px 80px 0 80px;
}

.copy-clipdoard .block-copy-clipdoard {
    width: 740px;
    margin: 50px auto;
}

.copy-clipdoard .block-copy-clipdoard .btn-clipdoard {
    background: #23244D;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.copy-clipdoard .block-copy-clipdoard .btn-clipdoard p {
    margin: 0;
}

.copy-clipdoard .block-copy-clipdoard .btn-clipdoard img {
    display: none;
}

.copy-clipdoard .block-copy-clipdoard .btn-clipdoard.copied img {
    display: block;
    margin: 0 10px 5px 0;

}

.block-social {
    display: flex;
    align-items: center;
}

.block-social p {
    margin: 10px 15px 0 0;
}

#how-to-write,
#how-to-write-tab,
#how-to-write-mob {
    display: block;
}

xmp {
    white-space: pre-wrap;
    color: #717880;
}

.writingServices .sidebar-services__item.item-first {
    display: block;
}

.writingServices .sidebar-services__item {
    display: none;
}

.sidebar-services__wrapper {
    margin: 35px 0 35px;
}

.sidebar-article-category .wrap-fixed {
    position: sticky;
    top: 120px;
}

.banner-writers-id {
    width: 360px;
    height: 433px;
    /*border: 1px solid rgba(24, 58, 159, .5);*/
    box-sizing: border-box;
    margin: 0 0 25px 0;
    color: #333333;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #CFE8F6;
    border-radius: 10px;
}

.banner-writers-id .info-writers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 65px 15px 17px;
}

.banner-writers-id .info-writers .img-writ {
    /*margin-right: 15px;*/
}

.banner-writers-id .info-writers .img-writ img{
    width: 102px;
    height: 102px;
}

.banner-writers-id .rating {
    display: flex;
    align-items: center;
    margin: 14px 0 5px 0;
}
.banner-writers-id .finish-paper {
    margin: 7px 0 0 0;
}
.banner-writers-id .genNumStar {
    font-weight: normal;
    margin: 0 0 0 5px;
    font-size: 14px;
    height: 20px;
}

.banner-writers-id .rating .stars {
    display: flex;
    margin: 3px 0 0 0;
}
.banner-writers-id .finish-paper p {
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 0 0;
}
.banner-writers-id .rating .stars span {
    background: url("/assets/img/Star.svg");
    width: 17px;
    height: 17px;
    position: relative;
    display: block;
    background-size: cover;
    margin: 0 3px 0 0;
}

.banner-writers-id .writers-description .title {
    font-style: normal;
    font-weight: normal;
    font-size: 19px;
    line-height: 30px;
    letter-spacing: 0.5px;
}

.banner-writers-id .writers-description {
    margin: 0 0 0 0;
    background: #F1F8FF;
    padding: 20px 5px 20px 17px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.banner-writers-id .writers-description .title p {
    margin: 0;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
}

.banner-writers-id .writers-description .wrap-p {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #333333;
    margin: 15px 0 25px 0;
}

.banner-writers-id .writers-description .wrap-p .p-1,
.banner-writers-id .writers-description .wrap-p .p-2,
.banner-writers-id .writers-description .wrap-p .p-3 {
    position: relative;
    margin: 0 0 7px 25px;
    font-size: 12px;
    line-height: 20px;
}

.banner-writers-id .writers-description .wrap-p p:nth-of-type(1) {
    margin: 0 0 10px 0;
}

.banner-writers-id .writers-description .wrap-p .p-1:before {
    content: '';
    background: url("/assets/img/icon-1.svg");
    position: absolute;
    left: -25px;
    top: 1px;
    width: 12px;
    height: 15px;

}

.banner-writers-id .writers-description .wrap-p .p-2:before {
    content: '';
    background: url("/assets/img/icon-2.svg");
    position: absolute;
    left: -25px;
    top: 1px;
    width: 15px;
    height: 15px;
    opacity: .5;

}

.banner-writers-id .writers-description .wrap-p .p-3:before {
    content: '';
    background: url("/assets/img/icon-3.svg");
    position: absolute;
    left: -25px;
    top: 1px;
    width: 15px;
    height: 15px;

}

.banner-writers-id .writers-description .wrap-p p {
    padding: 0 !important;
}

.banner-writers-id .btn-writer {
    background: #FFFFFF;
    width: 260px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border: 1px solid #2EC84A;
    border-radius: 100px;
}

.banner-writers-id .btn-writer a {
    font-style: normal;
    line-height: 30px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    color: #2EC84A;
    font-weight: 500;
    line-height: 30px;
}

.banner-writers-id .info-writers p strong.gNumFinish {
    font-weight: bold;
}

.banner-writers-id .writers-description p strong {
    font-weight: bold;
}

.wrpapHowTo {
    display: flex;
    justify-content: flex-start;
    margin: 0 0 0 25px;
    position: relative;
}

.wrpapHowTo .parallel-line {
    width: 2px;
    height: 88%;
    background: #D0E4F9;
    margin: 20px 45px 0 21px;
    position: absolute;
}

.wrpapHowTo .containerHowTo {
    padding: 0 0 0 80px;
}

.wrpapHowTo .parallel-line .step-1 {
    position: absolute;
    background: url("/assets/img/how-step-1.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 0;
}

.wrpapHowTo .parallel-line .step-2 {
    position: absolute;
    background: url("/assets/img/how-step-2.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 16.7%;
}

.wrpapHowTo .parallel-line .step-3 {
    position: absolute;
    background: url("/assets/img/how-step-3.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 32.9%;
}

.wrpapHowTo .parallel-line .step-4 {
    position: absolute;
    background: url("/assets/img/how-step-4.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 49.4%;
}

.wrpapHowTo .parallel-line .step-5 {
    position: absolute;
    background: url("/assets/img/how-step-5.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 65.8%;
}

.wrpapHowTo .parallel-line .step-6 {
    position: absolute;
    background: url("/assets/img/how-step-6.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 82%;
}

.wrpapHowTo .parallel-line .step-7 {
    position: absolute;
    background: url("/assets/img/how-step-7.svg");
    width: 46px;
    height: 46px;
    left: -22px;
    top: 98.6%;
}

.wrpapHowTo .containerHowTo .howToItem {
    display: flex;
    align-items: center;
    width: 577px;
    height: 270px;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #DFDADA;
    position: relative;
    margin: 0 0 20px 0;
}

.wrpapHowTo .containerHowTo .howToItem:last-child {
    margin: 0;
}

.wrpapHowTo .containerHowTo .howToItem:before {
    position: absolute;
    content: '';
    width: 13px;
    height: 48px;
    top: 20px;
    left: -13px;
    background: url("/assets/img/arrow-how.png");
}

.wrpapHowTo .containerHowTo .howToItem h3 {
    margin: 0 0 15px 0;
    font-family: Roboto Condensed;
}

.wrpapHowTo .containerHowTo .howToItem .itemBlock {
    padding: 0 0 0 40px;
    width: 400px;
}

.wrpapHowTo .containerHowTo .howToItem .img {
    background: rgba(242, 227, 234, .2);
    box-sizing: border-box;
    width: 140px;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.free-tool-wrapper {
    background: #EEF5FF;
    padding: 120px 0 90px;
    margin-bottom: 25px;
    position: relative;
}

.free-tool-wrapper > .container {
    z-index: 1;
    position: relative;
}

.free-tool-wrapper h1 {
    margin-bottom: 20px;
}

.tools-banner {
    width: 100%;
    min-height: 233px;
    background: url("/assets/img/tools/tools-banner-new-bg.svg") no-repeat;
    background-size: cover;
    padding: 89px 45px 0px 265px;
    margin-bottom: 50px;
}

.tools-banner .tools-banner__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    font-weight: 300;
}

.tools-banner .tools-banner__title {
    font-size: 40px;
    line-height: 50px;
}

.tools-banner .tools-banner__dscr {
    font-size: 20px;
    line-height: 30px;
}

@media (min-width: 1025px) and (max-width: 1171px) {
    .tools-banner .tools-banner__btn {
        min-width: 285px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .tools-banner .tools-banner__title {
        font-size: 35px;
    }

    .tools-banner .tools-banner__dscr {
        font-size: 16px;
    }

    .tools-banner {
        padding: 60px 45px 0px 241px !important;
    }
}

.tools-list {
    display: flex;
    /*justify-content: start;*/
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0;
}

.tools-list .tools-list__item {
    width: 320px;
    max-width: 100%;
    border: 2px solid #D0E4F9;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 27px;
    color: #3C444C;
    margin-bottom: 30px;
    transition: all .3s ease;
    background: #fff;
    /*margin: 0 0 30px 30px;*/
}

.tools-list .tools-list__item.big_title_tools{
    padding: 30px 21px;
}

.tools-list .tools-list__item:hover {
    background-color: #F5F9FF;
}

.tools-list .tools-list__item:hover .tools-list__link {
    background: #296DCB;
    color: #fff;
    text-decoration: none;
}

.tools-list__overlay {
    display: none;
    position: absolute;
    background: rgba(245, 249, 255, 0.85);
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    transition: all .3s ease;
}

.tools-list .tools-list__item.tools-list__item--soon {
    position: relative;
}

.tools-list .tools-list__item.tools-list__item--soon:hover .tools-list__overlay {
    display: flex;
}

.tools-list .tools-list__title {
    font-size: 20px;
    font-weight: normal;
    margin-top: 10px;
    text-align: center;
}

.tools-list .tools-list__dscr {
    font-size: 11.5px;
    text-align: center;
    line-height: 22px;
    min-height: 132px;
}

.tools-list .tools-list__link {
    width: 100%;
    height: 50px;
    color: #296DCB;
    border: 1px solid #296DCB;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    transition: all .3s ease;
    text-transform: uppercase;
}

.generate_button.pinkBtn {
    width: 100%;
    border: none;
    margin-top: 38px;
}

.results_grid--wow .pinkBtn {
    border: none;
    min-width: 90px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding: 0 5px;
}

.wrap-block-quizzes {
    background: #00022A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    padding: 67px 0 27px 0;
    position: relative;
    z-index: 0;
}

.wrap-block-quizzes::after {
    content: '';
    position: absolute;
    background: url("/assets/img/quizzes-test/dotted.png");
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
}

.select-quiz-block {
    margin: 0 0 104px 0;
}

.wrap-block-quizzes .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrap-block-quizzes .block-text {
    width: 550px;
}

.wrap-block-quizzes h1 {
    font-family: "Gotham Pro Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 48px;
    color: #FFFFFF;
}

.wrap-block-quizzes p {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.quizzes-tests h2 {
    font-family: "Gotham Pro Bold", sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    display: flex;
    align-items: center;
    color: #182B3E;
    margin: 0 0 25px 0;
}

.quizzes-tests .quizzes-tests-container {
    padding: 90px 0 0 0;
}

.select-quiz-block .tabs {
    margin: 0 0 50px 0;
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    border-radius: 6px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.select-quiz-block .tabs .tab-link {
    background: none;
    color: #222;
    display: inline-block;
    cursor: pointer;
    width: 380px;
    padding: 0;
    text-align: center;
    height: 50px;
}

.select-quiz-block .tabs .tab-link.current a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-quiz-block .tabs .tab-link a {
    width: 100%;
    height: 100%;
    color: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-quiz-block .tabs .tab-link a:hover {
    text-decoration: none;
}

.select-quiz-block .tabs .tab-link.current {
    background: #38B8EF;
    border-radius: 5px;
    color: #ffffff;
    width: 380px;
    padding: 0;
    text-align: center;
    height: 50px;
}

.select-quiz-block .tab-content {
    display: none;
}

.select-quiz-block .tab-content.current {
    display: inherit;
}

.select-quiz-block .educational-quizzes.current {
    display: flex;
    justify-content: center;
}

.select-quiz-block .fun-quizzes.current {
    display: flex;
    justify-content: center;
}

.select-quiz-block .personal-quizzes.current {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left {
    background: #040622;
    border-radius: 20px;
    position: relative;
    height: 356px;
    width: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 25px;
    margin-bottom: 20px;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left:after {
    content: '';
    position: absolute;
    background-image: url("/assets/img/quizzes-test/learning-quiz.svg");;
    background-repeat: no-repeat;
    width: 282px;
    height: 222px;
    /* top: 0; */
    right: 0;
    bottom: 0;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left.potter:after {
    content: '';
    position: absolute;
    background-image: url("/assets/img/quizzes-test/harry_potter_quiz.svg");
    background-repeat: no-repeat;
    width: 282px;
    height: 222px;
    /* top: 0; */
    right: 0;
    bottom: 0;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.wednesday:after {
    content: '';
    position: absolute;
    background-image: url("/assets/img/quizzes-test/wednesday-quiz.svg");
    background-repeat: no-repeat;
    width: 230px;
    height: 100%;
    /* top: 0; */
    right: 0;
    bottom: 0;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.lastofus:after {
    content: '';
    position: absolute;
    background-image: url("/assets/img/quiz/last-of-us-main.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 190px;
    height: 176px;
    right: 0;
    bottom: 0;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.wednesday .desc {
    font-size: 15px;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.lastofus .desc {
    font-size: 14px;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left:before {
    content: '';
    position: absolute;
    background: url("/assets/img/quizzes-test/dotted.png");
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.potter:before,
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.lastofus:before,
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.wednesday:before {
    content: '';
    background: #05072D;
    position: relative;
    width: auto;
    height: auto;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left .title {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left .desc {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    width: 80%;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left .btn {
    background: #2EC84A;
    border-radius: 100px;
    width: 244px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
    z-index: 5;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.lastofus .btn {
    margin: 0;
}
.select-quiz-block .personal-quizzes.current .personal-quizzes-left.potter .btn {
    margin: 0;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left .btn a {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-left .btn a:after {
    content: '';
    background: url("/assets/img/quizzes-test/arrow-quizzes.svg");
    width: 18px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 9px;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-right {
    background: #040622;
    border-radius: 20px;
    position: relative;
    height: 356px;
    width: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 25px;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-right:before {
    content: '';
    position: absolute;
    background: url("/assets/img/quizzes-test/dotted.png");
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-right:after {
    content: '';
    position: absolute;
    background: url("/assets/img/quizzes-test/new-materials.svg") no-repeat;
    right: 25px;
    width: 96px;
    height: 160px;
    bottom: 25px;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-right .title {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 80px 0;
}

.select-quiz-block .personal-quizzes.current .personal-quizzes-right .btn {
    background: #B8B8B8;
    border-radius: 100px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 244px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0 0;
    z-index: 5;
}

.other-helpful-block .helpful-blocks {
    display: flex;
    align-items: center;
    justify-content: left;
}

.other-helpful-block .helpful-blocks-item {
    width: 263px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(49, 49, 49, 0.08);
    border-radius: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 23px 16px 0 28px;
}

.other-helpful-block .helpful-blocks-item:not(:last-child) {
    margin-right: 30px;
}

.helpful-blocks-item.ws:before {
    content: '';
    position: absolute;
    top: 22px;
    background: url("/assets/img/quizzes-test/writing-services-icon.svg");
    width: 43px;
    height: 43px;
}

.helpful-blocks-item.ped:before {
    content: '';
    position: absolute;
    top: 22px;
    background: url("/assets/img/quizzes-test/premium-database-icon.svg");
    width: 43px;
    height: 43px;
}

.helpful-blocks-item.fee:before {
    content: '';
    position: absolute;
    top: 22px;
    background: url("/assets/img/quizzes-test/free-essay-examples-icon.svg");
    width: 43px;
    height: 43px;
}

.helpful-blocks-item.et:before {
    content: '';
    position: absolute;
    top: 22px;
    background: url("/assets/img/quizzes-test/educational-tools-icon.svg");
    width: 43px;
    height: 43px;
}

.other-helpful-block .helpful-blocks .title {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #182B3E;
    margin: 0 0 5px 0;
}

.quizzes-tests-container .other-helpful-block {
    margin: 80px 0 0 0;
}

.other-helpful-block .helpful-blocks .desc {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #494949;
}

.other-helpful-block .helpful-blocks .link {
    text-transform: uppercase;
    position: absolute;
    margin: 0;
    bottom: 50px;
}

.other-helpful-block .helpful-blocks .link a {
    font-size: 14px;
    line-height: 22px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: bold;
    color: #38B8EF;
    text-decoration: none;
}

.other-helpful-block .helpful-blocks .link::after {
    content: '';
    background: url("/assets/img/quizzes-test/arrow-explore.svg");
    width: 20px;
    height: 10px;
    position: absolute;
    top: 6px;
    right: -30px;
}

.quizzes-banner {
    background: #02064F;
    border-radius: 20px;
    position: relative;
    height: 270px;
    margin: 87px 0 100px 0;
}

.quizzes-banner .quizzes-banner-img {
    position: absolute;
    right: 30px;
    bottom: 0;
}

.quizzes-banner .banner-content {
    padding: 0 0 0 85px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.quizzes-banner .title {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #FFFFFF;
    margin: 0 0 5px 0;
}

.quizzes-banner .desc {
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.quizzes-banner .valid input {
    background: #FFFFFF;
    border-radius: 100px;
    width: 400px;
    height: 50px;
    outline: none;
    border: none;
    padding: 0 0 0 25px;
    margin: 0 0 20px 0;
}

.quizzes-banner button {
    background: #2EC84A;
    border-radius: 100px;
    width: 400px;
    height: 50px;
    font-family: Gotham Pro;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    outline: none;
    border: none;
    justify-content: center;
}

.quizzes-banner .valid {
    position: relative;
}

.quizzes-banner .valid #email.error {
    border: 1px solid #EB5757;
}

.quizzes-banner #email_form_label.error {
    color: #EB5757;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 1px;
    display: block;
    position: absolute;
    top: 45px;
}

.quizzes-banner .dots-group-up {
    position: absolute;
    right: 23px;
    top: 24px;
    width: 132px;
    height: 57px;
}

.quizzes-banner .dots-group-down {
    position: absolute;
    right: 348px;
    bottom: 25px;
    width: 132px;
    height: 57px;
}

.quizzes-banner .dots-group-up span:nth-of-type(1),
.quizzes-banner .dots-group-down span:nth-of-type(1) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 22px;
    left: 0;
    border-radius: 2px;
    position: absolute;
    width: 11px;
    height: 11px;
}

.quizzes-banner .dots-group-up span:nth-of-type(2),
.quizzes-banner .dots-group-down span:nth-of-type(2) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    top: 22px;
    left: 20px;
}

.quizzes-banner .dots-group-up span:nth-of-type(3),
.quizzes-banner .dots-group-down span:nth-of-type(3) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    top: 22px;
    left: 40px;
}

.quizzes-banner .dots-group-up span:nth-of-type(4),
.quizzes-banner .dots-group-down span:nth-of-type(4) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    top: 22px;
    left: 81px;
}

.quizzes-banner .dots-group-up span:nth-of-type(5),
.quizzes-banner .dots-group-down span:nth-of-type(5) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    top: 22px;
    right: 0;
}

.quizzes-banner .dots-group-up span:nth-of-type(6),
.quizzes-banner .dots-group-down span:nth-of-type(6) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 19px;
}

.quizzes-banner .dots-group-up span:nth-of-type(7),
.quizzes-banner .dots-group-down span:nth-of-type(7) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 60px;
}

.quizzes-banner .dots-group-up span:nth-of-type(8),
.quizzes-banner .dots-group-down span:nth-of-type(8) {
    background: #505172;
    transform: matrix(1, 0, 0, -1, 0, 0);
    width: 11px;
    height: 11px;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 40px;
}

.quizzes-banner.success .before-success {
    display: none;
}

.quizzes-banner .after-success {
    display: none;
}

.quizzes-banner.success .after-success {
    display: block;
}

.quizzes-banner.success .after-success .dots-group-down {
    display: none;
}

.quizzes-banner.success .quizzes-banner .quizzes-banner-img {
    width: 207px;
}

@media (max-width: 1024px) {
    .tools-banner {
        padding: 60px 45px 0px 265px;
    }

    .tools-banner .tools-banner__wrapper {
        flex-wrap: wrap;
    }

    .tools-banner .tools-banner__btn {
        margin-top: 10px;
    }

    .wrap-block-quizzes .block-img {
        position: absolute;
        right: 15px;
    }

    .wrap-block-quizzes .block-img img {
        width: 336px;
    }

    .quizzes-tests-container {
        margin: 60px 0 0 0;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left {
        width: 48%;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right {
        width: 48%;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
    }

    .select-quiz-block .personal-quizzes.current .personal-quizzes-left .desc,
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left.wednesday .desc {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 24px;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right .title {
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        width: 73%;
        margin: 0 0 115px 0;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left:after {
        width: 170px;
        height: 127px;
        right: 15px;
        background-size: cover;
        bottom: 86px;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right:after {
        right: 55px;
        width: 70px;
        height: 115px;
        bottom: 100px;
        background-size: cover;
    }
    .quizzes-banner .dots-group-down {
        right: 300px;
    }
    .quizzes-banner .quizzes-banner-img {
        position: absolute;
        right: 0;
        width: 35%;
    }
    .other-helpful-block .slick-dots {
        position: absolute;
        bottom: -60px;
        right: 0;
        left: 0;
        width: 200px;
        margin: 0 auto;
        overflow: hidden;
    }

    .other-helpful-block .slick-dots li {
        width: 25%;
    }

    .other-helpful-block .helpful-blocks-item {
        margin: 0 15px 0 15px;
    }
    .quizzes-banner {
        margin: 150px 0 100px 0;
    }
}

@media (max-width: 768px) {
    .popular-categs__list.popular-categs__list--3 {
        column-count: 1;
    }

    .tools-banner {
        background: url("/assets/img/tools/tools-banner-bg--tablet.svg");
        background-size: cover;
        border-radius: 12px;
    }

    .tools-list {
        justify-content: space-around;
    }

    .wrap-block-quizzes p {
        width: 70%;
    }

    .wrap-block-quizzes {
        padding: 90px 0 150px 0;
    }

    .wrap-block-quizzes .block-img {
        bottom: 65px;
    }
    .quizzes-tests .quizzes-tests-container {
        padding: 0 30px;
    }

    .select-quiz-block .personal-quizzes.current .personal-quizzes-left .btn {
        width: 200px;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right .btn {
        width: 200px;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left {
        width: 49%;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right {
        width: 49%;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right .title {
        width: 90%;
        margin: 0 0 112px 0;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left .desc {
        width: 83%;
    }

    .quizzes-tests-container .select-quiz-block .personal-quizzes.current .personal-quizzes-left:after {
        width: 154px;
        height: 121px;
        right: -13px;
        bottom: 64px;
    }
    .quizzes-tests-container .select-quiz-block .personal-quizzes.current .personal-quizzes-left.potter:after {
        width: 210px;
        height: 190px;
        right: 0;
        bottom: 0;
    }
    .quizzes-tests-container .select-quiz-block .personal-quizzes.current .personal-quizzes-left.lastofus:after {
        width: 131px;
        height: 121px;
        right: 0;
        bottom: 0;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left.lastofus .desc {
        width: 96%;
        font-size: 13px;
    }
    .quizzes-tests-container .select-quiz-block .personal-quizzes.current .personal-quizzes-left.wednesday:after {
        width: 160px;
        height: 234px;
        right: 0;
        bottom: 0;
    }
    .tools-banner .tools-banner__dscr {
        font-size: 15px;
    }
    .other-helpful-block .slick-dots {
        width: 120px;
    }
    .quizzes-banner .banner-content {
        padding: 0 0 0 30px;
    }
    .quizzes-banner .quizzes-banner-img {
        width: 46%;
    }
    .quizzes-banner .valid input {
        width: 340px;
    }
    .quizzes-banner button {
        width: 340px;
    }
    .quizzes-banner .dots-group-down {
        right: 170px;
        bottom: 10px;
    }



}

@media (max-width: 767px) {
    .tools-banner {
        width: 100%;
        background-image: none;
        background-color: #02064F;
        border-radius: 10px;
        padding: 90px 35px 160px;
        position: relative;
        margin-top: 100px;
    }

    .tools-banner::before {
        content: '';
        background: url("/assets/img/tools/tools-banner-before.svg");
        width: 120px;
        height: 85px;
        position: absolute;
        top: 0;
        left: 5px;
    }

    .tools-banner::after {
        content: '';
        background: url("/assets/img/tools/tools-banner-after.svg");
        width: 199px;
        height: 70px;
        position: absolute;
        bottom: 0;
        right: 5px;
    }

    .tools-banner .tools-banner__wrapper {
        position: relative;
        flex-direction: column;
    }

    .tools-banner .tools-banner__wrapper::before {
        content: '';
        position: absolute;
        background: url("/assets/img/tools/tools-banner-discount.svg");
        width: 122px;
        height: 115px;
        top: -135px;
        left: calc(50% - 61px);
        z-index: 9;
    }

    .tools-banner .tools-banner__wrapper::after {
        content: '';
        position: absolute;
        background: url("/assets/img/tools/tools-banner-img.svg");
        width: 96px;
        height: 152px;
        bottom: -160px;
        left: calc(50% - 48px);
        z-index: 9;
    }

    .tools-banner .tools-banner__text {
        max-width: 230px;
        text-align: center;
    }
    .wrap-block-quizzes .block-img {
        position: relative;
        right: 0;
    }
    .select-quiz-block .personal-quizzes.current {
        flex-direction: column;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-left {
        width: 100%;
        margin: 0 0 20px 0;
        overflow: hidden;
    }
    .select-quiz-block .personal-quizzes.current .personal-quizzes-right {
        width: 100%;
    }
    .wrap-block-quizzes .block-text {
        width: 100%;
    }
    .wrap-block-quizzes .container {
        flex-direction: column;
    }
    .wrap-block-quizzes p {
        width: 100%;
    }
    .wrap-block-quizzes .block-img {
        bottom: 0;
    }
    .wrap-block-quizzes h1 {
        font-weight: bold;
        font-size: 28px;
        line-height: 34px;
    }
    .wrap-block-quizzes p {
        font-size: 15px;
    }
    .wrap-block-quizzes .block-img img {
        width: 100%;
    }
    .wrap-block-quizzes {
        padding: 50px 0 50px 0;
    }

    .quizzes-tests h2 {
        font-size: 26px;
        line-height: 34px;
    }
    .select-quiz-block .tabs .tab-link a {
        font-size: 12px;
        line-height: 14px;
    }

    .select-quiz-block .educational-quizzes img {
        width: 100%;
    }
    .select-quiz-block .fun-quizzes img {
        width: 100%;
    }

    .select-quiz-block .personal-quizzes.current .personal-quizzes-right:after {
        right: 18px;
    }
    .quizzes-tests .other-helpful-block h2 {
        font-size: 32px;
    }
    .other-helpful-block .slick-dots {
        width: 99px;
    }
    .other-helpful-block .slick-arrow {
        bottom: -92px;
        top: unset;
    }

    .other-helpful-block .slick-arrow.slick-prev {
        right: 0;
        z-index: 5;
    }

    .other-helpful-block .slick-arrow.slick-next {
        left: 0;
        z-index: 5;
    }

    .quizzes-banner {
        height: 522px;
    }

    .quizzes-banner .banner-content {
        padding: 0 15px 0 15px;
    }
    .quizzes-banner .valid input {
        width: 100%;
    }
    .quizzes-banner button {
        width: 100%;
    }

    .quizzes-banner .desc {
        text-align: center;
    }
    .quizzes-banner .title {
        text-align: center;
    }

    .quizzes-banner .banner-content {
        justify-content: start;
        padding: 70px 15px 0 15px;
    }

    .quizzes-banner .dots-group-up {
        top: 12px;
    }
    .quizzes-banner .dots-group-down {
        left: 15px;
        bottom: 10px;
    }
    .quizzes-banner .quizzes-banner-img {
        width: 67%;
        right: 10px;
    }
    .quizzes-banner.success .dots-group-up {
        display: block;
    }
}
@media (max-width: 420px) {
    .quizzes-tests-container .select-quiz-block .personal-quizzes.current .personal-quizzes-left.potter:after {
        width: 170px;
        height: 170px;
        right: 0;
        bottom: 0;
    }
    .quizzes-banner .quizzes-banner-img {
        width: 93%;
        right: 10px;
    }
}
@media (max-width: 1367px) {
    .testimonials {
        width: 90%;
    }
}

@media (max-width: 1071px) {
    .mainCtaFreeTools.mainCta > .container {
        max-width: 100%;
    }

    .mainCta.mainCtaFreeTools h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .tools-img-wrapper img {
        display: none;
    }

    .type-of-paper .custom__list li {
        width: 290px;
    }

    .lecture-summary-banner .lecture-summary-img .img-desktop {
        display: none;
    }

    .lecture-summary-banner .lecture-summary-img .img-table {
        display: none;
    }

    .lecture-summary-banner .lecture-summary-img .img-mobile {
        display: block;
        width: 100%;
    }

    .lecture-summary-banner .lecture-summary-btn-group {
        position: absolute;
        display: flex;
        top: 57%;
        right: unset;
        left: 17%;
    }

    .menu-item-83823 {
        display: flex;
        align-items: center;
    }

    .menu-item-83823 img {
        width: 20px;
        margin: 0 0 0 10px;
        filter: invert(1);
        opacity: .5;
    }

    .mainCta .ctaImg .row {
        display: flex;
        flex-direction: column;
    }

    .mainCta.mainCta--blog h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .mainCta__wrapper .mainCta__banner {
        width: 217px;
        right: 0;
        bottom: 55px;
    }

    .mainCta__wrapper .mainCta__banner img {
        max-width: 100%;
    }

    .banner-category {
        width: 625px;
        margin: 30px 0;
        padding: 0 0 0 20px;
    }

    .banner-category .description {
        width: 100%;
    }

    .banner-category hr {
        width: 100%;
    }

    .banner-category .category-img-pc {
        height: 193px;
    }

    .banner-topic .btn-order-essay p {
        padding: 0 0 0 5px;
    }

    .banner-topic {
        width: 625px;
        margin: 30px 0;
    }

    .bannerPostSamples .desktop {
        display: none;
    }

    .bannerPostSamples .tablet {
        display: block;
    }

    .bannerPostSamples .mobile {
        display: none;
    }

    .bannerPostSamples .btn-order {
        left: 40px;
    }

    .info-block {
        display: block;
        width: 100%;
    }

    .infos {
        width: 100%;
    }

    .banner-helpful-infographic img {
        width: 100%;
    }

    .faq-tab-content .right-block,
    .faq-tab-content .left-block {
        width: 100%;
    }

    .faq-content--item {
        width: 100%;
    }

    .faq-content--item .header {
        width: 100%;
    }

    .ourSubjects .pinkBtn {
        margin: 0 auto;
    }

    .wrpapHowTo {
        margin: 0 0 0 0;
    }

    .wrpapHowTo .containerHowTo {
        padding: 0 0 0 60px;
    }

    .wrpapHowTo .containerHowTo .howToItem {
        width: 568px;
    }

    footer .block_left_content .list_info {
        width: 100%;
        justify-content: space-between;
    }

    footer .block_right {
        margin: 50px 0 0 0;
    }

    .widget.widget_tag_cloud:after {
        display: none;
    }

    .mainCta .ctaImg {
        background-position: right 75%;
    }

    .landing-links .landing-list li {
        width: 48%;
    }
}

@media (max-width: 992px) {
    .dots-img:after {
        top: -243px;
    }

    .blog-post-cta .container-wide,
    .mainCta--blog-post .container-wide,
    .page-blog .container-wide {
        max-width: 658px;
    }

    .page-blog .sidebar .bn-marketing .wrap_ban .btn_banner {
        right: 120px;
        max-width: 194px !important;
    }

    .sidebar-services__wrapper {
        column-count: 2;
    }

    .blog-post-wrapper {
        padding: 30px 0 30px 0;
    }

    .blog-post-wrapper .blog-post__img img {
        width: 100%;
    }

    .blog-post__text {
        width: 50%;
    }

    .blog-post__img {
        margin-right: 0;
    }

    .popular-categs__list {
        column-count: 2;
    }

    .page-blog .sidebar {
        margin: 60px 0;
    }

    .tes-slider .sprite-prev {
        left: -38px;
    }

    .tes-slider .sprite-next {
        right: -38px;
    }

    .banner-category {
        width: 100%;
    }

    .banner-topic {
        width: 100%;
    }

    .banner-infographic-free {
        width: 100%;
    }

    .copy-clipdoard .block-copy-clipdoard {
        width: 100%;
    }

    .copy-clipdoard .block-copy-clipdoard #cont.textarea-copy {
        width: 100%;
        padding: 40px 28px 0 20px;
    }

    .banner-helpful-infographic .btnBanner-info {
        left: 60px;
        bottom: 35px;
        width: 270px;
    }

    .ourSubjects .subject .slick-dots {
        position: relative;
        margin: 50px auto;
        bottom: 0;
        padding: 0;
    }

    .ourSubjects .subject .slick-dots li {
        overflow: hidden;
    }

    .ourSubjects .subject {
        margin: 50px 0 0 0;
    }

    .main-page .widget_tag_cloud .tagcloud a {
        width: 170px;
    }

    .widget.widget_tag_cloud:before {
        left: 0;
    }

    .banner-writers-id {
        flex-direction: unset;
        width: 100%;
        height: auto;
    }

    .banner-writers-id .info-writers {
        flex-direction: column;
        justify-content: center;
        margin: 0 auto;
        padding: 0;
        width: 40%;
    }

    .banner-writers-id .writers-description {
        padding: 20px 5px 20px 70px;
        width: 60%;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
    }

    .banner-writers-id .info-writers .img-writ img {
        width: 154px;
        height: 154px;
    }

    .banner-writers-id .info-writers .img-writ img {

    }

    .banner-writers-id .info-writers .desc-writers {
        align-items: center;
        display: flex;
        flex-direction: inherit;
        position: relative;
    }

    .banner-writers-id .info-writers .rating {
        align-items: center;
        margin: 10px 0 0 0;
    }

    .banner-writers-id .info-writers .essay-write {
        position: absolute;
        top: -15px;
    }


    .banner-writers-id .btn-writer {
        margin: 0;
    }

    .banner-writers-id .btn-writer a {

        font-size: 18px;

    }

    .landing-links .landing-list li {
        width: 47%;
    }
}

@media (max-width: 767px) {
    .mainCta.mainCtaFreeTools .ctaImg {
        background-size: 272px 212px;
        background-position-y: calc(100% - 60px);
        padding-bottom: 250px;
    }

    .mainCta.mainCtaFreeTools h1 {
        font-size: 26px;
        line-height: 36px;
        margin: 0 auto 10px;
    }

    .mainCta.mainCtaFreeTools .ctaImg > div > .row {
        align-items: center;
    }

    .mainCta.mainCtaFreeTools p {
        margin: 15px auto 0;
        max-width: 360px;
    }

    .lecture-summary-banner .lecture-summary-img .img-desktop {
        display: none;
    }

    .lecture-summary-banner .lecture-summary-img .img-table {
        display: block;
        width: 100%;
    }

    .lecture-summary-banner .lecture-summary-btn-group {
        position: absolute;
        display: flex;
        justify-content: center;
        top: 53%;
        left: 0;
        margin: 0;
        right: 0;
    }

    .lecture-summary-banner .lecture-summary-img .img-mobile {
        display: none;
    }

    .wow-top {
        display: none;
    }

    .wow-top-mob {
        display: block;
        margin: 0 0 210px 0;
    }

    .dots-img:after,
    .dots-img:before {
        display: none;
    }

    .slick-arrow {
        top: -90px;
    }

    .uploaded-samples .slick-dots {
        width: 80%;
        margin: 30px auto;
        padding: 0;
    }

    .testimonials .slick-dots {
        width: 80%;
    }

    .tes-slider .sprite-prev {
        left: -20px
    }

    .tes-slider .sprite-next {
        right: -20px;
    }

    .mainCta.mainCta--blog h1 {
        justify-content: center;
        text-align: center;
        font-size: 32px;
        line-height: 50px;
        min-height: 230px;
        margin-bottom: 80px;
    }

    .mainCta__wrapper .mainCta__banner {
        width: 121px;
        bottom: 20px;
        right: calc(50% - 60px);
    }

    .page-blog .bn-marketing .bn-mark-mob {
        margin: 0 auto;
    }

    .banner-order-blog--feed .btn_banner {
        top: 41%;
        left: calc(50% - 130px);
        margin: 0 !important;
    }

    .page-blog .sidebar .bn-marketing .wrap_ban .btn_banner {
        /*right: calc(50% - 135px);*/
        min-width: 260px;
        top: auto;
        right: auto;
        left: 33px;
        margin: 0;
        max-width: 268px !important;
        bottom: 32px;
    }

    .sidebar-services__wrapper {
        column-count: 1;
    }

    .blog-post-wrapper .blog-post__img {
        display: none;
    }

    .blog-post__text {
        width: 100%;
    }

    .blog-post-header img {
        min-width: 25px;
    }

    .blog-post-header h1 {
        font-size: 18px;
        line-height: 24px;
        margin-left: 12px;
    }

    .page-blog .entry-content ul {
        padding: 0 0 0 20px;
    }

    .popular-categs__list {
        column-count: 1;
    }

    .wrap-article-category .article-info.article-info--post {
        flex-direction: column;
    }

    .banner-category .category-img-pc {
        display: none;
    }

    .banner-category .category-img-mob {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0;
        width: 100%;
    }

    .banner-category .description {
        width: 100%;
    }

    .banner-category {
        width: 100%;
        height: 330px;
        padding: 0 0 0 0;
        flex-direction: column;
        position: relative;
    }

    .banner-category hr {
        width: 100%;
    }

    .banner-category .order-btn-category {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .banner-category .description {
        padding: 20px 20px;
        z-index: 4;
    }

    .banner-category .order-btn-category a {
        margin: 20px 0 0 0;
        z-index: 5;
    }

    .banner-category .description .title-banner-category {
        line-height: 30px;
    }

    .banner-topic {
        width: 100%;
    }

    .banner-topic .btn-order-essay a{
        width: 100%;
    }


    .banner-topic .description {
        flex-direction: column-reverse;
        padding: 20px 20px 40px 20px;
        font-size: 16px;
    }

    .banner-topic .btn-order-essay {
        flex-direction: column;
        height: unset;
        align-items: flex-start;
        padding: 25px 20px 20px 20px;
        font-size: 14px;
    }

    .banner-topic .btn-order-essay p {
        padding: 0 73px 0 0;
        margin: 0 0 15px 0;
    }

    .banner-topic p {
        padding: 0 0 0 0;
    }

    .banner-topic .description img {
        position: absolute;
        bottom: -38px;
        right: 20px;
    }

    .bannerPostSamples .desktop {
        display: none;
    }

    .bannerPostSamples .tablet {
        display: none;
    }

    .bannerPostSamples .mobile {
        display: block;
    }

    .bannerPostSamples .btn-order {
        width: 260px;
        left: 16px;
        bottom: 40px;
    }

    .pencil-icon.two-blockk {
        flex-direction: column;
    }

    .pencil-icon.two-blockk .center-li {
        text-align: left;
        padding: 0;
    }

    .popular-topics .wow-top {
        display: none;
    }

    .popular-topics .wow-top-mob {
        display: block;
        margin: 0 0 65px 0;
    }

    .ourSubjects .slick-arrow {
        top: -90px;
    }

    .banner-helpful-infographic .view-pc {
        display: none;
    }

    .banner-helpful-infographic .view-mob {
        display: block;
    }

    .banner-helpful-infographic .btnBanner-info {
        left: 0;
        right: 0;
        bottom: 195px;
    }

    .banner-infographic-guide img {
        width: 340px;
    }

    .widget.widget_tag_cloud:after {
        display: none;
    }

    .wrap-appendCount {
        margin: 0 auto;
    }

    footer .footer-nav {
        justify-content: flex-start;
    }

    footer .block_right .weAccept .icon-accept img {
        margin: 0 0 0 0;
    }

    .mainCta h1 {
        text-align: center;
    }

    .mainCta h1 {
        min-height: 0;
    }

    .mainCta .ctaImg {
        background-position: bottom;
    }

    .widget.widget_tag_cloud:before {
        bottom: -80px;
    }

    .main-page .widget.widget_tag_cloud:before {
        bottom: -80px;
        left: 0;
    }

    .copy-clipdoard .block-copy-clipdoard #cont.textarea-copy {
        height: auto;
        padding: 40px 20px 0 20px;
    }

    .info-block {
        display: none;
    }

    .info-block-mob {
        display: block;
    }

    .banner-infographic-free h3:after {
        width: 100%;
        top: 70px;
    }

    .banner-infographic-free .banner-content .content-block {
        width: 345px;
        padding: 0 40px;
    }

    .banner-infographic-free .banner-content form {
        width: 345px;
        padding: 0 40px;
        display: flex;
        flex-direction: column;
    }

    .banner-infographic-free {
        background: url(/assets/img/infographic/banner-infographic-free-mob.svg);
        width: 100%;
        height: 463px;
        background-repeat: no-repeat;
        background-position: bottom;
        justify-content: center;
    }

    .banner-infographic-free form input {
        width: 265px;
        margin: 0 0 20px 0;
    }

    .banner-infographic-free form button {
        width: 100%;
    }

    .post-wrapper .infos img:nth-child(1) {
        width: 150px;
    }

    .post-wrapper .infos img:nth-child(2) {
        width: 120px;
    }

    .post-wrapper .infos {
        margin: 25px 0 0 0;
    }

    .wrap-infographic .title span {
        position: absolute;
        margin: 0 20px 0 0;
    }

    .wrap-infographic .title h2 {
        padding: 0 0 0 40px;
    }

    .block-social {
        justify-content: space-between;
    }

    #form-valid .valid {
        position: relative;
    }

    #email_form_label {
        bottom: -4px;
        left: 0;
    }

    .banner-writers-id {
        flex-direction: column;
    }

    .banner-writers-id .info-writers {
        width: 100%;
        flex-direction: unset;
        justify-content: end;
        align-items: center;
        padding: 10px 15px;
    }
    .banner-writers-id .info-writers .img-writ {
        margin-right: 15px;
    }
    .banner-writers-id .info-writers .essay-write {
        position: relative;
        top: 0;
        margin: 5px 0 0 0;
    }
    .banner-writers-id .finish-paper {
        margin: 0 0 0 2px;
    }
    .banner-writers-id .info-writers .img-writ img {
        width: 102px;
        height: 102px;
    }
    .banner-writers-id .writers-description .wrap-p {
        margin: 0 0 15px 0;
    }
    .banner-writers-id .info-writers .desc-writers {
        flex-direction: column;
        align-items: start;
    }

    .banner-writers-id .info-writers .rating {
        flex-direction: unset;
        align-items: center;
    }

    .banner-writers-id .writers-description {
        width: 100%;
        padding: 10px 15px;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
    }

    .banner-writers-id .btn-writer {
        width: 240px;
        margin: 0 auto 15px auto;
    }

    .banner-writers-id .writers-description .title {
        font-size: 18px;
        margin: 15px 0 5px 0;
    }

    .parallel-line {
        display: none;
    }

    .wrpapHowTo .containerHowTo .howToItem:before {
        display: none;
    }
    .banner-writers-id .genNumStar {
        height: 12px;
    }
    .wrpapHowTo .containerHowTo .howToItem {
        width: 100%;
        flex-direction: column-reverse;
        height: 375px;
        justify-content: flex-end;
    }

    .wrpapHowTo .containerHowTo {
        padding: 0;
    }

    .wrpapHowTo .containerHowTo .howToItem .img {
        width: 100%;
        height: 100px;
    }

    .wrpapHowTo .containerHowTo .howToItem .img img {
        height: 75px;
    }

    .wrpapHowTo .containerHowTo .howToItem .itemBlock {
        padding: 20px;
        width: 100%;
    }

    .wrpapHowTo h3 span {
        color: #38B8EF;
        text-transform: uppercase;
    }

    .landing-links .landing-list li {
        width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 992px) {
    .pinkBtn {
        display: block;
        font-size: 14px;
    }

    .custom-css .wrap_ban .btn_banner {
        font-size: 14px;
    }
}

@media (max-width: 415px) {
    .banner-infographic-guide {
        width: 100%;
    }

    .banner-infographic-guide img {
        width: 100%;
    }

    .banner-infographic-guide .btnBanner-info {
        width: 90%;
    }
}

@media (max-width: 325px) {
    .banner-infographic-guide .btnBanner-info {
        bottom: 180px;
    }

    .blog-author .wrap-author .img-author {
        margin: 0 10px 0 0;
    }

    .blog-author .wrap-author .wrap-mob .info-author .social {
        display: flex;
        justify-content: space-between;
    }

    .blog-author .wrap-author {
        padding: 25px 15px;
    }
}

/*blog styles*/

/*2 writers 1 work banner*/
.two_writers-bnr {
    background: url(/assets/img/independenceday-bg.svg) no-repeat bottom -3px right #F5F9FF;
    min-height: 98px;
    position: relative;
    display: flex;
    border-radius: 5px;
    border: 1px solid #296DCB;
    margin: 10px 0 50px;
}

.two_writers-bnr-body:before {
    content: '';
    width: 89px;
    height: 84px;
    position: absolute;
    left: 0;
    top: calc(50% - 44px);
    background: url(/assets/img/70-off-brn.svg) no-repeat;
    background-size: contain;
}

.two_writers-bnr-inner {
    font-size: 14px;
    line-height: 18px;
    flex: 1;
}

.two_writers-bnr-body {
    line-height: 22px;
    position: relative;
    padding: 0 110px;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #676D75;
    flex: 1;
}

.two_writers-bnr-body:after {
    content: '';
    display: inline-block;
    background: url(/assets/img/2writers-after.svg) no-repeat;
    width: 148px;
    height: 128px;
    position: absolute;
    bottom: -13px;
    right: 30px;
}

.two_writers-bnr strong {
    font-size: 22px;
    line-height: 30px;
    color: #3C444C;
    font-weight: bold;
}

.two_writers-bnr .btn {
    border-radius: 25px;
    max-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    width: 144px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.two_writers-btn-order {
    background: #296DCB;
    margin-right: 14px;
}

.two_writers-bnr .two_writers-btn-dismiss {
    background: #F5F9FF;
    border: 1px solid #296DCB;
    color: #296DCB;
}

.two_writers-bnr-body span {
    max-width: 360px;
    display: block;
    line-height: 22px;
}

@media (min-width: 1072px) {
    .two_writers-bnr {
        padding: 5px 22px 5px 12px;
    }
}

@media (max-width: 1071px) {
    .two_writers-bnr-body {
        padding-right: 0px;
        line-height: 14px;
        max-width: 395px;
    }

    .two_writers-bnr {
        padding: 5px 12px 15px;
    }

    .two_writers-bnr strong {
        white-space: nowrap;
    }

    .two_writers-btn-order {
        margin-right: 14px;
    }

    .two_writers-bnr-inner {
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .two_writers-bnr-body:after {
        display: none;
    }

    .two_writers-bnr:after {
        content: '';
        background: url(/assets/img/2writers-after.svg) no-repeat;
        width: 148px;
        height: 128px;
        position: absolute;
        bottom: -2px;
        right: 35px;
    }

    .two_writers-bnr-body:before {
        top: calc(50% - 30px);
    }

    .two_writers-bnr-btns {
        padding: 10px 0 0 110px;
    }

    .page-inside .container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .two_writers-bnr-body:before {
        display: none;
    }

    .two_writers-bnr-inner {
        align-items: center;
    }

    .two_writers-bnr strong {
        line-height: 24px;
        margin-bottom: 7px;
    }

    .two_writers-bnr {
        padding: 40px 20px 103px;
        background-position: bottom -40px right;
    }

    .two_writers-bnr-body {
        line-height: 22px;
        padding: 7px 0 0;
        text-align: center;
    }

    .two_writers-bnr-btns {
        margin-top: 5px;
        padding-left: 0;
    }

    .two_writers-btn-order {
        margin-right: 9px;
    }

    .two_writers-bnr:before {
        content: '';
        width: 80px;
        height: 77px;
        position: absolute;
        left: 7px;
        top: -30px;
        background: url(/assets/img/70-off-brn.svg) no-repeat;
        background-size: contain;
    }

    .two_writers-bnr:after {
        background: url(/assets/img/2writers-after-mob.svg) no-repeat;
        width: 164px;
        left: calc(50% - 90px);
    }

    .two_writers-bnr .btn {
        font-size: 13px;
        width: 135px;
    }

    .two_writers-bnr-body span {
        margin-top: 7px;
    }
}

/*END 2 writers 1 work banner*/


/* Grammar checker */
.grammar_checker #checktextpara iframe {
    border: 1px solid #C20340;
    min-height: 350px;
    box-sizing: border-box;
    border-radius: 5px;
}

.grammar_checker input[type="submit"] {
    border: none;
}

.grammar_checker select {
    display: inline-block;
    height: 50px;
    vertical-align: top;
    box-sizing: border-box;
    padding: 0 35px;
    font-size: 15px;
    border: none;
    background: #fff;
    color: #828282;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0 10px 20px;
}

.grammar_checker .tool-box {
    background: #283b48;
    padding: 50px 20px;
    text-align: center;
}

.grammar_checker form[name="checkform"] > div {
    text-align: center;
}

/* Essay editor */


.essay_editor {
    width: 100%;
    border-spacing: 1px;
    table-layout: fixed;
    text-align: left;
}

.essay_editor_left_part, .essay_editor_right_part {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}

.essay_editor_left_part {
    border-right: 1px solid #283b48;
}

.essay_editor_right_part {
    border-left: 1px solid #283b48;
}

.essay_editor h4 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.tool-box p {
    color: #ccc;
    margin: 0 auto 20px;
    max-width: 550px;
    font-size: 18px;
    padding: 0 20px;
}

.essay_editor p {
    padding: 0;
    max-width: inherit;
    font-size: 14px;
    margin-bottom: 10px;
}

.essay_editor_center_part {
    width: 60%;
    max-width: 60%;
    min-width: 60%;
}

.essay_editor td, .essay_editor th {
    vertical-align: top;
    padding: 15px;
    box-sizing: border-box;
    background: #2d485a;
}

.essay_editor #editorSelection {
    display: table;
    width: 100%;
    border-spacing: 0;
    margin-bottom: 15px;
}

.essay_editor button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    background: #233440;
    color: #7991a6;
    cursor: pointer;
    transition: 0.6s;
}

.essay_editor #editorSelection button {
    display: table-cell;
    width: 25%;
    box-sizing: border-box;
    vertical-align: top;
    padding: 0 15px;
    font-size: 15px;
    border-right: 1px solid #2d485a;
    background: #38B8EF;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
}

.essay_editor_left_part, .essay_editor_right_part {
    width: 20%;
    max-width: 20%;
    min-width: 20%;
}

.essay_editor button {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    background: #233440;
    color: #7991a6;
    cursor: pointer;
    transition: 0.6s;
}

.essay_editor input[type="text"], .essay_editor input[type="file"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    font-size: 14px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    border: 1px solid #2d4d63;
    background: #fff;
}

.essay_editor p {
    padding: 0;
    max-width: inherit;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ccc;
    margin: 0 auto 20px;
}

.essay_editor textarea {
    max-width: 100%;
    min-width: 100%;
    box-sizing: border-box;
    width: 100%;
    display: block;
    padding: 5px;
    font-size: 14px;
    border: 1px solid #2d4d63;
    background: #fff;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    min-height: 100px;
}

.essay_editor table td, .essay_editor table th {
    padding: 0 5px 10px;
}

.essay_editor table {
    width: 100%;
    table-layout: fixed;
    border-spacing: 1px;
}

.essay_editor .essay_editor_preview {
    color: #ccc;
    font-size: 15px;
}

@media screen and (max-width: 738px) {
    .essay_editor_left_part, .essay_editor_right_part, .essay_editor_center_part {
        display: block !important;
        width: auto;
        min-width: 100%;
        max-width: 100%;
    }
}


/* Citation generator */

.citation_generator_search a {
    display: block;
    text-decoration: none;
    line-height: 40px;
    font-size: 15px;
    padding: 0 40px;
    color: #fff;
    transition: 0.6s;
    background: #38B8EF;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.citation_generator_search > a {
    text-align: center;
}

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

.citation_generator_search input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 7px 15px;
    font-size: 15px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    border: 5px solid #2d4d63;
}

.citation_generator_search input[type="submit"] {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 15px;
    border: none;
    background: #38B8EF;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
}

#wpcgoCitationGenerator {
    clear: both;
    padding-top: 50px;
}

#wpcgoCitationGenerator .wpcgoTabs {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

#wpcgoCitationGenerator .wpcgoTabs .wpcgoTab {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #ccc;
    margin: 0 1px 5px;
    cursor: pointer;
    padding: 10px;
    transition: 0.5s;
    text-transform: uppercase;
}

#wpcgoCitationGenerator .wpcgoTabs .wpcgoTab:hover,
#wpcgoCitationGenerator .wpcgoTabs .wpcgoTabActive {
    color: #38B8EF;
}

#wpcgoCitationGenerator .wpcgoTabContent {
    display: none;
    -webkit-animation: wpcgo-fadeEffect 1s;
    animation: wpcgo-fadeEffect 1s;
}

#wpcgoCitationGenerator .wpcgoSubTabs {
    text-align: center;
    margin: 25px auto 0;
    max-width: 1200px;
    letter-spacing: -10px;
    box-sizing: border-box;
}

#wpcgoCitationGenerator .wpcgoSubTabs .wpcgoSubTab {
    display: inline-block;
    vertical-align: bottom;
    width: 16.6%;
    box-sizing: border-box;
    padding: 5px 10px 7px;
    color: #ccc;
    font-size: 14px;
    cursor: pointer;
    border-top: 3px solid transparent;
    transition: 0.5s;
}

#wpcgoCitationGenerator .wpcgoSubTabs .wpcgoSubTab:hover, #wpcgoCitationGenerator .wpcgoSubTabs .wpcgoSubTabActive {
    background: #334551;
    color: #fff;
}


#wpcgoCitationGenerator .wpcgoSubTabs .wpcgoSubTabActive {
    background: #334551;
    color: #fff;
}

#wpcgoCitationGenerator .wpcgoSubTabs .wpcgoSubTab > * {
    letter-spacing: normal;
}

#wpcgoCitationGenerator th, #wpcgoCitationGenerator td {
    vertical-align: middle;
    box-sizing: border-box;
    color: #ccc;
    font-size: 16px;
    padding: 5px;
}

#wpcgoCitationGenerator th {
    width: 30%;
    text-align: right;
}

#wpcgoCitationGenerator td {
    width: 70%;
    text-align: left;
}

#wpcgoCitationGenerator abbr {
    color: #ccc;
    text-decoration: none;
    padding: 0 3px;
}

#wpcgoCitationGenerator button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #fff;
    background: #38B8EF;
    border: none;
    padding: 15px;
    cursor: pointer;
    transition: 0.5s;
    text-transform: uppercase;
}

#wpcgoCitationGenerator .wpcgoSubTabContent {
    display: none;
    -webkit-animation: wpcgo-fadeEffect 1s;
    animation: wpcgo-fadeEffect 1s;
    background: #334551;
    padding: 20px;
}

#wpcgoCitationGenerator table {
    width: 100%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    border-spacing: 0;
}

#wpcgoCitationGenerator input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    background: #fff;
    border: 5px solid #2d4d63;
    font-size: 14px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
}

#wpcgoCitationGenerator {
    background: #283b48;
}

#wpcgoCitationGenerator .wpcgoCitationResult blockquote {
    background: #283b48;
    border: 3px solid #2d4d63;
    padding: 17px;
    margin: 20px 0 0;
    text-align: left;
}

#wpcgoCitationGenerator .wpcgoCitationResult blockquote p {
    font-size: 14px;
    color: #ccc;
    margin: 0;
}

.citation_generator_result > a {
    display: block;
    text-decoration: none;
    line-height: 40px;
    font-size: 15px;
    padding: 0 40px;
    color: #fff;
    transition: 0.6s;
    background: #38B8EF;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.citation_generator_result h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    background: rgba(255, 255, 255, .03);
    padding: 5px;
    display: none;
}

.citation_generator_result_blocks {
    letter-spacing: -10px;
    background: #334551;
    padding: 0 15px 15px;
    text-align: left;
}

.citation_generator_result_blocks > div > * {
    letter-spacing: normal;
}

.citation_generator_result h5 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

.citation_generator_result p {
    max-width: inherit;
    margin: 0 0 10px;
    padding: 0;
    font-size: 14px;
    color: #ccc;
}

.citation_generator_result th {
    color: #fff;
    background: #2f414e;
    padding: 14px 14px 8px;
    font-size: 15px;
}

.citation_generator_result table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 12px;
}

.citation_generator_result input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    border: 5px solid #2d4d63;
}

.citation_generator_result input[type="submit"] {
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 15px;
    border: none;
    background: #38B8EF;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
    margin-top: 45px;
    height: 51px;
}

.citation_generator_result_blocks .citation_generator_result_left_block, .citation_generator_result_blocks .citation_generator_result_right_block {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    box-sizing: border-box;
    padding: 0 7px;
}

.citation_generator_result td {
    padding: 14px;
    font-size: 15px;
    color: #ccc;
    background: rgba(255, 255, 255, .03);
    border-top: 1px solid #283b48;
}

.citation_generator_result td a {
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    font-size: 15px;
    padding: 0 20px;
    color: #fff;
    box-shadow: inset 0 -3px 0 #0063a7;
    transition: 0.6s;
    background: #009bff;
}

@media screen and (max-width: 850px) {
    #wpcgoCitationGenerator .wpcgoSubTabs .wpcgoSubTab {
        display: block;
        width: auto;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 540px) {
    #wpcgoCitationGenerator td, #wpcgoCitationGenerator th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0;
    }
}

@media screen and (max-width: 440px) {
    .citation_generator_result_blocks .citation_generator_result_left_block, .citation_generator_result_blocks .citation_generator_result_right_block {
        display: block;
        width: auto;
    }
}


/* CASE CONVERTER */

.case_converter {
    float: left;
    width: 100%;
    box-sizing: border-box;
}

.case_converter form {
    margin-bottom: 20px;
}

.case_converter textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    padding: 15px;
    font-size: 15px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    border: 1px solid #C4164E;
    border-radius: 5px;
}

.case_converter .case_converter_buttons {
    text-align: center;
}

.case_converter .case_converter_buttons span {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 10px 20px;
    line-height: 58px;
    font-size: 15px;
    padding: 0 40px;
    color: #fff;
    transition: 0.6s;
    background: #38B8EF;
}


.case_converter_clear {
    clear: both;
}


/* READABILITY CHECKER */

#wprct-readability-checker {
    box-sizing: border-box;
}

#wprct-readability-checker #wprct-readability-checker-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 300px;
    padding: 15px;
    font-size: 15px;
    color: #828282;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .5);
    border: 1px solid #C20340;
    margin-bottom: 20px;
    border-radius: 5px;
}

#wprct-readability-checker table {
    box-sizing: border-box;
    width: 100%;
    border-spacing: 1px;
}

#wprct-readability-checker table .wprct-output-label,
#wprct-readability-checker table .wprct-output-value {
    width: 50%;
    font-size: 16px;
    color: #ccc;
    padding: 5px;
    background: #00022a;
    border: 1px solid #283b48;
}

#wprct-readability-checker table .wprct-output-label {
    text-align: left;
    font-weight: 400;
}

#wprct-readability-checker table .wprct-output-value {
    text-align: right;
}

#wprct-readability-checker table .wprct-output-label a {
    color: #38B8EF;
}


/* GRADE CALCULATOR */

#wpgcpt_wrapper .wpgcpt_heading_table {
    width: 100%;
    border-spacing: 1px 0;
}

#wpgcpt_wrapper .wpgcpt_heading_table th {
    padding: 10px;
    background: #00022a;
    color: #fff;
    vertical-align: top;
    width: 33.3%;
    font-size: 16px;
}

#wpgcpt_wrapper form table {
    width: 100%;
    border-spacing: 1px;
    margin-bottom: 20px;
}

#wpgcpt_wrapper form table td {
    vertical-align: top;
    width: 33.3%;
}

#wpgcpt_wrapper form input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 5px solid #00022a;
    font-size: 14px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
}

#wpgcpt_wrapper .wpgcpt_controls {
    text-align: center;
    margin: 0 -5px 10px;
    letter-spacing: -10px;
}

#wpgcpt_wrapper .wpgcpt_controls > div {
    display: inline-block;
    vertical-align: top;
    width: 33.3%;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#wpgcpt_wrapper .wpgcpt_controls > div > div {
    cursor: pointer;
    background: #00022a;
    padding: 10px;
    color: #b8c7d5;
    font-size: 14px;
    text-transform: uppercase;
    transition: 0.6s;
    letter-spacing: 1px;
}

#wpgcpt_wrapper .wpgcpt_controls > div > div:hover {
    opacity: 0.85
}

#wpgcpt_wrapper .wpgcpt_controls > div > #wpgcpt_calc {
    background: #38B8EF;
    color: #fff;
}

#wpgcpt_wrapper .wpgcpt_message_good p {
    max-width: inherit;
    padding: 10px;
    border: 1px solid #233440;
    text-align: center;
}

#wpgcpt_wrapper .wpgcpt_hidden {
    display: none;
}


/* ASSIGNMENT CALCULATOR */

.assignment_calculator_date_form table {
    width: 100%;
    border-spacing: 0;
    margin-bottom: 20px;
}

.assignment_calculator_date_form td {
    padding: 10px;
}

.assignment_calculator_date_form p {
    max-width: inherit;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.assignment_calculator_date_form input[type="text"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    font-size: 15px;
    color: #828282;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, .5);
    border: 5px solid #2d4d63;
}

.assignment_calculator_date_form td {
    padding: 10px;
}

.assignment_calculator_date_form input[type="submit"] {
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 auto;
    border: none;
    background: #38B8EF;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 25px;
}

.order_generator_link {
    color: #fff !important;
    cursor: pointer;
    min-width: 215px !important;
}

@media (max-width: 767px) {
    .order_generator_link {
        color: #fff !important;
        cursor: pointer;
        min-width: 115px !important;
        height: auto !important;
        line-height: 17px !important;
    }

    td.actions {
        min-width: 85px !important;
    }
}


.assignment_calculator_phases article {
    text-align: left;
    background: #33454f;
    padding: 15px;
    margin-bottom: 20px;
}

.assignment_calculator_phases article header {
    position: static;
}

.assignment_calculator_phases article .panel ul li {
    list-style: none;
}

.assignment_calculator_phases h4 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
}

.assignment_calculator div.accordion {
    display: inline-block;
    vertical-align: top;
    color: #7991a6;
    font-size: 16px;
    background: #283b48;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: 0.6s;
}

.assignment_calculator div.accordion:hover {
    color: #fff;
    cursor: pointer;
}

.assignment_calculator div.accordion i {
    margin-left: 10px;
    transition: 0.6s;
    color: #7991a6;
}

.assignment_calculator div.spanel, .assignment_calculator div.panel {
    display: none;
}

.assignment_calculator .panel > ul {
    padding-left: 0;
}

.assignment_calculator .panel > ul li {
    list-style: none !important;
}

.assignment_calculator div.saccordion {
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.03);
    padding: 0 10px;
    color: #ccc;
    transition: 0.6s;
    cursor: pointer;
    font-size: 14px;
}

.assignment_calculator div.saccordion:hover {
    color: #fff;
}

.assignment_calculator div.accordion.active {
    color: #fff;
}

.assignment_calculator_phase_description {
    margin-top: 15px;
    color: #ccc;
    font-size: 14px;
    line-height: 20px;
}

.assignment_calculator_phase_link {
    height: 20px;
}

.assignment_calculator_phase_link a {
    font-size: 14px;
    color: #0096ff;
    line-height: 20px;
}

.assignment_calculator_pdf input[type="submit"] {
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 15px;
    margin: 0 auto;
    border: none;
    background: #38B8EF;
    color: #fff;
    line-height: 44px;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.6s;
    border-radius: 25px;
}


/*about-us page*/

.mainCtaAboutPage .ctaImg {
    background-image: url("/assets/img/about-us/about-page-bg.svg");
    background-size: 53% auto;
    background-position: 100% 46%;
    background-repeat: no-repeat;
}


.mainCtaAboutPage h1 {
    min-height: 150px;
}

.mainCtaAboutPage .block_site_logo {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 13px;
    margin-right: 26px;
}

@media (max-width: 767px) {
    .mainCtaAboutPage .block_site_logo {
        margin-right: 0;
    }
}

.mainCtaAboutPage .block_site_logo .site_logo {
    width: 169px;
    height: 40px;
    background: #191b3f;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-repeat: no-repeat;
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-position: 16px 50%;
}

.mainCtaAboutPage .block_site_logo .site_logo .val {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.mainCtaAboutPage .block_site_logo .site_logo .val:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: -19px;
    top: 6px;
    background-image: url("/assets/img/about-us/star-logo.svg");
    background-size: cover;
}


.mainCtaAboutPage .block_site_logo .site_logo.wow {
    background-image: url("/assets/img/about-us/wowessays-logo.svg");
    background-size: 78px;
}

.mainCtaAboutPage .block_site_logo .site_logo.sitejabber {
    background-image: url("/assets/img/about-us/sitejabber-logo.svg");
}

.mainCtaAboutPage .block_site_logo .site_logo.trustpilot {
    background-image: url("/assets/img/about-us/trustpilot-logo.svg");
}

.mainCtaAboutPage .block_site_logo .site_logo.reviewsio {
    background-image: url("/assets/img/about-us/reviewsio-logo.svg");
}


.about_us_page {
    text-align: left;
}

.about_us_page .img_wrp {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.about_us_page .img_wrp .dots {
    position: absolute;
    bottom: -16px;
    left: 37px;
}

.about_us_page h2 {
    font-weight: 700;
}

.about_us_page .block_wrp:not(.no_border) {
    border-bottom: 1px solid #BEDAF6;
}

.about_us_page .block_wrp.mt38 {
    padding: 38px 0 90px 0;
}

.about_us_page .block_wrp {
    padding: 90px 0;
}

.about_us_page .red_list {
    list-style-image: url("/assets/img/about-us/red-check-icon.svg") !important;
    padding-left: 29px;
}

.about_us_page .red_list li {
    margin-bottom: 15px;
    padding-left: 5px;
    line-height: 30px !important;
    list-style-image: url("/assets/img/about-us/red-check-icon.svg") !important;;
}

.about_us_page .why_use .wrp {
    max-width: 732px;
}

.about_us_page .why_use {
    background-color: #F5F9FF;
    padding: 90px 0;
    text-align: left;
    position: relative;
    margin-top: 45px;
}

.about_us_page .why_use:before {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/about-us/why-use-before.svg");
    right: 60px;
    top: 69px;
}

.about_us_page .why_use:after {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/about-us/why-use-before.svg");
    left: 33px;
    bottom: 49px;

    transform: rotate(180deg);
}


.about_us_page .why_use p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    /* or 187% */

    letter-spacing: 0.5px;

    /* gray - text */

    color: #676D75;
}

.about_us_page .cta .cta_wrp {
    background: #2B307C;
    padding: 38px 60px;
    margin-top: 160px;
    position: relative;
    overflow: hidden;
}

.about_us_page .cta .cta_wrp .wrp{
    position: relative;
}
.about_us_page .cta .cta_wrp .wrp:after {
    content: "";
    position: absolute;
    width: 406px;
    height: 345px;
    background-image: url("/assets/img/about-us/cta-afer-icon-desk.svg");
    background-repeat: no-repeat;
    top: -38px;
    right: -100px;
}


.about_us_page .cta .cta_wrp p.title {
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF;
}

.about_us_page .cta .cta_wrp p.txt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}

.about_us_page .cta .cta_wrp a.red_link {
    background: #2EC84A;
    border-radius: 25px;
    display: inline-block;
    width: 270px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
    z-index: 1;
}
.about_us_page .cta .cta_wrp a.red_link:hover{
    background: #2EDC4D;
}
.about_us_page .cta .cta_wrp{
    position: relative;
    z-index: 1;
}

.about_us_page .cta .cta_wrp .wrp > p,
.about_us_page .cta .cta_wrp .wrp > a {
    position: relative;
}

.about_us_page .video_wrp {
    margin-top: 90px;
}

.about_us_page .video_wrp p.title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 52px;
    color: #3C444C;
    margin-bottom: 39px;
}

.about_us_page .video_wrp .video__wrp {
    position: relative;
    border-radius: 10px;
    display: inline-block;
    max-width: 100%;
    min-width: 720px;
    overflow: hidden;
    min-height: 405px;
    height: 405px;
}


.about_us_page .video_wrp .video__wrp iframe {
    height: 405px;
}

.about_us_page .video_wrp .video__wrp img {
    max-width: 100%;
}


.about_us_page .palyer_icon_wrp {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    display: block;
    position: absolute;
    z-index: 10;
    left: calc(50% - 44px);
    top: calc(50% - 44px);
    background-image: url("/assets/img/about-us/video-play-btn.svg");
}

.about_us_page p.social_menu_title {
    padding-left: 88px;
}

.about_us_page .social_list {
    padding-left: 103px;
    line-height: 30px;
    list-style-image: none !important;
    margin-bottom: 0;
}

.about_us_page .social_list li {
    list-style-image: none !important;
    line-height: 30px !important;
    margin: 0 0 11px 0;
}

.about_us_page .social_list li a {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    color: #3C444C;
    font-size: 20px;
    line-height: 100%;
    text-decoration: none;
    margin: 11px 0;
    font-weight: 400;
}

.about_us_page .social_list li a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -16px;
    width: 32px;
    height: 32px;

}

.about_us_page .social_list li a.facebook:before {
    background-image: url("/assets/img/about-us/facebook-logo.svg");
}

.about_us_page .social_list li a.twitter:before {
    background-image: url("/assets/img/about-us/twitt-logo.svg");
}

.about_us_page .social_list li a.medium:before {
    background-image: url("/assets/img/about-us/med-logo.svg");
}

.about_us_page .social_list li a.youtube:before {
    background-image: url("/assets/img/about-us/youtube-logo.svg");
}

.about_us_page .social_list li a.pinterest:before {
    background-image: url("/assets/img/about-us/pint-logo.svg");
}
.about_us_page .social_list li a.instagram:before {
    background-image: url("/assets/img/about-us/insta-logo.svg");
}

.about_us_page p.social_menu_title {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    /* or 20px */

    color: #3C444C;
}

.about_us_page .img_wrp_mob {
    display: none;
    margin-bottom: 24px;
}

.about_us_page .img_wrp_mob img {
    max-width: 100%;
    width: 100%;
}

.about_us_page .cta_mob {
    display: none;
}


.about_us_page .mob_flex_wrp_social_menu .wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 991px) {
    .about_us_page .cta_desk {
        display: none;
    }

    .about_us_page .cta_mob {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mainCtaAboutPage {
        padding-bottom: 70px;
    }

    .mainCtaAboutPage .ctaImg {
        background-size: 48% auto;
        background-position: 100% 70%;
    }

    .mainCtaAboutPage h1 {
        font-size: 36px;
        margin-top: 0;
    }

    .mainCtaAboutPage .container {
        max-width: inherit;
    }

    .mainCtaAboutPage .block_site_logo {
        max-width: 360px;
    }

    .about_us_page .img_wrp img {
        max-width: 100%;
        min-width: 256px;
    }

    .about_us_page .why_use {
        padding: 90px 20px;
    }

    .about_us_page .cta .cta_wrp {
        padding: 26px 0;
        margin-top: 77px;
    }

    .cta .cta_wrp p.title {
        padding-right: 167px;
        font-size: 26px;
    }

    .about_us_page .cta .cta_wrp p.title br, .about_us_page .cta .cta_wrp p.txt br {
        display: none;
    }

    .about_us_page .cta .cta_wrp p.txt {
        padding-right: 208px;
    }

    .about_us_page .cta .cta_wrp:after {
        width: 375px;
        height: 288px;
        background-size: contain;
        top: 0;
        right: -140px;
    }

    .about_us_page p.social_menu_title {
        margin-right: 40px;
        margin-top: 13px;
        min-width: 135px;
        padding-left: 0;
    }

    .about_us_page .mob_flex_wrp_social_menu {
        display: flex;
        margin-top: 36px;
    }


    .about_us_page .social_list {
        display: flex;
        min-width: 400px;
        flex-wrap: wrap;
        margin: 0;
        padding-left: 17px;
    }

    .about_us_page .social_list li {
        width: 50% !important;
    }

    .about_us_page .cta .cta_wrp .wrp:after {
        background-image: url("/assets/img/about-us/cta-afer-icon.svg");
        width: 250px;
        right: -47px;
        top: -68px;
    }

    .about_us_page .cta .cta_wrp p.title {
        font-size: 26px;
        line-height: 34px;
    }

    .about_us_page .img_wrp .dots {
        position: absolute;
        bottom: -22px;
        left: -69px;
        width: 134px;
        min-width: 134px;
    }
}

@media (max-width: 767px) {

    .mainCtaAboutPage .ctaImg {
        background-position-y: 95%;
        background-position-x: 50%;
        padding-bottom: 190px;
    }

    .about_us_page .cta .cta_wrp p.txt br{
        display: none;
    }

    .mainCtaAboutPage h1 {
        font-size: 20px;
        min-height: 50px;
        margin-top: 0;
        margin-bottom: 20px;
        justify-content: center;
    }

    .mainCtaAboutPage .ctaImg p {
        font-size: 16px;
        line-height: 22px;
    }

    .mainCtaAboutPage .block_site_logo {
        justify-content: space-evenly;
    }

    .mainCtaAboutPage .block_site_logo .site_logo {
        margin-right: 0;
    }

    .about_us_page .img_wrp {
        display: none;
    }

    .about_us_page .img_wrp_mob {
        display: block;
    }

    .about_us_page h2 {
        font-weight: bold;
        font-size: 22px;
        line-height: 36px;
    }

    .about_us_page .block_wrp:not(.no_border) {
        border-bottom: none;
    }

    .about_us_page .block_wrp {
        padding: 24px 0;
    }

    .about_us_page .why_use {
        padding: 40px 5px;
        overflow: hidden;
    }

    .about_us_page .why_use:before {
        right: -45px;
        top: 9px;
    }

    .about_us_page .why_use:after {
        bottom: 350px;
    }

    .about_us_page .why_use p {
        position: relative;
        z-index: 1;
    }

    .about_us_page .cta .cta_wrp {
        padding: 34px 0;
        padding-bottom: 118px;
        overflow: hidden;
    }

    .about_us_page .cta .cta_wrp p.title {
        font-size: 24px;
        line-height: 36px;
    }

    .about_us_page .cta .cta_wrp p.title br {
        display: none;
    }

    .about_us_page .cta .cta_wrp .wrp:after {
        background-image: url("/assets/img/about-us/cta-afer-icon-mob.svg");
        right: -100px;
        top: 20px;
        height: 445px;
    }
    .about_us_page .cta .cta_wrp a.red_link{
        width: 100%;
    }

    .about_us_page .video_wrp {
        margin-top: 48px;
    }

    .about_us_page .video_wrp p.title {
        font-size: 22px;
        line-height: 36px;
    }

    .about_us_page p.social_menu_title {
        margin-top: 60px;
    }

    .about_us_page .video_wrp p.title {
        margin-bottom: 24px;
    }

    .about_us_page .video_wrp .video__wrp {
        border-radius: 0;
        min-width: inherit;
        width: 100%;
    }

    .about_us_page .video_wrp .video__wrp,
    .about_us_page .video_wrp .video__wrp iframe {
        height: 250px;
        min-height: 250px;
    }

    .about_us_page .social_list {
        display: flex;
        flex-flow: wrap;
    }

    .about_us_page ul.social_list li {
        width: 50% !important;
    }

    .about_us_page p.social_menu_title {
        padding-left: 0;
    }

    .about_us_page .social_list {
        padding-left: 16px;
    }

    .video_wrp .p0 {
        padding: 0;
    }

    .about_us_page .cta .cta_wrp {
        margin-top: 40px;
    }
}


/*reviews_page*/
.mainCtaReviews {
    padding: 80px 0 80px 0;
}

.breadcrumb_reviews {
    padding-right: 20px;
    padding-left: 20px;
}

.mainCtaReviews .container,
.reviews_page .container {
    padding-right: 20px;
    padding-left: 20px;
}

.mainCtaReviews .ctaImg {
    background-image: url("/assets/img/reviews-page/reviews-banner.svg");
    background-size: 50% auto;
}

.mainCtaReviews h1 {
    padding-right: 10px;
    min-height: 150px;
}

.reviews_page h2 {
    font-weight: 700;
}

.reviews_page .red_list {
    list-style-image: url("/assets/img/about-us/red-check-icon.svg") !important;
    padding-left: 29px;
}

.reviews_page .red_list li {
    margin-bottom: 0;
    padding-left: 5px;
    list-style-image: url("/assets/img/about-us/red-check-icon.svg") !important;;
}

.reviews_page .digital_wrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.reviews_page .digital_wrp .digital_value {
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #38B8EF;
}

.reviews_page .h2_title {
    margin: 15px 0 0 0;
}

.reviews_page .reviews_wrp {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: 60px;
    position: relative;
}

.reviews_page .reviews_wrp:before {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url(/assets/img/about-us/why-use-before.svg);
    right: -70px;
    top: -125px;
    transform: rotate(180deg);
}

.reviews_page .reviews_wrp .review {
    width: 49%;
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 24px;
}

.reviews_page .reviews_wrp .review:before {
    content: "";
    width: 66px;
    height: 66px;
    border-radius: 50%;
    position: absolute;
    background-color: #38B8EF;
    opacity: 0.1;
    top: 34px;
    right: 20px;
}

.reviews_page .reviews_wrp .review:after {
    content: "";
    width: 58px;
    height: 58px;
    border-radius: 50%;
    position: absolute;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzMiAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik02LjA5NTIxIDBDOC41NzE0MiAwIDEwLjQ0NDQgMS4wMTU4NSAxMS43MTQzIDMuMDQ3NjFDMTIuNzkzNyA0Ljc2MTkgMTMuMzMzMyA2Ljg1NzE0IDEzLjMzMzMgOS4zMzMzNEMxMy4zMzMzIDEyLjUwOCAxMi41MjM4IDE1LjM2NTEgMTAuOTA0OCAxNy45MDQ4QzkuMjg1NzMgMjAuNDQ0NSA2LjgyNTQxIDIyLjQ3NjIgMy41MjM4IDI0TDIuNjY2NjkgMjIuMjg1N0M0LjYzNDk1IDIxLjQ2MDMgNi4zMzMzMiAyMC4xNTg3IDcuNzYxOSAxOC4zODFDOS4xOTA0OCAxNi42MDMyIDkuOTA0NzkgMTQuNzkzNyA5LjkwNDc5IDEyLjk1MjRDOS45MDQ3OSAxMi4xOTA1IDkuODA5NSAxMS41MjM4IDkuNjE5MDIgMTAuOTUyNEM4LjYwMzE0IDExLjc3NzggNy40Mjg1NiAxMi4xOTA1IDYuMDk1MjEgMTIuMTkwNUM0LjM4MDkyIDEyLjE5MDUgMi45MzY1MSAxMS42MzQ5IDEuNzYxOSAxMC41MjM4QzAuNTg3MjkzIDkuNDEyNjkgMCA3LjkzNjUyIDAgNi4wOTUyNUMwIDQuMzgwOTUgMC41ODcyOTMgMi45MzY1MSAxLjc2MTkgMS43NjE5QzIuOTM2NTEgMC41ODcyOTMgNC4zODA5MiAwIDYuMDk1MjEgMFpNMjQuMjAzOSAwQzI2LjY4MDEgMCAyOC41NTMxIDEuMDE1ODUgMjkuODIyOSAzLjA0NzYxQzMwLjkwMjMgNC43NjE5IDMxLjQ0MiA2Ljg1NzE0IDMxLjQ0MiA5LjMzMzM0QzMxLjQ0MiAxMi41MDggMzAuNjMyNSAxNS4zNjUxIDI5LjAxMzQgMTcuOTA0OEMyNy4zOTQ0IDIwLjQ0NDUgMjQuOTM0IDIyLjQ3NjIgMjEuNjMyNCAyNEwyMC43NzUzIDIyLjI4NTdDMjIuNzQzNiAyMS40NjAzIDI0LjQ0MiAyMC4xNTg3IDI1Ljg3MDUgMTguMzgxQzI3LjI5OTEgMTYuNjAzMiAyOC4wMTM0IDE0Ljc5MzcgMjguMDEzNCAxMi45NTI0QzI4LjAxMzQgMTIuMTkwNSAyNy45MTgyIDExLjUyMzggMjcuNzI3NyAxMC45NTI0QzI2LjcxMTggMTEuNzc3OCAyNS41MzczIDEyLjE5MDUgMjQuMjAzOSAxMi4xOTA1QzIyLjQ4OTYgMTIuMTkwNSAyMS4wNDUyIDExLjYzNDkgMTkuODcwNSAxMC41MjM4QzE4LjY5NTkgOS40MTI2OSAxOC4xMDg2IDcuOTM2NTIgMTguMTA4NiA2LjA5NTI1QzE4LjEwODYgNC4zODA5NSAxOC42OTU5IDIuOTM2NTEgMTkuODcwNSAxLjc2MTlDMjEuMDQ1MiAwLjU4NzI5MyAyMi40ODk2IDAgMjQuMjAzOSAwWiIgZmlsbD0iIzM4QjhFRiIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-position: center;
    top: 15px;
    right: 34px;
}

.reviews_page .reviews_wrp .review .review__text {
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #3C444C;
    padding-right: 104px;
    text-align: left;
    border-bottom: 1px solid rgba(56, 184, 239, .4);
    padding-bottom: 16px;
    min-height: 199px;
}

.reviews_page .reviews_wrp .review .review__order_info {
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    color: #676D75;
    margin-top: 12px;
}

.reviews_page .reviews_wrp .review .review__customer_info {
    font-weight: bold;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #3C444C;
}

.reviews_page .red_list {
    list-style-image: url("/assets/img/about-us/red-check-icon.svg");
    padding-left: 29px;
}

.reviews_page .red_list li {
    padding-left: 5px;
}

.reviews_page .you_can_trust {
    padding: 90px 60px 98px 60px;
    background: #F5F9FF;
    position: relative;
    margin-top: 96px;
}

.reviews_page .you_can_trust .red_list {
    line-height: 50px !important;
}

.reviews_page .you_can_trust .site_list:after {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/about-us/why-use-before.svg");
    right: -75px;
    top: -38px;
}

.reviews_page .you_can_trust .red_list:before {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/about-us/why-use-before.svg");
    left: -175px;
    bottom: 0;
    transform: rotate(180deg);
}

.reviews_page .you_can_trust h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 52px;
    color: #3C444C;
    margin-bottom: 30px;
}

.reviews_page .you_can_trust ul li {
    font-weight: bold !important;
    font-size: 16px;
    line-height: 50px;
    letter-spacing: 0.5px;
    color: #676D75;

}


.reviews_page .you_can_trust .site_list {
    margin-left: 20px;
    margin-top: 10px;
}

.reviews_page .you_can_trust .site_list .site {
    width: 272px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 12px;
    padding: 6px 21px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.reviews_page .you_can_trust .site_list .site .rating_wrp {
    font-weight: normal;
    font-size: 24px;
    line-height: 100%;
    position: relative;
    text-align: right;
    color: #676D75;
}

.reviews_page .you_can_trust .site_list .site .rating_wrp:before {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    left: -23px;
    top: 3px;
    background-image: url("/assets/img/about-us/star-logo.svg");
}

.reviews_page .cta_get_enough {
    background: #2B307C;
}

.reviews_page .cta_get_enough .wrp {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 140px;
}

.reviews_page .cta_get_enough p {
    color: #fff;
    margin: 0;
    font-weight: bold;
    font-size: 24px;
    line-height: 100%;
    margin-right: 32px;
}

.reviews_page .cta_get_enough .link {
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #2EC84A;
    border-radius: 25px;
}

.reviews_page .cta_get_enough .link:hover,
.custom-css .wrap_ban .btn_banner:hover{
    background: #2EDC4D;
}

.custom_green_btn,
.custom_green_btn:hover{
    color: #fff;
    text-decoration: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .reviews_page .cta_get_enough p {
        padding-right: 45px;
    }
}

@media (min-width: 767px) and (max-width: 1199px) {
    .reviews_page .you_can_trust .site_list:after {
        top: -83px;
        right: -20px;
    }

    .reviews_page .you_can_trust .red_list:before {
        left: 20px;
    }

    .reviews_page .reviews_wrp:before {
        right: 0;
        top: -51px;
    }
}

@media (max-width: 1071px) {
    .mainCtaReviews .ctaImg {
        background-position: center 100%!important;
    }
}


@media (min-width: 767px) and (max-width: 991px) {
    .mainCtaReviews .container {
        max-width: inherit;
    }

    .reviews_page .digital_wrp {
        justify-content: flex-start;
    }

    .reviews_page .digital_item {
        margin-right: 60px;
    }

    .reviews_page .h2_title {
        margin-bottom: 12px;
    }

    .reviews_page .reviews_wrp .review {
        width: 100%;
    }

    .reviews_page .reviews_wrp .review .review__text {
        min-height: 100px;
    }

    .reviews_page .you_can_trust {
        padding: 60px 0px;
        margin-top: 66px;
    }

    .reviews_page .you_can_trust .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .reviews_page .you_can_trust h2 {
        min-width: 490px;
        margin-bottom: 40px;
    }

    .reviews_page .you_can_trust .site_list {
        margin-top: 110px;
        margin-left: -20px;
        z-index: 1;
        position: relative;
    }

    .reviews_page .cta_get_enough p {
        padding-right: 45px;
        line-height: 38px;
    }

    .reviews_page .cta_get_enough {
        padding: 0 40px 0 40px;
        align-items: center;
    }

    .reviews_page .cta_get_enough .link {
        min-width: 152px;
        margin-top: 8px;
    }

    .mainCtaReviews {
        padding: 80px 0 50px 0;
    }

    .mainCtaReviews .ctaImg {
        padding-bottom: 50px;
    }

    p.contain_br br {
        display: none;
    }

}

@media (max-width: 767px) {

    p.contain_br br {
        display: none;
    }

    .reviews_page .digital_wrp{
        flex-direction: column;
    }

    .mainCtaReviews .ctaImg{
        padding-bottom: 220px;
    }

    .reviews_page .digital_wrp .digital_item{
        margin-bottom: 20px;
    }
    .reviews_page .digital_wrp .digital_item:last-child{
        margin-bottom: 0;
    }

    .mainCtaReviews .ctaImg {
        background-size: 91% auto!important;
    }

    .mainCtaReviews h1 {
        font-size: 20px;
        line-height: 36px;
    }

    .mainCtaReviews p {
        font-size: 16px;
        line-height: 22px;
    }

    .reviews_page .h2_title {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .reviews_page .reviews_wrp:before {
        display: none;
    }

    .reviews_page .digital_wrp .digital_value {
        font-size: 32px;
    }

    .reviews_page .digital_text {
        font-size: 14px;
    }

    .reviews_page .reviews_wrp .review {
        width: 100%;
        margin-bottom: 16px;
    }

    .reviews_page .reviews_wrp .review .review__text {
        padding-right: 0;
    }

    .reviews_page .reviews_wrp .review .review__order_info {
        padding-right: 90px;
        text-align: left;
    }

    .reviews_page .reviews_wrp .review:before {
        top: auto;
        bottom: 24px;
    }

    .reviews_page .reviews_wrp .review:after {
        top: auto;
        bottom: 50px;
    }

    .reviews_page .you_can_trust {
        padding: 40px 0;
        margin-top: 55px;
    }

    .reviews_page .you_can_trust h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .reviews_page .you_can_trust:after {
        top: auto;
        right: auto;
        left: 20px;
        bottom: 10px;
        transform: rotate(180deg);
    }

    .reviews_page .you_can_trust ul li {
        text-align: left;
        padding-left: 0;
    }

    .reviews_page .red_list {
        padding-left: 20px;
    }

    .reviews_page .you_can_trust .site_list .site {
        width: 100%;
        z-index: 1;
    }

    .reviews_page .you_can_trust .site_list {
        margin-left: 0;
    }

    .reviews_page .cta_get_enough {
        margin-top: 0;
        z-index: 1;
        position: relative;
        padding: 24px 20px;
    }

    .reviews_page .cta_get_enough .wrp {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .reviews_page .cta_get_enough p {
        text-align: center;
        font-size: 18px;
        line-height: 160%;
        margin-bottom: 25px;
        margin-right: 0;
    }

    .reviews_page .you_can_trust .site_list:after {
        bottom: -140px;
        left: 0;
        top: auto;
    }
}


/*top_writers_page*/
.mainCtaTopWriters .ctaImg {
    background-image: url("/assets/img/our-writers/our-writers-banner.svg");
    padding: 20px 0 100px 0;
}

@media (min-width: 767px) and (max-width: 991px) {
    .mainCtaTopWriters .ctaImg{
        background-size: 380px!important;
    }
}

.mainCtaTopWriters h1 {
    min-height: 150px;
}

.top_writers_page h2 {
    font-weight: 700;
}

.top_writers_page {
    text-align: left;
}

.top_writers_page .img_wrp {
    display: flex;
    justify-content: flex-end;
}

.top_writers_page .our_writers_block {
    margin-top: 40px;
}


.top_writers_page .red_list {
    list-style-image: url("/assets/img/about-us/red-check-icon.svg") !important;
    padding-left: 29px;
}

.top_writers_page .red_list li {
    margin-bottom: 15px;
    padding-left: 5px;
    list-style-image: url("/assets/img/about-us/red-check-icon.svg") !important;;
}

.top_writers_page .hiring_process {
    background: #F5F9FF;
    padding: 90px 60px 124px 60px;
    margin-top: 87px;
    margin-bottom: 90px;
}

.top_writers_page .hiring_process h2 {
    font-size: 35px;
    line-height: 52px;
}

.top_writers_page .hiring_process p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #676D75;
}

.top_writers_page p {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #676D75;
}

.top_writers_page .hiring_process ul,
.top_writers_page .hiring_process p.strong {
    font-weight: bold;
}

.top_writers_page .hiring_process ul li {
    margin-bottom: 0;
    line-height: 29px;
}

.top_writers_page .hiring_process ul {
    margin-bottom: 45px;
}

.top_writers_page .hiring_process_img {
    margin-top: 20px;
}

.top_writers_page .hiring_process .mt32 {
    margin-top: 32px;
}

.top_writers_page .mb0 {
    margin-bottom: 0;
}

.top_writers_page .quality_driven h2 {
    margin-bottom: 16px;
    font-size: 35px;
    line-height: 52px;
}

.top_writers_page .quality_driven_img {
    display: flex;
    justify-content: center;
}

.top_writers_page .key_stats {
    padding-top: 50px;
    border-top: 1px solid #BEDAF6;
    margin-top: 40px;
}

.top_writers_page .digital_wrp {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.top_writers_page .digital_wrp .digital_value {
    font-weight: bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #38B8EF;
}

.top_writers_page .writing_community {
    background: #F5F9FF;
    padding: 90px 60px;
    margin-top: 87px;
    margin-bottom: 90px;
    position: relative;
}

.top_writers_page .writing_community .wrp {
    position: relative;
}

.top_writers_page .writing_community .wrp:before {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/our-writers/why-use-before.svg");
    right: 0px;
    top: -4px;
}

.top_writers_page .writing_community .wrp:after {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/our-writers/why-use-before.svg");
    left: -180px;
    bottom: -65px;
    transform: rotate(180deg);
}

.top_writers_page .writing_community h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 52px;
    color: #3C444C;
}

.top_writers_page .writing_community p {
    padding-right: 170px;
}

.top_writers_page .top_writers_list_wrp {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
    padding-bottom: 57px;
    border-bottom: 1px solid #BEDAF6;
    margin-top: 40px;
}

.top_writers_page .top_writers_list_wrp:after {
    content: "";
    width: 215px;
    height: 140px;
    position: absolute;
    background-image: url("/assets/img/our-writers/why-use-before.svg");
    right: 20px;
    top: -160px;
    transform: rotate(180deg);
}

.top_writers_page .top_writers_list_wrp .writer_item {
    width: 31.3%;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 33px;
}

.top_writers_page .top_writers_list_wrp .writer_item .top_part {
    background: #EBF1FC;
    padding: 16px;
    display: flex;
    align-items: center;
}

.top_writers_page .top_writers_list_wrp .writer_item .top_part ul {
    list-style: none;
    padding-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #676D75;
}

.top_writers_page .top_writers_list_wrp .writer_item .top_part ul li {
    list-style: none;
    list-style-image: none;
    margin-bottom: 0;
    line-height: 30px;
}

.top_writers_page .top_writers_list_wrp .photo_wrp {
    width: 90px;
    height: 90px;
}

.top_writers_page .top_writers_list_wrp .photo_wrp img {
    max-width: 100%;
}

.top_writers_page .top_writers_list_wrp .writer_item .top_part ul strong {
    font-weight: bold;
}

.top_writers_page .top_writers_list_wrp .wtiter_item_body {
    padding: 20px 16px;
}

.top_writers_page .top_writers_list_wrp .subjects {
    display: flex;
    flex-flow: wrap;
}

.top_writers_page .top_writers_list_wrp a.subject {
    color: #fff;
    text-decoration: none;
    line-height: 25px;
    height: 24px;
    align-items: center;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 8px;
    background: #296DCB;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.top_writers_page .writer_text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    /* or 137% */

    letter-spacing: 0.5px;

    min-height: 90px;
    color: #3C444C;
    margin-bottom: 24px;
}

.top_writers_page .writer_text.mh62 {
    min-height: 62px;
}

.top_writers_page .writer_link a {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #FFFFFF;
    border-radius: 25px;
    color: #2EC84A;
    border: 1px solid #2EC84A;
}

.top_writers_page .faq.our_writers_faq {
    margin-top: 90px;
}

.top_writers_page .faq.our_writers_faq h2 {
    margin-bottom: 0;
}

.top_writers_page .our_writers_faq .faq-tab-content {
    flex-direction: column;
}

.top_writers_page .our_writers_faq .faq-content--item,
.top_writers_page .our_writers_faq .faq-content--item .header {
    width: 100%;
}

.top_writers_page .our_writers_faq .faq-tab-content {
    margin-top: 20px;
}

.top_writers_page .faq-content--item:before,
.top_writers_page .faq-content--item:after {
    right: 34px;
}

.top_writers_page .our_writers_faq .faq-content--item .header {
    padding-left: 32px;
}

.top_writers_page .our_writers_faq .faq-content--item {
    margin-bottom: 8px;
}

.our_writers_block .mob_show {
    display: none;
}

.our_writers_block .mob_show > img {
    position: absolute;
    width: 120px;
    right: 20px;
    top: -43px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .d-lg-inline-block {
        display: inline-block !important
    }

    .top_writers_page .img_wrp img,
    .top_writers_page .hiring_process_img {
        max-width: 100%;
    }

    .top_writers_page .writing_community .wrp:before {
        right: 0;
    }

    .top_writers_page .digital_wrp {
        flex-wrap: wrap;
    }

    .top_writers_page .digital_wrp .digital_item:first-child {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mainCta.mainCtaTopWriters .container {
        max-width: inherit;
        padding-left: 40px;
        padding-right: 40px;
    }

    .mainCtaTopWriters h1 {
        font-size: 36px;
    }

    .top_writers_breadcrumb {
        padding-left: 20px;
    }

    .top_writers_page .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .top_writers_page .hiring_process,
    .top_writers_page .writing_community {
        padding: 60px 0;
    }

    .top_writers_page .quality_driven_img {
        position: absolute;
        right: 40px;
        top: -9px;
        width: 188px;
    }

    .top_writers_page .quality_driven_img img {
        max-width: 100%;
    }

    .top_writers_page .writing_community p {
        padding-right: 0;
    }

    .top_writers_page .top_writers_list_wrp .writer_item {
        width: 48.3%;
    }

    .top_writers_page .top_writers_list_wrp {
        padding-bottom: 27px;
    }

    .top_writers_page .faq.our_writers_faq {
        margin-top: 60px;
    }

    .top_writers_page .img_wrp {
        height: 100%;
        padding-top: 25px;
    }

    .top_writers_page .hiring_process {
        margin-top: 45px
    }

    .top_writers_page .hiring_process_img {
        max-width: 308px;
        width: 308px;
        margin-top: 97px;
    }

    .top_writers_page .hiring_process {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .mainCtaTopWriters {
        padding: 60px 0 0 0;
    }

    .mainCta.mainCtaTopWriters p {
        font-size: 16px;
        line-height: 22px;
    }

    .top_writers_page .container, .top_writers_breadcrumb {
        padding-left: 15px;
        padding-right: 15px;
    }

    .top_writers_page .img_wrp img {
        max-width: 100%;
    }

    .top_writers_page .hiring_process_img {
        max-width: 78%;
        margin: 10px auto 20px auto;
        display: block;
    }

    .top_writers_page .digital_wrp {
        flex-wrap: wrap;
    }

    .top_writers_page .digital_wrp .digital_item:first-child {
        width: 100%;
    }

    .top_writers_page .our_writers_block h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .top_writers_page .writing_community .wrp:before {
        right: 0;
    }

    .top_writers_page .writing_community .wrp:after {
        display: none;
    }

    .mainCtaTopWriters h1 {
        min-height: 50px;
        font-size: 20px;
        justify-content: center;
        margin-top: 0;
    }

    .mainCtaTopWriters .ctaImg {
        background-position: 50% 89%;
        padding: 20px 0 300px 0;
        background-size: 100%!important;
    }

    .top_writers_page .hiring_process {
        padding: 28px 0px;
        margin-top: 44px;
    }

    .top_writers_page .hiring_process h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .top_writers_page .hiring_process {
        margin-bottom: 60px;
        padding-bottom: 48px;
    }

    .top_writers_page .digital_wrp .digital_value {
        font-size: 32px;
    }

    .top_writers_page .digital_wrp .digital_text {
        font-size: 14px;
    }

    .top_writers_page .writing_community {
        padding: 32px 0;
    }

    .top_writers_page .writing_community h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .top_writers_page .writing_community p {
        padding-right: 0;
    }

    .top_writers_page .writing_community {
        margin-top: 32px;
    }

    .key_stats h2 {
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .top_writers_page .quality_driven_img {
        position: absolute;
        width: 124px;
        right: 25px;
        top: 6px;
    }

    .top_writers_page .quality_driven_img img {
        max-width: 100%;
    }

    .top_writers_page .key_stats {
        padding-top: 16px;
        margin-top: 45px;
    }

    .top_writers_page .writing_community {
        margin-bottom: 60px;
    }

    .top_writers h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .top_writers_page .top_writers_list_wrp .writer_item {
        width: 100%;
    }

    .top_writers_page .top_writers_list_wrp:after {
        display: none;
    }

    .top_writers_page .our_writers_faq .faq-content--item .header {
        padding-left: 16px;
        justify-content: flex-start;
    }

    .top_writers_page .faq-content--item .header h3 {
        text-align: left;
    }

    .top_writers_page .faq-content--item:before, .top_writers_page .faq-content--item:after {
        right: 16px;
    }

    .top_writers_page .faq.our_writers_faq h2 {
        font-size: 22px;
        line-height: 36px;
    }

    .top_writers_page .faq.our_writers_faq {
        margin-top: 40px;
    }

    .top_writers_page .top_writers_list_wrp {
        padding-bottom: 38px;
    }

    .our_writers_block .mob_show {
        display: block;
    }

    .top_writers_page .digital_wrp .digital_item:nth-child(5) {
        order: 2;
        margin-right: 13%;
    }
}


body {
    font-family: "Gotham Pro", sans-serif;
    text-align: left;
    background: #F5FAFF;
    color: #494949;
    line-height: 24px;
}

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

h2.title {
    color: #182B3E;
}

.mob_stat_wrp_main {
    display: none !important;
    background: #1F2144;
    color: #fff;
    padding: 15px 0;
    margin-bottom: 50px;
}

.mob_stat_wrp_main .flex_wrp {
    display: flex;
    justify-content: space-around !important;
}

.stat_item {
    text-align: center;
    position: relative;
    width: 33%;
    border-right: 1px dashed #50507A;
}

.stat_item:last-child {
    border-right: none;
}


.stat_value {
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
}

.stat_title {
    font-size: 12px;
    line-height: 11px;
}

.active_arrow {
    display: none;
}

.new_home_page .slick-arrow:hover .active_arrow {
    display: block;
}

.new_home_page .slick-arrow:hover img:first-child {
    display: none;
}

.blue_btn {
    display: inline-block;
    height: 52px;
    line-height: 52px;
    border: 1px solid #38B8EF;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    color: #38B8EF;
    text-decoration: none !important;
    padding: 0 34px;
    transition: all .5s;
}

.blue_btn:hover {
    background: #38B8EF;
    color: #fff;
}

.slick-dots .slick-active button {
    background: #38B8EF;
    border-radius: 1.5px;
}

.new_home_page .flex_wrp {
    display: flex;
    justify-content: center;
}

.new_home_page .strong {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #494949;
    font-family: "Gotham Pro Bold", sans-serif;
}

.new_home_page .text_center {
    text-align: center;
}

.new_home_page .accent_btn {
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    background: #2EC84A;
    border-radius: 100px;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 68px;
    font-weight: 500;
    font-size: 16px;
    transition: all .5s;
    text-align: center;
}

.new_home_page .accent_btn:hover {
    background: #2EDC4D;
}

.new_home_page .mb35 {
    margin-bottom: 35px;
}

.new_home_page h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    color: #182B3E;
    font-family: "Gotham Pro Bold", sans-serif;
}

.new_home_page h2.title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #182B3E;
    font-family: "Gotham Pro Bold", sans-serif;
    margin-bottom: 7px;
}

.new_home_page h2.title.fz32 {
    font-size: 32px;
}

.new_home_page .bold_divider_text {
    color: #182B3E;
    font-weight: bold;
    font-size: 20px;
    line-height: 31px;
    border-top: 1px solid #D2DEEA;
    border-bottom: 1px solid #D2DEEA;
    text-align: center;
    padding: 22px 10px;
    font-family: "Gotham Pro Bold", sans-serif;
    margin: 23px 0 38px 0;
}

.new_home_page .bold_divider_text p {
    margin: 0;
}

.new_home_page .block_wrp {
    margin-top: 35px;
    padding-top: 27px;
    border-top: 1px solid #D2DEEA;
}

.new_home_page .block_wrp.mt63 {
    margin-top: 63px;
}

.new_home_page .wrp_item {
    margin-bottom: 47px;
}

.new_home_page .wrp_item .wrp_flex {
    display: flex;
    align-items: center;
}

.new_home_page .wrp_item .name {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.5px;
    color: #182B3E;
    margin: 0;
}

.new_home_page .wrp_item img {
    margin-right: 10px;
}

.new_home_page .small_text {
    font-size: 14px;
    line-height: 24px;
    color: #494949;
    margin-top: 8px;
}

.new_home_page .btn_read_more, .new_home_page .btn_hide_more {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #494949;
    font-family: "Gotham Pro Bold", sans-serif;
    cursor: pointer;
}

.new_home_page .btn_read_more.read_more_active .circle {
    background: url("/assets/img/new-main/minus-icon.svg"), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 55% 50%;
}

.new_home_page .btn_read_more .circle, .new_home_page .btn_hide_more .circle {
    width: 26px;
    height: 26px;
    background: url("/assets/img/new-main/plus-icon.svg"), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 55% 50%;
    border: 1px solid #CFE8F7;
    box-sizing: border-box;
    border-radius: 50%;
    margin-right: 8px;
}

.new_home_page .btn_hide_more .circle {
    background: url("/assets/img/new-main/minus-icon.svg"), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 55% 50%;
}

.new_home_page .hidden_block {
    position: absolute;
    opacity: 0;
}

.new_home_page .hidden_block.show {
    position: relative;
    opacity: 1;
}

.new_home_page #our_subject h2.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
    font-family: "Gotham Pro Bold", sans-serif;
    margin-top: 38px;
    color: #182B3E;
}

.new_home_page #our_subject .flex_wrp {
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
}

.new_home_page #our_subject .flex_wrp .item {
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    align-items: center;
    transition: all .5s;
    position: relative;
}

.new_home_page #our_subject .flex_wrp .item span.count {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}

.new_home_page #our_subject .flex_wrp .item:hover span.count {
    opacity: 1;
}

.new_home_page #our_subject .flex_wrp .item:hover {
    background: #fff;
}

.new_home_page #our_subject .flex_wrp .item.brln {
    border-right: none;
}

.new_home_page #our_subject .flex_wrp .item img {
    width: 30px;
    margin-right: 16px;
}

.new_home_page #our_subject .flex_wrp .item img.religion_essays {
    width: 20px;
}

.new_home_page #our_subject .subject-title > a {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
}


.new_home_page .services_block {
    margin-bottom: 60px;
}

.new_home_page .services_block .service {
    background: #FFFFFF;
    border: 3px solid #E8F3FF;
    border-radius: 10px;
    padding: 35px 47px 22px 47px;
    font-size: 14px;
    line-height: 22px;
}

.new_home_page .services_block .service .service__top_line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.new_home_page .services_block .service .service__top_line p {
    margin: 0;
}

.new_home_page .services_block .service .service__top_line__name {
    font-family: "Gotham Pro", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #182B3E;
}

.new_home_page .services_block .service .service__body p {
    color: #494949;
}

.new_home_page .services_block .service__body_link {
    margin-top: 18px;
}

.new_home_page .services_block .service__body_link a {
    font-family: "Gotham Pro Bold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #38B8EF;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.new_home_page .services_block .service__body_link a > span {
    border-bottom: 1px solid transparent;
}

.new_home_page .services_block .service__body_link a:hover > span {
    border-bottom: 1px solid #38B8EF;
}

.new_home_page .services_block .service__body_link a img {
    margin-left: 10px;
}

.new_home_page .services_block .service__body_link p.coming_soon {
    color: #B8B8B8;
    margin: 0;
}

#types_of_papers h2.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-family: "Gotham Pro Bold", sans-serif;
    color: #182B3E;
}

.new_home_page #types_of_papers {
    margin-top: 60px;
}

.new_home_page #types_of_papers .flex_wrp {
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
}

.new_home_page #types_of_papers .flex_wrp .item {
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    transition: all .4s;
}

.new_home_page #types_of_papers .flex_wrp .item:hover {
    background: #fff;
}

.new_home_page #types_of_papers .flex_wrp .item.hidden_el {
    display: none;
}

.new_home_page #types_of_papers .flex_wrp .item.brln {
    border-right: none;
}

.new_home_page #types_of_papers .flex_wrp .item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
    position: relative;
}

.new_home_page #types_of_papers .flex_wrp .item a:before {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: -15px;
    top: 7px;
    background-image: url("/assets/img/new-main/caret-down.svg");
}

.new_home_page #types_of_papers .flex_wrp_center {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 41px;
}

.new_home_page #types_of_papers .btn_show {
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    border: 1px solid #38B8EF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    color: #38B8EF;
    padding: 0 52px;
    cursor: pointer;
    transition: all .5s;
}

.new_home_page #types_of_papers .btn_show:hover {
    color: #fff;
    background: #38B8EF;
}

#popular_topics {
    margin-top: 60px;
}

#popular_topics h2.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-family: "Gotham Pro Bold", sans-serif;
    color: #182B3E;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
    margin-bottom: 40px;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p > a {
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 14px !important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p > a > span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p > a:nth-child(4n) {
    border-right: none;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p > a:hover {
    background: #fff;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p > a:hover > span {
    opacity: 1;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p > a:before {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: 27px;
    background-image: url("/assets/img/new-main/caret-down.svg");
}

.new_home_page #popular_topics .tagcloud.blue-arrow p a {
    display: none;
}

.new_home_page #popular_topics .tagcloud.blue-arrow p a.item-first {
    display: block;
}

.new_home_page .btn_more_list button {
    border: 1px solid #2EC84A;
    border-radius: 100px;
    color: #2EC84A;
    height: 50px;
    line-height: 47px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

.new_home_page .btn_more_list button:hover {
    color: #fff;
    background: #2EC84A;
}

.new_home_page #writing_services h2.title {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    font-family: "Gotham Pro Bold", sans-serif;
}

.new_home_page #writing_services .item_wrp {
    background: #FFFFFF;
    box-shadow: 0 5px 15px rgba(49, 49, 49, 0.08);
    border-radius: 10px;
    padding: 91px 16px 55px 20px;
    background-repeat: no-repeat;
    background-position: 28px 22px;
}

.new_home_page #writing_services .item_wrp .item_title {
    color: #182B3E;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: "Gotham Pro Medium", sans-serif;
}

.new_home_page #writing_services .item_wrp .item_text {
    font-size: 14px;
    line-height: 22px;
}

.new_home_page #writing_services .item_wrp .item_link {
    margin-top: 44px;
}

.new_home_page #writing_services .item_wrp .item_link > a {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #38B8EF;
    text-decoration: none;
    display: flex;
    font-family: "Gotham Pro Bold", sans-serif;
}

.new_home_page #writing_services .item_wrp .item_link > a img {
    margin-left: 5px;
}

.new_home_page #writing_services .item_wrp .item_link > a span {
    border-bottom: 1px solid transparent;
}

.new_home_page #writing_services .item_wrp .item_link > a:hover span {
    border-bottom: 1px solid #38B8EF;
}

.new_home_page #writing_services .writing_services_bg {
    background-image: url("/assets/img/new-main/writing-services.svg");
}

.new_home_page #writing_services .rewriting_services_bg {
    background-image: url("/assets/img/new-main/rewriting-services.svg");
}

.new_home_page #writing_services .editing_services_bg {
    background-image: url("/assets/img/new-main/editing-services.svg");
}

.new_home_page #writing_services .proofreading_services_bg {
    background-image: url("/assets/img/new-main/proofreading-services.svg");
}


.new_home_page #tools h2.title {
    font-size: 36px;
    line-height: 42px;
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #D2DEEA;
    margin-bottom: 32px;
    font-family: "Gotham Pro Bold", sans-serif;
}

.new_home_page #tools .tools_wrp {
    background: #FFFFFF;
    box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    padding: 45px 40px;
    width: 358px;
}

.new_home_page #tools .tools_wrp .tools_name {
    font-size: 22px;
    line-height: 34px;
    color: #182B3E;
    font-family: "Gotham Pro Medium", sans-serif;
    margin-bottom: 18px;
}

.new_home_page #tools .tools_wrp .tools_list {
    padding: 0;
    margin: 0;
}

.new_home_page #tools .tools_wrp .tools_list li {
    border-bottom: 1px solid #F4F4F4;
    font-size: 14px;
    line-height: 30px;
    color: #494949;
    height: 51px;
    display: flex;
    align-items: center;
    margin: 0;
    position: relative;
    padding-left: 17px;
}

.new_home_page #tools .tools_wrp .tools_list li:before {
    content: "";
    background: #CFE8F6;
    position: absolute;
    left: 0;
    top: 22px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.new_home_page #tools .tools_wrp .tools_list li:last-child {
    border-bottom: none;
}

.new_home_page #tools .tools_wrp .tools_link {
    margin-top: 27px;
}

.new_home_page #tools .tools_wrp .tools_link a {
    font-family: "Gotham Pro Bold", sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #38B8EF;
    text-decoration: none;
}

.new_home_page #tools .tools_wrp .tools_link a span {
    border-bottom: 1px solid transparent;
}

.new_home_page #tools .tools_wrp .tools_link a:hover span {
    border-bottom: 1px solid #38B8EF;
}

.new_home_page #tools .tools_wrp .tools_link a img {
    margin-left: 7px;
}

.new_home_page #tools .tools_wrp .tools_link p {
    width: 148px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Gotham Pro Bold", sans-serif;
    margin-bottom: 0;
    background: #B8B8B8;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 30px;
    margin-top: 32px;
}

.new_home_page .cta_wrp {
    background: url("/assets/img/new-main/cta-star.svg"), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 52px 50%;
    box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 148px;
    padding-right: 72px;
    margin-top: 22px;
    color: #182B3E;
}

.new_home_page .cta_wrp .cta_name {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.new_home_page .cta_wrp p {
    color: #182B3E;
    margin: 0;
}

.new_home_page .cta_wrp a {
    background: #182B3E;
    border-radius: 100px;
    display: flex;
    height: 50px;
    width: 270px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    transition: all .5s;
}

.new_home_page .cta_wrp a:hover {
    background: #22BBFD;
}

.new_home_page .cta_wrp span.key {
    background: #F5FAFF;
    border: 1px solid #D2DEEA;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 6px 10px;
    font-weight: 600;
}

.new_home_page .cta_wrp span.plus {
    font-weight: bold;
    padding: 0 6px;
}

.new_home_page .cta_wrp span.or {
    padding: 0 20px;
}

.new_home_page #reviews h2.title {
    padding-top: 43px;
    margin-top: 93px;
    border-top: 1px solid #D2DEEA;
    font-size: 32px;
    font-family: "Gotham Pro Bold", sans-serif;
    line-height: 46px;
}

.new_home_page #reviews h2#reviews-title {
    margin-top: 0;
}

.new_home_page #reviews .review_wrp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 34px;
}

.new_home_page #reviews .review_wrp .item {
    width: 263px;
    height: 58px;
    background: #FFFFFF;
    background-position: 33px 50%;
    border: 1px solid #CDDFF1;
    border-radius: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-repeat: no-repeat;
}

.new_home_page #reviews .review_wrp .item .rating {
    font-family: "Gotham Pro Bold", sans-serif;
    font-weight: bold;
    font-size: 16px;
    padding: 0 33px;
    position: relative;
}

.new_home_page #reviews .review_wrp .item .rating:before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    left: 12px;
    top: 4px;
    background-image: url("/assets/img/about-us/star-logo.svg");
    background-size: cover;
}

.new_home_page #reviews .review_wrp .item.wowessay {
    background-image: url("/assets/img/new-main/new-logo-wow.svg");
}

.new_home_page #reviews .review_wrp .item.reviewsio {
    background-image: url("/assets/img/new-main/reviewsio-logo.svg");
}

.new_home_page #reviews .review_wrp .item.trustpilot {
    background-image: url("/assets/img/new-main/logo-trustpilot.svg");
}

.new_home_page #reviews .review_wrp .item.sitejabber {
    background-image: url("/assets/img/new-main/logo-sitejabber.svg");
}

.new_home_page #reviews .reviews_slider {
    margin-top: 56px;
}

.new_home_page #reviews .reviews_slider .slide {
    background: url("/assets/img/new-main/review-slide-bg.svg"), #FFFFFF;
    background-position: 96% 20px;
    background-repeat: no-repeat;
    box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 16px;
    padding: 40px 96px 34px 48px;
    max-width: 696px;
    min-height: 220px;
    margin: 0 20px 58px 0;
}

.new_home_page #reviews .reviews_slider .slide__title {
    font-size: 17px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.new_home_page #reviews .reviews_slider .slide__text {
    line-height: 24px;
    color: #494949;
}

.new_home_page #reviews .slick-arrow {
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(49, 49, 49, 0.08);
    border-radius: 50%;
    border: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 32%;
}

.new_home_page #reviews .prev.slick-arrow {
    left: -94px;
}

.new_home_page #reviews .next.slick-arrow {
    right: -94px;
}

.new_home_page #reviews .next.slick-arrow img {
    transform: rotate(180deg);
}

.new_home_page #reviews ul.slick-dots {
    padding: 0 0 0 0;
    margin-top: -20px !important;
    z-index: 1;
    position: relative;
}

.new_home_page #reviews .blue_btn {
    margin-top: 35px;

}

.new_home_page #premium {
    margin-top: 95px;
}

.new_home_page #premium .premium_banner_cta {
    background: url("/assets/img/new-main/premium-database.svg"), #090C3E;
    background-repeat: no-repeat;
    background-position: 100% 38%;
    border-radius: 20px;
    padding: 56px 0 46px 78px;
    position: relative;
    color: #fff;
}

.new_home_page #premium .premium_banner_cta .top_el {
    background: #38B8EF;
    border-radius: 4px;
    position: absolute;
    top: -22px;
    padding: 11px 19px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

.new_home_page #premium .premium_banner_cta .banner_title {
    font-size: 32px;
    line-height: 46px;
    font-family: "Gotham Pro Bold", sans-serif;
}

.new_home_page #premium .premium_banner_cta .banner_list li {
    line-height: 25px;
    position: relative;
    padding-left: 5px;
    height: 38px;
    margin: 0;
}

.new_home_page #premium .premium_banner_cta .banner_list li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -26px;
    background-image: url("/assets/img/new-main/circle-check-outline.svg");
}

.new_home_page #premium .premium_banner_cta .coming_soon {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding: 0 103px;
    color: #fff;
    background-color: #181B52;
    border-radius: 100px;
    margin: 0;
}

.new_home_page #faq {
    margin-top: 90px;
}

.new_home_page #faq h2.title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 14px;
    font-family: "Gotham Pro Bold", sans-serif;
}

body .faq-content--item .header {
    background: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    padding: 0 36px;
}

body .faq-content--item:before,
body .faq-content--item:after {
    right: 40px;
    background: #38B8EF;
}

.faq-content--item .header h3 {
    font-family: "Gotham Pro", sans-serif;
}

.faq-content--item, .faq-content--item .header {
    width: 100%;
}

body .faq-content--item .header + .body {
    background: #fff;
    border-top: 1px solid #E3E3E3;
    padding: 20px 36px 40px 36px;
    font-size: 16px;
    line-height: 24px;
    color: #494949;
    border-radius: 0 0 10px 10px;
}

body .faq-content--item.isOpen .header {
    border-radius: 10px 10px 0 0;
}

body .faq-content--item.isOpen:after {
    display: none;
}

body .faq-content--item.isOpen:before {
    transform: rotate(90deg);
}

.show_mob {
    display: none;
}

#writing_services .slick-arrow {
    width: 30px;
    height: 30px;
    background: #fff;
    box-shadow: 0px 5px 15px rgba(49, 49, 49, 0.08);
    border-radius: 50%;
    position: absolute;
    top: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#writing_services .slick-arrow img {
    width: 5px;
}

#writing_services .slick-arrow.prev {
    left: 0;
}

#writing_services .slick-arrow.next {
    right: 0;
}

#writing_services .slick-arrow.next img {
    transform: rotate(180deg);
}

#writing_services ul.slick-dots {
    margin-top: 35px;
}

#tools .flex_wrp {
    justify-content: space-between;
}

@media (min-width: 992px) {
    .mainCta h1 {
        margin-top: 60px;
    }
}

@media (max-width: 1071px) {
    .navbar-nav {
        margin-top: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1071px) {
    .container:not(.container_top_nav) {
        padding: 0 30px;
    }

}

@media (min-width: 768px) and (max-width: 1071px) {
    .new_home_page h2.title br {
        display: none;
    }

    .navbar-brand img {
        margin-left: 30px;
    }

    .navbar-toggler {
        margin-right: 18px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {

    .new_home_page #reviews .review_wrp .item {
        width: 24%;
    }

    img[alt='statistics'] {
        max-width: 100%;
    }

    .new_home_page .services_block .service .service__top_line {
        flex-direction: column;
        align-items: flex-start;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p a:nth-child(4n) {
        border-right: 0;
    }

    #writing_services .hide_mob {
        display: none;
    }

    #writing_services .show_mob {
        display: block;
    }

    .new_home_page #writing_services .item_wrp {
        margin: 0 15px;
    }

    #writing_services .slick-arrow {
        display: none !important;
    }

    .new_home_page #writing_services .item_wrp .item_link > a img {
        display: inline;
    }

    .new_home_page #tools .tools_wrp {
        width: 318px;
    }

    .new_home_page .cta_wrp {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
    }

    .new_home_page #reviews .next.slick-arrow,
    .new_home_page #reviews .prev.slick-arrow {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        line-height: 24px;
    }

    #writing_services .show_mob {
        display: block;
    }

    #writing_services .hide_mob {
        display: none;
    }

    .new_home_page h1,
    .new_home_page h2.title,
    .new_home_page h2.title.fz32,
    .new_home_page #tools h2.title {
        font-size: 26px;
        line-height: 34px;
    }

    img[alt='statistics'] {
        max-width: 100%;
    }

    .new_home_page .bold_divider_text {
        font-size: 22px;
    }

    .new_home_page #our_subject .flex_wrp {
        justify-content: flex-start;
    }

    .new_home_page #our_subject .flex_wrp .item,
    .new_home_page #types_of_papers .flex_wrp .item,
    .new_home_page #popular_topics .tagcloud.blue-arrow p > a {
        width: 33.33%;
    }

    .new_home_page #our_subject .flex_wrp .item.brln,
    .new_home_page #types_of_papers .flex_wrp .item.brln {
        border-right: 1px solid #E4EEF9;
    }

    .new_home_page #our_subject .flex_wrp .item:nth-child(3n),
    .new_home_page #types_of_papers .flex_wrp .item:nth-child(3n),
    .new_home_page #popular_topics .tagcloud.blue-arrow p > a:nth-child(3n) {
        border-right: none !important;
    }

    .new_home_page #writing_services .item_wrp {
        max-width: 270px;
        margin: 0 15px;
    }

    .new_home_page #writing_services .item_wrp .item_link > a img {
        display: inline;
    }

    #writing_services .slick-arrow {
        display: none !important;
    }

    .slick-dots li,
    .slick-dots button {
        width: 30px;
    }

    .new_home_page #tools .tools_wrp {
        min-width: 328px;
        margin: 0 15px;
        padding: 45px 30px;
    }

    .new_home_page #tools .tools_wrp:first-child {
        margin-left: 0;
    }

    #tools .flex_wrp {
        overflow-x: scroll;
    }

    .new_home_page .services_block .service .service__top_line {
        flex-direction: column;
        align-items: flex-start;
    }

    .new_home_page .services_block .service {
        padding: 35px 20px 22px 20px;
    }

    .new_home_page .cta_wrp {
        margin-top: 40px;
        padding-left: 97px;
        padding-top: 30px;
        padding-bottom: 24px;
        padding-right: 40px;
        background-size: 60px;
        background-position: 24px 20px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: start;
        height: auto;
    }

    .new_home_page .cta_wrp .cta_name {
        font-size: 21px;
        line-height: 32px;
    }

    .new_home_page .cta_wrp a {
        margin-top: 15px;
    }

    .new_home_page #reviews .review_wrp .item {
        width: 180px;
        background-position: 8px 50%;
    }

    .new_home_page #reviews .review_wrp .item .rating {
        padding: 0 12px;
    }

    .new_home_page #reviews .review_wrp .item .rating:before {
        left: -5px;
        top: 5px;
    }

    .new_home_page #reviews .reviews_slider .slide {
        width: 587px;
        padding: 40px 70px 34px 20px;
    }

    .new_home_page #premium .premium_banner_cta {
        padding: 56px 0 46px 38px;
        background-position: 190% 38%;
    }

    .new_home_page #premium .premium_banner_cta .banner_title {
        font-size: 30px;
        line-height: 46px
    }

    .new_home_page #reviews .next.slick-arrow,
    .new_home_page #reviews .prev.slick-arrow {
        display: none !important;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p > a:nth-child(4n) {
        border-right: 1px solid #E4EEF9;
    }
}

@media (max-width: 767px) {

    .block_statistics_main_wrp {
        display: none;
    }

    body {
        line-height: 24px;
    }

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


    .new_home_page .accent_btn {
        width: 100%;
        padding: 0 37px;
    }

    .faq-content--item .header h3 {
        padding: 0 25px 0 0;
    }

    .new_home_page .cta_wrp span.or {
        padding: 0 13px;
    }

    .new_home_page .faq-content--item .header {
        padding: 0 20px;
    }

    .new_home_page .faq-content--item:before, .new_home_page .faq-content--item:after {
        right: 20px;
    }

    .new_home_page h1,
    .new_home_page h2.title,
    .new_home_page h2.title.fz32,
    .new_home_page #tools h2.title {
        font-size: 26px;
        line-height: 34px;
    }

    .new_home_page h2.title br {
        display: none;
    }

    .m_mt30 {
        margin-top: 30px;
    }

    .m_mt40 {
        margin-top: 40px;
    }

    .new_home_page .bold_divider_text {
        font-size: 16px;
        line-height: 21px;
        margin: 10px 0 27px 0;
    }

    .new_home_page .wrp_item {
        margin-bottom: 30px;
    }

    .new_home_page .block_wrp {
        padding-top: 40px;
    }

    .new_home_page .btn_hide_more {
        margin-top: 30px;
    }

    .new_home_page #our_subject .flex_wrp .item {
        width: 100%;
        border-right: none;
        padding: 21px 0 21px 25px;
    }

    .new_home_page #our_subject .custom_scroll {
        height: 375px;
        overflow: auto;
    }

    .nicescroll-rails {
        width: 5px !important;
    }

    .new_home_page #our_subject .flex_wrp,
    .new_home_page #types_of_papers .flex_wrp,
    .new_home_page #popular_topics .tagcloud.blue-arrow p {
        padding-right: 15px;
    }

    .new_home_page .services_block .service:first-child {
        margin-bottom: 23px;
    }

    .new_home_page .services_block .service {
        padding: 35px 22px 22px 22px;
    }

    .new_home_page .services_block .service .service__top_line {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 22px;
    }

    #types_of_papers h2.title br {
        display: none;
    }

    .new_home_page #types_of_papers .flex_wrp {
        height: 440px;
        overflow: hidden;
    }

    .new_home_page #types_of_papers .flex_wrp .item {
        width: 100%;
        border-right: none;
    }

    .new_home_page #types_of_papers .flex_wrp .item.hidden_el {
        display: inherit;
    }

    .new_home_page #types_of_papers .flex_wrp_center {
        display: none;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p > a {
        width: 100%;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p > a {
        display: block;
    }

    .new_home_page #popular_topics .btn_more_list {
        display: none;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p {
        max-height: 440px;
        overflow: hidden;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p > a {
        border-right: none;
    }

    .hide_mob {
        display: none;
    }

    .show_mob {
        display: block;
    }

    .new_home_page #writing_services .item_wrp {
        max-width: 300px;
        margin: 0 10px;
    }

    .new_home_page #writing_services .item_wrp .item_link a img {
        display: inline;
    }

    .new_home_page #writing_services h2.title {
        font-size: 32px;
        line-height: 46px;
    }

    .new_home_page #tools h2.title br {
        display: none;
    }

    .new_home_page #popular_topics .tagcloud.blue-arrow p > a:before {
        top: 23px;
    }

    .new_home_page #tools .tools_wrp {
        max-width: 300px;
        margin: 0 10px;
        padding: 45px 30px;
    }

    .new_home_page #tools .tools_wrp .tools_link a img {
        display: inline;
    }

    #tools .slick-arrow {
        width: 30px;
        height: 30px;
        background: #fff;
        box-shadow: 0px 5px 15px rgba(49, 49, 49, 0.08);
        border-radius: 50%;
        position: absolute;
        top: 96%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #tools .slick-arrow img {
        width: 5px;
    }

    #tools .slick-arrow.prev {
        left: 0;
    }

    #tools .slick-arrow.next {
        right: 0;
    }

    #tools .slick-arrow.next img {
        transform: rotate(180deg);
    }

    #tools ul.slick-dots {
        margin-top: 30px;
    }

    .new_home_page .cta_wrp {
        flex-direction: column;
        height: auto;
        background-position: 27px 15px;
        padding: 97px 27px 27px 27px;
    }

    .new_home_page .cta_wrp .cta_name {
        font-size: 20px;
        line-height: 26px;
    }

    .new_home_page .cta_wrp a {
        width: 100%;
        margin-top: 20px;
    }

    .new_home_page #reviews h2.title {
        font-size: 26px;
        line-height: 34px;
    }

    .new_home_page #reviews .review_wrp .item {
        width: 48%;
        margin-bottom: 14px;
        background-position: 10px 50%;
        background-size: 54%;
    }

    .new_home_page #reviews .review_wrp .item .rating {
        padding: 0 11px;
    }

    .new_home_page #reviews .review_wrp .item .rating:before {
        left: -6px;
        top: 3px;
    }

    .new_home_page #reviews .reviews_slider .slide {
        max-width: 300px;
        padding: 40px 30px;
        background-size: 45px;
        min-height: 346px;
    }

    .slick-dots button, .slick-dots li {
        width: 25px
    }

    .new_home_page #reviews .reviews_slider {
        margin-top: 30px;
    }

    .new_home_page #reviews ul.slick-dots {
        margin-top: 10px !important;
    }

    .new_home_page #reviews .next.slick-arrow {
        right: 0;
    }

    .new_home_page #reviews .prev.slick-arrow {
        left: 0;
    }

    .new_home_page #reviews .slick-arrow {
        width: 30px;
        height: 30px;
        top: 95%;
    }

    .new_home_page #reviews .slick-arrow img {
        width: 5px;
    }

    .new_home_page #premium .premium_banner_cta {
        padding: 56px 20px 213px 20px;
        background-position: 100% 100%;
        background: url("/assets/img/new-main/premium-database-mob.svg"), #090C3E;
        background-repeat: no-repeat;
    }

    .new_home_page #premium .premium_banner_cta .top_el {
        left: calc(50% - 115px);
        width: 230px;
        padding-right: 0;
    }

    .new_home_page #premium .premium_banner_cta .banner_title {
        text-align: center;
        font-size: 26px;
        line-height: 34px;
    }

    .new_home_page #premium .premium_banner_cta .banner_list li {
        font-size: 14px;
        line-height: 16px;
    }

    .new_home_page #premium .premium_banner_cta .coming_soon {
        padding: 0 10px;
        width: 100%;
        text-align: center;
    }

    .new_home_page #faq {
        margin-top: 70px;
    }

    .new_home_page #faq h2.title {
        font-size: 26px;
        line-height: 34px;
    }

    .mob_stat_wrp_main {
        display: flex !important;
    }

    .new_home_page {
        padding-top: 0;
    }

    .new_home_page .cta_wrp p {
        line-height: 28px;
    }

    .faq-content--item, .faq-content--item .header {
        height: auto;
        min-height: 68px;
    }

    .new_home_page .services_block .service .service__top_line__name {
        font-size: 21px;
    }

}


.block_statistics {
    background-image: url("/assets/img/new-main/statistics.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 267px;
    height: 304px;
    max-width: 100%;
    position: relative;
}

.block_statistics .text {
    position: absolute;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1px;
}

.block_statistics .text .digital {
    display: block;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 500;
}

.block_statistics .text.text_1 {
    top: 85px;
    left: 33px;
}

.block_statistics .text.text_1 .digital {
    font-size: 24px;
    margin-bottom: -6px;
}

.block_statistics .text.text_1 .title {
    font-size: 18px;
}

.block_statistics .text.text_2 {
    top: 84px;
    left: 123px;
}

.block_statistics .text.text_2 .digital {
    font-size: 30px;
    margin-bottom: -6px;
}

.block_statistics .text.text_2 .title {
    font-size: 16px;
}

.block_statistics .text_3 {
    top: 193px;
    left: 70px;
}

.block_statistics .text.text_3 .digital {
    font-size: 36px;
    line-height: 34px;
    margin-bottom: -6px;
}

.block_statistics .text.text_3 .title {
    font-size: 16px;
}

.post-wrapper p {
    line-height: 29px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .block_statistics .text.text_1 {
        top: 67px;
        left: 24px;
    }

    .block_statistics .text.text_2 .title {
        font-size: 13px;
    }

    .block_statistics .text_3 {
        top: 170px;
        left: 57px;
    }

    .block_statistics .text.text_2 {
        top: 68px;
        left: 113px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .block_statistics .text.text_1 {
        top: 15%;
        left: 5%;
    }

    .block_statistics .text.text_2 {
        top: 15%;
        left: 42%;
    }

    .block_statistics .text.text_2 .title {
        font-size: 11px;
    }

    .block_statistics .text_3 {
        top: 39%;
        left: 19%;
    }

    .block_statistics .text.text_3 .title {
        font-size: 14px;
    }
}


@media (max-width: 767px) {
    body .faq-content--item .header {
        padding: 0 20px;
    }

    .faq .container {
        padding: 0;
    }

    body .faq-content--item:before, body .faq-content--item:after {
        right: 20px;
    }

    .new_home_page .faq-content--item .header + .body, body .faq-content--item .header + .body {
        padding: 20px 20px 40px 20px !important;
    }
}

@media (min-width: 768px) and (max-width: 783px) {
    .hide_tablet ul a.donate_essay {
        margin-right: 6px !important;
    }
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Gotham Pro", sans-serif;
}

@media (max-width: 767px) {
    .mainCta h1 {
        font-size: 28px;
        line-height: 34px;
        text-align: left;
        margin-top: 30px;
    }

    .mainCta p {
        font-size: 16px;
        line-height: 24px;
        text-align: left;
    }

    .mainCta .ctaImg {
        background-size: 200px;
    }

    .popular-category > div > strong {
        display: block;
        min-width: 101px;
        text-align: right;
    }

    .custom-css .wrap_block_search .content_search .search_inp button {
        font-size: 14px;
    }
}

.our-services {
    margin-bottom: 100px;
}

.our-services__wrappers {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.our-services__item {
    color: #333333;
    text-decoration: none;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
    width: 23%;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 1% 20px;
    box-shadow: 0 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 10px;
    transition: .5s;
}

.our-services__item:hover {
    color: #38B8EF;
    text-decoration: none;
}

@media (max-width: 1060px) {
    .our-services__item {
        width: 31%;
    }
}

@media (max-width: 767px) {
    .our-services__item {
        width: 48%;
    }
}

@media (max-width: 480px) {
    .our-services__item {
        width: 100%;
        margin: 0 0 20px;
    }
}


.samples-by-date .flex_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.samples-by-date .flex_wrapper > div {
    width: 10%;
    margin-bottom: 10px;
}

.samples-by-date .flex_wrapper > div a,
.samples-by-date .flex_wrapper > div span {
    color: #494949;
    font-family: "Gotham Pro Medium", sans-serif;
    font-weight: 700;
    font-size: 14px;
}

.samples-by-date .flex_wrapper > div a:hover {
    color: #38B8EF;
}

.samples-by-date h2.mount {
    text-transform: capitalize;
    color: #38B8EF;
    border-bottom: 1px dashed #cbd1d8;
    margin-bottom: 17px;
}

.samples-by-date .flex_wrapper:after {
    content: "";
    flex: auto;
}

@media (max-width: 767px) {
    .samples-by-date .flex_wrapper {
        justify-content: flex-start;
    }

    .samples-by-date .flex_wrapper > div {
        min-width: auto;
        width: 25%;
    }
}


.wrapper_services2_new_design h2{
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #182B3E;
    margin-right: -33px;
    margin-bottom: 9px;
}

.wrapper_services2_new_design  p.pre_title_text{
    margin-top: 0;
}

.wrapper_services2_new_design .item_block{
    background: #FFFFFF;
    padding: 30px 30px 10px 30px;
    box-shadow: 0 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    position: relative;
}
.wrapper_services2_new_design .item_block:after{
    content: "";
    width: 30px;
    position: absolute;
    height: 2px;
    right: -30px;
    top: 87%;
    border: 1px dashed #38B8EF;
}

.wrapper_services2_new_design .item_block.last_item_block:after{
    display: none;
}

.b_top_custom_silver{
    border-top: 1px solid #D2DEEA;
}

.wrapper_services2_new_design .pinkBtn{
    font-weight: 500;
    font-size: 16px;
    min-width: 270px;
}

.wrapper_services2_new_design .tp{
    min-height: 50px;
}

@media (min-width: 768px) and (max-width: 1071px) {
    .wrapper_services2_new_design .item_block{
        margin-bottom: 15px;
        display: flex;
        align-items: center;
        padding: 30px;
    }
    .wrapper_services2_new_design .image_wrapper_block{
        margin-right: 34px;
    }
    .wrapper_services2_new_design .image_wrapper_block img{
        max-height: 160px;
        width: 197px;
        min-width: 197px;
    }
    .wrapper_services2_new_design .pinkBtn{
        max-width: 370px;
    }
    .wrapper_services2_new_design .item_block:after{
        right: auto;
        left: 8%;
        width: 1px;
        height: 30px;
        top: 100%;
    }
    .wrapper_services2_new_design .item_block.last_item_block:after{
        display: none;
    }

    .b_top_custom_silver{
        margin: 20px 0 20px 0!important;
    }

}

@media (max-width: 767px) {
    .wrapper_services2_new_design h2{
        font-size: 26px;
        line-height: 34px;
    }
    .wrapper_services2_new_design .item_block{
        margin-bottom: 15px;
        padding: 30px 18px;
    }
    .wrapper_services2_new_design .t3{
        margin: 0;
    }
    .wrapper_services2_new_design .item_block:after{
        display: none;
    }
    .wrapper_services2_new_design h2{
        margin-right: 0;
    }
    .b_top_custom_silver{
        margin: 20px 0 20px 0!important;
    }
    .category-tpl .article-category .article-item .entry-content h2{
        font-size: 14px;
    }
    .banner-order- .wrap_ban .btn_banner > p{
        text-align: center;
    }
}

#premium_cta_banner{
    margin-top: 95px;
    margin-bottom: 30px;
}

#premium_cta_banner .premium_banner_cta {
    background: url(/assets/img/new-main/premium-database.svg), #090C3E;
    background-repeat: no-repeat;
    background-position: 100% 38%;
    border-radius: 20px;
    padding: 56px 0 46px 78px;
    position: relative;
    color: #fff;
}

#premium_cta_banner .premium_banner_cta .top_el {
    background: #38B8EF;
    border-radius: 4px;
    position: absolute;
    top: -22px;
    padding: 11px 19px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
}

#premium_cta_banner .premium_banner_cta .banner_title {
    font-size: 32px;
    line-height: 46px;
    font-family: "Gotham Pro Bold", sans-serif;
}

#premium_cta_banner .premium_banner_cta .banner_list li {
    line-height: 25px;
    position: relative;
    padding-left: 5px;
    height: 38px;
    margin: 0;
}

#premium_cta_banner .premium_banner_cta .link_premium{
    background: #2EC84A;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 54px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF!important;
    text-decoration: none!important;
    transition: all .4s;
}
#premium_cta_banner .premium_banner_cta .link_premium:hover{
    background: #2EDC4D;
}
#premium_cta_banner .premium_banner_cta .banner_list li{
    list-style: none;
}
#premium_cta_banner .premium_banner_cta .banner_list li:before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 3px;
    left: -26px;
    background-image: url(/assets/img/new-main/circle-check-outline.svg);
}

@media (min-width: 768px) and (max-width: 991px){
    #premium_cta_banner .premium_banner_cta {
        padding: 56px 0 46px 38px;
        background-position: 190% 38%;
    }
    #premium_cta_banner .premium_banner_cta .banner_title {
        font-size: 30px;
        line-height: 46px;
    }
}


@media (max-width: 767px) {
    #premium_cta_banner .premium_banner_cta {
        padding: 56px 20px 213px 20px;
        background-position: 100% 100%;
        background: url(/assets/img/new-main/premium-database-mob.svg), #090C3E;
        background-repeat: no-repeat;
    }
    #premium_cta_banner .premium_banner_cta .top_el {
        left: calc(50% - 115px);
        width: 230px;
        padding-right: 0;
    }
    #premium_cta_banner .premium_banner_cta .banner_title {
        text-align: center;
        font-size: 26px;
        line-height: 34px;
    }
    #premium_cta_banner .premium_banner_cta .banner_list li {
        font-size: 14px;
        line-height: 16px;
    }
    #premium_cta_banner .premium_banner_cta .link_premium{
        max-width: 230px;
        margin: auto;
    }
}


.new_home_page #premium .premium_banner_cta a.pinkBtn{
    min-width: 335px;
}

.new_home_page #premium .premium_banner_cta a.pinkBtn:hover{
    background: #2EDC4D;
}
@media (max-width: 767px) {
    .new_home_page #premium .premium_banner_cta a.pinkBtn{
        display: block;
        min-width: 230px;
        margin: auto;
    }
}

@media (min-width: 1200px) {
    .weAccept{
        margin-top: -25px;
    }
}


@media (min-width: 1072px){
    #navbarNavDropdown ul.navbar-nav.ml-aut{
        padding-top: 0;
    }
}




.see_more_samples_banner{
    background: #fff;
    border: 1px solid #DEE7F0;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    position: relative;
    padding-left: 80px;
    padding-right: 14px;
    margin-bottom: 28px;
}
.see_more_samples_banner:before{
    content: "";
    width: 42px;
    height: 34px;
    position: absolute;
    top: 14px;
    left: 24px;
    background-image: url("/assets/img/blue-love.svg");
}
.see_more_samples_banner p{
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #272727;
}
.see_more_samples_banner p br{
    display: none;
}
.see_more_samples_banner p span{
    color: #38B8EF;
    /*text-transform: lowercase;*/
}
.see_more_samples_banner a{
    background: #EBF5FF;
    border-radius: 24px;
    width: 234px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #38B8EF;
    font-family: 'Gotham Pro Medium', sans-serif;
}
.see_more_samples_banner a:hover{
    background-color: #38B8EF;
    color: #ffffff;
}


@media (min-width: 768px) and (max-width: 991px){
    .see_more_samples_banner p br{
        display: block;
    }
}
@media (max-width: 767px) {
    .see_more_samples_banner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 30px 20px;
        text-align: center;
        margin-bottom: 22px;
    }
    .see_more_samples_banner p{
        margin-bottom: 8px;
    }
    .see_more_samples_banner p br{
        display: block;
    }
    .see_more_samples_banner:before{
        display: none;
    }
    .see_more_samples_banner a{
        width: 100%;
    }
}

.active_green_btn{
    background: #2EC84A!important;
    color: #ffffff!important;
}

.dropdown-toggle[aria-expanded="true"]:after{
    transform: rotate(180deg);
}

.logined-box:before{
    content: "";
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -22px;
    left: 0;
}

.logined-box:hover:before{
    background: #2EC84A;
}


.new_home_page .white_item {
    background: url("/assets/img/buy-custom-essays-chack.svg"), #FFFFFF;
    background-repeat: no-repeat;
    background-position: 24px 22px;
    padding: 81px 24px 22px 24px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    min-height: 355px;
    margin-bottom: 20px;
}

.new_home_page .white_item p {
    font-size: 14px;
    line-height: 22px;
    color: #494949;
    margin-bottom: 0;
}

.new_home_page .white_item p.title {
    margin-bottom: 6px;
    font-size: 18px;
    line-height: 24px;
    color: #182B3E;
    font-weight: 600;
    min-height: 48px;
}

.new_home_page .check_icon_list,
.new_home_page .check_icon_list li{
    list-style: none;
    list-style-image: none;
}

.new_home_page .check_icon_list li{
    position: relative;
    padding-left: 30px;
    line-height: 21px;
    margin-bottom: 24px;
}
.new_home_page .check_icon_list li strong{
    display: block;
}
.new_home_page .check_icon_list li:before{
    content: "";
    width: 43px;
    height: 43px;
    position: absolute;
    top: 0;
    left: -26px;
    background: url("/assets/img/new-main/check-list-icon.svg");
    background-repeat: no-repeat;
}


.new_home_page .how_to_buy_item{
    background: #FFFFFF;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
    padding: 30px 30px 34px 30px;
    margin-top: 10px;
    position: relative;
    margin-bottom: 30px;
    min-height: 329px;
}
.new_home_page .how_to_buy_item:after{
    content: "";
    width: 30px;
    height: 1px;
    right: -30px;
    top: 55px;
    border-bottom: 1px dashed #38B8EF;
    position: absolute;
}
.new_home_page .how_to_buy_item.no_line:after{
    display: none;
}

.new_home_page .how_to_buy_item p.num{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #38B8EF;
    font-size: 20px;
    background: rgba(56, 184, 239, 0.1);
    margin-bottom: 15px;
}
.new_home_page .how_to_buy_item p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}
.new_home_page .how_to_buy_item p.title{
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
    color: #182B3E;
}

@media (min-width: 768px) and (max-width: 1071px) {
    .new_home_page .how_to_buy_item{
        margin-bottom: 17px;
        display: flex;
        min-height: auto;
    }
    .new_home_page .how_to_buy_item .text_wrp{
        padding-left: 15px;
    }
    .new_home_page .how_to_buy_item:after{
        transform: rotate(90deg);
        right: auto;
        left: 40px;
        bottom: -17px;
        top: auto;
    }
}

@media (max-width: 767px) {
    .new_home_page .how_to_buy_item{
        margin-bottom: 15px;
        padding: 20px;
        min-height: 183px;
    }

    .new_home_page .how_to_buy_item:after{
        right: auto;
        left: 14px;
        bottom: -15px;
        top: auto;
        transform: rotate(90deg);
    }

    .new_home_page .how_to_buy_item p.num{
        width: 32px;
        height: 32px;
        font-size: 16px;
        line-height: 30px;
    }
}


@media (max-width: 767px) {
    .navbar-expand-xl .navbar-nav .show_only_mob .wrp a.nav-link{
        background: #2EC84A;
        border-radius: 100px;
        border: 1px solid #2EC84A;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        min-width: 164px;
        margin-top: 0;
        margin-bottom: 30px;
    }
}



/* new style in samples slider */
.latest_essay_examples_new_design{
    margin-top: 14px;
}

.latest_essay_examples_new_design .essay_example{
    background: #FFFFFF;
    padding: 30px;
    box-shadow: 0px 30px 40px rgba(212, 217, 232, 0.2);
    border-radius: 10px;
}

.latest_essay_examples_new_design .essay_example .free_banner{
    font-weight: bold;
    font-size: 10px;
    color: #ffffff;
    background: #689DB4;
    border-radius: 4px;
    width: 60px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.latest_essay_examples_new_design .essay_example .essay_name a{
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #182B3E;
    margin-bottom: 12px;
    min-height: 72px;
    margin-top: 8px;
    display: block;
}

.latest_essay_examples_new_design .essay_example .essay_info_item{
    font-size: 14px;
    line-height: 16px;
    color: #8E8E8E;
    margin-bottom: 13px;
}
.latest_essay_examples_new_design .essay_example .essay_info_item span{
    color: #182B3E;
}
.latest_essay_examples_new_design .essay_example .essay_info_item a{
    color: #38B8EF;
    text-decoration: underline;
}
.latest_essay_examples_new_design .essay_example .link_wrapper{
    border-top: 1px solid #D2DEEA;
    margin-top: 36px;
    padding-top: 24px;
}
.latest_essay_examples_new_design .essay_example .essay_link{
    background: #EBF5FF;
    mix-blend-mode: normal;
    border-radius: 24px;
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    line-height: 14px;
    color: #38B8EF;
    font-weight: 600;
    transition: all .3s;
}
.latest_essay_examples_new_design .essay_example .essay_link:hover{
    color: #ffffff;
    background: #38B8EF;
}

.latest_essay_examples_new_design .slick-dots button{
    width: 30px;
}

.latest_essay_examples_new_design ul.slick-dots {
    margin: -15px auto 0 auto;
}

.latest_essay_examples_new_design .slick-arrow{
    top: 38%;
    z-index: 1;
}

.latest_essay_examples_new_design .slick-arrow {
    right: -12px;
}

.latest_essay_examples_new_design .prev.slick-arrow{
    right: auto;
    left: -12px;
}

.latest_essay_examples_new_design  .slick-slide{
    margin-bottom: 56px;
}

.latest_essay_examples_new_design .slick-arrow{
    background: #FFFFFF;
    box-shadow: 0px 5px 15px rgba(49, 49, 49, 0.08);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.latest_essay_examples_new_design .next.slick-arrow img {
    transform: rotate(180deg);
}

.latest_essay_examples_new_design .slick-arrow img {
    max-width: 7px;
}

.latest_essay_examples_new_design .slick-dots li{
    width: 30px;
}
.latest_essay_examples_new_design .slick-dots{
    z-index: 1;
    position: relative;
}

@media (min-width: 768px) and (max-width: 1071px) {
    .latest_essay_examples_new_design .slick-arrow{
        top: auto;
        bottom: -18px;
    }
    .latest_essay_examples_new_design .prev.slick-arrow{
        right: auto;
        left: 0;
    }

    .latest_essay_examples_new_design .slick-arrow{
        right: 0;
    }

    .latest_essay_examples_new_design ul.slick-dots {
        margin: 0 50px;
    }
}

@media (max-width: 767px) {
    .latest_essay_examples_new_design .slick-dots button {
        width: 18px;
    }
    .latest_essay_examples_new_design .slick-arrow{
        top: auto;
        bottom: 0;
        right: 0;
    }
    .latest_essay_examples_new_design .prev.slick-arrow{
        right: auto;
        left: 0;
    }
    .latest_essay_examples_new_design .essay_example .essay_name a{
        font-size: 16px;
        line-height: 20px;
    }
}

.block_list {
    padding: 0 !important;
}

.block_list, .block_list-item {
    list-style: none !important;
    position: relative;
    padding-left: 60px;
}

.block_list .block_list-item:not(:last-child) {
    margin-bottom: 30px;
}

.block_list-item .list_icon {
    background: url(/assets/img/list-icon-check.svg);
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.block_list-item h5 {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
    color: #182B3E;
}

.block_list-item p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0;
}


@media (max-width: 580px) {
    .block_list-item {
        padding-left: 0;
    }
    .block_list-item h5 {
        padding-left: 60px;
        margin-bottom: 10px;
    }
    .block_list-item-margin .list_icon {
        top: -7px;
    }

    .bannerGetExperience img, .bannerGetExperience source {
        border-radius: 20px;
    }
}

.bannerGetExperience.banner {
    position: relative;
}

.bannerGetExperience.banner  .btn-of-help {
    position: absolute;
    right: 8%;
    top: 38%;
    background: #2EC84A;
    border-radius: 25px;
    width: 262px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .bannerGetExperience.banner .btn-of-help {
        width: 210px;
        right: 2%;
    }
}

@media (max-width: 580px) {
    .bannerGetExperience.banner .btn-of-help {
        right: 50%;
        bottom: 50px;
        top: auto;
        transform: translateX(50%);
    }
}



.bannerGetExperience.banner .btn-of-help a {
    color: #fff;
    text-decoration: none;
}

.bannerGetExperience img, .bannerGetExperience source {
    display: block;
    width: 100%;
}

.block_list-circle li{
    line-height: 40px !important;
    list-style-image: url(/assets/img/list-ellipse.svg) !important;
}

.buy_custom_essays .block_list .block_list-item {
    line-height: 30px !important;
}

#reviews .green_btn {
    width: 270px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
    border: 1px solid #2EC84A;
    background: #2EC84A;
    border-radius: 100px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none !important;
    padding: 0 34px;
    transition: all .5s;
}

#reviews .green_btn:hover {
    background: #2EDC4D;
}

/* register page */

.register-header {
    background: #05072D;
    padding: 10px 0;
    position: static;
}

.register-header .have-acc-log {
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none;
    margin-right: 12px;
}

.register-header .register-header-log {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.register-header .sign-log {
    background: #1C1E40;
    border-radius: 100px;
    font-size: 13px;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 20px;
    height: 36px;
    display: flex;
    border: transparent;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.register-header .icon-sign {
    margin-left: 6px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: center no-repeat url('../img/register-page/icon-user.svg');
    position: relative;
    top: -2px;
}

.register-wrap {
    min-height: 100vh;
    background: #05072D;
    padding-top: 80px;
}

.register-block {
    background: #F5FAFF;
    box-shadow: 0px 10px 45px rgba(47, 45, 133, 0.1);
    border-radius: 20px;
    max-width: 560px;
    margin: 0 auto;
    padding: 45px;
    position: relative;
}

.register-block.fade {
    display: none;
}

.register-block:before {
    content: '';
    position: absolute;
    left: -132px;
    top: 50%;
    transform: translateY(-50%);
    width: 160px;
    height: 283px;
    background: center no-repeat url('../img/register-page/girl-bg.svg');
}

.register-block .reg-title {
    font-family: "Gotham Pro Bold", sans-serif;
    font-size: 36px;
    line-height: 42px;
    color: #182B3E;
    margin-bottom: 40px;
}

.register-block .btns-group {
    max-width: 320px;
    margin: 0 auto;
}

.register-block .btns-group .reg-btn {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #D2DEEA;
    border-radius: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 162.69%;
    color: #182B3E;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: .3s ease-in-out;
}

.register-block .btns-group .reg-btn:hover {
    border: 1px solid #38B8EF;
}

.register-block .btns-group .reg-btn.reg-google {
    background: left 13px center no-repeat url('../img/register-page/btn-google.svg'), #fff;
    margin-bottom: 24px;
}

.register-block .btns-group .reg-btn.reg-fb {
    background: left 13px center no-repeat url('../img/register-page/btn-fb.svg'), #fff;
}

.register-block .divider {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 320px;
    margin: 40px auto;
}

.register-block .divider .line {
    width: 100%;
    flex: 1 1;
    height: 1px;
    background: #C4C4C4;
}

.register-block .divider span {
    padding: 0 15px;
    font-size: 14px;
    line-height: 24px;
    color: #8B8B8B;
}

.register-block .form-part {
    max-width: 320px;
    margin: 0 auto 30px;
}

.register-block .form-part .label-name {
    font-size: 12px;
    line-height: 162.69%;
    color: #4C4C4C;
}

.register-block .form-part input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    background: #FFFFFF;
    border: 1px solid #D2DEEA;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    line-height: 162.69%;
}

.register-block .form-part input::placeholder {
    color: #8B8B8B
}

.register-block .form-part .error-block {
    font-size: 10px;
    line-height: 162.69%;
    color: #EB5757;
    display: none;
}

.register-block .form-part.agree .error-block {
    padding-left: 32px;
    margin-top: 3px;
}

.register-block .form-part.error-class .error-block {
    display: block;
}

.register-block .form-part.error-class input {
    border: 1px solid #EB5757;
}

.register-block .block-label {
    display: block;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 0;
}

.register-block .block-label p {
    font-size: 12px;
    line-height: 16px;
    color: #333333;
    margin-bottom: 0;
}

.register-block .block-label p a {
    color: #766BDC;
    text-decoration: underline;
}

.register-block .block-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.register-block .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #D2DEEA;
    border-radius: 5px;
    transition: .3s ease-in-out;
}


.register-block .block-label input:checked ~ .checkmark {
    background: #38B8EF;
    border: 1px solid transparent;
    opacity: 1;
}

.register-block .block-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.register-block .block-label input:checked ~ .checkmark:after {
    display: block;
}

.register-block .block-label .checkmark:after {
    left: 6px;
    top: 2px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.register-block .btn-reg-main {
    background: #38B8EF;
    border-radius: 100px;
    font-size: 16px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    border: none;
    width: 100%;
    height: 50px;
    color: #fff;
}

.register-block .btn-reg-main .icon-arrow {
    width: 20px;
    height: 10px;
    display: inline-block;
    margin-left: 25px;
    background: center no-repeat url('../img/register-page/icon-arrow-right.svg');
    position: relative;
    top: -2px;
}

.register-block .form-part:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .register-block:before {
        display: none;
    }
    .register-block {
        padding: 32px 21px;
    }
    .register-header .have-acc-log {
        display: none;
    }
    .register-block .reg-title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 32px;
    }
    .register-block .divider {
        margin-bottom: 10px;
    }
    .register-wrap {
        padding-top: 108px;
    }

}

.mb50{
    margin-bottom: 50px;
}

.mt50{
    margin-top: 50px;
}


.over_hidden{
    overflow: hidden!important;
    margin: 0;
}
@media (max-width: 1071px){

    .dropdown-menu .flex_wrp {
        padding-left: 0;
        position: relative;
        left: 0;
        right: 0;
        height: 100vh!important; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100 - 260px)!important;
        overflow: hidden;
        overflow-y: auto;
    }

    .contain_cookie_banner .dropdown-menu .flex_wrp {
        height: 100vh!important; /* Fallback for browsers that do not support Custom Properties */
        height: calc(var(--vh, 1vh) * 100 - 280px)!important;
    }

    .navbar-collapse.show {
        background: #0C0F43;
        padding-bottom: 30vh;
        max-height: 85vh!important;
        overflow-y: auto;
    }
}

.menu_topic.cookie_banner_t {
    top: 156px;
}
.pc-calc.pc-calc-t {
    top: 210px;
}

@media (max-width: 767px){
    .menu_topic.cookie_banner_t {
        top: 219px;
    }
}

.js_link{
    cursor: pointer;
}

footer .footer-nav .js_link{
    color: #b9ceeb;
    letter-spacing: .5px;
    text-align: center;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
}

footer .footer-nav .js_link:hover {
    color: #fff;
}

#types_of_papers h2.title{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-family: "Gotham Pro Bold", sans-serif;
    color: #182B3E;
}

#types_of_papers{
    margin-top: 60px;
}

#types_of_papers .flex_wrp{
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
    display: flex;
}
s .flex_wrp .item{
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    transition: all .4s;
    position: relative;
}
#types_of_papers .flex_wrp .item > span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}
#types_of_papers .flex_wrp .item:hover > span {
    opacity: 1;
}
#types_of_papers .flex_wrp .item:nth-child(4n){
    border-right: none;
}
#types_of_papers .flex_wrp .item:hover{
    background: #fff;
}
#types_of_papers .flex_wrp .item.hidden_el{
    display: none;
}
#types_of_papers .flex_wrp .item.brln{
    border-right: none;
}

#types_of_papers .flex_wrp .item a {
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
    position: relative;
}
#types_of_papers .flex_wrp .item a:before{
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: -15px;
    top: 7px;
    background-image: url("/assets/img/new-main/caret-down.svg");
}

#types_of_papers .flex_wrp_center{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 41px;
}

#types_of_papers .btn_show{
    height: 50px;
    display: inline-block;
    line-height: 50px;
    text-transform: uppercase;
    border: 1px solid #38B8EF;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    color: #38B8EF;
    padding: 0 52px;
    cursor: pointer;
    transition: all .5s;
}

#types_of_papers .btn_show:hover{
    color: #fff;
    background: #38B8EF;
}

#types_of_papers .flex_wrp .item {
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    transition: all .4s;
    position: relative;
}

.block-sort-alphabet-num ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.page-inside .page ul.sort-alphabet li {
    list-style-image: none !important;
}


.block-sort-alphabet-num ul li a {
    font-family: Gotham Pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 34px;
    text-decoration-line: underline;
    color: #494949;
}

#popular_topics .tagcloud{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
    margin-bottom: 40px;
}

#popular_topics{
    margin-top: 60px;
}

#popular_topics h2.title{
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-family: "Gotham Pro Bold", sans-serif;
    color: #182B3E;
}

#popular_topics .tagcloud.blue-arrow p{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
    margin-bottom: 40px;
}
#popular_topics .tagcloud.blue-arrow > a,
#popular_topics .tagcloud.blue-arrow > div.visible_el{
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
}

#popular_topics .tagcloud.blue-arrow > div.hidden_el{
    display: none!important;
}
#popular_topics .tagcloud.blue-arrow > div > a{
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
}

#popular_topics .tagcloud.blue-arrow > a > span,
#popular_topics .tagcloud.blue-arrow > div > span{
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}

#popular_topics .tagcloud.blue-arrow > a:nth-child(4n){
    border-right: none;
}

#popular_topics .tagcloud.blue-arrow > a:hover,
#popular_topics .tagcloud.blue-arrow > div:hover{
    background: #fff;
}

#popular_topics .tagcloud.blue-arrow > a:hover > span,
#popular_topics .tagcloud.blue-arrow > div:hover > span{
    opacity: 1;
}

#popular_topics .tagcloud.blue-arrow > a:before,
#popular_topics .tagcloud.blue-arrow > div > a:before{
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: 27px;
    background-image: url("/assets/img/new-main/caret-down.svg");
}

#popular_topics .tagcloud.blue-arrow a {
    display: none;
}

#popular_topics .tagcloud.blue-arrow a.item-first {
    display: block;
}


@media (min-width: 768px) and (max-width: 991px) {
    #our_subject .flex_wrp .item, #types_of_papers .flex_wrp .item, #popular_topics .tagcloud.blue-arrow a {
        width: 33.33%;
    }
    #types_of_papers .flex_wrp .item:nth-child(4n) {
        border-right: 1px solid #E4EEF9;
    }
    #popular_topics .tagcloud.blue-arrow a:nth-child(4n){
        border-right: 0;
    }
    #our_subject .flex_wrp .item:nth-child(3n),
    #types_of_papers .flex_wrp .item:nth-child(3n),
    #popular_topics .tagcloud.blue-arrow a:nth-child(3n){
        border-right: none!important;
    }
    #popular_topics .tagcloud.blue-arrow a:nth-child(4n){
        border-right: 1px solid #E4EEF9;
    }

}

@media (max-width: 767px) {
    #types_of_papers .flex_wrp .item {
        width: 100%;
        border-right: none;
    }
    #our_subject .flex_wrp,
    #types_of_papers .flex_wrp,
    #popular_topics .tagcloud.blue-arrow p{
        padding-right: 15px;
    }
    #popular_topics .tagcloud.blue-arrow  a,
    #popular_topics .tagcloud.blue-arrow > div.visible_el{
        width: 100%;
    }
    #popular_topics .tagcloud.blue-arrow  a{
        display: block;
    }
    #popular_topics .btn_more_list{
        display: none;
    }
    #popular_topics .tagcloud.blue-arrow{
        max-height: 440px;
        overflow: hidden;
    }
    #popular_topics .tagcloud.blue-arrow a,
    #popular_topics .tagcloud.blue-arrow > div.visible_el{
        border-right: none;
    }

    #popular_topics .tagcloud.blue-arrow > div.hidden_el {
        display: flex!important;
        border-bottom: 1px solid #E4EEF9;
        padding: 21px 0 21px 35px;
        position: relative;
        font-weight: 700;
        font-size: 14px!important;
        color: #494949;
        text-decoration: none;
        font-family: "Gotham Pro Medium", sans-serif;
        width: 100%;
    }

}

.new_design_style_pop_cat .list ul.flex_wrp {
    padding-left: 0;
}

.new_design_style_pop_cat .list ul.flex_wrp li {
    border-right: 1px solid #E4EEF9;
    border-bottom: 1px solid #E4EEF9;
    width: 25%;
    padding: 21px 0 21px 35px;
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
    transition: all .3s;
    margin: 0;
}

.new_design_style_pop_cat .list ul.flex_wrp li a {
    display: block;
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
}

.new_design_style_pop_cat .list ul.flex_wrp li span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
    transition: all .3s;
}

.new_design_style_pop_cat .list ul.flex_wrp li:hover {
    background: #fff;
}

.new_design_style_pop_cat .list ul.flex_wrp li:hover span {
    opacity: 1;
}

.new_design_style_pop_cat .list ul.flex_wrp li.hidden_el {
    display: none!important;
}

.new_design_style_pop_cat .list ul.flex_wrp li:before {
    content: "";
    width: 8px;
    height: 16px;
    position: absolute;
    left: 18px;
    top: 27px;
    background-image: url(/assets/img/new-main/caret-down.svg);
}

.new_design_style_pop_cat .show_more_list {
    border: 1px solid #38B8EF;
    border-radius: 100px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    margin: 40px auto;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #38B8EF;
}
.new_design_style_pop_cat .show_more_list:hover {
    background: #38B8EF;
    color: #ffffff;
}

.relink-pop-cat-container {
    margin-top: 60px;
}

.relink-pop-cat-container h2.title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 23px;
    font-family: "Gotham Pro Bold", sans-serif;
    color: #182B3E;
}
.relink-pop-cat-container .flex_wrp {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E4EEF9;
    justify-content: flex-start;
}

.new_design_style_pop_cat .list ul.flex_wrp li:nth-child(4n) {
    border-right: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .new_design_style_pop_cat .list ul.flex_wrp li {
        width: 33.3%;
    }
}

@media (max-width: 767px) {
    .new_design_style_pop_cat .list ul.flex_wrp li {
        width: 100%;
        border-right: none;
    }
    .new_design_style_pop_cat.related_tags .list ul.flex_wrp li {
        padding: 20px 0 20px 45px;
    }

}

.blog-pop-cat .new_design_style_pop_cat .title {
    letter-spacing: 0.3px;
    color: #38B8EF;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    font-family: "Gotham Pro", sans-serif;
    text-align: left;
    margin: 0;
}

.blog-pop-cat .list ul.flex_wrp li {
    border:none;
    width: 25%;
    padding: 0 0 0 15px;
    display: flex;
    position: relative;
    font-weight: 700;
    font-size: 14px!important;
    color: #494949;
    text-decoration: none;
    font-family: "Gotham Pro Medium", sans-serif;
    transition: all .3s;
    margin: 0;
}

.blog-pop-cat .new_design_style_pop_cat .list ul.flex_wrp li a {
    font-size: 14px;
    color: #3C444C;
    line-height: 20px;
    padding: 10px 0;
    display: block;
    font-weight: 700;
    font-family: "Gotham Pro", sans-serif;
}

.blog-pop-cat .new_design_style_pop_cat .list ul.flex_wrp li:before {
    content: '\25b8';
    position: absolute;
    left: 0;
    color: #38B8EF;
    top: -5px;
    background-image: none;
}

.blog-pop-cat .new_design_style_pop_cat .list ul.flex_wrp {
    border-top: none;
}
@media (max-width: 992px) {
    .blog-pop-cat .list ul.flex_wrp li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .blog-pop-cat .list ul.flex_wrp li {
        width: 100%;
    }
    .blog-pop-cat .new_design_style_pop_cat.related_tags .list ul.flex_wrp li {
        padding: 0 0 0 15px;
    }
}

.btn-landing-re button {
    border: 1px solid #38B8EF;
    border-radius: 100px;
    width: 200px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    margin: 0 auto;
    cursor: pointer;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    color: #38B8EF;
}

.btn-landing-re button:hover {
    color: #fff;
    background: #38B8EF;
    border: 1px solid #38B8EF;
}

.btn_more_list.btn_posts button{
    width: auto !important;
    padding: 0 40px !important;
}
.slick-track {
    min-width: 1440px;
}

.list_cat_new {
    column-count: 6;
}
.page-inside .list_cat_new.pop-types-academic li {
    width: 245px;
    text-align: left;
}
.page-inside .list_cat_new li {
    position: relative;
    width: 330px;
    text-indent: 0;
    padding: 0 0 0 15px;
    margin: 0 0 0 -15px;
}
.list_cat_new li:before {
    display: none;
}
.list_cat_new li a {
    transition: .5s;
}
.free-samples-page .list_cat_new.pop-types-academic .item > span {
    position: absolute;
    top: 0;
    right: 14px;
    font-weight: 700;
    font-size: 12px;
    line-height: 30px;
    color: #182B3E;
    opacity: 0;
}
.free-samples-page .list_cat_new.pop-types-academic .item:hover > span {
    opacity: 1;
}

.btn-group-type-service label.btn-custom {
    font-size: 13px;
    line-height: 16px;
    color: #686f77;
    height: 50px;
}

.stem .block-with-input {
    margin-bottom: 20px;
}

.calc-blog .btn-secondary {
    background: #F5F9FF;
}

.calc-blog .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
    background-color: #38B8EF;
    border-radius: 5px !important;
}
.calc-blog .btn-group {
    background: #F5F9FF;
}

.calc-blog .title-calc {
    font-size: 12px;
    font-weight: 300;
    color: #797979;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}