
.view-desc{
    display: block;;
}

.scroll-stop{
  overflow-y: hidden;

}
.mobile-menu-category-tree{
  padding-bottom: 40px;;
}
.front-page-price{
  font-weight:bold;font-size:22px;color:#D60000;
}
.front-page-cod{
  background:bisque;border-radius:15px;font-weight:bold;display:inline-block;padding:4px 8px;font-size:13px;margin-left:130px;margin-right:10px;
}
.main_content{
  display: flex;
  min-height: calc(100vh - 109px);
}

.goods-page .h4{
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
}
.close-mob-menu-icon{
  display: none;;
}
.popup_container{
  display: none;
  position: fixed;
  top: 0;
  left: 0;;
  width: 100vw;;
  height: 100vh;;
  opacity: 0;
  
  align-items: center;
  z-index: 1000;
}
.popup_container.active{
  display: flex;
  opacity: 1;
}
.popup_container_close-area{
  position: absolute;
  background-color: rgba(0,0,0,0.3);
  /* backdrop-filter: blur(5px); */
  top: 0;
  left:0;
  width:100%;
  height:100%;;
  z-index: 0;
  cursor: pointer;
}
.popup-content{
  width: 25%;
  height: 100%;
  position: relative;;
  z-index: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  padding: 10px;;
  background: #fff;
  overflow: scroll;
  padding-bottom:50px;
}
.close-popup_icon{
  position: absolute;
  left: auto;
  right: 10px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  top: 10px;
  padding: 10px;
  cursor: pointer;;
}
.close-popup_icon:hover{
  border-radius: 6px;
  background-color: rgba(0,0,0,0.3);
}
.close-popup_icon img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;;
}
.popup-content::-webkit-scrollbar{
  width: 0;
  display: none;
}
.swiper-text-text.catalog_good_count{
  position: absolute;
  bottom: 5px;
  margin: 0;
  height: auto;
  right: 5px;
  padding: 0;
  width: auto;
  font-size: 10px;;
}
.catalog_open_button{
  width: calc(100% - 14px);
  margin: 0 7px 10px;
  height: 44px;
  border: 2px solid #f37f00;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.catalog_open_button .glyphicon{
  padding-right: 10px;
  font-size: 18px;
  color: #f37f00;
  padding-left: 0px;
  pointer-events: none;;
}

.catalog_heading_cnt{
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  align-items: center
  ;
}
.catalog_back{
  width: 28px;
  height: 28px;
  cursor: pointer;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;;
}
.catalog_back svg{
  width: 16px;
  height: 16px;
  object-fit: contain;
  object-position: center;
  
}
.catalog_heading{
  width: calc(100% - 34px);
  margin-left: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height:1;
}
.category-link{
  padding: 8px;
  /* border-bottom: 1px solid rgb(0 0 0 / 12%); */
  box-shadow: 0px 1px 0px 0px rgb(0 0 0 / 12%);
  cursor: pointer;
  width: 100%;
  display: block;
  color: #242424;
  font-size: 14px;
}
.category-link.category-insert{
  /* padding: 5px; */
  /* border-top: 0; */
  cursor: pointer;
  margin-left: -15px;
  width: calc(100% + 15px);
  /* display: block; */
  color: #337ab7;
  /* font-size: 14px; */
}
.category-link:hover{
  background-color: #ccc;;
}
.category_childs_cnt{
  display: flex;
  overflow: hidden;
  max-height: 0;
  flex-direction: column;
  /* padding: 10px; */
  padding-left: 15px;
  transition: 0.5s;
}
.category_childs_cnt.active{
  max-height: 4500px;
  transition: 0.5s;
}
.mob-menu-button-delimiter{
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.mob-menu-button{
  font-size: 16px;
  padding: 7px 0px;
  color: #242424;
  /* border-bottom: 1px solid #ccc; */
  cursor: pointer;;
}
.mob-menu-button .glyphicon{
  padding-right: 10px;
  font-size: 18px;
  color: #f37f00;
  padding-left: 10px;
}
.mob-menu-button .phone_link a{
  font-size: 18px;
  font-weight: 400;;
}
.mob-menu-button a{
  font-weight: 400;
  color: #242424;
}
.mob-menu-button:hover{
  background-color:#ccc;
}
.cart_button{
  position: relative;
}
.cart_count{
  position: absolute;
  top: 0px;
  left: auto;
  right: 0px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: red;
  color: white;
  z-index: 10;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar-brand {
  background: #f37f00;
  color: white;
  font-size: 28px;
  font-weight: bold;
  height: 68px;
  
  text-align: center;
  width: 100%;
  display: block;
  float: none;
  line-height: 24px;
  padding: 8px 8px 0;
}

.input-group {
  margin: 10px 0;
}

.navtab {
  text-align: center;
  height: 68px;
  line-height: 68px;
  border-top: 1px solid #f37f00;
  border-left: 1px solid #f37f00;
  padding: 0;
}

.navtab>a {
  display: block;
  height: 67px;
  font-size: 18px;
}

.navtab>a:focus,
.navtab>a:hover {
  background-color: #ffe6d6
}

#phone {
  font-size: 25px;
  border-left: 0;
  line-height: 25px;
  padding: 10px;
}

#phone span {
  font-size: 15px;
}

