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



#header-solutions .nav {
    column-gap: 15px;
}
#header-solutions .nav a {
    font-size: 14px;
}
#header-solutions .number {
    row-gap: 3px;
}
#header-solutions .number a {
    font-size: 14px;
    font-weight: 800;
}
#header-solutions .number span {
    font-size: 14px;
}
#header-solutions .header-mob-link {
    display: none;
}
@media (max-width: 1100px) {
    #header-solutions .header-mob-link {
        display: flex;
    }
    #header-solutions .nav {
        row-gap: 0;
        padding: 40px 0 0;
        background-image: none;
        background: linear-gradient(180deg, #a5cd41 0%, #a5cd41 70%, white 70%, white 100%);
    }
    #header-solutions .nav.active {
        max-height: 100vh;
        overflow-y: auto;
    }
    #header-solutions .nav a {
        margin: 0;
        font-size: 16px;
        font-weight: 700;
    }
    #header-solutions .nav a.header-mob-link {
        display: flex;
        column-gap: 5px;
        align-items: center;
        font-weight: 600;
    }
    #header-solutions .nav div.header-mob-link {
        align-items: flex-start;
    }
    #header-solutions .nav a {
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }
    #header-solutions .nav a:not(:last-of-type) {
        margin-bottom: 30px;
    }
    #header-solutions .nav div.header-mob-link {
        padding: 50px 30px 80px;
        background-image: url("../images/landing_samples/bg-nav-header.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        width: 100%;
        box-sizing: border-box;
    }
    #header-solutions .nav div.header-mob-link a {
        padding: 0;
    }
    #header-solutions .nav .header_social {
        padding: 20px 30px 40px;
        box-sizing: border-box;
        background-color: #fff;
        justify-content: space-between;
        margin-top: -2px;
    }
    #header-solutions .nav .header_social a {
        margin: 0;
        padding: 0;
        width: fit-content;
    }
}






#ready_solutions {
    overflow-x: hidden;
}

.solutions-hero {
    background-image: url("../images/landing_samples/bg_hero_new.png");
    padding-top: 40px;
    padding-bottom: 0;
}

.solutions-hero h1{
  display: contents;
}

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

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

