.container-services{
    width: 1296px;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}

.banner_web_dev .container-services{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    height: 544px;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 35px;
}

.banner_web_dev .text{
    max-width: 585px;
}


#core-custom{
    padding: 80px 0 20px;
}

.core-custom-block{
    margin-top: 55px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    /* max-width: 990px; */
}

.core-custom-item{
    width: calc(33.3333% - 16px);
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #DFE5E6;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px #DFE5E6;
    margin-bottom: 20px;
    position: relative;
}

.core-custom-item h5{
    font-weight: 600;
    font-size: 21px;
    line-height: 26px;
    color: #03BBD3;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 7px;
}

.core-custom-item p{
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #5C5C5C;
    padding-left: 20px;
    padding-right: 20px;
}


#process-flow{
    padding: 80px 0 100px;
}

.process-flow-block{
    position: relative;
    margin-top: 50px;
    min-height: 1142px;
}

.process-flow-block::before{
    content: '';
    position: absolute;
    top: 0;
    left: 205px;
    width: 540px;
    height: 1142px;
    background-image: url(../img/services-design-development/process-line.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
}

.process-flow-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    text-align: left;
    min-height: 163px;
    z-index: 1;
    position: relative;
}

.process-flow-item .process-flow-number {
    font-weight: bold;
    font-size: 100px;
    line-height: 122px;
    color: #EEEFF1;
}

.process-flow-item h5{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #03BBD3;
    text-align: left;
    margin-bottom: 20px;
}

.process-flow-text-box{
    max-width: 470px;
    min-width: 470px;
}

.process-flow-item p{
    font-size: 14px;
    line-height: 25px;
    color: #5C5C5C;
}

.process-flow-item-right{
    justify-content: flex-end;
}

.process-flow-item-right .process-flow-number{
    margin-right: 100px;
}

.process-flow-item-left{
    justify-content: flex-start;
}

.process-flow-item-left .process-flow-number{
    margin-left: 100px;
}

.process-flow-start-box, .process-flow-end-box{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #03BBD3;
    display: inline-block;
    position: absolute;
}

.process-flow-start-box{
    padding-right: 75px;
    top: -16px;
    left: 0;
}

.process-flow-end-box{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
    bottom: -16px;
    left: 0;
}

.process-flow-start-box::after{
    content: '';
    background-image: url(../img/services-web-application-development/poly.svg);
    background-repeat: no-repeat;
    width: 61px;
    height: 15px;
    right: -33px;
    top: calc(50% - 7px);
    position: absolute;
}

.process-flow-end-box::after{
    content: '';
    background-image: url(../img/services-web-application-development/poly.svg);
    background-repeat: no-repeat;
    width: 61px;
    height: 15px;
    right: -103px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    top: calc(50% - 7px);
    position: absolute;
}

#design-steps{
    padding: 60px 0 40px;
}

.design-steps-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 130px;
}

.design-steps-item:last-child{
    margin-bottom: 0;
}

.design-steps-item .design-steps-text-block{
    width: calc(50% - 15px);
    text-align: left;
}

.design-steps-item .design-steps-text-block h4{
    color: #5C5C5C;
    margin-bottom: 30px;
    line-height: 42px;
    text-align: left;
}

.design-steps-item .design-steps-text-block p{
    font-size: 16px;
    line-height: 25px;
    color: #5C5C5C;
}

.design-steps-item .design-steps-image{
    width: calc(50% - 15px);
}

.design-steps-item .design-steps-image{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-align: center;
}


#technologies-tools{
    padding: 0 0 10px;
}

.technologies-tools-block{
    margin-top: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.technologies-tools-item{
    width: calc(50% - 12px);
    padding: 62px 62px 91px 65px;
    position: relative;
    text-align: left;
    overflow: hidden;
    margin-bottom: 20px;
}

.technologies-tools-item h4{
    font-weight: 600;
    font-size: 36px;
    position: relative;
    text-transform: uppercase;
    padding-top: 25px;
    margin-bottom: 27px;
    text-align: left;
}

.technologies-tools-item ul li{
    font-size: 21px;
    line-height: 25px;
    margin-bottom: 15px;
    font-weight: 400;
}

.technologies-tools-item ul li:last-child{
    margin-bottom: 0;
}

.technologies-tools-item h4::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 2px;
}

