.new-service .receive .receive-item:nth-child(odd) {
    transition: transform .7s linear, opacity .7s linear;
    transform: translateX(-100%);
    opacity: 0;
}

.new-service .receive .receive-item:nth-child(even) {
    transition: transform .7s linear, opacity .7s linear;
    transform: translateX(100%);
    opacity: 0;
}

.new-service .receive .receive-item.visible {
    opacity: 1;
    transform: translateX(0);
}

.new-service .phasework-num  img {
    opacity: 0;
    transform: scale(0);
    transition: transform .7s linear, opacity .7s linear;
}

.new-service .phasework-num.visible img {
    opacity: 1;
    transform: scale(1);
}

.difference .difference-item {
    opacity: 0;
    transform: translateY(70%);
    transition: transform .6s linear, opacity .6s linear;
}

.difference .difference-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.steps .steps-item {
    opacity: 0;
    transform: translateY(45%);
    transition: transform .6s linear, opacity .6s linear;
}

.steps .steps-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.expertise-row .expertise-item {
    opacity: 0;
    transform: scale(0, 0);
    transition: transform .7s linear, opacity .7s linear;
}

.expertise-row .expertise-item.visible {
    opacity: 1;
    transform: scale(1, 1);
}

.how-work .steps-description{
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.how-work .steps-set-work{
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.how-work .description { 
    padding: 48px;
}

.app-startups .how-work .description {
    padding: 20px 48px;

}

.how-work .description .descr{
    display: none;
} 

.how-work .description ul {
    min-height: 230px;
}

.how-work .description ul li {
    line-height: 1.5;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.how-work .description ul li::before{
    content: ' ';
    width: 15px;
    height: 1px;
    background: #07223A;
    margin-right: 10px;
    display: block;
}

.how-work .description .title-count{ 
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #C3D2E0;
    margin-bottom: 10px;
}

.how-work .description .progress-bar{
    width: 100%;
    border-radius: 16px;
    background: #F4F8FF;
    overflow: hidden;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.how-work .description .progress-bar span{
    height: 8px;
    width: 17%;
}


.app-startups .how-work .description .progress-bar span{
    width: 20%
}

.how-work .description .progress-bar span.passed{
    background: #0E4474;
}

.how-work .description .title-count .count{
    font-size: 20px;
    line-height: 1.5;
}

.how-work .description .title-count .title {
    opacity: 0;
}

.how-work .description .title-count .count .active{
    color: #0E4474;
}

.how-work .description h4{
    font-weight: 400;
    color: #07223A;
    line-height: 1.7;
}

.how-work .description .buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
}

.how-work .description .buttons .button{
    width: 180px;
    height: 40px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid #E7EDF2;
    font-size: 12px;
    text-transform: uppercase;
    color: #E6284D;
    align-items: center;
    cursor: pointer;
}

.app-startups .how-work .description .buttons {
    justify-content: flex-end;
}

.app-startups .how-work .description .buttons .button{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: 32px;
}


.how-work .description .descr1 .button-prev,
.how-work .description .descr6 .button-next,
.app-startups .how-work .description .descr5 .button-next
{
    visibility: hidden;
}

.how-work .step-work{
    padding: 20px 0; 
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: 10px solid transparent;
    cursor: pointer;
}


.how-work .step-work.active{
    border-left: 10px solid #FF2C55;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #F4F8FF;
}

.app-startups .how-work .step-work.active{
    border-left: 3px solid #0E4474;
}

.app-startups .how-work .step-work img {
    width: 20px;
}

.app-startups .how-work .step-work .title{
    margin-left: 24px;
}

.app-startups .how-work .step-work.active .title{
    color: #0E4474;
}

.app-startups .how-work .step-work.active .arrow svg path {
    fill: #0E4474;
}

.how-work .step-work .number-title{
    padding-left: 32px;
}

.how-work .step-work .arrow{
    margin-right: 24px;
}

.how-work .step-work.active .arrow svg path{
    fill: #FF2C55;
}

.how-work .step-work.active:last-child{
    border-bottom: 0;
}

.how-work .step-work .number-title {
    display: flex;
    align-items: center;
    font-size: 20px;
}

.how-work .step-work .number {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #C3D2E0;
    border-radius: 50%;
    border: 1px solid #C3D2E0;
    margin-right: 15px;
    margin-left: 30px;
}

.how-work .step-work .title {
    line-height: 1.5;
    color: #0E4474;
    width: 60%;
}

.how-work .step-work.active .number{
    background-color: #FF2C55;
    border: 1px solid #FF2C55;
    color: #fff;
    font-weight: 700;
}

.how-work .step-work.active .title {
    color: #FF2C55;
} 

@media(min-width:768px){
    

    .budget-timeline .title-description, .how-work .steps-description{
        display: flex;
        justify-content: space-between;
    }
    .budget-timeline .title-description .description{
        width: 45%;
    }
    .how-work .step-work{
        padding: 32px 0;
    }

    .app-startups .how-work .step-work{
        padding: 16px 0;
    }

    .how-work .steps-description {
        display: flex;
        justify-content: space-between;
    }

    .how-work .steps-set-work,
    .how-work .description{
         width: 50%;
    }
}

@media(min-width:991px){
    .how-work .step-work .title {
        width: inherit;
    }
}

/*.howwork .howwork-item {*/
/*    transition: transform .7s linear, opacity .7s linear;*/
/*    transform: translateY(25%);*/
/*    opacity: 0;*/
/*}*/
/*.howwork .howwork-item.visible {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/