.download.is-active .meter-progress {
    right: 0%;
    transition: 4s linear all;
}
.meter .meter-progress {
    transition: 0.5s linear all;
}
@media screen and (min-width:768px) {
    .criteria-acc .form-el-two_col .col:last-child {
        padding-left: 35px;
        padding-right: 50px;
    }

    .criteria-acc .form-el-two_col .col {
        width: 50%;
    }

    .criteria-acc .form-el-two_col .two-col-wraper {
        display: flex;
    }
}