#p-delivery,
#p-production {
  line-height: normal;
}

#p-delivery a,
#p-production a {
  padding: 12px 0 0;
}

.page_copyright {
  margin: 10px 0;
}

.sidebar {
  border-top: 1px solid #f37f00;
  border-right: 1px solid #f37f00;
  padding: 0;
}

.sales-link {
  color: red;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  display: block;
  padding: 15px;
}

.sales-link:hover,
.sales-link:focus {
  background-color: gold;
}


.burger_menu_button{
  width: 36px;
  height: 36px;
  border-radius: 6px;
  /* border: 1px solid #fff; */
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 4px;
  left: 5px;
  z-index: 10;
  flex-direction: column;
  display: none;;
}
.burger_menu_button .lines{
  width: 60%;
  height: 2px;
  border-radius: 5px;
  background-color: #fff;;
  margin: 2px 0;
}
/* недавно просмотренные товары десктоп */
.recently-view-container{
  display:block;
  padding: 15px;
}

.recently-view-sigle{
  width: calc(100%);
  /* border:1px solid #ccc; */
  display: flex;
  flex-direction:column;
  justify-content: space-between;
  color: #333;
}
.recently-view-sigle-name{
  padding-top:10px;
}
.recently-view-sigle-a{
  width: calc(100%);
  display: flex;
  flex-direction:column;
  color: #333;
}
.recently-view-sigle-a:hover{
  text-decoration: none;;
  color: #f37f00;
}
.recently-view-sigle-img{
  width:100%;
  height:150px;
  max-height: 100%;
  object-fit:contain;
}
.recently-view-sigle-img img{
  width: 100%;
  height: 100%;
  object-fit:contain;
}
.recently-view-cnt{
  display: grid;
  grid-gap: 24px;
  width: 100%;
  height: auto;
  overflow: scroll;
  grid-template-columns: repeat(6,1fr);
  grid-template-rows: minmax(330px,1fr);
  grid-auto-flow: column;
  padding-bottom: 10px;
}
.recently-view-sigle-kod{
  font-size: 12px;
  color: #9f9f9f;
}
.recently-view-cnt::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.recently-view-cnt::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 3px 0px rgba(0, 0, 0, 0.3);
}


@media (min-width: 992px) {
  #phone.col-md-2 {
    min-width: 225px;
    max-width: 225px;
  }
}
/* header */


.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1660px;
}
.image_block{
  height: 200px;width: 70px;float: left;overflow-y: scroll;
}
.image_block::-webkit-scrollbar{
  width: 0;
  display: none;
}
.image_block-item{
  display:flex;
  justify-content: center;
  align-items: center;
  width:200px;
  height:200px;
}
.image_block-item img{
  width:100%;
  height:100%;

  object-fit: contain;
}
.main-page-ul li{
  margin-bottom: 10px;
}
.email_copy{
  width: 18px;
  height: 18px;
  background-image: url(../icons/copy.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
  z-index: 9;
  opacity: 0.7;
}
.emailCopy_hover{
  position: absolute;
  z-index: 10;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  padding: 3px 4px;
  color: black;
  pointer-events: none;
  border-bottom-left-radius: 0;
  opacity: 0;
  line-height: 1.1;
  bottom: 80%;
  left: 80%;
  background-color: #fff;;
}
.emailCopy_alert{
  position: absolute;
  z-index: 10;
  font-size: 14px;
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 6px;
  padding: 3px 4px;
  color: black;
  pointer-events: none;
  border-bottom-left-radius: 0;
  opacity: 0;
  line-height: 1.1;
  bottom: 80%;
  left: 80%;
  background-color: #fff;;
}
.emailCopy_alert.active{
  -webkit-animation: opsimple 1s ease;
  animation: opsimple 1s ease;
}
@keyframes opsimple {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } 
  }
