header {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.boarding-section {
    margin-bottom: 140px;
}
.visible {
    display: block!important;
}
.loader {
    border: 8px solid #f3f3f3;
    display: none;
    border-radius: 50%;
    margin: 20px auto;
    border-top: 8px solid #35c3a6;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;

}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wheel-section {
    background: #132A6A;
    border-radius: 20px;
    margin-bottom: 160px;
}

.slick-slider {
    -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
}

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

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

.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
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #272727;
    letter-spacing: .5px
}

a {
    transition: all .3s ease
}

.clear {
    clear: both
}

.navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: 300
}

.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;
    margin: 0 7px
}

.navbar-expand-xl .navbar-nav .nav-link:hover {
    color: #e61c5d
}

.navbar__wrapper {
    display: flex;
    align-items: center;
}

#menu-free-inquiry {
    width: 145px;
    height: 38px;
    background-color: #35C3A6;
    border: 1px solid #35C3A6;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
    text-decoration: none;
}

.servicesNavButton {
    background-image: url(/assets2/img/mobile-menu.svg);
    display: inline-block;
    width: 36px;
    height: 18px;
    margin-left: 40px;
    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.speed-in {
    right: 0
}

.block__main-nav .nav_close_btn {
    cursor: pointer;
}

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

.block__main-nav ul li a {
    color: #717880;
}

.block__main-nav ul li a:hover {
    color: #e83e8c;
    text-decoration: none
}

.mainCta {
    background-color: #132A6A;
    color: #fff;
    padding-top: 71px;
}

.mainCta h1 {
    margin-bottom: 20px;
    color: #fff;
}

.title-wrapper {
    border-bottom: 2px solid #35C3A6;
    padding-bottom: 15px;
}

.title-wrapper h1 {
    font-weight: 600;
}

.mainCta .line-divider {
    width: 80px;
    height: 2px;
    background: radial-gradient(100% 100% at 0% 50%, #46ACCD 0%, #24D980 100%);
}

.mainCta p {
    color: #b9ceeb;
    text-align: left;
    padding: 20px 0;
    margin: 10px 0 0;
    max-width: 500px;

}
.mainCta p.line {
    border-bottom: 2px solid #33c5a2;
    border-radius: 1px;
    margin-bottom: 42px;
}

.mainCta .ctaImg {
    background-image: url(/assets2/img/new-bg.svg);
    background-position: top right;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.mainCta .ctaImg.ctaImg--contain {
    background-size: contain;
}

.mainCta.mainCta--calc .ctaImg {
    background-position: 85px 265px;
    background-size: 26%;
    padding: 70px 0 75px;
}
.mainCta.mainCta--calc.home .ctaImg {
    background-size: 163px;
    background-position: 365px 458px;
}

.mainCta .ctaImg .default-btn {
    width: 300px;
    margin: 0 0 50px
}

.blogpost-btn {
    margin: 30px 0;
    text-align: center;
}

.blogpost-item .wrap-block-spin-bonus {
    margin-top: 110px;
}

/*spin wheel*/
.wrap-block-spin-bonus {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 67px;
}

.wrap-block-spin-bonus .main-block-bonus {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.wrap-block-spin-bonus .circle-bonus {
    width: 480px;
    height: 330px;
    position: relative;
}

.wrap-block-spin-bonus .circle-bonus .circle-bonus-img {
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 9;
}

.wrap-block-spin-bonus .circle-bonus-img .segment {
    position: absolute;
}
.wrap-block-spin-bonus .circle-bonus-img img {
    max-width: none;
}
.wrap-block-spin-bonus .circle-bonus-img .segment.arrow {
    top: 183px;
    left: 187px;
    z-index: 2;
    width: 130px;
    height: 110px;
}
.wrap-block-spin-bonus .circle-bonus-img .segment.fortuneswheel {
    top: 0;
    left: 0;
}
.wrap-block-spin-bonus .circle-bonus-img .wheel_body{
    width: 480px;
    height: 480px;
    position: relative;
}
.wrap-block-spin-bonus .circle-bonus-img .wheel_body .pc{
    display: block;
}
.wrap-block-spin-bonus .circle-bonus-img .wheel_body .tab-mob{
    display: none;
}
.wrap-block-spin-bonus .form-circle-bonus {
    width: 480px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.wrap-block-spin-bonus .form-circle-bonus__title {
    line-height: 50px;
    font-size: 34px;
    text-align: center;
    letter-spacing: 1px;
    color: #FFFFFF !important;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}

.wrap-block-spin-bonus .form-circle-bonus__title::after {
    content: "";
    position: absolute;
    background: #35C3A6 !important;
    border-radius: 1px;
    height: 2px;
    width: 80px;
    bottom: 0;
    display: block;
    right: 0;
    left: calc(50% - 40px);
}

.wrap-block-spin-bonus .emailBonusesLabel {
    font-size: 13px;
    line-height: 20px;
    color: #89C5F8;
    mix-blend-mode: normal;
    opacity: 0.6;
    position: absolute;
    top: -20px;
}
.wrap-block-spin-bonus .email-inp {
    text-align: justify;
    letter-spacing: 0.4375px;
    color: #FFFFFF;
    position: relative;
    margin: 30px 0 0 0;
}

.wrap-block-spin-bonus .email-inp input {
    width: 300px;
    max-width: 100%;
    height: 40px;
    border-radius: 3px;
    padding: 0 15px;
    border: 1px solid #fff;
}

.wrap-block-spin-bonus .email-inp input::placeholder {
    color: #BDBDBD;
}

.wrap-block-spin-bonus .email-inp input.error {
    border: 1px solid #e25587;
}

.wrap-block-spin-bonus #form-spin {
    text-align: center;
}

.wrap-block-spin-bonus .default-btn {
    display: block;
    width: 300px;
    margin: 30px auto 0;
}

.wrap-block-spin-bonus .email-inp .error-messages {
    display: none;
    position: absolute;
    color: #e25587;
    font-size: 12px;
    left: 25px;
    top: 44px;
    line-height: 18px;
    max-width: 300px;
}
.wrap-block-spin-bonus .email-inp .error-messages.error {
    display: block;
}
.ok {
    position: absolute;
    right: 45px;
    width: 21px;
    height: 21px;
    z-index: 0;
    top: 3px;
    transform: rotate(127deg);
}
.ok.block {
    z-index: 1;
}
.ok::after {
    content: '';
    position: absolute;
    height: 0;
    width: 2px;
    background: #132a6a;
    top: 3px;
    right: 1px;
}
.ok.block::after {
    height: 8px;
    transition: .3s;
}

.ok::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 0;
    background: #132a6a;
    right: 2px;
    top: 3px;
}
.ok.block::before {
    width: 17px;
    transition: .3s;
    transition-delay: .3s;
}
.after-success {
    display: none;
}
.promocode {
    display: flex;
    justify-content: center;
}
.email-inp .after-success-btn {
    background: #35C3A6;
    border-radius: 5px;
    width: 300px;
    height: 50px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    justify-content: center;
    letter-spacing: 1px;
    color: #FFFFFF;
    outline: none;
    border: 0;
    cursor: pointer;
    margin: 29px auto 0 auto;
    align-items: center;
}
.email-inp .after-success-btn:hover {
    background: #00AB88;
}
.email-inp .after-success-btn:focus {
    background: #1FE3BB;
}
.promocode .promocode-text .textarea-copy{
    border: 1px dashed #35C3A6;
    width: 260px;
    height: 40px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 23px;
    text-align: center;
    letter-spacing: 4.88889px;
    padding: 8px 0 0 0;
    resize: none;
    background: transparent;
    overflow: hidden;
    color: #35C3A6!important;
}
.promocode .copy-btn {
    background: #35C3A6;
    border-radius: 5px;
    width: 100px;
    height: 40px;
    color: #ffffff;
    margin: 0 0 0 -5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.promocode .copy-btn span{
    margin: -1px 8px 0 0;
}
.email-inp p {
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.4375px;
    color: #89C5F8;
}
.fortuneswheel {
    display: block;
}
.fortuneswheel-mob {
    display: none;
}
/*spin wheel*/

.default-btn {
    display: inline-block;
    height: 50px;
    max-width: 100%;
    line-height: 50px;
    border: none;
    border-radius: 5px;
    background-color: #35C3A6;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    padding: 0 35px;
}

.default-btn,
.default-btn:hover {
    color: #fff;
    text-decoration: none
}

.bordered-btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    max-width: 100%;
    border: 1px solid #35C3A6;
    border-radius: 5px;
    color: #35C3A6;
    background: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    transition: .3s all ease;
}

.full-bg--light .bordered-btn:hover,
.bordered-btn:hover {
    color: #fff;
    background: #35C3A6;
    text-decoration: none;
}

.linkListOpen {
    text-align: center;
}

.nav_wowNaw .navbar-nav .default-btn {
    height: 38px;
    width: 145px;
    margin-top: 3px !important;
}

.default-btn:hover {
    background-color: #35C3A6;
    opacity: 0.9;
}

main {
    padding: 40px 0 0
}

.breadcrumb-gutter .breadcrumb-container {
    margin-bottom: 25px;
}

.benefits {
    justify-content: space-between;
    margin-bottom: 110px;
}

.benefits .col-lg-6 {
    max-width: calc(50% - 20px);
}

.benefits img {
    height: 90px;
    width: auto;
    margin: 15px auto;
    display: block
}

.benefits .t3 {
    font-size: 20px;
    color: #3c444c;
    margin-bottom: 10px
}

.benefits .t3,
.benefits .tp {
    text-align: center;
}

.benefits .tp {
    margin-bottom: 60px
}

.full-bg--dark {
    position: relative;
}

.full-bg--dark::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 78px;
    background-image: url(/assets2/img/inner-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -78px;
}

.full-bg--light {
    position: relative;
    background: #F2F6FF;
    padding: 70px 0;
    margin-bottom: 120px;
}

.full-bg--light::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 66px;
    background-image: url(/assets2/img/inner-bg-light.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -66px;
}

.full-bg--light .bordered-btn {
    background-color: #F2F6FF;
}

.full-banner {
    background: #132A6A;
    padding: 70px 0;
    margin-bottom: 100px;
}

.full-banner .full-banner__wrapper {
    padding: 0 90px;
    position: relative;
}

.full-banner .full-banner__wrapper::after {
    content: '';
    position: absolute;
    width: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 50px;
    z-index: 9;
}

.full-banner .full-banner__wrapper.yellow-bird::after {
    height: 335px;
    background-image: url(/assets2/img/yellow-bird.svg);
    bottom: -115px;
}

.full-banner .full-banner__wrapper.blue-bird::after {
    height: 360px;
    background-image: url(/assets2/img/blue-bird.svg);
    bottom: -110px;
}

.full-banner .full-banner__title {
    font-size: 34px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 20px;
}

.full-banner .full-banner__dscr {
    margin: 20px 0 10px;
    color: #fff;
}

.services img {
    height: 50px;
    width: auto;
    margin: 0 0 0 5px;
    float: left
}

.services .t3 {
    text-align: left;
    font-size: 20px;
    color: #3c444c;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 40px
}

.services .t3 strong {
    margin-left: 20px;
    display: block
}

.hide-top-banner {
    padding-top: 110px;
}

.subheader {
    font-size: 34px;
    line-height: 52px;
    text-align: center;
    margin-bottom: 15px;
}

.subheader-left {
    font-size: 34px;
    line-height: 52px;
}

.subheader-line {
    width: 80px;
    height: 2px;
    background: #35C3A6;
    margin: 0 auto 30px;
}

.page-inside .full-banner {
    margin-bottom: 0;
}

.page-inside .full-banner::after {
    display: none;
}

.page-inside ul,
.pen {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    line-height: 15px;
}

.custom__list.custom__list--margin {
    margin: 20px 0 60px;
}

.custom__list.custom__list--three {
    column-count: 3;
}
#our_service_landings .custom__list.custom__list--three, #main-popular-topics-list .custom__list,
#main-type-papers-list .custom__list, #relink-types-papers .custom__list.custom__list--margin,
#tags_block_relink .custom__list{
    display: flex;
    flex-wrap: wrap;
}

#relink-types-papers .custom__list.custom__list--margin li, #main-popular-topics-list .custom__list--hashtag li,
#main-type-papers-list .custom__list--margin li, #tags_block_relink .custom__list--hashtag li{
    width: 23%;
    display: flex;
    align-items: center;
}
.pen li {
    position: relative;
    margin-bottom: 10px;
    background-size: 0;
    background-position: left 0 center;
    background-repeat: no-repeat;
    padding-left: 22px;
}

.page-inside ul.custom__list--hashtag li {
    padding-left: 25px;
}
.custom__list.custom__list--hide li a {
    line-height: 18px;
    display: flex;
    height: 40px;
    align-items: center;
}
#sample-list .custom__list li a {
    line-height: 18px;
    display: flex;
    align-items: center;
    max-height: 72px;
    padding: 15px 0;
}
@media screen and (max-width: 767px) {
    #sample-list .custom__list li a {
        height: auto;
    }
    .pen li {
        margin-bottom: 20px;
    }
}
.best {
    position: relative;
    margin-bottom: 90px;
}

.best::before {
    content: '';
    position: absolute;
    width: 184px;
    height: 172px;
    background-image: url(/assets2/img/topics-img.svg);
    top: 35px;
    right: 0;
}

