.new-h2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 40px;
    font-weight:600;
}

.new-main-banner{
    background-image:url(/wp-content/uploads/j3-min-1.png);
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow: inset 0 0 10000000px 100000000px #000000b8;
    
}
.new-main-banner-content{
    padding-top:200px;
    padding-bottom:200px;
    display:flex;
    justify-content:space-between;
}
.new-main-banner-left{
    padding-right: 100px;
}
.new-main-banner-left h1{
    color: white;
    font-size: 44px;
    margin-bottom:20px;
    text-align:left;
}
.new-main-banner-list div{
    font-size: 22px;
    color:white;
    margin-bottom:15px;
}
.new-main-banner-list div span{
    color:#2cc006;
}
.new-main-banner-right{
    width:380px;
    min-width:380px;
}
.new-main-banner-form{
    padding: 30px;
    background:#2cc006;
    border-radius: 4px;
    position:relative;
}
.form-thanks{
    width:100%!important;
    height:100%;
    position:absolute!important;
    top:0;
    left:0;
    padding: 30px;
    background: #2cc006;
    border-radius: 4px;
        color: white;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    display:flex;
    justify-content:center;
    align-items:center;
    display:none;
    text-align: center;
}
.form-thanks.active{
    display:flex;
}
.new-main-banner-form label.error{
    position:relative;
    top:-10px;
    color:white;
}
.new-main-banner-form-title{
    color: white;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
}
.new-main-banner-form-subtitle{
        color: white;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 15px;
}
.new-main-banner-form-input{
    display:block;
    border: 0!important;
    width: 100%;
    height: 50px;
    font-size: 19px;
    padding-left: 15px!important;
    margin-bottom: 15px!important;
    border-radius: 4px;
}
.new-main-banner-form-button{
    font-size: 19px;
    width: 100%;
    height: 50px;
    border: 2px solid #222222;
    background: #222222;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    transition:0.5s;
    border-radius: 4px;
}
.new-main-banner-form-button:hover{
    transition:0.5s;
    background:transparent;
    color:#222222;
}
@media(max-width:768px){
    .new-main-banner-content{
        padding-top:40px;
        padding-bottom:40px;
        flex-direction:column;
    }
    .new-main-banner-left{
        padding:0;
        width:100%;
        margin-bottom:20px;
    }
    .new-main-banner-right{
        width:100%;
        min-width:0;
    }
    .new-main-banner-left h1{
        font-size:26px;
        margin-bottom:10px;
    }
    .new-main-banner-list div{
        margin-bottom:5px;
        font-size: 18px;
    }
    .new-main-banner-form{
        width:100%;
    }
    
}


.new-services{
    padding-top:100px;
    padding-bottom:70px;
}

