.nf_social{
    float: left;
    display: flex;
}
.nf_social .whats{
    height: 42px;
    width: 42px;
    display: flex;
    background-image: url(/images/whatsappblack.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1px;
}
/*.nf_social .whats{}*/
.nf_social .telegram{
    height: 42px;
    width: 42px;
    display: flex;
    background-image: url(/images/telegramblack.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1px;
}
.nf_social .whats,.nf_social .telegram{
    /* border: 1px solid #f2f2f2; */
    line-height: 22px;
    box-shadow: none;
    z-index: 2;
    border-right: 0;
}
.nf_social .whats:hover,
.nf_social .telegram:hover{
    opacity: 0.8;
}

/*Доработка*/
@media screen and (max-width:460px) {
    .catalog_detail .button_block.wide .in-cart.displayInline
    {
        display: flex;
        margin-left: 10px;
    }
    .counter_wrapp .counter_block_mobile
    {
        height: 40px;
    }
}


@media (max-width: 768px) {
    .custom__detail_style  {
        display: flex;
        flex-direction: column-reverse;
        justify-content: space-around;
        align-items: center;
        padding: 15px 20px;
        border: 1px solid #f5f5f5;
        color: #222;
    }

    .custom__detail_style .text {
        margin-bottom: 10px;
        text-align: center;
    }

    .custom__top_detail {
        padding: 15px 20px;
        border: 1px solid #f5f5f5;
    }

    .custom__top_detail .rows_block {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        font-size: 13px;
        color: #666;
        line-height: 18px;
        text-align: center;
    }

    .detail_text {
        max-height: 150px;
        overflow: hidden;
        transition: 1.5s ease;
        min-height: 140px;
    }

    .detail_text_max {
        max-height: 999px;
        transition: 1.5s ease;
    }

    .descr-outer-wrapper {
        position: relative;
    }

    .catalog_detail div.detail_text {
        margin-bottom: 25px;
    }


}

button.button_detailed {
    display: none;
    position: absolute;
    top: 160px;
    left: 0;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    color: #1976d2;
    background-color: transparent;
    border: none;
    padding: 7px 0;
}

.gravirovka_button
{
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 0 10px 0;
    text-decoration: underline;
}
.gravirovka_button:hover
{
    color: #1d2029;
}