.best img {
    height: 60px;
    width: auto;
    margin: 0 0 0 5px;
    float: left
}

.best .t3 {
    text-align: left;
    font-size: 20px;
    color: #3c444c;
    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;
}

footer {
    background-color: #0D1F4F
}

footer .copyright {
    height: 90px;
    text-align: center;
    padding: 25px 0;
    opacity: .6;
    color: #b9ceeb;
    letter-spacing: .42px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
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 {
    margin-left: 5px;
}

footer .footer-nav a {
    color: #b9ceeb;
    text-align: center;
    text-decoration: none;
    font-weight: 300
}
.footer_title {
    color: #fff;
    font-size: 20px;
}

footer .footer-nav a:hover {
    color: #fff
}

.testimonials {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto
}

.cascade-slider_container {
    position: relative;
    width: 1000px;
    max-width: 100%;
    height: 500px;
    margin: 60px auto 120px;
}

.testimonials .preTitle {
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

.cascade-slider_item {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease;
    opacity: 0;
    z-index: -1;
    background: #132A6A;
    border: 1px solid rgba(53, 195, 166, 0.2);
    border-radius: 5px;
    width: 400px;
    max-width: 100%;
    padding: 50px 28px 30px;
    min-height: 441px;
}

.cascade-slider_item.next {
    left: 68%;
    transform: translateX(-150%);
    opacity: 0.7;
    z-index: 1;
}

.cascade-slider_item.prev {
    left: 32%;
    transform: translateX(50%);
    opacity: 0.7;
    z-index: 1;
}

.cascade-slider_item.now {
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
    z-index: 5;
}

.cascade-slider_item .cascade-slider_rating {
    width: 134px;
    height: 18px;
    margin: 0 auto 20px;
    background-image: url(/assets2/img/slider-rating.svg);
}

.cascade-slider_item .cascade-slider_content {
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.cascade-slider_item .cascade-slider_author {
    position: relative;
    text-align: center;
    position: absolute;
    text-align: center;
    bottom: 28px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.cascade-slider_item.now .cascade-slider_author::after {
    content: '';
    position: absolute;
    width: 21.6px;
    height: 24px;
    background-image: url(/assets2/img/slider-after.svg);
    bottom: -40px;
    left: calc(50% - 11px);
}

.cascade-slider_item .cascade-slider_author p {
    margin: 0;
    color: #FFFFFF;
}

.cascade-slider_item .cascade-slider_author p span {
    font-size: 12px;
    color: #89C5F8;
}

.cascade-slider_arrow {
    display: inline-block;
    position: absolute;
    top: 40%;
    cursor: pointer;
    z-index: 5;
    color: #132A6A;
    font-size: 46px;
    opacity: 0.4;
    font-weight: 100;
    transition: all .3s ease;
}

.cascade-slider_arrow:hover {
    opacity: 0.7
}

.cascade-slider_arrow-left { left: 0; }

.cascade-slider_arrow-right { right: 0; }

.cascade-slider_nav {
    position: absolute;
    bottom: -50px;
    width: 100%;
    text-align: center;
    z-index: 5;
    padding-left: 0;
}

.cascade-slider_dot {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 6px;
    background: #D7E0F5;
    border-radius: 50%;
    list-style: none;
    cursor: pointer;
}

.cascade-slider_dot:hover { background: #A0E1ED; }

.cascade-slider_dot.cur { background: #A0E1ED; }

.sidebar {
    height: 100%;
    padding-top: 70px;
}

.page-inside .breadcrumb-container ul li {
    width: auto
}

.wrap_block_search {
    position: relative;
    background: #132A6A;
    margin-bottom: 140px;
}

.wrap_block_search::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 104px;
    background-image: url(/assets2/img/search-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -104px;
}

.wrap_block_search .content_search h1 {
    font-weight: 600;
    line-height: 54px;
    font-size: 32px;
    text-align: center;
    color: #fff;
    padding-top: 40px
}

.wrap_block_search .content_search p {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 auto
}

.wrap_block_search .search_inp {
    margin: 25px auto;
    text-align: center;
    width: 80%
}

.show-btn {
    display: block;
    color: #132A6A;
    text-decoration: underline;
    font-size: 16px;
    line-height: 19px;
    border: none;
    text-transform: uppercase;
    background: transparent;
    margin: 0 auto 50px;
}

.show-btn:hover {
    text-decoration: none;
}

.content-block h2 {
    text-align: left
}

.btn_banner {
    display: flex;
    width: 270px
}

.btn_banner p {
    width: 100%
}

.content-wrapper {
    width: 740px;
    max-width: 100%
}

.sidebar .sidebar__subtitle {
    color: #3c444c;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.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;
    color: #183a9f;
    text-align: left;
    white-space: break-spaces
}

.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: 4;
    -moz-column-gap: 20px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

.custom__list_wow {
    -moz-column-count: 3 !important;
    -moz-column-gap: 20px;
    -webkit-column-count: 3!important;
    -webkit-column-gap: 20px;
    column-count: 3 !important;
    column-gap: 20px;
}

.page-inside .custom__list li {
    position: relative;
    text-indent: 0;

}
.page-inside #our_service_landings .custom__list li {
    max-width: 33%;
}

#our_service_landings .custom__list li {
    width: 32%;
    display: flex;
}

.custom__list li {
    line-height: 36px;
    text-align: start;
}

.custom__list li::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/list-arrow.svg);
    width: 14px;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
}

.custom__list.custom__list--hashtag li:before {
    width: 17px;
    background-image: url(/assets2/img/list-arrow-hashtag.svg);
}

.custom__list li a {
    color: #272727;
    transition: .5s
}

.custom__list li a:hover {
    text-decoration: none;
    color: #35C3A6;
}

.category-tpl .custom__list {
    justify-content: space-between
}

.category-tpl .article-category .article-item h2 {
    font-size: 16px;
    line-height: 28px;
    color: #272727;
    word-break: break-word;
}

.category-tpl .article-category .article-item img {
    max-width: 100%;
    height: auto;
}

.article-item .article-item__bottom .search-highlight,
.category-tpl .article-category .article-item h2 .search-highlight {
    background-color: #89CEDA;
}

.category-tpl .article-category .article-item a:hover {
    text-decoration: none;
}

.category-tpl .custom__list li {
    width: 204px;
    background-image: none !important
}

.category-tpl .custom__list li a {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #183a9f;
    text-decoration: none;
    display: inline-flex;
    text-align: left
}

.popular-category {
    display: flex;
    justify-content: space-between
}

.popular-category-block {
    display: flex;
    flex-wrap: wrap
}

.popular-category-block .category__item {
    height: 30px;
    font-weight: 300;
    text-transform: lowercase;
    background-color: #f3f3f3;
    margin: 0 4px 4px 0;
    border-radius: 5px;
    transition: all .3s ease;
}

.popular-category-block .category__item:hover {
    background-color: #89CEDA;
}

.popular-category-block .category__item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0 8px;
    color: #565656;
    text-decoration: none
}

.category-tpl .article-category .article-item {
    border: 1px solid #B8C5E8;
    border-radius: 12px;
    margin-top: 20px;
}

.article-item .article-item__top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F2F6FF;
    border-bottom: 1px solid #B8C5E8;
    border-radius: 12px 12px 0 0;
    padding: 15px 20px;
}

.article-item .article-item__top > a {
    max-width: calc(100% - 150px);
}

.article-item .article-item__top .article-item__pages {
    background: #FFFFFF;
    border: 1px solid #B8C5E8;
    border-radius: 100px;
    width: 134px;
    height: 34px;
    position: relative;
    color: #272727;
    text-align: center;
    padding-left: 22px;
}

.article-item .article-item__top .article-item__pages::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/page-icon.svg);
    width: 16px;
    height: 18px;
    top: 7px;
    left: 22px;
}

.article-item .article-item__bottom {
    padding: 15px 20px;
}

.article-item .article-item__bottom hr {
    border-color: #B8C5E8
}

.custom__list.custom__list--hide li,
.custom__list.parent-li li {
    position: relative;
    display: none;
}

.custom__list.custom__list--hide .visible-item,
.custom__list.parent-li .item-first {
    display: block
}

.footer-nav div {
    text-align: left
}

.main-page .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap
}

.main-page .widget_tag_cloud .tagcloud a {
    font-weight: 700;
    font-size: 16px !important;
    position: relative;
    color: #3c444c;
    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 {
    margin-bottom: 40px;
}

.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 {
    display: inline-block;
    min-height: 30px;
    height: auto;
    padding: 0 8px;
    font-weight: 300;
    text-transform: lowercase;
    background-color: #f3f3f3;
    margin: 0 4px 4px 0;
    color: #565656;
    border-radius: 5px;
    transition: all .3s ease;
}

.custom__list_wrap .widget_tag_cloud .tagcloud a:hover {
    text-decoration: none;
    background-color: #89CEDA;
}

.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)
}

.price-calculator-col {
    background: #F2F6FF;
    border: 1px solid #B8C5E8;
    border-radius: 12px;
    position: sticky;
    margin: 25px 0 0 0;
    top: 85px
}

.price-calculator-col #calc_form {
    background: inherit;
    padding: 25px 15px;
}

.price-calculator-col .price-calculator__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}

.price-calculator-col .price-calculator__wrapper {
    padding: 20px 15px 0;
}

.price-calculator-col .price-calculator__wrapper hr {
    border-color: #565656;
    margin: 0;
}

.btn-group-level label {
    text-align: center;
    color: #4C4C4C;
    font-weight: 300;
    margin-top: 5px;
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #fff;
    margin: 0;
    border: 0
}

.btn-secondary {
    background: #fff;
    border: 0;
    color: #4c4c4c;
    font-size: 12px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.select2-container {
    width: 300px !important
}

.price-total {
    color: #000;
    font-size: 32px;
    font-weight: 400;
    text-align: left
}

.title-calc {
    color: #4C4C4C;
}

.justify-content-around {
    display: flex;
    align-items: center
}

.form-control {
    width: 60px;
    height: 50px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
}

.btn-group {
    height: 50px
}

.btn.focus,
.btn:focus {
    box-shadow: unset
}

.sidebar .price-calculator > hr {
    height: 1px;
    background: #e61c5d
}

.form-group {
    display: flex;
    flex-direction: column
}

.input-group-datapicker:before {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #e61c5d;
    border-radius: 0 5px 5px 0;
    z-index: 9
}

#datetimepicker {
    font-size: 12px;
    color: #4C4C4C;
    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
}

.container .list-topics ul li a h4 {
    display: inherit;
    font-size: 16px;
}

.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: 70px;
    transition: .5s;
    border-top: 0.5px solid #f2f2f2;
}

.open-search-p .search-popup {
    display: block
}

.search-popup.fixed_win {
    top: 0;
    transition: .5s
}

.search-wrap {
    height: 230px;
    background: #132a6a;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.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 .btn-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.search_inp {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.search_inp .search_inp__field {
    width: 670px;
    margin: 25px 12px 25px 0;
    font-size: 20px;
    text-align: justify;
    outline: 0;
    border: none;
    border-radius: 5px;
    padding: 10px 25px 10px 25px;
    color: #565656;
    display: block;
}

.search_inp .search_inp__btn {
    background: #132A6A;
    border-radius: 5px;
    width: 124px;
    height: 50px;
    outline: 0;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all .3s ease;
}

.search_inp .search_inp__btn:hover {
    background: #fff;
    color: #132A6A;
}

.search-icon-btn {
    cursor: pointer;
    font-weight: 300;
    font-size: 16px;
    text-align: justify;
    color: #fff;
    margin: 5px 30px 0 10px
}
.time-class-search.search-popup.fixed_win {
    top: 98px;
    transition: .5s
}
.time-class-search .search-wrap {
    height: 400px;
    display: flex;
    background: #011244;
    align-items: center;
    justify-content: center;
}
.time-class-search.search-popup {
    position: fixed;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 999;
    top: 98px;

}
.open-search-p .time-class-search.search-popup {
    display: unset;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: .5s;
}
.time-class-search.search-popup {
    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;
    top: 98px;
}
.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;
}

.cookie-banner {
    width: 610px;
    max-width: 100%;
    background: #fff;
    box-shadow: 0px -1px 8px rgba(206, 206, 206, 0.8), 0px 2px 8px #CECECE;
    border-radius: 12px;
    padding: 20px 30px;
    bottom: 30px;
    left: 30px;
    position: fixed;
    display: none;
    z-index: 999;
}

.cookie-banner.subscribe_banner_visible{
    bottom: 105px;
}

.cookie-banner__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-banner__content {
    display: flex;
    width: 410px;
}

.cookie-banner__content img {
    margin: 5px 30px 0 0;
    width: 39px;
    height: 39px;
}

.cookie-banner__content p {
    line-height: 22px;
    color: #272727;
    margin-bottom: 0;
}

.cookie-banner__content p a {
    color: #272727;
    text-decoration: underline;
}

.cookie-banner__content p a:hover {
    text-decoration: none;
}

.cookie-banner__btn {
    width: 100px;
    height: 38px;
    background: #272727;
    border: none;
    border-radius: 5px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: all .3s ease;
}

.cookie-banner__btn:hover {
    opacity: 0.85;
}

h1 {
    font-size: 33px;
    line-height: 54px
}

h3 {
    font-size: 20px
}