.email_copy:hover{
  opacity: 1;
  filter: drop-shadow(2px 4px 6px rgba(243,127,0,0.3));
}
.email_copy:hover .emailCopy_hover{
  opacity: 1;
}
.header-contact-container{
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-contact-container-text{
  margin-right: 5px;;
}
.phone_link{
  height: auto;
  display:flex;
  /* color: black; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone_link a{
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  opacity: 0.9;
}
.phone_link a:hover{
  background: transparent;
  text-decoration: none;
  opacity: 1;
}
.header-description{
  font-size: 14px;
}


/* catalog */

.catalog_wrapper{
  width: 100%;
  display: flex;
  flex-flow: row wrap;;
}
.catalog_wrapper_item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin: 6px 0;
  box-shadow: 1px 4px 10px rgb(0 0 0 / 10%);
}
.catalog_wrapper_item-title-cnt{
  display: flex;;
  align-items: center;
}
.catalog_wrapper_item-title{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: row wrap;
  padding: 10px;
  margin: 6px 0;
  margin-bottom: 15px;;
  box-shadow: 1px 4px 10px rgb(0 0 0 / 10%);
}
.catalog_wrapper_item-title-mob{
  display: none;
  width: 100%;
  justify-content: space-between;
  padding: 10px;
  margin: 6px 0;
  margin-bottom: 5px;
  box-shadow: 1px 4px 10px rgb(0 0 0 / 20%);
}
.catalog_item_left{
  width: 60%;
  display: flex;;
}
.catalog_item_right{
  width: 40%;
  display: flex;;
}
.catalog_item_image_block{
  width: 18%;
  position: relative;
  ;
}
.catalog_item_image_block_title .sqare_block{
  position: absolute;
  padding-top:0;
}
.catalog_item_image_block_title .stretch-element{
  position: relative;
}
.catalog-brand-selector{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom:5px;
}
.catalog-brand-selector label{
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  margin-right: 10px;
  margin-bottom: 0;
}
.catalog-view-selector{
  display: flex;
  justify-content: space-between;
  padding: 5px 15px 5px;
}
.catalog-view-selector-left{
  display: flex;
  justify-content: flex-end;
}
.catalog-view-selector-right{
  display: flex;
  justify-content: flex-end;
}
.catalog_info_block{
  position: relative;
  width: calc(70% - 20px);
  margin-left:20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.catalog_info_block a{
  width: 100%;
  word-break: break-word;
}
.pos_rel{
  position: relative;
}
.sqare_block{
  padding-top: 100%;
  position: relative;
  z-index: 0;
}
.stretch-element{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;;
}
.catalog_item_image{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_item_image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.catalog_info_block{
  text-align: left;
}
.catalog_info_article{
  border-radius: 3px;
  border: 1px solid #0c91ff;
  padding: 0 3px;
  color: #0c91ff;
  position: absolute;
  top: 0;
  left:0;
}
.catalog_nalichie_block{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_price_block{
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog_price_block_title{
  width: auto;;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0px 10px;

}
.catalog_button_block{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.normal-price{
  color:black;
}
.net-v-nalichie{
  color:red
}
.zakaz{
  color:blue;
}
.sklad-red{
  color:red;
}
.sklad-green{
  color: rgb(0, 128, 0);
}
.catalog_item_right_mob{
  display: none;;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn{
  min-width: 75px;
  text-align: center;
}
.catalog_wrapper_item-title-heading{
  width: auto;;
  margin-bottom: 0px;
  font-weight: 600;
}
.btn-group, .btn-group-vertical{
  margin: 0 1px;;
}
.filter-block_cnt{
  width: 100%;
  display: flex;
  ;
}
.mob-menu{
  display: none;;
}
.mob-menu-top{
  margin-bottom: 100px;
}
.mob-menu-bottom{
  position: absolute;
  bottom:0;
  left:0;
  width:100%;
  padding: 10px;
  
  background-color: #337ab7;
}
.mob-meu-delimeter-row{
  padding-top:10px;
  border-top: 1px solid #fff;
}
.mob-menu-bottom *{
  color: #fff!important;
}
.search-bar{
  background-color: gold;
}
/* swiper-settings */
.swiper-category{

}
.swiper-category .swiper-wrapper{
  align-items: stretch;
  padding: 15px 0;
}
.swiper-category .swiper-slide {
  width: 100%;
  height: auto;
  padding: 10px;
  justify-content: center;
  position: relative;
  align-items: center;
  /* border: 1px solid #ccc; */
  transition: 0.2s;
  border-radius: 10px;
  user-select: none;;
}
.swiper-category .swiper-slide .swiper-image-element {
  box-shadow: inset 0px 0 46px -3px rgb(0 0 0 / 20%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: grayscale(0);
  user-select: none;
  border-radius: 5px;
}

.swiper-category .swiper-slide .swiper-text-element {
  background: rgb(255,255,255,0.05);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.2;
  transition: 0.2s;
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  user-select: none;
  word-break: break-word;
}
.swiper-category .swiper-slide:hover .swiper-text-element {
  background: rgb(255,255,255,0.05);
}
.swiper-category .swiper-slide:hover .swiper-image-element {
  transition: 0.2s;
  box-shadow: inset 0px 0 46px -3px rgb(0 0 0 / 30%);
  
  /* box-shadow: inset 0px 0 5px -5px rgb(0 0 0 / 30%); */
}
.swiper-category .sqare_block{
  padding-top: 25%;
  position: relative;
  z-index: 0;
}
.swiper-button-next, .swiper-button-prev {
  top: 0;
  margin-top: 0;
  z-index: 10;
  height: 100%;
  width: 30px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
  right: 0;;
  background: rgb(255,255,255);
  background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.958420868347339) 50%, rgba(255,255,255,0.03125) 100%);
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 0;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.958420868347339) 50%, rgba(255,255,255,0.03125) 100%);
  
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: .35;
  cursor: auto;
  pointer-events: auto;
}
.category-swiper-cnt{
  border-top: 1px solid #f37f00;padding-left:15px;
}
.category-wrapper_block{
  width:100%;display:flex;flex-flow:row wrap;align-items:stretch;
}
.category-wrapper_block .swiper-slide{
  width: calc(25% - 10px);
  display: flex;
  border: 1px solid #00000014;
  justify-content: center;
  border-radius: 6px;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin: 5px;
}
.breadcrups-cnt{
  width: 100%;
  display: flex;
  overflow: scroll;
  word-break: none;
  white-space: nowrap;
  padding-bottom:4px;
  
}
.breadcrups-cnt-product{
  overflow: auto;
  /* word-break: none; */
  white-space: wrap;
}
.breadcrups-cnt a{
  margin-right: 3px;
  margin-left: 3px;
}
.breadcrups-cnt::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.breadcrups-cnt::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 2px 0px rgba(0, 0, 0, 0.3);
}
.category-wrapper_block .swiper-slide .swiper-image-element {
  background-repeat: no-repeat;
  background-position: center;
  width: 30%;
  left: 5%;
  height: 100%;
  background-size: contain;
  filter: contrast(1.1);
  user-select: none;
  border-radius: 5px;
}
.category-wrapper_block .swiper-slide .swiper-text-element {
  /* background: rgb(0 0 0 / 16%); */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  /* box-shadow: inset 0px 0 46px -3px rgb(0 0 0 / 48%); */
  border-radius: 5px;
  padding: 10px;
  width: 64%;
  left: auto;
  line-height: 1.3;
  transition: 0.2s;
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  user-select: none;
  word-break: break-word;
  padding-bottom: 20px;;
}
.category-wrapper_block .swiper-slide .swiper-background-element{
  /* box-shadow: inset 0px 0 31px -2px rgb(0 0 0 / 19%); */
}
.category-wrapper_block .swiper-slide:hover .swiper-background-element {
  box-shadow: inset 0px 0 50px -2px rgb(0 0 0 / 40%);
  /* background: rgb(255,255,255,0.05);
  box-shadow: inset 0px 0 56px -3px rgb(0 0 0 / 90%); */
}
.category-wrapper_block .swiper-slide:hover .swiper-image-element {
  transition: 0.1s;
  background-repeat: no-repeat;
  background-position: right;
  width: 35%;
  left: 0%;
  background-size: cover;
  
  
  /* box-shadow: inset 0px 0 5px -5px rgb(0 0 0 / 30%); */
}
.category-wrapper_block .sqare_block{
  padding-top: 35%;
  position: relative;
  z-index: 0;
}
.main-page .category-wrapper_block .sqare_block{
  padding-top: 40%;
  position: relative;
  z-index: 0;
}
.swiper-text-text{
  /* background: rgb(255 255 255 / 70%); */
  width: calc(100% + 20px);
  color: #242424;
  /* font-weight: 600; */
  font-size: 14px;;
  max-height: 100%;;
  margin: -10px;
  padding: 5px 10px;
  overflow: hidden;
}
.pagination>.disabled>a, .pagination>.disabled>span{
  pointer-events: none;
  user-select: none;
}
.back-button_cnt{
  display: none;;
}
.swiper-category .swiper-slide .swiper-text-element .swiper-text-text{
  background: rgb(255 255 255 / 70%);
  width: calc(100% + 20px);
  margin: -10px;
  padding: 1px 10px 0px;
}
.h1, h1{
  font-size: 25px;
  font-weight: 600;
}
.category-swiper-cnt{
  display: none;;
}

.cart_button{
  display: none;;
}
.header_button{
  display: none;;
}
.header_buttons{
  display: none;;
}
.fast_order{
  width: fit-content;
  height: 40px;
  border-radius: 6px;
  margin: 10px 0 10px;
  display: flex;
  justify-content: center;
  padding: 5px 10px;
  line-height: 1;
  font-weight: 400;
  border: 2px solid #5cb85c;
  background-color: #ffffff;
  color: #5cb85c;
  cursor: pointer;
  text-align: center;
  align-items: center;
  font-size: 16px;
}
.fast_order:hover{
  background-color: #5cb85c;
  color: #fff;
}
.standart-popup{
  justify-content: center;;
}
.standart-popup .popup-content{
  height: fit-content;
  min-width: fit-content;
  width: fit-content;
  justify-content: flex-start;
  align-items: center;
  box-shadow: inset 0 0 100px 0px rgb(0 0 0 / 10%);
  max-height: 100%;
  border:0;
  border-radius: 10px;
  padding: 30px 60px;
}
.fast_order_form{
  display: flex;
  flex-direction: column;
  max-width: 450px;
  align-items: center;
}
.fast_order_form_row{
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10px;
  ;
}
.fast_order_form_row .form-control{
  /* width: auto; */
}
.fast_order_form_text{
  margin-bottom: 7px;
  font-size: 14px;;
  font-weight: 600;
}
.fast_order_form_text_reg{
  font-weight: 400;
}
.fast_order_form_button_row{
  align-items: center;
  justify-content: center;
}
.fast_order_form_row .form-control.required{
  border-color: #878787;
}
.fast_order_form_row ul{
  margin-bottom: 0;
  font-weight: 400;
}
.order_upload_file{
  border:0;
  box-shadow: none;
}
.reqest_result_cnt{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%)scale(0);
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity: 0;;
  
}
.reqest_result_cnt.active{
  transform: translate(-50%,-50%)scale(1);
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;;
  display: flex;
 
}
.reqest_result_content{
  position: relative;
  z-index: 1;
  width: 70%;
  height: 70%;;
  max-width: 100%;
  transform: scale(0);
  max-height: 100%;
  background-color: transparent;
  border-radius: 0px;
  transition: 0.5s;
}
.reqest_result_content.loading{
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.2);
  width: 100px;
  height: 100px;
  
}
.reqest_result_content .loading-content{
  width: 100%;
  height: 100%;;
  overflow: hidden;
  display: none;
  transform: scale(0);
  opacity: 0;
  transition: 0.5s;
  
}
.reqest_result_content.loading .loading-content{
  width: 100%;
  height: 100%;;
  transform: scale(1);
  border-radius: 10px;
  display: flex;
  opacity: 1;
}

.reqest_result_content.done{
  width: 70%;
  height: 70%;;
  transform: scale(1);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.5s;
  display: flex;;
}

.reqest_result_content .done-content{
  overflow: hidden;
  width: 100%;
  height: 100%;;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  
  opacity: 1;
}
#treeData, #treeData ul{
  padding: 10px;
  padding-top: 14px;
}
#treeData a.left_menu_item,.left_menu_item{
  font-weight:400;
  text-decoration: none;
  padding: 5px 4px 5px 7px;
  background: white;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  margin:0px;
}
#treeData a.left_menu_item.active, .left_menu_item.active{
  font-weight: 600;
  border: 1px solid #f37f00;
  border-radius: 4px;
  /* margin-left: 5px; */
  background-color: #ffe4c4;
}
#treeData a.left_menu_item:hover,.left_menu_item:hover{
  font-weight: 600;
  text-decoration: none;
  padding: 5px 4px 5px 7px;
  border: 1px solid #f37f00;
  border-radius: 4px;
  /* background: white; */
  display: flex;
  align-items: center;
  
}
#treeData .left_menu_item.active:hover{
  border: 1px solid #f37f00;
  border-radius: 4px;
}

