@import "vars.css";
@import "typography.css";
@import "general.css";

/*.h1_1 {*/
/*    font-size: 45px;*/
/*    font-weight: 700;*/
/*    line-height: 55px;*/
/*    letter-spacing: 1.35px;*/
/*    margin: 0;*/
/*    font-feature-settings: 'pnum' on, 'lnum' on;*/
/*}*/

/*.h2_1 {*/
/*    font-size: 30px;*/
/*    font-weight: 400;*/
/*    line-height: 36px;*/
/*    letter-spacing: 0.9px;*/
/*}*/

/*.h3 {*/
/*    font-size: 20px;*/
/*    font-weight: 500;*/
/*    line-height: 30px;*/
/*    letter-spacing: 0.6px;*/
/*}*/

.bg_gray {
    background-color: var(--gray);
}

.bg_white {
    background-color: var(--white);
}

/*header start*/
.online-store_header .nav {
    column-gap: 30px !important;
}
/*header end*/


.store-hero {
    padding-top: 40px;
    padding-bottom: 100px;

    background-image: url("../images/landing/online-store-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.store-hero .section-header {
    margin-bottom: 45px;
}

.store-hero .section-header a {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.store-hero .section-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.store-hero .section-body .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    background-color: var(--white);
    padding: 85px 100px 105px;
    max-width: 995px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.store-hero .section-body .top::before {
    content: url("../images/landing/store-hero-1.png");
    position: absolute;
    left: -145px;
    top: 0;
}

.store-hero .section-body .top::after {
    content: url("../images/landing/store-hero-2.png");
    position: absolute;
    right: -175px;
    bottom: -150px;
}

.store-hero .section-body .top h1 {
    text-align: center;
}


.store-hero .section-body .top p.h3 {
    text-align: center;
}


.store-hero .section-body .bottom {
    position: relative;
    z-index: 2;
}

.store-hero .section-body .bottom a {
    margin-top: -47px;
    position: relative;
    padding: 30px;
}

.store-hero .section-body .bottom a:hover {
    background-color: var(--white);
    color: var(--green);
}




.tovarniy_function .section-header {
    display: flex;
    justify-content: center;
}

.tovarniy_function .section-header h2 {
    max-width: 920px;
    text-align: center;
}

.tovarniy_function .section-body {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.tovarniy_function .section-body img {
    width: 100%;
}

.tovarniy_function .section-body .left {
    flex-basis: 43%;
    max-width: 490px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.tovarniy_function .section-body .function-border {
    padding: 25px;
    background-color: #EFEFEF;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.tovarniy_function .section-body .function-item-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    cursor: pointer;
}

.tovarniy_function .section-body .function-item-header .p2 {
    line-height: normal;
}

.tovarniy_function .section-body  .function-item-header div {
    display: flex;
    align-items: center;
    column-gap: 14px;
    flex-basis: 80%;
}

.tovarniy_function .section-body  .function-item-header svg {
    transition: 0.3s all ease-in-out;
}

.tovarniy_function .section-body  .function-item-header svg path {
    transition: 0.3s all ease-in-out;
}

.tovarniy_function .section-body  .function-item-header.active svg {
    transform: rotate(90deg);
}
.tovarniy_function .section-body  .function-item-header.active svg path {
    stroke: rgb(164, 205, 64);
}

.tovarniy_function .section-body .function-body {
    font-size: 19px;
    line-height: 25px;
}

.tovarniy_function .section-body  .function-item-header div img {
    max-width: 32px;
}

.tovarniy_function .section-body .right {
    flex-basis: 52%;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.tovarniy_function .section-body .right::before {
    content: '';
    background-image: url("../images/landing/zoom.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    pointer-events: none;
}

.tovarniy_function .function-body, .tovarniy_function .function-footer {
    display: none;
}






.online-store-problems .section-header h2 {
    text-align: center;
}

.online-store-problems .section-body {
    margin-top: 60px;
}

.online-store-problems .section-body .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.online-store-problems .section-body .swiper-wrapper .swiper-slide {
    width: auto;
    flex-shrink: inherit;
}

.online-store-problems .section-body .swiper-wrapper .problem-item {
    background-color: var(--gray);
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.online-store-problems .section-body .swiper-wrapper .problem-item div {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 25px;
}


.online-store-problems .section-body .problems-swiper-nav {
    display: none;
}



.online-store-process.section {
    padding-bottom: 60px;
}

.online-store-process .section-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.online-store-process .section-header h2 {
    text-align: center;
}

/*.online-store-process .section-header p.h2_1 {*/
/*    text-align: center;*/
/*    max-width: 850px;*/
/*}*/

.online-store-process .section-body {
    margin-top: 70px;
}

.online-store-process .section-body .item span.h1 {
    font-variant-numeric: lining-nums proportional-nums;
}

.online-store-process .section-body .swiper-wrapper {
    justify-content: space-between;
}

.online-store-process .section-body .swiper-wrapper .swiper-slide {
    width: auto;
}

.online-store-process .section-body .swiper-wrapper .item {
    max-width: 355px;
    box-sizing: border-box;
    padding: 30px;
    background-color: var(--white);
    border-radius: 70px 0;
    display: flex;
    flex-direction: column;
    min-height: 360px;
}

.online-store-process .section-body .swiper-wrapper .item p.bg_blue {
    font-variant-numeric: lining-nums proportional-nums;
    position: relative;
    background-color: transparent;
    width: fit-content;
}

.online-store-process .section-body .swiper-wrapper .item p.bg_blue span {
    position: relative;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.online-store-process .section-body .swiper-wrapper .item p.bg_blue::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--blue);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.online-store-process .section-body .swiper-wrapper .item span.green {
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
}

.online-store-process .one-slide-nav {
    display: none;
}



.tovarniy_about .section-header h2 {
    text-align: center;
}

.tovarniy_about .section-body {
    display: flex;
    justify-content: space-around;
    column-gap: 30px;
    row-gap: 30px;
    margin-top: 70px;
}

.tovarniy_about .section-body .item {
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}
.tovarniy_about .section-body .item p{
    text-align: center;
}

.tovarniy_about .section-footer {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

.tovarniy_about .section-footer p.p1 {
    max-width: 710px;
    text-align: center;
}



.online-store-headings {
    padding-top: 110px;
    padding-bottom: 110px;
    margin-top: -2px;
}

.online-store-headings .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.online-store-headings .container p.h3 {
    text-transform: uppercase;
}


.online-store_special .section-header {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: center;
}

.online-store_special .section-header span.white {
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    background-color: var(--blue);
    padding: 12px 38px;
    width: fit-content;
    transform: rotate(-2deg);
    position: relative;
    margin-bottom: -5px;
}

.online-store_special .section-header span.bg_green {
    position: absolute;
    z-index: -1;
    right: 80px;
    bottom: -43px;
    padding: 10px 20px;

    transform: rotate(5deg);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: italic;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3%;
}

.online-store_special .section-body {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.online-store_special .section-body .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    max-width: 195px;
    width: 100%;
}

.online-store_special .section-body .item span.green {
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.2px;
}

.online-store_special .section-footer {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}

.online-store_special .section-footer p.p1 {
    text-align: center;
}



.online-store-invitation .section-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
}

.online-store-invitation .section-header h2 {
    text-align: center;
    max-width: 915px;
}

.online-store-invitation .section-header p.h3 {
    text-align: center;
    max-width: 915px;
}

.online-store-invitation .section-body {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
}

.online-store-invitation .section-body .left {
    display: flex;
    align-items: center;
    column-gap: 10px;
    max-width: 550px;
}

.online-store-invitation .section-body .left p.blue {
    color: var(--blue);
}

.online-store-invitation .section-body .left span:first-of-type {
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 65px;
    line-height: normal;
}
.online-store-invitation .section-body .right {
    display: flex;
}

.online-store-invitation .section-body a.secondary-btn {
    border: 3px solid var(--white);
}

.online-store-invitation .section-body a.secondary-btn:hover {
    color: var(--white);
}





.online-store-faq {
    padding-bottom: 0;
}

.online-store-faq .faq_inner {
    margin-top: 0;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none !important;
}

.online-store-faq .faq_inner h2 {
    margin-bottom: 60px;
    text-align: center;
}



.online-store-faq .question {
    padding: 45px 35px;
    background-color: var(--blue);
    opacity: 1;
}
.online-store-faq .question.active {
    background: var(--blue);
}

.online-store-faq .question h4.p1 {
    color: var(--white);
    transition: all ease-in-out .3s;
}

.online-store-faq .question.active h4.p1 {
    color: var(--green);
}

.online-store-faq .question.active .arrow {
    transform: rotate(90deg);
}

.online-store-faq .faq_container ol li::marker {
    color: var(--blue);
    font-weight: 600;
}

.online-store-faq .faq_container ul {
    padding-inline-start: 25px;
}


.store-form {
    margin-top: -2px;
}

.store-form .container {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 40px;
}

#ready_solutions .store-form .container .left_block {
    row-gap: 35px;
    flex-basis: 40%;
}

.store-form .container .left_block img {
    max-width: 340px;
    margin: 0 auto;
}

.store-form .right_bottom span a {
    color: var(--white);
}

.store-form .wpcf7-form .land_input {
    padding: 19px;
    border: 2px solid #FFFFFF;
    background-color: transparent;
    color: rgba(46, 46, 46, 0.5);
}

.store-form .wpcf7-form .right .wpcf7-acceptance a {
    color: #fff;
}

.store-form .form .wpcf7-form .wpcf7-submit {
    background-color: var(--white);
    border: 3px solid var(--white);
    font-weight: 800;
    color: var(--blue);
}

.store-form .form .wpcf7-form .wpcf7-submit:hover {
    background-color: transparent;
    color: var(--white);
}

#ready_solutions .store-form-second .left_block {
    row-gap: 0;
    flex-basis: 48%;
}

#ready_solutions .store-form-second .left_block p.p1 {
    margin-top: 35px;
    margin-bottom: 20px;
}




.store-form-second .right_block {
    margin-top: 15px;
}

/*потом удалить, когда извлеку айди*/
.store-form-second .right_bottom {
    display: block !important;
}


.store-form-second .left_block img {
    max-width: 260px;
    margin: 0 auto;
}



/*pagination start*/

.services_reviews_nav.blue .swiper-pagination-bullet {
    border: 5px solid var(--blue);
    background: var(--blue);
}

.services_reviews_nav.blue .swiper-pagination-bullet-active {
    border: 5px solid var(--green);
    background: var(--green);
}

/*pagination end*/





/*partners start*/

/*section partners cases*/


.vl {
    border-right: 2px solid var(--green);
}
.cell-left,.cell-right  {
    width: 49%;
    border-top: 2px solid #D6D6D6;
    padding: 15px 5px;
}
.divTableRow:last-of-type .cell-left, .divTableRow:last-of-type .cell-right {
    border-bottom: 2px solid #D6D6D6;
}
.cell-left {margin-right: 15px;
flex-basis: 36%}
.cell-right {margin-left: 15px;}

.divTable{ display: table;}
.divTableRow { display: flex; border-collapse: collapse; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}

.divTableBody a {
    color: var(--dark);
}



.partners-cases .section-header h2 {
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.partners-cases .section-body {
    margin-top: 55px;
}

/*.partners-cases .section-body .cases-item {*/
/*    width: inherit;*/
/*    !*box-sizing: border-box;*!*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    row-gap: 40px;*/
/*}*/

/*.partners-cases .section-body .cases-item-top {*/
/*    max-width: 320px;*/
/*    border: 4px solid var(--green);*/
/*    border-radius: 50px 0;*/
/*    padding: 195px 22px 25px;*/
/*    position: relative;*/
/*    box-sizing: border-box;*/
/*    min-height: 320px;*/
/*}*/

/*.partners-cases .section-body .cases-item-top img {*/
/*    position: absolute;*/
/*    border-radius: 50px 0;*/
/*    max-width: 325px;*/
/*    width: 100%;*/
/*    top: 25px;*/
/*    max-height: 170px;*/
/*    object-fit: cover;*/
/*}*/


/*.partners-cases .section-body .cases-item-top .text {*/
/*    margin-top: 30px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*    column-gap: 20px;*/
/*}*/

/*.partners-cases .section-body .cases-item-top .text p {*/
/*    flex-basis: 80%;*/
/*    line-height: normal;*/
/*    letter-spacing: normal;*/
/*}*/

.partners-cases .section-body .cases-item-bottom {
    max-width: 95%;
}

.partners-cases .divTable {
    width: 100%;
}

.partners-cases .cell-left {
    width: 38%;
}

.partners-cases .cell-right {
    width: 53%;
    overflow-x: hidden;
}

[slider-navigation] {
    display: flex;
    align-items: center;
    margin-top: 55px;
}

[slider-navigation] .slider-nav-pagination {
    display: flex;
}

[slider-navigation] .swiper-pagination-bullet {
    border-radius: 30px;
    background: var(--blue);
    width: 29px;
    height: 29px;
    opacity: 1;
    box-sizing: border-box;
    transition: all ease-in-out .3s;
}

[slider-navigation] .swiper-pagination-bullet-active {
    background: var(--green);
}

[slider-navigation] .slider-nav-counter {
    display: none;
}

[slider-navigation] .slider-nav-prev {
    margin-right: 110px;
}

.partners-cases .section-footer {
    margin-top: 80px;
}

.partners-cases .section-footer a.secondary-btn {
    max-width: 905px;
    margin: 0 auto;
}


.partners-cases .section-footer a.secondary-btn span {
    display: contents;
}


/*partners end*/





@media (max-width: 1200px) {
    /*.store-hero .section-body .landing_hero__top h1 {*/
    /*    font-size: 50px;*/
    /*    line-height: 50px;*/
    /*}*/




    /*.partners-cases .section-body .cases-item-top {*/
    /*    max-width: 420px;*/
    /*    padding: 250px 22px 25px;*/
    /*}*/

    /*.partners-cases .section-body .cases-item-top img {*/
    /*    max-width: 440px;*/
    /*    max-height: 215px;*/
    /*}*/

    /*.partners-cases .section-body .cases-item-bottom {*/
    /*    max-width: 80%;*/
    /*}*/



    .online-store-problems .section-body .swiper-wrapper {
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
    .online-store-problems .section-body .swiper-wrapper .problem-item {
        max-width: 500px;
        box-sizing: border-box;
    }

}

@media (max-width: 1100px) {
    .store-hero .section-body .top {
        max-height: 800px;
    }

    .store-hero .section-body .top::before {
        content: "";
        background-image: url("../images/landing/store-hero-1.png");
        position: absolute;
        left: -65px;
        top: -75px;
        width: 270px;
        height: 250px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .store-hero .section-body .top::after {
        content: "";
        background-image: url("../images/landing/store-hero-2.png");
        position: absolute;
        right: -90px;
        bottom: -100px;
        width: 268px;
        height: 265px;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .store-form .container {
        flex-direction: column;
    }
}


@media (max-width: 1000px) {
    .store-hero {
        padding-top: 40px;
        padding-bottom: 55px;
        background-size: cover;
    }

    .store-hero .section-body {
        justify-content: space-between;
        align-items: center;
        row-gap: 60px;
        flex-direction: column;
    }


    .tovarniy_about .section-body {
        flex-direction: column;
        align-items: center;
    }

    .online-store-headings .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .online-store-headings .container svg {
        transform: rotate(90deg);
    }


    .online-store_special .section-body {
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .online-store-invitation .section-body {
        flex-direction: column;
    }




    .tovarniy_function .section-header h2 {
        text-align: start;
    }
    .tovarniy_function .section-body {
        flex-direction: column;
    }

    .tovarniy_function .section-body .left {
        max-width: 100%
    }

    .tovarniy_function .section-body .left .function-footer {
        margin-top: 20px;
    }
    .tovarniy_function .section-body .right {
        display: none;
    }

    .tovarniy_function .section-body .left .function-footer {
        position: relative;
    }
    .tovarniy_function .section-body .left .function-footer::before {
        content: '';
        position: absolute;
        background-image: url("../images/landing/zoom.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        pointer-events: none;
    }

}

@media (max-width: 900px) {
    .partners-cases .section-footer a.secondary-btn {
        padding: 17px 27px;
        font-size: 20px;
    }

    /*.partners-cases .section-body .cases-item-top {*/
    /*    max-width: 600px;*/
    /*    padding: 365px 22px 25px;*/
    /*}*/

    /*.partners-cases .section-body .cases-item-top img {*/
    /*    max-width: 650px;*/
    /*    max-height: 305px;*/
    /*}*/

    .partners-cases .section-footer a.secondary-btn {
        text-align: center;
    }


    [slider-navigation] .slider-nav-pagination {
        display: flex;
        font-feature-settings: 'pnum' on, 'lnum' on;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 25px;
        color: var(--blue);
        position: relative;
        margin-top: 15px;
    }

    [slider-navigation] .slider-nav-pagination .swiper-pagination-total {
        color: #B5BFC9;
    }
}

/*@media (max-width: 700px) {*/
/*    .partners-cases .section-body .cases-item-top {*/
/*        max-width: 550px;*/
/*        padding: 340px 22px 25px;*/
/*    }*/

/*    .partners-cases .section-body .cases-item-top img {*/
/*        max-width: 600px;*/
/*    }*/
/*}*/


@media (max-width: 576px) {

    /*.h2 {*/
    /*    font-size: 25px;*/
    /*    font-weight: 400;*/
    /*    line-height: 32px;*/
    /*    letter-spacing: 0.75px;*/
    /*}*/

    .online-store .header {
        z-index: 11;
    }

    .store-hero {
        padding-top: 50px;
        padding-bottom: 300px;
        background-size: 100% 100%;
        background-image: url("../images/landing/online-store-bg-mob.png");
    }

    .store-hero .section-header {
        display: none;
    }

    .store-hero .section-body {
        row-gap: 40px;
        margin: 0 -20px;
        background-color: #fff;
    }

    .store-hero .section-body .top h1 {
        font-size: 35px;
        line-height: 35px;
    }

    .store-hero .section-body .top p.h3 {
        font-size: 25px;
        text-align: center;
    }

    .store-hero .section-body .bottom {
        margin-top: -80px;
        padding: 0 20px 50px;
        width: 100%;
    }

    .store-hero .section-body .bottom a {
        padding: 20px 25px;
        margin-top: 0;
    }


    .store-hero .section-body .top::before {
        left: 50%;
        top: -115px;
        transform: translateX(-50%);
        width: 211px;
        height: 211px;
    }

    .store-hero .section-body .top::after {
        right: inherit;
        left: 50%;
        bottom: -394px;
        width: 334px;
        height: 344px;
        transform: translateX(-50%);
    }

    .store-hero .section-body .top {
        row-gap: 15px;
        padding: 50px 25px 75px;
        max-width: 955px;
        width: 100%;
    }



    #ready_solutions .store-form .form .wpcf7-form .wpcf7-submit {
        padding: 20px 45px;
        font-size: 20px;
    }






    .online-store-process .section-header p.h2 {
        font-size: 19px;
        line-height: 25px;
    }

    .online-store-process .section-body {
        margin-top: 30px;
    }

    .online-store-process .section-body .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .online-store-process .section-body .swiper-wrapper {
        justify-content: unset;
    }

    .online-store-process .section-body .swiper-wrapper .item {
        min-height: 285px;
    }

    .online-store-process .green_pagination .swiper-pagination-bullet {
        border: 5px solid var(--blue);
    }

    /*.online-store-process .green_pagination {*/
    /*    width: fit-content;*/
    /*    margin: 30px auto 0;*/
    /*}*/

    /*.online-store-process .green_pagination .swiper-pagination-bullet {*/
    /*    border: 5px solid var(--blue);*/
    /*    width: 22px;*/
    /*    height: 22px;*/
    /*    box-sizing: border-box;*/
    /*    background: transparent;*/
    /*    opacity: 1;*/
    /*}*/

    /*.online-store-process-process .green_pagination .swiper-pagination-bullet-active {*/
    /*    background: var(--blue);*/
    /*}*/

    .online-store-process .swiper {
        overflow-x: hidden;
    }

    .online-store-process .one-slide-nav {
        display: flex;
        align-items: center;
        column-gap: 45px;
        width: fit-content;
        margin: 30px auto 0;
    }

    .online-store-process .one-slide-nav .pagination {
        font-feature-settings: 'pnum' on, 'lnum' on;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 25px;
        color: var(--blue);
        position: relative;
        margin-top: 15px;
    }

    .online-store-process .one-slide-nav .pagination .swiper-pagination-total {
        color: var(--gray);
    }

    .online-store-process .section-body .swiper-wrapper .item p.bg_blue span {
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .tovarniy_slider .section-header h2 {
        text-align: start;
    }

    .store-form .left_block {
        row-gap: 20px !important;
    }




    .tovarniy_about {
        background-color: transparent;
    }

    .tovarniy_about .section-body {
        margin-top: 40px;
    }

    .tovarniy_about .section-body .item img {
        max-width: 120px;
    }

    .tovarniy_about .section-footer p.p1 {
        font-size: 19px;
        line-height: normal;
    }

    .online-store-headings {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .online-store-headings .container {
        row-gap: 20px;
        align-items: start;
    }

    .online-store-headings .container p {
        padding-left: 35px;
        position: relative;
    }

    .online-store-headings .container p span {
        color: var(--white);
    }

    .online-store-headings .container p::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-image: url("../images/landing/arrow-blue.svg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 18px;
        height: 32px;
    }

    .online-store-headings .container svg {
        display: none;
    }


    .online-store_special .section-header span.white {
        font-size: 19px;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.57px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: -2px;
    }

    .online-store_special .section-header h2 {
        display: flex;
        flex-direction: column;
    }

    .online-store_special .section-header span.bg_green {
        right: unset;
        left: 50%;
        bottom: -40px;
        transform: translateX(-50%) rotate(3deg);
        padding: 11px 21px;
        font-size: 19px;
        line-height: normal;
        letter-spacing: 0.57px;
        white-space: nowrap;
        width: fit-content;
    }

    .online-store_special .section-body .item img {
        max-width: 120px;
    }

    .online-store_special .section-footer {
        margin-top: 40px;
        row-gap: 30px;
    }

    .online-store_special .section-footer a.bg_green {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        padding: 24px 30px;
        font-size: 20px;
        line-height: normal;
    }


    .online-store-invitation .section-header {
        row-gap: 20px;
    }

    .online-store-invitation .section-body {
        margin-top: 40px;
        row-gap: 30px;
    }

    .online-store-invitation .section-body .right {
        width: 100%;
    }

    .online-store-invitation .section-body .right a {
        text-align: center;
    }



    .online-store-faq .question {
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        padding: 30px 20px;
        border: none;
        position: relative;
    }

    .online-store-faq .question::before {
        content: '';
        position: absolute;
        bottom: 0;
        width: 90%;
        height: 1px;
        background-color: var(--green);
        left: 50%;
        transform: translateX(-50%);
    }

    .online-store-faq .question.active::before {
        display: none;
    }

    .online-store-faq .question .arrow {
        transform: none;
    }

    .online-store-faq .question h4.p1 {
        opacity: 1;
        flex-basis: 90%;
    }

    .store-form-second .left_block {
        row-gap: 20px !important;
    }





    #ready_solutions .store-form-second .left_block p.p1 {
        margin: 0;
    }

    .store-form-second .right_block {
        margin-top: 0;
    }

    .store-form-second .right_bottom {
        display: block !important;
    }


    .store-form-second .left_block img {
        max-width: 100%;
    }


    .tovarniy_function .section-body {
        margin-top: 40px;
    }

    .tovarniy_function .section-body .function-item-header div {
        align-items: start;
    }

    .tovarniy_function .section-body .function-item:last-of-type .function-item-header div {
        flex-basis: 70%;
    }

    .tovarniy_function .section-body .function-item-header div img {
        max-width: 30px;
        margin-top: 3px;
    }


    .store-form-second .right_bottom {
        display: flex !important;
    }


    .online-store-problems .section-header h2 {
        text-align: start;
    }

    .online-store-problems .section-body {
        margin-top: 30px;
    }

    .online-store-problems .section-body .swiper-wrapper {
        align-items: inherit;
        justify-content: inherit;
        row-gap: inherit;
        column-gap: inherit;
        flex-direction: inherit;
    }

    .online-store-problems .section-body .swiper-wrapper .problem-item {
        row-gap: 20px;
        min-height: 190px;
    }

    .online-store-problems .section-body .swiper-wrapper .problem-item div {
        flex-direction: row;
        column-gap: 20px;
    }

    .online-store-problems .section-body .swiper-wrapper .problem-item div svg {
        width: 48px;
        height: auto;
    }
    .online-store-problems .section-body .swiper-wrapper .problem-item div .h4.p1 {
        line-height: normal;
        flex-basis: 90%;
    }

    .online-store-problems .section-body .swiper-wrapper .swiper-slide {
        flex-shrink: 0;
        width: 100%;
    }

    .online-store-problems .section-body .problems-swiper-nav {
        display: flex;
        align-items: center;
        position: relative;
        width: fit-content;
        column-gap: 45px;
        margin: 30px auto 0;
    }

    .online-store-problems .section-body .problems-swiper-nav .swiper-pagination {
        font-feature-settings: 'pnum' on, 'lnum' on;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 25px;
        color: var(--blue);
        position: relative;
        margin-top: 15px;
    }

    .online-store-problems .section-body .problems-swiper-nav .swiper-pagination .swiper-pagination-total {
        color: #B5BFC9;
    }

    .online-store #ready_solutions #solutions_slider .section-body .services_reviews_nav {
        column-gap: 45px;
    }

    .online-store .services_reviews-button-prev {
        display: block;
        margin-right: 30px;
    }

    .online-store .services_reviews-button-next {
        display: block;
        margin-left: 30px;
    }

    .online-store .services_reviews_nav.blue .services_reviews-button-prev::after,
    .online-store .services_reviews_nav.blue .services_reviews-button-next::after {
        background-image: url("../images/landing/arrow-green.svg");
        display: block;
    }
    .services_reviews-button-next::after {
        transform: none;
    }
    .services_reviews-button-prev::after {
        transform: rotate(180deg);
    }

    .online-store .services_reviews-pagination {
        font-feature-settings: 'pnum' on, 'lnum' on;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 25px;
        color: var(--blue);
        position: relative;
        margin-top: 15px;
    }

    .online-store .services_reviews-pagination .swiper-pagination-total {
        color: #B5BFC9;
    }

/*partners start mob*/
    .partners-cases {
        background-image: none;
    }

    .partners-cases .section-body {
        margin-top: 40px;
    }

    /*.partners-cases .section-body .cases-item {*/
    /*    width: inherit;*/
    /*}*/

    /*.partners-cases .section-body .cases-item-top {*/
    /*    max-width: 95%;*/
    /*    padding: 230px 15px 15px;*/
    /*}*/

    /*.partners-cases .section-body .cases-item-top img {*/
    /*    max-width: 100%;*/
    /*    top: 15px;*/
    /*    max-height: 175px;*/
    /*}*/

    /*.partners-cases .section-body .cases-item-top .text {*/
    /*    margin-top: 18px;*/
    /*}*/

    .partners-cases .section-body .cases-item-top .text svg {
        /*max-width: 30px;*/
        display: none;
    }


    /*.partners-cases .section-body .cases-item-bottom {*/
    /*    max-width: 95%;*/
    /*}*/

    .partners-cases .section-footer {
        margin-top: 30px;
    }


    .partners-cases .cell-right {
        width: 48%;
    }

    [slider-navigation] {
        width: fit-content;
        align-items: center;
        margin: 30px auto 0;
        column-gap: 45px;
    }

    [slider-navigation] .slider-nav-pagination {
        display: flex;
        font-feature-settings: 'pnum' on, 'lnum' on;
        font-family: 'Raleway', sans-serif;
        font-weight: 400;
        font-size: 19px;
        line-height: 25px;
        color: var(--blue);
        position: relative;
        margin-top: 15px;
        order: 2;
    }

    [slider-navigation] .slider-nav-pagination .swiper-pagination-total {
        color: #B5BFC9;
    }

    [slider-navigation] .slider-nav-prev {
        margin-right: 0;
        order: 1;
    }

    [slider-navigation] .slider-nav-next {
        order: 3;
    }

    /*[slider-navigation] .slider-nav-prev svg, [slider-navigation] .slider-nav-next svg {*/
    /*    width: 100%;*/
    /*}*/

    /*partners end mob*/
}


/*@media (max-width: 430px) {*/
/*    .partners-cases .section-body .cases-item-top {*/
/*        padding: 200px 15px 15px;*/
/*    }*/
/*}*/

/*@media (max-width: 375px) {*/
/*    .partners-cases .section-body .cases-item-top {*/
/*        padding: 185px 15px 15px;*/
/*    }*/
/*}*/