.technologies-tools-item img{
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.technologies-tools-item.mobile-ui{
    color: #fff;
    background: linear-gradient(165.37deg, #60EAFC 0%, #03BBD3 84.31%), linear-gradient(0deg, #03BBD3, #03BBD3);
}

.technologies-tools-item.mobile-ui img{
    right: -20px;
}

.technologies-tools-item.mobile-ui h4{
    color: #fff;
}

.technologies-tools-item.mobile-ui h4::before{
    background-color: #fff;
}


.technologies-tools-item.web-ui{
    color: #03BBD3;
    background: linear-gradient(165.37deg, #25393C 0%, #000000 84.31%), linear-gradient(0deg, #000000, #000000);
}

.technologies-tools-item.web-ui h4{
    color: #03BBD3;
}

.technologies-tools-item.web-ui h4::before{
    background-color: #03BBD3;
}

.sub_analysis {
    display: block;
    width: 830px;
    max-width: 95%;
    margin: 24px auto 28px;
    line-height: 1.67;
    font-size: 18px;
    text-align: center;
}

.core-solutions-block {
    margin-top: 0;
    margin-bottom: 60px;
}

.solutions {
    padding-bottom: 15px;
}

.solutions-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
}

.solution-item {
    width: 25%;
    text-align: center;
    margin: 40px 0;
}

.solution-item:nth-child(1),
.solution-item:nth-child(2),
.solution-item:nth-child(3) {
    width: 26%;
}

.solution-icon {
    display: block;
    width: 140px;
    height: 86px;
    margin: 0 auto 25px;
}

.solution-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
}

.core-num {
    font-weight: 800;
    font-size: 40px;
    line-height: 1;
    color: #EEEFF1;
    opacity: 0.7;
    position: absolute;
    right: 15px;
    top: 15px;
}

@media (max-width:1280px){
    .core-num {
        font-size: 32px;
    }
    .process-flow-block::before{
        display: none;
    }
    .process-flow-start-box, .process-flow-end-box{
        display: none;
    }
    .process-flow-block{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .process-flow-item{
        margin-bottom: 30px;
    }
    .process-flow-item-right{
        justify-content: flex-start;
    }
    #process-flow{
        padding-bottom: 30px;
    }
    .solution-item,
    .solution-item:nth-child(1), 
    .solution-item:nth-child(2), 
    .solution-item:nth-child(3) {
        width: 50%;
    }
}

@media (max-width:1199px){
    .banner_web_dev .container-services {
        height: auto;
        min-height: 410px;
    }
}

@media (max-width: 991px) {
    .core-num {
        font-size: 24px;
    }
    .core-custom-item{
        width: calc(50% - 12px);
    }
    .banner_web_dev .container-services {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .technologies-tools-item{
        padding: 40px;
    }
    .technologies-tools-item img{
        opacity: 0.5;
    }
    .technologies-tools-item ul li{
        font-size: 18px;
    }
    .technologies-tools-item ul li{
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .solution-item,
    .solution-item:nth-child(1), 
    .solution-item:nth-child(2), 
    .solution-item:nth-child(3) {
        width: 100%;
    }
    .process-flow-item-right .process-flow-number{
        margin-right: 40px;
    }
    .process-flow-item-left .process-flow-number{
        margin-left: 40px;
    }
    .process-flow-text-box{
        min-width: auto;
    }
    .design-steps-item{
        margin-bottom: 40px;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        border: 1px solid #DFE5E6;
        box-sizing: border-box;
        padding: 20px;
        box-shadow: 2px 2px 8px #DFE5E6;
    }
    .design-steps-item .design-steps-image{
        width: 100%;
    }
    .design-steps-item .design-steps-text-block{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .design-steps-item .design-steps-text-block h4{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .design-steps-item:nth-child(odd){
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .technologies-tools-block{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
    .technologies-tools-item{
        width: 100%;
    }
    
}

@media (max-width: 720px) {
    .banner_web_dev .container-services {
        display: block;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .banner_web_dev .button-blue{
        margin: 15px auto 0;
    }
    .banner_web_dev h1{
        text-align: center;
        display: block;
    }
    .banner_web_dev .img_banner{
        max-width: 100%;
    }
}

@media (max-width: 576px) {
    .core-custom-item{
        width: 100%;
    }
    .process-flow-item{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .process-flow-item-right .process-flow-number, .process-flow-item-left .process-flow-number{
        margin: 0;
    }
    .process-flow-item h5{
        text-align: center;
    }

    .process-flow-item-left{
        -webkit-flex-direction: column-reverse;
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .process-flow-item{
        margin-bottom: 20px;
    }
    .design-steps-item .design-steps-text-block h4{
        font-size: 26px;
        line-height: 32px;
    }
    
}