.header_top_lang_mob {
  display: none;
}
@media (max-width: 768px) {
  .header_top_lang_mob {
    display: flex;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .header_top_lang_mob li.selected a {
    color: #000000;
  }
  .header_top_lang li + li {
    border-left: none;
  }
}
.category-clon__container .page__title span {
  background-color: #57BA41;
  padding: 6.85px 15px 7.85px 15px;
  border-radius: 5px;
  margin-bottom: 8px;
  display: inline-block;
}
.category-clon__container .page__title span a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.banner {
  margin-bottom: 50px;
}
.emptyCart .modal_emp {
  display: block;
}
.emptyCart .modal_bottom {
  display: none;
}
.emptyCart .modal_btn {
  text-align: center;
}
.emptyCart .modal_discount_btn {
  width: 180px;
  margin-right: auto;
  margin-left: auto;
}
.emptyCart .modal_discount_btn a {
  color: #fff;
}
.delivery_row_descr {
  display: block;
  flex-wrap: wrap;
  flex-direction: row;
  width: 20%;
}
.delivery_row_descr .checkbox {
  display: flex;
  margin-bottom: 20px;
}
[data-descr='1'] + .catalog_sorting_select {
  max-width: unset !important;
}
.edit_order {
  cursor: pointer;
}
button[value='cart/change'] {
  display: none;
}
.popup-wrapper {
  z-index: 1000;
}
.popup-wrapper {
  display: none;
  z-index: 105;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
.popup {
  padding: 32px 24px;
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(45, 45, 45, 0.25);
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 100%;
  overflow-x: auto;
  max-width: 800px;
}
.popup_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  margin: 0 0 17px;
}
/*.popup_close{position:absolute;top:2px;right:15px;display:inline-block;transform:rotate(45deg);font-weight:bold;font-size:30px;color:#2D2D2D}
.popup_close:hover{color: #ff0000;}*/
#mse2_mfilter .spinner {
  display: none;
  width: 32px;
  height: 32px;
  background: url('spinner.gif') no-repeat;
  background-size: 32px;
}
#mse2_mfilter.loading .spinner {
  display: none;
  margin: 20px auto 10px auto;
}
#msMiniCart .empty,
.msMiniCart .empty {
  display: block;
}
#msMiniCart .not_empty,
.msMiniCart .not_empty {
  display: none;
}
#msMiniCart.full .empty,
.msMiniCart.full .empty {
  display: none;
}
#msMiniCart.full .not_empty,
.msMiniCart.full .not_empty {
  display: block;
}
.main_resource_14 .catalog_info_content {
  width: 100%;
}
.main_resource_14 .catalog_info > div:nth-child(2n+1) div:nth-child(2) {
  order: inherit !important;
}
.wrapper_ci {
  display: flex !important;
  flex-wrap: wrap;
}
.wrapper_ci .contacts_container {
  display: grid;
  width: calc(100% / 2 - 24px);
}
.wrapper_ci .contacts_container img {
  max-width: 180px;
  margin-top: 10px;
}
.wrapper_ci .wrap_red {
  order: inherit !important;
}
.wrapper_ci h2 {
  font-size: 17px;
  margin-bottom: 20px;
}
.wrapper_ci .phones,
.wrapper_ci .emails {
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wrapper_ci .phones a,
.wrapper_ci .emails a {
  display: block;
  font-size: 14px;
}
.wrapper_ci .emails {
  font-size: 13px;
  font-weight: 400;
}
.wrapper_ci .red_sp {
  margin-bottom: 10px;
}
.wrapper_ci div[itemscope] {
  font-size: 14px !important;
  color: #000 !important;
}
.wrapper_ci div[itemscope] span,
.wrapper_ci div[itemscope] div {
  font-size: 14px !important;
  color: #000 !important;
}
.wrapper_ci_2 {
  padding-top: 24px;
}
.singlepackquantityinpieces {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  line-height: 11px;
  text-align: center;
  color: #838D9A;
}
.card_sidebar_garbage_price span .price_oneitem_inpack {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  line-height: 11px;
  color: #838D9A;
}
.container_menu_catalog {
  display: none;
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  padding-top: 5%;
  overflow-y: scroll;
  flex-wrap: wrap;
}
.container_menu_catalog .title_h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
}
.container_menu_catalog .container_popcat {
  width: 60%;
  margin: 80px auto auto auto;
}
.container_menu_catalog .dropCat {
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 15px;
}
.container_menu_catalog .dropCat .parentFolder {
  width: 30%;
}
.container_menu_catalog .dropCat li {
  list-style: none;
}
.container_menu_catalog .dropCat .level1 {
  margin-left: 5px;
  width: 25%;
}
.container_menu_catalog .dropCat .level1 a {
  display: block;
  margin-bottom: 8px;
  padding-bottom: 5px;
  opacity: 1;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.container_menu_catalog .dropCat .level1 a:hover {
  opacity: 0.8;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.container_menu_catalog .dropCat .level1 ul.innerRes {
  padding-left: 0;
}
.container_menu_catalog .dropCat .level1 ul.innerRes li a {
  background: transparent;
  border-bottom: 1px solid transparent;
  text-transform: lowercase;
}
.container_menu_catalog .dropCat .level1 ul.innerRes li a:after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px solid #cccccc;
  width: 33%;
  margin-top: 5px;
}
@media (max-width: 736px) {
  .container_menu_catalog .dropCat .level1 {
    width: 48%;
    padding-right: 20px;
  }
}
@media (max-width: 425px) {
  .container_menu_catalog {
    padding-left: 10px;
    margin-left: 0;
  }
  .container_menu_catalog .dropCat .level1 {
    width: 100%;
  }
}
/* Let's get this party started */
.container_menu_catalog::-webkit-scrollbar {
  width: 8px;
}
/* Track */
.container_menu_catalog::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 100px rgba(75, 168, 66, 0.82);
  -webkit-border-radius: 10px;
  border-radius: 0px;
}
/* Handle */
.container_menu_catalog::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 0px;
  background: #4BA842;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.container_menu_catalog::-webkit-scrollbar-thumb:window-inactive {
  background: #4BA842;
}
.container_menu_catalog::-webkit-input-placeholder {
  opacity: 1 !important;
  /* for older chrome versions. may no longer apply. */
  color: #000;
}
.closed_block .btn_close {
  width: 100px;
  font-size: 36px;
  font-weight: bold;
  position: absolute;
  right: 50px;
  top: 50px;
  cursor: pointer;
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
.closed_block .btn_close svg {
  font-size: 46px;
}
.closed_block .btn_close:hover {
  -moz-transform: rotate(180deg);
  /* Для Firefox */
  -ms-transform: rotate(180deg);
  /* Для IE */
  -webkit-transform: rotate(180deg);
  /* Для Safari, Chrome, iOS */
  -o-transform: rotate(180deg);
  /* Для Opera */
  transform: rotate(180deg);
  -webkit-transition: 500ms all;
  -moz-transition: 500ms all;
  -ms-transition: 500ms all;
  -o-transition: 500ms all;
}
@media (max-width: 1024px) {
  .closed_block .btn_close {
    right: 0;
    top: 10px;
  }
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  z-index: 99;
  padding: 10px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  background-color: #ffffff;
  color: #333;
}
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  background-color: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  background-color: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
@media (max-width: 768px) {
  .ms2_form .card_sidebar_garbage_amount {
    display: block;
  }
}
@media (max-width: 768px) {
  .mob_wrapper_cart > .card_sidebar_garbage_amount {
    display: block;
  }
}
.mob_wrapper_cart {
  width: 100%;
  margin-bottom: 30px;
  display: none;
}
@media (max-width: 769px) {
  .mob_wrapper_cart {
    display: block;
  }
}
fieldset {
  border: none;
}
.mse2_number_slider {
  height: 4px;
  background-color: #E5E5E5;
  border: none;
  margin: 16px 5px 0;
}
.mse2_number_slider .ui-slider-range {
  flex-grow: 1;
  height: 4px;
  background-color: #359E00;
}
.mse2_number_slider .ui-slider-handle {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #E5E5E5;
  border-radius: 50%;
  cursor: pointer;
  top: -6.4px;
}
#mse2_selected {
  background: transparent !important;
}
#mse2_mfilter {
  width: 100%;
  position: relative;
}
.header#header-mobile .header_right_tel {
  position: relative;
}
.header#header-mobile .header_right_tel span.mob_phone {
  padding: 8px;
  position: absolute;
  background: #fff;
  width: 320px;
  left: -213px;
  z-index: 99;
}
.header#header-mobile .header_right_tel span.mob_phone a {
  margin-bottom: 15px;
}
.scroll-wrapper {
  overflow-x: hidden;
}
/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
  align-items: inherit !important;
}
.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}
.scroll-element {
  display: none;
}
.scroll-element,
.scroll-element div {
  box-sizing: content-box;
}
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}
.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}
/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 8;
}
.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  height: 100%;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;*/
}
.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: transparent;
}
.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #E5E5E5;
  height: 124px !important;
}
.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #E5E5E5;
}
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #E5E5E5;
}
/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}
.main_page h2 {
  width: 100%;
  font-size: 18px;
  margin: 24px auto;
}
.info_general_block {
  margin-top: 57px;
  margin-bottom: 33px;
}
.info_general_block h3 {
  font-size: 18px;
  line-height: 17px;
  color: #000000;
}
.info_general_block p {
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  text-transform: uppercase;
  color: #000000;
}
.catalog_info_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalog_info_main img {
  max-width: 34px;
  float: left;
  margin-right: 20px;
}
.catalog_info_main > div {
  width: calc(100% / 3 - 24px);
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  margin-bottom: 24px;
}
.catalog_info_main .info_content {
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
.catalog_info_main .info_content p {
  font-size: 12px;
  line-height: 20px;
  /* or 167% */
  color: #838D9A;
}
.catalog_info_main .title_info {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  /* or 125% */
  color: #000000;
  margin-bottom: 13px;
  border-bottom: 1px solid #E5E5E5;
  min-height: 61px;
  padding-left: 24px;
  padding-right: 24px;
}
@media only screen and (max-width: 1100px) {
  .catalog_info_main > div {
    width: calc(100% / 2 - 24px);
  }
}
@media only screen and (max-width: 600px) {
  .catalog_info_main > div {
    width: calc(100% / 1 - 24px);
  }
}
.haracter_table {
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 12px 12px;
  padding: 16px;
}
.haracter_table .haracter_table_ {
  width: 50%;
  flex-wrap: wrap;
  align-items: self-start;
}
@media (max-width: 768px) {
  .haracter_table .haracter_table_ {
    width: 100%;
  }
}
.haracter_table .haracter_table_b1 {
  padding-right: 55px;
}
@media (max-width: 768px) {
  .haracter_table .haracter_table_b1 {
    padding-right: 0;
    margin-bottom: 20px;
  }
}
.haracter_table .catalog_looking_title {
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  color: #000000;
  width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
}
.haracter_table table {
  width: 100%;
  border: 0.5px solid #E5E5E5;
  border-radius: 4px;
  table-layout: fixed;
  border-spacing: 0;
}
.haracter_table table tr.dstd_no {
  display: none;
}
.haracter_table table tr th {
  font-weight: 600;
  font-size: 13px;
  line-height: 20px;
  background: #FBFBFB;
  /* identical to box height, or 154% */
  color: #2D2D2D;
  border-right: 0.5px solid #E5E5E5;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 0.5px solid #E5E5E5;
}
.haracter_table table tr th:last-child {
  border-right: none;
}
.haracter_table table tr td {
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  border-right: 0.5px solid #E5E5E5;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  /* identical to box height, or 154% */
  color: #2D2D2D;
}
.haracter_table table tr td:last-child {
  border-right: none;
}
.haracter_table table .table_footer {
  background: #FBFBFB;
  border: 0.5px solid #E5E5E5;
  box-sizing: border-box;
  border-left: none;
  border-bottom: none;
  cursor: pointer;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  /* identical to box height, or 154% */
  color: #359E00;
}
.harIMg {
  margin-top: 25px;
  font-size: 13px;
}
.harIMg strong {
  display: inline-block;
  white-space: unset;
}
@media (max-width: 768px) {
  .harIMg {
    margin-bottom: 20px;
  }
}
.haracter_table_b2 .site_tabsizehar_txt {
  margin-top: 25px;
}
.haracter_table_b2 img {
  max-height: 155px;
}
.haracter_table_b2 table {
  margin-top: 15px;
  border-radius: 4px;
}
.haracter_table_b2 table tr td {
  padding: 5px 16px;
}
.haracter_table_b2 table tr:nth-child(odd) td {
  background: #FBFBFB;
}
.table.table_har {
  border: none ;
}
.table.table_har tr td {
  border: none ;
  text-align: left;
}
.card_info_briefly_title.metiz_mod .msoptionsprice-name {
  display: inline-block;
}
.card_info_briefly_input + label {
  margin-left: 0;
  padding: 8px 9px;
}
.card_sidebar_garbage_price span.price_oneitem_inpack span {
  display: inline-block;
  font-size: 12px;
  line-height: 11px;
}
.card_sidebar_garbage_price span {
  display: inline-block;
}
.filter_mob_show_more {
  display: none;
}
@media (max-width: 768px) {
  .filter_mob_show_more {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    background-color: #359E00;
    border: 0 none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.23s;
    z-index: 999999999999;
    left: 0;
  }
}
.catalog .similar_products {
  margin-top: 20px;
}
.catalog .similar_products p {
  margin-bottom: 15px;
}
.catalog .site_similar_productstitle {
  font-weight: bold;
}
/*# sourceMappingURL=vs_style_n.css.map */