/*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;  }*/
@media (min-width:991px){
	.top_slider_wrapp .flexslider .slides > li{
		background-size: contain;
	}
}
@media (max-width: 410px) {
	.top_slider_wrapp .flexslider .slides > li{
		height: 170px;
	}
	.top_slider_wrapp .flexslider {
		background: unset;
	}
}
@media (max-width: 768px) {
	.top_slider_wrapp .flexslider .slides > li{
		height: 250px;
	}
	.ui-video-player {
		width: 100%;
	}
	.company_bottom_block .row{
		margin:0;
	}
}
@media(max-width:991px){
	body .top_slider_wrapp .flexslider .slides > li {
		background-size:contain;
	}
}
.item-user-store {
    font-size: 11px;
    margin: 10px 0;
}

.item-user-store__item {
    display: flex;
    justify-content: space-between;
}

.ajax_load.block .counter_wrapp .counter_block, .ajax_load.block .counter_wrapp .button_block {
	margin-top: 10px;
}

body .prices .price_group, .cost.prices .price_name {
	margin-top: 0px;
}

body .prices .price_matrix_block .price_group:first-of-type {
    margin-bottom: 0px;
}

body .wrapper_inner, body .maxwidth-theme {
    max-width: 1464px;
}

.catalog_block .catalog_item_wrapp.item {
    margin-bottom: 40px;
    padding: 0px 7px 10px 7px;
}

.catalog_block.items .item_block {
    margin-bottom: 25px;
}

.item_info {
    text-align: left;
}

.info_item__article, .info_item__code {
    font-size: 12px;
    color: #888888;
    margin-bottom: 20px;
}

.item-article {
    font-size: 14px;
    /* color: #CECECE; */
    color: #888888;
    margin-bottom: 10px;
}

.item-code {
    font-size: 14px;
    /* color: #CECECE; */
    color: #888888;
    margin-bottom: 10px;
}

.item-article span {
    color: #000;
    margin-left: 10px;
}

.like_icons {
    display: flex;
}

.wrap_md .big {
    padding: 20px;
}

.cost.prices .price_name {
    display: block;
    width: 49%;
}

.catalog_item .cost.prices {
    font-size: 14px;
}

body .prices .price_matrix_block .price_matrix_wrapper {
    /* display: inline-block;
    text-align: right;
    width: 51%; */
    display: inline-block;
    text-align: left;
    width: 100%;
}

.ajax_load.block .footer_button {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
}

/* .catalog_block .catalog_item_wrapp {
    min-height: 655px!important;
}

.block .catalog_block .catalog_item_wrapp .catalog_item {
    height: 655px;
} */

p.value-table-new {
    line-height: normal;
}

.sa_block {
    margin-top: 5px;
}

.sort_filter_catalog {
    display: flex;
    flex-wrap: wrap;
    background: #F7F7F7;
    border: 1px solid #eee;
    padding: 4px 10px;
    color: #777;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.sort_filter_catalog__title {
    display: inline-flex;
    margin-right: 10px;
    align-items: center;
}

.popup-catalog__apply_txt {
    width: 100%;
}

/* .sort_filter_catalog .common_select .common_select-link { */
/* select[name=sort_filter_catalog__params], .sort_filter_catalog__title { */
select[name=sort_filter_catalog__params], select[name=sort_filter_catalog__pages] {
    width: 160px;
    background-color: #fff;
    padding: 6px 5px;
    border-radius: 5px;
    opacity: 1!important;
}

select[name=sort_filter_catalog__pages] {
    width: 50px!important;
}

.sort_filter_catalog__title--offset {
    margin-left: 10px;
}

.block-add-articles__title {
    font-size: 12px;
}

.block-add-articles__elements {
    max-width: 420px;
}

textarea.block-add-articles__codes {
    max-width: 100%;
    min-height: 108px;
    font-size: 12px;
    margin: 5px;
}

.block-add-articles__btns {
    display: flex;
    justify-content: space-between;
}

.block-add-articles__btn {
    display: inline-flex;
    border-radius: 5px;
    color: #fff;
    font-size: 13px;
    padding: 5px;
    margin: 3px;
    cursor: pointer;
}

