#main-header.nw {
    background-image: none;
    padding: 80px 0 0;
    position: relative
}

#main-header.nw .paper-plane-img {
    display: none;
}

#main-header.nw:before {
    position: absolute;
    content: '';
    background-image: url(../../assets/img/redesign/header-bg.png);
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 80%;
    top: 0;
}

#main-header .header-block-desc:before {
    content: '';
    position: absolute;
    background-image: url('../../assets/img/redesign/header-girl.svg');
    width: 270px;
    height: 205px;
    top: 110px;
    left: 0;
}

#main-header.nw .header-block-title {
    margin-top: 25px;
}


.nw .section-block-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #2E2E2E;
    text-align: center;
}

.nw .section-block-desc {
    margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
}

.nw .narrow-container {
    max-width: 860px;
}

#how-it-works.nw {
    padding-top: 0;
}

#how-it-works.nw .steps {
    margin-top: 75px;
}

#how-it-works.nw .step-item {
    max-width: 295px;
    margin: 0 auto;
    position: relative;
}

#how-it-works.nw .step-number {
    display: block;
    color: #dfeaf6;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    top: 0;
    left: 0;
}

#how-it-works.nw .step-img {
    height: 100px;
    position: relative;
}

#how-it-works.nw .step-img img {
    margin-left: 50px;

}

#how-it-works.nw .step-img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-bottom: 4px dashed #DFEAF6;
    top: 50%;
    left: 50%;
}

#how-it-works.nw .step-item.last .step-img:after {
    display: none;
}

#how-it-works.nw .step-title {
    display: block;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #454545;
}

#how-it-works.nw .step-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    display: block;
    margin-top: 5px;
}

#testimonials.nw {
    position: relative;
    min-height: 850px;
}

#testimonials.nw:before {
    position: absolute;
    content: '';
    background-image: url('../../assets/img/redesign/testimonials-bg.png');
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    top: 0;
}

#testimonials.nw .rating, #testimonials.nw .name {
    margin-bottom: 15px;
}

#testimonials.nw .brand-logo {
    min-height: 45px;
    display: flex;
    align-items: flex-end;
}

#testimonials.nw .brands .rating {
    margin-bottom: 0;
}

#testimonials.nw .brand-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    align-items: baseline;
}

#testimonials.nw .brand-bottom .rating-number {
    font-size: 22px;
    line-height: 27px;
    text-align: right;
    color: #466A8F;
}

#testimonials.nw .brands .first {
    margin-right: 100px;
    position: relative;
}

#testimonials.nw .brands .first:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: -25%;
    background: #D5EDF1;
}


#why-us.nw {
    padding: 80px 0;
}

#why-us.nw .why-us-item {
    display: flex;
}

#why-us.nw .why-us-item {
    margin-bottom: 50px;
}

#why-us.nw .why-us-img {
    min-width: 55px;
    margin-right: 15px;
}

#why-us.nw .why-us-title {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #454545;
}

.why-us-title-h2 {
    margin: 0;
}

#why-us.nw .why-us-desc {
    font-weight: 300;
    font-size: 12px;
    line-height: 20px;
    color: #454545;
}

#why-us.nw .why-us-list {
    margin-top: 50px;
}

#cta.nw {
    background-image: url('../../assets/img/redesign/cta-bg--secondary.png');
    background-position: center;
}

#cta.nw .cta-title {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    color: #2E2E2E;
    margin-bottom: 5px;
    margin-top: 0;
}

#cta.nw .cta-desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    margin: 0;
    margin-bottom: 20px;
}

.nw .cta-btn {
    display: block;
    width: 300px;
    height: 52px;
    border-radius: 4px;
    background: #2BC5DD;
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

#seo-text.nw {
    padding: 80px 0;
}

#seo-text.nw ul {
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

#seo-text.nw .seo-text-wrapper {
    max-height: 590px;
    overflow-y: scroll;
}

#seo-text.nw .seo-text-wrapper h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #2E2E2E;
    text-align: center;
}

#seo-text.nw .seo-text-wrapper::-webkit-scrollbar {
    width: 5px;
}

#seo-text.nw .seo-text-wrapper::-webkit-scrollbar-track {
    background: #E0E0E0;
}

#seo-text.nw .seo-text-wrapper::-webkit-scrollbar-thumb {
    background: #A4BED9;
    outline: 1px solid slategrey;
}

