/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/
/* Examples (uncomment to use):*/
/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */
/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }
/* Hide compare button */
/* a.compare_item { display: none !important;  }*/
.table_cat {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.table_cat .table_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    align-items: center;
}
.table_row:not(.table_head) {
    border-bottom: 1px solid #E3E3E3;
}
.table_row:not(.table_head):hover {
    background-color: #00963f0f;
    transition: all ease-in-out 0.2s;
}
.table_row.table_head {
    background: #F9F9F9;
    box-shadow: 0px 4px 4px -1px rgba(0, 0, 0, 0.25);
    transition: all ease-in-out 0.3s;
}
.table_row.table_head.fixed {
    position: sticky;
    width: 100%;
    top: 62px;
    transition: all ease-in-out 0.3s;
    max-width: 1122px;
    z-index: 1;
}
.table_cell {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 8%;
}
.table_cell {
    padding: 0 5px;
}
.table_cell.cell_cart {
    padding: 0 0 0 5px;
    cursor: pointer;
}
.table_cell.cell_cart.cart_icon {
    height: 30px;
    background: url("/upload/table/cart_add.svg") no-repeat center;
    background-size: contain;
    transition: all ease-in-out 0.2s;
}
.table_cell.cell_cart.cart_icon.dell_cart {
    height: 30px;
    background: url("/upload/table/cart_dell.svg") no-repeat center;
    background-size: contain;
    transition: all ease-in-out 0.2s;
}
.table_cell.cell_del {
    padding: 0 0 0 5px;
    cursor: pointer;
}
.table_cell.cell_del.cart_icon {
    height: 21px;
    background: url("/upload/table/del_g.svg") no-repeat center;
    background-size: contain;
    transition: all ease-in-out 0.2s;
}
.table_cell.cell_del.cart_icon:hover {
    background: url("/upload/table/del_r.svg") no-repeat center;
    background-size: contain;
    transition: all ease-in-out 0.2s;
}
.table_flt_del {
    height: 15px;
    margin-left: 5px;
    padding: 0 5px;
}
.table_flt_del:before, .table_flt_del:after {
    position: absolute;
    content: ' ';
    height: 14px;
    width: 2px;
    background-color: #959595;
    transition: all ease-in-out 0.2s;
}
.table_flt_del:before {
    transform: rotate(45deg);
}
.table_flt_del:after {
    transform: rotate(-45deg);
}
.table_flt_del:hover:before,
.table_flt_del:hover:after {
    background-color: #af212b;
}
.table_flt_del.table_popup_close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    padding: 0 10px;
    height: 25px;
}
.table_flt_del.table_popup_close:before, .table_flt_del.table_popup_close:after {
    height: 25px;
    width: 3px;
}
.table_cell.cell_qnt {
    width: 13%;
}
.table_cell span {
    display: block;
    font-style: normal;
    font-size: 14px;
    line-height: 17px;
    color: #454B50;
}
.table_cell span.instock {
	font-weight:bold;
}
.table_cell.cell_mobile_flt {
    display: none;
}
.table_row.table_head .table_cell span:nth-child(2) {
    font-weight: 400;
    color: #959595;
    font-size: 13px;
    line-height: 15px;
    white-space: nowrap;
}
.table_row.table_head .table_cell span,
.table_cell.cell_price span {
    font-weight: 700;
}
.table_row.table_head .table_cell span.transit,
.table_cell.cell_price span.transit {
    font-weight: 400;
}
.table_row.table_head .table_cell.cell_char span {
    color: #00963F;
    border-bottom: 1px dashed #007641;
    width: fit-content;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
}
.table_row.table_head .table_cell.cell_char span:after {
    content: '';
    position: absolute;
    left: calc(100% + 2px);
    top: 55%;
    transform: translate(0%, -50%);
    width: 10px;
    height: 5px;
    background: url("/upload/table/arrow_tbl_d.svg") no-repeat center;
    background-size: contain;
}
.table_cell.cell_name {
    min-width: 23%;
    text-align: left;
    padding: 0 5px 0 0;
    font-weight: 700;
}
.calc_block {
    display: flex;
    justify-content: center;
}
.calc_plus,
.calc_minus {
    text-align: center;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F3F3F5;
    cursor: pointer;
    color: #6D6D6E;
    font-size: 22px;
    font-weight: 700;
}
.calc_minus {
    padding-bottom: 2px;
}
.calc_input {
    width: 32px;
    height: 32px;
    background: #F3F3F5;
    border: none;
    box-sizing: border-box;
    text-align: center;
    color: #6D6D6E;
    line-height: inherit;
    font-weight: 600;
    font-size: 14px;
}
input.calc_input::-webkit-outer-spin-button,
input.calc_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.calc_input[type=number] {
    -moz-appearance:textfield;
}
input.calc_input:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.table_sort {
    flex: 0 1 50%;
    font-size: 14px;
}
.table_sort_flt_cnt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.table_sort span {
    display: block;
    border-bottom: 1px dashed #959595;
    width: fit-content;
    position: relative;
    cursor: pointer;
    line-height: 20px;
}
.table_sort span:after {
    content: '';
    top: 55%;
    transform: translate(0, -50%);
    left: calc(100% + 5px);
    background: url(/upload/table/arrow_table_gray.svg) no-repeat center;
    width: 10px;
    height: 5px;
    position: absolute;
    transition: all ease-in-out 0.2s;
}
.table_sort span.up_arrow:after {
    content: '';
    top: 45%;
    transform: rotate(180deg);
    left: calc(100% + 5px);
    background: url(/upload/table/arrow_table_gray.svg) no-repeat center;
    width: 10px;
    height: 5px;
    position: absolute;
    transition: all ease-in-out 0.2s;
}
.table_flt_cnt {
    display: flex;
    flex: 0 1 50%;
    justify-content: end;
    padding-right: 30px;
    font-size: 14px;
}
.table_flt_title {
    display: flex;
    justify-content: end;
    margin-right: 10px;
}
.table_flt_value_cnt {
    display: flex;
    flex-wrap: wrap;
    color: #00963F;
    width: fit-content;
    cursor: pointer;
    position: relative;
    line-height: 20px;
    margin-bottom: 5px;
    align-items: center;
}
.table_flt_value{
    padding: 0 2px;
    border-bottom: 1px dashed #007641;
}
.table_flt_value_item {
    margin-right: 5px;
}
.table_popup_cnt {
    background-color: #F9F9F9;
    max-width: 330px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.table_popup {
    padding: 30px;
}
.table_popup_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #1D2029;
    margin-bottom: 25px;
}
.popup_list_item {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 15px 0;
}
.list_item_checkbox {
    width: 50%;
}
.custom_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom_checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-bottom: 0;
}
.custom_checkbox+label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #DDE2E5;
    border-radius: 3px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    background-color: #FFFFFF;
}
.custom_checkbox:not(:disabled):active+label::before {
    background-color: #00963F;
    border-color: #00963F;
}
.custom_checkbox:checked+label::before {
    background-color: #00963F;
    border-color: #00963F;
    background-image: url("/upload/table/custom_check.svg");
}
.custom_checkbox:disabled+label::before {
    background-color: #DDE2E5;
}
.table_popup_btn {
    margin: 25px auto 0;
    padding: 11px 24px;
    background: #007641;
    color: white;
    max-width: 140px;
    text-align: center;
    cursor: pointer;
    border-radius: 3px;
}
.top-block-item.col-md-4 {
    width: auto;
}
.email_header_cnt {
    float: left;
    padding: 0 30px 0 15px;
}
.email_header {
    display: flex;
    align-items: center;
    line-height: 18px;
    position: relative;
    padding: 0 5px;
}
.email_header span {
    font-size: 13px;
}
.email_header i {
    margin-right: 5px;
}
.copy_icon {
    position: absolute;
    right: -6px;
    top: -4px;
    cursor: pointer;
}
.copy_done {
    position: absolute;
    right: 0;
    top: 23px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
    display: none;
    padding: 2px;
}
.copy_done p {
    font-size: 12px;
    background-color: white;
    margin: 0;
}
/* Новая форма оформления НАЧАЛО */
.order_new_cnt {
    display: flex;
    justify-content: space-between;
}
.order_new_left {
    width: 100%;
    max-width: 1050px;
    margin-right: 30px;
}
.order_new_right {
    width: 100%;
    flex: 0 0 25%;
    max-width: 330px;
}
.order_title {
    font-style: normal;
    font-weight: 700;
    font-size: 23px;
    line-height: 31px;
    color: #2E2E2F;
    padding: 29px 19px 29px 79px;
    border-bottom: 1px solid #f2f2f2;
    background: #fbfbfb;
}
.order_inf_cnt,
.order_table_cnt {
    border: 1px solid #F2F2F2;
}
.order_inf_cnt {
    margin-bottom: 30px;
}
.order_inf {
    padding: 25px 29px 25px 79px;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    transition: none;
}
.order_table_cnt .order_title,
.order_inf_cnt .order_title {
    position: relative;
}
.order_inf_cnt .order_title:before {
    content: '';
    background: url(/bitrix/templates/aspro_next/images/svg/order.svg) 0 0 no-repeat;
    position: absolute;
    left: 25px;
    margin: 0;
    width: 30px;
    height: 30px;
    background-position: -90px 0;
    background-color: #188b30;
}
.order_table_cnt .order_title:before {
    content: '';
    background: url(/bitrix/templates/aspro_next/images/svg/order.svg) 0 0 no-repeat;
    position: absolute;
    left: 25px;
    margin: 0;
    width: 30px;
    height: 30px;
    background-position: 0 -30px;
    background-color: #188b30;
}
.order_type {
    padding: 0;
    font-size: 13px;
    line-height: 20px;
    color: #777777;
    z-index: 1;
    margin: 0 0 5px;
}
.order_type_cnt {
    border-bottom: 1px solid #F2F2F2;
    padding: 28px 0;
}
.order_type_cnt .form_body {
    display: flex;
    flex-direction: column;
}
.order_type_radio_cnt {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.order_type_radio_cnt .radio_type:first-child {
    margin-right: 20px;
}
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-radio+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    position: relative;
}
.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.custom-radio:not(:disabled):not(:checked)+label:hover::before {
    border-color: #188b30;
}
.custom-radio:checked+label::before {
    border-color: #188b30;
    background-color: #188b30;
}
.custom-radio:checked+label::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    width: 10px;
    height: 8px;
    background: url(/bitrix/templates/aspro_next/images/svg/order_ext.svg) -64px -9px no-repeat;
}
.order_input_cnt {
    margin: 40px 0;
}
.order_input_cnt .form-control {
    position: relative;
    display: flex;
    margin: 0 0 40px 0;
}
.order_input_cnt .form-control input {
    position: absolute;
    left: 120px;
    max-width: 350px;
    width: 100%;
    height: 37px !important;
}
.order_input_cnt .form-control .star {
    color: #AF212B;
    padding-left: 10px;
}
.order_input_cnt .form-control textarea {
    max-width: 800px;
    width: 100%;
    margin-left: 30px;
    min-height: auto;
}
.req_inf {
    font-size: 13px;
    color: #888888;
}
.order_table_cnt .table_row.table_head {
    background: white;
    box-shadow: none;
    transition: none;
    border-bottom: 1px solid #E3E3E3;
    padding: 10px 20px;
}
.order_table_cnt .table_row.table_head .table_cell span {
    font-size: 14px;
    color: #959595;
    font-weight: normal;
    position: inherit;
    border: none;
}
.order_table_cnt .table_cnt .table_cell.cell_name span a {
    color: #454B50;
    transition: all ease-in-out 0.2s;
}
.order_table_cnt .table_cnt .table_cell.cell_name span a:hover {
    color: #188b30;
}
.order_table_cnt .table_row.table_head .table_cell.cell_char span:after{
    content: none;
}
.order_table_cnt .table_row:last-child {
    border-bottom: none;
}
.order_title_right {
    display: flex;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}
