.wrapper-price-design{
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

.wrapper-price-design .visible-xs{
    display: none;
}

.price-design-inner{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    margin-top: 50px;
}

.wrapper-price-design .price-design-blocks{
    width: 50%;
    flex-shrink: 0;
    margin-right: 2%;
    position: relative;
}
.wrapper-price-design .price-design-blocks-no-after{
    width: 50%;
    flex-shrink: 0;
    margin-right: 2%;
    position: relative;
}

.wrapper-price-design .price-design-blocks:after{
    position: absolute;
    right: -20%;
    top:15px;
    content: "";
    display: block;
    width: 45px;
    height: 177px;
    background: url("img/1.png");
    background-size: cover;
}
.wrapper-price-design .one-block{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper-price-design .one-block .text{
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
}
.wrapper-price-design .one-block .price{
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    min-width: 75px;
    margin-left: 15px;
}

.wrapper-price-design .title-free{
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    position: relative;
    margin-left: 10%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper-price-design .price-design-blocks:after{
        right: -20%;
        top:0;
        width: 40px;
        height: 157px;
    }
    .wrapper-price-design .one-block .text{
        font-size: 18px;
    }
    .wrapper-price-design .one-block .price{
        font-size: 20px;
    }

    .wrapper-price-design .title-free{
        font-size: 28px;
        line-height: 28px;
        /*margin-left: 10%;*/
    }
}
@media (max-width: 767px) {
    .wrapper-price-design .visible-xs{
        display: block;
    }
    .wrapper-price-design .title_h2{
        padding-top: 30px;
    }
    .wrapper-price-design .price-design-blocks:after{
        display: none;
    }
    .wrapper-price-design .title-free{
        order: 1;
        font-size: 22px;
        line-height: 28px;
        margin-left: 0;
    }
    .wrapper-price-design .price-design-blocks{
        order: 2;
        width: 100%;
        margin-top: 20px;
    }
    .price-design-inner{
        margin-top: 0;
        flex-wrap: wrap;
    }
    .wrapper-price-design .one-block .text{
        font-size: 16px;
    }
    .wrapper-price-design .one-block .price{
        font-size: 16px;
    }
    .wrapper-price-design .price-design-blocks-no-after{
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
    }
}