#seo-text.nw .seo-table {
    width: 100%;
    text-align: center;
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
}

#faq.nw {
    padding: 80px 0;
}

#services.nw {
    padding: 80px 0;
}

.three-block, .two-block {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

/*main page*/
#main-header.nw-main {
    background-image: url(/public/img/header-bg-new.png);
    padding: 75px 0 0;
    background-size: contain;
}

#main-header.nw-main .main-header-inner {
    min-height: 560px;
}

.nw-main.section {
    padding: 50px 0 20px 0;
}

.nw-main.section .our-stats--img-desc {
    font-size: 14px;
}

.nw-main .section-title span {
    display: none;
}

#main-header.nw-main h1.header-block-title {
    font-weight: 800;
    font-size: 32px;
    line-height: 44px;
    color: #2E2E2E;
}

#main-header.nw-main .main-header-inner .order-calculator--wraper .paper-plane-img {
    display: none;
}

#main-header.nw-main .main-header-inner .paper-plane-img {
    left: 0;
}

#all-num.nw-main .col-12.col-xl-6 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

#all-num.nw-main .col-12.col-xl-6 .stats-list {
    display: flex;
    flex-wrap: unset;
    justify-content: space-between;
    background: #ECF8FA;
    border-radius: 8px;
}

#all-num.nw-main ul.stats-list li:nth-of-type(3):after {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: 0;
    border-right: 2px dashed #d5e0e2;
}

#all-num.nw-main .col-12.col-xl-6 .stats-list li {
    padding: 19px 15px;
}

#all-num.nw-main .col-12.col-xl-6 .stats-list:after {
    display: none;
}

#all-num.nw-main .col-12.col-xl-6 .stats-list li .value {
    font-family: Montserrat;
    font-style: normal;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin: 0;
}

.service-description-blocks.nw-main h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 130%;
    color: #2E2E2E;
}

.service-description-blocks.nw-main .description-blocks-item {
    background: #ECF8FA;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    padding: 40px 40px 30px 40px;
}

.service-description-blocks.nw-main .description-blocks-item .img-item-3 {
    width: 30%;
    margin: 0 30px 0 0;
}

.service-description-blocks.nw-main .description-blocks-item:nth-of-type(3) .info {
    width: 70%;
}

.service-description-blocks.nw-main {
    margin: 135px 0 100px 0;
}

.service-description-blocks.nw-main .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service-description-blocks.nw-main .description-blocks-item:nth-of-type(1),
.service-description-blocks.nw-main .description-blocks-item:nth-of-type(2) {
    width: 49%;
    padding: 130px 40px 20px 40px;
    align-items: baseline;
}

.service-description-blocks.nw-main .description-blocks-item:nth-of-type(1) img {
    top: -160px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
}

.service-description-blocks.nw-main .description-blocks-item:nth-of-type(2) img {
    top: -200px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
}

.service-description-blocks.nw-main .description-blocks-item:nth-of-type(3) img {
    margin: 0 50px 0 0;
    width: 100%;
}

#why-us.nw-main .why-us--item {
    margin: 0 0;
}

#why-us.nw-main .section-title h2 {
    font-size: 30px;
    line-height: 37px;
}

#our-stats.nw-main h2 {
    font-size: 26px;
    line-height: 34px;
    text-align: left;
}

#our-stats.nw-main .btn-line-bg {
    margin: 0 0;
    position: relative;
}

#our-stats.nw-main .btn-line-bg:before {
    display: none;
}

#how-it-works.nw-main {
    padding: 60px 0;
}

#how-it-works.nw-main .section-title {
    margin-bottom: 25px;
}

#how-it-works.nw-main h2 {
    font-size: 30px;
    line-height: 37px;
}

#our-services.nw-main:before {
    top: -550px;
}

#how-it-works.nw-main .how-it-works--item .img {
    height: 170px;
    align-items: center;
}

#how-it-works.nw-main .how-it-works--item.after.after-1:after {
    top: 48%;
    transform: rotate(-22deg);
}

#how-it-works.nw-main .how-it-works--item.after.after-2:after {
    top: 53%;
    transform: rotate(20deg);
}

#how-it-works.nw-main .how-it-works--item.after.after-3:after {
    top: 51%;
    transform: rotate(-18deg);
}

#our-services.nw-main {
    padding: 0 0 80px 0;
}