.new-services-list{
    
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.new-services-list-item{
    width:32%;
    margin-bottom:30px;
    transition:0.5s;
    position:relative;
    top:0;
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 4px;
    overflow: hidden;
}
.new-services-list-item:hover{
    top:-10px;
    transition:0.5s;
    box-shadow: 0px 0px 16px 0px rgba(34, 60, 80, 0.2);
}
.new-services-list-item-cont{
    padding:10px;
}
.new-services-list-item-img{
    display:block;
    margin-bottom:5px;
}
.new-services-list-item-title{
    margin-bottom:10px;
    line-height: 1;
    font-size: 26px;
    color: #222222;
    font-weight: 600;
    width:fit-content;
}
.new-services-list-item-title-line{
    width: 80px;
    border: 1px solid #2cc006;
    margin-top: 5px;
    transition:0.5s;
}
.new-services-list-item:hover .new-services-list-item-title-line{
    width:100%;
    transition:0.5s;
}
.new-services-list-item-text{
    margin-bottom:10px;
    line-height: 1;
    font-size: 16px;
    min-height:56px;
}
.new-services-list-item-text p{
    margin-bottom:4px;
    padding:0;
}
.new-services-list-item-text p span{
    padding-right:10px;
    color:#2cc006;
}
.new-services-list-item-price{
    margin-bottom:15px;
    line-height: 1;
    font-size:22px;
}
.new-services-list-item-button{
        color: #ffffff;
    border-color: #2cc006;
    border-radius: 4px;
    letter-spacing: 1px;
    font-size: 16px;
    background-color: #2cc006;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    border: 2px solid #2cc006;
    transition: 0.5s;
    width:100%;
}
.new-services-list-item-button:hover{
    background: transparent;
    color: #2cc006;
    transition: 0.5s;
}

@media(max-width:880px){
    .new-services-list-item{
        width:48%;
    }
}
@media(max-width:460px){
    .new-services-list-item{
        width:100%;
    }
    .new-services{
        padding-top:40px;
        padding-bottom:10px;
    }
}

.new-cost{
    padding-bottom:100px;
}
.new-cost-list{
    
}
.new-cost-list-item-item{
    margin-bottom:10px;
}
.new-cost-list-item-title{
    font-weight: 600;
    font-size: 22px;
    color: black;
    padding-bottom: 10px;
    border-bottom: 2px solid #2cc006;
    margin-bottom: 10px;
    cursor:pointer;
}
.new-cost-list-item-content{
    /*display:none;*/
}
.new-cost-list-item-content-item{
    display:flex;
    justify-content:space-between;
    border-bottom: 1px solid #00000052;
    padding-top:10px;
    padding-bottom:10px;
}
.new-cost-list-item-content-item:last-child{
    border-bottom:0;
}

.new-cost-list-item-content-item-name{
    font-size: 16px;
}
.new-cost-list-item-content-item-price{
    font-size: 16px;
    margin-left:30px;
    white-space: nowrap;
}
.new-cost-list-item-content-item-price b{
    color:black;
}
@media(max-width:768px){
    .new-cost{
        padding-bottom:40px;
    }
}


.new-trus{
    padding-top:100px;
    padding-bottom:70px;
    background-image: url(/wp-content/uploads/foTSrp8xsjeJbd6aNythKc-scaled.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 10000000px 100000000px #000000b8;
}
.new-trus h2{
    color:white;
}
.new-trus-list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.new-trus-item{
    display:flex;
    align-items:flex-start;
    margin-bottom:40px;
    width:48%;
}
.new-trus-item-img{
    width:40px;
    min-width:40px;
}
.new-trus-item-cont{
    padding-left:20px;
}
.new-trus-item-title{
    color:white;
    font-weight: 600;
    font-size: 26px;
    margin-bottom:15px;
}
.new-trus-item-text{
    color:white;
    font-size: 16px;
}

@media(max-width:768px){
    .new-trus{
        padding-top:40px;
        padding-bottom:40px;
    }
    .new-trus-item{
        width:100%;
    }
}

.new-job{
    padding-top:100px;
    padding-bottom:100px;
}
.new-job-list{
    display:flex;
    justify-content:space-between;
}
.new-job-item{
    width:20%;
    position:relative;
}
.new-job-item-img{
    display:block;
    width:120px;
    margin:0 auto;
    margin-bottom:15px;
}
.new-job-item-arrow{
        width: 40px;
    position: absolute;
    top: 43px;
    right: -10px;
        opacity: 0.6;

}
.new-job-item-title{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
    color: #333;
    margin-bottom:10px;
    text-align:center;
}
.new-job-item-text{
    text-align:center;
}

@media(max-width:1100px){
    .new-job-list{
        flex-wrap:wrap;
    }
    .new-job-item{
        width:48%;
        margin-bottom:25px;
    }
    .new-job-item-img{
        width:120px;
    }
    .new-job-item-arrow{
        display:none;
    }
}
@media(max-width:768px){
    .new-job{
        padding-top:40px;
        padding-bottom:40px;
    }
}

.new-faq{
    /*padding-top:100px;*/
    padding-bottom:80px;
}
.new-faq-list{
    
}
.new-faq-item{
    margin-bottom:20px;
}
.new-faq-title{
    font-weight: 600;
    font-size: 22px;
    color: white;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 10px;
    cursor: pointer;
    background: #2cc0069e;
    padding-left: 10px;
    padding-right: 10px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.new-faq-title img{
    width:26px;
    min-width:26px;
}
.new-faq-content{
    padding-top:10px;
    padding-bottom:10px;
    font-size: 16px;
    padding-left: 10px;
    padding-right: 10px;
}

.new-clients{
    padding-bottom:100px;
    
}
.new-clients-cont{
    display:flex;
    justify-content:space-between;
    max-width:800px;
}
.new-clients-left{
    width:45%;
}
.new-clients-left video{
    width:100%;
}
.new-clients-right{
   width:45%;
}
.new-clients-slider{
    position:relative;
}
.new-clients-slider .slick-arrow{
    position:absolute;
    top:48%;
    width: 60px;
    height: 60px;
    background: white;
    border-radius: 100%;
    cursor:pointer;
    box-shadow: 0px 0px 7px 0px rgba(34, 60, 80, 0.2);
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:2;
}
.new-clients-slider .slick-prev{
    left:-30px;
}
.new-clients-slider .slick-next{
    right:-30px;
}
.new-seo-text-cont{
    padding-top:100px;
    padding-bottom:100px;
    background-color: #f7f8fa;
}
@media(max-width:768px){
    .new-faq{
        padding-bottom:20px;
    }
    .new-clients{
        padding-bottom:40px;
    }
    .new-seo-text-cont{
        padding-top:40px;
        padding-bottom:40px;
    }
}

/**/

.price-form-cont{
    background:#2cc006;
    padding-top:40px;
    padding-bottom:40px;
}
.price-form{
    position:relative;
    
}
@media(min-width:768px){
    .price-form .new-main-banner-form{
        display:flex;
        justify-content:space-between;
        width:100%;
        padding:0;
    }
    .price-form .new-main-banner-form > div{
        width:30%;
        position:relative;
    }
    .price-form .new-main-banner-form label.error{
        position:absolute;
            bottom: -13px;
        top:auto;
    }
    .price-form-cont .new-main-banner-form input{
        margin-bottom:0!important;
    }
}


/**/

.brands-cont{
    padding-top:100px;
    padding-bottom:100px;
}
.brands-list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}
.brands-item{
    margin-bottom:20px;
    width:21%;
    font-size: 20px;
    text-align: center;
}

@media(max-width:768px){
    .brands-cont{
        padding-top:40px;
        padding-bottom:40px;
    }
    .brands-item{
        margin-bottom:16px;
        width:50%;
    }
}

/**/

.infoblock-cont{
    padding-top:100px;
    padding-bottom:100px;
    background: #2cc006;
}
.infoblock{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items:center;
}
.infoblock-cont .new-h2{
    color:white;
}
.infoblock-text{
    width:40%;
    font-size: 24px;
    color:white;
}
.infoblock-img{
    width:40%;
}
.infoblock-img img{
    width:100%;
    display:block;
}

@media(max-width:768px){
    .infoblock-cont{
        padding-top:40px;
        padding-bottom:40px;
    }
    .infoblock-text{
        width:100%;
        font-size: 20px;
        color:white;
        margin-bottom:40px;
    }
    .infoblock-img{
        width:100%;
    }
}

/**/

.jobs-cont{
    padding-top:100px;
    padding-bottom:100px;
}
.jobs-list{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
	align-items: flex-start;
}
.jobs-list img{
    display:block;
    width:32.5%;
    margin-bottom:10px;
}

@media(max-width:768px){
    .jobs-cont{
        padding-top:40px;
        padding-bottom:40px;
    }
    .jobs-list img{
        display:block;
        width:100%;
        margin-bottom:10px;
    }
}



























