.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    /* float: left; */
}

.col-xs-1 {
    width: 8.333333%;
}

.col-xs-2 {
    width: 16.666667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.333333%;
}

.col-xs-5 {
    width: 41.666667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.333333%;
}

.col-xs-8 {
    width: 66.666667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.333333%;
}

.col-xs-11 {
    width: 91.666667%;
}

.col-xs-12 {
    width: 100%;
}

.no_padding {
    padding-left: 0;
    padding-right: 0;
}

.product_mail_pp {
    display: block;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #FD8300;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.product_mail_pp::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fd8300;
}  

.fn_product_mail {
    position: relative;
    min-width: max-content;
}
.product_mail_inner {
    font-size: 16px;
    cursor: pointer;
    text-decoration: underline;
    color: #FD8300;
    text-align: right;
}
.order_bottom .order_xml {
    max-width: 360px;
}
.fn_name {
    display: flex;
    align-items: center;
    overflow: unset!important;
}
.fn_name .fn_product_mail {
    margin-left: 10px;
}
.contact_grid span {
    text-overflow: ellipsis;
    overflow: hidden;
}
.fn_notification .product_mail_pp {
    width: 100%;
}
.fn_export path,
.fn_export_xls path,
.fn_export_xml path
{
    fill: #fff;
}
.pp_price_inner {
    width: 100%;
    max-width: 422px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select_inner {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
}
.select_ttl {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-right: 45px;
}
.pp_price_inner .bb_btn {
    width: 204px;
}

.multiselect_dd_wrapper ul {
    list-style: none;
    padding: 0;
}
  
.tag-selected {
    list-style: none;
    background-color: #e4e4e4;
    border: 1px solid transparent;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #F1F5F6;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 18px;
    line-height: 20px;
    display: flex;
    align-items: center;
    color: #717171;
    transition: 0.5s;
}

.tag-selected:hover {
    border: 1px solid #FD8300;
}

.destroy-tag-selected {
    color: #F44336;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: unset;
    font-size: 25px;
    line-height: 70%;
}

.destroy-tag-selected:hover {
    text-decoration: none;
}

.select2-selection__choice {
    display: none;
}

.multiselect_dd_wrapper {
    width: 100%;
    max-height: 30vh;
    overflow: auto;
}

.multiselect_dd_wrapper.m_bottom {
    margin-bottom: 30px;
}

.multiselect_dd_wrapper ul {
    display: flex;
    align-items: center;
    width: 100%;
    margin: unset;
    /*margin-bottom: 30px;*/
    flex-wrap: wrap;
}
.table_product_discount,
.product_discount {
    color: red;
}
.order_item_top {
    grid-template-columns: 145px 140px 160px 150px 140px 25px;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
        ". . . . . ."
        "order_user_name order_user_name order_user_name order_user_name order_user_name order_user_name";
    padding: 30px 15px 5px;
}
.order_user_name {
    grid-area: order_user_name;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.order_user_name .order_tablet_ttl {
    display: block;
    margin-right: 20px;
}
.order_user_detail {
    display: flex;
    width: inherit;
}
.preview_img {
    object-fit: contain;
}
.product_stock.out_of_stock {
    color: #5b6770;
}
.product .price,
.old_price,
.retail_price {
    white-space: nowrap;
}
.order_purchases {
    overflow: unset;
}
.cart_total {
    min-width: 100px;
}
.multiselect_dd_wrapper::-webkit-scrollbar {
    width: 12px;
}
.multiselect_dd_wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #fd8300;
}
.multiselect_dd_wrapper::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #dbdbdb;
}
@media (min-width: 544px) {
    .sm-hidden {
        display: none;
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        /* float: left; */
    }

    .col-sm-1 {
        width: 8.333333%;
    }

    .col-sm-2 {
        width: 16.666667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.333333%;
    }

    .col-sm-5 {
        width: 41.666667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.333333%;
    }

    .col-sm-8 {
        width: 66.666667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.333333%;
    }

    .col-sm-11 {
        width: 91.666667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .product_rating,
    .available,
    .product .amount {
        /* float: right; */
    }

    .product_rating {
        margin: 0 0 10px;
    }

    .product_wish {
        margin-bottom: 8px;
    }

    .product .variant_select,
    .product .button,
    .product .disable_button {
        width: 100%;
    }

    .product .hidden+.price {
        margin-top: 35px;
    }

    .product_buttons {
        margin-top: 30px;
    }

    .product_share {
        margin: 15px 0;
    }

    .account_link {
        padding-left: 45px;
    }

    .look_all {
        position: absolute;
        top: -38px;
        right: 25px;
    }

    .news_item {
        border-left: 1px solid #e8e8e1;
    }

    .blog,
    .products,
    .related,
    .wish_products {
        margin-bottom: 40px;
        background-color: #fff;
    }

    .blog,
    .products,
    .related,
    .wish_products {
        box-shadow: inset 0px -1px 0 #e8e8e1;
    }

    .categories_heading {
        padding: 0 10px;
    }
}


@media (min-width: 768px) {
    
    .container {
        max-width: 750px;
    }

    .md-hidden {
        display: none;
    }

    .md-right {
        /* float: right; */
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        /* float: left; */
    }

    .col-md-1 {
        width: 8.333333%;
    }

    .col-md-2 {
        width: 16.666667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.333333%;
    }

    .col-md-5 {
        width: 41.666667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.333333%;
    }

    .col-md-8 {
        width: 66.666667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.333333%;
    }

    .col-md-11 {
        width: 91.666667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .block {
        margin-bottom: 40px;
    }

    .h2,
    .filters_heading,
    .padding {
        padding-left: 23px;
        padding-right: 23px;
    }

    .informers {
        border-right: 1px solid #e8e8e1;
    }

    .informer_name {
        margin-left: 6px;
    }

    .categories_heading {
        width: 270px;
        border-left: 1px solid #3C7A76;
        border-right: 1px solid #3C7A76;
        padding-left: 23px;
    }

    .categories_heading span {
        font-weight: bold;
        font-size: 17px;
    }

    .account {
        width: 142px;
    }

    .purchase_remove {
        width: 60px;
    }

    .purchase tbody tr {
        height: 67px;
    }

    .purchase .purchase_total {
        text-align: right;
        padding: 15px;
    }

    .purchase .text_left {
        text-align: left;
    }

    .tab {
        padding: 25px 6px;
    }

    .tab_navigation a {
        /* float: left; */
        margin: 0 0px -2px 0;
        padding: 11px 18px;
    }

    .tab_navigation a:hover {
        background-color: #fff;
        box-shadow: inset 0 2px 0 0 #3C7A76;
    }

    .sort_title,
    .sort_link {
        /* float: left; */
        padding: 20px;
        border: none;
        background: none;
        border-right: 1px solid #e8e8e1;
    }

    .sort_link span {
        padding-right: 28px;
        font-size: 14px;
    }

    .sort_link.no_after span {
        padding-right: 0px;
    }

    .menu_group_header {
        /* float: left; */
        font-size: 14px;

    }

    .menu_group_header .menu_item {
        /* float: left; */
    }

    .menu_group_header .menu_item_1:first-child>.menu_link {
        padding-left: 0;
    }

    .menu_group_header .menu_item_1 .menu_link {
        /* padding: 12px 8px;
    padding-left: 10px; */
        color: #686666;
        font-size: 12px;
        line-height: 22px;
        font-weight: bold;

    }

    .menu_group_header .menu_item_2 .menu_link {
        display: block;
        padding: 5px 20px;
        white-space: nowrap;
    }

    .menu_group_header .menu_item_2 .menu_link:hover {
        background-color: rgb(232, 232, 225);
    }

    .menu_group_header .menu_eventer {
        position: relative;
    }

    .menu_group_header .menu_item_1.menu_eventer>a:after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 12px;
        height: 8px;
        background-repeat: no-repeat;
        margin-left: 1px;
        background-image: url(../images/select_arrow.png);
        background-size: cover;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .menu_group_header .menu_item_1.menu_eventer:hover>a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .menu_group_header .menu_list {
        margin: 0px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 60%;
        height: inherit;
    }

    .menu_group_header .menu_item {
        margin: 0px;
    }

    .menu_group_header .menu_eventer .menu_list_2 {
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
        top: 100%;
        background: rgb(255, 255, 255);
        transform: translate(0px, 20px);
        border: none;
        opacity: 0;
        visibility: hidden;
        box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.4);
        position: absolute;
        z-index: 1000;
        margin: 2px 0 0;
        list-style: none;
        font-size: 14px;
        text-align: left;
        padding: 0px;
    }

    .menu_group_header .menu_eventer:hover .menu_list_2 {
        top: 50%;
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .menu_group_header .menu_item_2 {
        float: none;
        margin-bottom: 0px;
    }

    .menu_group_header .menu_list_3 {
        padding: 0px;
    }

    .menu_group_header .menu_item_3 {
        float: none;
        width: 100%;
    }

    .menu_group_header .menu_item_3 .menu_link {
        padding-left: 30px;
    }

    .arrow_toggle {
        margin-left: 1px;
        -webkit-transition: all 0.4s ease-out 0s;
        -o-transition: all 0.4s ease-out 0s;
        transition: all 0.4s ease-out 0s;
    }

    .menu_group_header .menu_eventer:hover .arrow_toggle {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}




@media (min-width: 951px) {
    .container {
        max-width: 930px;
    }
    .table_button:hover path,
    .table_button.selected path {
        fill: #78B72A;
    }
    .order_item_top:hover {
        box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.26);
    }
    .product_grid:hover {
        box-shadow: 0px 10px 40px #d8d8d8;
    }
    .product_file_item:hover {
        box-shadow: 0px 10px 40px rgb(0 0 0 / 26%);
    }
    /* .main_page_sidebar:not(.catalog_sidebar) .has_child:hover > .subcategory {
        display: block;
    } */
}

@media (min-width: 992px) {

    .lg-hidden {
        display: none;
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        /* float: left; */
    }

    .col-lg-1 {
        width: 8.333333%;
    }

    .col-lg-2 {
        width: 16.666667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.333333%;
    }

    .col-lg-5 {
        width: 41.666667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.333333%;
    }

    .col-lg-8 {
        width: 66.666667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.333333%;
    }

    .col-lg-11 {
        width: 91.666667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .sidebar_bottom {
        clear: left;
    }

    .sidebar_center {
        margin: 0;
    }

    .product_details {
        margin-top: -4px;
    }

    .footer_payment {
        /* float: right; */
        max-width: calc(100% - 150px);
    }

    .payments_text {
        position: absolute;
        top: 50%;
        margin: -10px 0 0;
    }

    .categories {
        /* float: left; */
    }

    .wrap_block {
        background-color: #fff;
        margin-bottom: 40px;
    }

    .wrap_block .block {
        margin-bottom: 0;
    }

    .brand_item:nth-child(4n) {
        border-right: none;
    }

    .category_link:hover,
    .category_link:hover .arrow_right,
    .category_item.hover>.category_link {
        color: #FD8300;
    }
    .category_link:hover path,
    .catalog_sidebar .category_link:hover .arrow_right path,
    .category_link.selected .arrow_right path{
        fill: #FD8300;
    }
    .fn_product_mail:hover .product_mail_inner{
        text-decoration: none;
    }
    .fn_product_mail:hover .product_mail_pp{
        opacity: 1;
        visibility: visible;
    }
    .post_preview:hover {
        box-shadow: 0 0 14px rgb(0 0 0 / 20%);
    }
    .post_preview:hover .post_name {
        color: #fd8300;
    }
    .post_preview:hover .post_image {
        background-size: 120%;
    }
    .news_cat:hover {
        border-bottom: unset;
    }
    .related_files a:hover {
        text-decoration: underline;
        color: #fd8300;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    .times {
        margin-top: 21px;
    }

    .phones {
        margin: 21px 16px 0;
    }

    .callback {
        /* float: left; */
        margin-top: 23px;
        width: 150px;
    }

    .blog_item:nth-child(3n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }
}

@media (min-width: 1025px) {
    .container {
        max-width: 1024px;
    }
    .pseudo_image {
        position: relative;
    }
    .pseudo_image:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        font-size: 40px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        background-color: white;
        background-image: var(--background);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        border: 1px solid #fd8300;
        opacity: 0;
        visibility: hidden;
        z-index: 2;
        transition: 0.2s;
    }
    .pseudo_image:hover:before {
        opacity: 1;
        visibility: visible;
        width: 200px;
        height: 200px;
    }
    
}

@media (min-width: 1250px) {
    .container {
        max-width: 1200px;
    }

    .xl-hidden {
        display: none;
    }

    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        /* float: left; */
    }

    .col-xl-1 {
        width: 8.333333%;
    }

    .col-xl-2 {
        width: 16.666667%;
    }

    .col-xl-3 {
        width: 25%;
    }

    .col-xl-4 {
        width: 33.333333%;
    }

    .col-xl-5 {
        width: 41.666667%;
    }

    .col-xl-6 {
        width: 50%;
    }

    .col-xl-7 {
        width: 58.333333%;
    }

    .col-xl-8 {
        width: 66.666667%;
    }

    .col-xl-9 {
        width: 75%;
    }

    .col-xl-10 {
        width: 83.333333%;
    }

    .col-xl-11 {
        width: 91.666667%;
    }

    .col-xl-12 {
        width: 100%;
    }

    /* .logo {
    margin-bottom: 15px;
} */
    .informer_name {
        margin-left: 12px;
    }

    .times {
        margin-top: 27px;
        margin-left: 50px;
    }

    .phones {
        margin: 27px 40px 0;
    }

    .callback {
        /* float: left; */
        width: 237px;
        margin-top: 29px;
    }

    .products .products_item:nth-child(3n),
    .main_products .products_item:nth-child(4n),
    .related .products_item:nth-child(4n),
    .wish_products .products_item:nth-child(4n),
    .blog_item:nth-child(4n) {
        box-shadow: none;
    }

    .account {
        margin-top: 17px;
    }
    .product_min_amount {
        padding: 0 70px;
    }
}

@media (max-width: 1250px) {
    .logo_img {
        width: 172px;
        height: 46px;
    }
    .header_currencies {
        font-size: 13px;
        margin-right: 15px;
    }
    .header_rates {
        font-size: 13px;
        line-height: 15px;
        margin-right: 15px;
    }
    .manager_block {
        font-size: 13px;
        line-height: 15px;
        margin-right: 15px;
    }
    .manager_name:before {
        top: -5px;
    }
    .angle_icon {
        width: 20px;
        height: 20px;
    }
    .lang_item {
        font-size: 15px;
        line-height: 18px;
        color: #000;
    }
    .search {
        width: 437px;
    }
    .category_link {
        font-size: 14px;
        line-height: 16px;
    }
    .main_page_sidebar {
        width: 248px;
    }
    .main_page_catalog {
        width: calc(100% - 258px);
    }
    .preview_form {
        width: 120px;
    }
    /*.catalog_tablet_header {*/
    /*    grid-template-columns: 75px 120px 80px 100px 70px 70px 90px 55px 55px;*/
    /*}*/
    /*.product_grid {*/
    /*    grid-template-columns: 75px 120px 80px 100px 70px 70px 90px 75px 35px;*/
    /*}*/
    .catalog_tablet_header, .product_grid {
        grid-template-columns: 75px 120px 80px 100px 70px 70px 0 90px 75px 35px;
    }
    .table_product_amount {
        margin-right: 15px;
    }
    .wish_products .catalog_tablet_header {
        grid-template-columns: 105px 150px 110px 130px 100px 100px 113px 85px 45px 35px;
    }
    .wish_products .product_grid {
        grid-template-columns: 105px 150px 110px 130px 100px 100px 113px 85px 45px 35px;
    }
    .sidebar {
        width: 248px;
    }
    .products_container {
        width: calc(100% - 257px);
    }
    .subcatalog_item {
        width: 169px;
    }
    .purchases_block {
        width: calc(100% - 258px);
    }
    .purchase_block {
        width: 238px;
    }
    .novaposhta_types_inputs {
        flex-direction: column;
    }
    .user_menu {
        width: 248px;
    }
    .user_content {
        padding: 15px;
    }
    .user_order_header,
    .order_item_top {
        grid-template-columns: 125px 105px 140px 110px 125px 25px;
    }
    .order_item_purchases .catalog_tablet_header, 
    .order_item_purchases .product_grid {
        grid-template-columns: 60px 160px 70px 110px 85px 85px 55px 20px;
    }
    .plan_top {
        flex-wrap: wrap;
        padding: 15px;
        background: #F8F8F8;
        margin: unset;
    }
    .play_ttl {
        margin-bottom: 15px;
        width: 100%;
    }
    .plans_wrapper {
        padding: 15px;
    }
    .plan_item {
        padding: unset;
        margin-bottom: 10px;
    }
    .plan_content .user_content_top {
        padding: 30px 15px;
    }
    .plan_table_header {
        display: none;
    }
    .plan_bottom {
        background: #F8F8F8;
    }
    .plan_table {
        margin-bottom: unset;
    }
    .plan_grid .plan_ttl_tablet {
        display: block;
    }
    .plan_grid span{
        text-align: start;
    }
    .plan_grid {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
    }
    .plan_grid span:nth-child(1) {
        width: 5%;
    }
    .plan_grid span:nth-child(2) {
        width: 95%;
    }
    .plan_grid span:nth-child(3) {
        width: 5%;
    }
    .plan_grid span:nth-child(4) {
        width: 95%;
    }
    .plan_grid span:nth-child(5),
    .plan_grid span:nth-child(6),
    .plan_grid span:nth-child(7),
    .plan_grid span:nth-child(8),
    .plan_grid span:nth-child(9),
    .plan_grid span:nth-child(10),
    .plan_grid span:nth-child(11),
    .plan_grid span:nth-child(12) {
        width: 25%;
    }
    .plan_ttl_tablet {
        font-weight: 600;
        font-size: 12px;
        color: #000000;
    }
    .plan_grid_line {
        display: block;
        width: calc(100% + 30px);
        border-bottom: 1px solid #DEDEDE;
        margin: 15px -15px;
    }
    .plan_grid_line.add_plan_grid_line {
        display: none;
    }
    .contacts_table_header, .contact_grid {
        grid-template-columns: 17px 165px 150px 160px 95px 60px;
        gap: unset;
    }
    .contacts_table_header.address_table,
    .contact_grid.address_table {
        grid-template-columns: 30px 270px 335px;
    }
}

@media (max-width: 1024px) {
    .user_menu {
        width: 248px;
    }
    .informer:not(:last-child) {
        margin-right: 15px;
    }
    .search {
        width: 377px;
    }
    .fav_product_inner {
        padding: 10px;
    }
    .preview {
        width: calc(100% - 10px);
        box-shadow: 0 0 10px rgba(0,0,0,0.08);
    }
    .preview_form {
        width: 110px;
    }
    .preview_form .bb_btn {
        font-size: 16px;
        line-height: 18px;
    }
    /*.catalog_tablet_header {*/
    /*    padding: 12px 5px;*/
    /*    grid-template-columns: 60px 110px 70px 90px 50px 60px 80px 55px 55px;*/
    /*}*/
    /*.product_grid {*/
    /*    padding: 10px 5px;*/
    /*    grid-template-columns: 60px 110px 70px 90px 50px 60px 80px 75px 35px;*/
    /*}*/
    .catalog_tablet_header, .product_grid {
        padding: 10px 5px;
        grid-template-columns: 75px 120px 80px 100px 70px 70px 0 90px 75px 35px;
    }
    .table_product_td:not(:last-child) {
        padding-right: 5px;
    }
    .footer_ttl {
        font-size: 16px;
    }
    .footer_menu .menu_link {
        font-size: 14px;
    }
    .wish_products .catalog_tablet_header {
        grid-template-columns: 85px 130px 100px 120px 90px 90px 109px 85px 45px 35px;
    }
    .wish_products .product_grid {
        grid-template-columns: 85px 130px 100px 120px 90px 90px 109px 85px 45px 35px;
    }
    .subcatalog_item {
        width: 145px;
    }
    .product_image_block {
        width: 327px;
    }
    .product_image a {
        height: 327px;
    }
    .product_image {
        height: 327px;
    }
    .images_item {
        width: 95px;
        height: 95px;
    }
    .product_information_block {
        width: calc(100% - 347px);
    }
    .purchases_sum div {
        display: flex;
        flex-direction: column;
    }
    .contact_group {
        width: 50%;
    }
    /* .user_contact_info .contact_group:nth-child(5) {
        width: 100%;
    } */
    .user_order_header {
        font-size: 14px;
        margin: 10px 15px;
    }
    .user_order_header, .order_item_top {
        grid-template-columns: 115px 85px 120px 90px 105px 25px;
    }
    .order_item_purchases .catalog_tablet_header, .order_item_purchases .product_grid {
        grid-template-columns: 55px 130px 50px 100px 75px 75px 55px 20px;
    }
    .user_order_header, 
    .order_item_top {
        grid-template-columns: 105px 105px 120px 95px 90px 25px;
    }
    .contacts_table_header, 
    .contact_grid {
        overflow: auto;
    }
    /* .banner_inner {
        height: 360px;
    } */
}

@media (min-width: 768px) and (max-width: 950px) {
    .times {
        clear: both;
        margin-right: 80px;
        margin-top: 17px;
    }

    .callback {
        margin-right: 24px;
    }
    .user_order_header {
        font-size: 16px;
        margin: 20px 15px;
    }
    
    .order_item_purchases .catalog_tablet_header,
    .order_item_purchases .product_grid {
        display: grid;
        justify-content: unset;
    }
    .order_item_purchases .product_grid {
        width: 100%;
        padding: 12px 5px;
        margin: unset;
    }
    .order_item_purchases .table_product_td {
        width: unset;
        margin: unset;
        border: unset!important;
        padding: unset;
        margin-right: 10px;
    }
    .order_item_purchases .catalog_tablet_header, 
    .order_item_purchases .product_grid {
        grid-template-columns: 70px 150px 70px 110px 90px 85px 75px 25px;
    }
    .order_item_purchases .table_ttl {
        display: none;
    }
    .order_item_purchases .table_product_name {
        min-height: unset;
    }
}


@media (max-width: 950px) {
    .tablet-hidden {
        display: none;
    }

    .callback {
        /* float: right; */
    }

    .times {
        display: none;
    }

    .informer .dropdown {
        text-align: center;
    }

    .filters {
        padding-bottom: 15px;
    }

    .foot:nth-child(3n) {
        clear: left;
    }

    .foot,
    #subscribe_container {
        margin-bottom: 25px;
    }

    .subcategory {
        display: none;
    }

    .level_2 .category_link {
        /* padding-left: 30px; */
        font-weight: normal;
    }

    .brand_item:nth-child(3n) {
        border-right: none;
    }

    .blog_item:nth-child(2n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }

    .order_notify_v2 svg {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }

    .order_notify_v2 .o_notify_v2_heading {
        font-size: 26px;
    }

    .mobile_menu {
        position: absolute;
        display: flex;
        width: 42px;
        height: 42px;
        justify-content: center;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .no_user_right {
        display: none;
    }

    .header_wrapper {
        justify-content: center;
    }

    .tablet_menu {
        position: fixed;
        top: 0;
        left: -400px;
        height: 100%;
        width: 400px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        z-index: 101;
        transition: 0.5s;
    }

    .tablet_menu.active {
        left: 0px;
    }

    .menu_header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 100px;
        background: #FCFCFC;
        box-shadow: 0 0 30px rgba(0,0,0,0.08);
        padding: 0 20px;
    }

    .logo_img {
        background-repeat: no-repeat;
        background-size: contain;
        width: 165px;
        height: 47px;
    }

    .header_menu .fn_menu_list {
        flex-direction: column;
        align-items: baseline;
    }

    .header_language {
        padding: 25px 0;
        margin: 0 9px;
        border-bottom: 1px solid #DEDEDE;
    }

    .header_menu {
        padding: 20px 15px;
    }

    .header_menu .menu_item {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
        margin-right: unset;
        color: #000000;
    }

    .copyright {
        flex-direction: column;
        align-items: baseline;
        padding: 33px 0;
        font-size: 14px;
    }

    
    .footer_logo .logo_img {
        width: 138px;
        height: 40px;
    }
    .footer_logo {
        margin-bottom: 50px;
    }
    .footer_social :not(:last-child) {
        margin-right: 20px;
    }
    .footer_ttl {
        margin-bottom: 25px;
    }
    .main_page_sidebar {
        display: none;
    }
    .main_page_catalog {
        width: 100%;
    }
    .catalog_tablet_header, .product_grid {
        /*grid-template-columns: 60px 130px 80px 110px 60px 60px 100px 55px 55px;*/
        grid-template-columns: 75px 120px 80px 100px 70px 70px 0 90px 75px 35px;
    }
    .top_nav.user_nav {
        display: none;
    }
    .bottom_nav {
        background: #FCFCFC;
        box-shadow: 0 0 30px rgba(0,0,0,0.08);
    }
    .tablet_bottom_menu {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #FCFCFC;
        box-shadow: 0 0 30px rgba(0,0,0,0.08);
    }
    .user_informers {
        width: 100%;
        height: 60px;
        justify-content: space-between;
        max-width: 750px;
        margin: 0 auto;
        padding: 0 15px;
        display: flex;
        align-items: center;
    }
    .footer_user {
        padding-bottom: 60px;
    }
    .bottom_nav .container {
        height: 80px;
    }
    .main_page {
        padding: 40px 0;
    }
    .main_page_h1 {
        font-weight: 600;
        font-size: 24px;
    }
    .fav_cat_ttl {
        margin: 30px 0 20px;
        font-size: 24px;
        line-height: 28px;
    }
    .main_catalog_wrapper {
        margin-top: 60px;
    }
    .catalog_tablet_header {
        display: none;
    }
    .search {
        width: 315px;
    }
    .mobile_menu.tablet_menu_icon {
        position: relative;
        left: unset;
        transform: unset;
        top: unset;
    }
    .mobile_menu.tablet_menu_icon path{
        fill: #FD8300;
    }
    .user_menu_wrapepr {
        display: none;
    }
    .products_table_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .products_table_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .product_grid {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 232px;
        margin-bottom: 20px;
        padding: 10px;
        box-shadow: 0 4px 10px rgb(0 0 0 / 10%);
    }
    .catalog_tablet_header > *, .product_grid > * {
        padding: 0;
    }
    .table_product_td {
        width: 50%;
        flex-direction: column;
        align-items: baseline;
        font-weight: normal;
        font-size: 14px;
        line-height: 20px;
        color: #000000;
        margin-bottom: 10px;
    }
    .table_product_td:last-child {
        width: 100%;
    }
    .table_product_td:not(:last-child) {
        padding-bottom: 10px;
    }
    
    .table_button {
        width: 100%;
        height: 44px;
        background: #FD8300;
        font-weight: 500;
        font-size: 18px;
        line-height: 20px;
        display: flex;
        align-items: center;
        color: #FFFFFF;
        text-align: center;
    }
    .fn_is_preorder .table_button,
    .table_button.fn_is_preorder {
        border: 1px solid #DEDEDE;
        background: unset;
        color: #FD8300;
    }
    .table_button.fn_is_preorder path {
        fill: #FD8300;
    }
    .table_button svg {
        margin-right: 10px;
    }
    .table_button path {
        fill: #fff
    }
    .table_product_td:first-child {
        width: 30%;
    }
    .table_product_td:nth-child(2) {
        width: 70%;
        padding: 0;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .plan_block {
        display: none;
    }
    .table_ttl {
        display: block;
        font-weight: 500;
        font-size: 12px;
        color: #A6A6A6;
        margin-bottom: 5px;
    }
    .table_product_name {
        min-height: 60px;
    }
    .table_product_td:nth-child(3),
    .table_product_td:nth-child(4),
    .table_product_td:nth-child(5),
    .table_product_td:nth-child(6),
    .table_product_td:nth-child(8) {
        border-bottom: 1px solid #DEDEDE;
    }
    .table_product_td:nth-child(7) {
        display: none;
    }
    .table_product_td:nth-child(9),
    .table_product_td:nth-child(10) {
        width: 100%;
    }
    .per_amount {
        text-align: inherit;
        margin-bottom: unset;
        margin-right: 10px;
    }
    .table_product_amount {
        display: flex;
        align-items: center;
    }
    .table_price_block {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: flex-start;
        width: 100%;
    }
    .table_price_trade {
        display: flex;
        margin-right: 5px;
    }
    .table_price_trade .table_trade {
        display: flex;
    }
    .table_old_price {
        margin-bottom: 0;
    }
    /* .table_form .amount {
        width: 106px;
    } */
    .table_form .input_amount {
        border-left: 1px solid #DEDEDE;
        border-right: 1px solid #DEDEDE;
        width: 50px;
    }
    .cart_total {
        color: #5B6770;
    }
    .user_informers path {
        fill: #5B6770
    }
    .informer svg {
        min-width: 40px;
        min-height: 40px;
    }
    .tablet_informer {
        display: block;
    }
    .tablet_logo {
        display: block;
    }
    .currencies_city {
        display: block;
    }
    .product_catalog_header {
        flex-wrap: wrap;
    }
    .filter_item {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .filter_item:nth-child(1), 
    .filter_item:nth-child(4) {
        width: 55%;
    }
    .filter_item:nth-child(2), 
    .filter_item:nth-child(3) {
        width: 40%;
    }
    .filter_item.filter_product {
        order: 1;
    }
    .filter_item.currencies_city {
        order: 2;
    }
    .filter_item.filter_amount {
        order: 4;
    }
    .filter_item.filter_city {
        order: 3;
    }
    .filter_product .select2-container,
    .filter_city .select2-container {
        min-width: 272px;
    }
    .bottom_nav.sticky .container {
        height: 80px;
    }
    .user_tablet_menu .menu_header {
        min-height: 80px;
    }
    .user_tablet_menu .header_language {
        border: none;
        padding-bottom: 0;
    }
    .header_rates {
        font-size: 16px;
        color: #000000;
        margin-right: unset;
    }
    .header_currencies .dropdown_item.active {
        color: #fd8300;
    }
    .menu_link {
        text-decoration: unset;
    }
    .user_tablet_menu .menu_group {
        border-bottom: 1px solid #DEDEDE;
    }
    .tablet_menu_inner {
        font-size: 16px;
        color: #000000;
        overflow: auto;
    }
    .tablet_plan {
        padding: 20px 0;
        border-bottom: 1px solid #DEDEDE;
    }
    .tablet_plan a {
        display: flex;
        align-items: center;
    }
    .header_menu svg {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .tablet_plan path,
    .user_tablet_menu .user_logout path{
        fill: #FD8300;
    }
    .user_tablet_menu_inner {
        padding: 20px 0;
    }
    .user_menu_link {
        color: #000;
        margin-bottom: 20px;
    }
    .user_menu_ttl {
        display: block;
        margin-bottom: 20px;
    }
    .menu_line {
        border-top: 1px solid #DEDEDE;
    }
    .main_page_sidebar,
    .filters {
        position: fixed;
        top: 0;
        left: -400px;
        height: 100%;
        width: 400px;
        background: #FFFFFF;
        display: flex;
        flex-direction: column;
        z-index: 101;
        transition: 0.5s;
    }
    .main_page_sidebar.active,
    .filters.active {
        left: 0px;
    }
    .category_link {
        padding: 20px;
        margin: 0 30px;
        color: #5C5C5C;
        font-size: 16px;
        line-height: 20px;
        border-bottom: 1px solid #DEDEDE;
    }
    .main_sidebar_ttl {
        color: #FD8300;
        padding: 30px 30px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .close_catalog_menu,
    .close_catalog_filters {
        display: block;
    }
    .close_catalog_menu svg,
    .close_catalog_filters svg{
        width: 42px;
        height: 42px;
    }
    .close_catalog_menu path,
    .close_catalog_filters path{
        fill: #FD8300;
    }
    .category_item .arrow_right path {
        fill: #000
    }
    .category_item i.arrow_right {
        width: 24px;
        height: 24px;
        right: 9px;
    }
    .subcategory {
        display: none;
        position: relative;
        left: unset;
        width: calc(100% - 60px);
        margin: 0 auto;
        box-shadow: unset;
        z-index: 2;
        background: #FBF7F2;
    }
    .subcategory .category_link {
        margin: 0;
        border: none;
    }
    .categories_nav {
        overflow: auto;
    }
    .level_3.subcategory {
        width: 100%;
    }
    .level_4.subcategory {
        width: 100%;
    }
    .wish_products .products_table_block {
        justify-content: unset;
        gap: 12px;
    }
    .wish_products .product_grid {
        margin-bottom: unset;
    }
    
    .wish_products .table_product_td:nth-child(10) {
        width: 75%;
        padding: unset;
    }
    .wish_products .table_product_td:nth-child(11) {
        width: 25%;
        display: flex;
        align-items: center;
        justify-content: center;
        order: 10;
    }
    .catalog_btns {
        display: none;
    }
    .sidebar {
        width: unset;
    }
    .products_container {
        width: 100%;
    }
    .informer_counter {
        background: #FD8300;
        color: #fff;
        top: -6px;
        right: -12px;
        border: 2px solid #fff;
        font-size: 12px;
        width: 24px;
        height: 24px;
    }
    .subcategories_block {
        gap: 11px;
    }
    .subcatalog_item {
        width: 135px;
    }
    .subcat_image {
        height: 135px;
    }
    .catalog_h1 {
        font-size: 24px;
    }
    .tablet_filter_btn {
        display: flex;
        justify-content: flex-end;
        margin-bottom: 30px;
    }
    .sidebar .h2 {
        padding: 20px 30px;
    }
    .filter_group {
        padding: 0 30px;
    }
    .filters_inner {
        overflow: auto;
    }
    .filter_indicator {
        left: 2px;
    }
    svg.arrow_right {
        transform: rotate(90deg);
    }
    .product_images_wrapper {
        display: none;
    }
    .product_page_wrapper {
        flex-direction: column;
    }
    .product_image_block {
        width: 100%;
    }
    .product_image {
        height: 358px;
        width: 100%;
        margin-bottom: 10px;
    }
    .product_image a {
        height: 358px;
    }
    h1.product_heading {
        font-weight: 600;
        font-size: 24px;
        line-height: 1.2;
        margin: 40px 0;
    }
    .product_information_block {
        width: 100%;
    }
    .product_info_header {
        align-items: baseline;
        padding: 20px;
        border: 1px solid #DEDEDE;
        margin-bottom: 10px;
    }
    .product_info_inner {
        flex-direction: column-reverse;
        margin-bottom: 10px;
    }
    .product_info_purchase_wrapper {
        width: 100%;
        min-width: unset;
        border: 1px solid #DEDEDE;
        padding: 20px;
        display: flex;
        flex-direction: column;
    }
    .product_compfav .wishlist_button::after, 
    .product_compfav .comparison_button::after {
        content: none;
    }
    .fn_variants {
        display: flex;
    }
    .product .amount {
        width: 178px;
    }
    .product_info_purchase {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .product_buttons {
        margin-top: unset;
    }
    .colors_inner {
        margin-bottom: unset;
    }
    .product .bb_btn {
        width: 178px;
        margin-left: 30px;
        margin-top: 25px;
    }
    .colors_inner {
        width: 178px;
    }
    .product_compfav {
        flex-direction: row;
        margin-top: 20px;
    }
    .product_info_features {
        margin: unset;
        padding: 20px;
        border: 1px solid #DEDEDE;
        margin-top: 10px;
    }
    .sku_nubmer,
    .article_nubmer {
        display: none;
    }

    .sku_nubmer.mobile,
    .article_nubmer.mobile {
        display: block;
    }
    .article_nubmer.mobile {
        margin-bottom: 20px;
    }
    .product_file_desktop {
        display: none;
    }
    .product_file_mobile {
        display: block;
        margin-top: 40px;
    }
    .product_image_wrapper {
        position: relative;
    }
    .image_arrows {
        display: block;
    }
    .cart_page {
        flex-direction: column;
    }
    .purchases_block {
        width: 100%;
    }
    div#fn_purchases {
        display: flex;
        flex-wrap: wrap;
    }
    .purchases_block .table_form {
        margin-right: 8px;
    }
    .purchases_block .table_product_td:nth-child(8) {
        width: 100%;
        border-bottom: 1px solid #DEDEDE;
        padding-right: unset;
    }
    .purchases_block .table_product_td:nth-child(10) {
        width: 80%;
    }
    .purchases_block .table_product_td:last-child {
        width: 20%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        margin: 0;
        height: 51px;
    }
    .purchases_block .table_product_td:nth-child(10) {
        margin: 0;
        padding: 0;
    }
    .purchases_bottom {
        border: 1px solid #DEDEDE;
        padding: 15px 20px;
        width: 100%;
    }
    .cart_btns a {
        font-size: 16px;
    }
    .total_sum {
        margin-left: 10px;
    }
    .purchase_block {
        width: 100%;
        margin-top: 20px;
        padding: 30px;
    }
    .form-btn-wrapper {
        width: 258px;
    }
    .purchases_sum div {
        flex-direction: row;
    }
    .currencys_wrapper {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #DEDEDE;
    }
    .header_currencies {
        font-size: 16px;
        margin-right: unset;
        color: #000;
        min-width: 115px;
    }
    .angle_icon {
        width: 24px;
        height: 24px;
    }
    .angle_icon svg {
        margin: unset;
    }
    .user_page {
        flex-direction: column;
    }
    .user_sidebar {
        width: 100%;
        padding: unset;
        background: unset;
    }
    .sidebar_inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        height: 324px;
        align-content: space-between;
    }
    .logout_link .user_menu_item {
        border: unset;
        border-bottom: 1px solid #DEDEDE;
    }
    .user_menu_item {
        margin: unset;
        padding: 20px 0;
        border-bottom: 1px solid #DEDEDE;
    }
    .user_page_link {
        padding: 0 20px;
        background: #FBFBFB;
        width: 48%;
    }
    .user_page_link:nth-child(5) .user_menu_item {
        border: unset;
    }
    .user_sidebar .bb_btn {
        margin: 20px 0;
        width: 255px;
        float: right;
    }
    .user_content {
        width: 100%;
        padding: 30px 16px;
    }
    .user_contact_info {
        width: calc(100% - 140px);
    }
    .contact_group {
        width: 33.3333333%;
    }
    /* .user_contact_info .contact_group:nth-child(5) {
        width: 66.666666666%;
    } */
    .user_order_header, .order_item_top {
        grid-template-columns: 135px 105px 140px 115px 135px 25px;
    }
    .span_article {
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        word-break: break-all;
    }
    .catalog_sidebar .categories_nav {
        overflow: auto;
    }
    .product_compfav .wishlist_button {
        margin-bottom: unset;
        margin-right: 15px;
    }
    .product .price {
        margin-right: 20px;
    }
    .breadcrumbs {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        white-space: nowrap;
    }
    .fav_product_bottom {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .fav_product_bottom .price_container {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }
    .fav_product_bottom .preview_form {
        width: 100%;
    }
    button.table_button.buy.selected span,
    button.table_button.buy .in_cart {
        display: none;
    }
    button.table_button.buy span,
    button.table_button.buy.selected .in_cart {
        display: block;
        width: min-content;
    }
    .other_page_menu {
        display: flex;
    }
    .in_cart,
    .add_cart {
        white-space: nowrap;
    }
    .fn_is_preorder .add_cart {
        white-space: unset;
    }
    .plus, .minus {
        font-size: 20px;
        width: 44px;
        height: 42px;
    }
    .table_form .input_amount {
        height: 42px;
    }
    .price_container .input_amount {
        height: 42px;
    }
    .purchases_block .plus, .purchases_block .minus {
        width: 25px;
        height: 25px;
    }
    .purchases_block .table_form .input_amount, .purchases_block .input_amount {
        height: 25px;
    }
    .fn_copy_text {
        user-select: none;
    }
}
@media (max-width: 768px) {
    .related_files a {
        text-decoration: unset;
        width: calc(50% - 10px);
    }
    .post_page_image {
        float: unset;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0px 0px 20px 0px;
    }
    /* .banner_inner {
        height: 390px;
    } */
}


@media (max-width: 767px) {
    .mobile-hidden {
        display: none;
    }

    .purchase,
    .purchase tbody,
    .purchase tfoot,
    .purchase tr,
    .purchase td,
    .purchase th {
        display: block;
    }

    #cart_informer .cart_title,
    #cart_informer .cart_total {
        display: none;
    }

    .purchase tr {
        position: relative;
        margin-bottom: 25px;
    }

    .purchase td,
    .purchase th {
        border: none;
        padding: 10px 8px;
    }

    .purchase .purchase_image {
        padding-top: 20px;
    }

    .purchase .purchase_sum {
        padding-bottom: 20px;
    }

    .purchase td:empty,
    .purchase th:empty {
        display: none;
    }

    .purchase .coupon .message_error {
        margin: 0 auto 12px;
    }

    .purchase .purchase_total {
        margin-top: 25px;
        padding: 20px 10px;
    }

    .purchase_remove {
        position: absolute;
        top: 8px;
        right: 8px;
    }

    .purchase .remove_icon {
        width: 20px;
        height: 20px;
    }

    body.openmenu {
        overflow: hidden;
        position: fixed;
        width: 100vw;
        height: 100vh;
    }

    .menu_group_header {
        display: none;
        position: absolute;
        z-index: 99;
        top: 39px;
        left: 0;
        width: 220px;
        height: calc(100vh - 39px);
        background-color: #38c0f3;
        color: #fff;
        padding-top: 8px;
        overflow: auto;
    }

    body.openmenu .menu_group_header {
        display: block;
    }

    body.openmenu::before {
        content: "";
        position: absolute;
        top: 39px;
        left: 0;
        width: 100vw;
        height: calc(100vh - 39px);
        background-color: rgba(0, 0, 0, .75);
        z-index: 5;
    }

    .menu_group_header .menu_item_1 .menu_link {
        position: relative;
        display: block;
        padding: 8px 15px;
    }

    .phones {
        clear: both;
    }

    .informers {
        margin-right: -15px;
    }

    .tab_navigation a+a {
        border-top: none;
    }

    .order_notify_v2 svg {
        width: 26px;
        height: 26px;
        margin-right: 2px;
    }

    .order_notify_v2 .o_notify_v2_heading {
        font-size: 20px;
        line-height: 1.1;
    }

    .menu_404 .text_404 {
        margin: 0 0 20px;
        text-align: center;
    }
    .page_item.more_item {
        position: absolute;
        left: 50%;
        top: -40px;
        transform: translateX(-50%);
    }
    .fn_popup {
        width: calc(100% - 30px);
    }
    .bb_block_popup .bb_block {
        width: 100%;
        padding: 20px 0;
        min-width: 350px;
    }
    .order_item_purchases .table_product_td {
        width: 50%!important;
        order: unset!important;
    }
    .order_item_purchases .product_grid {
        margin: unset;
        box-shadow: unset;
    }
    .product_discount {
        margin-left: unset;
        margin-top: 15px;
        font-size: 14px;
    }
    .product_mail_pp {
        display: none;
    }
    .pp_price_inner {
        padding: 0 20px;
    }
    .pp_price_inner .bb_btn {
        width: 48%;
        font-size: 16px;
    }
    .feed_item {
        flex-direction: column;
    }
    .feed_item form {
        margin-left: 0;
    }

    .blog > div {
        width: 50%;
        flex: 1 1 50%;
    }
    .order_bottom {
        flex-direction: column;
        gap: unset;
    }
    .preview_documents_content{flex-direction: column-reverse;gap: 24px;}
    .product_file_item_right{flex-direction: row;max-width: 100%;}
    .fancybox-slide--iframe .fancybox-content{width: 100%!important;max-width: calc(100% - 50px)!important;}
    .documents_wrapper .user_content_ttl{margin: 0;}
    .user_popup{padding: 30px !important;}
    .documents_buttons_wrapper{gap: 16px;}
    .user_warning{left: 0;}
}


@media (max-width: 543px) {
    .small-hidden {
        display: none;
    }

    .news .look_all {
        padding: 20px 0;
        border-top: 1px solid #e8e8e1;
    }

    .main_products .look_all {
        margin-bottom: 25px;
        margin-top: -25px;
        padding: 20px 0;
        background-color: #fff;
    }

    .pagination {
        margin-top: 40px;
    }

    .brand_item:nth-child(2n) {
        border-right: none;
    }

    .blog_item,
    .products_item {
        box-shadow: none;
        margin-bottom: 25px;
    }

    .comparison_page .preview .price_container,
    .comparison_page .preview .preview_form {
        float: none;
        width: 100%;
        text-align: center;
    }

    .comparison_page .preview .preview_form {
        margin-top: 15px;
    }

    .comparison_page .preview .button {
        width: 140px;
    }

    .product_details {
        text-align: center;
    }

    .features_name,
    .features_value {
        width: 100%;
        float: none;
    }

    .selected_filter_box .selected_filter_item .s_filter_link svg {
        color: #f25050;
    }

    .selected_filter_box .selected_filter_item {
        background: #38c0f3;
    }

    .selected_filter_box .selected_filter_item .s_filter_link {
        color: #fff;
    }

    .bb_block {
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }

    .bb_form {
        width: calc(100% - 30px);
    }

    .form_bottom {
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
    }

    .form_bottom button {
        margin-bottom: 20px;
    }

    .bb_desc {
        margin: 20px 0;
        font-size: 14px;
        line-height: 20px;
        width: 90%;
    }

    .bb_h1 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }

    .main_bg .container {
        margin-right: auto;
        margin-left: auto;
        padding: 70px 15px;
    }

    .header_wrapper {
        justify-content: flex-end;
    }

    .remind_wrapper {
        margin-bottom: 30px;
    }

    .letter_img {
        height: 44px;
        width: 44px;
        margin-bottom: 15px;
    }

    .register_img {
        height: 44px;
        width: 44px;
        margin-bottom: 15px;
    }

    .letter_h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .register_h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
        text-align: center;
    }

    .accept_img {
        height: 44px;
        width: 44px;
        margin-bottom: 15px;
    }

    .register_send_desc {
        font-size: 14px;
        line-height: 20px;
    }

    .register_bottom {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 40px;
    }

    .register_bottom :first-child {
        margin-bottom: 20px;
    }
    input.bb_btn.g-recaptcha,
    button.bb_btn.g-recaptcha {
        margin-bottom: 20px;
    }
    .tablet_menu,
    .filters  {
        left: -400px;
        width: 300px;
    }
    .header_wrapper {
        min-height: 100px;
    }
    .header.fixed {
        position: relative;
    }
    .main {
        margin-top: unset;
    }
    .main_page_sidebar.active,
    .tablet_menu.active,
    .filters.active {
        width: calc(100% - 60px);
    }
    .informer svg {
        min-width: 32px;
        min-height: 32px;
        width: 32px;
        height: 32px;
    }
    .user_informers {
        height: 48px;
    }
    .footer_user {
        padding-bottom: 48px;
    }
    .footer_top .container {
        flex-direction: column;
    }
    .footer_item {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #FFFFFF;
    }
    .footer_top {
        padding: 30px 0;
    }
    .footer_menu {
        display: none;
    }
    .footer_ttl {
        margin-bottom: 0;
    }
    .footer_menu {
        display: none;
        margin-top: 15px;
    }
    .footer_social {
        margin-top: 25px;
    }
    .footer_ttl_block {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    i.footer_menu_arrow {
        display: flex;
    }
    .footer_menu_arrow .arrow_right path {
        fill: #fff
    }
    .footer_ttl_block.active .footer_ttl {
        color: #FD8300;
    }
    .footer_ttl_block.active path {
        fill: #FD8300;
    }
    .footer_ttl_block.active svg.arrow_right {
        transform: rotate(270deg);
    }
    .footer_logo {
        margin-bottom: 25px;
    }
    .product_catalog_header {
        flex-direction: column;
        align-items: baseline;
    }
    .filter_item:nth-child(1), .filter_item:nth-child(4) {
        width: 100%;
    }
    .filter_item:nth-child(2), .filter_item:nth-child(3) {
        width: 100%;
    }
    .filter_product .select2-container, .filter_city .select2-container {
        min-width: 60%;
        width: 60%;
    }
    .filter_amount .select2-container, .currencies_city .select2-container {
        min-width: 60%;
        width: 60%;
    }
    .filter_ttl {
        font-weight: 500;
        font-size: 14px;
    }
    .filter_item.filter_product {
        order: 1;
    }
    .filter_item.filter_city {
        order: 2;
    }
    .filter_item.filter_amount {
        order: 3;
    }
    .filter_item.currencies_city {
        order: 4;
    }
    .product_grid {
        width: 100%;
    }
    .main_catalog_wrapper {
        margin-top: 30px;
    }
    .search {
        position: absolute;
        left: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 0px;
        overflow: hidden;
        transition: 0.5s;
    }
    .search.active {
        width: calc(100% - 75px);
    }
    .mobile_search_btn {
        display: flex;
    }
    .mobile_search_btn svg {
        width: 32px;
        height: 32px;
        transition: 0.5s;
    }
    .mobile_search_btn path {
        fill: #FD8300;
    }
    .mobile_search_btn svg:first-child {
        display: block;
    }
    .mobile_search_btn svg:last-child {
        display: none;
    }
    .mobile_search_btn.active svg:first-child {
        display: none;
    }
    .mobile_search_btn.active svg:last-child {
        display: block;
    }
    .logo_img {
        width: 153px;
        height: 43px;
    }
    .compare_show a {
        padding: 5px 1px;
        font-size: 14px;
        line-height: 24px;
    }
    .subcatalog_item {
        width: 48%;
    }
    .product_info_purchase {
        flex-wrap: wrap;
    }
    .colors_inner {
        width: 100%;
        margin-bottom: 15px;
        justify-content: start;
    }
    .product .fn_variants {
        flex-direction: column;
    }
    .product .bb_btn {
        width: 178px;
        margin-left: unset;
    }
    .product_compfav {
        height: 140px;
        display: flex;
        align-items: flex-end;
        margin: unset;
    }
    .product_info_header {
        flex-direction: column;
        padding: 15px;
    }
    .product_price {
        display: flex;
        align-items: center;
        gap: 5px;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main_image_slider {
        border: 1px solid #DEDEDE;
    }
    .product_image a {
        border: none;
    }
    .product_info_purchase_wrapper {
        padding: 15px;
    }
    .product_info_features {
        padding: 15px;
    }
    .product_description {
        padding: 15px;
    }
    .table_product_td {
        font-size: 12px;
        line-height: 16px;
    }
    .table_product_td:first-child {
        order: 1;
    }
    .table_product_td:nth-child(1),
    .table_product_td:nth-child(2) {
        border-bottom: 1px solid #DEDEDE;
        min-height: 85px;
    }
    .table_product_td:nth-child(3),
    .table_product_td:nth-child(4),
    .table_product_td:nth-child(8) {
        width: 33.333333333%;
    }
    .table_product_td:nth-child(2) {
        order: 2;
    }
    .table_product_td:nth-child(3) {
        order: 3;
    }
    .table_product_td:nth-child(4) {
        order: 4;
    }
    .table_product_td:nth-child(5) {
        order: 6;
    }
    .table_product_td:nth-child(6) {
        order: 7;
    }
    .table_product_td:nth-child(7) {
        display: none;
    }
    .table_product_td:nth-child(8) {
        order: 5;
        border-bottom: 1px solid #DEDEDE;
    }
    .table_product_td:nth-child(9) {
        order: 8;
        padding-bottom: unset;
        margin: unset;
        width: 39%;
    }
    .table_product_td:nth-child(10) {
        order: 9;
        margin-bottom: unset;
    }
    .table_product_td:last-child {
        width: 50%;
    }
    .table_product_name {
        font-size: 14px;
    }
    .purchases_bottom {
        flex-direction: column;
        align-items: center;
        padding: 15px 10px;
        margin-top: 10px;
    }
    .cart_btns {
        width: 100%;
        flex-direction: column;
    }
    .purchase_block {
        padding: 20px 15px;
    }
    .purchases_sum {
        width: 100%;
        margin-top: 15px;
    }
    .purchases_total {
        margin-top: 0;
    }
    .form-btn-wrapper {
        width: 100%;
    }
    .cart_btns a {
        font-size: 16px;
        padding: 0 10px;
        margin-right: unset;
        width: 100%;
        text-align: center;
    }
    .cart_btn {
        margin-bottom: 15px;
    }
    .purchases_block .table_product_td:nth-child(8) {
        width: 33.333333%;
    }
    .cell {
        overflow: auto;
    }
    .subcategories_block.sub_hidden {
        max-height: 800px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    .subcatalog_item span {
        min-height: 42px;
        display: block;
    }
    .mobile_sub_btn_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile_sub_btn {
        background: #FD8300;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
    }
    .mobile_sub_btn.active {
        transform: rotate(180deg);
    }
    .mobile_sub_btn_wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 30px;
        margin-top: 20px;
        transition: 0.5s;
    }
    .sidebar_inner {
        height: unset;
    }
    .user_page_link {
        width: 100%;
    }
    .user_page_link:nth-child(4) .user_menu_item, .user_page_link:nth-child(8) .user_menu_item {
        border-bottom: 1px solid #DEDEDE;
    }
    .user_sidebar {
        background: #FBFBFB;
        margin-bottom: 30px;
    }
    .user_content_middle {
        flex-direction: column;
    }
    .user_image {
        width: 84px;
        height: 84px;
        margin-bottom: 15px;
    }
    .user_contact_info {
        width: 100%;
        flex-direction: column;
    }
    .contact_group, .user_info_group {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #DEDEDE;
    }
    .user_contact_info .contact_group:nth-child(5) {
        width: 100%;
    }
    .user_content_middle {
        border-bottom: unset;
        padding: unset;
    }
    .user_content_bottom {
        padding: unset;
        padding-bottom: 15px;
        flex-wrap: wrap;
    }
    .balance_group:nth-child(1),
    .balance_group:nth-child(2) {
        width: 100%;
        text-align: inherit;
    }
    .balance_group:nth-child(3),
    .balance_group:nth-child(4) {
        width: 50%;
        text-align: inherit;
    }
    .user_content_footer {
        margin-top: 15px;
        flex-wrap: wrap;
    }
    .user_content_footer_inner {
        width: 100%;
        flex-direction: column;
    }
    .user_content_footer_inner:first-child {
        padding-bottom: 15px;
        border-bottom: 1px solid #DEDEDE;
    }
    .user_content_footer_inner:nth-child(2) {
        margin-top: 15px;
    }
    .user_content_footer_inner .bb_btn:not(:last-child) {
        margin: 0 0 20px 0;
    }
    .user_content {
        padding: 15px;
    }
    .user_sidebar .bb_btn {
        margin: 20px;
        width: 255px;
        float: left;
    }
    .user_edit_middle {
        flex-direction: column;
    }
    .user_contact_info .form_input {
        max-width: 100%;
    }
    .user_contact_info .contact_group:nth-child(5) .form_input {
        max-width: 100%;
    }
    .user_edit_middle .contact_group {
        border-bottom: unset;
        padding: unset;
    }
    .user_form_btns {
        flex-direction: column;
    }
    /*.user_form_btns .bb_btn {*/
    /*    margin-bottom: 15px;*/
    /*}*/
    .bb_btn:not(:last-child) {
        margin-bottom: 10px;
    }
    .user_form_btns .cart_btn {
        margin: unset;
    }
    .user_order_header {
        display: none;
    }
    .order_item_purchases .catalog_tablet_header {
        display: none;
    }
    .order_item_top {
        display: flex;
    }
    .order_tablet_ttl {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 1.1;
        color: #000000;
        width: 50%;
        margin-bottom: 15px;
    }
    .order_item_article {
        width: 50%;
        display: flex;
        margin-bottom: 15px;
        justify-content: flex-end;
    }
    .order_item_top {
        display: flex;
        padding: 15px 15px 10px;
        flex-wrap: wrap;
    }
    .order_item_article:last-child {
        width: 100%;
        justify-content: center;
        align-items: center;
        margin: unset;
    }
    .order_mobile_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 32px;
        height: 32px;
        background: #FD8300;
        border-radius: 50%;
    }
    .order_mobile_btn path{
        fill: #fff;
    }
    .table_product_name {
        min-height: 48px;
    }
    .table_form .input_amount {
       border: unset;
    }
    .mobile_stock_ttl {
        display: block;
        font-size: 14px;
        line-height: 15px;
        color: #5B6770;
        margin-right: 10px;
    }
    .plan_content .user_content_top {
        padding: 15px;
        flex-wrap: wrap;
    }
    .user_content_ttl {
        width: 100%;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .plans_wrapper {
        padding: 10px 15px;
    }
    .play_desc_wrapper {
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
    .play_desc:first-child {
        margin-right: unset;
        /* margin-bottom: 10px; */
    }
    .plan_grid span:nth-child(5), 
    .plan_grid span:nth-child(6), 
    .plan_grid span:nth-child(7), 
    .plan_grid span:nth-child(8), 
    .plan_grid span:nth-child(9), 
    .plan_grid span:nth-child(10), 
    .plan_grid span:nth-child(11), 
    .plan_grid span:nth-child(12) {
        width: 50%;
    }
    .plan_grid :nth-child(1) {
        order: 1;
    }
    .plan_grid :nth-child(2) {
        order: 2;
    }
    .plan_grid :nth-child(3) {
        order: 3;
    }
    .plan_grid :nth-child(4) {
        order: 4;
        -webkit-line-clamp: 2;
    }
    .plan_grid :nth-child(5) {
        order: 5;
    }
    .plan_grid :nth-child(6) {
        order: 6;
    }
    .plan_grid :nth-child(7) {
        order: 7;
    }
    .plan_grid :nth-child(8) {
        order: 9;
    }
    .plan_grid :nth-child(9) {
        order: 9;
    }
    .plan_grid :nth-child(10) {
        order: 7;
    }
    .plan_grid :nth-child(11) {
        order: 8;
    }
    .plan_grid :nth-child(12) {
        order: 12;
    }
    .plan_grid :nth-child(13) {
        order: 13;
    }
    .plan_grid :nth-child(14) {
        order: 8;
    }
    .plan_grid {
        padding: 10px;
        display: flex;
        flex-wrap: wrap;
    }
    .plan_line {
        display: none;
    }
    .plan_progress_ttl {
        width: 100%;
    }
    .plan_progress_top {
        flex-wrap: wrap;
    }
    .plan_progress_ttl:not(:last-child) {
        margin-bottom: 15px;
    }
    .plan_grid_line.add_plan_grid_line {
        display: block;
    }
    .user_page_link:nth-child(5) .user_menu_item {
        border-bottom: 1px solid #DEDEDE;
    }
    .colors_wrapper {
        width: 100%;
    }
    .contacts_table_header, .contact_grid {
        overflow: unset;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 10px;
        padding: unset;
    }
    .contacts_table_header {
        display: none;
    }
    .contract_grid_ttl {
        display: block;
        font-weight: 600;
        color: #000000;
    }
    .contact_grid span {
        width: 50%;
        padding: 10px;
        border-bottom: 1px solid #DEDEDE;
    }
    .contact_grid span:nth-child(9),
    .contact_grid span:nth-child(10),
    .address_table span:nth-child(5),
    .address_table span:nth-child(6) {
        border: unset;
    }
    .contact_edit_form .contact_group {
        width: 100%;
        margin-bottom: unset;
        border: unset;
    }
    .contact_edit_form .contact_group:nth-child(4), 
    .contact_edit_form .contact_group:nth-child(5) {
        width: 100%;
    }
    .user_contacts_btns {
        flex-direction: column;
        align-items: center;
    }
    .user_contacts_btns .cart_btn.user_back {
        width: 215px;
        margin-right: unset;
    }
    .fn_validate_address_user .contact_group {
        width: 100%;
        margin-bottom: unset;
    }
    .table_product_amount {
        display: unset;
    }
    .wish_products .table_product_td:nth-child(9) {
        margin-bottom: 10px;
    }
    .purchases_block .table_form {
        margin-right: unset;
    }
    .currencys_wrapper {
        flex-direction: column;
        margin-bottom: unset;
    }
    .header_rates {
        margin-bottom: 10px;
    }
    .product_price_wrapper {
        width: 100%;
    }
    .product_discount {
        width: 100%;
    }
    .available {
        width: 100%;
        align-items: end;
    }
    .avaible_inner {
        display: flex;
    }
    .fn_name svg {
        width: 15px;
        height: 15px;
    }
    .order_user_name {
        width: 100%;
        flex-direction: column;
        align-items: baseline;
    }
    .order_user_name .order_item_article {
        margin-bottom: 15px;
        justify-content: end;
        text-align: right;
    }
    ul.slick-dots {
        width: 100%;
        left: 0;
        transform: unset;
        display: flex;
        justify-content: center;
    }

    .user_import_btns {
        flex-direction: column;
    }

    .user_import_btns .cart_btn {
        margin-right: 0;
    }

    .progress_wrapper {
        width: 300px;
        text-align: center;
    }

    /*.input_filter_item {*/
    /*    margin-top: 20px;*/
    /*}*/
    /*.contact_group .input_filter_item {*/
    /*    margin-top: unset;*/
    /*}*/
    .box_btn {
        margin: 0;
        margin-top: 15px;
    }
    .desktop_news {
        display: none;
    }
    .mobile_news {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 50px;
    }
    .mobile_news .bb_btn {
        margin: unset;
    }
    .related_files a {
        width: 100%;
    }
    .related_files_wrapper {
        margin: 50px 0;
    }
    /* .banner_inner {
        height: 190px;
    } */
    .fav_product_bottom {
        width: 100%;
    }
    .preview_documents_name{font-size: 18px;margin-bottom: 24px;}
}

@media (max-width: 419px) {

    .cart_title,
    .cart_total {
        display: none;
    }

    .callback {
        width: 95px;
        padding: 4px 4px;
    }

    .blog > div {
        width: 100%;
        flex: 1 1 100%;
    }
}

.captcha {
    transform: scale(0.9);
    transform-origin: 0 0;
}

@media (max-width: 375px) {
    .captcha {
        transform: scale(0.86);
        transform-origin: 0 0;
    }
    
    /*.plus, .minus {*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*}*/
    /*.table_form .input_amount {*/
    /*    height: 25px;*/
    /*}*/
    /*.price_container .input_amount {*/
    /*    height: 25px;*/
    /*}*/
    .play_desc:first-child {
        margin-right: unset;
        margin-bottom: 10px;
    }
} 
@media (max-width: 360px) {
    .product_file_item_right{flex-direction: column;}
}
