/*! PROM PAGE*/

.section-1 {
    background-size: cover;
    position: relative;
}


.container{
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.section-wrapp{
    padding: 100px 0;
}
.main-title {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #f8f9fa;
    position: relative;
    margin: 0;
}

.main-title::after {
    position: absolute;
    content: '';
    width: 86px;
    height: 4px;
    background-color: #f8e341;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%, 0);
}

.main-description {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    font-size: 15px;
    line-height: 1.47;
    text-align: center;
    color: #f8f9fa;
    padding-top: 77px;
}

/*prom-offer-section*//*prom-offer-section*//*prom-offer-section*/
.prom-offer-section{
    background-color: rgba(234, 36, 79, .1);
}
.section-title{
    font-size: 36px;
    font-weight: 600;
    text-align: center;
    color: #000000;
    position: relative;
    margin: 0;
}

.section-prom-offer-title::after {
    position: absolute;
    content: '';
    width: 86px;
    height: 4px;
    background-color: rgba(234, 36, 79, .5 );
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.prom-offer-collum{
    margin-bottom: 50px;
}

.prom-offer-collums .prom-offer-collum:nth-child(4), .prom-offer-collums .prom-offer-collum:nth-child(5), .prom-offer-collums .prom-offer-collum:nth-child(6){
    margin-bottom: 0;
}

.prom-offer-collums{
    text-align: center;
    padding-top: 127px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.last-prom-offer{
    padding-top: 97px;
}
.prom-offer-img{
    width: 150px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px rgba(234, 36, 79, 0.2);
    background-color: #fff9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.prom-offer-img img{
    height: 95px;
}

.prom-offer-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    text-align: center;
    color: #333333;
    padding: 30px 0px 20px;
}

.prom-offer-text{
    font-size: 14px;
    line-height: 1.29;
    text-align: center;
    color: #333333;
    padding: 0 10px 24px;
}

.prom-offer-link {
    font-size: 14px;
    font-weight: 600;
    color: #f3074a;
}


/*our-offer*//*our-offer*//*our-offer*/

.col-contant{
    margin-top: 99px;
    margin-left: 72px;
}
 .our-offer-collums{
     margin-top: 8px;
 }

.our-offer-right{
    margin-top: 92px;
    margin-left: -9px;
}

.offer-img{
    width: 100%;
    max-width: 395px;

}
.merged-img{
    margin-left: 43px;
    margin-top: 14px;;
}
.ai-img{
    margin-top: 38px;
    margin-left: 6px;
}

.seo-img{
    margin-top: 22px;
    margin-left: 44px;
}

.modules-img{
    margin-top: 71px;
    margin-left: 5px;
}
.our-offer-title{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    color: #333333;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.seo-title{
    margin-top: 5px;
}
.left-title{
    margin-top: 118px;

}
.our-offer-text{
    font-size: 14px;
    line-height: 1.29;
    color: #333333;
}

.our-offer-list{
    display: flex;
    margin-top: 20px;
}

.our-offer-items{
    font-size: 14px;
    color: #18bf49;
    margin-right: 35px;
}
.our-offer-items:last-child{
    margin-right: 0;
}

.list-img{
    padding: 3px;
}


/*our-preference*//*our-preference*//*our-preference*/



.our-preference{
    background-color: rgba(24, 191, 73, .1);
    margin-top: 62px;
}

.our-preference-collums{
    text-align: center;
    padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.our-preference-collum{
    margin-bottom: 100px;
}
.our-preference-last{
    padding-top: 103px;
    padding-bottom: 4px;
}
.our-preference-img{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 2px rgba(24, 191, 73, 0.2);
    background-color: #f9fefa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.our-preference-img img{
    width: 100px;
}

.our-preference-title{
    margin-top: 28px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.17;
    text-align: center;
    color: #333333;
}

.section-our-preference-title::after{
    position: absolute;
    content: '';
    width: 86px;
    height: 4px;
    background-color: rgba(24, 191, 73, .5 );
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.our-preference-text{
    font-size: 14px;
    line-height: 1.57;
    text-align: center;
    color: #333333;
    margin-top: 21px;
}

/*section-comparison*//*section-comparison*/ /*section-comparison*/

.section-comparison-title::after{
    position: absolute;
    content: '';
    width: 86px;
    height: 4px;
    background-color: #f8e341;
    bottom: -25px;
    left: 50%;
    transform: translate(-50%, 0);
}

.comparison-collum{
    padding-top: 80px;
}

/*table*//*table*//*table*/


.table-block{
    border: 1px solid #eeeeee;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.comparison-table, .mobile-table {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    border: solid 1.4px #eeeeee;
    background-color: #ffffff;
    border-collapse: collapse;
    border-radius: 30px;
    border-style: hidden;

}
.mobile-table {
    box-shadow: none;
}

tr, td{

    font-weight: 300;
}

.row-name{
    font-size: 20px;
    color: #313132;
}



.comparison-table thead, .comparison-table tr:last-child td{
    background-color: #f8f9fa;
}
.comparison-table th, td{
    padding: 19px 0 24px 26px;
    font-size: 20px;
}

.comparison-table th, .comparison-table td:nth-child(1){
    width: 646px;
}
.comparison-table th, td:nth-child(2){
    width: 250px;
    padding-left: 35px;

}
.comparison-table th, td:nth-child(3){
    width: 250px;
    padding-left: 35px;
}
.row-preference{
    font-size: 18px;
    color: #18bf49;
    display: flex;
    line-height: 22px;
}
.row-offer{
    font-size: 18px;
    color: #f3074a;
    position: relative;
    margin-left: -8px;
    display: flex;
    line-height: 22px;
}

 .row-img{
    display: inline-flex;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #18bf49;
    padding: 3px;
     margin-right: 10px;
    float: left;
 }

 .row-img-offer{
     background: #f3074a;
     display: inline-flex;
     width: 22px;
     height: 22px;
     border-radius: 50%;
     padding: 3px;
     margin-right: 10px;
     float: left;
 }

/*mobile-table*//*mobile-table*//*mobile-table*/

.mobile-table tbody tr td div:first-child{
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
}



    /*our-clients*//*our-clients*//*our-clients*/

.our_clients_owl_wrapp{
    display: flex;
}
.our-clients-title::after{
    position: absolute;
    content: '';
    width: 86px;
    height: 4px;
    background-color: #18bf49;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%, 0);
}

.our-clients-collums{
    padding: 125px 0 0;
}

.our-clients-collum{
    width: 100%;
    max-width: 363px;
    min-height: 479px;
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.05);
    border: solid 1.3px #eeeeee;
    background-color: #ffffff;
    border-radius: 5px;
    margin-right: 25px;
}

.our-clients-collum:last-child{
    margin-right: 0;
}


.our-client-logo-block{
    height: 102px;
    box-shadow: inset 0 -1px 0 0 #eee;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.owl-carousel .owl-item .our-client-logo-img{
    max-width: 100%;
    width: auto;
    display: block;
}

.our-client-name{
    font-size: 19.6px;
    font-weight: 600;
    color: #333333;
    padding: 35px 25px 22px;
}

.our-client-name p{
    margin-bottom: 10px;
}
.owl-carousel .owl-item .our-client-link{
    font-size: 17px;
    font-weight: 500;
    color: #007bff;
    opacity: 1;
}

.our-client-text{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.38;
    color: rgba(85, 85, 85, 0.8);
    padding: 0 25px;
}


/*steps*//*steps*//*steps*/

.steps{
    background-size: cover;
}

.steps-title{
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    margin: 0;
    padding-top: 100px;
}

.steps-collums{
    padding: 100px 0 95px;
}

.steps-img-block{
    text-align: center;
}

.steps-content{
    max-width: 250px;
    margin: 43px 1px 0px 92px;
}
.steps-collum-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.17;
    color: #ffffff;
    margin-bottom: 7px;
    position: relative;
}

.steps-collum-title::before{
    position: absolute;
    content:'';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #ffd400;
    color: #201809;
    left: -32px;
    top: 5px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
}

.test::before{
    content:'1';
}

.export::before{
    content:'2';
}

.import::before{
    content:'3';
}

.steps-descr{
    font-size: 13px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    line-height: 16px;
}


/*ready-to-star*//*ready-to-star*//*ready-to-star*/

.ready-to-star-title{
    margin-bottom: 100px;
}

.ready-to-star-title::after{
    position: absolute;
    content: '';
    width: 86px;
    height: 4px;
    background-color: #f8e341;
    bottom: -27px;
    left: 50%;
    transform: translate(-50%, 0);
}

/*slider*//*slider*//*slider*/

.our_clients_owl_wrapp.owl-drag{
    visibility: visible;
}



/*media*//*media*//*media*/

@media screen and (max-width: 1170px){

}
@media screen and (min-width: 992px) and (max-width: 1170px){
    .main-wrapp .container{
        padding: 0 15px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px){
    .our-client-text {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px){
    .our-offer-collums{
        text-align: center;
    }
    .our-offer-title, .our-offer-text{
        text-align: center;
    }
    .our-offer-list{
        justify-content: center;
    }
    .our-offer-collum{
        padding-bottom: 25px;
        border-bottom: 1px solid #ccc;
    }
    .our-offer-right {
        margin-top: 35px;
        margin-left: 0px;
    }
    .our-preference-last {
        padding-top: 0px;
    }
    .our-preference-collum{
        margin-bottom: 30px;
    }

    .our_clients_owl_wrapp{
        display: flex;
        justify-content: space-between;
    }
    .our-client-name{
        font-size: 15px;
        padding: 35px 15px 22px;
    }
    .our-client-text{
        font-size: 14px;
        padding: 0 15px;
    }
    .steps-content{
        margin: 40px auto;
    }
    .prom-offer-collum{
        margin-bottom: 30px;
    }
    .last-prom-offer {
        padding-top: 30px;
    }
    .offer-img{
        margin-left: 0;
    }
    .prom-offer-img {
        width: 110px;
        height: 110px;
    }
    .prom-offer-img img {
        height: 65px;
    }

    .our-preference-img{
        width: 100px;
        height: 100px;
    }
    .our-preference-img img {
        width: 50px;
    }

    .our-preference-title{
        font-size: 20px;
    }
    .flex-col{
        display: flex;
        flex-direction: column-reverse;
    }
    .steps-collum-title{
        font-size: 18px;
        display: block;
    }
    .steps-content {
        max-width: 100%;
    }
    .steps-collum-title::before{
        position: relative;
        float: left;
        display: block;
        left: -5px;
        margin-left: 13px;
        top: 0px;
    }
    .steps-descr{
        margin-left: 35px;
    }


}

@media screen and (width: 1024px){
    .flex-col {
        display: block;
    }
}

@media screen and (max-width: 767px){

    .main-description{
        text-align: left;
        padding-top: 55px;
    }
    .prom-offer-collums{
        padding-top: 70px;
    }

    .prom-offer-collums .prom-offer-collum:nth-child(4),
    .prom-offer-collums .prom-offer-collum:nth-child(5),
    .prom-offer-collums .prom-offer-collum:nth-child(6){
        margin-bottom: 30px;
    }

    .section-title, .main-title, .steps-title{
        text-align: left;
        font-size: 26px;
    }

    .our-client-name{
        font-size: 15px;
    }
    .our-client-text{
        font-size: 13px;
    }
    .section-title::after, .main-title::after{
        left: 0;
        transform: none;
    }
    /**/
    .col-contant{
        margin: 25px 0 0;
    }
    .comparison-table th, .comparison-table td{
        font-size: 16px;
        padding-left: 10px;
    }

    .comparison-table tbody th,  td:nth-child(2), .comparison-table tbody th, td:nth-child(3){
        padding: 10px;
    }


    .prom-offer-img{
        width: 85px;
        height: 85px;
        margin: 0 20px 0 0;
        float: left;
    }

    .prom-offer-img img {
        height: 44px;
    }

    .prom-offer-cont{
    padding-left: 105px;
    }

    .prom-offer-title{
        font-size: 16px;
        padding: 0 0 10px;
        text-align: left;
    }

    .prom-offer-link{
        text-align: left;
    }

    .our-offer-list{
        flex-direction: column;
    }
    .our-offer-items{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .list-img{
        margin: 0 0 10px;
        padding: 0 5px 0 0;
    }
.prom-link-img{
    position: relative;
    top: -2px;
    padding-right: 5px;
}
 .prom-offer-text{
     text-align: left;
     padding-bottom: 10px;
     padding-left: 0;
 }
    .section-wrapp {
        padding: 30px 0;
    }
    .prom-offer-collum{
        margin-bottom: 30px;
    }
    .offer-img{
        margin-left: 0;
        margin-top: 25px;
    }

    .our-offer-collums {
        margin-top: 0;
    }

    .our-offer{
        padding-top: 0;
    }
    .our-preference-collums{
        padding-top: 70px;
    }
    .last-prom-offer{
        padding-top: 0;
    }

    .our-preference{
        margin: 0;
    }
    .our-preference-collum{
        margin-bottom: 30px;
        display: block;
    }
    .our-preference-last {
        padding-top: 0px;
    }
    .our-clients-title{
        margin-left: 20px;
    }

    .our-clients .container{
        padding: 0;
    }
    .our-clients-collums{
        padding-top: 70px;
    }
    .our-clients-collum{
        margin-bottom: 15px;
        margin-right: 0;
        min-height: 395px;
        max-width: 100%;
    }

    .our-client-name, .our-client-text{
        padding-left: 0;
        padding-right: 0;
    }

    .comparison-collum{
        padding-top: 70px;
    }
    .steps-title{
        padding-top: 20px;
    }
    .steps-collums {
        padding: 35px 0 0;
    }
    .steps-content {
        margin: 0 0 50px 15px;
    }
    .row-title, .row-cont{
        padding-left: 0;
        text-align: center;
    }
    .row-preference, .row-offer{
        font-size: 14px;
        line-height: initial;
        margin: 0;
    }

    .row-img, .row-img-offer{
        width: 16px;
        height: 16px;
    }

    .steps-collum{
        display: flex;
    }

    .steps-collum-title::before{
        content: none;
    }
    .steps-collum-title{
        font-size: 16px;
    }
    .steps-descr{
        font-size: 13px;
    }

    .steps-img{
        width: 50px;
        margin-right: 20px;
    }

    .flex-col{
        display: flex;
        flex-direction: column-reverse;

    }
    .left-title {
        margin-top: 20px;
    }

    .our-preference-img{
        margin: 0;
        width: 90px;
        height: 90px;
        float: left;

    }
    .our-preference-img img{
        width: 45px;
    }
    .our-preference-title{
        text-align: left;
        font-size: 16px;
        margin: 0;
    }
    .our-preference-text{
        text-align: left;
        margin-top: 10;
    }



    .our-preference-cont{
        padding-left: 105px;
    }


}
@media screen and (min-width: 577px)  and (max-width: 767px){
    .our-clients .container {
        padding: 0 15px;
    }
}