.continue-r {
    margin-top: 20px;
    color: #132A6A;
    text-decoration: underline;
}

.NextPrevious {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0 0;
}

.NextPrevious .nextprev-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #B8C5E8;
    border-radius: 5px;
    width: 49%;
    transition: all .3s ease;
}

.NextPrevious .nextprev-wrapper:hover {
    border-color: #132A6A;
    text-decoration: none;
}

.NextPrevious .nextprev-wrapper:hover .nextprev__arrow {
    background: #132A6A;
    color: #fff;
}

.NextPrevious .nextprev-wrapper .nextprev__arrow {
    height: 35px;
    background: #B8C5E8;
    text-transform: uppercase;
    color: #3C444C;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    transition: all .3s ease;
}

.NextPrevious .nextprev-wrapper .nextprev__arrow span {
    font-size: 18px;
}

.NextPrevious .nextprev-wrapper .nextprev__title {
    padding: 10px 20px;
    color: #565656;
    line-height: 20px;
}

/*.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;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px 0 0 0;
    align-items: baseline
}

.showAllRelatedLinks,
.ShowMorePosts {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    cursor: pointer;
    width: 190px;
    height: 40px;
    color: #e61c5d;
    border: 1px solid #e61c5d;
    border-radius: 25px;
    transition: .5s;
    text-align: center;
    letter-spacing: .625px;
    font-size: 20px;
    background: 0 0
}

.showAllRelatedLinks:hover,
.ShowMorePosts:hover {
    color: #fff;
    border: 1px solid #e61c5d;
    background: #e61c5d;
    transition: .5s
}

.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: #35C3A6;
}

.breadcrumb-container li a {
    box-sizing: unset;
    padding: 0 10px
}

.breadcrumb-container {
    font-size: 14px !important;
    padding: 0;
    margin: 0
}

.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: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px 10px;
    text-decoration: none
}

/*.wp-pagenavi a,
.wp-pagenavi span {
    min-width: 30px;
    height: 30px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    border: 1px solid #B8C5E8;
    border-radius: 2px;
    margin: 2px 7px;
    padding: 5px;
    color: #272727;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #132A6A;
    color: #fff;
    border-color: #132A6A;
}*/

.wp-pagenavi a,
.wp-pagenavi span {
    min-width: 36px;
    height: 36px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    text-decoration: none;
    border: 1px solid #D7F3ED;
    border-left: none;
    border-radius: 0;
    margin: 2px 0;
    padding: 5px;
    color: #35C3A6;
}


.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    background: #F3F3F3;
    border: 1px solid #D7F3ED;
    border-left: none;
    color: #9B9B9B;
}

.wp-pagenavi span.current{
    border: 1px solid #D7F3ED;
}


.wp-pagenavi a.first,
.wp-pagenavi a.previouspostslink{
    border: 1px solid #D7F3ED;
}
.wp-pagenavi a.first,
.wp-pagenavi a.last{
    display: none;
}
main.not_found {
    padding: 0;
    background-color: #F2F6FF;
    padding-bottom: 190px;
}

.not_found-wrapper {
    background-color: #fff;
    padding: 210px 0 170px;
    position: relative;
}

.not_found-wrapper::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 38px;
    bottom: 0;
    left: 0;
    background-image: url(/assets2/img/not-found-bg.png);
}

.not_found-wrapper .search_inp {
    width: 536px;
}

.not_found-wrapper .not_found-title {
    font-size: 32px;
    margin-bottom: 60px;
}

.not_found--404 .not_found-wrapper .not_found-title {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 0;
}

.not_found-wrapper .not_found-img {
    position: relative;
}

.not_found-wrapper .not_found-img::after {
    content: '';
    background: url(/assets2/img/not-found.svg) no-repeat;
    background-size: contain;
    width: 339px;
    height: 341px;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 9;
}

.not_found--404 .not_found-wrapper .not_found-img::after {
    background: url(/assets2/img/not-found--404.svg) no-repeat;
    width: 371px;
    height: 402px;
    top: -160px;
    background-size: contain;
}

.not_found-wrapper .search_inp__field {
    width: 400px;
    border: 1px solid #B8C5E8;
}

.not_found-wrapper .search_inp__btn {
    height: 52px;
    border: 1px solid #132a6a;
}

.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-weight: 700;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fff
}

.seo_discount_popup_desc {
    font-weight: 300;
    font-size: 16px;
    color: #b9ceeb
}

.seo_discount_popup_desc span {
    color: #fff;
    font-weight: 700
}

.seo_discount_popup_button {
    width: 230px;
    height: 40px;
    background: #e61c5d;
    border-radius: 25px;
    font-weight: 700;
    font-size: 20px;
    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-weight: 400;
    font-size: 18px;
    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-weight: 300;
    color: #b9ceeb;
    margin: 5px 0 0 0
}

.seo_discount_popup_text3 {
    font-weight: 300;
    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
}

#scroll_top_full {
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 100px;
    right: 22px;
    cursor: pointer;
    border-radius: 50%;
    background: #F5F8FF url(/assets2/img/fast-forward.svg) no-repeat;
    box-shadow: 0px 4px 4px #D6D6D6;
    background-position: center center;
}

#scroll_top_full.subscribe_banner_visible{
    bottom: 185px;
}

.post-wrapper,
.category-tpl .article-category .article-item {
    width: 100%;
    max-width: 100%;
}

.pc {
    display: none
}

.all-blocks {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #e61c5d;
    padding: 30px 0 0 0;
    width: 100%
}

.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
}

.category-tpl .custom__list.new_design_list{
    column-count: 2;
    display: flex;
    flex-wrap: wrap;
}

.category-tpl .custom__list.new_design_list li{
    width: 47%;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.sidebar .sidebar__categories {
    text-align: left;
}

.sidebar__categories_wrap {
    margin-bottom: 40px;
}

.sidebar__categories div {
    display: inline;
    padding: 3px 5px 3px 0;
    margin-bottom: 10px
}

.sidebar__categories div a {
    display: inline-block;
    min-height: 30px;
    height: auto;
    padding: 0 8px;
    font-weight: 300;
    text-transform: lowercase;
    background-color: #f3f3f3;
    margin: 0 4px 4px 0;
    color: #565656;
    border-radius: 5px;
    transition: all .3s ease;
    text-decoration: none;
}

.sidebar__categories div a:hover {
    text-decoration: none;
    background-color: #89CEDA;
}

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-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;
}

footer .block_center .more div {
    width: 250px
}

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
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 5;
    background-color: #132A6A;
    padding: 4px 0;
}

.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;
    color: #000;
    font-weight: 300;
    padding: 0 15px
}

.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;
    line-height: 38px;
    padding: 7px 20px;
    font-size: 13px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    color: #000;
    outline: 0;
}

.select2-dropdown {
    border: 1px solid #dbdbdb
}

.block__main-nav.speed-in {
    top: 0
}

.nav_wowNaw .container {
    position: relative;
}

.nav_wowNaw .navbar-menu {
    border-bottom: 1px solid #183D72;
}

.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-weight: 300;
    color: #fff;
    margin: 0 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_wowNaw .collapse.navbar-collapse .menu-item-has-children a {
    color: #3D3B3C;
}

.nav_wowNaw .collapse.navbar-collapse .menu-item-has-children a:hover {
    color: #35C3A6;
}

.nav_wowNaw .collapse.navbar-collapse li a,
.nav_wowNaw .collapse.navbar-collapse li p {
    position: relative;
    font-weight: 300;
    text-align: justify;
    color: #fff;
    margin: 0 14px;
    cursor: pointer;
    height: 42px;
    padding: 4px 12px;
    display: flex;
    align-items: center;
    text-transform: none;
}



.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 .menu-item-has-children p::after {
    content: '';
    position: absolute;
    transition: .5s;
    right: 0;
    top: 20px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #89C5F8;
}

.nav_wowNaw .navbar-nav .menu-item-has-children.open p::after {
    transform: rotate(180deg);
    transition: .5s;
}

.nav_wowNaw .btn-show-all {
    background: #F2F6FF;
    border-radius: 4px;
    width: 100%;
    margin: 30px 0 0 0;
    display: flex;
    align-items: center;
    padding: 5px 0
}

.nav_wowNaw .btn-show-all a {
    width: 100%;
    color: #35C3A6 !important;
}

.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: 15px 15px 0;
}

.navig-menu {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.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
}

.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-has-children > p::after {
    content: '';
    position: absolute;
    transition: .5s;
    right: -15px;
    top: 14px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 6px solid #89C5F8;
}

.block__main-nav .menu-item-has-children.open > p::after {
    transform: rotate(180deg);
}

.nav_wowNaw .menu-item-has-children p {
    position: relative;
}

.nav_wowNaw .menu-item-has-children:hover ul {
    display: none
}

.nav_wowNaw .menu-item-has-children.open ul {
    display: flex;
    flex-wrap: wrap;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    top: 70px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(131, 131, 131, 0.5);
    padding: 20px 40px
}

.nav_wowNaw .menu-item-has-children.open.about ul,
.nav_wowNaw .menu-item-has-children.open.useful ul,
.nav_wowNaw .menu-item-has-children.open.our .submenu ul {
    flex-direction: column;
    width: fit-content;
    padding: 10px 20px;
}
.nav_wowNaw .menu-item-has-children.open.our .submenu {
    width: fit-content;
    padding: 10px 20px;
}

.menu-item-has-children.about.open,
.menu-item-has-children.open.useful {
    position: relative;
}
.nav_wowNaw .menu-item-has-children.open.about ul,
.nav_wowNaw .menu-item-has-children.open.useful ul {
    left: 0;
}
.block__main-nav ul li {
    margin: 0;
    padding: 15px;
}

.block__main-nav ul li p {
    margin-bottom: 0;
}

.block__main-nav ul li a:hover {
    color: #3c444c
}

.block__main-nav .btn-show-all {
    background: #F2F6FF;
    border-radius: 4px;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 5px 0;
    text-align: center;
}

.search-block .sidebar {
    padding-top: 50px;
}

.block-note {
    width: 100%;
    padding: 50px 0 0 60px;
    position: relative;
    margin-top: 50px;
    border-top: 1px solid #565656;
}

.block-note__wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    background: #FFEDED;
    border-radius: 12px;
}

.block-note::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/warning-sign.svg);
    width: 45px;
    height: 45px;
    top: 40px;
    left: 0;
}

.block-note__content {
    width: 360px;
    max-width: 100%;
}

.block-note__content p {
    line-height: 20px;
    margin: 0;
}

.block-note__content p:first-child {
    margin-bottom: 10px;
}

.block-note .default-btn {
    width: 170px !important;
    height: 36px;
    font-size: 14px;
    line-height: 36px;
    padding: 0;
}

.wrap-head-page {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 40px;
}

.wrap-head-page .banner-inside-page {
    position: relative;
    width: 216px;
    background: #132A6A;
    border-radius: 12px;
    padding: 35px 15px 20px 15px;
}

.wrap-head-page .banner-inside-page::before {
    content: '';
    background-image: url(/assets2/img/blue-bird.svg);
    width: 62px;
    height: 74px;
    background-size: contain;
    top: -22px;
    right: 8px;
    position: absolute;
    z-index: 0;
}

.wrap-head-page .banner-inside-page .banner-inside-page__title {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    z-index: 1;
    position: inherit;
}

.wrap-head-page .banner-inside-page .banner-inside-page__dscr {
    color: #fff;
    font-size: 12px;
    line-height: 20px;
}

.wrap-head-page .banner-inside-page a {
    display: inline-block;
    margin-top: 15px;
    width: 100%;
    height: 36px;
    background: #FFFFFF;
    border-radius: 5px;
    color: #132A6A;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    transition: .3s all ease;
}

.wrap-head-page .banner-inside-page a:hover {
    opacity: 0.85;
    text-decoration: none;
}

.sample-page .sidebar {
    padding-top: 30px;
}

.sample-page .inner-content-wrapper {
    margin-bottom: 0;
}
.sample-page .inner-content-wrapper p {
    word-break: break-word;
}

.wrap-head-page .details-page {
    width: 430px;
    border: 1px solid #F2F6FF;
    background: #F2F6FF;
    border-radius: 12px;
    padding: 10px 15px;
    min-height: 230px
}

.wrap-head-page .details-page p {
    color: #3C444C;
    margin: 5px 0 5px 0
}

.wrap-head-page .details-page p a {
    color: #3C444C;
    text-decoration: underline;
}

.wrap-head-page .details-page p a:hover {
    text-decoration: none;
}

.page-inside .custom__list.pop-types-academic li{
    width: 245px;
    text-align: left;
}
.popular-topics {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.slick-arrow {
    position: absolute;
    top: -100px;
    right: 28px;
    cursor: pointer;
}
.prev.slick-arrow {
    right: 72px;
}

.page-inside.search-block {
    padding-top: 69px;
    margin-bottom: 100px;
}

.page-inside.sample-page,
.page-inside.inner-cattag {
    padding: 110px 0
}

.page-inside.sample-page h1,
.page-inside.inner-cattag h1 {
    font-size: 28px;
    line-height: 40px;
    margin-top: 40px;
}

.custom_category_text ul li {
    position: relative;
    line-height: 30px;
    padding-left: 22px;
}

.custom_category_text ul li::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/list-arrow.svg);
    width: 14px;
    height: 16px;
    left: 0;
    top: calc(50% - 8px);
}