#our-services.nw-main h2 {
    font-size: 30px;
    line-height: 37px;
}

#testimonials.nw-main {
    padding: 90px 0 80px;
}

#testimonials.nw-main h2 {
    font-size: 30px;
    line-height: 37px;
}

#testimonials.nw-main .testimonials-slider {
    margin-top: 0;
}

#testimonials.nw-main .section-title {
    margin: 0 0 0;
}

#testimonials.nw-main .brands .justify-content-center {
    display: flex;
    align-items: center;
}

#testimonials.nw-main .brands .justify-content-center .brand-bottom {
    display: flex;
    align-items: center;
}

#testimonials.nw-main .brands .justify-content-center .rating-number {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    margin: 0 0 0 20px;
    color: #466A8F;
}

#testimonials.nw-main .brands .brand-logo img {
    height: 28px;
}

#testimonials.nw-main .brands .second .brand-logo img {
    height: 25px;
}

#testimonials.nw-main .brands .second {
    position: relative;
}

#testimonials.nw-main .brands .second:before {
    content: '';
    position: absolute;
    border: 1px dashed #C2DFE3;
    transform: rotate(0);
    right: 10px;
    height: 40px;
}

#testimonials.nw-main .brands i.icon-star {
    width: 13px;
    height: 13px;
    background-size: contain;
}

#service-description.nw-main {
    padding: 0 0 80px 0;
}

#service-description.nw-main .section-description--slider {
    margin: 0;
}

#service-description.nw-main .service-description--title {
    min-height: 210px;
}

#last-blogpost.nw-main {
    padding: 0 0 35px 0;
}

#last-blogpost.nw-main h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2E2E2E;
}

#last-blogpost.nw-main .wrap-last-blog {
    display: flex;
    justify-content: space-between;
}

#last-blogpost.nw-main .wrap-last-blog .last-blog-item {
    width: 32%;
    background: #FFFFFF;
    box-shadow: 0 0 11px rgba(214, 214, 214, 0.82);
    border-radius: 8px;
    position: relative;
}

#last-blogpost.nw-main .wrap-last-blog .last-blog-item:after {
    content: '';
    position: absolute;
    background: url("/public/img/flag-lastblog.svg");
    width: 34px;
    height: 40px;
    top: -1px;
    right: 26px;
}

#last-blogpost.nw-main .last-blog-item .title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #466A8F;
    border-bottom: 1px solid #E7E7E7;
    padding: 45px 30px 17px 30px;
}

#last-blogpost.nw-main .last-blog-item .info-post {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #454545;
    padding: 25px 30px 70px 32px;
}


#last-blogpost.nw-main .read-all {
    border: 1px solid #466A8F;
    box-sizing: border-box;
    border-radius: 4px;
    width: 280px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 44px auto;
}

#last-blogpost.nw-main .read-all a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #466A8F;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#last-blogpost.nw-main .read-more {
    background: #ECF8FA;
    border-radius: 0 0 8px 8px;
    cursor: pointer;
    padding: 0;
}

#last-blogpost.nw-main .read-more a {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    text-transform: uppercase;
    color: #466A8F;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
}

#last-blogpost.nw-main .read-more a:after {
    content: '';
    position: absolute;
    background-image: url(/public/img/arrow-read-blog.svg);
    width: 19px;
    height: 13px;
    background-repeat: no-repeat;
    top: 15px;
    right: 29%;
}

#last-blogpost.nw-main .read-more:hover {
    background: #ECF8FA;
}

#faq.nw-main {
    margin: 60px 0 80px 0;
}

#faq.nw-main h2 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    color: #2E2E2E;
    margin-bottom: 30px;
}

#faq.nw-main .faq-block > div {
    display: flex;
    justify-content: space-between;
}

#faq.nw-main .faq-block .block-left {
    width: 100%;
}

#faq.nw-main .faq-block .block-right {
    width: 100%;
}

#faq.nw-main .faq-content--item {
    padding: 0 30px;
    width: 95%;
    background: #ECF8FA;
    border-radius: 8px;
    box-shadow: none;
    padding: 15px 35px;
    margin-bottom: 30px;
}

#faq.nw-main .faq-content--item.active {
    background: #ffffff;
    box-shadow: 0 0 6px rgba(214, 214, 214, 0.82);
    border-radius: 10px;
}

#cta.nw-main .banner-up {
    position: relative;
    background: #ecf8fa;
    height: 282px;
}