.solutions-hero .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.solutions-hero .top .left {
    flex-basis: 77%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.solutions-hero .top .left span.bg_blue {
    display: block;
    padding: 15px 35px 17px;
    background-color: transparent;
    background-image: url("../images/landing_samples/bg-span-hero.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.solutions-hero .top .left span.h1 {
    margin-top: 25px;
    text-transform: inherit;
    font-size: 55px;
}

.solutions-hero .top .left span.main {
    font-size: 100px;
    line-height: normal;
    text-transform: inherit;
}

.solutions-hero .top .left span.price {
    font-size: 45px;
    line-height: normal;
    font-variant-numeric: lining-nums proportional-nums;
}

.solutions-hero .top .right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex-basis: 33%;
    height: fit-content;
    max-height: 510px;
    max-width: 250px;
    filter: drop-shadow(0px 4px 36.9px rgba(0, 0, 0, 0.25));
    background-image: url("../images/landing_samples/telephone.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.solutions-hero .top .right .inner-right {
    margin: 52px 15px;
    overflow: hidden;
}

.solutions-hero .top .right .image_bg {
    position: absolute;
    left: auto;
    bottom: auto;
}

.solutions-hero .top .right .wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 11px;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
}

.solutions-hero .top .right .wrapper .crm-logo:last-of-type {
    margin-bottom: 15px;
}

.solutions-hero .top .right .crm-logo {
    box-sizing: border-box;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px 0;
    background-color: #FFF;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07);
    padding: 10px;
}

.solutions-hero .top .right .crm-logo img {
    max-height: 50px;
    max-width: 160px;
    left: auto;
    bottom: auto;
    position: relative;
}

.solutions-hero .top .hero_btn {
    font-size: 35px;
    padding: 43px;
    display: flex;
    box-sizing: border-box;
    width: fit-content;
    margin-top: 60px;
    border: 1px solid var(--white);
}

.solutions-hero .top .hero_btn:hover {
    border: 1px solid var(--white);
    color: var(--white);
}

.solutions-hero .bottom {
    margin-top: 60px;
    padding: 70px 0;
    background-image: url("../images/landing_samples/bg_blue.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    bottom: -2px;
    position: relative;
}

.solutions-hero .bottom .bottom_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    column-gap: 10px;
}

.solutions-hero .bottom .bottom_inner span {
    text-transform: uppercase;
}


.solutions-processes .section-header {
    margin-bottom: 80px;
}

.solutions-processes .section-header h2 {
    max-width: 925px;
}
.solutions-processes .section-body {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.solutions-processes .section-body .left {
    flex-basis: 45%;
}
.solutions-processes .section-body .left ul {
    margin: 0;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.solutions-processes .section-body .left ul li {
    display: flex;
    align-items: flex-start;
    column-gap: 15px;
}

.solutions-processes .section-body .left ul li:first-of-type p {
    margin-top: -6px;
}

.solutions-processes .section-body .right {
    flex-basis: 50%;
    cursor: pointer;
}

.solutions-processes .section-body .right img {
    width: 100%;
}

.solutions-processes .section-body .right div {
    position: relative;
}

.solutions-processes .section-body .right div::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/new/play_btn_white.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 48px;
    height: 43px;
}

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

.solution-options .section-header {
    display: flex;
    justify-content: center;
    column-gap: 40px;
}

.solution-options .section-header span {
    display: block;
    padding: 17px 23px;
    font-size: 80px;
    font-weight: 800;
    line-height: 80px;
}

.solution-options .section-body {
    margin-top: 65px;
    overflow-x: hidden;
}

.solution-options .section-body .swiper-wrapper {
    justify-content: center;
    column-gap: 10px;
}

.solution-options .section-body .swiper-wrapper .swiper-slide {
    width: auto;
}

.solution-options .section-body .item {
    border-radius: 70px 0;
    overflow: hidden;
    max-width: 470px;
}

.solution-options .section-body .item ul {
    margin: 0;
    list-style-type: none;
    padding-inline-start: 0;
}

.solution-options .section-body .item ul li {
    padding: 20px;
    padding-left: 80px;
    background-color: var(--green);
    line-height: 1em;
    height: 90px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.solution-options .section-body .item ul li span {
    padding-left: 30px;
    position: relative;
}

.solution-options .section-body .item ul li span::before {
    content: '';
    position: absolute;
    background-image: url("../images/landing_samples/done_blue.svg");
    width: 21px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 3px;
    left: 0;
}

.solution-options .section-body .item ul li:nth-child(2n) {
    background-color: var(--white);
}

.solutions-functional .section-header {
    margin-bottom: 80px;
}

.solutions-functional .section-header h2 {
    text-align: center;
    max-width: 835px;
    margin: 0 auto;
}

.solutions-functional .section-body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 60px;
}

.solutions-functional .section-body .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

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

.solutions-functional .section-footer p.p1 {
    text-align: center;
}


.solutions-slider .section-header {
    margin-bottom: 80px;
}

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

.solutions-slider .services_reviews_swiper .swiper-slide {
    height: unset;
}

.solutions-slider .section-body .item {
    padding: 35px;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    border-radius: 70px 0;
    background-color: var(--white);
    min-height: 380px;
    box-sizing: border-box;
}

.solutions-slider .section-body .item div {
    max-height: 60px;
    height: 100%;
    display: flex;
    align-items: center;
}

.solutions-slider .section-body .item ul {
    margin: 0;
    padding-inline-start: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.solutions-slider .section-body .item ul li {
    margin: 0;
    padding-left: 30px;
    position: relative;
}

.solutions-slider .section-body .item ul li::before {
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url("../images/landing_samples/solutions_done.svg");
    background-repeat: no-repeat;
    background-size: contain;
    top: 5px;
    left: 0;
}

.solutions-slider .section-body .item ul li:first-of-type {
    font-weight: 600;
}

.solutions-slider .section-body .services_reviews_nav {
    margin-top: 60px;
}



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

.price-package .section-body {
    margin-top: 80px;
}

.price-package .section-body .swiper-wrapper {
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 30px;
}

.price-package .section-body .swiper-wrapper .swiper-slide {
    width: auto;
}

.price-package .section-body .item {
    width: 555px;
    border-radius: 100px 0;
    background-color: var(--white);
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.1);
    padding: 0 85px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 577px;
}

.price-package .section-body .item .heading {
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 15px 20px;
    margin-top: -25px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    max-width: 335px;
    max-height: 72px;
    box-sizing: border-box;
}

.price-package .section-body .item .heading span {
    text-transform: none;
    border-left: 2px solid var(--white);
    padding-left: 15px;
    height: 100%;
}

.price-package .section-body .item ul {
    padding: 0;
    margin-top: 28px;
    margin-bottom: 50px;
    list-style-type: none;
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    row-gap: 25px;
}

.price-package .section-body .item ul li {
    position: relative;
    padding-left: 30px;
}

.price-package .section-body .item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 21px;
    height: 26px;
    background-image: url("../images/landing_samples/plus.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.price-package .section-body .item ul li i {
    font-size: 14px;
}

.price-package .section-body .item .price {
    color: var(--blue);
    font-weight: 700;
    margin-bottom: 40px;
    display: block;
    font-variant-numeric: lining-nums proportional-nums;
}

.price-package .section-body .item a {
    line-height: normal;
    max-width: 380px;
    width: 100%;
    margin-bottom: -20px;
    max-height: 88px;
    text-transform: none;
}

.price-package .section-body .item a:hover {
    background-color: var(--white);
}


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

.solutions-about .section-body {
    display: flex;
    margin-top: 80px;
}

.solutions-about .section-body .swiper {
    overflow: visible;
}

.solutions-about .section-body .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 25px;
    row-gap: 40px;
}

.solutions-about .section-body .swiper-slide {
    flex-basis: 32%;
    width: auto;
    max-height: 300px;
    height: 100%;
}

.solutions-about .section-body .item {
    padding: 35px 25px;
    border-radius: 70px 0;
    background-color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 35px;
    height: 100%;
    box-sizing: border-box;
}

.solutions-about .section-body .item p {
    text-align: center;
}

.solutions-about .section-footer {
    margin-top: 80px;
}

.solutions-about .section-footer p.p1 {
    text-align: center;
    max-width: 790px;
    margin: 0 auto;
}

.solutions-anchor {
    background-image: url("../images/landing_samples/bg_lines.png");
    background-position: bottom;
    background-repeat: no-repeat;
}

.solutions-anchor .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 25px;
}

