.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 .vk{
    height: 42px;
    width: 42px;
    display: flex;
    background-image: url(/images/VKlogo.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 1px;
}
.nf_social .max{
    height: 42px;
    width: 42px;
    display: flex;
    background-image: url(/images/MaxLogo.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,
.nf_social .vk:hover,
.nf_social .max: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;
    }

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


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

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

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

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;
}

/* ДОРАБОТКА "Иконка видео у кнопки" */
.detail_video_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.detail_video_link:before {
    display: none !important;
}

.detail_video_icon {
    flex: 0 0 auto;
}
body .quantity_block_wrapper .detail_video_form:before {
    background:none;
}
/* КОНЕЦ ДОРАБОТКА */
/* ДОРАБОТКА "Компактное отображение комплекта на мобильной версии" */
@media (max-width: 767px) {
    body .set_wrapp.set_block.drag_block_detail {
        padding-left:0;
        padding-right:0;
    }
    .set_wrapp.set_block.drag_block_detail > ul {
        display:flex;
        flex-wrap: wrap;
        max-width: 100%;
    }
    .set_wrapp.set_block.drag_block_detail > ul > li.separator {
        display: none !important;
    }
    .set_wrapp.set_block.drag_block_detail .item_inner {
        padding:2px;
    }
    .set_wrapp.set_block.drag_block_detail > ul > li.item {
        width: auto !important;
        margin: 0 !important;
        width:50% !important;
    }
    .set_wrapp.set_block.drag_block_detail .item-title a,
    .set_wrapp.set_block.drag_block_detail .item-title span {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 18px;
    }
    .set_wrapp.set_block.drag_block_detail .cost.prices {
        font-size: 12px;
        line-height: 16px;
    }
    body .catalog_detail .set_block .item, .bx_modal_body .bx_kit_item
    {
        min-width:160px;
    }

}
/* КОНЕЦ ДОРАБОТКА */