.custom_category_text ul p {
    line-height: 30px;
}

.inner-cattag .mob-block-l {
    display: none
}

.inner-cattag .widget_tag_cloud .tagcloud {
    display: flex;
    flex-wrap: wrap;
}

.inner-cattag .custom__list li:before {
    background-image: none !important
}

.inner-cattag .custom__list.custom__list_pen li:before{
    background-image: url("/assets2/img/list-arrow-hashtag.svg")!important;
}

.inner-cattag.page-inside .custom__list li {
    padding: 0
}

.inner-cattag .custom__list.custom__list_pen li{
    padding-left: 25px;
}

.inner-cattag .custom__list.custom__list_pen li a {
    color: #272727;
    transition: .5s;
}

.innet_cat_subheader{
    margin-top: 30px;
}

.show_more_subcat{
    display: block;
    color: #132A6A;
    text-decoration: underline;
    font-size: 16px;
    line-height: 19px;
    border: none;
    text-transform: uppercase;
    background: transparent;
    margin: 20px auto 50px;
}

.inner-cattag .custom__list.custom__list_pen li a:hover {
    text-decoration: none;
    color: #35C3A6;
}

.citation-block {
    margin: 30px 0 40px;
    border: 1px solid #B8C5E8;
    border-radius: 5px;
}

.citation-block .citation-block__title {
    font-size: 16px;
    line-height: 24px;
    padding: 12px 15px;
}

.citation-block .tab-titiles {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    color: #272727;
    margin-bottom: 12px;
}

.citation-block .tab-titiles span {
    font-size: 12px;
    line-height: 24px;
    margin-right: 12px;
    white-space: nowrap;
}

.citation-block .tab-titiles ul {
    margin: 0;
    padding: 0;
}

.citation-block .b-tab {
    padding: 12px 90px 12px 15px;
    background: #F2F6FF;
    border-radius: 5px 0 0 5px;
    font-size: 12px;
    line-height: 20px;
    display: none;
}

.citation-block .b-tab.active {
    display: block;
}

.citation-block .b-nav-tab {
    display: inline-block;
    padding: 0 7px;
    cursor: pointer;
    font-size: 12.8px;
    height: 28px;
    line-height: 26px;
    border-radius: 5px;
    border: 1px solid #F3F3F3;
    text-transform: uppercase;
}

.citation-block .b-nav-tab::before {
    display: none;
}

.citation-block .b-nav-tab.active {
    background: #132A6A;
    border: 1px solid #132A6A;
    color: #fff;
}

.citation-block .tab-contents {
    display: flex;
    position: relative;
}

.citation-block .tab-items {
    width: 100%
}

.citation-block .citation-copy {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
    height: 56px;
    background-color: #B8C5E8;
    color: #132A6A;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    text-transform: uppercase;
}

.citation-block .citation-copy.copied-class {
    background-color: #E0E9FF;
}

.mainCta.mainCta--blog h1 {
    font-size: 60px;
    line-height: 65px;
}

.mainCta__wrapper {
    position: relative;
}

.mainCta__wrapper .mainCta__banner {
    position: absolute;
    right: 70px;
    bottom: 25px;
}

.mainCta__calculator {
    display: flex;
    justify-content: flex-end;
}

.sidebar-services__item {
    position: relative;
    padding: 0 22px;
    margin-bottom: 10px;
}

.sidebar-services__item::before {
    position: absolute;
    content: '';
    background-image: url(/assets2/img/list-arrow.svg);
    width: 14px;
    left: 0;
    height: 16px;
    top: calc(50% - 8px);
}

.sidebar-services__item a {
    color: #3C444C;
}

.sidebar-services__item a:hover {
    text-decoration: none;
    color: #35C3A6;
}

.block-social.posts {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.block-social.posts p {
    margin: 0 15px 0 0;
}

.sidebar-banner2 {
    background-image: url(/assets2/img/sidebar-banner.svg);
    border-radius: 12px;
    margin-bottom: 32px;
    padding: 30px 20px 40px;
    color: #fff;
}

.sidebar-banner2__title {
    font-size: 36px;
}

.sidebar-banner2__title span {
    display: none;
}

.sidebar-banner2 hr {
    border-color: #4B5D8E;
}

.sidebar-banner2 .sidebar-banner2__list {
    margin: 35px 0 50px;
}

.sidebar-banner2 .sidebar-banner2__list li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 20px !important;
}

.sidebar-banner2 .sidebar-banner2__list li::before {
    position: absolute;
    content: '';
    background-image: url(/assets2/img/list-arrow.svg);
    width: 14px;
    left: 0;
    height: 16px;
    top: calc(50% - 8px);
}

.sidebar-banner2 .default-btn {
    width: 100%;
}

.popular-categs {
    margin-bottom: 30px;
    padding: 25px 30px;
    background: #F9F9F9;
    width: 100%;
}

.popular-categs__title {
    letter-spacing: 0.3px;
    color: #E61C5D;
    font-weight: bold;
    font-size: 18px;
}

.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;
}

.mainCta--blog-post.mainCta h1 {
    min-height: auto;
    margin-bottom: 15px;
}

.wrap-article-category .article-info.article-info--post {
    justify-content: normal;
}

.wrap-article-category .article-info.article-info--post .article-info-wrapper {
    margin-right: 25px;
}

.banner-topic {
    max-width: 100%;
    min-height: 112px;
    margin: 40px auto;
    background: #132A6A;
    border-radius: 12px;
    position: relative;
    padding: 20px 35px;
    color: #fff;
}

.banner-topic::after {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/blue-bird.svg);
    background-size: contain;
    width: 105px;
    height: 125px;
    top: -20px;
    right: 20px;
}

.banner-topic .banner-topic__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: calc(100% - 100px);
    font-size: 14px;
    line-height: 30px;
}

.banner-topic p {
    margin: 0;
    line-height: 20px;
}

.banner-topic .banner-topic__title {
    margin-bottom: 15px;
    font-size: 20px;
}

.banner-topic .banner-topic__wrapper .default-btn {
    width: 160px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
}


.banner-topic2 {
    max-width: 100%;
    min-height: 112px;
    margin: 40px auto;
    background: #132A6A;
    border-radius: 12px;
    position: relative;
    padding: 15px 35px;
    color: #fff;
}

.banner-topic2::after {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/topic-banner-bg.svg);
    background-size: contain;
    width: 174px;
    height: 137px;
    top: 0;
    right: 0;
}

.banner-topic2 .banner-topic2__title {
    font-size: 20px;
    margin-bottom: 5px;
}

.banner-topic2 .banner-topic2__dscr {
    margin-bottom: 10px;
}

.banner-topic2 .default-btn {
    width: 160px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    padding: 0;
}

.type-of-paper .custom__list li {
    width: 245px;
}
.page-inside .testimonials a {
    display: contents;
}

.mainCta {
    position: relative;
    margin-bottom: 140px;
}

.mainCta::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 162px;
    background-image: url(/assets2/img/top-background.png);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -162px;
}

.mainCta--calc .default-btn {
    padding: 0 15px 0 0;
    font-size: 16px;
    margin: 0 !important;
}

.mainCta--calc h1 {
    display: flex;
    align-items: center;
    min-height: 170px;
    margin: 0;
    font-size: 30px;
}

.full-divider {
    width: 408px;
    height: 2px;
    background: radial-gradient(100% 100% at 0% 50%, #46ACCD 0%, #24D980 100%);
    border-radius: 1px;
    margin-top: 25px;
}

.search-block .inner-content-wrapper {
    margin-top: 50px;
    margin-bottom: 70px;
}

.free-examples .inner-content-wrapper .subheader-left {
    margin-bottom: 25px;
}

.free-examples .free-samples__slider-wrapper hr {
    border-color: #CDD3E0;
    margin: 80px auto;
}

.free-examples .full-bg--light .subheader-left {
    margin-bottom: 50px;
}

.free-examples .subheader-left {
    font-size: 28px;
    font-weight: 600;
}

.free-examples .container__img-top,
.free-examples .container__img-bottom {
    position: relative;
}

.free-examples .container__img-top::after,
.free-examples .container__img-bottom::after {
    content: '';
    width: 125px;
    height: 126px;
    background-size: contain;
    position: absolute;
    z-index: 1;
}

.free-examples .container__img-bottom::after {
    bottom: -140px;
    left: 0;
    background-image: url(/assets2/img/samples-container-after.svg);
}

.free-examples .container__img-top::after {
    top: -120px;
    right: 140px;
}

.free-examples .type-paper .container__img-top::after {
    background-image: url(/assets2/img/container-type-paper.svg);
}

.free-examples .essays-on .container__img-top::after {
    background-image: url(/assets2/img/container-essays.svg);
}

.inner-content-wrapper {
    margin-bottom: 130px;
}

.inner-content-wrapper h4 {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    padding-left: 40px;
}

.inner-content-wrapper img {
    max-width: 100%;
}

.inner-content-wrapper h4::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/list-arrow.svg);
    background-size: contain;
    width: 28px;
    height: 30px;
    left: 0;
    top: 3px;
}

.column-list {
    column-count: 4;
}

.inner-content-wrapper ul li{
    position: relative;
    line-height: 40px;
    padding-left: 25px;
}

.inner-content-wrapper ul li::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/list-arrow.svg);
    background-size: contain;
    width: 14px;
    height: 15px;
    left: 0;
    top: 12px;
}

.inner-content-wrapper ul.slick-dots li {
    padding-left: 0;
}

.inner-content-wrapper ul.slick-dots li::before {
    display: none;
}

.inner-content-wrapper .dot-list li::before {
    content: '\2022';
    background-image: none;
    color: #35C3A6;
    font-size: 36px;
    top: -2px;
}

.inner-content-wrapper li span,
.inner-content-wrapper h4 a,
.inner-content-wrapper p a {
    color: #35C3A6;
}

.inner-content-wrapper p img {
    display: block;
    margin: 0 auto;
}

.prices .inner-content-wrapper h2 {
    text-align: center;
}

.prices .inner-content-wrapper h3 {
    text-align: left;
}

.inner-content-wrapper h3 {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
}

.inner-content-wrapper h3 a {
    color: #35C3A6;
}

.inner-content-wrapper .default-btn {
    width: 300px;
}

.howto__dscr a {
    color: #35C3A6;
}

.process-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 40px;
    position: relative;
}

.process-wrapper::before {
    content: '';
    position: absolute;
    width: 700px;
    border-top: 1px dashed #132A6A;
    top: 22px;
    left: calc(50% - 350px);
}

.process-wrapper .process-item {
    max-width: 320px;
    min-width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    z-index: 1;
    padding: 0 10px;
}

.process-wrapper .process__step {
    width: 45px;
    height: 45px;
    background: #132A6A;
    color: #FFFFFF;
    font-size: 20px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 15px;
}

.process-wrapper .process__title {
    font-size: 18px;
}

.ourSubjects {
    margin-bottom: 90px;
}

.ourSubjects .subject {
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 50px 0 50px 0;
}

.ourSubjects .subject .subject-slider {
    margin: 0 0 10px 0;
}

.ourSubjects .subject-slider__item {
    height: 165px;
    margin: 0 5px;
    border: 1px solid #B8C5E8;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    outline: none;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    transition: .3s;
}

.ourSubjects .subject-slider__item:first-child {
    margin-bottom: 15px;
}

.ourSubjects .subject-slider__item:hover {
    background-color: #132A6A;
    border: 1px solid #132A6A;
    transition: .3s;
    color: #ffffff;
}

.ourSubjects .subject-slider__item a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #3C444C;
    text-decoration: none;
}

.ourSubjects .subject-slider__item a::before {
    content: '';
    position: absolute;
    width: 66px;
    height: 66px;
    background: #EDF9FB;
    border-radius: 50%;
    z-index: 1;
    top: 20px;
    left: calc(50% - 33px);
}

.ourSubjects .subject-slider__item .subject-img {
    z-index: 2;
}

.ourSubjects .subject-slider__item:hover a {
    color: #ffffff;
}

.ourSubjects .subject-slider__item:hover a::before {
    background: #344D92;
}

.ourSubjects .subject-slider__item:hover .subject-img img {
    filter: contrast(100);
}

.ourSubjects .subject-slider__item .subject-title {
    position: relative;
    margin: 10px 0 0 0;
}

.ourSubjects .subject-slider__item .subject-title::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #35C3A6;
    bottom: -5px;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.ourSubjects .slick-arrow {
    position: absolute;
    top: -98px;
    width: 30px;
    height: 30px;
    border: 1px solid #B8C5E8;
    border-radius: 5px;
    right: 0;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    color: #3C444C;
    transition: .5s all ease;
}

.ourSubjects .slick-arrow:hover {
    background: #132A6A;
    border: 1px solid #132A6A;
    color: #fff;
}

.ourSubjects .subject .prev {
    right: 45px;
}

.faq-content--item {
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
    border-bottom: 1px solid #D7F3ED;
}

.faq-content--item.open {
    border-bottom: 1px solid #35C3A6;
}

.faq-content--item:after {
    content: '+';
    position: absolute;
    color: #35C3A6;
    top: 24px;
    right: 20px;
    font-size: 22px;
    line-height: 22px;
}

.faq-content--item.open:after {
    content: '-';
}

.faq-content--item .header {
    width: 100%;
    height: 68px;
    display: flex;
    cursor: pointer;
    align-items: center;
}

