.order_process_security.show_tip {
    display: none !important;
}
.spec {
        display: center;
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        margin-bottom: 10px;
    }

    .newname {
        min-width: 45%;
        border-bottom: 1px solid #eceaea;
        padding: 5px
    }

    .value {
        font-weight: 600;
        border-bottom: 1px solid #eceaea;
        padding: 5px
    }
    
a.dictionary__value_txt {
    color: #46b758;
}

    .kdescript {
        text-align: justify
    }

    .k2container {
        display: grid;
        grid-template-columns: repeat(2, 3fr);
        gap: 5px;
        background-color: #fff
    }

    .k3container {
        display: grid;
        grid-template-columns: repeat(3, 3fr);
        gap: 5px;
        background-color: #fff
    }

    .k4container {
        display: grid;
        grid-template-columns: repeat(4, 3fr);
        gap: 5px;
        background-color: #fff
    }

    .k5container {
        display: grid;
        grid-template-columns: repeat(5, 3fr);
        gap: 3px;
        background-color: #fff
    }

    .kblock {
        margin-left: auto;
        margin-right: auto;
        max-height: 195px;
        border: 1px solid transparent;
        border-radius: 13px
    }

    .ktitle {
        max-width: 159px;
        text-align: center;
        font-weight: 700;
        word-wrap: break-word;
        word-break: break-word
    }

    .ksvg {
        border-radius: 10px;
        width: 160px;
        margin-left: auto;
        margin-right: auto;
        display: block
    }

    .kblock:hover {
        border: 1px solid #eceaea;
        border-radius: 13px;
        color: #46b758
    }
    
    .ksvg:hover{
        transition: all .3s ease-out;
        opacity: 0.70;
        filter: alpha(opacity=70)
    }

    .catalog-product-view,
    .product-desc,
    .catalog-product-view,
    .product-desc-doubled {
        display: flex;
        justify-content: space-between;
        margin: 15px 0;
        text-align: justify;
    }

    .catalog-product-view,
    .product-desc h4,
    .catalog-product-view,
    .product-desc-doubled h4 {
        font-size: 1.7rem;
    }

    .catalog-product-view,
    .product-desc-doubled .text,
    .catalog-product-view,
    .product-desc-doubled .image {
        width: 36vw;
        max-width: 36vw;
    }

    .catalog-product-view,
    .product-desc-doubled .text {
        margin: auto 0;
    }

    .catalog-product-view,
    .image-row-full,
    .catalog-product-view,
    .image-row-doubled,
    .catalog-product-view,
    .image-row-tripled {
        margin: 10px 0;
        display: flex;
        justify-content: space-between;
    }

    .catalog-product-view,
    .image-row-doubled img {
        width: 49.5%;
    }

    .catalog-product-view,
    .image-row-tripled img {
        width: 33%;
    }

    @media screen and (min-width: 1025px) {

        .catalog-product-view,
        .product-desc .text,
        .catalog-product-view,
        .product-desc .image,
        .catalog-product-view,
        .product-desc-doubled .text,
        .catalog-product-view,
        .product-desc-doubled .image {
            padding: 5px;
        }
    }

    @media screen and (max-width: 860px) {

        .catalog-product-view,
        .product-desc,
        .catalog-product-view,
        .product-desc-doubled {
            flex-direction: column;
        }

        .image-row-full,
        .image-row-doubled,
        .image-row-tripled {
            justify-content: unset !important;
            flex-direction: column;
            margin: 0 !important;
        }

        .image-row-full img,
        .image-row-doubled img,
        .image-row-tripled img {
            width: 100% !important;
            margin: 5px 0;
        }

        .product-desc .image,
        .product-desc-doubled .image,
        .product-desc .text,
        .product-desc-doubled .text {
            width: 100% !important;
            max-width: 100% !important;
        }
    }