#cta.nw-main .banner-up .container {
    position: relative;
}

#cta.nw-main .banner-up .img {
    /*position: absolute;*/
    /*top: -49px;*/
    position: absolute;
    top: -49px;
    right: 0;
    left: -12.5%;
}

#cta.nw-main .banner-up img {
    /*object-fit: cover;*/
    /*height: 100%;*/
    max-width: none;
}

#cta.nw-main .banner-up .cta-btn {
    position: absolute;
    width: 300px;
    height: 52px;
    background: #2BC5DD;
    border-radius: 4px;
    top: 185px;
    right: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}


#cta.nw-main .banner-down {
    position: relative;
    background: #ecf8fa;
    height: 282px;
}

#cta.nw-main .banner-down .container {
    position: relative;
}

#cta.nw-main .banner-down .img {
    /*position: absolute;*/
    /*top: -49px;*/
    position: absolute;
    top: -49px;
    right: 0;
    left: -12.5%;
}

#cta.nw-main .banner-down img {
    /*object-fit: cover;*/
    /*height: 100%;*/
    max-width: none;
}

#cta.nw-main .banner-down .cta-btn {
    position: absolute;
    width: 300px;
    height: 52px;
    background: #2BC5DD;
    border-radius: 4px;
    top: 185px;
    left: 9.5%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

#cta.nw-main .banner-up .pc-banner-up {
    display: block;
}

#cta.nw-main .banner-up .tab-banner-up {
    display: none;
}

#cta.nw-main .banner-up .mob-banner-up {
    display: none;
}

#cta.nw-main .banner-down .pc-banner-down {
    display: block;
}

#cta.nw-main .banner-down .tab-banner-down {
    display: none;
}

#cta.nw-main .banner-down .mob-banner-down {
    display: none;
}

#why-us.nw-main .why-us--item p {
    text-align: left;
}

/*main page*/
#testimonials .testimonials-slider .owl-dots {
    margin: 0 0 60px 0;
}

.faq-block h3[itemprop="name"] {
    margin: 0;
    color: #2E2E2E;
}

@media (max-width: 1025px) {
    #last-blogpost.nw-main .read-more a:after {
        right: 25%;
        top: 17px;
    }

    #cta.nw-main .banner-down .img {
        left: -16.5%;
    }

    #cta.nw-main .banner-up .img {
        left: -27.5%;
    }

    #all-num.nw-main {
        margin: 63px 0 0 0;
    }

    #main-header.nw-main .main-header-inner .paper-plane-img {
        left: 50%;
        top: 500px;
        bottom: 0;
        z-index: 9;
    }

    #main-header.nw-main .why-us--item p {
        text-align: left;
    }

    #advantages.nw-main .margin__ {
        margin: 70px 0 0 0;
    }

    #our-stats.nw-main h2 {
        text-align: center;
    }

    #testimonials.nw-main .brands .second:before {
        right: 30px;
    }

    #faq.nw-main .faq-block > div {
        flex-direction: column;
    }

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

    #last-blogpost.nw-main .wrap-last-blog .last-blog-item {
        width: 75%;
        margin: 15px auto 10px auto;
        height: 445px;
    }

    #last-blogpost.nw-main .owl-carousel .owl-dots {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        display: flex;
        width: 70px;
        margin: 0 auto;
    }

    #last-blogpost.nw-main .owl-dots .owl-dot.active {
        background-color: #49b2a0;
    }

    #last-blogpost.nw-main .owl-dots .owl-dot {
        position: relative;
        bottom: -42px;
        margin: auto;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #last-blogpost.nw-main .owl-dots .owl-dot {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #dfeaf6;
        cursor: pointer;
        margin: 0 8px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    #last-blogpost.nw-main .read-all {
        margin: 75px auto 40px auto;
    }
}