.faq-content--item .header h3 {
    font-size: 16px;
    margin: 0;
    align-items: center;
    font-weight: normal;
    color: #3C444C;
    padding: 0 40px 0 0;
}

.faq-content--item .header + .body {
    display: none;
}

.faq-content--item.open .body {
    display: block;
    padding-bottom: 30px;
}

.faq-content--item .li-marker li {
    position: relative;
}

.faq-content--item .li-marker li::before {
    position: absolute;
    content: '\2022';
    left: -15px;
    color: #35C3A6;
    font-size: 28px;
    top: 0;
}

.faq-tab-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 50px 0 70px 0;
}


#callback-float-btn .float-btn {
    position: fixed;
    z-index: 6;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    bottom: 20px;
    right: 20px;
    background-color: #89C5F8;
    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.subscribe_banner_visible{
    bottom: 98px;
}

#callback-float-btn .float-btn--inner {
    display: inline-block;
    background: #89C5F8;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #89C5F8;
    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(/assets2/img/our-subjects/closes-btn.svg);
    background-repeat: no-repeat;
    width: 22px;
    height: 21px;
    animation: unset;
    transition: unset;
}

#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;
}

.float-btn .float-btn--inner-dropdown {
    display: flex;
    flex-direction: column;
}

.float-btn .title {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #3C444C;
    margin: 0 0 10px 0;
}

.float-btn .chat {
    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("/assets2/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("/assets2/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("/assets2/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(/assets2/img/our-subjects/speech-bubbles.svg);
    }
    25% {
        background-image: url(/assets2/img/our-subjects/close-envelope.svg);
    }
    50% {
        background-image: url(/assets2/img/our-subjects/close-envelope.svg);
    }
    100% {
        background-image: url(/assets2/img/our-subjects/speech-bubbles.svg);
    }
}

.custom__list.pen.row.main-page {
    position: relative;
}

.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;
}

.countPost {
    display: none;
}

.appendCount {
    display: flex;
    align-items: center;
}

/*.appendCount span:nth-child(2) {
    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: #2D478D linear-gradient(to bottom, #2D478D 49.5%, #6982C4 49.5%, #243F8A 50.5%);
    border-radius: 4px;
    width: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    position: relative;
    margin: 0 0 0 10px;
}

.wrap-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benefits .wrap-title + .tp {
    text-align: center;
}

.wrap-appendCount p {
    padding: 0 0 0 10px;
    border-top: unset;
    margin: 15px 0 20px 0;
    color: #f5f5f5;
}

.wrap-title img {
    height: 60px;
    width: auto;
    margin: 0 15px 0 0;
}

.post-wrapper {
    max-width: 100%;
    width: auto;
}

.info-block {
    display: block;
    margin: 0 0 30px 0;
}

.info-block-tab,
.info-block-mob {
    display: none;
    margin: 0 0 30px 0;
}

.info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.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;

}

.writingServices .sidebar-services__item.item-first, .subcategory-list .sidebar_items.item-first, .tags-list .sidebar_items.item-first, .paper_types .sidebar_items.item-first {
    display: inline;
}


.writingServices.writingServices_sidebar .sidebar-services__item.item-first, .writingServices.related-block .sidebar-services__item.item-first, .tags-list.not-sidebar .sidebar_items.item-first, .subcategory-list.not-sidebar .sidebar_items.item-first {
    display: block;
}

.writingServices .sidebar-services__item, .subcategory-list .sidebar_items, .tags-list .sidebar_items, .paper_types .sidebar_items {
    display: none;
}

.sidebar-services__wrapper {
    margin-bottom: 20px;
}
.sidebar-article-category .wrap-fixed {
    position: sticky;
    top: 120px;
}
.banner-writers-id {
    background: #F2F6FF;
    border: 1px solid #B8C5E8;
    border-radius: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.banner-writers-id .info-writers {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #B8C5E8;
    padding: 22px 18px 0;
}

.banner-writers-id .info-writers img {
    width: 84px;
    height: 84px;
}

.banner-writers-id .info-writers .info-writers__badge {
    width: 102px;
    height: 22px;
    font-size: 12px;
    line-height: 22px;
    border-radius: 12px;
    color: #FFFFFF;
    background: #35C3A6;
    text-align: center;
}

.banner-writers-id .rating {
    display: flex;
}

.banner-writers-id .genNumStar {
    font-weight: normal;
    margin: 0 0 0 10px;
}

.banner-writers-id .rating .stars {
    display: flex;
    margin: 3px 0 0 0;
}

.banner-writers-id .rating .stars span {
    background: url("/assets2/img/Star.svg");
    width: 25px;
    height: 20px;
    position: relative;
    display: block;
}

.banner-writers-id .writers-description {
    padding: 8px 18px 25px;
}

.banner-writers-id .writers-description .title p {
    margin: 0;
    font-weight: 300;
}

.banner-writers-id .writers-description .wrap-p {
    font-size: 12px;
    line-height: 20px;
    color: #565656;
    padding: 10px 16px 7px;
    border: 1px solid #B8C5E8;
    border-radius: 4px;
    background: #fff;
}

.banner-writers-id .writers-description .wrap-p .p-list {
    position: relative;
    margin: 0 0 7px 25px;
}

.banner-writers-id .writers-description .wrap-p p {
    margin-bottom: 7px;
    padding: 0 !important;
}

.banner-writers-id .writers-description .wrap-p .p-list::before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: -25px;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-writers-id .writers-description .wrap-p .p-1::before {
    background-image: url("/assets2/img/icon-p1.svg");
}

.banner-writers-id .writers-description .wrap-p .p-2::before {
    background-image: url("/assets2/img/icon-p2.svg");
}

.banner-writers-id .writers-description .wrap-p .p-3::before {
    background-image: url("/assets2/img/icon-p3.svg");
}

.banner-writers-id .default-btn {
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0;
}

.writers-description__dscr {
    margin: 10px 0;
}

.banner-writers-id .btn-writer {
    background: #E61C5D;
    border-radius: 25px;
    width: 240px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.banner-writers-id .btn-writer a {
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;

}
.banner-writers-id .info-writers p strong.gNumFinish{
    font-weight: bold;
}
.banner-writers-id .writers-description p strong {
    font-weight: bold;
}

.testimonials-block__item {
    width: 100%;
    background: #132A6A;
    border: 1px solid rgba(53, 195, 166, 0.2);
    border-radius: 5px;
    padding: 45px 70px 30px;
    position: relative;
    margin-bottom: 35px;
}

.testimonials-block__item::after {
    content: '';
    position: absolute;
    width: 21.6px;
    height: 24px;
    background-image: url(/assets2/img/slider-after.svg);
    bottom: -7px;
    right: 68px;
}

.testimonials-block__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.testimonials-block__rate {
    width: 134px;
    height: 18px;
    background-image: url(/assets2/img/slider-rating.svg);
}

.testimonials-block__date {
    color: #89C5F8;
    font-size: 12px;
}

.testimonials-block__middle {
    margin-bottom: 20px;
    color: #fff;
}
.testimonials-block__bottom {
    color: #fff;
}

.price-calculator-col .bottom_form_part .default-btn {
    font-size: 12px;
    padding: 0;
}

.price-calculator-col .bottom_form_part .default-btn::after {
    display: none;
}

.price-calculator-col .block-academic-level .btn-group {
    height: auto;
    flex-wrap: wrap;
}

.price-calculator-col .quantity_wrp .form-control {
    width: 89px;
}

.price-calculator-col .quantity_wrp .bottom_btn_wrp {
    width: 189px;
    margin-left: 5px;
}

.price-calculator-col .quantity_wrp .bottom_btn_wrp .btn-custom {
    justify-content: center;
}

.price-calculator-col .deadline_group {
    width: 100%;
}

.price-calculator-col .datetimepicker_wrap {
    max-width: none;
}

.price-calculator-col .bottom_form_part .title-calc {
    line-height: 24px;
}

.price-calculator-col .bottom_form_part .col-proceed {
    max-width: 175px;
}

.blogpost-item {
    margin-bottom: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #D7F3ED;
}

.blogpost-item .blogpost-item__date {
    color: #828282;
}

.blogpost-item .blogpost-item__title {
    font-size: 34px;
    line-height: 50px;
    letter-spacing: 1px;
}

.blogpost-item .subheader-line {
    margin: 0 0 20px 0;
}

.blogpost-item .blogpost-item__img {
    margin-bottom: 30px;
}

.blogpost-item .blogpost-item__img img {
    max-width: 100%;
}

.blogpost-item .bordered-btn {
    width: 300px;
    height: 50px;
    line-height: 50px;
}

.blog-post .blogpost-item h2 {
    position: relative;
    font-size: 34px;
    line-height: 50px;
    text-align: center;
    margin-bottom: 40px;
    font-weight: 300;
}

.blog-post .blogpost-item h3 {
    position: relative;
    margin-bottom: 30px;
}

.blog-post .blogpost-item h3::after,
.blog-post .blogpost-item h2::after {
    content: '';
    position: absolute;
    width: 80px;
    height: 2px;
    background: #35C3A6;
    left: calc(50% - 40px);
    bottom: -12px;
}

.blog-post .btn-green.btn-order{
    margin: auto;
}

.blogpost-item ul li a {
    color: #565656;
}

.blogpost-item ul li a:hover {
    text-decoration: none;
    color: #35C3A6;
}

.related-posts .related-posts__heading {
    font-size: 22px;
}

.related-posts .related-posts__wrapper {
    display: flex;
    justify-content: space-between;
}

.related-posts .related-posts__item {
    width: 190px;
    background: #132A6A;
    border: 1px solid #132A6A;
    border-radius: 6px;
    transition: opacity .3s ease;
}

.related-posts .related-posts__item:hover {
    opacity: 0.85;
}

.related-posts .related-posts__top {
    height: 140px;
    background: #B8C5E8 url(/assets2/img/related-birds.svg) no-repeat center;
    border-radius: 4px 4px 0 0;
}

.related-posts .related-posts__bottom {
    border-radius: 0 0 4px 4px;
    padding: 10px;
    line-height: 24px;
    text-align: center;
}

.related-posts .related-posts__bottom div {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.related-posts .related-posts__bottom div:hover {
    text-decoration: none;
    color: #fff;
}

.parent-category {
    padding-bottom: 20px;
    border-bottom: 1px solid #D7F3ED;
}

.parent-category a {
    color: #35C3A6;
}

.related-posts__pag {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.related-posts__pag .related-pag {
    position: relative;
    color: #35C3A6;
    line-height: 30px;
    padding: 0 25px;
}

.related-posts__pag .related-pag::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/arrow-pag.svg);
    width: 16px;
    height: 14px;
    top: calc(50% - 7px);
}

.related-posts__pag .related-pag.related-pag--prev {
    text-align: left;
}

.related-posts__pag .related-pag.related-pag--prev::before {
    left: 0;
}

.related-posts__pag .related-pag.related-pag--next {
    text-align: right;
}

.related-posts__pag .related-pag.related-pag--next::before {
    right: 0;
    transform: rotate(180deg);
}

.sample-banner {
    width: 100%;
    margin: 60px 0 90px;
    border-radius: 12px;
    background: #132A6A url(/assets2/img/sample-banner-bg.svg) no-repeat;
    padding: 40px 90px;
    position: relative;
    color: #fff;
}

.sample-banner::after {
    content: '';
    position: absolute;
    background: url(/assets2/img/sample-banner-img.svg) no-repeat;
    background-size: contain;
    width: 190px;
    height: 219px;
    z-index: 2;
    bottom: 33px;
    right: 84px;
}

.sample-banner .default-btn {
    width: 300px;
}

.sample-banner .sample-banner__title {
    font-size: 36px;
}

.type-banner {
    position: relative;
    margin-top: 100px;
    background: #F2F6FF;
    border-radius: 12px;
    padding: 40px;
}

.type-banner::after {
    content: '';
    position: absolute;
    background: url(/assets2/img/type-banner-img.svg) no-repeat;
    background-size: contain;
    width: 260px;
    height: 328px;
    top: -45px;
    right: 55px;
}

.type-banner .type-banner__title {
    font-size: 26px;
    margin-bottom: 25px;
}

.free-samples__banner .free-samples__banner__list {
    margin-bottom: 45px;
}

.essayson__banner {
    background: #F2F6FF;
    border-radius: 12px;
    padding: 20px 40px 40px 40px;
    position: relative;
}

.essayson__banner::after {
    content: '';
    position: absolute;
    top: 0;
    right: 45px;
    width: 204px;
    height: 220px;
    background: url(/assets2/img/essayson-banner-img.svg) no-repeat;
    background-size: contain;
}

.essayson__banner__list li {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}

.essayson__banner__list li::before {
    position: absolute;
    content: '';
    background: url(/assets2/img/essayon-list-img.svg) no-repeat;
    background-size: auto;
    background-size: contain;
    width: 35px;
    left: 0;
    height: 36px;
    top: calc(50% - 18px);
}

.essayson__banner__list li span {
    display: inline-block;
    width: 35px;
    text-align: center;
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #35C3A6;
}

.essayson__banner .essayson__banner__list,
.type-banner .type-banner__list,
.sample-banner .sample-banner__list {
    margin-bottom: 30px;
}

.type-banner .type-banner__list li,
.free-samples__banner .free-samples__banner__list li,
.sample-banner .sample-banner__list li {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
}

.type-banner .type-banner__list li::before,
.free-samples__banner .free-samples__banner__list li::before,
.sample-banner .sample-banner__list li::before {
    position: absolute;
    content: '';
    background: url(/assets2/img/list-arrow.svg) no-repeat;
    background-size: contain;
    width: 20px;
    left: 0;
    height: 21.5px;
    top: calc(50% - 11px);
}

.sample-subtitle {
    font-weight: 600;
    font-size: 28px;
    line-height: 50px;
    color: #272727;
}

.sample-list__wrapper .subheader-line {
    margin: 20px 0 30px;
}

.sample-slider {
    min-height: 672px;
    margin: 90px 0;
    padding: 65px 15px;
    background-image: url(/assets2/img/sample-slider-bg.png);
}

.sample-slider__wrapper {
    position: relative;
}

.sample-slider__wrapper::after {
    content: '';
    position: absolute;
    width: 152px;
    height: 182px;
    background: url(/assets2/img/blue-bird.svg) no-repeat;
    background-size: contain;
    right: 0;
    top: -180px;
}

.sample__slider .slider-item {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #B8C5E8;
    border-radius: 12px;
    padding: 25px 25px 25px 70px;
    margin-right: 20px;
    height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 24px;
    text-align: center;
    color: #272727;
    transition: all .3s ease;
}

.sample__slider .slider-item:hover {
    border-color: #132A6A;
    background: #F2F6FF;
    text-decoration: none;
}

.sample__slider .slider-item::before {
    content: '';
    position: absolute;
    background-image: url(/assets2/img/sample-slider-item.svg);
    background-size: contain;
    width: 24px;
    height: 33px;
    top: 56px;
    left: 28px;
}

.sample-slider__wrapper .sample__slider {
    padding-top: 100px;
}

.sample__slider .slick-dots {
    position: absolute;
    top: 55px;
    margin: 0;
    max-height: 13px;
    overflow: hidden;
    max-width: 80%;
}

.free-samples__slider .slick-dots li,
.sample__slider .slick-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 12px;
    background: #B8C5E8;
    border-radius: 50%;
    cursor: pointer;
}
.sample__slider .slick-dots li {
    margin-bottom: 7px;
}
.sample__slider .slick-dots li.slick-active {
    background: #132A6A;
}

.sample-slider-wow_ {
    margin: 0 0 100px 0;
}

.sample-slider-wow_ .container {
    position: relative;
}

.sample-slider-wow_ .container::after {
    content: '';
    position: absolute;
    background: url("/assets2/img/blot.svg");
    top: 15px;
    right: -50px;
    width: 325px;
    height: 308px;
    z-index: -1;
}

.sample-slider-wow_ .sample__slider .slider-item {
    background: #F2F6FF;
    border: 1px solid #B8C5E8;
    box-sizing: border-box;
    border-radius: 12px;
    /*height: 185px;*/
    height: auto;
    text-align: left;
    align-items: baseline;
    position: relative;
}