.solutions-anchor .container p.p1 {
    flex-basis: 44%;
}

.solutions-anchor .container a {
    flex-basis: 48%;
}


.solutions-reviews .section-body {
    margin-top: 80px;
}

.solutions-reviews .section-body .reviews_item {
    position: relative;
}

.solutions-reviews .section-body .reviews_item:hover a {
    color: var(--white);
    transition: all ease-in-out 0.3s;
}

.solutions-reviews .section-body .reviews_item div {
    padding-right: 30px;
}

.solutions-reviews .section-body .reviews_item div img {
    width: 100%;
    height: 100%;
    border-radius: 23px 0;
    object-fit: cover;
}

.solutions-reviews .section-body .reviews_item p {
    background-color: var(--green);
    border-radius: 18px 0;
    position: absolute;
    bottom: 35px;
    left: 35px;
    padding: 20px;
    display: flex;
    align-items: center;
    min-height: 130px;
    box-sizing: border-box;
    font-weight: 500;
}

.solutions-invitation {
    padding-bottom: 250px !important;
}

.solutions-invitation .section-header {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
    max-width: 900px;
}

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

.solutions-invitation .section-body .left {
    flex-basis: 42%;
}

.solutions-invitation .section-body .left img {
    width: 100%;
}

.solutions-invitation .section-body .right {
    flex-basis: 48%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    row-gap: 30px;
}

.solutions-invitation .section-body .right a {
    text-align: center;
    text-transform: none;
}