@media (max-width: 992px) {
    #cta.nw-main .container {
        max-width: 100%;
        padding: 0;
    }

    #cta.nw-main .banner-up .pc-banner-up {
        display: none;
    }

    #cta.nw-main .banner-up .tab-banner-up {
        display: block;
    }

    #cta.nw-main .banner-up .mob-banner-up {
        display: none;
    }

    #cta.nw-main .banner-down .pc-banner-down {
        display: none;
    }

    #cta.nw-main .banner-down .tab-banner-down {
        display: block;
    }

    #cta.nw-main .banner-down .mob-banner-down {
        display: none;
    }

    #cta.nw-main .banner-up .img {
        position: relative;
        top: 0;
        left: 0;
    }

    #cta.nw-main .banner-down .img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
    }

    #cta.nw-main .banner-up .cta-btn {
        right: 22%;
    }

    #testimonials.nw-main .brands .second:before {
        right: 9px;
    }

    #main-header.nw-main h1.header-block-title {
        margin: 0 0 40px 0;
    }

    #main-header.nw-main .main-header-inner .paper-plane-img {
        top: 590px;
    }

    #all-num.nw-main .col-12.col-xl-6 .stats-list {
        flex-wrap: wrap;
    }

    #all-num.nw-main ul.stats-list li:nth-of-type(3):after {
        display: none;
    }

    #all-num.nw-main .col-12.col-xl-6 .stats-list:after {
        display: block;
        width: 82%;
    }

    #why-us.nw-main .why-us--item p {
        font-size: 14px;
        line-height: 20px;
    }

    #our-stats.nw-main h2 {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    #our-stats.nw-main .our-stat-image-boy {
        margin-top: 70px;
    }

    #how-it-works.nw-main {
        padding: 30px 0;
    }

    .service-description-blocks.nw-main .container {
        flex-direction: column;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(1) {
        width: 100%;

    }

    .service-description-blocks.nw-main .description-blocks-item {
        flex-direction: column;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(2) {
        width: 100%;
        padding: 130px 40px 20px 40px;
        margin: 250px 0 0 0;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(3) {
        margin: 300px auto 0 auto;
        position: relative;
        padding: 150px 40px 20px 40px;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(3) img {
        top: -288px;
        margin: 0 auto;
        right: 0;
        left: 0;
        position: absolute;
        width: auto;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(3) .info {
        width: 100%;
    }

    #last-blogpost.nw-main .wrap-last-blog .last-blog-item {
        width: 100%;
        height: 500px;
    }

    #last-blogpost.nw-main .owl-carousel.owl-drag .owl-item {
        padding: 10px;
    }

    #cta.nw-main .banner-down .cta-btn {
        top: 170px;
        left: 3%;
    }

    #last-blogpost.nw-main {
        padding: 0 0 100px 0;
    }


    #last-blogpost.nw-main .read-all {
        margin: 74px auto 0 auto;
    }

}

@media (max-width: 769px) {
    #main-header.nw {
        padding: 40px 0 0;
    }

    /*#cta.nw-main .banner-up .pc-banner-up{*/
    /*    display: none;*/
    /*}*/
    /*#cta.nw-main .banner-up .tab-banner-up{*/
    /*    display: none;*/
    /*}*/
    /*#cta.nw-main .banner-up .mob-banner-up{*/
    /*    display: block;*/
    /*}*/
    /*#cta.nw-main .banner-down .pc-banner-down{*/
    /*    display: none;*/
    /*}*/
    /*#cta.nw-main .banner-down .tab-banner-down{*/
    /*    display: none;*/
    /*}*/
    /*#cta.nw-main .banner-down .mob-banner-down{*/
    /*    display: block;*/
    /*}*/
    .nw .section-block-desc {
        text-align: left;
    }

    #main-header .header-block-desc:before {
        display: none;
    }

    #main-header .header-block-desc {
        text-align: center;
    }

    #main-header.nw .paper-plane-img {
        display: block;
    }

    #how-it-works.nw {
        padding-top: 80px;
    }

    #testimonials.nw .brands {
        /*margin-top: 50px;*/
        margin-top: 0;
    }

    #why-us.nw .why-us-item {
        flex-direction: column;
        align-items: center;
    }

    #why-us.nw .why-us-img {
        margin-right: 0;
        min-height: 70px;
        margin-bottom: 15px;
    }

    #why-us.nw .why-us-title {
        margin-bottom: 10px;
    }

    #why-us.nw .why-us-content {
        text-align: center;
    }

    #cta.nw {
        padding-top: 30px;
    }

    #cta.nw .cta-title {
        font-weight: 800;
        font-size: 28px;
        line-height: 34px;
    }

    #cta.nw .cta-btn {
        margin-bottom: 25px;
    }

    #seo-text.nw .seo-text-wrapper {
        height: 800px;
    }

    #faq.nw {
        padding-top: 0;
    }

}