.clear_btn {
    color: #888888 !important;
    border: 1px solid #aaaaaa;
    padding: 5px 12px 6px;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    cursor: pointer;
    border-radius: 3px;
}
.clear_btn:hover {
    color: #188b30 !important;
    border-color: #188b30;
    background: white;
}
.clear_btn span {
    display: inline-block;
    height: 11px;
    width: 9px;
    background: url(/bitrix/templates/aspro_next/images/svg/close_icons.svg) -2px -26px no-repeat;
    vertical-align: middle;
    margin: 0px 7px 0px 0px;
}
.qnt_in_cart {
    font-size: 14px;
    font-weight: bold;
    margin-right: 30px;
    border-bottom: 2px solid #188b30;
}
.order_new_total{
    padding: 30px 29px 40px;
    border: 1px solid #f2f2f2;
    border-radius: 0;
    background: #fff;
    width: 100%;
    min-width: 260px;
}
@media (min-width: 991px){
    .order_new_total{
        position: -webkit-sticky;
        position: sticky;
        top: 75px;
    }
}
.order_new_total .change_basket {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #f2f2f2;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.total_total,
.item_qnt_total,
.delivery_total {
    display: flex;
    justify-content: space-between;
}
.item_qnt_total {
    padding: 30px 0 10px 0;
}
.delivery_total {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #f2f2f2;
}
.total_total span {
    font-size: 18px;
    font-weight: bold;
}
.total_total {
    padding: 30px 0 30px 0;
}
.order_new_btn {
    margin: 0 auto;
    padding: 12px 12px;
    background-color: #188b30;
    color: white;
    text-align: center;
    max-width: 260px;
    border-radius: 3px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700;
    transition: all ease-in-out 0.2s;
}
.order_new_btn:hover {
    background-color: #1da539;
}
/* Новая форма оформления КОНЕЦ */
.inner-table-block .email_header span {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #1D2029;
    transition: all ease-in-out 0.2s;
}
.inner-table-block .email_header:hover {
    color: #147628;
}
.right-icons.pull-right.custom_mob_header {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0 !important;
}
.pull-right .email_header {
    margin: 0 11px;
}
.pull-right .email_header span {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    color: #1D2029;
    transition: all ease-in-out 0.2s;
}
.pull-right .email_header:hover span {
    color: #00963F;
}
.pull-right.email_mob img.envel_img_gr {
    display: none;
}
.pull-right.region_mob,
.logo-block.pull-left.logo_mob,
.header_mob_contact .phone {
    display: none;
}
.header_mob_contact {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 63px;
    padding-right: 20px;
}
.burger.pull-left.close_menu,
.custom_cat {
    display: none;
}
input.inputnumber {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
.mob_header_btn_cnt {
    display: none;
}
@media (max-width: 1280px) {
    .table_row.table_head .table_cell.cell_cart span {
        display: none;
    }
    .table_cell.cell_cart {
        width: 44px;
    }
    .table_cell.cell_name {
        min-width: 25%;
    }
    .table_cell.cell_rmn span,
    .table_cell.cell_price span {
        white-space: nowrap;
    }
}
@media (max-width: 1170px) {
    .table_cell.cell_name {
        min-width: auto;
        width: 100%;
        max-width: 25%;
    }
    .table_cell.cell_length,
    .table_cell.cell_weight,
    .table_row.table_head .table_cell.cell_length_cst,
    .table_row.table_head .table_cell.cell_rsv{
        display: none;
    }
    .order_new_left .table_row .table_cell.cell_weight {
        /*display: block;*/
    }
    .table_cell span {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .order_new_cnt {
        flex-direction: column;
    }
    .order_new_left {
        max-width: 100%;
        margin: 0 0 30px 0;
    }
    .order_new_right {
        width: 100%;
        min-width: auto;
        max-width: 100%;
        flex: 1 1 auto;
    }
    /*.table_row.table_head.fixed {
        top: 0;
    }*/
    .wrapper1 &gt; div#mobileheader {
        position: sticky;
        top: 0;
        box-shadow: 0 5px 10px -1px rgb(0 0 0 / 12%);
    }
    .mobilemenu-v1.scroller .close-block.inline-search-hide {
        display: none;
    }
    .inner-table-block.mobile_menu {
        width: 100%;
        padding: 30px 15px;
        display: block;
        border-top: 1px solid #f2f2f2;
        margin-top: 20px;
    }
}
.prop_measure{
    display: none !important;
}
@media (max-width: 768px) {
    .prop_measure{
        display: inline-block !important;
    }
    .order_input_cnt .form-control {
        display: flex;
        flex-direction: column;
        margin: 0 0 20px 0;
    }
    .order_input_cnt .form-control input {
        position: unset;
    }
    .order_input_cnt .form-control textarea {
        margin-left: 0;
    }
    .order_inf {
        padding: 20px;
    }
    .table_cell {
        text-align: left;
        width: auto;
    }
    .table_cell span {
        font-size: 14px;
    }
    .table_row.table_head .table_cell.cell_name,
    .table_row.table_head .table_cell.cell_rmn,
    .table_row.table_head .table_cell.cell_price,
    .table_row.table_head .table_cell.cell_qnt,
    .table_row.table_head .table_cell.cell_length,
    .table_row.table_head .table_cell.cell_cart,
    .table_cell.cell_char
     {
        display: none;
    }
    .table_cell.cell_mobile_flt,
    .table_row.table_head .table_cell.cell_char {
        display: block;
    }
    .table_cell.cell_name {
        width: 70%;
        padding: 15px 0;
        max-width: initial;
    }
    .table_cell.cell_name span{
        font-size: 16px;
    }
    .table_cat .table_row {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: baseline;
    }
    .table_row.table_head {
        flex-direction: row;
        justify-content: flex-start;
    }
    .table_row.table_head .table_cell:not(:last-child) {
        margin-right: 20px;
    }
    .table_cell.cell_price {
        position: absolute;
        right: 20px;
        top: 35px;
    }
    .table_cell.cell_price span {
        font-size: 16px;
    }
    .table_cell.cell_qnt {
        position: absolute;
        right: 80px;
        bottom: 15px;
        width: auto;
    }
    .order_new_left .table_row .table_cell.cell_qnt {
        right: 20px;
    }
    .table_cell.cell_cart.cart_icon {
        position: absolute;
        bottom: 15px;
        right: 20px;
    }
    .table_cell.cell_length,
    .table_cell.cell_rmn,
    .table_row:not(.table_head) .table_cell.cell_rsv,
    .order_new_left .table_row .table_cell.cell_weight {
        position: relative;
        padding-left: 65px;
    }
    .table_cell.cell_length:before {
        content: 'Длина:';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 14px;
        color: #959595;
    }
    .table_cell.cell_rmn:before {
        content: 'Наличие:';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 14px;
        color: #959595;
    }
    .order_new_left .table_row .table_cell.cell_weight:before {
        content: 'Вес:';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 14px;
        color: #959595;
    }
    .table_row:not(.table_head) .table_cell.cell_rsv:before {
        content: 'Резерв:';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        font-size: 14px;
        color: #959595;
    }
    .table_sort_flt_cnt {
        flex-direction: column;
    }
    .table_sort,
    .table_flt_cnt {
        flex: 1 1 100%;
    }
    .table_flt_cnt {
        justify-content: flex-start;
    }
    .table_sort {
        margin-bottom: 15px;
    }
    .table_flt_title {
        display: none;
    }
    .qnt_in_cart {
        display: none;
    }
    .order_new_left .table_row.table_head {
        display: none;
    }
    .table_cell.cell_del.cart_icon {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 15px;
        height: 15px;
    }
    .order_new_left .table_row {
        padding-top: 30px;
    }
    .order_new_left .table_row .table_cell.cell_price {
        top: 45px;
    }
    .order_input_cnt .form-control input {
        max-width: 100%;
    }
}
@media (max-width: 570px) {
    .table_row.table_head.fixed {
        top: 136px;
    }
    .pull-right.email_mob img.envel_img_gr,
    .right-icons.pull-right.custom_mob_header .pull-right.email_mob,
    .right-icons.pull-right.custom_mob_header .pull-right.region_mob {
        display: block;
    }
    #mobileheader .logo-block {
        padding-left: 15px;
    }
    .right-icons.pull-right.custom_mob_header .pull-right,
    .pull-right.email_mob img.envel_img {
        display: none;
    }
    .pull-right .email_header {
        padding: 0;
        margin-left: -4px;
        position: relative;
        width: fit-content;
    }
    #mobileheader .burger {
        float: right !important;
    }
    .right-icons.pull-right.custom_mob_header .pull-right.region_mob {
        cursor: pointer;
    }
    .right-icons.pull-right.custom_mob_header .pull-right.region_mob img {
        width: 20px;
    }
    .pull-right .email_header span {
        font-style: normal;
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        color: #959595;
    }
    .pull-right.email_mob .email_header a {
        display: flex;
        align-items: center;
    }
    .header_mob_contact {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-left: 15px;
        width: fit-content;
        align-items: baseline;
    }
    .copy_icon {
        right: -15px;
    }
    .header_mob_contact .phone a {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 12px;
        color: #292929;
    }
    .header_mob_contact .phone a span {
        font-weight: 700;
    }
    .wrapper1 &gt; div#mobileheader {
        display: flex !important;
        align-items: center;
        flex-direction: column;
        height: 136px;
    }
    #mobileheader .mobileheader-v1 {
        border: none;
        height: 63px !important;
    }
    .mob_header_btn_cnt {
        display: flex;
        align-items: center;
        padding: 16px 10px;
        justify-content: space-around;
        width: 100%;
        background: white;
    }
    .mob_header_btn_cart {
        border: 1px solid #454B50;
        border-radius: 3px;
        padding: 16px 40px;
        color: #1D2029;
        font-weight: 700;
        font-size: 13px;
        line-height: 12px;
        position: relative;
        margin-right: 10px;
    }
    .mob_header_btn_cart:before {
        position: absolute;
        content: '';
        width: 22px;
        height: 18px;
        background: url("/bitrix/templates/aspro_next/images/svg/mob_cart.svg") no-repeat center;
        background-size: contain;
        top: 50%;
        transform: translate(0, -50%);
        left: 10px;
    }
    .mob_header_btn_cb {
        background-color: #00963F;
        border: 1px solid #00963F;
        border-radius: 3px;
        padding: 16px 8px 16px 38px;
        color: white;
        font-weight: 700;
        font-size: 13px;
        line-height: 12px;
        position: relative;
    }
    .mob_header_btn_cb:before {
        position: absolute;
        content: '';
        width: 18px;
        height: 21px;
        background: url("/bitrix/templates/aspro_next/images/svg/mob_phone.svg") no-repeat center;
        background-size: contain;
        top: 55%;
        transform: translate(0, -50%);
        left: 10px;
    }
    .mob_header_btn_cart span {
        width: 21px;
        height: 21px;
        background: #00963F;
        position: absolute;
        top: 55%;
        transform: translate(0, -50%);
        right: 10px;
        border-radius: 50%;
        font-size: 13px;
        font-weight: 600;
        color: white;
        line-height: 21px;
        text-align: center;
    }
    .logo-block.pull-left.logo_mob {
        display: block;
    }
    .logo-block.pull-left {
        display: none;
    }
    .header_mob_contact .phone {
        display: block;
    }
    #mobilemenu.leftside,
    #mobilemenu-overlay {
        top: 138px;
    }
    #mobilemenu.leftside.show {
        box-shadow: 3px 10px 10px 0px rgb(0 0 0 / 45%);
    }
    .custom_cat {
        display: block;
        margin-bottom: 35px;
    }
    .custom_cat_main {
        display: flex;
        flex-direction: column;
        border: 1px solid #E3E3E3;
        margin-top: 17px;
    }
    .custom_cat_item {
        padding: 25px 19px;
    }
    .custom_cat_item:not(:last-child) {
        border-bottom: 1px solid #E3E3E3;
    }
    .custom_cat_item a {
        font-style: normal;
        font-weight: 700;
        font-size: 15px;
        line-height: 12px;
        color: #1D2029;
    }
    .custom_cat_item a:hover {
        color: #00963F;
    }
}
@media (max-width: 500px) {
    .order_title_right {
        display: none;
    }
}
@media (max-width: 400px) {
    .table_cell.cell_name {
        width: 50%;
    }
    .order_new_total,
    .table_cat .table_row {
        padding: 20px 10px;
    }
    .table_cell.cell_qnt {
        right: 65px;
    }
    .order_title {
        padding: 20px 10px 20px 50px;
    }
    .order_inf_cnt .order_title:before,
    .order_table_cnt .order_title:before {
        left: 10px;
    }
}
a.callbackkiller.cbk-phone{
    display: none !important;
}
.js_env_click{
    cursor: pointer;
}
.table_cat .table_row .cell_name a{
    color: black;
}
/*.region_wrapper{
    display: none;
}
.region_wrapper .js_city_chooser .arrow{
    display: none;
}
.region_wrapper .js_city_chooser{
    cursor: unset !important;
}
@media screen and (max-width: 767px){
    .city_chooser_frame{
        width: unset;
    }
    .popup_regions .items.only_city .cities .item{
        width: 100%;
    }
    .region_header.js_city_chooser{
        display: none;
    }
}*/
/*
SOCIAL ICONS
 */
