.visible-mobile {
    display: none;
}

.home-wrapper .main .section.section-howtodo-copy {
    padding-bottom: 5px !important;
    background: #F8F8F8;
    padding-top: 30px;
}

.section-repCases .core__value-title::before {
    top: -90px;
}

.input-wrapper-flex {
    display: none !important;
}

.form-screen .container .content .form-screen-h3 {
    max-width: 1000px;
    margin: 60px 0 35px 0;
}

.form-screen .container .content p {
    margin-bottom: 35px;
}

@media (max-width:1440px) {
    .form-screen .container .content .form-screen-h3 {
        margin: 40px 0 20px 0;
    }

    .form-screen .container .content p {
        margin-bottom: 55px;
    }

    .faq-title {
        margin-bottom: 50px;
    }
}

.wpcf7-form p {
    margin-bottom: 0 !important;
}

.home-wrapper .header .container {
    max-width: 1676px;
}

.home-wrapper .main__article .article-items {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: 337px;
    justify-content: center;
}

@media (max-width: 768px) {
    .home-wrapper .main__article .article-items {
        grid-template-columns: repeat(4, 1fr);
        justify-content: flex-start;
    }
}

.form-screen .container .content .form-screen-h3,
.form-screen .container .content .form-screen-h3 span {
    font-size: 40px;
}

@media (max-width:1440px) {

    .form-screen .container .content .form-screen-h3,
    .form-screen .container .content .form-screen-h3 span {
        font-size: 42px;
    }
}

@media (max-width: 568px) {
    .form-screen .container .content .form-screen-h3 {
        font-size: 30px;
    }

    .form-screen .container .content .form-screen-h3 span {
        font-size: 24px;
    }
}

.home-wrapper .main__review .review__slider-wrapper {
    padding: 0;
}

.home-wrapper .main__review .review__slider {
    padding: 5px 5px 0px;
}

.home-wrapper .main .title-row .additional-p {
    padding-top: 25px;
}

.home-wrapper .container img {
    margin-bottom: 0 !important;
    max-width: 100%;
    height: auto;
}

.home-wrapper .main__article .title-row {
    text-align: center;
}

.home-wrapper .section-repCases.main__article .title-row {
    margin-top: -4px;
    padding: 0 0 30px;
    padding-bottom: 0;
}

.home-wrapper .section-repCases.main__article .article-items .img img {
    margin-bottom: 8px !important;
}

.home-wrapper .section-repCases.main__article .article-items {
    grid-gap: 20px;
}

.home-wrapper .section-repCases.main__article .article-items .img img {
    margin-bottom: 9px;
}

.home-wrapper .section-repCases.main__article .article-items p {
    margin: 0;
    margin-bottom: 9px;
}

.home-wrapper .section-repCases.main__article .article-items .title {
    font-size: 16px;
    line-height: 19.5px;
}

.home-wrapper .main__btn {
    max-width: 270px;
}

.home-wrapper .section-repPlan .main__btn {
    max-width: 306px;
    margin: 60px auto;
}

.banner-inner {
    margin-top: 5px;
    padding-bottom: 0;
}

.banner-inner a.main__btn {
    margin-top: 60px;
    margin-bottom: 25px;
}

.call-btn {
    display: flex;
    align-items: center;
}

.accordion__content {
    width: 906px;
}

.home-wrapper .main .title-row {
    padding: 90px 0 20px;
}

.home-wrapper .main__partners .partners-slider__desk {
    padding-bottom: 145px;
}

.accordion__header {
    padding: 34px 0;
}

.accordion {
    width: 100%;
    margin-bottom: 60px;
}

.accordion {
    margin-bottom: 145px;
}

.faq-title {
    white-space: nowrap;
}

@media (max-width:1440px) {
    .accordion__content-width-1 {
        width: 1014px;
    }

    .accordion__content-width-2 {
        width: 1070px;
    }
}

@media (max-width:768px) {
    .home-wrapper .main .title-row {
        padding: 0;
    }

    .home-wrapper .main .main__partners .title-row {
        padding-top: 50px;
    }

    .home-wrapper .main__btn {
        height: 45px;
        max-width: 194px;
    }

    .home-wrapper .section-repPlan .main__btn {
        max-width: 230px;
        margin-top: 50px;
        margin-bottom: 70px;
    }
}

.home-wrapper .container {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1450px;
    display: block
}

@media (max-width:1600px) {
    .home-wrapper .container {
        max-width: 1320px
    }
}

.home-wrapper .section-repAdvantage.section {
    padding: 60px 0
}