@media (max-width: 580px) {
    #last-blogpost.nw-main .read-more a:after {
        right: 27%;
        top: 17px;
    }

    .service-description-blocks.nw-main .description-blocks-item .img-item-3 {
        width: 100%;
    }

    #main-header.nw-main {

        padding: 50px 0 0;

    }

    ul.stats-list li:after {
        content: "";
        width: 1px;
        height: 60%;
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute;
        right: 0;
        border-right: 2px dashed #d5e0e2;
    }

    #main-header.nw-main h1.header-block-title {
        font-style: normal;
        font-weight: 800;
        font-size: 20px;
        line-height: 22px;
        text-align: center;
        color: #2E2E2E;
    }

    #main-header.nw-main .main-header-inner .paper-plane-img {
        top: 530px;
    }

    #all-num.nw-main .col-12.col-xl-6 .stats-list li .value {
        font-size: 20px;
        line-height: 24px;
    }

    #all-num.nw-main ul.stats-list:before {
        bottom: 49%;
        z-index: 0;
        width: 90%;
    }

    #all-num.nw-main ul.stats-list li p {
        font-size: 10px;
    }

    #all-num.nw-main ul.stats-list li {
        width: 33%;
    }

    .nw .section-block-desc {
        text-align: center;
    }

    .nw .section-block-title {
        font-size: 20px;
    }

    #how-it-works.nw .step-item {
        text-align: center;
        margin-bottom: 40px;
    }

    #how-it-works.nw .step-item.last {
        margin-bottom: 0;
    }

    #how-it-works.nw .step-img img {
        margin-left: 0;
    }

    #how-it-works.nw .step-number {
        left: 40px;
    }

    #how-it-works.nw .step-img:after {
        display: none;
    }

    #testimonials .brands i.icon-star {
        background-image: url('../../assets/img/redesign/icons/star.svg');
        width: 13px;
        height: 13px;
    }

    #testimonials .brands .brand-logo img {
        width: 125px;
    }

    #testimonials.nw .brand-bottom .rating-number {
        font-size: 18px;
    }

    #testimonials .brands .brand-item {
        max-width: 125px;
        margin: 0 auto;
    }

    #testimonials.nw .brands .first:before {
        right: 0;
    }

    #testimonials.nw .brands .first {
        margin-right: 0;
    }

    #why-us.nw .why-us-title {
        min-height: 60px;
    }

    #cta.nw .cta-title, #cta.nw .cta-desc {
        text-align: center;
        display: block;
    }

    #cta.nw .cta-btn {
        margin: 0 auto;
    }

    #cta.nw img {
        width: 190px;
        display: block;
        margin: 25px auto 0;
    }

    #seo-text.nw .seo-text-wrapper {
        height: 590px;
    }

    #cta.nw .cta-image--secondary {
        width: 300px;
    }

    #services.nw {
        padding: 60px 0
    }

    #services.nw .section-block-title {
        margin: 0;
    }

    #testimonials.nw-main .brands .second:before {
        right: 0;
    }

    /*.service-description-blocks.nw-main .owl-carousel.owl-drag .owl-item {*/
    /*    padding: 175px 0 0 0;*/
    /*}*/
    .service-description-blocks.nw-main {
        margin: 0 0 100px 0;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(1),
    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(2) {
        padding: 0 40px 20px 40px;
    }

    .service-description-blocks.nw-main .description-blocks-item:nth-of-type(1) img {
        top: 0;
        right: 0;
        left: 0;
        position: relative;
        margin: -130px 0 0 0;
    }

    .service-description-blocks.nw-main .description-blocks-item.item-2 img {
        margin: -165px 0 0 0;
    }

    .service-description-blocks.nw-main .description-blocks-item.item-3 img {
        margin: -187px 0 0 0;
        height: 300px;
    }

    .service-description-blocks.nw-main .owl-dots .owl-dot {
        display: inline-block;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background-color: #dfeaf6;
        cursor: pointer;
        margin: 0 8px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .service-description-blocks.nw-main .owl-dots .owl-dot.active {
        background-color: #49b2a0;
    }

    .service-description-blocks.nw-main .owl-dots {
        position: absolute;
        bottom: -42px;
        margin: auto;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .service-description-blocks.nw-main .owl-dots .owl-dot {
        position: relative;
    }

    .service-description-blocks.nw-main .description-blocks-item {
        padding: 0 20px 20px 20px;
    }

    .service-description-blocks.nw-main .owl-carousel .owl-stage-outer {
        padding: 168px 0 0 0;
    }

    #last-blogpost.nw-main .owl-dots {
        position: absolute;
        bottom: 0;
        margin: auto;
        right: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #last-blogpost.nw-main .owl-dots .owl-dot {
        position: relative;
        padding: 0 8px !important;
        margin: 5px;
    }

    #cta.nw-main .banner-up .pc-banner-up {
        display: none;
    }

    #cta.nw-main .banner-up .tab-banner-up {
        display: none;
    }

    #cta.nw-main .banner-up .mob-banner-up {
        display: block;
        width: 100%;
    }

    #cta.nw-main .banner-down .pc-banner-down {
        display: none;
    }

    #cta.nw-main .banner-down .tab-banner-down {
        display: none;
    }

    #cta.nw-main .banner-down .mob-banner-down {
        display: block;
        width: 100%;
    }

    #cta.nw-main .banner-up {
        position: relative;
        background: none;
        height: 400px;
    }

    #cta.nw-main .banner-up .img {
        width: 100%;
    }

    #cta.nw-main .banner-up .cta-btn {
        top: 218px;
        width: 280px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #cta.nw-main .banner-down .img {
        width: 100%;
    }

    #cta.nw-main .banner-down {
        position: relative;
        background: none;
        height: 400px;
    }

    #cta.nw-main .banner-down .cta-btn {
        top: 170px;
        width: 280px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
}