.left_menu_item svg{
  width: 20px;
  height:14px;
  object-fit:contain;
  object-position:center;
}
.left_menu_item_span{
  width: calc(100% - 20px);
}
#treeData a{
  color: #242424;
}

.catalog_wrapper_item-title-mob .glyphicon{
  color: #242424;
}
.catalog_wrapper_item-title-mob .glyphicon.active{
  color: #f37f00;
}
.sort_cnt{
  padding: 5px 10px;
  border-radius: 6px;
  min-width: 180px;
  box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
  padding-top: 10px;
}
.sort_cnt_button{
  display: flex;
  width: fit-content;
  align-items: center;
  color: #242424;
  margin-bottom: 5px;;
}
.sort_cnt_button span{
  margin-right: 5px;;
}
.sort_cnt_button.active{
  display: flex;
  width: fit-content;
  color: #242424;
  font-weight: 600;
}
.drop-right{
  left: auto;
  right: 0;;
}
.open_sort_cnt{
  display: flex;
  align-items: center;
}
.open_sort_cnt .glyphicon {
  margin-right:5px;
}

.view-mob{
  display: none;;
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 767px) {
  .view-desc{
    display: none!important;;
  }
  .view-mob{
    display: flex;;
  }
  .main_content{
    display: block;
  }
  .popup-content{
    width: 90%;
  }
  .standart-popup .popup-content{
    width: 90%;
  }
  .close-mob-menu-icon{
    position: absolute;
    top: 10px;
    left: calc(90% - 18px);
    display: flex;
    width: 36px;
    height: 36px;
    background: #ffffff;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;;
    z-index: 2;
  }
  .emailCopy_alert{
    border-bottom-right-radius: 0;
    bottom: 80%;
    left: auto;
    right: 80%;
  }
  .emailCopy_hover{
    display: none;;
  }
  .close-mob-menu-icon img{
    width: 50%;
    height: 50%;
    object-fit: contain;
  }
  .font-page-price-cnt{
    display: flex;
    width: 100%;;
    justify-content: space-between;
    padding-top: 5px;
  }
  .front-page-price{
    font-weight:bold;
    font-size:16px;
    color:#D60000;
  }
  .front-page-price-icon{
    font-weight:400;
    font-size:12px;
    color:#D60000;
  }
  .front-page-cod{
    background: bisque;
    border-radius: 15px;
    font-weight: bold;
    display: inline-block;
    padding: 4px 8px;
    font-size: 13px;
    margin-left: 0px;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-right: 10px;
    
  }
  .burger_menu_button{
    display: flex;;
  }
  .category-swiper-cnt{
    display: block;;
  }
  .swiper-button-next, .swiper-button-prev{
    width: 20px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    font-size: 23px;
  }
  .mob-image-filter{
    /* временное отключение фильтра по картинкам для мобилок */
    display: none!important;;
  }
  .header_buttons{
    display: flex;
    width: auto;
    height: 36px;;
    position: absolute;;
    top: 4px;
    left: auto;
    right: 4px;;
  }
  .header_buttons .header_button{
    margin: 0 2px;
  }
  .header_button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 6px;;
    cursor: pointer;
  }
  .header_button:hover{
    background-color: rgba(0, 0, 0, 0.2);
  }
  .header_button img{
    width: 70%;
    height: 70%;
    object-fit: contain;
  }
  .category-wrapper_block .sqare_block{
    padding-top: 40%;
    position: relative;
    z-index: 0;
  }
  .category-wrapper_block .swiper-slide .swiper-text-element {
    /* background: rgb(0 0 0 / 16%); */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* box-shadow: inset 0px 0 46px -3px rgb(0 0 0 / 48%); */
    text-align: right;
    border-radius: 5px;
    padding: 10px;
    padding-top:5px;
    width: 64%;
    left: auto;
    line-height: 1.2;
    transition: 0.2s;
    font-size: 12px;
    font-weight: 400;
    color: #242424;
    user-select: none;
    word-break: break-word;
    padding-bottom:20px;
  }
  .category-swiper-cnt{
    border-top: 1px solid #f37f00;padding-left:0px;
  }
  .swiper-category .swiper-slide .swiper-image-element{
    /* box-shadow: 0px 0 6px -3px rgb(0 0 0 / 20%); */
  }
  .swiper-text-text{
    font-size: 13px;;
    padding-left:0;
    padding-top:0;
    padding-right: 6px;
  }
  .category-wrapper_block .swiper-slide{
    width: calc(50% - 10px);
    padding: 20px;
    margin: 5px;
    display: flex;
    /* box-shadow: inset 0px 0 31px -2px rgb(0 0 0 / 17%); */
    /* border: 1px solid #e4e4e4; */
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    position: relative;
  }
  .swiper-category{
    overflow: visible;
    padding: 0 20px;
  }
  .swiper-category .swiper-wrapper{
    padding-right: 20px;
  }
  .mob-menu-cnt{
    position: fixed;
    top: 0;
    left: 0;;
    display: flex;;
    margin-left: -100vw;
    width: 100vw;
    height: 100%;
    z-index: 111;
    transition: margin-left 1s;
    
  }
  .container-fluid{
    overflow-x: hidden;
  }
  .mob-menu-cnt.active{
    margin-left: 0vw;
    transition: margin-left 0s;
    
  }
  .close-area{
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    background-color: rgba(0,0,0,0.0);
    backdrop-filter: blur(0px);
    
  }
  .mob-menu-cnt.active .close-area{
    opacity: 1;
    transition: opacity 0.3s;
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(2px);
  }
  .mob-menu{
    position: relative;
    z-index: 2;
    cursor: auto;
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 100%;
    margin-left: -100vw;
    overflow-y: scroll;
    background-color: #fff;
    transition:margin-left 0.3s;
    padding: 10px;
  }
  .header-description{
    font-size: 11px;
  }
  .mob-menu-cnt.active .mob-menu{
    margin-left:0vw;
  }
  .mob-menu::-webkit-scrollbar{
    display: none;;
  }
  .mob-menu-heading{
    color:#f37f00;
    font-size: 18px;
    flex-direction: column;
    font-weight: 600;
    border-bottom: 1px solid #f37f00;
    margin-bottom: 5px;;
  }
  h1,.h1{
    font-size: 20px;
    margin-top: 10px;
    font-weight: 600;;
  }
  .search-bar{
    background-color: transparent;
    width: calc(100% - 45px);
    height: 36px;
    padding: 0 2px 0 0;
  }
  .search-bar .input-group{
    height: 100%;
    margin: 0;
  }
  .search-bar .input-group-btn{
    height: 100%;
    padding: 0;
  }
  .search-bar .input-group-btn .btn-default{
    padding: 0 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .search-bar .input-group-btn .btn-default .glyphicon{
    top: 0px;
  }
  .search-bar .input-group input{
    height: 100%;
    padding: 2px 10px;
  }
  .header-container_heading{
    background: #f37f00;
    color: white;
    width: 100%;
    position: relative;;
    
  }
  .navbar-brand {
    font-size: 14px;
    line-height: 1.1;
    font-weight: bold;
    height: 44px;
    margin-left: 46px;
    padding: 3px;
    text-align: left;
    width: fit-content;
    display: block;
    /* padding: 0; */
    float: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mob-menu-bottom .email_copy{
    filter: invert(1);
  }
  #navbar.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgb(34 34 34 / 40%);
    box-shadow: 0 2px 10px rgb(34 34 34 / 40%);
    z-index: 100;
    backdrop-filter: blur(18px);
  }
  .search-cnt-inside{
    width: 100%;
    padding: 5px;
    display: flex;;
    align-items: center;
  }
  .back-button_cnt{
    width: 40px;
    margin-right: 5px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .back-button{
    display: flex;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 23px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #ccc;
  }
  .back-button img{
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    object-fit: contain;
    object-position: center;;
  }
  .search-bar{
    width: calc(100% - 50px);
    padding: 0 10px 0 0;
  }
  .search-cnt{
    height: 50px;
  }

  
  .catalog_wrapper_item{
    width: 100%;
    flex-direction: column;
    padding: 15px 10px 10px;
    box-shadow: 1px 0px 11px rgb(0 0 0 / 10%);
    margin: 3px 0;
  }
  
  .catalog_item_left{
    width: 100%;
    justify-content: space-between;
  }
  .catalog_item_left.reverse{
    flex-direction: row-reverse;
  }
  .catalog_info_block{
    width: calc(70% - 10px);
    align-items: flex-start;
    padding-top: 0px;
    text-align: right;
    margin-left: 10px;
  }
  .catalog_info_block.aling-left{
    text-align: right;
  }
  .catalog_info_block.aling-left .catalog_item_right_mob{
    align-items: flex-start;
  }
  .catalog_item_image_block{
    width: 30%;
  }
  .catalog_info_article{
    left: auto;
    top: -12px;
    right: 0px;
    padding: 0;
    border: 0;
    font-size: 10px;
    color: #ccc;
  }
  .catalog_item_right{
    display:none;
  }
  .catalog_item_right_mob{
    display: flex;
    /* margin-top: 30px; */
    /* border-top: 1px solid #e5e5e5; */
    padding-top: 4px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
  }
  .catalog_nalichie_block{
    width: fit-content;;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 6px;
    /* opacity: 0.6; */
  }
  .zakaz{
    /* border: 1px solid blue; */
    /* border-radius: 3px;; */
    padding: 0 ;
  }
  .sklad-green{
    /* border: 1px solid rgb(0, 128, 0); */
    /* border-radius: 0px;; */
    padding: 0 ;
  }
  .sklad-red{
    /* border: 1px solid red; */
    /* border-radius: 3px;; */
    padding: 0;
  }
  .catalog_price_block{
    width: fit-content;;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 0px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 600;;
  }
  .catalog_button_block{
    width: fit-content;;
    display: flex;
    justify-content: flex-end;
  }
  .catalog_wrapper_item-title{
    display: none;;
  }
  .catalog_wrapper_item-title-mob{
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
  }
  .catalog_wrapper_item-title-mob-heading{
    width: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    ;
  }
  .sort-description{
    font-size: 12px;;
  }
  .catalog_wrapper_container{
    display: flex;
    flex-direction: column;
    width: 100%;;
  }
  .catalog_wrapper_container table.view-images{
    display: none;
  }
  .catalog_wrapper_item-title-mob .catalog_info_block{
    width: 50%;;
    text-align: left;
    margin:0;
    padding:0;
  }
  .catalog_wrapper_item-title-mob .catalog_price_block_title{
    width: 50%;;
    padding: 0;
    flex-direction: column;
    align-items: end;
  }
  .mob-menu-row{
    width: 100%;
    display: flex;;
    padding-bottom: 8px;;
    line-height: 1.2;
  }
  .min-zakaz-content{
    font-size: 16px;
  }
  .bigdelivery{
    font-size: 11px;
    width: calc(100vw - 10px);
    margin-left: -10px;
    overflow: scroll;
    display: flex;
    border: 0;
  }
  .btn-group, .btn-group-vertical{
    display: flex;;
  }
  .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){
    font-size: 4vw;
    display: flex;
    justify-content: center;
    align-items: center;;
  }
  .order-table-box{
    overflow: scroll;
  }
  .order-table-box::-webkit-scrollbar{
    width: 0;
    height: 0;;
    display: none;
  }
}

