.aside-4 .aside-header-detail{
    padding-top: 25px;
    margin: 0;
    color: #838384;
    font-family: "Open Sans";
    font-size: 18px;
}
.aside-4-container{
    margin: auto;
    width: 960px;
}
#ecs-2{
    display: block;
    margin: auto;
    max-width: none;
    width: 969px;
    height: auto;
    background: none;
    box-shadow: none;
}
#ecs-2 .ecs__title{
    color:#414347;
}
#ecs-2 .ecs__page-count{
    display: flex;
    flex-direction: row;
    width: 260px;
    position: relative;
    top:1px;
    left: 20px;
    padding-left:20px ;
    border-left: 2px solid #e6e9ed;
    margin-left: 0px;
}
#ecs-2 .ecs__list{
    float: left;
    width: 203px;
    height:48px;
    max-height: 50px;
    margin-left: 22px;
}
#ecs-2 .ecs__minus-btn{
    float: left;
}
#ecs-2 .ecs__list__wrapper{
    width: 197px;
}
#ecs-2 .ecs__minus-btn{
    width: 48px;
    height: 48px;
}
#ecs-2 .ecs__plus-btn{
    width: 50px;
    height: 50px;
}
#ecs-2 .ecs__btns{
    position: relative;
    left: 20px;
    margin-top: 46px;
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
}
#ecs-2 .ecs__btn{
    max-width: 180px;
    width: 180px;
    margin: 0;
}
#ecs-2 .ecs__btn--order{
    margin-left: 4px;
}
#ecs-2 .ecs__wrapper_price{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
#ecs-2 .ecs__price{
    display: flex;
    flex-flow: column wrap;
    margin-top: 47px;

}
#ecs-2 .ecs__price__title{
    margin-top: 21px;
    position: relative;
    left: 20px;
    width: 124px;
}
#ecs-2 .ecs__title{
    text-align: left;
    padding-left: 21px;
    margin-top:28px ;
}
.calculator-block_ecs-2 img{
    position: relative;
    top:-85px;
}

@media screen and (max-width: 1067px){
    .aside-4-container{
        margin: auto;
        width: auto;
    }
    #ecs-2 .ecs__page-count{
        border-left: none;
    }
    .aside-4-smallImg{
        display: block;
    }
    #ecs-2 .ecs__btns{
        margin-top: 0;
        position: relative;
        left: -10px;
    }
    #ecs-2{
        display: flex;
        background: white;
        max-width: 240px;
        margin-top: 20px;
        height: 420px;
        width: 240px;
    }
    #ecs-2 .ecs__list{
        margin-left: 0;
    }
    #ecs-2 .ecs__page-count{
        left: 0;
        width: 210px;
        margin-left: 0;
        padding-left: 0;
    }
    #ecs-2 .ecs__page-pages{
        width: 120px;
        height: 48px;
    }
    #ecs-2 .ecs__plus-btn{
        width: 48px;
        height: 48px;
    }
    #ecs-2 .ecs__price{
        margin-top: 0;
    }
    #ecs-2 .ecs__wrapper_price{
        display: block;
    }
    #ecs-2 .ecs__price{
        display: block;
    }
    #ecs-2 .ecs__price__title{
        width: auto;
        padding-right:100px ;
    }
    #ecs-2 .ecs__btn{
        width: 133px;
    }
    .calculator-block_ecs-2 img{
        margin-left: 35%;
        margin-top: 69px;
    }
}
@media screen and (max-width: 831px){
    .calculator-block_ecs-2 img{
        margin-left: 30%;
        margin-top: 69px;
    }
    .aside-4 .aside-header-detail{
        margin-right: 20px;
        margin-left: 20px;
    }
}
@media screen and (max-width: 681px){
    .calculator-block_ecs-2 img{
        margin-left: 22%;
        margin-top: 69px;
    }
}
@media screen and (max-width: 500px){
    .calculator-block_ecs-2 img{
        margin-left: 15%;
        margin-top: 69px;
    }
}
@media screen and (max-width: 350px){
    .calculator-block_ecs-2 img{
        margin-left: 0%;
        margin-top: 69px;
    }
}