#ready_solutions #consult .right_bottom {
    display: none;
}

#ready_solutions .faq_inner {
    box-shadow: 2px 2px 61.5px 0px rgba(0, 0, 0, 0.08);
}

[seo-form] {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
    row-gap: 40px;
}
[seo-form]  .left_block {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
    flex-basis: 45%;
}

[seo-form] .right_block {
    flex-basis: 49%;
}

[seo-form] .form span {
    display: block;
}

[seo-form] .form .wpcf7-form {
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
    row-gap: 40px;
    flex-direction: column;
    justify-content: flex-start;
}

[seo-form] .form .wpcf7-form br {
    display: none;
}

[seo-form] .form .wpcf7-form .left {
    width: 100%;
}

[seo-form] .form .wpcf7-form .left p {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

[seo-form] .form .wpcf7-form .right {
    row-gap: 30px;
}

[seo-form] .form .wpcf7-form .right .wpcf7-acceptance span {
    column-gap: 10px;
    display: flex;
}

[seo-form] .form .wpcf7-form .right .wpcf7-acceptance label span::before {
    border: 2.5px solid var(--blue);
    border-radius: 3px;
    width: 16px;
    height: 15px;
    padding-right: 16px;
    padding-bottom: 15px;
}

[seo-form] .form .wpcf7-form .right .wpcf7-acceptance input:checked + span::before {
    border: none;
    background-image: url("../images/landing_samples/done_blue.svg");
    padding-right: 21px;
    padding-bottom: 19px;
    background-size: 100% 100%;
}

[seo-form] .form .wpcf7-form .wpcf7-submit {
    width: 100%;
    /*padding: 30px 46px;*/
    /*transition: ease-in-out all .3s;*/
    /*max-height: 88px;*/
}

/*[seo-form] .form .wpcf7-form .wpcf7-submit:hover {*/
/*    background-color: var(--blue);*/
/*}*/

[seo-form] .form .wpcf7-form .right_bottom {
    margin-top: 0;
}

[seo-form] .form .wpcf7-form .right_bottom p {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}


@media (max-width: 1200px) {
    .solutions-hero {
        overflow-x: visible;
    }

    .solutions-hero .top .left span.h1 {
        font-size: 45px;
    }

    .solutions-hero .top .left span.main {
        font-size: 86px;
    }



    .price-package .section-body .item {
        max-width: 450px;
        width: 100%;
        padding: 0 60px;
        min-height: 585px;
    }

    .price-package .section-body .item .heading {
        display: flex;
        max-height: 72px;
    }

    .price-package .section-body .item ul {
        padding: 0;
        margin-top: 28px;
        margin-bottom: 60px;
        list-style-type: none;
        padding-inline-start: 0;
        display: flex;
        flex-direction: column;
        row-gap: 30px;
    }

    .price-package .section-body .item ul li {
        position: relative;
        padding-left: 30px;
    }

    .price-package .section-body .item ul li::before {
        content: '';
        position: absolute;
        left: 0;
        width: 21px;
        height: 26px;
        background-image: url("../images/landing_samples/plus.svg");
        background-repeat: no-repeat;
        background-size: contain;
    }

    .price-package .section-body .item .price {
        color: var(--blue);
        font-weight: 700;
        margin-bottom: 40px;
        display: block;
        font-variant-numeric: lining-nums proportional-nums;
    }

    /*.price-package .section-body .item a {*/
    /*    padding: 15px 30px;*/
    /*    max-width: 380px;*/
    /*    width: 100%;*/
    /*    box-sizing: border-box;*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    justify-content: center;*/
    /*    margin-bottom: -20px;*/
    /*}*/
}
@media (max-width: 1100px) {
    .solutions-hero .top {
        flex-direction: row;
    }

    .solutions-hero .bottom {
        flex-direction: row;
        background-color: var(--blue);
        background-image: none;
    }

    .solutions-about .section-body .swiper-one-slide {
        height: 100%;
    }

    .solutions-about .section-body .swiper-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 30px;
    }

    .solutions-about .section-body .swiper-wrapper .item {
        width: 350px;
    }

    .solutions-about .green_pagination {
        width: fit-content;
        margin: 30px auto 0;
    }

    .solutions-about .green_pagination .swiper-pagination-bullet-active {
        background: var(--green);
    }

    .solutions-about .green_pagination .swiper-pagination-bullet {
        border: 5px solid var(--green);
        width: 22px;
        height: 22px;
        box-sizing: border-box;
        background: transparent;
        opacity: 1;
    }

    [seo-form] {
        flex-direction: column;
    }

    [seo-form] .left_block {
        row-gap: 35px;
    }

    [seo-form] .wpcf7-form .right .wpcf7-acceptance span {
        max-width: 100%;
    }
}
@media (max-width: 1000px) {
    .solutions-hero .top {
        flex-direction: column;
    }

    .solutions-hero .top .left span.main {
        font-size: 78px;
    }

    .solutions-hero .top .left span.price {
        font-size: 35px;
        font-weight: 600;
        line-height: normal;
    }

    .solutions-hero .top .right {
        margin: 0 auto;
        max-height: 425px;
    }

    .solutions-hero .top .hero_btn {
        font-size: 30px;
        padding: 36px;
    }

    .solutions-hero .bottom {
        flex-direction: row;
    }


    .solutions-processes .section-body {
        flex-direction: column;
        row-gap: 50px;
    }

    .solutions-processes .section-body .right img {
        width: 100%;
    }

    .solution-options .section-header {
        flex-direction: column;
        row-gap: 15px;
        align-items: center;
    }

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

    .solution-options .section-header h2 br {
        display: none;
    }

    .solution-options .section-header span {
        font-size: 62px;
        line-height: normal;
    }

    .solution-options .section-body .swiper-wrapper {
        justify-content: normal;
        column-gap: 0;
    }

    .solution-options .section-body .swiper-wrapper .swiper-slide {
        width: 100%;
    }

    .solution-options .section-body .slider-nav-circle {
        margin: 0 auto;
        margin-top: 30px;
    }
    .solutions-slider .services_reviews_swiper .swiper-slide {
        justify-content: center;
    }

    .solutions-anchor .container {
        flex-direction: column;
        row-gap: 40px;
    }

    .solutions-anchor .container a {
        width: 100%;
    }

    .solutions-invitation .section-header {
        row-gap: 45px;
    }

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

    .solutions-invitation .section-body .left {
        max-width: 60%;
        margin: 0 auto;
    }

    .solutions-invitation .section-body .right {
        row-gap: 40px;
    }

}
@media (max-width: 768px) {
    .solutions-hero .top .left {
        width: 100%;
    }

    .solutions-hero .top .left span.main {
        font-size: 76px;
    }

    .solutions-hero .top .left span.price {
        font-size: 32px;
    }

    .solutions-hero .top .left span.bg_blue {
        font-size: 26px;
    }

    .solutions-hero .top .hero_btn {
        width: 100%;
    }

    .solutions-hero .bottom {
        bottom: -5px;
    }

    .solutions-hero .bottom .bottom_inner {
        display: grid;
        grid-template-columns: 1fr 0.1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        width: fit-content;
        margin: 0 auto;
    }

    .solutions-slider .section-body .item ul li::before {
        top: 0;
    }
}
@media (max-width: 576px) {

    .solutions-hero {
        height: auto;
        overflow-x: visible;
    }

    .solutions-hero .container {
        height: auto;
        row-gap: 30px;
    }

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


    .solutions-hero .top .left span.bg_blue {
        font-size: 14px;
        padding: 14px;
    }

    .solutions-hero .top .left span.h1 {
        margin-top: 5px;
        font-size: 25px;
    }

    .solutions-hero .top .left span.main {
        font-size: 47px;
    }

    .solutions-hero .top .left span.price {
        font-size: 20px;
        margin-top: 12px;
        display: inline-block;
    }

    .solutions-hero .top .right {
        max-width: 180px;
        width: 100%;
        max-height: 370px;
        box-sizing: border-box;
    }

    .solutions-hero .top .right img {
        display: block;
    }

    .solutions-hero .top .right .wrapper {
        align-items: center;
    }

    .solutions-hero .top .right .inner-right {
        margin: 40px auto;
        box-sizing: border-box;
        width: 100%;
    }

    .solutions-hero .top .right .crm-logo {
        height: 55px;
        max-width: 155px;
        width: 100%;
    }

    .solutions-hero .top .right .crm-logo img {
        max-width: 112px;
        max-height: 35px;
    }

    .solutions-hero .top .hero_btn {
        padding: 20px 5px;
        font-size: 18px;
        margin-top: 30px;
        text-align: center;
    }

    .solutions-hero .bottom {
        bottom: -5px;
        background-image: url("../images/landing_samples/bg_blue_mob.png");
        padding: 30px 0 50px;
        background-color: transparent;
    }

    .solutions-hero .bottom .bottom_inner {
        display: grid;
        grid-template-columns: 1fr 0.1fr;
        grid-template-rows: repeat(1, 1fr);
        grid-row-gap: 15px;
        grid-column-gap: 10px;
        width: fit-content;
        margin: 0 auto;
    }


    /*.solutions-hero .bottom .bottom_inner span:last-of-type {*/
    /*    grid-area: 3 / 1 / 4 / 3;*/
    /*}*/


    .solutions-processes .section-header {
        margin-bottom: 50px;
    }

    .solutions-processes .section-header h2 {
        line-height: normal;
    }

    .solutions-processes .section-body .left ul {
        width: 80%;
    }

    .solutions-processes .section-body .left ul li {
        align-items: center;
    }

    .solutions-processes .section-body .left ul li img {
        max-width: 25px;
    }

    .solution-options .section-header span {
        font-size: 35px;
        line-height: 35px;
        padding: 5px 10px;
    }

    .solution-options .section-body {
        margin-top: 50px;
    }

    .solution-options .section-body .item ul li {
        padding-left: 50px;
        padding-right: 50px;
        height: 80px;
    }

    .solution-options .section-body .item ul li span::before {
        width: 19px;
        top: 1px;
    }

    .solution-options .section-body .slider-nav-circle {
        margin: 0 auto;
        margin-top: 30px;
    }


    .solutions-functional .section-header {
        margin-bottom: 50px;
    }

    .solutions-functional .section-body {
        margin-bottom: 50px;
        flex-direction: column;
        row-gap: 40px;
    }

    .solutions-functional .section-body .item {
        row-gap: 25px;
    }

    .solutions-slider .section-header {
        margin-bottom: 50px;
    }

    .solutions-slider .section-body .item {
        padding: 50px 30px;
        min-height: 350px;
        row-gap: 20px;
    }

    /*.solutions-slider .section-body .item div {*/
    /*    max-width: 200px;*/
    /*}*/

    .solutions-slider .section-body .item div img {
        width: 100%;
        max-width: 200px;
    }

    .solutions-slider .section-body .item ul {
        row-gap: 15px;
        width: 90%;
    }

    .solutions-slider .section-body .item ul li::before {
        height: 30px;
    }

    .solutions-slider .section-body .services_reviews_nav {
        margin-top: 30px;
    }


    [seo-form] .wpcf7-form .land_input::placeholder {
        text-align: start;
    }

    /*[seo-form] .wpcf7-form .wpcf7-submit {*/
    /*    font-size: 20px;*/
    /*    letter-spacing: 0.6px;*/
    /*    padding: 20px 45px;*/
    /*    max-height: unset;*/
    /*}*/

    [seo-form] .wpcf7-form .right_bottom span {
        display: flex;
    }

    [seo-form] .wpcf7-form .right_bottom span a {
        font-size: 33px;
        font-weight: 500;
        line-height: normal;
        margin: 10px 0;
    }

    .solutions-anchor {
        padding-bottom: 120px !important;
    }


    .solutions-reviews .section-body {
        margin-top: 50px;
    }

    .solutions-reviews .section-body .reviews_item p {
        font-weight: 600;
    }

    .solutions-reviews .services_reviews_swiper .swiper-pagination-bullet {
        border: 5px solid var(--blue);
    }

    .solutions-reviews .services_reviews_swiper .swiper-pagination-bullet-active {
        background: var(--blue);
        color: var(--white);
    }

    .solutions-invitation .section-body {
        margin-top: 35px;
    }

    .solutions-invitation .section-body .left {
        max-width: 100%;
    }

    .solutions-invitation .section-body .right {
        row-gap: 40px;
    }

    .solutions-invitation {
        padding-bottom: 250px !important;
    }

    .price-package {
        padding-bottom: 30px;
    }

    .price-package .section-body {
        margin-top: 50px;
        overflow-x: hidden;
    }

    .price-package .section-body .swiper-wrapper {
        justify-content: normal;
        align-items: flex-start;
        column-gap: 0;
    }

    .price-package .section-body .swiper-wrapper .swiper-slide {
        width: auto;
    }

    .price-package .section-body .item {
        width: auto;
        border-radius: 50px 0;
        padding: 25px;
        height: auto;
    }

    .price-package .section-body .item .heading {
        color: var(--dark);
        font-size: 30px;
        line-height: normal;
        letter-spacing: 0.9px;
        padding: 13px 0;
        background-color: var(--white);
        margin-top: 0;
        column-gap: 13px;
        max-width: initial;
        max-height: initial;
    }

    .price-package .section-body .item .heading span {
        color: var(--green);
        font-size: 16px;
        font-weight: 600;
        border-left: 2px solid var(--green);
        padding-left: 15px;
    }

    .price-package .section-body .item ul {
        margin-top: 15px;
        margin-bottom: 15px;
        row-gap: 20px;
    }

    .price-package .section-body .item .price {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .price-package .section-body .item a {
        /*font-size: 20px;*/
        /*letter-spacing: 0.6px;*/
        padding: 15px 30px;
        max-width: 100%;
        margin-bottom: 0;
    }

    .price-package .section-body .slider-nav-circle {
        margin: 0 auto;
        margin-top: 30px;
    }

    .price-package .section-body .buttons-navigation button {
        background-color: var(--gray);
    }

    .price-package .section-body .buttons-navigation button.active {
        background-color: var(--blue);
    }


    .solutions-about .section-body {
        margin-top: 50px;
    }

    .solutions-about .section-body .swiper {
        overflow-x: hidden;
    }

    .solutions-about .section-body .swiper-slide {
        max-height: initial;
        flex-basis: unset;
    }

    .solutions-about .section-body .swiper-wrapper {
        display: flex;
        flex-direction: initial;
        justify-content: initial;
        align-items: normal;
        row-gap: 0;
        column-gap: 0;
    }

    .solutions-about .section-body .swiper-wrapper .item {
        max-width: initial;
        width: auto;
    }

    .solutions-about .green_pagination .swiper-pagination-bullet-active {
        background: var(--green);
    }

    .solutions-about .green_pagination .swiper-pagination-bullet {
        border: 5px solid var(--green);
    }

    .solutions-about .section-footer {
        margin-top: 50px;
    }
}


.thanks_hero .contacts-top-content {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.thanks_hero .contacts-top-content .p3 {
    font-weight: 600;
}

.buttons-navigation {
    display: none;
}
.services_reviews_nav.blue .services_reviews-button-prev:after, .services_reviews_nav.blue .services_reviews-button-next:after {
    background-image: url("../images/landing_samples/arrow-blue.svg");
}
.services_reviews_nav.blue .swiper-pagination-bullet-active {
    background: var(--blue);
}
.services_reviews_nav.blue .swiper-pagination-bullet {
    border: 5px solid var(--blue);
}
div[slider-mob] .slider-nav-circle {
    width: fit-content;
}
div[slider-mob] .swiper-pagination-bullet {
    border-radius: 30px;
    border: 5px solid var(--blue);
    width: 22px;
    height: 22px;
    background: transparent;
    opacity: 1;
    box-sizing: border-box;
}
div[slider-mob] .swiper-pagination-bullet-active {
    border: 5px solid var(--blue);
    background: var(--blue);
}
/*.p1 {*/
/*    color: var(--dark);*/
/*    font-family: Raleway, sans-serif;*/
/*    font-size: 25px;*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*}*/
/*.p2 {*/
/*    color: var(--dark);*/
/*    font-size: 20px;*/
/*    font-weight: 400;*/
/*    line-height: normal;*/
/*}*/
/*.p3 {*/
/*    color: #FFF;*/
/*    font-size: 16px;*/
/*    font-weight: 600;*/
/*    line-height: normal;*/
/*    letter-spacing: 0.48px;*/
/*}*/
/*.bg_green {*/
/*    background-color: var(--green);*/
/*}*/
/*.bg_blue {*/
/*    background-color: var(--blue);*/
/*}*/
/*.green {*/
/*    color: var(--green);*/
/*}*/
/*.white {*/
/*    color: var(--white);*/
/*}*/
/*.bold {*/
/*    font-weight: 700;*/
/*}*/
@media (max-width: 576px) {
    .buttons-navigation {
        display: flex;
        justify-content: center;
        column-gap: 8px;
        margin-bottom: 30px;
    }
    .buttons-navigation button {
        color: var(--dark);
        font-size: 16px;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0.48px;
        padding: 20px;
        background-color: #FFF;
        border: none;
        max-width: 200px;
        width: 100%;
    }
    .buttons-navigation button.active {
        background-color: var(--blue);
        color: #fff;
        transition: 0.3s ease-in-out all;
    }
    /*.p1 {*/
    /*    font-size: 16px;*/
    /*}*/
    /*.p2 {*/
    /*    font-size: 16px;*/
    /*}*/
}
























/*.hero .left {*/
/*    flex-basis: 50%;*/
/*}*/
/*h1.main {*/
/*    font-size: 85px;*/
/*    font-style: normal;*/
/*    font-weight: 800;*/
/*    line-height: 95px;*/
/*}*/

.solutions-hero h3 {
    margin-top: 25px;
}

.crm_system_top_inner div {
    max-width: 100%;
}


.samples_section9 .h4 {
    text-align: center;
}
.answer .answer_flex div {
    flex-basis: 100%;
}
.answer_desktop {
    display: none;
}

.solutions_crm_top {
    pointer-events: none;
}

.crm_system .crm_system_top {
    background-color: var(--white);
    color: var(--dark);
}
.crm_system .crm_system_top h2 {
    color: var(--dark);
}

.crm_system .crm_system_top svg path {
    stroke: var(--green);
}
.crm_system {
    padding-bottom: 120px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 7%, rgba(165,205,65,1) 7%, rgba(165,205,65,1) 100%);
}

.answer a {color: #a4cc41;}

@media (max-width: 1100px) {
    .header_inner .nav {
        top: 60px;
    }

    .samples_section9 .h4 {
        text-align: left;
    }
}

@media (max-width: 990px) {
    h1.main {
        font-size: 75px;
        line-height: 110%;
    }
}

@media (max-width: 576px) {
    .solutions-hero {
        padding: 30px 0;
        height: calc(100vh - 130px);
    }

    .solutions-hero h1.main {
        font-size: 55px;
        line-height: 110%;
    }
    .solutions-hero h3 {
        margin-top: 15px;
    }

    .crm_system {
        background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 30%, rgba(165,205,65,1) 30%, rgba(165,205,65,1) 100%);
        padding-bottom: 80px;
    }
    .crm_system_bottom .crm_block.first .mob {
        background-color: #F0F0F0;
    }

    .crm_tabs .crm_tabs_inner button {
        box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.15);
    }
}

@media (max-width: 480px) and (max-height: 700px) {
    .solutions-hero {
        height: auto;
    }
    .solutions-hero .right {
        align-items: flex-end;
        margin-top: 240px;
    }

}

@media (max-width: 400px) and (max-height: 835px) {
    .solutions-hero {
        padding: 30px 0;
        height: auto;
    }

    .solutions-hero .right {
        align-items: flex-end;
        margin-top: 240px;
    }

    .solutions-hero .left span.white {
        white-space: nowrap;
    }

}