.block-add-articles__btn_add {
    background-color: #ad0202;
    background-image: linear-gradient(to bottom, #dc0000 0%, #ad0202 100%);
    background-repeat: repeat-x;
}

.block-add-articles__btn_add:hover {
    background-color: #ad0202;
    background-image: linear-gradient(to bottom, #dc0000 0%, #dc0000 100%);
    background-repeat: repeat-x;
}

.block-add-articles__btn_reset {
    background: linear-gradient(to bottom, #8e8e8e 0%, #404040 100%);
}

.block-add-articles__btn_reset:hover {
    background: linear-gradient(to bottom, #8e8e8e 0%, #404040 100%);
}

#basket-root .basket-items-list-item-descriptions {
    padding-top: 5px;
}

#basket-root .basket-item-info-name, #basket-root .basket-item-info-name-link {
    font-weight: normal;
}

#basket-root .basket-item-block-price {
    padding-top: 7px;
}

#basket-root .basket-items-list-item-amount {
    padding-top: 13px;
}

#basket-root .basket-items-list-item-container>td {
    padding-bottom: 2px;
}

.catalog__actions-toggler {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    outline: unset;
    cursor: pointer;
    background: #FAFAFA;
    color: #5C5F68;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding: 8px 16px;
}

.catalog__actions-toggler:hover {
    background-color: #f5f5f5
}

.catalog__actions-list {
    list-style: none;
    padding: 16px;
    margin: 0;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
}

.catalog__action {
    position: relative;
    border-top: 1px solid #e3e3e3;
    padding: 8px 20px;
    background-color: #f3f3f3;
    width: 100%;
    float: left;
}

.catalog__actions-container {
    /* display: none;
    position: absolute;
    top: -85px;
    width: 100%;
    background-color: #fff; */
}

.catalog__actions-item {
    margin: 8px;
    /* max-width: 190px; */
    width: 48%;
    /* margin: auto; */
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    /* background: #FAFAFA; */
    background: #e65100;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    /* height: 36px; */
    /* line-height: 36px; */
    padding: 5px;
}

.catalog__actions-item:hover {
    /* background-color: #F5F5F5; */
    background-color: #ff5d06;
}