.sample-slider-wow_ .sample__slider .slider-item::after {
    content: '';
    background: url("/assets2/img/premium.svg");
    position: absolute;
    width: 111px;
    height: 24px;
    bottom: 28px;
    left: 28px;
}

.sample-slider-wow_ .sample__slider .slider-item::before {
    top: 30px;
}

.sample-slider-wow_ .sample-slider__wrapper::after {
    display: none;
}

.free-samples__slider .slick-dots li button,
.sample__slider .slick-dots li button {
    display: none;
}

.sample__slider .slick-arrow {
    top: 35px;
}

.free-samples__slider .slick-arrow {
    top: -55px;
}

.free-samples__slider .slick-arrow,
.sample__slider .slick-arrow {
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #fff;
    right: 18px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    font-size: 32px;
    color: #3C444C;
    transition: .5s all ease;
}

.free-samples__slider .slick-arrow.prev,
.sample__slider .slick-arrow.prev {
    right: 72px;
}

.free-samples__slider .slick-arrow:hover,
.sample__slider .slick-arrow:hover {
    background: #132A6A;
    border: 1px solid #132A6A;
    color: #fff;
}

.free-samples__slider {
    position: relative;
    padding-top: 55px;
}

.free-samples-item {
    border: 1px solid #B8C5E8;
    border-radius: 12px;
    color: #272727;
    margin-right: 20px;
    line-height: 24px;
    height: auto;
}

.free-samples-item .free-samples-item__top {
    min-height: 102px;
    padding: 15px 20px;
    background: #F2F6FF;
    line-height: 24px;
    border-radius: 12px 12px 0 0;
}

.free-samples-item .free-samples-item__bottom {
    padding: 15px 20px;
    border-radius: 0 0 12px 12px;
}

.free-samples-item .free-samples-item__bottom p {
    margin-bottom: 8px;
}

.free-samples-item .free-samples-item__bottom .bordered-btn {
    width: 100%;
    text-decoration: none;
}

.free-samples-item .free-samples-item__wrapper {
    display: flex;
    margin-bottom: 8px;
}

.free-samples-item .free-samples-item__data {
    margin-left: 20px;
}

.free-samples__slider .slick-dots {
    margin-top: 55px;
    text-align: center;
    height: 13px;
    overflow: hidden;
}

.free-samples__slider .slick-dots li.slick-active {
    background: #A0E1ED;;
}

.free-samples__banner {
    background: #F2F6FF url(/assets2/img/free-samples-banner.svg) no-repeat;
    background-position: right bottom;
    border-radius: 12px;
    padding: 22px 40px 35px;
    min-height: 334px;
    position: relative;
}

.free-samples__banner::after {
    content: '';
    position: absolute;
    width: 138px;
    height: 165px;
    background: url(/assets2/img/blue-bird.svg);
    background-size: contain;
    top: 65px;
    right: 205px;
}

.essayson__banner__dscr,
.free-samples__banner__dscr {
    font-size: 16px;
}

.essayson__banner__title,
.free-samples__banner__title {
    color: #272727;
    font-weight: 500;
    font-size: 30px;
    line-height: 50px;
}

.show-wrapper {
    text-align: center;
}

.light-wrapper {
    background: #F2F6FF;
    border-radius: 12px;
    padding: 25px 50px 25px 30px;
    margin: 20px 0 40px;
}

.light-wrapper .light-wrapper__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.light-wrapper .light-wrapper__img {
    width: 160px;
}

.light-wrapper .light-wrapper__content {
    flex-basis: calc(100% - 170px);
}

.generator_container {
    margin-bottom: 50px;
}

#essay_topic_generator_form .form-control {
    width: 100%;
    font-size: 16px;
    font-weight: normal;
}

#essay_topic_generator_form .default-btn {
    margin-top: 38px;
}

.url_container {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.generator_container .results_grid .default-btn {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    width: 80px;
    padding: 0;
}

.generator_container .thead-dark th {
    background-color: #132A6A;
    border-color: transparent;
}

.order-page {
    padding-top: 110px;
}

.order-page h1 {
    text-align: center;
}


.essay-submit h2 {
    text-align: center;
}

.essay-submit .essay-submit-form {
    width: 570px;
    margin: 0 auto;
}

.essay-submit .essay-submit-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.essay-submit .b-name,
.essay-submit .b-email,
.essay-submit .b-title {
    margin: 0 0 35px 0;
}

.essay-submit .b-title {
    width: 100%;
    border-radius: 3px;
}

.essay-submit .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);
    font-family: Poppins-Regular;
}

.wrap-myFile .wpcf7-form-control-wrap.your-file {
    display: none !important;
}

.essay-submit .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;
}

.essay-submit .essay-submit-form .wrap-myFile span {
    top: 130px;
}

.essay-submit .wrap-myFile label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.essay-submit .wrap-myFile label img {
    width: 40px;
}

.essay-submit .wrap-myFile label p {
    margin: 0 0 0 15px;
}

.essay-submit .wrap-check-form {
    width: 100%;
}

.essay-submit .essay-submit-form form .error-s {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    font-size: 12px;
    color: #e61c5d;
}

.essay-submit .essay-submit-form form .error-s#donate-checkbox-error {
    top: 20px;
}

.essay-submit .essay-submit-form form .wrap-myFile .error-s {
    top: 133px;
}

.essay-submit .essay-submit-form .wrap-check-form a {
    color: #35C3A6;
}

.essay-submit .wrap-check-form p {
    margin: 4px 0 0 10px;
}

.essay-submit .b-name,
.essay-submit .b-email {
    width: 48%;
    border-radius: 3px;
}

.essay-submit .b-name .i-name .name,
.essay-submit .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;
    font-family: Poppins-Regular;
}

.essay-submit .name::placeholder,
.essay-submit .email::placeholder,
.essay-submit .title::placeholder {
    letter-spacing: 1px;
    font-size: 18px;
    color: #000000;
    opacity: .2;
}

.essay-submit .myFile {
    margin: 20px 0 0 0;
    width: 100%;
}

.essay-submit .g-recaptcha {
    width: 100%;
    margin: 20px 0 0 0;
}

.essay-submit .essay-submit-form .b-title,
.essay-submit .essay-submit-form .b-name,
.essay-submit .essay-submit-form .b-email,
.essay-submit .essay-submit-form .wrap-myFile,
.essay-submit .essay-submit-form .wrap-check-form {
    position: relative;
}

.essay-submit .wpcf7-display-none {
    display: none !important;
}

.essay-submit {
    position: relative;
}

.essay-submit .essay-submit-form .b-title .title.error ~ .error-s {
    display: block;
}

.essay-submit .essay-submit-form .b-email .email.error ~ .error-s {
    display: block;
}

.essay-submit .essay-submit-form .wrap-myFile .w-files {
    display: flex;
    width: 100%;
}

.essay-submit .essay-submit-form .your-file.error ~ .error-s {
    display: block;
}

.essay-submit .essay-submit-form .wrap-check-form.error .w-check .error-s {
    display: block;
    top: 30px;
}

.essay-submit .donate-checkbox-label.error,
.essay-submit .donate-checkbox-label.error a {
    color: #e61c5d;
}

.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;
}

.send-abuse {
    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;
}

.send-abuse .send-abuse-form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.wpcf7-response-output {
    display: none;
    text-align: center;
    border: 2px solid green;
}

.send-abuse .accept {
    display: flex;
    width: 500px;
    align-items: baseline;
}

.send-abuse .accept.error span,
.send-abuse .accept.error span a {
    color: #e61c5d;
}

.send-abuse .send-btn {
    width: 500px;
}

.send-abuse .send-btn .default-btn {
    width: 100%;
}

.send-abuse .accept > div {
    margin: 0 15px 0 0;
}

.send-abuse .accept .wpcf7-list-item {
    margin: 0;
}

.send-abuse .accept a {
    color: #35C3A6;
}

.send-abuse .your-name input,
.send-abuse .your-email input,
.send-abuse .your-subject input,
.send-abuse .your-message textarea {
    border: 1px solid rgba(173, 156, 156, 0.5);
    padding: 6px 0 6px 10px;
    outline: none;
    font-family: Poppins-Regular;
}

.send-abuse label {
    max-width: 100%;
    width: 500px;
    margin: 0 0 20px 0;
}

.send-abuse label input {
    width: 100%;
}

.send-abuse label.accept input {
    width: 50px;
}

.send-abuse label textarea {
    width: 100%;
    height: 200px;
    resize: none;
}

.send-abuse .send-abuse-form .error-message {
    bottom: -8px;
}

.send-abuse-form .wrapper-input {
    position: relative;
    margin-bottom: 15px;
}

.send-abuse-form .error-message {
    display: none;
    position: absolute;
    bottom: -25px;
    font-size: 12px;
    color: #e61c5d;
}

table.table-page {
    width: 100%;
    margin: 0 auto;
    border: 1px solid;
    border-collapse: collapse;
    text-align: left;
}

table.table-page tr {
    border: 1px solid;
    padding: 10px;
}

table.table-page td {
    border: 1px solid;
    padding: 10px;
}

table.table-page td.center {
    text-align: center;
}

table.table-page th {
    border: 1px solid;
    padding: 10px;
    text-align: center;
}

.taf-blog-post {
    margin: 60px 0 0 0;
}

