
.card {
    width: 100%;
    max-width: 460px;
    padding: 25px;
    border-radius: 20px;
    border: 3px solid #5b2361;
    background-color: #c066ff;
    background: repeating-linear-gradient(45deg,#606dbc,#606dbc 10px,#465298 10px,#465298 20px)
}

.card__instructions {
    color: #fff;
    font-size: 32px;
    max-width: 360px;
    text-align: center;
    margin: 0 auto 40px
}

.card__instructions h1 {
    font-size: 36px
}

.card__instructions span {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    transform: translateY(-2px)
}

.card__instructions svg {
    width: 100%;
    height: 100%
}

.card__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    border-radius: 20px;
    border: 3px solid #5b2361;
    overflow: hidden;
    background-color: #fff;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0JyBoZWlnaHQ9JzQnIHZpZXdCb3g9JzAgMCA0IDQnPjxwYXRoIGZpbGw9JyNhM2EzYTMnIGZpbGwtb3BhY2l0eT0nMC40JyBkPSdNMSAzaDF2MUgxVjN6bTItMmgxdjFIM1Yxeic+PC9wYXRoPjwvc3ZnPg==)
}

.card__item {
    width: 25%;
    height: 112.5px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    transition: .3s ease-in
}

.card__item span {
    position: absolute
}

.card__item svg {
    width: 72px;
    height: 72px
}

.card__item .card__item__diamond,.card__item .card__item__emerald,.card__item .card__item__rubin {
    opacity: 0;
    z-index: 1
}

.card__item.diamond .card__item__diamond {
    opacity: 1
}

.card__item.diamond .card__item__cover {
    opacity: 0
}

.card__item.rubin .card__item__rubin {
    opacity: 1
}

.card__item.rubin .card__item__cover {
    opacity: 0
}

.card__item.emerald .card__item__emerald {
    opacity: 1
}

.card__item.emerald .card__item__cover {
    opacity: 0
}

.card__item.glow::after {
    content: '';
    position: absolute;
    display: block;
    width: 72px;
    height: 72px;
    top: 10px;
    z-index: -1;
    background: rgba(173,250,76,.72);
    filter: blur(10px)
}

.card__item:hover {
    transform: scale(1.2)
}


@media only screen and (max-width:425px) {
    .article__title{
        font-size: 1.5em;
    }
    h2{
        
    font-size: 1em;
    }
    .card__item svg,.card__item.glow::after {
        width: 52px;
        height: 52px
    }

    .card__item {
        height: 60px;
        width: 23%;
    }

    .card__instructions {
        margin: 0 auto 10px
    }

    .card__instructions h1 {
        font-size: 24px;
        margin-top: 0!important
    }

    .card__instructions span {
        width: 25px;
        height: 25px
    }

    .diamond-cl {
        transform: translateY(-12px)!important
    }

    .b-article__body li {
        margin-left: 1em
    }

    .block-4 {
        padding: 10px 15px!important;
        margin: 0 15px!important
    }
}

@media only screen and (max-width:370px) {
    .card__item svg {
        width: 40px;
        height: 40px
    }

    .card__item.glow::after {
        width: 40px;
        height: 40px;
        top: 20px
    }

    .card__instructions h1 {
        font-size: 20px
    }
}
.prod_img_wrapper {
    max-width: 300px;
    margin: 15px auto;
    position: relative;
}
.priceс {
    position: absolute;
    font-family: 'Arial', sans-serif;
    right: 0;
    bottom: 0;
    color: #000;
    -webkit-box-shadow: rgb(0 0 0 / 80%) 0px 3px 30px;
    box-shadow: rgb(0 0 0 / 80%) 0px 3px 30px;
    width: 165px;
    text-align: center !important;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.3;
    -webkit-transform: rotateZ(-7deg);
    transform: rotateZ(-7deg);
    margin: -0px auto 0px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(238, 165, 19)), to(rgb(253, 237, 19)));
    background: linear-gradient(to right, rgb(238, 165, 19) 0%, rgb(253, 237, 19) 100%);
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    -o-border-image: initial;
    border-image: initial;
    border-radius: 19%;
}



.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 0px;
    margin: 0 auto;
}

span.discountс {
    display: block;
    margin-top: 9px;
    font-size: 18px;
}

.js_old_price {
    display: block;
    margin: 0 auto;
}

.price_main {
    border-bottom: 2px solid #d31812;
    font-size: 24px;
    line-height: 0px;
    margin: 0 auto;
}