/* category filter styles */
.filter.filter-group {
  margin-top: 15px;
  padding-top: 10px;
}

.filter h3 {
  margin-left: 10px;
}

.filter {
  border-radius: 0px;
  border-top: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.filter-inside {
  padding-left: 15px;
  /* padding-bottom: 10px; */
  position: relative;
}

.filter-brand {
  margin-top: 10px;
}

.filter-inside .h3 {
  font-size: 13px;
  /* padding-top: 5px; */
  margin: 0;
}

.e-filter {
  margin-top: 12px;
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: scroll;
}

.filter ul, li {
  list-style: none;
}

.filter li {
  margin-left: -30px;
}

.filter-inside input[type="checkbox"] {
  float: left;
  margin-right: 10px;
}
.filter-inside input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
  line-height: normal;
}
.filter-inside input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.filter-inside input, textarea, button {
  border-radius: 0px;
}
.int_checkbox {
  display: flex;
  align-items: baseline;
}
.int_checkbox > label {
  display: inline-block;
  max-width: calc(100% - 25px);
  margin-bottom: 5px;
  font-weight: 700;
  white-space: break-spaces;
  word-wrap: break-word;
}
.show-scroll::-webkit-scrollbar {
  width: 5px;
  height: 8px;
  background-color: #aaa;
}
.show-scroll::-webkit-scrollbar-thumb {
  background: #000;
}
.hide-scroll::-webkit-scrollbar {
  display: none;
}
.filter-reset-block {
  width: 100%;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  padding-right: 20px;
  padding-left: 10px;
  align-items: center;
}
.filter-reset-input {
  margin-top: 10px;
}
.filter-inside > .filter-button {
  position: absolute;
  right: 10px;
  top: calc(50% - 20px);
}
.filter-price-input-block {
  display: flex;
  margin-bottom: 20px;
}