@media (max-width: 378px) {
    #cta.nw-main .banner-up .cta-btn {
        top: 195px;
    }

    #cta.nw-main .banner-down .cta-btn {
        top: 155px;
    }
}

@media (max-width: 330px) {
    #cta.nw-main .banner-down .cta-btn {
        top: 165px;
        width: 245px;
    }

    #cta.nw-main .banner-down {
        height: 360px;
    }

    #cta.nw-main .banner-down .cta-btn {
        top: 87px;
        width: 245px;
    }

    #cta.nw-main .banner-down {
        height: 312px;
    }
}

a.essay-pages--link {
    display: flex;
    align-items: center;
    height: 60px;
}

/*ukraine banner*/
.ukraine-bnr {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    background: url(../../public/img/banner_ukraine/ukraine-bnr-bg.png) no-repeat top 1px left #2E2E2E;
    background-size: 600px 100%;
    padding-right: 100px;
    position: relative;
    padding-left: 600px;
}

.ukraine-bnr__title {
    text-transform: uppercase;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}

.ukraine-bnr__text {
    font-size: 12px;
    line-height: 16px;
}

.ukraine-bnr__inner a,
.ukraine-bnr__inner a:link{
    color: #F1DC38;
    text-decoration: underline;
}

.ukraine-bnr-close {
    background: url(../../public/img/banner_ukraine/ukraine-bnr-close.svg) no-repeat center transparent;
    background-size: contain;
    border: transparent;
    width: 10px;
    height: 10px;
    appearance: none;
    cursor: pointer;
}

.ukraine-bnr__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ukraine-bnr__inner {
    padding: 17px 100px 17px 28px;
}

@media (max-width: 1398px) {
    .ukraine-bnr__title {
        font-size: 14px;
        white-space: nowrap;
    }

    .ukraine-bnr {
        background-position: -250px center;
        padding-left: 400px;
    }

    .ukraine-bnr__flex {
        justify-content: center;
    }
}

@media (max-width: 1099px) {
    .ukraine-bnr__inner {
        padding: 17px 10px 17px 28px;
        margin-right: 40px;
    }
}

@media (max-width: 991px) {
    .ukraine-bnr {
        padding: 0 30px 0 160px;
        background-repeat-y: repeat;
        background-position: top left -440px;
    }

    .ukraine-bnr__inner {
        padding-right: 20px;
        padding-left: 16px;
        margin: 0;
    }

    .ukraine-bnr__flex {
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .ukraine-bnr {
        padding: 30px 30px 30px 85px;
        background-position: top left -924px;
        background-repeat: no-repeat;
        background-size: auto 100%;
    }

    .ukraine-bnr__inner {
        padding: 0;
    }

    .ukraine-bnr__title {
        white-space: normal;
    }

    .ukraine-bnr-close {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}

/*END ukraine banner*/