.icon-download, .icon-download--white, .icon-unload {
    position: relative;
    display: inline-flex;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.icon-action {
    position: relative;
    display: none;
}

.icon-download::after, .icon-download--white::after, .icon-action::after, .icon-unload::after {
    position: absolute;
    background-size: contain;
    top: -14px;
    left: -21px;
    background-repeat: no-repeat;
    content: '';
    background-image: url('/bitrix/templates/aspro_next/images/icon-download.png?v1');
    height: 15px;
    width: 15px;
}

.icon-download::after, .icon-unload::after {
    position: static;
    content: '';
}

.icon-unload::after {
    content: '';
    background-image: url('/bitrix/templates/aspro_next/images/icon-unload.png?v1');
}

.icon-download--white::after {
    content: '';
    top: -9px;
    left: -15px;
    background-image: url('/bitrix/templates/aspro_next/images/icon-download-white.png');
}

.icon-action::after {
    content: '';
    top: 0px;
    left: 9px;
    background-image: url('/bitrix/templates/aspro_next/images/icon-download-action.svg?v=2');
}

.popup-catalog {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* display: flex; */
    flex-direction: column;
    max-width: 600px;
    margin: auto;
    border-radius: 5px;
    background-color: #fff;
    height: max-content;
    z-index: 1050;
}

.popup-catalog__header {
    position: relative;
    background-color: #3e495f!important;
    padding: 20px;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.popup-catalog__title {
    color: #fff;
    font-weight: bold;
}

.popup-catalog__close {
    position: absolute;
    right: 2%;
    top: 25%;
    border: none;
    background: none;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
    opacity: .75;
}

.popup-catalog__footer {
    display: flex;
    justify-content: end;
    padding: 20px;
}

.popup-catalog__cancel {
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #333;
    background-color: #fafafa;
    margin-right: 10px;
    cursor: pointer;
}

.popup-catalog__cancel:hover {
    background-color: #f5f5f5;
}

.popup-catalog__body {
    padding: 20px;
}

.popup-catalog__apply {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 128px;
    height: 36px;
    text-align: center;
    background-color: #3e495f;
    color: #fff;
    line-height: 36px;
    border-radius: 5px;
    cursor: pointer;
}

.popup-catalog__apply:hover, .popup-catalog__hide:hover {
    background-color: #2a3140;
}

.popup-catalog__hide {
    display: none;
    width: 82px;
    height: 36px;
    text-align: center;
    background-color: #3e495f;
    color: #fff;
    line-height: 36px;
    border-radius: 5px;
    cursor: pointer;
}

.popup-catalog__file {
    position: relative;
    display: flex;
    flex-direction: row;
    font-size: 12px;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    padding: 5px;
    border-bottom: 1px solid #fff;
}

.popup-catalog__list {
    width: 80%;
    margin: auto;
}

.popup-catalog__file-name {
    color: #2067B0;
}

.popup-catalog__file-size {
    color: #5c6470;
}

.popup-catalog__file-delete {
    position: absolute;
    top: 34%;
    font-size: 15px;
    right: 0;
    cursor: pointer;
    width: 10px;
    height: 10px;
    line-height: 8px;
}

.popup-catalog__list .popup-catalog__file:last-child {
    margin-bottom: 20px;
}

.popup-catalog__file-select {
    opacity: 0;
}

.popup-catalog__file-zone {
    width: 100%;
    padding: 30px;
    background: rgba(69, 90, 100, 0.2);
    border: 2px dashed rgba(69, 90, 100, 0.2);
    text-align: center;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    border-radius: 15px;
}

.popup-catalog__file-zone:hover {
    background: rgba(69, 90, 100, 0.1);
}

.popup-catalog__files {
    border-radius: 5px 5px 5px 5px;
    color: #A0AEB5;
    font-size: 17px;
    font-weight: bold;
    line-height: 26px;
    margin: 0px;
    padding: 24px 0 43px 0;
    text-shadow: 0 1px 0 rgb(255 255 255 / 80%);
    /* cursor: pointer; */
}

.popup-catalog__file-text {
    border: 3px dashed #d4dde1;
    padding: 21px 0 20px 0;
    cursor: pointer;
}

.popup-catalog__file-zone #selectfile {
    display: none;
}

.overflow-window {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #7B7B7B;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    z-index: 1010;
}

.popup-catalog__info {
    display: none;
    height: 53px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.popup-catalog__info--success {
    color: #00626e;
    background-color: #fff;
    border: 1px solid #14c1d7;
    cursor: pointer;
}

.popup-catalog__info-square {
    position: relative;
    display: inline-flex;
    height: 51px;
    width: 46px;
    border-radius: 3px;
}

.popup-catalog__info-square:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.popup-catalog__info-text {
    display: inline-flex;
    vertical-align: top;
    padding: 15px;
    width: 100%;
}

.popup-catalog__info--error {
    color: #7f231c;
    background-color: #fde1df;
    border: 1px solid #7f231c;
}
.popup-catalog__info--error .popup-catalog__info-square {
    position: relative;
    background-color: #f55246;
}

.popup-catalog__info--success {
    color: #00626e;
    background-color: #fff;
    border: 1px solid #14c1d7;
}

.popup-catalog__info--success .popup-catalog__info-square {
    background-color: #14c1d7;
}

.popup-catalog__info--success:hover .popup-catalog__info-text {
    background-color: #ddf4f7
}

/* .popup-catalog__info--success:hover .popup-catalog__info-text {
    background-color: #14c1d7;
} */

.popup-catalog__info--success .popup-catalog__info-square:after {
    content: '';
    left: 5px;
    background-image: url(/bitrix/templates/aspro_next/images/popup_catalog_success.png);
}

.popup-catalog__info--error .popup-catalog__info-square:after {
    content: '';
    background-image: url(/bitrix/templates/aspro_next/images/popup_catalog_error.jpg);
}

.popup-catalog__loaded {
    display: none;
    flex-direction: column;
    border: 1px solid #ebe4e4;
}

.popup-catalog__loaded--scrolled {
    height: 270px;
    overflow-y: scroll;
}

.popup-catalog__loaded-product {
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ebe4e4;
}

.popup-catalog__loaded-info {
    display: flex;
    justify-content: flex-end;
}

.popup-catalog__loaded-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    margin-right: 4px;
    width: 20px;
    height: 20px;
    font-size: 10px;
}

.popup-catalog__loaded-btn--success {
    background-color: #4caf50;
}

.popup-catalog__loaded-btn--error {
    background-color: #f44336;
}

.popup-catalog__loaded-title {
    display: flex;
    flex-direction: column;
    color: #333;
    font-weight: bold;
}

.popup-catalog__loaded-item {
    font-size: 13px;
}

.popup-catalog__loaded-header {
    display: flex;
    justify-content: space-between;
    background-color: #F7F7F7;
    border-bottom: 1px solid #ebe4e4;
    border-radius: 3px;
    padding: 12px 20px;
}

.popup-catalog__loaded-product-name {
    width: 50%;
    /* word-break: break-all; */
    padding-right: 10px;
}

.popup-catalog__loaded-product-error {
    width: 40%;
    color: red;
    padding-right: 10px;
}

.popup-catalog__loaded-product-sphere {
    display: inline-block;
    margin-right: 1px;
    padding: 0;
    border: 2px solid;
    width: 8px;
    height: 8px;
    border-radius: 100px;
    border-color: #f44336;
}

.popup-catalog__loaded-product-status {
    width: 5%;
    margin-right: 5px;
}

.popup-catalog__loaded-product-count {
    width: 10%;
}

@media only screen and (min-width: 768px) {
    .slide-bottom-block + div
    {
        max-height: 0;
        transition: max-height .3s;
        overflow: hidden;
    }
    .slide-bottom-block.show-bottom + div {
        max-height: 10000px;
        overflow: visible;
    }
}

@media only screen and (max-width: 768px) {
    .slide-bottom-block + .section_block
    {
        max-height: 0;
        transition: max-height .3s;
        overflow: hidden;
    }
    .slide-bottom-block.show-bottom + .section_block {
        max-height: 10000px;
        overflow: visible;
    }
}
.toggle-menu-item {
    position: absolute;
    top: 14px;
    right: 0;
    z-index: 3;
    width: 30px;
    height: 20px;
}

.toggle-menu-item:after {
    content: "+";
    font-size: 20px;
    text-align: center;
    color: #888;
    display: block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.no-after:after {
    content: ''!important;
    display: none;
    
}
.current .toggle-menu-item:after {
    content: "-";
    font-size: 30px;
    color: white;
}
/* .new-button-container > .counter_wrapp > .button_block span {
    font-size: 0;
} */
.icons_bg {
    display: inline-flex;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 10px;
}
.icons_txt {
    display: inline-flex;
    vertical-align: middle;
    width: 78%;
}
.module_products_list tr,
.module_products_list .articul-td, 
.module_products_list .price-cell .cost
{
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    justify-content: flex-start
}
/*.module_products_list .foto-cell {
    width: 10%;
}
.module_products_list .item-name-cell {
    width: 20%;
}
.module_products_list .articul-td {
    width: 20%;
}
.module_products_list .price-cell {
    width: 20%;
}
.module_products_list .quntity-td {
    width: 20%;
}*//*
.module_products_list .but-cell {
    max-width: 20%;
}*/
/*.oreder-table-headers,
.oreder-table-values,*/
.top-order-detail,
.order-detail-bottom {
    display: flex;
    margin-bottom: 20px;
}
.top-order-detail > div {
    width: 33%;
}
.top-order-detail .top-order-detail-container {
    display: flex;
    align-items: center;
    padding: 0 15px;

}
.toggle-bottom-block {
    border: 1px solid #e65100;
    border-radius: 5px;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    width: 180px;
}
.slide-bottom-block:after {
    content: "\2039";
    font-size: 23px;
    text-align: center;
    color: #888;
    display: inline;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    margin-left: -20px;
    margin-top: 10px;
    /*transition: all .3s;*/
}
.slide-bottom-block.show-bottom:after {
    display: none;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    margin-top: 7px;
    margin-left: -30px;
}
.form-order-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 20px;
    background-color: #f9f9f9;
    padding-left: 20px;
    padding-right: 20px;
}
.form-order-list .common_select .common_select-link {
    /*color: white;*/
}
.form-order-date {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
.form-order-date::-webkit-inner-spin-button {
  display: none;
}
.form-order-date::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* custom styles */
.form-order-list input {
  border: 1px solid #c4c4c4;
  /*border-radius: 5px;*/
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: auto;
}
.form-order-list > div,
.form-order-list button {
    margin-top: 10px;
}
  input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
.order-table {
    width: 100%;
    min-width: 800px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-container {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    justify-content: flex-start;
}
/*  .form-order-container-status {
      width: 210px;
  }
  .oreder-table-number {
      width: 50px;
  }
  .oreder-table-contract {
      width: 150px;
  }
  .oreder-table-data {
      width: 200px;
  }
  .oreder-table-amount {
      width: 150px;
  }
  .oreder-table-status {
      width: 70px;
  }
  .oreder-table-delivery {
      width: 170px;
  }
  .oreder-table-more {
      widows: 70px;
  }
  .oreder-table-header {
      font-weight: 500;
      text-align: center;
      border-left: 1px solid #f8f8f8;
      border-right:  1px solid #f8f8f8;
  }
  .oreder-table-value {
     border-left: 1px solid #f8f8f8;
      border-right:  1px solid #f8f8f8; 
  }*/
.table-container + .module-pagination {
    margin-bottom: 20px;
}
.form-order-header + .common_select {
    min-width: 250px;
}
.top-order-detail-header {
    font-weight: 600;
    margin-right: 10px;
}
.top-order-detail-value {
    flex: 1;
    text-align: right;
    font-size: 12px;
}
@media screen and (max-width: 1023px) {
    .top-order-detail {
        flex-direction: column;
    }
    .top-order-detail > div {
        width: auto;
    }
    .top-order-detail .top-order-detail-container {
        padding: 0;
    }
}
@media (min-width: 992px) {
    .ajax_load.block .counter_wrapp .counter_block, .ajax_load.block .counter_wrapp .button_block {
        margin-left: 1px;
        margin-right: 1px;
    }
}
.order-detail-table-flex {
    margin-bottom: 20px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    justify-content: flex-start;
}

.order-detail-table {
    width: 100%; 
    min-width: 800px;
}
.order-detail-table-headers {
    background-color: #f8f8f8;
}
.order-detail-table td,
.order-detail-table th {
    min-width: 100px;
    text-align: center;
    white-space: pre-wrap;
    padding: 5px 5px;
}
.order-detail-table th {
    padding: 10px 5px;
}

.order-detail-table td {
    font-size: 12px;
}

.order-detail-table td:first-child,
.order-detail-table th:first-child {
    min-width: 50px;
}
.order-detail-buttons {
    display: flex;
    justify-content: space-between;
}
.order-detail-bottom {
    justify-content: space-between;
}
.order-detail-bottom-info > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.order-detail-bottom-info > div p {
    white-space: nowrap;
}
.order-detail-bottom-info > div p:first-child {
    font-weight: 600;
    font-size: 16px;
    margin-right: 20px;
}
.order-detail-bottom-comment span {
    color: #cd4800;
    font-size: 12px;
}
.order-detail-bottom-comment p {
    max-width: 500px;
}
@media screen and (max-width: 760px) {
    .order-detail-bottom {
        flex-direction: column;
    }
}
.order-detail-table tr:nth-child(n+2) {
    border-bottom: 1px solid #f8f8f8;
}
.form-zakaz-sender {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}



.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 300px;
  max-width: 100%;
  padding: 10px;
  border: 1px dashed #f8f8f8;
  border-radius: 3px;
  transition: 0.2s;
  margin: 0 10px;
}
.file-drop-area.is-active {
  background-color: rgba(248, 248, 248, 0.5);
}

.fake-btn {
  flex-shrink: 0;
  background-color: rgba(248, 248, 248, 0.4);
  border: 1px solid rgba(248, 248, 248, 0.4);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-msg {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}
.file-drop-area + button {
    display: none;
}
.form-zakaz-sender > a,
.form-zakaz-sender > .file-drop-area,
.form-zakaz-sender > .button {
    margin: 10px;
}
body .ajax_load.table .main_item_wrapper div.counter_wrapp {
    width: 143px;
}
.module_products_list td.but-cell,
.module_products_list td.price-cell {
    width: auto;
}
.module_products_list .item-name-cell {
    width: 140px;
}
.old-price-block ,
.discount-price-block,
.new-price-block {
    margin: 0 5px;
    text-align: center;
}
.title-table-new {
    font-weight: 600;
}
.new-button-container > .counter_wrapp > .button_block .in-cart span {
    font-size: 13px;
    display: none;
}
.articul-td {
    align-self: flex-start;
}
@media (min-width: 450px) {
.table-new {
    width: 100%;
    /*min-width: 800px;*/
   
}
.table-container-new {
/*    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    justify-content: flex-start;*/
}
}

.module_products_list td.item-name-cell a {
    white-space: pre-wrap;
}
@media (max-width: 450px) {
.module_products_list tr {
    flex-wrap: wrap;
}
.module_products_list td.price-cell {
    width: 100%;
}
.old-price-block, .discount-price-block, .new-price-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 90px;
}
.title-table-new {
    margin: 0;
}

}
.module_products_list td.price-cell {
    align-self: flex-start;
}
.table-new .to-cart:after {
    content: '';
    color: white;
    width: 38px;
    height: 35.6px;
    position: absolute;
    background: url('/images/basket-svg.png') no-repeat;
    top: 0;
    right: 1px;
    background-position: center;
}
td.quntity-td {
    width: 106.5px;
}
.oreder-table-header.oreder-table-show-more {
    padding: 0 10px;
}
.hidden-items {
    display: none;
    background-color: #f8f8f8;
}
.hidden-items td {
    padding: 5px 0px 10px 5px;
}
.hidden-items p {
    margin: 0;
}
.display-table-row {
    display: table-row;
}
.show-hidden-tems {
    font-size: 16px;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;   

}
.show-hidden-tems:hover{
    color: #e14f00;
}
.order-detail-status {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    
}
.order-detail-status > div {
    padding: 10px 15px;
    background-color: #f8f8f8;
    width: 16.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.order-detail-status span {
    background-color: white;
    padding: 3px;
    border-radius: 50%;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555555;
}
.order-detail-status > div p {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 12px;
}
.order-detail-status > .selected {
    background-color: #c74600;
    color: white;
}
@media (max-width: 550px) {
    .catalog__actions-container {
        top: -145px;
    }
}
@media (max-width: 450px) {
    .order-detail-status > div {
        width: 50%;
    }
}
.table-new {
    flex-wrap: wrap;
}
.module_products_list tr td:first-child {
    padding-left: 0;
}
.table-new > tbody > tr {
    padding: 0 10px;
    flex-wrap: wrap;
}
.table-new .like_icons {
/*    display: none;*/
}

span.btn.btn-default.white.btn-lg.type_block.transition_bg.one_click,
/*.basket_page .basket-coupon-section,*/
.oneclickbuy{
    display: none!important;
}
.managger-connection .error{
    opacity: 0;
}
.manag-popup {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.manag-popup img {
    max-width: 30%;
    margin-right: 30px;
}
#inputtext-text {
    min-height: 133px;
}
.top-block .top-block-item {
    margin-top: 13px;
}
.top-block .top-block-item:first-child {
    margin-top: 0;
}
.top-block .top-block-item.top-ctrl {
    margin-top: -1px;
}
.managger-connection .form_head h2 {
    padding: 40px 0 26px;
    margin: 0;
}
.popup .managger-connection .form_head h2 {
    padding: 0;
}
.module_products_list td.item-name-cell {
    padding: 0;
}
.module_products_list .item-name-cell {
    width: 210px;
}
.new-button-container > .counter_wrapp > .button_block .to-order  span{
    font-size: 13px;
}
.price_group {
    opacity: 0;
    transition: all .3s;
}
.bx-soa-coupon {
    display: none;
}
.module_products_list .price-cell .cost {
    height: 83px;
    align-items: flex-start;
}
@media only screen and (max-width: 768px) {

    .mobile-display-none {
        display: none;
    }
    .slide-bottom-block[data-id="filter"] {
        display: none;
    }
}

.module_products_list .counter_wrapp .button_block.wide {
/*    width: 100%;*/
}

.btn.btn-default.transparent.white:not(:hover) {
    padding-top: 10px;
}

.btn.btn-default.transparent.white:hover {
    padding-top: 10px;
}

.module_products_list tr.item {
    display: flex;
}

.module_products_list tr {
    justify-content: space-between;
}
/*.module_products_list tr {
    display: inline-block;
}

.module_products_list .articul-td {
    display: inline-block;
}

.old-price-block, .discount-price-block, .new-price-block {
    text-align: left;
}

.module_products_list .artikul-block {
    text-align: left;
}*/

.artikul-block {
    max-width: 100px;
    word-wrap: break-word;
}

.module_products_list td.price-cell {
    width: 250px;
}

.table-new > tbody > tr {
    padding: 15px 10px;
}

/* .module_products_list .price-cell .cost {
    justify-content: space-between;
} */

.old-price-block, .discount-price-block, .new-price-block {
    margin: 0 10px;
    text-align: left;
}

.module_products_list .articul-td {
    margin: 0 auto;
}

.cost .price {
    margin-left: 0;
}

.bx-authform-formgroup-container .checkbox {
    padding: 0px;
    margin-left: 20px;
}

.block_list--slider {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
    .module_products_list td.price-cell {
        padding-right: 0px;
    }
    
    .module_products_list tr td:first-child {
        padding-left: 0;
        margin-right: 10px;
    }
}

@media (min-width: 1200px) {
    .right_block.wide_N, .right_block.wide_ {
        width: calc(100% - 307px) !important;
    }
    .left_block {
        width: 277px;
    }
}

@media (min-width: 992px) {
    .ajax_load.block .cost.prices .price {
        font-size: 13px;
    }
}

@media (max-width: 1300px) {
    /*body .breadcrumbs .dropdown {
        display: grid;
        grid-template-columns: 1fr 1fr;
        max-height: 260px;
        height: auto;
        overflow-y: scroll;
    }
    .breadcrumbs .dropdown > a {
        margin-top: 0;
        margin-right: 5px;
    }
    ul.menu .child, .breadcrumbs .dropdown_wrapp {
        width: 500px;
    }*/
    .mobile .breadcrumbs .bx-breadcrumb-item.hover .dropdown_wrapp {
        display: block;
        overflow-y: scroll;
        height: 150px;
    }
}

@media (max-width: 850px) {
    #basket-root .basket-checkout-section-inner .basket-checkout-block-btn, #basket-root .basket-checkout-section-inner .fastorder {
        width: 100%;
    }
}

@media (max-width: 767px) {
    /* body .breadcrumbs .dropdown {
        display: block;
    } */
    /* ul.menu .child, .breadcrumbs .dropdown_wrapp {
        width: auto;
    } */
    /* .breadcrumbs .dropdown > a {
        margin-top: 10px;
    } */
    .bottom_nav.block {
        padding-bottom: 17px;
    }
    .sort_filter_catalog__title--offset {
        margin-left: 0px;
    }
    .popup-catalog__list {
        width: 100%;
    }
    .popup-catalog__file-zone {
        padding: 5px;
    }
    tr.basket-items-list-table__header td {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    .basket-items-list-table__header td:first-child, .basket-items-list-table__header td:nth-child(2),
    .basket-items-list-table__header td:nth-child(3), .basket-items-list-table__header td:nth-child(4),
    .basket-items-list-table__header td:nth-child(5) {
        padding-left: 0;
        padding-right: 0;
    }
    .sale-personal-section-index-block-ico i, .personal_wrapper .sale-personal-account-wallet-container .sale-personal-account-wallet-list-item:before {
        background-color: #dc0000;
    }
}

.popup-articles-load {
    display: none;
}

@media (max-width: 600px) {
    .catalog__actions-item {
        width: 100%;
    }
    .popup-articles-load__field-status, .popup-articles-load__product-status {
        margin-left: 20px;
    }
    .catalog__actions-list {
        padding: 0px;
    }
    .popup-catalog__body {
        padding: 7px;
    }
}
/*11.09.2025*/
.cookie-modal {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 3.8rem;
    column-gap: 3.8rem;
    width: 60%;
    bottom: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    border-radius: 0 2.4rem;
    overflow: hidden;
    padding: 2.4rem;
    z-index: 100;
    box-shadow: 0px 10px 24px 0px rgba(51, 64, 77, 0.1490196078);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s ease;
}
.cookie-modal.active {
    opacity: 1;
    pointer-events: all;
    transition: opacity 0.5s ease;
}
.cookie-modal p {    max-width: 150rem;}
.cookie-modal button {
    width: -moz-fit-content;
    width: fit-content;
    height: 4.8rem;
    padding: 0 1.6rem;
    border: none;
    border-radius: 0 1.2rem;
    background: #e65100;
    color: white;
    cursor: pointer;
    font-family: inherit;
    transition: all .15s    ease-in-out;
}
.fl--c {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 767.9px) {
    .cookie-modal {
        flex-direction: column;
        row-gap: 1.6rem;
        align-items: center;
        justify-content: space-between;
        max-width: calc(100% - 1.6rem);
        width: inherit;
        bottom: 0.8rem;
    }
    .cookie-modal p {
        max-width: 100%;
    }
    .cookie-modal button {
        width: 50%;
        height: 4rem;
    }
}