.catalog#treeData li{
  display:none;
}
.catalog#treeData li.selected{
  display:block;
}
.catalog#treeData li.selected li{
  display:block;
}
.product_description_image_cnt{
  display:flex;
  justify-content: center;
}
.product_image_description_single{
 max-width: 50%;
 object-fit: contain;
  object-position: center;;
}
.product_description_image_cnt.triple{
  justify-content: space-between;
}
.product_image_description_triple{
  max-width: 30%;
  object-fit: contain;
  object-position: center;;
}
.product_description ul li{
  list-style:disc
}
.vacancy_wrap{
  width: 100%;
  display:flex;;
  flex-flow: row wrap;
  justify-content: space-between;
}
.single_vacancy{
  width: calc(50% - 10px);
  background: #f4fbf6;
  border:1px solid #e9e9e9;
  border-radius: 10px;
  padding: 10px 20px;
  margin-top: 10px;;
}
.single_vacancy ul li{
  list-style: outside; 
}
.single_vacancy h2{
  font-size: 25px;
  margin-top: 10px;;
}
.vacancy_bottom{
  margin:40px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center
  ;
}
.vacancy_bottom p{
  width: 100%;
  text-align: center
  ;
}
.header_second_row{
  display: flex;
  width: calc(100% + 30px);
  justify-content: center;
  /* border-top: 1px solid #f37f00; */
  /* border-left: 1px solid #f37f00; */
  margin-left: -15px;
  gap: 20px;
  /* border-right: 1px solid #f37f00; */
  background: #f37f00;
}
.header_second_row a{
  color: #1e2735;
}
#treeData{
  border-top: 0;;
}

.category_description{
  font-size: 16px;
  /* border-radius: 8px; */
  background-color: #efefef;
  padding: 20px 10px;
  margin-right: -15px;
  margin-left: -15px;
}
.category_description_short{
  color: black;
  text-decoration: none;
  background-color: #f1f1f1;
  display: flex;
  border-radius: 6px;
  padding: 10px 10px;
  margin-bottom: 10px;
}
.category_description_short p{
  margin: 0;
}
.category_description_short b {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .single_vacancy{
    width: 100%;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 10px 20px;
    margin-top: 10px;;
  }
}