.cs_social_icons{
    position: fixed;
    right: 16px;
    top: 40%;
    z-index: 100;
}
.cs_social_icons ul{
    display: flex;
    flex-direction: column;
}
.cs_social_icons li{
    margin-bottom: 10px;
}
.cs_social_icons li:before{
    content: unset;
}
.cs_social_icons ul.socnet &gt; li a{
    font-size: 34px;
    padding: 10px 5px;
}
@media screen and (max-width: 767px){
    .cs_social_icons ul.socnet &gt; li a{
        font-size: 22px;
    }
    .cs_social_icons{
        right: 6px;
    }
}
/*
BASKET IMAGES
 */
.basket_hover_block .tabs_content .image{
    width: 80px;
    height: 80px;
}
.basket_hover_block .tabs_content .image img{
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
.js_org_list{
    position: absolute;
    top: 36px;
    z-index: 100;
    margin-left: 120px;
    background: white;
    border: 1px solid #d7d7d7;
    width: 350px;
}
.js_org_item{
    padding: 5px 12px;
    cursor: pointer;
}
.js_org_item:hover{
    background: #f3f3f3;
}
.cs_soc_company_name{
    font-weight: 600;
    margin-left: 20px;
}
.cs_soc_company_name span{
    font-weight: unset;
    color: #bfbfbf;
}
@media screen and (max-width: 767px){
    .cs_soc_company_name{
        margin-left: unset;
    }
}
.table_total_price{
    margin-top: 6px;
}
.table_total_price,
.table_total_price span{
    font-size: 12px !important;
}
.table_total_price .js_product_total{
    display: inline !important;
    font-weight: bold;
}
.table_total_sm{
    display: none !important;
}
@media screen and (max-width: 767px){
    .table_total_bg{
        display: none !important;
    }
    .table_total_sm{
        display: inline !important;
    }
}
.catalog_detail.detail .table_total_price{
    display: block !important;
    height: 22px;
}
.catalog_detail.detail .table_total_price,
.catalog_detail.detail .table_total_price span{
    font-size: 14px !important;
}