@media(max-width: 1071.98px) {
    .nav_wowNaw .menu-item-has-children.open.our .submenu,
    .nav_wowNaw .menu-item-has-children.open.our .submenu ul{
        padding: 0;
    }
    .block__main-nav ul li {
        padding: 10px;
    }
    .nav_wowNaw .menu-item-has-children.open.about ul, .nav_wowNaw .menu-item-has-children.open.useful ul {
        top: 60px;
    }
    .mainCta {
        margin-bottom: 0;
    }

    .mainCta--calc {
        margin-bottom: 50px;
    }

    .testimonials-block__item {
        padding: 30px 30px 20px;
    }

    .nav_wowNaw .menu-item-has-children.open ul {
        top: 118px;
    }

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

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

    .mainCta h1 {
        max-width: 400px;
        text-align: left;
    }

    .mainCta h1 br {
        display: none
    }

    .mainCta--calc h1 {
        margin: 0 auto 25px;
        text-align: center;
    }

    .full-divider {
        display: none;
    }

    .mainCta__calculator {
        justify-content: center;
    }

    .mainCta .ctaImg {
        background-size: 320px auto;
        background-position: right top;
    }

    .mainCta p br {
        display: none
    }

    .mainCta.mainCta--calc .ctaImg,
    .mainCta.mainCta--calc.home .ctaImg{
        background-position: top right;
        background-size: 125px;
    }


    .full-banner .full-banner__wrapper {
        padding: 0;
    }

    .full-banner .full-banner__wrapper::after{
        width: 260px;
    }

    .full-banner .full-banner__wrapper.yellow-bird::after{
        height: 290px;
        right: -50px;
        bottom: -60px;
    }

    .full-banner .full-banner__wrapper.blue-bird::after{
        height: 313px;
        right: -10px;
        bottom: -60px;
    }

    .full-banner .full-banner__title {
        font-size: 30px;
    }

    .cascade-slider_arrow {
        display: none;
    }

    .best::before {
        display: none;
    }

    .sidebar .sidebar__categories {
        column-count: 2;
    }
    #relink-types-papers .custom__list.custom__list--margin li, #main-popular-topics-list .custom__list--hashtag li,
    #main-type-papers-list .custom__list--margin li, #tags_block_relink .custom__list--hashtag li {
        width: 31%;
        display: flex;
        align-items: center;
    }
    #our_service_landings .custom__list li {
        width: 48%;
    }
    .sidebar__categories div {
        display: block;
        margin-bottom: 0;
    }

    .post-wrapper {
        margin: 0 auto;
    }

    .type-of-paper .custom__list li {
        width: 290px;
    }
    .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%;
    }

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

    .ourSubjects .subject .slick-dots {
        display: flex;
        justify-content: center;
        margin-top: 50px;
        padding-left: 0;
    }

    .ourSubjects .subject .slick-dots li {
        width: 13px;
        height: 13px;
        background: #D7E0F5;
        border-radius: 50%;
        padding: 0;
        margin: 0 6px;
        cursor: pointer;
        list-style-type: none;
    }

    .ourSubjects .subject .slick-dots li.slick-active {
        background: #A0E1ED;
    }

    .ourSubjects .subject .slick-dots button {
        display: none;
    }

    .custom__list {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }

    .custom__list_wow {
        -moz-column-count: 2 !important;
        -webkit-column-count: 2 !important;
        column-count: 2 !important;
    }

    .cascade-slider_item.next {
        left: 85%;
    }

    .cascade-slider_item.prev {
        left: 15%;
    }

    .faq-tab-content .right-block,
    .faq-tab-content .left-block {
        width: 100%;
    }

    .faq-content--item {
        width: 100%;
    }

    .faq-content--item .header {
        width: 100%;
    }

    .ourSubjects .default-btn {
        margin: 0 auto;
    }

    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;
    }

    .wrap-block-spin-bonus .circle-bonus .circle-bonus-img {
        position: initial;
    }

    .wrap-block-spin-bonus .form-circle-bonus {
        margin: 25px auto 70px;
    }

    .wrap-block-spin-bonus .email-inp .error-messages {
        left: 0;
    }

    .wrap_block_search .search_inp {
        width: 100%
    }

    .wrap-block-spin-bonus .circle-bonus-img .wheel_body .pc{
        display: none;
    }
    .wrap-block-spin-bonus .circle-bonus-img .wheel_body .tab-mob{
        display: block;
    }
    .wrap-block-spin-bonus {
        margin: 50px 0 0 0;
    }
    .wrap-block-spin-bonus .form-circle-bonus__title {
        font-size: 24px;
    }
    .wrap-block-spin-bonus .circle-bonus {
        width: 280px;
        height: 280px;
        margin: 0 auto;
    }
    .wrap-block-spin-bonus .form-circle-bonus {
        width: 370px;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 50px auto;
    }
    .wrap-block-spin-bonus .circle-bonus-img .wheel_body {
        width: 280px;
        height: 280px;
    }
    .fortuneswheel {
        display: none;
    }
    .fortuneswheel-mob {
        display: block;
    }
    .wrap-block-spin-bonus .circle-bonus-img .segment.arrow {
        top: 105px;
        left: 109px;
        z-index: 2;
        width: 80px;
        height: 70px;
    }
    .promocode .promocode-text .textarea-copy {
        width: 208px;
        font-size: 16px;
    }
    .ok {
        right: 15px;
    }
    .promocode {
        justify-content: center;
    }
    .section-inner {
        padding: 0;
    }

    .wrap-head-page {
        flex-direction: column
    }

    .wrap-head-page .details-page {
        width: calc(100% - 240px);
    }

    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
    }

    .wrap-head-page {
        flex-direction: unset !important
    }

    .wrap-article-category {
        flex-direction: column
    }
    .select2-container {
        width: 100% !important
    }
    .all-blocks {
        flex-direction: column
    }
    .sidebar-services__wrapper {
        column-count: 2;
    }
    .copy-clipdoard .block-copy-clipdoard {
        width: 100%;
    }

    .copy-clipdoard .block-copy-clipdoard #cont.textarea-copy {
        width: 100%;
        padding: 40px 28px 0 20px;
    }

    .main-page .widget_tag_cloud .tagcloud a {
        width: 170px;
    }

    .widget.widget_tag_cloud:before {
        left: 0;
    }

    .sample-banner {
        padding: 40px 160px 40px 25px;
    }

    .sample-banner::after {
        width: 149px;
        height: 170px;
        top: 40px;
        right: 0;
    }

    .linkListOpen {
        text-align: left;
    }

    .process-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .process-wrapper::before {
        display: none;
    }

    .process-wrapper .process-item {
        margin-bottom: 20px;
    }

    .inner-content-wrapper {
        margin-bottom: 50px;
    }

    .column-list {
        column-count: 3;
    }

    .wrap_block_search .content_search h1 br {
        display: none;
    }

    .wrap_block_search {
        padding-bottom: 30px;
    }

    .not_found-wrapper {
        padding: 210px 0 235px;
    }

    .not_found-wrapper .search_inp {
        width: 100%;
    }

    .not_found-wrapper .search_inp__field {
        width: 570px;
    }

    .not_found-wrapper .not_found-img::after {
        width: 234px;
        height: 234px;
        bottom: -310px;
        right: calc(50% - 117px);
        top: auto;
    }

    .not_found--404 .not_found-wrapper .not_found-img::after {
        width: 255px;
        height: 276px;
        right: calc(50% - 138px);
        top: auto;
        bottom: -230px;
    }

    .show-wrapper {
        text-align: left;
    }

    .sample-slider {
        min-height: 500px;
        background-position: bottom;
    }

    .sample__slider .slick-list {
        padding-right: 60px
    }

    .sample-page .custom__list {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .free-samples__banner {
        padding: 20px 30px;
    }

    .essayson__banner__dscr br,
    .free-samples__banner__dscr br {
        display: none;
    }

    .free-samples__banner::after {
        display: none;
    }

    .free-examples .container__img-top::after {
        right: 25px;
    }

    .type-banner::after {
        width: 158px;
        height: 199px;
        right: -10px;
        top: -60px;
    }

    .type-banner .type-banner__title {
        font-size: 22px;
    }

    .type-banner .default-btn {
        width: 100%;
    }

    .light-wrapper {
        padding: 25px;
    }

    .essayson__banner {
        padding: 25px 15px 35px;
    }

    .essayson__banner__list li {
        margin-right: 10px;
    }

    .essayson__banner::after {
        display: none;
    }

    .custom__list.custom__list--margin {
        margin: 20px 0;
    }
}

@media (max-width: 992px) {
    .mainCta p.line {
        border-bottom: none;
        margin-bottom: 0;
    }
    .sample-slider-wow_ .container::after {
        top: 0;
        right: 0;
        width: 325px;
        height: 308px;
        z-index: -1;
    }
}