@media (max-width:768px) {
    .home-wrapper .section-repAdvantage.section {
        padding: 30px 0
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px 18px
}

@media (max-width:576px) {
    .home-wrapper .section-repAdvantage .repAdvantage__grid {
        display: flex;
        grid-gap: unset
    }
}

.home-wrapper .section-repAdvantage .swiper-scrollbar {
    display: none
}

@media (max-width:768px) {
    .home-wrapper .section-repAdvantage .swiper-scrollbar {
        display: block
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item {
    height: 211.72px;
    background: #f6f6f6;
    padding: 25px 25px 25px 0;
    display: flex;
    align-items: center;
    gap: 60px
}

@media (max-width:992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item {
        gap: 20px
    }
}

@media (max-width:768px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item {
        gap: 15px;
        height: auto;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item .content {
    flex: 1
}

.home-wrapper .section-repAdvantage .repAdvantage__item .img {
    flex: 0 0 25%
}

@media (max-width:992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item .img {
        flex: 0 0 40%
    }

    .home-wrapper .section-repAdvantage .repAdvantage__item .img img {
        max-width: 150px;
    }
}

.home-wrapper .section-repAdvantage .repAdvantage__item .title {
    font-weight: 700;
    font-size: 24px;
    line-height: 125.9%;
    text-transform: uppercase;
    color: #1A2129;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid #1A2129;
    width: fit-content
}

@media (max-width:992px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item .title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 8px;
        padding-bottom: 8px
    }
}

@media (max-width:576px) {
    .home-wrapper .section-repAdvantage .repAdvantage__item .title {
        font-size: 16px;
        line-height: 22px; //overflow-wrap: anywhere;}
    }

    .home-wrapper .section-repAdvantage .repAdvantage__item p {
        font-weight: 300;
        font-size: 15px;
        line-height: 18px;
        color: #1A2129
    }

    @media (max-width:992px) {
        .home-wrapper .section-repAdvantage .repAdvantage__item p {
            font-size: 12px;
            line-height: 15px
        }
    }

    @media (max-width:576px) {
        .home-wrapper .section-repAdvantage .repAdvantage__item p {
            font-size: 14px;
            line-height: 18px
        }
    }

    .repAdvantage__item img {
        height: auto
    }

    .form-screen {
        margin-top: 45px;
        margin-bottom: 100px;
        background-image: url(../img/form-fon.jpg.webp);
        background-position: center;
        background-size: cover;
    }

    .form-screen .container .content {
        padding: 70px 75px 65px 75px;
        width: 1300px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    @media (max-width:1440px) {
        .form-screen .container .content {
            padding: 78px 50px 65px 90px;
        }

        .section-howtodo-copy .section-repPlan-desc {
            grid-template-columns: auto 629px;
            margin-bottom: 20px;
        }
    }

    #formorder-screen.form-screen .container .content {
        padding: 54px 0 65px 0;
    }

    #seven-screen.form-screen {
        background: none;
        padding-bottom: 50px;
    }

    .form-screen .container {
        background: none;
    }

    #seven-screen.form-screen .container .content {
        width: 100%;
        background: url(../img/form-fon-new.jpg) no-repeat center right / 1550px auto;
    }

    @media (max-width:1440px) {
        #seven-screen.form-screen .container .content {
            background-size: cover;
        }
    }

    @media (max-width:768px) {
        #seven-screen.form-screen .container .content {
            background: url(../img/form-fon-new-3line-h3-mob.jpg) no-repeat top center transparent;
            background-size: 100% 100%;
        }
    }

    .home-wrapper .section-repSuccess-full .swiper-scrollbar {
        display: none
    }

    @media (max-width:576px) {
        .home-wrapper .section-repSuccess-full .swiper-scrollbar {
            display: block
        }
    }

    .home-wrapper .section-repSuccess-full .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px
    }

    .home-wrapper .section-repSuccess-full .swiper-wrapper img {
        width: 100%;
        height: auto
    }

    @media (max-width:576px) {
        .home-wrapper .section-repSuccess-full .swiper-wrapper {
            display: flex
        }
    }

    .section-repSuccess-full .container {
        max-width: 1530px;
        padding: 0
    }

    .orm__page-main {
        display: block;
        font-weight: 300 !important;
        line-height: 25px
    }

    .orm__page-main p {
        font-size: 16px;
        line-height: 1.6;
        line-height: 21px;
    }

    .section-repSuccess .core__value-title .repSuccess-subtitile {
        margin-bottom: 20px;
    }

    .orm_rep-text p b {
        font-size: 14px;
        color: #1A2129;
        text-transform: uppercase;
    }

    .orm__tasks-cell p {
        font-size: 16px !important;
        font-weight: 700 !important;
        color: #1A2129;
        line-height: 1.3;
        text-transform: uppercase;
    }

    p {
        color: #1A2129;
    }

    .orm__tasks-img {
        min-width: 70px;
    }

    .markway__orm-promo {
        margin-top: 150px;
    }

    .container__orm ul {
        list-style: none
    }

    .container__orm {
        max-width: 1450px;
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto;
        height: 90%;
    }

    @media (min-width:992px) and (max-width:1440px) {
        .container__orm {
            padding-left: 80px;
            padding-right: 80px;
        }
    }

    .banner__container-orm {
        padding: 40px 0 180px 80px;
        margin-bottom: 53px
    }

    .markway__banner-orm {
        position: relative;
        background-image: url(https://markway.ru/wp-content/uploads/2023/11/orm__background-01.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
        margin-bottom: 60px
    }

    .banner__title-first p {
        color: rgba(255, 255, 255);
        font-weight: 700 !important;
        padding-bottom: 15px
    }

    .banner__title-strip {
        clear: both;
    }

    .banner__title-strip br {

        //display:none}
        .banner__title-main h1,
        .banner__title-main span {
            font-weight: 900;
            font-size: 60px;
            color: #FFF;
            line-height: 40px;
            text-transform: uppercase;
        }

        .banner__title-main .banner-logo {
            margin-left: 20px;
            margin-top: 7px;
            float: left;
        }

        .banner__title-main h1 {
            float: left;
            line-height: 70px;
        }

        .banner__title-strip {
            position: relative; //margin-bottom:10px;z-index:1}

            .banner__title-strip h1 {
                line-height: 68px;
                font-weight: 900;
            }

            @media (max-width:1440px) {
                .banner__title-strip h1 {
                    line-height: 69.24px;
                }
            }

            .banner__title-main-second {
                position: relative;
                z-index: 11;
            }

            .banner__title-main-second:before {
                content: '';
                width: 1155px;
                height: 31px;
                background: rgba(0, 141, 198, .27);
                display: block;
                position: absolute;
                left: -1px;
                bottom: 5px;
                z-index: -1;
            }

            @media (max-width: 1440px) {
                .banner__title-main-second:before {
                    content: '';
                    width: 693px;
                    height: 31px;
                    background: rgba(0, 141, 198, .27);
                    display: block;
                    position: absolute;
                    left: 5px;
                    bottom: 69px;
                    z-index: -1;
                }
            }

            .banner__title-main br {
                display: none;
            }

            .banner__title-main-second:after {
                display: none;
            }

            .banner__title-strip p {
                font-weight: 200 !important;
                font-size: 52px;
                color: #FFF;
                margin-bottom: 20px;
                margin-left: 0;
            }

            .banner__title-strip h1 {
                margin-bottom: 13px;
            }

            @media (max-width:1440px) {
                .banner__title-strip h1 {
                    margin-bottom: 23px;
                }
            }

            .banner__text-service p {
                width: 932px;
                font-size: 16px;
                font-weight: 300;
                color: #FFFFFF !important;
                margin-bottom: 25px;
                max-width: 100%;
                line-height: 25.6px;
            }

            @media (max-width:768px) {
                .banner__text-service p {
                    margin-bottom: 40px;
                }

                .home-wrapper .main .section.section-howtodo-copy {
                    padding-top: 20px;
                }

                .section-howtodo-copy .section-repPlan-desc {
                    grid-template-columns: 1fr;
                }

                .section-howtodo-copy .section-repPlan-desc {
                    margin-bottom: 10px;
                }
            }

            .banner__btn-title button {
                width: 274px;
                height: 65px;
                border-radius: 6px;
                background: linear-gradient(269deg, #FFA500 0%, #FFC100 100%);
                cursor: pointer;
                color: #1A2129;
                font-size: 12px;
                font-weight: 600
            }

            .markway__orm-promo,
            .home-wrapper .main .section {
                margin-bottom: 150px;
                padding-bottom: 0 !important;
                overflow: visible;
            }

            .home-wrapper .main .section.section-adaptiveNecessary,
            .home-wrapper .main .section.markway__orm-promo,
            .home-wrapper .main .markway__need-orm,
            .home-wrapper .main .markway__orm-tasks-section,
            .home-wrapper .main .section-howtodo-copy,
            .home-wrapper .section-repPlan.section {
                margin-bottom: 150px;
            }

            .orm_rep {
                display: grid;
                grid-template-columns: 1fr;
                row-gap: 73px;
            }

            @media (max-width:1440px) {
                .orm_rep {
                    row-gap: 50px;
                }
            }

            @media (max-width:768px) {
                .orm_rep {
                    row-gap: 0;
                }
            }

            .orm_rep-title h3 {
                color: #1A2129;
                font-size: 40px;
                font-weight: 900;
                line-height: 44px;
                text-transform: uppercase;
            }

            .orm_rep-title-2 {
                margin-top: 156px;
                margin-bottom: 68px;
            }

            @media (max-width:1440px) {
                .orm_rep-title-2 {
                    margin-bottom: 55px;
                }
            }

            .orm_rep-title-2 h3,
            .orm_rep-title-2 h2
            {
                color: #1A2129;
                font-size: 40px;
                font-weight: 900;
                line-height: 44px;
                text-transform: uppercase;
                text-align: left;
            }

            .orm_rep-title span {
                color: #FAB50A;
                font-weight: 300
            }

            .orm_rep-nmbr {
                display: flex;
                gap: 20px;
            }

            .orm_rep-nmbr>div {
                box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
                max-width: 456px;
                width: 100%;
                /*     height: 140px; */
                /*     padding: 0 45px 0 26px; */
                padding: 20px 22px 22px 26px;
                border-radius: 20px;
                min-height: 195px;
                display: grid;
                align-items: center;
                grid-template-columns: auto auto;
            }

            @media (max-width:1440px) {
                .orm_rep-nmbr>div {
                    padding: 20px 12px 22px 26px;
                }
            }

            .orm_rep-nmbr>div:nth-child(1) .orm_rep-nbr-img {
                width: 150px;
            }

            .orm_rep-nmbr>div:nth-child(3) .orm_rep-nbr-img {
                width: 140px;
            }

            @media (max-width:768px) {

                .orm_rep-nmbr>div:nth-child(1) .orm_rep-nbr-img,
                .orm_rep-nmbr>div:nth-child(3) .orm_rep-nbr-img {
                    width: 100%;
                }

                .orm_rep-nmbr>div {
                    padding-top: 24.5px;
                }
            }

            /* .orm_rep-nmbr:nth-child(1) .orm_rep-nbr-text{
	margin-left: -5px;
} */
            /* .orm_rep-nmbr > div:nth-child(1){}
.orm_rep-nmbr > div:nth-child(2){
    padding: 0 19px 0 26px;
}
.orm_rep-nmbr > div:nth-child(3){
    padding: 0 0 0 19px;
} */
            @media (max-width:1440px) {
                .banner-inner a.main__btn {
                    margin-top: 30px;
                }

                .orm_rep-nmbr>div {
                    height: 225px;
                }

                .orm_rep-nmbr>div:nth-child(1) {
                    width: 413px;
                    padding-right: 17px;
                }

                .orm_rep-nmbr>div:nth-child(2) {
                    width: 414px;
                    padding-right: 17px;
                }

                .orm_rep-nmbr>div:nth-child(3) {
                    width: 100%;
                    max-width: 413px;
                }
            }

            @media (max-width:1240px) {
                .orm_rep-nmbr {
                    flex-wrap: wrap;
                    justify-content: space-evenly;
                }
            }

            .orm_rep-nbr-img {
                padding-right: 17px;
            }

            .orm_rep-nbr-text {
                height: 100%;
                display: flex;
                align-items: center;
                font-family: Montserrat;
                font-size: 16px;
                font-weight: 300;
                line-height: 20.8px;
                text-align: left;

                border-left: 1px solid rgba(246, 195, 32, 1);
                padding-left: 15px;
            }

            @media (max-width:992px) {

                /*     .orm_rep-nmbr{
        display: grid;
    } */
                .orm_rep-nmbr>div {
                    grid-template-columns: 1fr;
                }

                .orm_rep-nbr-text {
                    padding-left: 0;
                    padding-top: 10px;
                    //margin-top: 10px;
                    border-left: none;
                    //border-top: 1px solid rgba(246, 195, 32, 1);

                    display: block;
                }

                .orm_rep-nmbr>div:nth-child(1),
                .orm_rep-nmbr>div:nth-child(2),
                .orm_rep-nmbr>div:nth-child(3) {
                    width: auto;
                    padding-top: 13.5px;
                    padding-left: 25px;
                    padding-right: 17px;
                    height: auto;
                    align-items: normal;

                    display: block;
                }

                .orm_rep-nmbr>div:nth-child(3) {
                    height: auto;
                }

                .orm_rep-nbr-img {
                    height: 86px;
                    display: flex;
                    align-items: center;
                    border-bottom: 1px solid rgba(246, 195, 32, 1);
                    padding-bottom: 10px;
                    max-width: 248px;
                }
            }

            @media (max-width:768px) {
                .orm__page-main .orm_rep .orm_rep-nmbr>div {
                    border-radius: 0;
                    padding-top: 24.5px;
                }

                .orm__page-main .orm_rep .orm_rep-nmbr div:nth-child(2) {
                    padding-top: 31.5px;
                }

                .orm__page-main .orm_rep .orm_rep-nmbr div:nth-child(3) {
                    padding-top: 31px;
                }
            }

            .markway__need-orm {
                position: relative;
                margin-bottom: 150px;
                overflow: visible;
                display: flex;
                //align-items: center;
                //height: 784px;
                background-color: #F8F8F8;
                padding-top: 60px;
                padding-bottom: 40px;
            }

            .markway__need-orm .orm_rep-text {
                max-width: 630px;
            }

            .need__orm-net-01 {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                column-gap: 20px;
                row-gap: 60px;
                margin-top: 60px
            }

            .need__orm-cell {
                //display:flex;
                //gap:20px;
                box-shadow: 8px 10px 35px rgba(0, 0, 0, 0.15);
                border-radius: 10px;
                padding: 24px;
                background: #fff;
            }

            .need__orm-cell a {
                color: #FAB50A;
            }

            .need__orm-cell p {
                color: #1A2129 !important;
                font-weight: 400 !important;
            }

            .orm_cell-img {
                display: flex;
                gap: 40px;
                padding-bottom: 32px;
                align-items: center;
            }

            .orm_cell-img p {
                text-transform: uppercase;
            }

            .orm_cell-img img {
                max-width: 100px !important;
                border-radius: 8px;
            }

            .need__orm-net-02 {
                display: grid;
                grid-template-columns: repeat(2, 1fr);
                column-gap: 20px;
                padding: 20px 0;
            }

            .orm_cell-04- {
                grid-column-start: 1;
                grid-column-end: 2
            }

            .orm_cell-05- {
                grid-column-start: 2;
                grid-column-end: 3
            }

            .markway__orm-tasks {
                position: relative;
                margin-bottom: 150px;
                overflow: unset;
                height: 100%;
            }

            .markway__orm-tasks::after {

                //content:url(https://markway.ru/wp-content/uploads/2023/11/rocket__img.png);position:absolute;top:-175px;left:0}
                .markway__orm-tasks::before {
                    content: url(https://markway.ru/wp-content/uploads/2023/11/planet__img.png);
                    position: absolute;
                    bottom: -113px;
                    right: 0
                }

                .orm__tasks-net {
                    display: grid;
                    grid-template-columns: repeat(3, 1fr);
                    column-gap: 20px;
                    row-gap: 40px;
                    margin-top: 60px;
                }

                .orm__tasks-cell {
                    display: flex;
                    gap: 20px;
                    border-bottom: 1px solid #E3E5E8;
                    padding-bottom: 18px;
                    align-items: center;
                }

                .markway__orm-take .orm__tasks-cell {
                    //flex-wrap: wrap;
                    box-shadow: 8px 10px 35px rgba(0, 0, 0, 0.15);
                    border-radius: 10px;
                    display: block;
                    background: #fff;
                }

                .markway__orm-take .orm__tasks-img {
                    padding-left: 39px;
                    padding-top: 28px;
                    padding-bottom: 16px;

                    display: flex;
                    align-items: center;
                    gap: 20px;
                }

                .markway__orm-take .orm__tasks-desc {
                    padding-left: 39px;
                    padding-right: 39px;
                    //padding-bottom: 50px;
                    //height: 120px;
                }

                .orm__tasks-desc p {
                    font-size: 16px;
                    text-transform: none;
                    font-weight: 300 !important;
                    line-height: 1.4;
                }

                .home-wrapper .main .title-row .inner-title {
                    max-width: 100%;
                }

                .home-wrapper .main .section-repCases .title-row .inner-title {
                    font-size: 64px;
                }

                .home-wrapper .main__review-inner .swiper-arrows {
                    bottom: 0 !important;
                }

                .home-wrapper .main .section {
                    padding: 0;
                }

                .home-wrapper .main .title-row p:first-child {
                    font-weight: 600 !important
                }

                .home-wrapper .section-repPlan.section {
                    padding: 60px 0; //margin-bottom:30px;padding-top: 0;}

                    @media (max-width:768px) {
                        .home-wrapper .section-repPlan.section {
                            padding: 30px 0
                        }
                    }

                    .home-wrapper .section-repPlan .products-list {
                        display: grid;
                        grid-template-columns: repeat(3, 1fr);
                        grid-gap: 21px
                    }

                    @media (max-width:992px) {
                        .home-wrapper .section-repPlan .products-list {
                            grid-template-columns: 1fr;
                            max-width: 450px;
                            margin-left: auto;
                            margin-right: auto
                        }
                    }

                    .home-wrapper .section-repPlan .products-list .product-item {
                        background: #fff;
                        box-shadow: 0 19px 52px 2px #d8dcdd;
                        border-radius: 10px;
                        min-height: 100px !important;
                    }

                    .home-wrapper .section-repPlan .products-list .product-item .top {
                        height: 126px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        text-align: center; //padding:10px;font-weight:900;font-size:24px;line-height:125.9%;letter-spacing:.03em;text-transform:uppercase;color:#1a2129}

                        @media (max-width:768px) {
                            .home-wrapper .section-repPlan .products-list .product-item .top {
                                font-family: Montserrat;
                                font-size: 24px;
                                font-weight: 900;
                                line-height: 30.22px;
                                letter-spacing: 0.03em;
                                text-align: center;
                                height: 154px;
                            }

                            .form-screen .container .content .form-screen-h3 {
                                font-weight: 700;
                            }
                        }

                        .home-wrapper .section-repPlan .products-list .product-item .center {
                            background: #f9f9f9;
                            min-height: 192px;
                            padding: 29px 24px;
                            border-top: 1px solid #e0e0e0;
                            border-bottom: 1px solid #e0e0e0;
                            text-align: left !important;
                            display: flex !important;
                            gap: 16px;
                            margin-bottom: 0 !important;
                        }

                        .product-item .center {
                            margin: 0 !important;
                        }

                        @media (max-width:1440px) {
                            .home-wrapper .section-repPlan .products-list .product-item .center {
                                padding: 25px 24px 25px 16px;
                            }

                            .home-wrapper .section-repPlan .products-list .product-item .center p {
                                line-height: 26px;
                            }
                        }

                        .home-wrapper .section-repPlan .products-list .product-item .center p {
                            font-weight: 300;
                            font-size: 16px;
                            flex: 1;
                            line-height: 22px;
                        }

                        .home-wrapper .section-repPlan .products-list .product-item .bottom {
                            min-height: 127px;
                            padding: 0 35px;
                            padding-top: 10px;
                            display: flex;
                            align-items: center;
                            justify-content: space-between;
                            gap: 20px;
                        }

                        .home-wrapper .section-repPlan .products-list .product-item:last-child .bottom {
                            padding: 0;
                        }

                        .home-wrapper .section-repPlan .products-list .product-item:last-child .bottom a {
                            margin-top: 12px;
                            width: 100%;
                            max-width: 208px;
                        }

                        @media (max-width:1440px) {
                            .home-wrapper .section-repPlan .products-list .product-item .bottom {
                                padding: 0 16px
                            }
                        }

                        .home-wrapper .section-repPlan .products-list .product-item .bottom .p {
                            font-weight: 700;
                            font-size: 24px;
                            line-height: 140%;
                            color: #1a2129;
                            flex: 1
                        }

                        @media (max-width:1440px) {
                            .home-wrapper .section-repPlan .products-list .product-item .bottom .p {
                                text-align: end;
                            }
                        }

                        @media (max-width:768px) {
                            .home-wrapper .section-repPlan .products-list .product-item .bottom .p {
                                text-align: start;
                                line-height: 80%;
                            }

                            .mob-none {
                                display: none;
                            }

                            .home-wrapper .section-repPlan .products-list .product-item .center .p {
                                line-height: 17px;
                            }

                            .section-repSuccess .inner-title {
                                margin-bottom: 24px;
                            }
                        }

                        @media (max-width:1200px) {
                            .home-wrapper .section-repPlan .products-list .product-item .bottom .p {
                                font-size: 18px
                            }
                        }

                        .home-wrapper .section-repPlan .products-list .product-item .bottom .p span {
                            font-size: 17px;
                            font-weight: 500;
                        }

                        @media (max-width:1200px) {
                            .home-wrapper .section-repPlan .products-list .product-item .bottom .p span {
                                font-size: 14px
                            }
                        }

                        .home-wrapper .section-repPlan .products-list .product-item .bottom a {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            text-align: center;
                            cursor: pointer;
                            background: linear-gradient(90.23deg, #ffc100 .2%, #ffa500 99.54%);
                            border-radius: 4px;
                            height: 66px;
                            width: 100%;
                            width: 188px;
                            font-weight: 600;
                            font-size: 12px;
                            line-height: 140%;
                            text-transform: uppercase;
                            color: #1a2129;
                            min-width: 110px;
                        }

                        @media (max-width:1440px) {
                            .home-wrapper .section-repPlan .products-list .product-item .bottom a {
                                width: 188px;
                            }
                        }

                        .section-repPlan-desc {
                            display: grid;
                            grid-template-columns: 695px 1fr;
                            /*     gap: 20px; */
                            margin-bottom: 15px;
                            padding-left: 20px;
                        }

                        .repPlan-margin {
                            padding-left: 0;
                            gap: 20px;
                            margin-bottom: 65px;
                        }

                        @media (max-width:1440px) {
                            .section-repPlan-desc {
                                grid-template-columns: 680px 628px;
                                gap: 0;
                                margin-bottom: 50px;
                            }

                            section.section-what-need .section-repPlan-desc {
                                grid-template-columns: 680px 522px;
                                justify-content: space-between;
                            }
                        }

                        @media (max-width:1240px) {
                            section.section-what-need .section-repPlan-desc {
                                display: flex;
                                flex-wrap: wrap;
                                gap: 20px;
                            }
                        }

                        @media (max-width:768px) {
                            .section-repPlan-desc {
                                grid-template-columns: 1fr;
                            }
                        }

                        .section-repPlan-desc-text {
                            font-family: Montserrat;
                            font-size: 16px;
                            font-weight: 300;
                            line-height: 22.4px;
                            text-align: left;
                        }

                        .core__value-title::before,
                        .title-row:before {
                            content: url(https://markway.ru/wp-content/uploads/2023/11/img__water-sign.png);
                            position: absolute;
                            top: 0;
                            left: -27px;
                            right: 0;
                            z-index: -1
                        }

                        .core__value-title {
                            position: relative;
                            padding: 50px 0 0;
                            text-align: center;
                            margin-bottom: 60px;
                        }

                        @media (max-width:1440px) {
                            .core__value-title {
                                margin-bottom: 45px;
                            }
                        }

                        .section-repPlan .core__value-title,
                        .section-repSuccess-full .core__value-title,
                        .steps-work .core__value-title,
                        {
                        margin-bottom: 60px;
                    }

                    .section-repCases .core__value-title {
                        margin-bottom: 64px;
                    }

                    .core__value-title p {
                        font-size: 14px;
                        font-weight: 600 !important;
                        color: #008CBE;
                        margin-bottom: 25px
                    }

                    .core__value-title h2 {
                        font-weight: 900;
                        font-size: 64px;
                        color: #1A2129
                    }

                    .core__value-title span {
                        font-weight: 300;
                        color: #FAB50A
                    }

                    .markway__stages-work {
                        margin-bottom: 150px
                    }

                    .stages__work-item {
                        display: grid;
                        grid-template-columns: repeat(2, 1fr);
                        column-gap: 70px;
                        row-gap: 35px;
                        border-top: 1px solid rgba(196, 196, 196, .6);
                        border-bottom: 1px solid rgba(196, 196, 196, .6);
                        padding: 40px 0;
                        align-items: center
                    }

                    .stages__work-content {
                        display: flex;
                        gap: 45px;
                        align-items: center
                    }

                    .stages__work-parag p {
                        color: #E3E5E8 !important;
                        font-size: 72px !important;
                        font-weight: 900 !important
                    }

                    .stages__work-title p {
                        color: #1A2129 !important;
                        font-size: 18px !important;
                        font-weight: 700 !important;
                        text-transform: uppercase
                    }

                    .stages__work-title span {
                        color: #008CBE !important
                    }

                    .stages__work-text p {
                        font-weight: 300 !important;
                        font-size: 16px !important
                    }

                    .home-wrapper .section-repCases {

                        //padding-top: 150px !important;}
                        .home-wrapper .section-repCases.main__article .article-items {
                            margin-top: 0
                        }

                        .section-repSuccess-full {
                            padding-top: 0 !important
                        }

                        @media(max-width:576px) {
                            body {
                                font-size: 14px;
                                font-weight: 300;
                                color: #1A2129
                            }

                            .main section {
                                margin-bottom: 60px
                            }

                            .container__orm1 {
                                padding-right: 10px;
                                padding-left: 10px
                            }

                            .banner__container-service {
                                padding: 40px 0 73px 20px
                            }

                            .markway__banner-orm {
                                background-image: url(https://markway.ru/wp-content/uploads/2023/11/orm__adap-background.png)
                            }

                            .banner__title-strip br {
                                display: inline
                            }

                            .banner__title-first p {
                                padding-bottom: 50px
                            }

                            .banner__title-main h1 {
                                font-weight: 900;
                                font-size: 23px;
                                line-height: normal;
                                padding-bottom: 5px
                            }

                            .banner__title-strip::before {
                                width: 144px !important;
                                height: 30px;
                                left: 0;
                                top: 3px !important
                            }

                            .banner__title-strip span::before {
                                content: '';
                                width: 196px !important;
                                height: 30px;
                                background: rgba(0, 141, 198, .27);
                                display: block;
                                position: absolute;
                                left: 0;
                                top: 44px !important;
                                z-index: 1
                            }

                            .banner__title-strip p {
                                font-size: 23px !important;
                                font-weight: 300;
                                margin-left: 0;
                                margin-bottom: 15px
                            }

                            .banner__btn-title button {
                                width: 167px;
                                height: 43px
                            }

                            .banner__text-service p {}

                            .orm_rep-title h3 {
                                text-align: center;
                                font-size: 16px;
                                line-height: 22px
                            }

                            .orm_rep {
                                grid-template-columns: 1fr; //row-gap:40px}

                                .need__orm-net-01 {
                                    grid-template-columns: repeat(1, 1fr);
                                    row-gap: 30px;
                                    margin-bottom: 30px
                                }

                                .need__orm-net-02 {
                                    grid-template-columns: repeat(1, 1fr);
                                    row-gap: 30px;
                                    padding: 0
                                }

                                .orm_cell-04- {
                                    grid-column-start: 1;
                                    grid-column-start: 1
                                }

                                .orm_cell-05- {
                                    grid-column-start: 1;
                                    grid-column-start: 1
                                }

                                .orm__tasks-net {
                                    grid-template-columns: repeat(1, 1fr);
                                    margin-top: 30px
                                }

                                .markway__orm-tasks::after {
                                    display: none
                                }

                                .markway__orm-tasks::before {
                                    display: none
                                }

                                .core__value-title::before,
                                .title-row:before {
                                    display: none
                                }

                                .markway__core-value {
                                    max-width: 321px;
                                    background: none;
                                    margin-bottom: 20px !important;
                                    margin: 0 auto
                                }

                                .core__value-title {
                                    padding: 55px 0 20px;
                                    margin-bottom: 0
                                }

                                .core__value-title h2 {
                                    font-weight: 900;
                                    font-size: 28px;
                                    color: #1A2129
                                }

                                .core__value-title p {
                                    margin-bottom: 10px
                                }

                                .markway__our-advantages {
                                    display: none
                                }

                                .stages__work-item {
                                    grid-template-columns: repeat(1, 1fr);
                                    row-gap: 30px
                                }

                                .stages__work-parag p {
                                    font-size: 54px
                                }

                                .stages__work-text p {
                                    font-size: 14px
                                }

                                .home-wrapper .section-repPlan.section {
                                    margin-bottom: 80px
                                }

                                .title-rates {
                                    //padding-bottom:25px!important}
                                }


                                .section-strategy {
                                    padding: 150px 0 60px !important
                                }

                                @media (max-width: 768px) {
                                    .section-strategy {
                                        padding: 100px 0 50px !important
                                    }
                                }

                                @media (max-width: 576px) {
                                    .section-strategy {
                                        padding: 70px 0 30px !important
                                    }
                                }

                                .container .strategy__grid-item img {
                                    max-width: 100%;
                                }

                                .section-strategy .middle-title {
                                    max-width: 620px
                                }

                                .middle-title span {
                                    /* 	margin-left: 10px; */
                                }

                                .section-strategy .container {
                                    max-width: 1420px;
                                    display: block
                                }

                                .strategy__grid {
                                    margin-top: 20px;
                                    display: grid;
                                    grid-template-columns: 1fr 1fr;
                                    grid-gap: 20px
                                }

                                .strategy__grid.strategy__grid-1-2 {
                                    grid-template-columns: 1fr 2fr;
                                }

                                .strategy__grid.strategy__grid-2-1 {
                                    grid-template-columns: 2fr 1fr;
                                }

                                .strategy__grid.strategy__grid-1-1-1 {
                                    grid-template-columns: 1fr 1fr 1fr;
                                    grid-template-columns: 1.02fr 1.01fr 1fr;
                                }

                                @media (max-width: 992px) {
                                    .strategy__grid {
                                        margin-top: 40px
                                    }
                                }

                                @media (max-width: 768px) {
                                    .strategy__grid {
                                        margin-top: 25px;
                                        grid-template-columns: 1fr
                                    }
                                }

                                @media (max-width: 576px) {
                                    .strategy__grid {
                                        margin-top: 20px
                                    }
                                }

                                .strategy__grid-item {
                                    min-height: 350px;
                                    position: relative;
                                    //display: flex;
                                    //gap: 25px;
                                    padding: 20px 50px 70px 24px;
                                    color: #fff;
                                    overflow: hidden;
                                    border-radius: 10px
                                }

                                @media (max-width: 992px) {
                                    .strategy__grid-item {
                                        //padding:35px 35px 20px 15px
                                    }
                                }

                                @media (max-width: 768px) {
                                    .strategy__grid-item {
                                        height: auto;
                                    }
                                }

                                @media (max-width: 576px) {
                                    .strategy__grid-item {
                                        flex-direction: column;
                                        gap: 15px
                                    }
                                }

                                .strategy__grid-item img {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    z-index: 1;
                                    pointer-events: none
                                }

                                .strategy__grid-item .num {
                                    position: relative;
                                    z-index: 2;
                                    font-size: 72px;
                                    font-style: normal;
                                    font-weight: 900;
                                    line-height: 125.9%
                                }

                                @media (max-width: 992px) {
                                    .strategy__grid-item .num {
                                        font-size: 54px
                                    }
                                }

                                .strategy__grid-item .top {
                                    display: flex;
                                    align-items: center;
                                    gap: 10px;
                                    position: relative;
                                    z-index: 2;
                                    padding-top: 50px
                                }

                                .max768 {
                                    display: none;
                                }

                                @media (max-width: 768px) {
                                    .orm_rep-title-2 {
                                        margin-top: -4px;
                                        margin-bottom: 20px;
                                    }
                                }

                                @media (max-width: 576px) {
                                    .strategy__grid-item .top {
                                        padding-top: 0
                                    }
                                }

                                .strategy__grid-item .top span {
                                    flex: 1;
                                    display: block;
                                    font-size: 18px;
                                    font-style: normal;
                                    font-weight: 700;
                                    color: #fff;
                                    text-transform: uppercase;
                                }

                                @media (max-width: 768px) {
                                    .strategy__grid-item .top span {
                                        font-size: 16px
                                    }

                                    .strategy__grid-item .content {
                                        margin-top: 32px;
                                    }
                                }

                                .strategy__grid-item p {
                                    font-size: 16px;
                                    margin-top: 16px;
                                    color: #fff;
                                    position: relative;
                                    line-height: 140%;
                                    z-index: 2;
                                    max-width: 600px
                                }

                                @media (max-width: 768px) {
                                    .strategy__grid-item p {
                                        font-size: 14px
                                    }

                                    .section-results_service .results_service__grid-item {
                                        margin: 0 14px;
                                    }
                                }

                                @media (max-width: 576px) {
                                    .strategy__grid-item p {
                                        margin-top: 16px
                                    }
                                }

                                .section-adaptiveNecessary .middle-title p {
                                    text-transform: none;
                                    max-width: 630px;
                                }

                                .middle-title {
                                    font-weight: 900;
                                    font-size: 40px;
                                    line-height: 130%;
                                    text-transform: uppercase;
                                    color: #1A2129;
                                    display: block;
                                    //margin-bottom: 60px;
                                }

                                .section-adaptiveNecessary .middle-title {
                                    margin-bottom: 65px;
                                }

                                .middle-title span {
                                    font-weight: 300;
                                    color: #FABA19;
                                }


                                .section-results_service {
                                    padding: 75px 0
                                }

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

                                .section-results_service .middle-title {
                                    max-width: 878px
                                }

                                .section-results_service .results_service__grid {
                                    display: grid;
                                    grid-template-columns: 1fr 1fr 1fr;
                                    margin-top: 60px;
                                    grid-gap: 15px
                                }

                                @media (max-width:1440px) {
                                    .section-results_service .results_service__grid {
                                        margin-top: 40px;
                                    }
                                }

                                @media (max-width: 768px) {
                                    .section-results_service .results_service__grid {
                                        grid-template-columns: 1fr;
                                        margin-top: 15px
                                    }
                                }

                                .section-results_service .results_service__grid-item>*:not(img) {
                                    position: relative;
                                    z-index: 2
                                }

                                .section-results_service .results_service__grid-item img {
                                    position: absolute;
                                    top: 0;
                                    left: 0;
                                    width: 100%;
                                    height: 100%;
                                    object-fit: cover;
                                    z-index: 1
                                }

                                .section-results_service .results_service__grid-item .num {
                                    letter-spacing: 1px;
                                    margin-top: 35px;
                                    color: #FFF;
                                    font-size: 24px;
                                    font-style: normal;
                                    font-weight: 900;
                                    margin-bottom: 30px;
                                    line-height: 125.9%;
                                    text-transform: uppercase;
                                }

                                .section-results_service .results_service__grid-item {
                                    height: 315px;
                                    border-radius: 10px;
                                    overflow: hidden;
                                    color: #fff;
                                    padding: 24px 24px 24px 46px;
                                    position: relative;
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: end;
                                }

                                @media (max-width: 1440px) {
                                    .section-results_service .results_service__grid-item {
                                        padding: 24px;
                                    }
                                }

                                @media (max-width: 768px) {
                                    .section-results_service .results_service__grid-item {
                                        justify-content: start;
                                    }
                                }

                                .section-results_service .results_service__grid-item:nth-child(2) .num {
                                    margin-top: 15px;
                                }

                                .section-results_service .results_service__grid-item .top span {
                                    text-transform: uppercase;
                                }

                                .section-results_service .results_service__grid-item .content {
                                    display: flex;
                                    /* 	flex-direction: column;
    align-items: start; */
                                    gap: 35px;
                                }

                                @media (max-width: 1200px) {
                                    .section-results_service .results_service__grid-item .content {
                                        flex-direction: column;
                                        gap: 5px;
                                    }
                                }

                                .section-results_service .results_service__grid-item .content .top {
                                    display: flex;
                                    align-items: center;
                                    gap: 7px;
                                    font-size: 16px;
                                    font-style: normal;
                                    font-weight: 500;
                                    color: #fff;
                                    min-height: 27px;
                                }


                                .section-results_service .results_service__grid-item .content .top svg {
                                    width: 23px;
                                    height: 23px;
                                }

                                .section-results_service .results_service__grid-item .content p {
                                    font-size: 24px;
                                    font-style: normal;
                                    font-weight: 700 !important;
                                    line-height: 140%;
                                    color: #fff
                                }

                                .section-results_service .results_service__grid-item .content p span {
                                    font-size: 17px;
                                    font-weight: 400;
                                }

                                /* */
                                .section-adaptiveNecessary {
                                    overflow: unset;
                                    background: #F8F8F8;
                                    padding: 45px 0 101px !important;
                                    position: relative
                                }

                                @media (max-width: 992px) {
                                    .section-adaptiveNecessary {
                                        overflow: hidden
                                    }
                                }

                                @media (max-width: 768px) {
                                    .section-adaptiveNecessary {
                                        padding: 40px 0 !important
                                    }
                                }

                                .section-adaptiveNecessary .abs-obj>* {
                                    position: absolute
                                }

                                @media (max-width: 992px) {
                                    .section-adaptiveNecessary .abs-obj>* {
                                        display: none
                                    }
                                }

                                .section-adaptiveNecessary .abs-obj {
                                    position: relative;
                                }

                                .section-adaptiveNecessary .abs-obj>*.abs1 {
                                    top: -90px;
                                    left: 0;
                                }

                                @media(min-width:1600px) {
                                    .section-adaptiveNecessary .abs-obj>*.abs1 {
                                        left: -117px;
                                    }
                                }

                                @media(max-width:1600px) {
                                    .section-adaptiveNecessary .abs-obj>*.abs1 {
                                        left: -50px;
                                    }
                                }

                                .section-adaptiveNecessary .abs-obj>*.abs2 {
                                    bottom: -55px;
                                    right: 0;
                                }

                                @media(min-width:1600px) {
                                    .section-adaptiveNecessary .abs-obj>*.abs2 {
                                        right: -117px;
                                    }
                                }

                                @media(max-width:1600px) {
                                    .section-adaptiveNecessary .abs-obj>*.abs2 {
                                        right: 10px;
                                        bottom: -75px;
                                    }
                                }

                                .section-adaptiveNecessary__grid {
                                    display: grid;
                                    grid-template-columns: 305px 1fr 1fr;
                                    grid-gap: 20px;
                                    font-size: 14px;
                                    padding-bottom: 50px;
                                }

                                @media(max-width:1440px) {
                                    .section-adaptiveNecessary__grid {
                                        padding-bottom: 65px;
                                    }
                                }

                                .section-adaptiveNecessary__grid-1-1-1 {
                                    grid-template-columns: 1fr 1fr 1fr;
                                }

                                .section-adaptiveNecessary__grid-1-1 {
                                    grid-template-columns: 1fr 1fr;
                                }

                                .section-adaptiveNecessary__grid .top2 span {
                                    flex: 1;
                                    font-size: 24px;
                                    line-height: 29px;
                                    font-style: normal;
                                    font-weight: 700;
                                    color: var(--1, #1A2129);
                                    text-transform: uppercase;
                                }

                                .section-adaptiveNecessary__grid .top2 span p {
                                    text-transform: none;
                                }

                                @media (max-width: 992px) {
                                    .section-adaptiveNecessary__grid {
                                        grid-gap: 20px;
                                        grid-template-columns: 1fr 1fr 1fr;
                                    }
                                }

                                @media (max-width: 768px) {
                                    .section-adaptiveNecessary__grid .top2 span {
                                        font-size: 16px;
                                        line-height: 20px;
                                    }
                                }

                                @media (max-width: 576px) {
                                    .section-adaptiveNecessary__grid {
                                        grid-template-columns: 1fr;
                                    }
                                }

                                .section-financial__grid-item {
                                    position: relative;
                                    padding-bottom: 0px;
                                    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
                                    border-radius: 20px;
                                }

                                .section-adaptiveNecessary__grid p {
                                    font-size: 16px;
                                    font-weight: 300;
                                    line-height: 22px;
                                    margin-top: 7px;
                                }

                                .section-financial__grid-item p {
                                    line-height: 25px;
                                    margin-top: 18px;
                                    font-size: 18px;
                                }

                                .section-adaptiveNecessary__grid p:first-child {
                                    margin-top: 0;
                                    font-weight: 700 !important;
                                    text-transform: uppercase;
                                }

                                @media (max-width: 1200px) {
                                    .section-adaptiveNecessary__grid p br {
                                        //display:none
                                    }
                                }

                                @media (max-width: 576px) {
                                    .home-wrapper .main__partners .partner-slide {
                                        gap: 0 25px;
                                        padding: 40px 20px;
                                    }

                                    .section-adaptiveNecessary__grid p {
                                        //padding-left:90px
                                    }
                                }

                                .section-financial__grid {
                                    display: grid;
                                    grid-gap: 40px 20px;
                                    font-size: 14px;
                                }

                                .section-financial__grid .top2 span {
                                    font-size: 20px;
                                    font-weight: 700;
                                    line-height: 26px;
                                    text-transform: uppercase;
                                    align-items: center;
                                }

                                @media (max-width: 768px) {
                                    .section-financial__grid .top2 span {
                                        font-size: 16px;
                                        line-height: 19px;
                                    }
                                }

                                .section-financial__grid p {
                                    font-size: 16px;
                                    font-weight: 300;
                                    line-height: 22px;
                                    text-transform: none;
                                    margin-top: 8px;
                                }

                                .top2 {
                                    padding: 23px 16px;
                                    display: flex;
                                    gap: 20px;
                                }

                                .home-wrapper .main__partners .partners-slider__desk .swiper-scrollbar {
                                    bottom: 100px;
                                }

                                @media (max-width:1440px) {
                                    .home-wrapper .main__article .article-items {
                                        grid-auto-columns: 305px;
                                    }

                                    .section-repCases .core__value-title {
                                        margin-bottom: 40px;
                                    }

                                    .top2 {
                                        padding: 23px 22px;
                                    }

                                    .section-financial__grid {
                                        grid-gap: 20px;
                                    }
                                }

                                .top2 img {
                                    height: max-content !important;
                                }

                                .top2 img:nth-child(2) {
                                    display: none;
                                }

                                @media (max-width: 768px) {
                                    .section-financial__grid p {
                                        margin-top: 9px;
                                    }

                                    .section-goods {
                                        margin-bottom: 30px !important;
                                    }

                                    .top2 {
                                        gap: 15px;
                                        padding: 16px;
                                    }

                                    .top2 img {
                                        width: 25%;
                                    }

                                    .top2 img:nth-child(1) {
                                        display: none;
                                    }

                                    .top2 img:nth-child(2) {
                                        display: block;
                                    }
                                }

                                @media (max-width: 992px) {
                                    .section-adaptiveNecessary__grid .top {
                                        //padding:0 20px
                                    }
                                }

                                @media (max-width: 576px) {
                                    .home-wrapper .main .title-row .inner-title {
                                        font-size: 28px !important;
                                    }

                                    .section-adaptiveNecessary__grid .top {
                                        //border:none;
                                        //margin-bottom: 0;
                                        //max-width: none;
                                        //padding-left: 90px;
                                        //height: unset
                                    }

                                    .section-adaptiveNecessary__grid .top svg {
                                        //position: absolute;
                                        //top: 5px;
                                        //left: 10px;
                                        //width: 57px;
                                        //height: auto
                                    }

                                    .banner-inner a.main__btn {
                                        padding: 0 24px;
                                    }
                                }

                                .section-adaptiveNecessary__grid .top span {
                                    //flex: 1;

                                    font-size: 16px;
                                    font-weight: 700;
                                    line-height: 21.14px;
                                    text-transform: uppercase;

                                    display: flex;
                                    gap: 20px;
                                    align-items: center;
                                }

                                .apr {
                                    padding-left: 50px;
                                    position: relative;
                                    margin-left: -13px;
                                }

                                @media (max-width:1440px) {
                                    .apr {
                                        margin-left: 8px;
                                    }

                                    .section-repPlan-desc {
                                        padding-left: 30px;
                                    }
                                }

                                @media (max-width:768px) {
                                    .section-repPlan-desc {
                                        padding-left: 0;
                                    }
                                }

                                p.apr:before {
                                    content: '';
                                    background: url(/wp-content/themes/markway/img/arr_bl1.svg);
                                    width: 32px;
                                    height: 32px;
                                    display: block;
                                    float: left;
                                    position: absolute;
                                    left: -5px;
                                    top: 0;
                                }

                                .item-line {
                                    height: 1.5px;
                                    width: 222px;
                                    background: #f6c320;
                                    margin: 10px 0 8px;
                                }

                                .item-title {
                                    font-weight: 700 !important;
                                    text-transform: uppercase;
                                    color: #1a2129;
                                    margin-bottom: 5px;
                                }

                                .item-text {
                                    margin-top: 5px;
                                }

                                @media (max-width: 1440px) {
                                    .section-adaptiveNecessary .middle-title {
                                        margin-bottom: 48px;
                                    }

                                    .section-adaptiveNecessary__grid {
                                        grid-gap: 18px 20px;
                                    }

                                    .section-adaptiveNecessary__grid p {
                                        margin-top: 3px;
                                    }

                                    .orm_rep-nbr-text {
                                        height: 78%;
                                        max-width: 220px;
                                        margin-left: -5px;
                                    }
                                }

                                @media (max-width: 768px) {
                                    .orm_rep-nbr-text {
                                        margin-left: 0;
                                    }
                                }

                                @media (max-width:992px) {
                                    .section-adaptiveNecessary__grid-1-1 {
                                        grid-template-columns: 1fr;
                                        gap: 24px;
                                    }
                                }

                                .open_link,
                                .home-wrapper .main__review .review__content a.open_link {
                                    color: #FABA19;
                                    font-size: 16px;
                                    text-align: center;
                                    display: block;
                                    font-weight: 600;
                                }

                                .home-wrapper .main__review .review__content>p {
                                    font-weight: 400 !important;
                                    color: #1A2129;
                                    margin-bottom: 30px;
                                }

                                .home-wrapper .main__review .review__content .review__info p {
                                    color: #1A2129;
                                    font-weight: 700 !important;
                                }

                                body .crowd_page_06,
                                body p {
                                    //font-weight: 400 !important;
                                }

                                .home-wrapper .main .title-row::after {
                                    display: none;
                                }

                                .home-wrapper .main__review .review__img {
                                    margin-right: 90px;
                                    -ms-flex: 0 0 250px;
                                    flex: 0 0 250px;
                                    -webkit-filter: none;
                                    filter: none;
                                }

                                .banner__title-main p {
                                    color: var(--White, #FFF) !important;
                                    font-family: Montserrat !important;
                                    font-size: 52px !important;
                                    font-style: normal !important;
                                    font-weight: 300 !important;
                                    line-height: 60.01px !important;
                                    text-transform: uppercase !important;
                                }

                                .home-wrapper .main__review .swiper-wrapper {
                                    min-height: 500px;
                                }

                                .home-wrapper .main__review .review-slide {
                                    align-items: center;
                                    min-height: 440px;
                                }

                                .home-wrapper .main__review .review__content {
                                    padding-top: 0;
                                    padding-bottom: 40px;
                                }

                                .partners-subtitle {
                                    margin-left: 1px;
                                    margin-top: 5px;
                                    margin-bottom: 15px !important;
                                }

                                .modal.modal-doc {
                                    width: auto !important;
                                    border-radius: 0 !important;
                                    box-shadow: none !important;
                                    padding: 0 !important;
                                }

                                .modal.modal-doc a.close-modal {
                                    top: -35.5px;
                                    right: -35.5px;
                                    background-image: url(/wp-content/themes/markway/img/modal_close.svg);
                                }

                                .blocker.current {
                                    padding: 50px;
                                }

                                .max1440 {
                                    display: none;
                                }

                                .home-wrapper .main__review .review__img img {
                                    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
                                }

                                .home-wrapper .main .main__review .title-row {
                                    padding: 50px 0 25px;
                                }

                                @media (max-width:1440px) {
                                    .home-wrapper .main .main__review .title-row {
                                        padding: 40px 0 25px;
                                    }
                                }

                                .section-repSuccess .article-item {
                                    background: none !important;
                                }

                                .section-repSuccess {
                                    margin-top: 35px;
                                    padding: 0 20px;
                                }

                                .home-wrapper .section-repSuccess-full .swiper-scrollbar {
                                    display: none
                                }

                                @media (max-width:576px) {
                                    .home-wrapper .section-repSuccess-full .swiper-scrollbar {
                                        display: block
                                    }
                                }

                                .home-wrapper .section-repSuccess-full .swiper-wrapper {
                                    display: grid;
                                    grid-template-columns: 1fr 1fr;
                                    grid-gap: 10px
                                }

                                .home-wrapper .section-repSuccess-full .swiper-wrapper img {
                                    width: 100%;
                                    height: auto
                                }

                                @media (max-width:576px) {
                                    .home-wrapper .section-repSuccess-full .swiper-wrapper {
                                        display: flex
                                    }
                                }

                                .section-repSuccess-full .container {
                                    max-width: 1530px;
                                    padding: 0
                                }

                                .section-repSuccess-full .core__value-title {
                                    margin-bottom: 60px;
                                }

                                .section-repSuccess-full {
                                    padding-top: 0 !important
                                }

                                .section-repSuccess-full img {
                                    height: auto !important;
                                }

                                .repSuccess-images img {
                                    max-width: 100%;
                                }

                                .repSuccess-images {
                                    text-align: center;
                                }

                                .repSuccess-images a {
                                    display: inline-block;
                                }

                                .repSuccess-swiper {
                                    display: none;
                                }

                                .repSuccess-items {
                                    display: flex;
                                    gap: 25px;
                                    flex-wrap: wrap;
                                    justify-content: center;
                                    margin-bottom: 10px;
                                }

                                .repSuccess-item {
                                    width: 262px;
                                    max-width: 100%;
                                    border-radius: 10px;
                                    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
                                    background: #f8f8f8;
                                    padding: 15px 5px 15px 20px;
                                }

                                .repSuccess-item img {
                                    height: 86px;
                                    width: 85px;
                                }

                                .item-line {
                                    height: 1.5px;
                                    width: 187px;
                                    background: #f6c320;
                                    margin-bottom: 16px;
                                }

                                .item-title {
                                    font-weight: 700 !important;
                                    text-transform: uppercase;
                                    color: #1a2129;
                                    margin-bottom: 5px;
                                }

                                .item-text {
                                    margin-top: 5px;
                                }

                                @media (max-width: 1440px) {
                                    .repSuccess-item {
                                        width: 241px;
                                    }
                                }

                                @media (max-width: 767px) {
                                    .section-repSuccess {
                                        display: none;
                                    }
                                }

                                .section-repSuccess .strategy__grid-item {
                                    min-height: 0 !important;
                                }

                                .section-repSuccess .strategy__grid-item img {
                                    position: static !important;
                                }

                                @media (max-width: 340px) {
                                    .repSuccess-items {
                                        display: none;
                                    }

                                    .repSuccess-swiper {
                                        display: block;
                                        width: 100%;
                                        box-sizing: border-box;
                                    }

                                    .repSuccess-swiper .swiper-wrapper {
                                        width: 100%;
                                    }

                                    .repSuccess-swiper .swiper-slide {
                                        width: 100% !important;
                                        box-sizing: border-box;
                                        padding: 10px;
                                    }
                                }

                                @media (min-width:992px) {
                                    .repSuccess-images {
                                        display: flex;
                                        margin-top: 60px;
                                    }
                                }

                                @media (max-width:992px) {
                                    .section .repSuccess-images img {
                                        margin-bottom: 0;
                                    }
                                }

                                .home-wrapper .main .repSuccess-slider-full .swiper-slide img {
                                    display: none;
                                }

                                .home-wrapper .main .repSuccess-slider-full .swiper-slide.swiper-slide-active img {
                                    display: block;
                                }

                                .home-wrapper .main .repSuccess-slider-full.swiper__block {
                                    margin-bottom: 0;
                                    padding-bottom: 0;
                                }

                                .home-wrapper .main .section-repSuccess-full .swiper__block {
                                    padding-bottom: 0;
                                    margin-bottom: 0;
                                }

                                .section-repSuccess-full .core__value-title {
                                    padding-bottom: 0;
                                    margin-bottom: 20px;
                                }

                                .home-wrapper .main .repSuccess-slider-full .swiper-slide img {
                                    display: none;
                                }

                                .home-wrapper .main .repSuccess-slider-full .swiper-slide.swiper-slide-active img {
                                    display: block;
                                }

                                .section-what-need-steps {
                                    display: grid;
                                    align-items: center;
                                    grid-template-columns: 1fr 1fr 1fr;
                                    gap: 20px;
                                }

                                .section-what-need-steps>div {
                                    /*     display: grid; */
                                    align-items: center;
                                    grid-template-columns: auto auto;
                                    gap: 25px;
                                    height: 248px;
                                    color: #fff;
                                    padding: 32px;
                                    border-radius: 10px;
                                    padding-bottom: 50px;
                                }

                                .section-what-need-steps>div:nth-child(1) {
                                    background: url(/wp-content/uploads/2025/10/mask-group.png) top left / cover no-repeat transparent;
                                    padding-right: 26px;
                                }

                                .section-what-need-steps>div:nth-child(2) {
                                    background: url(/wp-content/uploads/2025/10/2-1.png) top left / cover no-repeat transparent;
                                    padding-right: 53px;
                                }

                                .section-what-need-steps>div:nth-child(3) {
                                    background: url(/wp-content/uploads/2025/10/3.png) top left / cover no-repeat transparent;
                                    padding-right: 11px;
                                }

                                .section-what-need-steps>div:nth-child(4) {
                                    background: url(/wp-content/uploads/2025/10/4.png) top left / cover no-repeat transparent;
                                    padding-right: 19px;
                                }

                                .section-what-need-steps>div:nth-child(5) {
                                    background: url(/wp-content/uploads/2025/10/5.png) top left / cover no-repeat transparent;
                                    padding-right: 37px;
                                }

                                .section-what-need-steps>div:nth-child(6) {
                                    background: url(/wp-content/uploads/2025/10/6.png) top left / cover no-repeat transparent;
                                    padding-right: 0;
                                }

                                @media (max-width:1440px) {
                                    .banner__title-main-second:after {
                                        content: '';
                                        width: 430px;
                                        height: 32px;
                                        background: rgba(0, 141, 198, .27);
                                        display: block;
                                        position: absolute;
                                        left: 3px;
                                        bottom: 11px;
                                        z-index: -1;
                                    }

                                    .banner__title-main br {
                                        display: block;
                                    }

                                    .section-what-need-steps>div:nth-child(1) {
                                        background: url(/wp-content/uploads/2025/10/mask-group.png) top left / cover no-repeat transparent;
                                        padding-right: 40px;
                                    }

                                    .section-what-need-steps>div:nth-child(2) {
                                        background: url(/wp-content/uploads/2025/10/2-1.png) top left / cover no-repeat transparent;
                                        padding-right: 20px;
                                    }

                                    .section-what-need-steps>div:nth-child(3) {
                                        background: url(/wp-content/uploads/2025/10/3.png) top left / cover no-repeat transparent;
                                        padding-right: 10px;
                                    }

                                    .section-what-need-steps>div:nth-child(4) {
                                        background: url(/wp-content/uploads/2025/10/4.png) top left / cover no-repeat transparent;
                                        padding-right: 25px;
                                    }

                                    .section-what-need-steps>div:nth-child(5) {
                                        background: url(/wp-content/uploads/2025/10/5.png) top left / cover no-repeat transparent;
                                        padding-right: 22px;
                                    }

                                    .section-what-need-steps>div:nth-child(6) {
                                        background: url(/wp-content/uploads/2025/10/6.png) top left / cover no-repeat transparent;
                                        padding-right: 30px;
                                    }

                                    .form-screen .container .content p {
                                        max-width: 972px;
                                        font-size: 16px;
                                        line-height: 25px;
                                    }
                                }

                                @media (max-width:992px) {
                                    .article-items>div:nth-child(1) {
                                        background: url(/wp-content/uploads/2025/10/mask-group.png) top left / cover no-repeat transparent;
                                    }

                                    .article-items>div:nth-child(2) {
                                        background: url(/wp-content/uploads/2025/10/2-1.png) top left / cover no-repeat transparent;
                                    }

                                    .article-items>div:nth-child(3) {
                                        background: url(/wp-content/uploads/2025/10/3.png) top left / cover no-repeat transparent;
                                    }

                                    .article-items>div:nth-child(4) {
                                        background: url(/wp-content/uploads/2025/10/4.png) top left / cover no-repeat transparent;
                                    }

                                    .article-items>div:nth-child(5) {
                                        background: url(/wp-content/uploads/2025/10/5.png) top left / cover no-repeat transparent;
                                    }

                                    .article-items>div:nth-child(6) {
                                        background: url(/wp-content/uploads/2025/10/6.png) top left / cover no-repeat transparent;
                                    }
                                }

                                .section-what-need-steps-nbr {
                                    font-family: Montserrat;
                                    margin-bottom: 15px;
                                    font-size: 72px;
                                    font-weight: 800;
                                    line-height: 90.65px;
                                    text-align: left;
                                }

                                .section-what-need-steps-desc {
                                    font-family: Montserrat;
                                    font-size: 16px;
                                    font-weight: 700;
                                    line-height: 20.14px;
                                    text-align: left;
                                    text-transform: uppercase;
                                }

                                @media (max-width:768px) {
                                    .orm_rep-nbr-text {
                                        max-width: max-content;
                                    }

                                    .section-what-need-steps-nbr {
                                        font-size: 54px;
                                        line-height: 67.99px;
                                    }

                                    .section-what-need-steps-desc {
                                        margin-top: 10px;
                                        max-width: 260px;
                                    }

                                    .strategy__grid-item {
                                        padding: 15px 20px 70px 22px;
                                    }
                                }

                                .form-screen .container .content .form-screen-h3 {
                                    max-width: 1000px;
                                }

                                .form-box.light form p .wpcf7-form-control-wrap input,
                                .form-box.light form p .wpcf7-form-control-wrap textarea {
                                    border-radius: 4px;
                                }

                                .whatWeDo-tabs {
                                    padding-bottom: 20px;
                                }

                                .whatWeDo-tab:first-child .whatWeDo-tab__trigger {
                                    padding-top: 0;
                                }

                                .whatWeDo-tab__trigger {
                                    height: auto;
                                    margin: 0;
                                    //min-height: 86px;
                                    padding: 30px 0;
                                }

                                @media (max-width:768px) {
                                    .whatWeDo-tab__trigger {
                                        padding: 23.5px 0;
                                    }

                                    .whatWeDo-tabs {
                                        padding-bottom: 25px;
                                    }
                                }

                                .whatWeDo-tab__trigger p {
                                    font-size: 16px !important;
                                    font-weight: 600 !important;
                                    line-height: 20.8px !important;
                                    text-align: left;
                                    color: rgba(26, 33, 41, 1);
                                }

                                .open .whatWeDo-tab__trigger p {
                                    color: rgba(246, 195, 32, 1);
                                }

                                .whatWeDo-tab {
                                    border-bottom: 1px solid rgba(196, 196, 196, 0.6);
                                }

                                .whatWeDo-tab.open {
                                    border-bottom: none;
                                }

                                .home-wrapper .main__partners::before,
                                .home-wrapper .main__partners::after {
                                    display: none;
                                }

                                .home-wrapper .main__partners .partners-wrapper {
                                    padding: 0;
                                }

                                .home-wrapper .main__partners .partners-wrapper .partner-slide {
                                    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
                                }

                                @media (min-width: 1200px) {
                                    .home-wrapper .main__partners .partner-slide {
                                        flex: 0 0 195px;
                                        margin-right: 20px;
                                        height: 136px;
                                    }
                                }

                                @media (min-width: 1500px) {
                                    .home-wrapper .main__partners .partner-slide {
                                        flex: 0 0 218px;
                                        height: 150px;
                                    }
                                }

                                .partner-slide:nth-child(4) {
                                    background: #EBF5FF !important;
                                }

                                .home-wrapper .main__partners .partner-slide:nth-child(3),
                                .home-wrapper .main__partners .partner-slide:nth-child(4),
                                .home-wrapper .main__partners .partner-slide:nth-child(6),
                                .home-wrapper .main__partners .partner-slide:nth-child(8) {
                                    padding: 7px;
                                }

                                .home-wrapper .main__partners .partner-slide:nth-child(7) {
                                    height: 101%;
                                    padding: 0px;
                                    overflow: hidden;
                                }

                                .home-wrapper .main__partners .partner-slide:nth-child(3) img,
                                .home-wrapper .main__partners .partner-slide:nth-child(4) img,
                                .home-wrapper .main__partners .partner-slide:nth-child(6) img,
                                .home-wrapper .main__partners .partner-slide:nth-child(8) img {
                                    width: 100%;
                                }

                                @media (max-width: 768px) {
                                    .home-wrapper .main__partners .partner-slide:nth-child(3) {
                                        padding: 30px;
                                    }

                                    .home-wrapper .main__partners .partner-slide:nth-child(3) div:nth-child(3) {
                                        grid-column: 1 / 3;
                                    }

                                    .home-wrapper .main__partners .partner-slide:nth-child(3) div:nth-child(3) img {
                                        border-radius: 10px;
                                        width: 45%;
                                    }

                                    .home-wrapper .main__partners .partner-slide {
                                        box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
                                    }

                                    .home-wrapper .main__partners .partner-slide:nth-child(1),
                                    .home-wrapper .main__partners .partner-slide:nth-child(4) {
                                        align-items: center;
                                        padding: 7px;
                                    }

                                    .home-wrapper .main__partners .partner-slide:nth-child(1) div img {
                                        width: 57%;
                                        /*     	margin-top: 30px; */
                                    }

                                    .home-wrapper .main__partners .partner-slide:nth-child(4) div img,
                                    .home-wrapper .main__partners .partner-slide:nth-child(1) div img {
                                        width: 57%;
                                    }

                                    .home-wrapper .main__partners .partner-slide:nth-child(1) div:nth-child(2) img,
                                    .home-wrapper .main__partners .partner-slide:nth-child(4) div:nth-child(2) img {
                                        width: 100%;
                                    }
                                }

                                .home-wrapper .main__partners .partner-slide:nth-child(7) {
                                    padding: 0;
                                    overflow: hidden;
                                }

                                .home-wrapper .main__partners .partner-slide:nth-child(7) img {
                                    width: 220px;
                                    margin-bottom: 0px;
                                }

                                .home-wrapper .main__partners .partner-slide:last-child {
                                    padding: 0;
                                }

                                .home-wrapper .main__partners .partner-slide {}

                                .home-wrapper .main__partners .partner-slide img {
                                    width: unset;
                                    height: auto;
                                    max-height: 100%;
                                    width: 170px;
                                }

                                .home-wrapper .main__partners .title-row .swiper-arrows {
                                    right: 0;
                                }

                                @media (max-width:1440px) {
                                    .form-screen .container .content .form-screen-h3 {
                                        max-width: 840px;
                                    }

                                    .max1440 {
                                        display: block;
                                    }

                                    .section-results_service .results_service__grid-item {
                                        padding: 24px 24px;
                                    }
                                }

                                @media (max-width: 768px) {
                                    .strategy__grid-item {
                                        height: 252px !important;
                                    }

                                    .section-repSuccess .strategy__grid-item {
                                        height: auto !important;
                                    }

                                    .partner-slide:nth-child(4) {
                                        background: #fff !important;
                                    }

                                    .home-wrapper .main__partners .partner-slide:last-child {
                                        padding: 20px;
                                    }

                                    .form-screen .container .content .form-screen-h3 {
                                        max-width: 100%;
                                    }

                                    .banner__title-main h1,
                                    .banner__title-main span,
                                    .banner__title-strip p {
                                        font-size: 23px;
                                    }

                                    .banner__title-strip:before {
                                        width: 100%;
                                        height: 37px;
                                        top: 0;
                                        display: none;
                                    }

                                    .banner__title-strip {
                                        margin-bottom: 0;
                                        display: inline-block;
                                    }

                                    .banner__title-strip p {
                                        margin-bottom: 10px;
                                        background: rgba(0, 141, 198, .27);
                                        display: inline;
                                    }

                                    .banner__title-main .banner-logo {
                                        position: absolute;
                                        width: 120px;
                                        left: 0;
                                        margin-top: -98px;
                                    }

                                    .banner__title-main h1 {
                                        float: none;
                                        margin-top: 55px;
                                        margin-bottom: 0;
                                    }

                                    .banner__text-service p {
                                        font-size: 16px;
                                    }

                                    .orm_rep,
                                    .need__orm-net-01,
                                    .need__orm-net-02,
                                    .orm__tasks-net,
                                    .section-adaptiveNecessary__grid {
                                        grid-template-columns: 1fr;
                                    }

                                    .orm_cell-05 {
                                        grid-column-start: 1;
                                        grid-column-end: 1;
                                    }

                                    .need__orm-net-02 {
                                        //column-gap: 0;
                                        //grid-gap: 20px;
                                    }

                                    .orm_rep-title h3,
                                    .section-adaptiveNecessary .middle-title,
                                    .middle-title {
                                        width: 101%;
                                        font-size: 16px;
                                        line-height: 1.4;
                                        text-align: center;
                                        margin-bottom: 20px;
                                        display: block;
                                    }

                                    .markway__orm-promo,
                                    .main section,
                                    .home-wrapper .main .section,
                                    .markway__need-orm,
                                    .orm__tasks-net1,
                                    .markway__orm-tasks,
                                    .markway__orm-tasks,
                                    .home-wrapper .main .section.markway__orm-promo,
                                    .home-wrapper .main .section.section-adaptiveNecessary {
                                        margin-bottom: 70px;
                                    }

                                    .main section.suscribe-slider-mob {
                                        margin-bottom: 83px;
                                    }

                                    .main section.first-screen,
                                    .home-wrapper .main section.section-repCases {
                                        margin-bottom: 60px;
                                    }

                                    .main section.markway__need-orm {
                                        margin-bottom: 60px;
                                        padding-bottom: 20px;
                                        //background-color: #fff;
                                    }

                                    .home-wrapper .main .section-repPlan.section {
                                        margin-bottom: 10px;
                                        padding-top: 0;
                                    }

                                    .need__orm-net-01,
                                    .need__orm-net-02,
                                    .orm__tasks-net {
                                        row-gap: 20px;
                                    }

                                    .orm_cell-img {
                                        gap: 20px;
                                    }

                                    .orm__tasks-net {
                                        margin-top: 0;
                                    }

                                    .orm__tasks-cell>img {
                                        margin: auto;
                                        width: 100%;
                                        height: auto;
                                    }

                                    .markway__orm-take .orm_rep-text {
                                        margin-bottom: 20px;
                                    }

                                    .markway__orm-take .orm__tasks-img,
                                    .markway__orm-take .orm__tasks-desc {
                                        padding-left: 15px;
                                        padding-right: 15px;
                                    }

                                    .section-adaptiveNecessary__grid-item {
                                        margin-bottom: 0;
                                        padding-bottom: 0;
                                    }

                                    .section-adaptiveNecessary .middle-title {
                                        text-align: left;
                                        padding-top: 25px;
                                    }

                                    .section-adaptiveNecessary .middle-title div {
                                        text-align: center;
                                    }

                                    .core__value-title {
                                        padding-top: 0;
                                    }

                                    .core__value-title h2 {
                                        font-size: 28px;
                                        line-height: 1.17;
                                    }

                                    .section-adaptiveNecessary {
                                        padding-top: 0 !important;
                                    }

                                    .home-wrapper .section-repCases {
                                        padding-top: 0px !important;
                                    }

                                    .banner__title-first,
                                    .markway__need-orm .orm_cell-img p {
                                        font-size: 16px;
                                        margin-left: -5px;
                                    }

                                    .banner__title-first p {
                                        padding-bottom: 13px;
                                    }

                                    .banner__title-main h1,
                                    .banner__title-main span {
                                        line-height: 1.15;
                                    }

                                    .markway__orm-promo {
                                        margin-top: 10px;
                                    }

                                    .section-adaptiveNecessary .middle-title p {
                                        margin-top: 20px;
                                    }

                                    .need__orm-net-01 {
                                        margin-top: 20px;
                                        margin-bottom: 20px;
                                    }

                                    .orm_rep-title span {
                                        font-weight: 400;
                                    }

                                    .markway__need-orm .orm_rep-title span {
                                        display: block;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .center {
                                        min-height: 198px;
                                        padding: 29px 22px;
                                        flex: none !important;
                                        margin-left: 0 !important;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .bottom {
                                        height: 121px;
                                        gap: 0;
                                    }

                                    .home-wrapper .section-repPlan .products-list {
                                        grid-gap: 10px;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .bottom a {
                                        height: 47px;
                                        min-width: 112px;
                                        width: 112px;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item:last-child .bottom a {
                                        width: 169px;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .bottom .p {
                                        font-size: 22px;
                                    }

                                    .section-adaptiveNecessary__grid .top span {
                                        line-height: 1.3;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .bottom .p span {
                                        font-size: 17px;
                                    }

                                    .section-repPlan .center {
                                        margin-top: 0px !important;
                                    }

                                    .suscribe-slider {
                                        //padding: 0 20px;
                                    }

                                    .strategy__grid-item {
                                        //padding: 20px 10px 50px;
                                        min-height: 192px !important;
                                        padding-bottom: 16px;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .bottom {
                                        padding: 0 20px;
                                    }

                                    .product-item {
                                        min-height: 320px !important;
                                    }

                                    .strategy__grid-item img {
                                        object-fit: cover;
                                    }

                                    .section-adaptiveNecessary__grid p {
                                        margin-top: 8px;
                                    }

                                    .section-adaptiveNecessary__grid p:first-child {
                                        margin-top: 0;
                                        font-weight: 700 !important;
                                        text-transform: uppercase;
                                        display: flex;
                                        align-items: center;
                                        gap: 20px;
                                    }

                                    .section-adaptiveNecessary__grid {
                                        padding-bottom: 28px;
                                    }

                                    .section-adaptiveNecessary__grid .top {
                                        margin-bottom: 0;
                                    }

                                    .section-adaptiveNecessary__grid p:first-child img {
                                        margin-bottom: 0;
                                    }

                                    .open_link,
                                    .home-wrapper .main__review .review__content a.open_link {
                                        font-size: 14px;
                                        text-align: left;
                                    }

                                    .home-wrapper .main__review .review-slide {
                                        padding: 15px 20px;
                                        height: auto;
                                    }

                                    .section-results_service .results_service__grid-item .num {
                                        font-weight: 800;
                                    }

                                    .section-results_service .results_service__grid-item {
                                        padding: 30px 25px;
                                        height: 260px;
                                    }

                                    .section-results_service .results_service__grid-item .top span {
                                        text-decoration: underline;
                                    }

                                    .section-results_service .results_service__grid-item .content .top {
                                        font-size: 14px gap: 5px;
                                    }

                                    .section-results_service .results_service__grid-item img {
                                        margin-bottom: 20px;
                                    }

                                    .home-wrapper .section-repPlan .products-list .product-item .center p {
                                        font-size: 14px;
                                        line-height: 17.07px;
                                    }

                                    #seven-screen.form-screen {
                                        padding-bottom: 0;
                                    }

                                    .orm__tasks-cell {
                                        padding-bottom: 24px;
                                    }

                                    .need__orm-cell {
                                        padding: 16px 15px;
                                    }

                                    .markway__need-orm .container__orm {
                                        padding: 0;
                                    }

                                    .markway__need-orm {
                                        padding: 0px 20px;
                                        height: 100%;
                                        padding-top: 20px;
                                    }

                                    .orm_cell-img {
                                        padding-bottom: 24px;
                                    }

                                    #fast-formorder.form-box.formorder-box .form-row-btn p {
                                        margin: 0;
                                        margin-top: 12px;
                                    }

                                    #formorder-screen.form-screen .container .content {
                                        padding: 24px 0;
                                    }

                                    .form-row-btn .wpcf7-spinner {
                                        display: none;
                                    }

                                    .form-row-btn .wpcf7-submit {
                                        height: 47px;
                                        width: auto;
                                        padding: 0 16px;
                                    }

                                    .home-wrapper .main .swiper__block {
                                        padding-bottom: 40px;
                                        margin-bottom: 63px;
                                    }

                                    .home-wrapper .main .section-repSuccess .swiper__block {
                                        padding-bottom: 25px;
                                        position: relative;
                                    }

                                    .home-wrapper .main .repSuccess-slider-full.swiper__block {
                                        margin-bottom: 0;
                                        padding-bottom: 0;
                                    }

                                    .home-wrapper .main .section-repSuccess-full .swiper__block {
                                        padding-bottom: 0;
                                        margin-bottom: 0;
                                    }

                                    .section-repPlan {
                                        padding-top: 0;
                                    }

                                    .home-wrapper .section-repCases.main__article .title-row {
                                        padding-bottom: 0;
                                        margin-bottom: 35px;
                                        margin-top: 0;
                                        padding-top: 13px;
                                    }

                                    .section-repSuccess-full .core__value-title {
                                        padding-bottom: 0;
                                        margin-bottom: 20px;
                                    }

                                    .home-wrapper .main__review .review__content {
                                        padding-bottom: 0;
                                    }

                                    .home-wrapper .main__review .review-slide {
                                        padding-bottom: 0;
                                    }

                                    .home-wrapper .main .review-slide .swiper__block {}

                                    .home-wrapper .main__review .swiper-wrapper {
                                        min-height: auto;
                                    }

                                    .open_link,
                                    .home-wrapper .main__review .review__content a.open_link {
                                        padding-bottom: 20px;
                                    }

                                    .home-wrapper .main .review__slider.swiper__block {
                                        margin-bottom: 13px;
                                    }

                                    .steps-work .core__value-title {
                                        padding-bottom: 0;
                                        margin-bottom: 50px;
                                    }

                                    .section-repPlan .core__value-title {
                                        margin-bottom: 0;
                                    }

                                    .orm_cell-img img {
                                        max-width: 80px !important;
                                        height: auto;
                                    }

                                    .home-wrapper .main__review .review-slide {
                                        align-items: start;
                                    }

                                    .banner__title-main p {
                                        display: inline;
                                    }

                                    .section-results_service .results_service__grid-item .content .top {
                                        font-size: 16px;
                                    }

                                    .section-results_service .results_service__grid-item .content {
                                        gap: 7px;
                                        justify-content: space-between;
                                    }

                                    .home-wrapper .section-repCases.main__article .article-items {
                                        grid-gap: 6px;
                                    }

                                    .main section.block-faq {
                                        margin-bottom: 0;
                                    }

                                    .orm__page-main p {
                                        font-size: 14px;
                                        line-height: 20px;
                                    }

                                    .orm__page-main .first-screen p {
                                        font-size: 16px;
                                        line-height: 22px !important;
                                    }

                                    .orm__page-main .first-screen .banner__text-service p {
                                        line-height: 160% !important;
                                    }

                                    .banner-inner {
                                        padding-bottom: 0;
                                        margin-top: 10px;
                                    }

                                    .home-wrapper .section-repPlan .container {
                                        padding: 0 15px;
                                    }

                                    .home-wrapper .section-results_service .container {
                                        padding: 0 5px;
                                    }

                                    .form-screen .container {
                                        padding: 0;
                                    }

                                    .form-screen .container .content .form-screen-h3 {
                                        margin-bottom: 20px;
                                    }

                                    .form-box {
                                        margin-top: 8px;
                                    }

                                    .form-box form .form-row.form-row-btn {
                                        margin-top: 10px;
                                    }

                                    #seven-screen.form-screen .container .content {
                                        padding: 20px;
                                        padding-bottom: 30px;
                                    }

                                    .accordion {
                                        margin-bottom: 70px;
                                    }

                                    .section-repPlan-desc {
                                        margin-bottom: 20px;
                                    }

                                    .form-screen .container .content .form-screen-h3 {
                                        margin: 15px 0 10px 0;
                                    }

                                    .form-screen .container .content p {
                                        font-size: 14px;
                                        line-height: 17px;
                                        margin-bottom: 15px;
                                    }

                                    .faq-title {
                                        margin-bottom: 25px;
                                    }

                                    .accordion__header {
                                        padding: 30px 0;
                                    }
                                }

                                .whatWeDo-container {
                                    display: none;
                                }

                                .visible-mobile {
                                    display: none;
                                }

                                .oveflow-vis {
                                    overflow: visible !important;
                                }

                                @media (max-width:768px) {
                                    .visible-mobile {
                                        display: block !important;
                                    }

                                    .visible-pc {
                                        display: none !important;
                                    }

                                    .max1440 {
                                        display: none;
                                    }

                                }

                                .visible-pc {}

                                .banner__title-main p {
                                    color: var(--White, #FFF) !important;
                                    font-family: Montserrat !important;
                                    font-size: 52px !important;
                                    font-style: normal !important;
                                    font-weight: 300 !important;
                                    line-height: 115.4% !important;
                                    /* 69.24px */
                                    text-transform: uppercase !important;
                                }

                                .orm_cell-text p {
                                    font-family: Montserrat;
                                    font-size: 16px !important;
                                    font-style: normal !important;
                                    font-weight: 300 !important;
                                    line-height: 140% !important;
                                    /* 22.4px */
                                }

                                @media (max-width:768px) {
                                    .banner__title-main-second:after {
                                        content: '';
                                        width: 170px;
                                        height: 10px;
                                        background: rgba(0, 141, 198, .27);
                                        display: block;
                                        position: absolute;
                                        left: 0px;
                                        bottom: 7px;
                                        z-index: -1;
                                    }

                                    .banner__title-main-second:before {
                                        content: '';
                                        width: 266px;
                                        height: 10px;
                                        background: rgba(0, 141, 198, .27);
                                        display: block;
                                        position: absolute;
                                        left: 2px;
                                        bottom: 32px;
                                        z-index: -1;
                                    }

                                    .banner__title-main p {
                                        font-size: 20px !important;
                                        font-style: normal !important;
                                        font-weight: 275 !important;
                                        line-height: 28px !important;
                                    }

                                    .banner__title-strip h1 {
                                        font-size: 23px !important;
                                        font-style: normal !important;
                                        font-weight: 900 !important;
                                        line-height: 26.5px !important;
                                    }

                                    .banner-inner a.main__btn {
                                        color: var(--Black, #1A2129) !important;
                                        font-family: Montserrat !important;
                                        font-size: 12px !important;
                                        font-style: normal !important;
                                        font-weight: 600 !important;
                                        line-height: normal !important;
                                        text-transform: uppercase !important;
                                        margin-top: 30px;
                                    }

                                    .orm_cell-text p {
                                        font-size: 14px !important;
                                    }
                                }

                                .accordion__content {
                                    width: 100%;
                                    max-width: 907px;
                                }

                                .banner-logo {
                                    position: absolute;
                                    top: 8px;
                                    left: 954px;
                                }

                                .banner-logo:before {
                                    display: none !important;
                                }

                                @media (max-width: 758px) {
                                    .banner-logo img {
                                        width: auto;
                                        height: 38px;
                                    }

                                    .banner-logo {
                                        left: 0;
                                        top: -60px;
                                    }
                                }
                                /* new review slider styles */
.modal.modal-doc.ar-reviews__doc-modal {
    display: none !important;
    width: auto !important;
    max-width: 95vw !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    background: transparent;
    vertical-align: middle;
    position: relative;
}
.blocker.current .modal.modal-doc.ar-reviews__doc-modal {
    display: inline-block !important;
}
.modal.modal-doc.ar-reviews__doc-modal .ar-reviews__doc-modal-box {
    position: relative;
    display: inline-block;
    line-height: 0;
}
.modal.modal-doc.ar-reviews__doc-modal .ar-reviews__doc-modal-box img {
    display: block;
    width: auto;
    height: auto;
    max-width: 95vw;
    max-height: 80vh;
}
.modal.modal-doc.ar-reviews__doc-modal .ar-reviews__doc-modal-box iframe {
    display: block;
    width: 90vw;
    max-width: 900px;
    height: 80vh;
    border: none;
}
.modal.modal-doc.ar-reviews__doc-modal a.close-modal {
    top: -35.5px;
    right: -35.5px;
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/themes/markway/img/modal_close.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.blocker {
    z-index: 9999;
}
.blocker.current .modal {
    z-index: 10000;
}
.ar-reviews__inner {
        max-width: 100%;
    }

.archive_review-text p:first-child {
    max-width: 600px;
}

@media (max-width: 471px) {
    .blocker {
        padding: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
        box-sizing: border-box;
    }

    .blocker::before {
        display: none !important;
        content: none !important;
        height: 0 !important;
    }

    .blocker.current .modal.modal-doc.ar-reviews__doc-modal {
        display: block !important;
        margin: 52px auto 16px !important;
        max-width: calc(100vw - 24px) !important;
        vertical-align: top;
    }

    .modal.modal-doc.ar-reviews__doc-modal .ar-reviews__doc-modal-box {
        max-width: 100%;
    }

    .modal.modal-doc.ar-reviews__doc-modal .ar-reviews__doc-modal-box img {
        max-width: calc(100vw - 24px);
        max-height: calc(100dvh - 72px);
        width: auto;
        height: auto;
    }

    .modal.modal-doc.ar-reviews__doc-modal .ar-reviews__doc-modal-box iframe {
        width: calc(100vw - 24px);
        max-width: calc(100vw - 24px);
        height: calc(100dvh - 72px);
    }

    .blocker.current .modal.modal-doc.ar-reviews__doc-modal a.close-modal {
        position: fixed;
        top: 12px;
        right: 12px;
        z-index: 10001;
    }
}