@media(max-width: 767.98px) {
    .nav_wowNaw .menu-item-has-children.open.about ul, .nav_wowNaw .menu-item-has-children.open.useful ul {
        top: 0px;
    }
    .price-calculator-col {
        max-width: 454px;
        margin: 25px auto 0;
    }

    .price-calculator-col .block-academic-level .btn-group .btn-custom {
        width: 49%;
        max-width: 49%;
    }

    .mainCta .ctaImg {
        background-size: 125px auto;
    }

    .mainCta h1 {
        max-width: 340px;
        font-size: 27px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .cookie-banner {
        left: 0;
        bottom: 0;
    }

    .cookie-banner__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-banner__content {
        max-width: 100%;
    }

    .cookie-banner__btn {
        margin: 10px 0 0 68px;
    }

    .navig-menu {
        margin: 15px 15px 0 0;
    }

    .nav-button--mob {
        width: 100%;
        text-align: center;
    }

    .nav-button--mob a {
        display: inline-block;
        width: 100%;
        background-color: #35C3A6;
        border-color: #35C3A6;
        border-radius: 5px;
        color: #fff !important;
    }

    .nav_wowNaw .menu-item-has-children.open ul {
        top: 160px;
        justify-content: space-around;
    }

    .mainCta__calculator {
        position: relative;
        min-height: 400px;
    }

    .mainCta__calculator #calc_form {
        position: absolute;
        z-index: 9;
    }

    .page-inside--calc {
        margin-top: 100px;
    }

    .subheader {
        font-size: 26px;
        line-height: 40px;
    }

    .subheader br {
        display: none;
    }

    .mainCta--calc .default-btn {
        font-size: 12px;
        padding: 0;
    }

    .mainCta--calc .default-btn::after {
        display: none;
    }

    .wrap-block-spin-bonus .main-block-bonus {
        flex-direction: column-reverse;
    }
    .wrap-block-spin-bonus .main-block-bonus {
        margin: 0 0 50px 0;
    }

    .benefits .col-lg-6 {
        max-width: 100%;
    }

    .full-banner {
        padding: 130px 0 50px;
    }

    .full-banner .full-banner__wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .full-banner .full-banner__title {
        font-size: 22px;
        text-align: center;
    }

    .full-banner .full-banner__wrapper::after {
        width: 150px;
    }

    .full-banner .full-banner__wrapper.yellow-bird::after {
        height: 170px;
        right: calc(50% - 75px);
        top: -165px;
    }

    .full-banner .full-banner__wrapper.blue-bird::after {
        height: 170px;
        right: calc(50% - 75px);
        top: -180px;
    }

    .subheader-left {
        font-size: 27px;
        line-height: 40px;
    }

    .subheader-left br {
        display: none;
    }

    .custom__list {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    #relink-types-papers .custom__list.custom__list--margin li, #main-popular-topics-list .custom__list--hashtag li,
    #main-type-papers-list .custom__list--margin li, #tags_block_relink .custom__list--hashtag li {
        width: 100%;
        display: flex;
        align-items: center;
    }
    #our_service_landings .custom__list li {
        width: 100%;
    }

    .custom__list_wow {
        -moz-column-count: 1 !important;
        -webkit-column-count: 1 !important;
        column-count: 1 !important;
    }

    .cascade-slider_item.next,
    .cascade-slider_item.prev {
        opacity: 0;
    }

    .cascade-slider_arrow {
        display: none;
    }

    .cascade-slider_item {
        padding: 50px 15px 30px;
        min-height: 500px;
    }

    .btn_banner {
        margin: 0 auto
    }

    .NextPrevious .nextprev-wrapper .nextprev__title {
        font-size: 12px;
        text-align: left;
    }

    .seo_discount_popup_content {
        width: 300px;
        height: auto;
        flex-direction: column-reverse;
        padding: 5% 2% 5% 2%;
        margin: 0 auto
    }

    .standart-select {
        margin: 0 0 15px 0
    }

    p {
        word-break: break-word
    }

    .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 .container > ul {
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column
    }

    .block__main-nav .menu-item-has-children:hover ul {
        top: 0;
        padding: 0 40px 30px 2px;
        position: relative
    }

    .block__main-nav ul li {
        padding: 5px 10px;
    }

    .nav_wowNaw .container {
        padding: 0 15px
    }

    .block__main-nav.js_main-nav.speed-in {
        overflow-y: scroll
    }

    .wrap-head-page {
        flex-direction: column !important
    }

    .wrap-head-page .details-page {
        width: 100%
    }
    .wrap-head-page .details-page {
        width: 100%;
        margin-bottom: 30px;
    }
    .wrap-head-page .banner-inside-page {
        width: 100%;
    }
    .page-inside.inner-cattag h1 {
        font-size: 30px
    }

    .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
    }

    .citation-block .tab-titiles {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .citation-block .b-nav-tab {
        margin-right: 4px;
    }

    .citation-block .tab-titiles ul {
        display: flex;
        max-width: calc(100% - 30px);
        overflow-x: auto;
        margin: 0 15px;
        padding-bottom: 7px;
    }

    .citation-block .tab-titiles ul::before {
        position: absolute;
        content: '\2039';
        left: 15px;
        bottom: 15px;
        font-size: 24px;
    }

    .citation-block .tab-titiles ul::after {
        position: absolute;
        content: '\203a';
        right: 15px;
        bottom: 15px;
        font-size: 24px;
    }

    .slick-arrow {
        top: -90px;
    }
    .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);
    }

    .sidebar-services__wrapper {
        column-count: 1;
    }
    .wrap-article-category .article-info.article-info--post {
        flex-direction: column;
    }

    .ourSubjects .slick-arrow {
        top: -90px;
    }
    .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;
    }
    .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;
    }
    .block-social {
        justify-content: space-between;
    }
    #form-valid .valid {
        position: relative;
    }
    .parallel-line {
        display: none;
    }
    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 0;
        line-height: 40px;
        justify-content: center
    }

    footer .block_right .securePayment p {
        line-height: 25px
    }

    footer .block_left .contactUs img {
        display: none
    }

    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
    }

    .inner-cattag .wrap__block_s {
        display: flex;
        justify-content: space-between
    }

    .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: flex-end !important
    }

    .article-item .article-item__top {
        flex-direction: column;
        align-items: flex-start;
    }

    .sidebar-banner2 {
        max-width: 324px;
        margin: 0 auto 40px;
    }

    .sidebar .sidebar__categories {
        column-count: 1;
    }

    .banner-topic::after {
        display: none;
    }

    .banner-topic .banner-topic__wrapper {
        flex-direction: column;
        max-width: 100%;
    }

    .banner-topic p br {
        display: none;
    }

    .banner-topic .banner-topic__wrapper .default-btn {
        margin-top: 15px
    }

    .banner-topic .banner-topic__title {
        font-size: 18px;
        line-height: 24px;
        text-align: left;
    }

    .banner-topic2 {
        padding: 15px 20px;
    }

    .banner-topic2::after {
        background-image: url(/assets2/img/topic-banner-bg-sm.svg);
        width: 111px;
        height: 184px;
    }

    .banner-topic2 .banner-topic2__title {
        font-size: 18px;
    }

    .blogpost-item .blogpost-item__title {
        font-size: 20px;
        line-height: 30px;
    }

    .blogpost-item .blogpost-item__title br {
        display: none;
    }

    .related-posts .related-posts__wrapper {
        flex-wrap: wrap;
    }

    .related-posts .related-posts__item {
        margin-bottom: 15px;
    }

    .wrap_block_search .content_search h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .block-note {
        padding-left: 0;
    }

    .block-note::before {
        display: none;
    }

    .banner-writers-id {
        width: 330px;
        max-width: 100%;
        margin: 0 auto 20px;
    }

    .sample-banner {
        padding: 25px;
    }

    .sample-banner__dscr {
        max-width: calc(100% - 100px);
    }

    .sample-banner .sample-banner__title {
        font-size: 26px;
        border-top: 2px solid rgba(255, 255, 255, 0.1);
        padding-top: 15px;
        margin-top: 30px;
    }

    .sample-banner::after {
        width: 103px;
        height: 118px;
        top: 15px;
    }

    .related-posts__pag .related-pag {
        font-size: 12px;
        padding: 0 5px;
    }

    .related-posts__pag .related-pag::before {
        display: none;
    }

    .blogpost-item {
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .block-note__wrapper {
        flex-direction: column;
    }

    .block-note__content {
        width: 100%;
        margin-bottom: 10px;
    }

    .block-note .default-btn {
        width: 100% !important;
    }

    .type-banner .type-banner__list li,
    .free-samples__banner .free-samples__banner__list li,
    .sample-banner .sample-banner__list li {
        display: block;
        line-height: 40px;
        margin-right: 0;
    }

    .sample-banner .default-btn {
        width: 100%;
    }

    .wrap_block_search {
        margin-bottom: 80px;
    }

    .custom__list.custom__list--three {
        column-count: 2;
    }
    .page-inside #our_service_landings .custom__list li {
        max-width: 50%;
    }

    .free-examples .container__img-top::after,
    .free-examples .container__img-bottom::after {
        width: 90px;
        height: 91px;
    }

    .free-examples .container__img-top::after {
        top: -110px;
    }

    .free-examples .container__img-bottom::after {
        bottom: -125px;
        left: 15px;
    }

    .free-samples__slider .slick-arrow {
        display: none !important;
    }

    .free-samples__slider .slick-list {
        padding-right: 35px;
    }

    .type-banner {
        padding: 20px 15px 30px;
    }

    .type-banner::after {
        width: 128px;
        height: 161px;
        right: 15px;
        top: 125px;
        z-index: 0;
    }

    .type-banner .type-banner__title {
        font-size: 18px;
    }

    .type-banner .type-banner__title br {
        display: none;
    }

    .type-banner__dscr {
        z-index: 2;
        position: inherit;
    }

    .light-wrapper .light-wrapper__img {
        display: none;
    }

    .light-wrapper .light-wrapper__content {
        flex-basis: 100%;
    }

    .essayson__banner__title {
        font-size: 15px;
        line-height: 30px;
    }

    .essayson__banner__list li {
        display: block;
        margin-right: 0;
        line-height: 44px;
    }

    .essayson__banner .default-btn {
        width: 100%;
    }

    .article-item .article-item__top > a {
        max-width: 100%;
    }

    .not_found--404 .not_found-wrapper .not_found-title {
        font-size: 20px;
    }

    .not_found--404 .not_found-wrapper .not_found-title br {
        display: none;
    }
    
    .essay-submit .essay-submit-form {
        width: 100%;
    }

    .essay-submit .b-name .name,
    .essay-submit .b-email .email,
    .essay-submit .b-title .title {
        box-shadow: none;
    }
    
    .send-abuse .accept {
        width: 100%;
    }

    .send-abuse .send-btn {
        width: 100%;
    }

    .send-abuse label {
        width: 100%;
    }
    
    .send-abuse .send-abuse-form {
        width: 100%;
    }
    
    .send-abuse-form .wrapper-input {
        width: 100%;
    }
    .for-scroll {
        width: 100%;
        overflow: hidden;
    }

    .for-scroll .for-scroll-wrap{
        overflow-y: scroll;
    }

    .sample-subtitle {
        font-size: 26px;
        text-align: left;
    }
    .sample-slider-wow_ .container::after {
        top: 35px;
        right: -41px;
        width: 237px;
        height: 267px;
        z-index: -1;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .sample-slider-wow_ .sample__slider .slider-item {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .nav_wowNaw .menu-item-has-children.open.our .submenu ul {
        width: 100%;
    }
    .banner-topic2 .banner-topic2__title {
        max-width: 250px;
    }
    .banner-topic2 .banner-topic2__dscr {
        max-width: 200px;
    }
    .column-list {
        column-count: 2;
    }
    .essayson__banner__dscr,
    .free-samples__banner__dscr {
        font-size: 13px;
    }
    .free-samples__banner__title {
        font-size: 20px;
    }
    .url_container {
        flex-direction: column;
    }
}

@media (max-width: 475.98px) {
    .mainCta--calc h1 {
        position: relative;
        max-width: 250px;
        margin: 0 0 55px 0;
        text-align: left;
    }
    .mainCta--calc.home h1 {
        max-width: 100%;
    }

    .mainCta--calc h1::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -20px;
        width: 80px;
        height: 2px;
        background: radial-gradient(100% 100% at 0% 50%, #46ACCD 0%, #24D980 100%);
        border-radius: 1px;
    }
    .mainCta--calc.home h1::after {
        display: none;
    }

    .mainCta .ctaImg {
        padding-top: 100px;
    }

    .mainCta .ctaImg .default-btn {
        width: 100%;
    }

    .ourSubjects .subheader-left {
        text-align: center;
    }

    .ourSubjects .slick-arrow {
        display: none !important;
    }

    .related-posts .related-posts__wrapper {
        justify-content: center;
    }

    .ourSubjects .subject {
        margin-bottom: 15px;
    }

    .sample-page .custom__list {
        column-count: 1;
    }

    .sample-banner .sample-banner__title {
        margin-top: 10px;
    }

    .not_found-wrapper .not_found-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .custom__list.custom__list--three {
        column-count: 1;
    }
    .page-inside #our_service_landings .custom__list li {
        max-width: 100%;
    }

    .free-examples .subheader-left {
        font-size: 24px;
    }

    .full-bg--light .bordered-btn {
        width: 100%;
    }

    .free-samples__banner {
        background-size: contain;
    }
}

@media (max-width: 375px) {
    .subheader {
        font-size: 20px;
        line-height: 34px;
    }

    .full-banner .full-banner__title br {
        display: none;
    }

    .cascade-slider_container {
        margin: 0 auto 150px;
    }

    .cascade-slider_nav {
        bottom: -110px;
    }

    .column-list {
        column-count: 1;
    }

    .search_inp .search_inp__field {
        width: calc(100% - 150px);
    }
}

@media (min-width: 768px) and (max-width: 1071.98px) {
    .price-calculator-col #calc_form {
        max-width: none;
    }

    .price-calculator-col #calc_form .adaptive_wrapper > .form-group {
        width: 298px;
    }

    .sidebar-banner2 {
        background-image: url(/assets2/img/sidebar-banner-tab.svg);
        height: 244px;
    }

    .sidebar-banner2 .sidebar-banner2__subtitle,
    .sidebar-banner2 hr {
        display: none;
    }

    .sidebar-banner2__title {
        font-size: 28px;
    }

    .sidebar-banner2__title span {
        display: inline-block;
    }

    .sidebar-banner2 .sidebar-banner2__list {
        margin: 35px 0 25px;
    }

    .sidebar-banner2 .sidebar-banner2__list li {
        display: inline-block;
        font-size: 13.5px;
    }

    .sidebar-banner2 .default-btn {
        max-width: 280px;
    }

    .banner-writers-id {
        flex-direction: unset;
        width: 100%;
        height: auto;
    }

    .banner-writers-id .info-writers {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        padding: 0;
        width: 40%;
        background-color: #fff;
        border-radius: 12px 0 0 12px;
        padding-top: 25px;
    }

    .banner-writers-id .writers-description {
        width: 60%;
        padding: 15px 75px 15px 45px;
    }

    .banner-writers-id .info-writers img {
        width: 160px;
        height: 160px;
    }

    .banner-writers-id .info-writers .desc-writers {
        align-items: center;
        display: flex;
        flex-direction: inherit;
        position: relative;
    }

    .banner-writers-id .info-writers .rating {
        flex-direction: column;
        align-items: center;
        margin: 20px 0 0 0;
    }

    .banner-writers-id .info-writers .info-writers__badge {
        position: absolute;
        top: -10px;
    }

    .banner-writers-id .genNumStar {
        margin: 5px auto 0
    }

    .banner-writers-id .info-writers .essay-write {
        position: absolute;
        top: -25px;
    }

    .banner-writers-id .btn-writer {
        width: 180px;
        margin: 0;
    }

    .banner-writers-id .btn-writer a {
        font-size: 18px;
    }
}

@media (min-width: 1072px) {
    .price-calculator-col .block-academic-level .btn-group .btn-custom {
        width: 49%;
        max-width: 49%;
    }
}

@media (max-width: 767px) {
    .wrap-block-spin-bonus .form-circle-bonus {
        width: 100%;
    }
    .wrap-block-spin-bonus .email-inp input,
    .inner-content-wrapper .default-btn{
        max-width: 300px;
        width: 100%;
    }
}


.icon-list li a{
    color: #35C3A6;
}

.btn-green.btn-order{
    margin: auto;
}


form#contact-form label,
form#contact-form label > span,
form#contact-form label > span > input,
form#contact-form label > span > textarea{
    width: 100%;
}

form#contact-form label > span > input,
form#contact-form label > span > textarea{
    background: #fff;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    border: 1px solid #bbb;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    padding: .7em;
}
form#contact-form label > span > textarea{
    resize: none;
}


form#contact-form input[type='submit']{
    background-color: #161132;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    -webkit-transition: background .2s;
    transition: background .2s;
}
form#contact-form input[type='submit']:hover{
    background: #4e3bb0;
}

#contact-form p.mail_send{
    border: 2px solid #398f14;
    padding: .2em 1em;
    color: #89c5f8;
}

@media (max-width: 767px) {
    .citation-block .citation-copy{
        bottom: 0;
        top: calc(100% - 56px);
        width: 100%;
        left: 0;
        right: 0;
        border-radius: 0;
    }
    .citation-block .tab-contents{
        padding-bottom: 56px;
    }
}


.category_pluralized_wrapper li a{
    font-size: 14px;
    color: #3C444C;
    line-height: 40px;
}
.category_pluralized_wrapper li{
    position: relative;
    margin-bottom: 10px;
    line-height: 30px;
    background-size: 0;
    background-position: left 0 center;
    background-repeat: no-repeat;
    padding-left: 15px;
}
.category_pluralized_wrapper li::before {
    content: '\25b8';
    position: absolute;
    left: 0;
    color: #35C3A6;
    top: 5px;
}
.category_pluralized_wrapper ul{
    column-count: 4;
}

.category_pluralized_wrapper .subheader-line{
    margin: 20px 0 30px;
}
#relink-types-papers .custom__list.custom__list--margin li, #main-popular-topics-list .custom__list--hashtag li,
#main-type-papers-list .custom__list--margin li {
    position: relative;
    display: none;
}
#relink-types-papers .custom__list.custom__list--margin li.visible-item,
#relink-types-papers .custom__list.custom__list--margin li.show_item,
#main-popular-topics-list .custom__list--hashtag li.visible-item,
#main-popular-topics-list .custom__list--hashtag li.show_item,
#main-type-papers-list .custom__list--margin li.visible-item,
#main-type-papers-list .custom__list--margin li.show_item
{
    display: flex;
}
#main-popular-topics-list .custom__list--hashtag li.show_item,
#main-type-papers-list .custom__list--margin.show_item, #tags_block_relink .custom__list--hashtag li{
    line-height: 18px;
    display: flex;
    height: 40px;
    align-items: center;
}
